]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
de.po: translate one of 3 new strings
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/de/
7 \textclass scrbook
8 \begin_preamble
9 % Setzt den Link für Sprünge zu Gleitabbildungen
10 % auf den Anfang des Gleitobjekts und nicht aufs Ende
11 \usepackage[figure]{hypcap}
12
13 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
14 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
15 \let\myTOC\tableofcontents
16 \renewcommand\tableofcontents{%
17   \frontmatter
18   \pdfbookmark[1]{\contentsname}{}
19   \myTOC
20   \mainmatter }
21
22 % Formatierung von Legenden
23 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
24
25 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
26 \newcommand{\TabBesBeg}[1][1.0]{%
27  \let\MyTable\table
28  \let\MyEndtable\endtable
29  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
30
31 \newcommand{\TabBesEnd}{%
32  \let\table\MyTable
33  \let\endtable\MyEndtable}
34
35 \newcommand{\FigBesBeg}[1][1.0]{%
36  \let\MyFigure\figure
37  \let\MyEndfigure\endfigure
38  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
39
40 \newcommand{\FigBesEnd}{%
41  \let\figure\MyFigure
42  \let\endfigure\MyEndfigure}
43
44 % ermöglicht das Berechnen von Werten
45 \usepackage{calc}
46
47 %Vergrößert den Teil der Seite, in dem Gleitobjekte
48 % unten angeordnet werden dürfen
49 \renewcommand{\bottomfraction}{0.5}
50
51 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
52 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
53
54 % beschleunigt die Berechnung von langen Tabellen
55 \setcounter{LTchunksize}{100}
56
57 % wird bei farbigen Tabellen benutzt
58 \@ifundefined{textcolor}
59  {\usepackage{color}}{}
60 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
61 \definecolor{hellgrau}{gray}{0.8}
62
63 % testen ob paket colortbl installiert ist
64 % wird für farbige Tabellenzellen benutzt
65 \newboolean{colortbl}
66 \IfFileExists{colortbl.sty}
67  {\usepackage{colortbl}
68   \setboolean{colortbl}{true}}
69  {\setboolean{colortbl}{false}}
70
71 % wird benutzt, um Tabellenzellen zu vergrößern
72 \@ifundefined{extrarowheight}
73  {\usepackage{array}}{}
74 \setlength{\extrarowheight}{2pt}
75
76 % wird fuer benutzerdefinierte Tabellen benutzt
77 % ---
78 \newcolumntype{M}[1]
79  {>{\centering\hspace{0pt}}m{#1}}
80
81 \newcolumntype{S}[2]
82  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
83
84 \newcolumntype{K}[1]
85  {>{\columncolor{#1}\hspace{0pt}}c}
86
87 \newcolumntype{V}{!{\vrule width 1.5pt}}
88
89 \newcolumntype{W}{!{\color{green}\vline}}
90 % ---
91
92 % Setzt einen zusaetzlichen Abstand von
93 % 1.5 mm zwischen Fussnoten
94 \let\myFoot\footnote
95 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
96
97 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
98 \numberwithin{algorithm}{chapter}
99
100
101 % ------------------------------------
102 % Prüfung auf benötigte LaTeXPakete
103 \usepackage{ifthen}
104
105 % Pruefung auf arydshln
106 % für Tabellen mit gestrichelten Linien
107 \newboolean{arydshln}
108 \IfFileExists{arydshln.sty}
109  {\usepackage{arydshln}
110   \setboolean{arydshln}{true}}
111  {\setboolean{arydshln}{false}}
112
113 % Prüfung auf marginnote
114 % für Randnotizen
115 \newboolean{marginnote}
116 \IfFileExists{marginnote.sty}
117  {\usepackage{marginnote}
118   \let\marginpar\marginnote
119   \setboolean{marginnote}{true}}
120  {\setboolean{marginnote}{false}}
121
122 % Prüfung auf sidecap
123 % für seitliche Beschriftungen
124 \newboolean{sidecap}
125 \IfFileExists{sidecap.sty}
126  {\usepackage{sidecap}
127   \setboolean{sidecap}{true}}
128  {\setboolean{sidecap}{false}}
129
130 % Prüfung auf picinpar
131 \newboolean{picinpar}
132 \IfFileExists{picinpar.sty}
133  {\usepackage{picinpar}
134   \setboolean{picinpar}{true}}
135  {\setboolean{picinpar}{false}}
136
137 % Prüfung auf lettrine
138 \newboolean{lettrine}
139 \IfFileExists{lettrine.sty}
140  {\usepackage{lettrine}
141   \setboolean{lettrine}{true}}
142  {\setboolean{lettrine}{false}}
143
144 % Prüfung auf diagbox
145 \newboolean{diagbox}
146 \IfFileExists{diagbox.sty}
147  {\usepackage{diagbox}
148   \setboolean{diagbox}{true}}
149  {\setboolean{diagbox}{false}}
150
151 \@ifpackageloaded{babel}{
152  % Damit der Index den Namen "Stichwortverzeichnis" erhält
153  \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
154 }{}
155 \end_preamble
156 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
157 \use_default_options false
158 \begin_modules
159 initials
160 graphicboxes
161 varwidth
162 \end_modules
163 \maintain_unincluded_children false
164 \language ngerman
165 \language_package default
166 \inputencoding auto
167 \fontencoding global
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_osf false
176 \font_sf_scale 100 100
177 \font_tt_scale 100 100
178 \use_microtype false
179 \use_dash_ligatures false
180 \graphics default
181 \default_output_format pdf2
182 \output_sync 0
183 \bibtex_command default
184 \index_command default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
189 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
190 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
191 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
202 \papersize a4paper
203 \use_geometry false
204 \use_package amsmath 1
205 \use_package amssymb 1
206 \use_package cancel 1
207 \use_package esint 1
208 \use_package mathdots 1
209 \use_package mathtools 1
210 \use_package mhchem 1
211 \use_package stackrel 1
212 \use_package stmaryrd 1
213 \use_package undertilde 1
214 \cite_engine basic
215 \cite_engine_type default
216 \biblio_style plain
217 \use_bibtopic false
218 \use_indices false
219 \paperorientation portrait
220 \suppress_date false
221 \justification true
222 \use_refstyle 1
223 \use_minted 0
224 \notefontcolor #0000ff
225 \index Stichwortverzeichnis
226 \shortcut idx
227 \color #008000
228 \end_index
229 \secnumdepth 3
230 \tocdepth 3
231 \paragraph_separation skip
232 \defskip medskip
233 \is_math_indent 0
234 \math_numbering_side default
235 \quotes_style german
236 \dynamic_quotes 0
237 \papercolumns 1
238 \papersides 2
239 \paperpagestyle default
240 \tracking_changes false
241 \output_changes false
242 \html_math_output 0
243 \html_css_as_file 0
244 \html_be_strict false
245 \end_header
246
247 \begin_body
248
249 \begin_layout Title
250 Das \SpecialChar LyX
251 -Handbuch der Einfügungen:
252 \begin_inset Newline newline
253 \end_inset
254
255  
256 \size larger
257 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
258 \end_layout
259
260 \begin_layout Author
261 vom \SpecialChar LyX
262 -Team
263 \begin_inset Foot
264 status open
265
266 \begin_layout Plain Layout
267 \noindent
268
269 \size normal
270 Übersetzung und Bearbeitung: Hartmut Haase
271 \size default
272  (
273 \noun on
274 HHa
275 \noun default
276 , bis März 2010), Uwe Stöhr
277 \begin_inset Newline newline
278 \end_inset
279
280 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
281  bitte an: 
282 \begin_inset CommandInset href
283 LatexCommand href
284 name "lyx-docs@lists.lyx.org"
285 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
286 type "mailto:"
287 literal "false"
288
289 \end_inset
290
291
292 \end_layout
293
294 \end_inset
295
296
297 \begin_inset Note Note
298 status collapsed
299
300 \begin_layout Plain Layout
301 Autor: Uwe Stöhr <uwestoehr@web.de>
302 \end_layout
303
304 \end_inset
305
306
307 \begin_inset Newline newline
308 \end_inset
309
310
311 \begin_inset Newline newline
312 \end_inset
313
314
315 \family sans
316 Version 2.3.x
317 \end_layout
318
319 \begin_layout Standard
320 \begin_inset CommandInset toc
321 LatexCommand tableofcontents
322
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Standard
329 \begin_inset Note Note
330 status open
331
332 \begin_layout Plain Layout
333 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
334 en zu können oder es auszudrucken, benötigen Sie die \SpecialChar LaTeX
335 -Pakte 
336 \series bold
337 arydshln
338 \series default
339
340 \series bold
341 colortbl
342 \series default
343
344 \series bold
345 diagbox, lettrine, marginnote, picinpar
346 \series default
347  und 
348 \series bold
349 sidecap
350 \series default
351 .
352  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
353  denen sie benötigt werden.
354 \end_layout
355
356 \begin_layout Plain Layout
357 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
358  hier finden:
359 \begin_inset Newline newline
360 \end_inset
361
362
363 \series bold
364 http://wiki.lyx.org/\SpecialChar LyX
365 /Manuals#EmbeddedObjects
366 \end_layout
367
368 \end_inset
369
370
371 \end_layout
372
373 \begin_layout Chapter
374 Abbildungen
375 \begin_inset Index idx
376 status collapsed
377
378 \begin_layout Plain Layout
379 Abbildungen
380 \end_layout
381
382 \end_inset
383
384
385 \end_layout
386
387 \begin_layout Section
388 Grafik-Dialog
389 \begin_inset Index idx
390 status collapsed
391
392 \begin_layout Plain Layout
393 Abbildungen ! Grafik-Dialog
394 \end_layout
395
396 \end_inset
397
398
399 \begin_inset CommandInset label
400 LatexCommand label
401 name "abs:Grafik-Dialog"
402
403 \end_inset
404
405
406 \end_layout
407
408 \begin_layout Standard
409 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
410  
411 \begin_inset Info
412 type  "icon"
413 arg   "dialog-show-new-inset graphics"
414 \end_inset
415
416  in der Werkzeugleiste oder wählen das Menü 
417 \family sans
418 Einfügen\SpecialChar menuseparator
419 Grafik
420 \family default
421 .
422  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
423  
424 \family sans
425 Durchsuchen
426 \family default
427  eingeben können.
428  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
429  an der Sie sie eingefügt haben.
430 \end_layout
431
432 \begin_layout Standard
433 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
434  klicken.
435  Der Dialog hat drei Karteikarten:
436 \end_layout
437
438 \begin_layout Description
439
440 \family sans
441 Grafik
442 \family default
443  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
444  Version festlegen.
445  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
446 \begin_inset space ~
447 \end_inset
448
449
450 \begin_inset CommandInset ref
451 LatexCommand ref
452 reference "kap:In-LyX-verfügbare"
453
454 \end_inset
455
456  erklärt.
457 \begin_inset Newline newline
458 \end_inset
459
460
461 \begin_inset Index idx
462 status collapsed
463
464 \begin_layout Plain Layout
465 Abbildungen ! rotierte
466 \end_layout
467
468 \end_inset
469
470 Sie können Abbildungen durch Angabe eines 
471 \family sans
472 Winkel
473 \family default
474
475 \begin_inset space ~
476 \end_inset
477
478
479 \family sans
480 (Grad)
481 \family default
482  und Festlegung eines 
483 \family sans
484 Drehpunktes
485 \family default
486  drehen.
487  Negative Winkel drehen im Uhrzeigersinn.
488  Die Abbildung wird auch in \SpecialChar LyX
489  gedreht.
490 \begin_inset Newline newline
491 \end_inset
492
493
494 \begin_inset Index idx
495 status collapsed
496
497 \begin_layout Plain Layout
498 Abbildungen ! skalierte
499 \end_layout
500
501 \end_inset
502
503 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
504  oder Höhe und Breite definiert.
505  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
506  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
507  wobei sie möglicherweise verzerrt wird.
508  Um das zu vermeiden, sollten Sie 
509 \family sans
510 Seitenverhältnis
511 \begin_inset space ~
512 \end_inset
513
514 beibehalten
515 \family default
516  ankreuzen.
517  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
518  und Breite nicht überschritten werden.
519 \begin_inset Newline newline
520 \end_inset
521
522 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
523 nden Kontext-Menü 
524 \family sans
525 Datei extern bearbeiten
526 \family default
527  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
528  öffnen.
529  Das Programm kann für jedes Bildformat in den \SpecialChar LyX
530 -Einstellungen unter 
531 \family sans
532 Datei-Handhabung\SpecialChar menuseparator
533 Dateiformate
534 \family default
535  festgelegt werden.
536 \end_layout
537
538 \begin_layout Description
539
540 \family sans
541 Ausschnitt
542 \family default
543  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
544  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
545  Wenn Sie auf 
546 \family sans
547 Lese
548 \begin_inset space ~
549 \end_inset
550
551 aus
552 \begin_inset space ~
553 \end_inset
554
555 Datei
556 \family default
557  klicken, werden die Koordinaten automatisch berechnet.
558  Die Option 
559 \family sans
560 Auf
561 \begin_inset space ~
562 \end_inset
563
564 Begrenzungsbox
565 \begin_inset space ~
566 \end_inset
567
568 zuschneiden
569 \family default
570  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
571  Koordinaten liegt.
572  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
573  diese Karteikarte ignorieren.
574 \end_layout
575
576 \begin_layout Description
577
578 \family sans
579 \SpecialChar LaTeX
580 -
581 \begin_inset space ~
582 \end_inset
583
584 und
585 \begin_inset space ~
586 \end_inset
587
588 \SpecialChar LyX
589 -Optionen
590 \family default
591  Hier können Sie das Aussehen einer Abbildung innerhalb von \SpecialChar LyX
592  ändern und
593  \SpecialChar LaTeX
594 -Experten können weitere \SpecialChar LaTeX
595 -Optionen definieren.
596 \begin_inset Newline newline
597 \end_inset
598
599 Ist die Option 
600 \family sans
601 Entwurfsmodus 
602 \family default
603 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
604  darin gedruckt.
605 \begin_inset Newline newline
606 \end_inset
607
608 Im Abschnitt 
609 \family sans
610 Grafikgruppe
611 \family default
612  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
613 n.
614 \begin_inset Index idx
615 status collapsed
616
617 \begin_layout Plain Layout
618 Abbildungen ! Einstellungsgruppen
619 \end_layout
620
621 \end_inset
622
623  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
624  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
625  der Gruppe geändert werden.
626  Damit kann man z.B.
627 \begin_inset space ~
628 \end_inset
629
630 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
631  Bild tun zu müssen.
632  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
633  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
634 \end_layout
635
636 \begin_layout Standard
637 \begin_inset VSpace bigskip
638 \end_inset
639
640
641 \end_layout
642
643 \begin_layout Standard
644 Hier ist eine zentrierte PDF-Abbildung
645 \begin_inset Foot
646 status collapsed
647
648 \begin_layout Plain Layout
649 Abbildungsformate sind in Abschnitt
650 \begin_inset space ~
651 \end_inset
652
653
654 \begin_inset CommandInset ref
655 LatexCommand ref
656 reference "abs:Bildformate"
657
658 \end_inset
659
660  beschrieben.
661 \end_layout
662
663 \end_inset
664
665  in einem eigenen Absatz:
666 \end_layout
667
668 \begin_layout Standard
669 \align center
670 \begin_inset Graphics
671         filename ../clipart/2D-intensity-plot.pdf
672         scaleBeforeRotation
673         rotateOrigin center
674
675 \end_inset
676
677
678 \end_layout
679
680 \begin_layout Standard
681 \noindent
682 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
683 \end_layout
684
685 \begin_layout Standard
686 \align center
687 \begin_inset Graphics
688         filename ../clipart/2D-intensity-plot.pdf
689         draft
690         scaleBeforeRotation
691         rotateOrigin center
692
693 \end_inset
694
695
696 \end_layout
697
698 \begin_layout Section
699 Gleitende Abbildungen
700 \begin_inset CommandInset label
701 LatexCommand label
702 name "abs:Gleitende-Abbildungen"
703
704 \end_inset
705
706
707 \begin_inset Index idx
708 status collapsed
709
710 \begin_layout Plain Layout
711 Abbildungen ! gleitende
712 \end_layout
713
714 \end_inset
715
716
717 \begin_inset Index idx
718 status collapsed
719
720 \begin_layout Plain Layout
721 Gleitobjekte ! Abbildungen
722 \end_layout
723
724 \end_inset
725
726
727 \end_layout
728
729 \begin_layout Standard
730 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
731 \begin_inset space ~
732 \end_inset
733
734
735 \begin_inset CommandInset ref
736 LatexCommand ref
737 reference "abs:Gleitobjekte-Einleitung"
738
739 \end_inset
740
741 .
742 \end_layout
743
744 \begin_layout Standard
745 Wenn Sie auf das Werkzeugleisten-Symbol 
746 \begin_inset Info
747 type  "icon"
748 arg   "float-insert figure"
749 \end_inset
750
751  klicken oder 
752 \family sans
753 Einfügen\SpecialChar menuseparator
754 Gleit\SpecialChar softhyphen
755 objekt\SpecialChar menuseparator
756 Abbildung
757 \family default
758  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
759  In das rot umrahmte Feld rechts von 
760 \emph on
761 Abbildung
762 \begin_inset space ~
763 \end_inset
764
765 Nr:
766 \emph default
767  schreiben Sie die Bildbeschriftung.
768  Nach einem Klick oberhalb oder unterhalb von 
769 \emph on
770 Abbildung
771 \begin_inset space ~
772 \end_inset
773
774 Nr:
775 \emph default
776  können Sie dann eine Abbildung wie 
777 \begin_inset CommandInset ref
778 LatexCommand ref
779 reference "fig:Ein-Stern-in"
780
781 \end_inset
782
783  oberhalb oder wie Abbildung
784 \begin_inset space ~
785 \end_inset
786
787
788 \begin_inset CommandInset ref
789 LatexCommand ref
790 reference "fig:Ein-3D-Objekt"
791
792 \end_inset
793
794  unterhalb der Bildbeschriftung einfügen.
795  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
796 \begin_inset space ~
797 \end_inset
798
799
800 \begin_inset CommandInset ref
801 LatexCommand ref
802 reference "abs:Titel-Platzierung"
803
804 \end_inset
805
806 .
807 \end_layout
808
809 \begin_layout Standard
810 \begin_inset Float figure
811 wide false
812 sideways false
813 status open
814
815 \begin_layout Plain Layout
816 \align center
817 \begin_inset Graphics
818         filename ../clipart/Star-structure.pdf
819         lyxscale 60
820         width 50col%
821         scaleBeforeRotation
822         rotateOrigin center
823
824 \end_inset
825
826
827 \end_layout
828
829 \begin_layout Plain Layout
830 \begin_inset Caption Standard
831
832 \begin_layout Plain Layout
833 \begin_inset CommandInset label
834 LatexCommand label
835 name "fig:Ein-Stern-in"
836
837 \end_inset
838
839 Ein Stern in einem Gleitobjekt.
840 \end_layout
841
842 \end_inset
843
844
845 \end_layout
846
847 \end_inset
848
849
850 \end_layout
851
852 \begin_layout Standard
853 \begin_inset Float figure
854 wide false
855 sideways false
856 status open
857
858 \begin_layout Plain Layout
859 \begin_inset Caption Standard
860
861 \begin_layout Plain Layout
862 \begin_inset CommandInset label
863 LatexCommand label
864 name "fig:Ein-3D-Objekt"
865
866 \end_inset
867
868 Ein 3D-Objekt.
869 \end_layout
870
871 \end_inset
872
873
874 \end_layout
875
876 \begin_layout Plain Layout
877 \align center
878 \begin_inset Graphics
879         filename ../clipart/3D-structure-distort.pdf
880         lyxscale 60
881         scale 80
882         scaleBeforeRotation
883         rotateOrigin center
884
885 \end_inset
886
887
888 \end_layout
889
890 \end_inset
891
892
893 \end_layout
894
895 \begin_layout Standard
896 \begin_inset Index idx
897 status collapsed
898
899 \begin_layout Plain Layout
900 Querverweise ! auf Abbildungen
901 \end_layout
902
903 \end_inset
904
905 Abbildung
906 \begin_inset space ~
907 \end_inset
908
909
910 \begin_inset CommandInset ref
911 LatexCommand ref
912 reference "fig:Ein-Stern-in"
913
914 \end_inset
915
916  und 
917 \begin_inset CommandInset ref
918 LatexCommand ref
919 reference "fig:Ein-3D-Objekt"
920
921 \end_inset
922
923  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
924  Dafür fügen Sie in der Beschriftung mit 
925 \family sans
926 Einfügen\SpecialChar menuseparator
927 Marke
928 \family default
929  oder durch Klicken auf 
930 \begin_inset Info
931 type  "icon"
932 arg   "label-insert"
933 \end_inset
934
935  eine Marke ein.
936  Auf diese können Sie dann wie gewohnt mit 
937 \family sans
938 Einfügen\SpecialChar menuseparator
939 Querverweis
940 \family default
941  oder durch Klicken auf 
942 \family sans
943
944 \begin_inset Info
945 type  "icon"
946 arg   "dialog-show-new-inset ref"
947 \end_inset
948
949
950 \family default
951  verweisen.
952  Das ist besser als eine vage Formulierung wie 
953 \begin_inset Quotes gld
954 \end_inset
955
956 die obige Abbildung
957 \begin_inset Quotes grd
958 \end_inset
959
960  zu benutzen, weil \SpecialChar LaTeX
961  die Abbildung dort platzieren wird, wo es sinnvoll erscheint
962 , und das muss nicht 
963 \emph on
964 oben
965 \emph default
966  sein.
967  Verweise werden detailliert in Abschnitt
968 \begin_inset space ~
969 \end_inset
970
971
972 \begin_inset CommandInset ref
973 LatexCommand ref
974 reference "abs:Auf-Gleitobjekte-verweisen"
975
976 \end_inset
977
978  beschrieben.
979 \end_layout
980
981 \begin_layout Standard
982 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
983  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
984  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
985  Gleitabbildung einfügt.
986  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
987  Abbildung
988 \begin_inset space ~
989 \end_inset
990
991
992 \begin_inset CommandInset ref
993 LatexCommand ref
994 reference "fig:Zwei-Teilabbildungen"
995
996 \end_inset
997
998  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
999  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1000  Gleitabbildung auf Eingabe drücken.
1001  Abbildung
1002 \begin_inset space ~
1003 \end_inset
1004
1005
1006 \begin_inset CommandInset ref
1007 LatexCommand ref
1008 reference "fig:Pinkes-Objekt"
1009
1010 \end_inset
1011
1012  und 
1013 \begin_inset CommandInset ref
1014 LatexCommand ref
1015 reference "fig:Ein-Stern"
1016
1017 \end_inset
1018
1019  sind die Teilabbildungen.
1020 \end_layout
1021
1022 \begin_layout Standard
1023 \begin_inset Float figure
1024 wide false
1025 sideways false
1026 status open
1027
1028 \begin_layout Plain Layout
1029 \begin_inset space \hfill{}
1030 \end_inset
1031
1032
1033 \begin_inset Float figure
1034 wide false
1035 sideways false
1036 status collapsed
1037
1038 \begin_layout Plain Layout
1039 \begin_inset Caption Standard
1040
1041 \begin_layout Plain Layout
1042 \begin_inset CommandInset label
1043 LatexCommand label
1044 name "fig:Pinkes-Objekt"
1045
1046 \end_inset
1047
1048 Pinkes Objekt.
1049 \end_layout
1050
1051 \end_inset
1052
1053
1054 \end_layout
1055
1056 \begin_layout Plain Layout
1057 \begin_inset Graphics
1058         filename ../clipart/3D-structure-distort.pdf
1059         width 45col%
1060         scaleBeforeRotation
1061         groupId Teilabbildung
1062
1063 \end_inset
1064
1065
1066 \end_layout
1067
1068 \end_inset
1069
1070
1071 \begin_inset space \hfill{}
1072 \end_inset
1073
1074
1075 \begin_inset Float figure
1076 wide false
1077 sideways false
1078 status collapsed
1079
1080 \begin_layout Plain Layout
1081 \begin_inset Caption Standard
1082
1083 \begin_layout Plain Layout
1084 \begin_inset CommandInset label
1085 LatexCommand label
1086 name "fig:Ein-Stern"
1087
1088 \end_inset
1089
1090 Ein Stern.
1091 \end_layout
1092
1093 \end_inset
1094
1095
1096 \end_layout
1097
1098 \begin_layout Plain Layout
1099 \begin_inset Graphics
1100         filename ../clipart/Star-structure.pdf
1101         width 45col%
1102         scaleBeforeRotation
1103         groupId Teilabbildung
1104
1105 \end_inset
1106
1107
1108 \end_layout
1109
1110 \end_inset
1111
1112
1113 \begin_inset space \hfill{}
1114 \end_inset
1115
1116
1117 \end_layout
1118
1119 \begin_layout Plain Layout
1120 \begin_inset Caption Standard
1121
1122 \begin_layout Plain Layout
1123 \begin_inset CommandInset label
1124 LatexCommand label
1125 name "fig:Zwei-Teilabbildungen"
1126
1127 \end_inset
1128
1129 Zwei Teilabbildungen nebeneinander.
1130  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1131 \begin_inset Quotes gld
1132 \end_inset
1133
1134 Teilabbildung
1135 \begin_inset Quotes grd
1136 \end_inset
1137
1138  an.
1139 \end_layout
1140
1141 \end_inset
1142
1143
1144 \end_layout
1145
1146 \end_inset
1147
1148
1149 \end_layout
1150
1151 \begin_layout Section
1152 Bildformate
1153 \begin_inset CommandInset label
1154 LatexCommand label
1155 name "abs:Bildformate"
1156
1157 \end_inset
1158
1159
1160 \begin_inset Index idx
1161 status collapsed
1162
1163 \begin_layout Plain Layout
1164 Abbildungen ! Bildformate
1165 \end_layout
1166
1167 \end_inset
1168
1169
1170 \end_layout
1171
1172 \begin_layout Standard
1173 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1174  Aber wie in Anhang
1175 \begin_inset space ~
1176 \end_inset
1177
1178
1179 \begin_inset CommandInset ref
1180 LatexCommand ref
1181 reference "kap:Ausgabedatei-Formate"
1182
1183 \end_inset
1184
1185  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1186  \SpecialChar LyX
1187  benutzt im Hintergrund das Programm
1188 \family typewriter
1189  ImageMagick
1190 \family default
1191 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1192  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1193  vermeiden.
1194  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1195  werden können.
1196  Diese Formate werden in Anhang
1197 \begin_inset space ~
1198 \end_inset
1199
1200
1201 \begin_inset CommandInset ref
1202 LatexCommand ref
1203 reference "kap:Ausgabedatei-Formate"
1204
1205 \end_inset
1206
1207  beschrieben.
1208 \end_layout
1209
1210 \begin_layout Standard
1211 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1212 \end_layout
1213
1214 \begin_layout Description
1215 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1216  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1217  
1218 \emph on
1219 pixelig
1220 \emph default
1221  aus.
1222  Bekannte Pixel-Formate sind 
1223 \begin_inset Quotes gld
1224 \end_inset
1225
1226 Graphics Interchange Format
1227 \begin_inset Quotes grd
1228 \end_inset
1229
1230  (GIF, Dateiendung
1231 \family typewriter
1232  
1233 \family default
1234
1235 \begin_inset Quotes gld
1236 \end_inset
1237
1238
1239 \family typewriter
1240 .gif
1241 \family default
1242
1243 \begin_inset Quotes grd
1244 \end_inset
1245
1246 )
1247 \begin_inset Index idx
1248 status collapsed
1249
1250 \begin_layout Plain Layout
1251 GIF
1252 \end_layout
1253
1254 \end_inset
1255
1256
1257 \begin_inset Quotes gld
1258 \end_inset
1259
1260 Portable Network Graphics
1261 \begin_inset Quotes grd
1262 \end_inset
1263
1264  (PNG, Dateiendung 
1265 \begin_inset Quotes gld
1266 \end_inset
1267
1268
1269 \family typewriter
1270 .png
1271 \family default
1272
1273 \begin_inset Quotes grd
1274 \end_inset
1275
1276 )
1277 \begin_inset Index idx
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281 PNG
1282 \end_layout
1283
1284 \end_inset
1285
1286
1287 \begin_inset Quotes gld
1288 \end_inset
1289
1290 Joint Photographic Experts Group
1291 \begin_inset Quotes grd
1292 \end_inset
1293
1294  (JPEG, Dateiendung
1295 \family typewriter
1296  
1297 \family default
1298
1299 \begin_inset Quotes gld
1300 \end_inset
1301
1302
1303 \family typewriter
1304 .jpg
1305 \family default
1306
1307 \begin_inset Quotes grd
1308 \end_inset
1309
1310  oder 
1311 \begin_inset Quotes gld
1312 \end_inset
1313
1314
1315 \family typewriter
1316 .jpeg
1317 \family default
1318
1319 \begin_inset Quotes grd
1320 \end_inset
1321
1322 )
1323 \begin_inset Index idx
1324 status collapsed
1325
1326 \begin_layout Plain Layout
1327 JPG, JPEG
1328 \end_layout
1329
1330 \end_inset
1331
1332  und 
1333 \begin_inset Quotes gld
1334 \end_inset
1335
1336 Windows Bitmap
1337 \begin_inset Quotes grd
1338 \end_inset
1339
1340  (BMP, Dateiendung 
1341 \begin_inset Quotes gld
1342 \end_inset
1343
1344
1345 \family typewriter
1346 .bmp
1347 \family default
1348
1349 \begin_inset Quotes grd
1350 \end_inset
1351
1352 )
1353 \begin_inset Index idx
1354 status collapsed
1355
1356 \begin_layout Plain Layout
1357 BMP
1358 \end_layout
1359
1360 \end_inset
1361
1362 .
1363 \end_layout
1364
1365 \begin_layout Description
1366 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1367  auf jede beliebige Größe skaliert werden.
1368  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1369  zoomen zu können.
1370 \begin_inset Newline newline
1371 \end_inset
1372
1373 Bekannte Formate sind 
1374 \begin_inset Quotes gld
1375 \end_inset
1376
1377 Scalable Vector Graphics
1378 \begin_inset Quotes grd
1379 \end_inset
1380
1381  (SVG, Dateiendung
1382 \family typewriter
1383  
1384 \family default
1385
1386 \begin_inset Quotes gld
1387 \end_inset
1388
1389
1390 \family typewriter
1391 .svg
1392 \family default
1393
1394 \begin_inset Quotes grd
1395 \end_inset
1396
1397 )
1398 \begin_inset Index idx
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402 SVG
1403 \end_layout
1404
1405 \end_inset
1406
1407
1408 \begin_inset Quotes gld
1409 \end_inset
1410
1411 Encapsulated PostScript
1412 \begin_inset Quotes grd
1413 \end_inset
1414
1415  (EPS, Dateiendung 
1416 \begin_inset Quotes gld
1417 \end_inset
1418
1419
1420 \family typewriter
1421 .eps
1422 \family default
1423
1424 \begin_inset Quotes grd
1425 \end_inset
1426
1427 )
1428 \begin_inset Index idx
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432 EPS
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \begin_inset Quotes gld
1439 \end_inset
1440
1441 Portable Document Format
1442 \begin_inset Quotes grd
1443 \end_inset
1444
1445  (PDF, Dateiendung
1446 \family typewriter
1447  
1448 \family default
1449
1450 \begin_inset Quotes gld
1451 \end_inset
1452
1453
1454 \family typewriter
1455 .pdf
1456 \family default
1457
1458 \begin_inset Quotes grd
1459 \end_inset
1460
1461 )
1462 \begin_inset Index idx
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466 PDF
1467 \end_layout
1468
1469 \end_inset
1470
1471  und 
1472 \begin_inset Quotes gld
1473 \end_inset
1474
1475 Windows Metafile
1476 \begin_inset Quotes grd
1477 \end_inset
1478
1479  (WMF, Dateiendung 
1480 \begin_inset Quotes gld
1481 \end_inset
1482
1483
1484 \family typewriter
1485 .wmf
1486 \family default
1487
1488 \begin_inset Quotes grd
1489 \end_inset
1490
1491 )
1492 \begin_inset Index idx
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496 WMF
1497 \end_layout
1498
1499 \end_inset
1500
1501 .
1502 \end_layout
1503
1504 \begin_layout Standard
1505 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1506  das Ergebnis ist immer noch ein Pixelbild.
1507  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1508  hinzugefügt.
1509 \begin_inset Foot
1510 status collapsed
1511
1512 \begin_layout Plain Layout
1513 Bei PDF wird das Originalbild auch noch komprimiert.
1514 \end_layout
1515
1516 \end_inset
1517
1518  Die PDF-Dateien, die 
1519 \family typewriter
1520 Adobe Photoshop
1521 \family default
1522  erzeugt, sind zum Beispiel Pixelbilder.
1523 \end_layout
1524
1525 \begin_layout Standard
1526 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1527  umgekehrt.
1528  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1529  eingefügt werden.
1530  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1531  erzeugt wird, weil es zur Zeit keine WMF/SVG
1532 \begin_inset Formula $\to$
1533 \end_inset
1534
1535 PDF/EPS Konverter gibt.
1536 \end_layout
1537
1538 \begin_layout Chapter
1539 Tabellen
1540 \begin_inset Index idx
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544 Tabellen
1545 \end_layout
1546
1547 \end_inset
1548
1549
1550 \end_layout
1551
1552 \begin_layout Section
1553 Einführung
1554 \begin_inset Index idx
1555 status collapsed
1556
1557 \begin_layout Plain Layout
1558 Tabellen ! Einführung
1559 \end_layout
1560
1561 \end_inset
1562
1563
1564 \end_layout
1565
1566 \begin_layout Standard
1567 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1568 \begin_inset Info
1569 type  "icon"
1570 arg   "tabular-insert"
1571 \end_inset
1572
1573  oder das Menü 
1574 \family sans
1575 Einfügen\SpecialChar menuseparator
1576 Tabelle
1577 \family default
1578  einfügen.
1579  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1580 \begin_inset space \thinspace{}
1581 \end_inset
1582
1583 -Tabelle.
1584  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1585  und die Größe der dunkelblauen Tabelle angezeigt.
1586  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1587  ein.
1588  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1589  Spaltenanzahl festlegen können.
1590 \end_layout
1591
1592 \begin_layout Standard
1593 In der so erstellten Tabelle ist jede Zelle umrandet.
1594  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1595  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1596  die zweite Zeile eine Linie oberhalb haben.
1597  Hier ist ein Beispiel:
1598 \end_layout
1599
1600 \begin_layout Standard
1601 \align center
1602 \begin_inset Tabular
1603 <lyxtabular version="3" rows="5" columns="4">
1604 <features tabularvalignment="middle">
1605 <column alignment="center" valignment="top">
1606 <column alignment="center" valignment="top">
1607 <column alignment="center" valignment="top">
1608 <column alignment="center" valignment="top">
1609 <row>
1610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1611 \begin_inset Text
1612
1613 \begin_layout Plain Layout
1614
1615 \end_layout
1616
1617 \end_inset
1618 </cell>
1619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1620 \begin_inset Text
1621
1622 \begin_layout Plain Layout
1623
1624 \family roman
1625 \series medium
1626 \shape up
1627 \size normal
1628 \emph off
1629 \bar no
1630 \noun off
1631 \color none
1632 1
1633 \end_layout
1634
1635 \end_inset
1636 </cell>
1637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1638 \begin_inset Text
1639
1640 \begin_layout Plain Layout
1641 2
1642 \end_layout
1643
1644 \end_inset
1645 </cell>
1646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1647 \begin_inset Text
1648
1649 \begin_layout Plain Layout
1650 3
1651 \end_layout
1652
1653 \end_inset
1654 </cell>
1655 </row>
1656 <row>
1657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1658 \begin_inset Text
1659
1660 \begin_layout Plain Layout
1661
1662 \family roman
1663 \series medium
1664 \shape up
1665 \size normal
1666 \emph off
1667 \bar no
1668 \noun off
1669 \color none
1670 A
1671 \end_layout
1672
1673 \end_inset
1674 </cell>
1675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1676 \begin_inset Text
1677
1678 \begin_layout Plain Layout
1679
1680 \end_layout
1681
1682 \end_inset
1683 </cell>
1684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1685 \begin_inset Text
1686
1687 \begin_layout Plain Layout
1688
1689 \end_layout
1690
1691 \end_inset
1692 </cell>
1693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1694 \begin_inset Text
1695
1696 \begin_layout Plain Layout
1697
1698 \end_layout
1699
1700 \end_inset
1701 </cell>
1702 </row>
1703 <row>
1704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1705 \begin_inset Text
1706
1707 \begin_layout Plain Layout
1708
1709 \family roman
1710 \series medium
1711 \shape up
1712 \size normal
1713 \emph off
1714 \bar no
1715 \noun off
1716 \color none
1717 B
1718 \end_layout
1719
1720 \end_inset
1721 </cell>
1722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1723 \begin_inset Text
1724
1725 \begin_layout Plain Layout
1726
1727 \end_layout
1728
1729 \end_inset
1730 </cell>
1731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1732 \begin_inset Text
1733
1734 \begin_layout Plain Layout
1735
1736 \end_layout
1737
1738 \end_inset
1739 </cell>
1740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1741 \begin_inset Text
1742
1743 \begin_layout Plain Layout
1744
1745 \end_layout
1746
1747 \end_inset
1748 </cell>
1749 </row>
1750 <row>
1751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1752 \begin_inset Text
1753
1754 \begin_layout Plain Layout
1755
1756 \family roman
1757 \series medium
1758 \shape up
1759 \size normal
1760 \emph off
1761 \bar no
1762 \noun off
1763 \color none
1764 C
1765 \end_layout
1766
1767 \end_inset
1768 </cell>
1769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1788 \begin_inset Text
1789
1790 \begin_layout Plain Layout
1791
1792 \end_layout
1793
1794 \end_inset
1795 </cell>
1796 </row>
1797 <row>
1798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802 D
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 </row>
1835 </lyxtabular>
1836
1837 \end_inset
1838
1839
1840 \end_layout
1841
1842 \begin_layout Section
1843 Tabellen-Dialog
1844 \begin_inset Index idx
1845 status collapsed
1846
1847 \begin_layout Plain Layout
1848 Tabellen ! Einstellungen
1849 \end_layout
1850
1851 \end_inset
1852
1853
1854 \end_layout
1855
1856 \begin_layout Standard
1857 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1858  Maustaste darauf klicken.
1859  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1860 \family sans
1861 Mehr
1862 \family default
1863  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1864  ist, geändert werden können.
1865  Das Kontextmenü 
1866 \family sans
1867 Mehr\SpecialChar menuseparator
1868 Einstellungen
1869 \family default
1870  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1871  können.
1872  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1873  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1874  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1875  Auswahl.
1876  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1877 \emph on
1878 Inhalt
1879 \emph default
1880  einer Zelle oder die Zelle selber ausgewählt haben.
1881 \begin_inset Newline newline
1882 \end_inset
1883
1884 Mit der Dialog-Option 
1885 \family sans
1886 Direkt
1887 \begin_inset space ~
1888 \end_inset
1889
1890 übernehmen
1891 \family default
1892  wird jede Änderung, die Sie machen, direkt übernommen.
1893  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1894  dann auch die Parameter der neuen Zelle an.
1895  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1896 \family sans
1897 Enter
1898 \family default
1899  drücken, um die Änderung zu übernehmen.
1900 \begin_inset Newline newline
1901 \end_inset
1902
1903 Der Tabellen-Dialog hat folgende Karteikarten:
1904 \end_layout
1905
1906 \begin_layout Description
1907 Tabellen-Einstellungen Hier können Sie die Horizontale
1908 \begin_inset space ~
1909 \end_inset
1910
1911 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1912  Die Ausrichtung 
1913 \family sans
1914 Am
1915 \begin_inset space ~
1916 \end_inset
1917
1918 Dezimaltrenner
1919 \family default
1920  ist in Abschnitt
1921 \begin_inset space ~
1922 \end_inset
1923
1924
1925 \begin_inset CommandInset ref
1926 LatexCommand ref
1927 reference "uab:Besondere-Zellenausrichtung"
1928
1929 \end_inset
1930
1931  beschrieben.
1932  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1933 \begin_inset space ~
1934 \end_inset
1935
1936 Ausrichtung der momentanen Zeile wählen.
1937  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1938  Absätze haben, wie in Abschnitt
1939 \begin_inset space ~
1940 \end_inset
1941
1942
1943 \begin_inset CommandInset ref
1944 LatexCommand ref
1945 reference "uab:Mehrere-Zeilen-in"
1946
1947 \end_inset
1948
1949  beschrieben.
1950  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1951 \begin_inset Newline newline
1952 \end_inset
1953
1954 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1955  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
1956 \begin_inset space ~
1957 \end_inset
1958
1959
1960 \begin_inset CommandInset ref
1961 LatexCommand ref
1962 reference "uab:Mehrfachspalten"
1963
1964 \end_inset
1965
1966  und 
1967 \begin_inset CommandInset ref
1968 LatexCommand ref
1969 reference "uab:Mehrfachzeilen"
1970
1971 \end_inset
1972
1973  beschrieben.
1974 \begin_inset Newline newline
1975 \end_inset
1976
1977 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1978  den Uhrzeigersinn um 90° drehen.
1979  \SpecialChar LyX
1980  zeigt diese Drehung nur in der Ausgabe.
1981  Für weitere Informationen siehe Abschnitt
1982 \begin_inset space ~
1983 \end_inset
1984
1985
1986 \begin_inset CommandInset ref
1987 LatexCommand ref
1988 reference "abs:Rotierte-Tabellenzellen"
1989
1990 \end_inset
1991
1992 .
1993 \begin_inset Newline newline
1994 \end_inset
1995
1996
1997 \begin_inset Note Greyedout
1998 status open
1999
2000 \begin_layout Plain Layout
2001
2002 \series bold
2003 Achtung:
2004 \series default
2005  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2006 \end_layout
2007
2008 \end_inset
2009
2010
2011 \begin_inset Newline newline
2012 \end_inset
2013
2014 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2015  Textzeilen verwendet:
2016 \begin_inset Newline newline
2017 \end_inset
2018
2019 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2020 \begin_inset Tabular
2021 <lyxtabular version="3" rows="2" columns="2">
2022 <features tabularvalignment="top">
2023 <column alignment="center" valignment="top" width="0pt">
2024 <column alignment="center" valignment="top">
2025 <row>
2026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2027 \begin_inset Text
2028
2029 \begin_layout Plain Layout
2030
2031 \end_layout
2032
2033 \end_inset
2034 </cell>
2035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2036 \begin_inset Text
2037
2038 \begin_layout Plain Layout
2039 1
2040 \end_layout
2041
2042 \end_inset
2043 </cell>
2044 </row>
2045 <row>
2046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2047 \begin_inset Text
2048
2049 \begin_layout Plain Layout
2050 A
2051 \end_layout
2052
2053 \end_inset
2054 </cell>
2055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2056 \begin_inset Text
2057
2058 \begin_layout Plain Layout
2059
2060 \end_layout
2061
2062 \end_inset
2063 </cell>
2064 </row>
2065 </lyxtabular>
2066
2067 \end_inset
2068
2069  
2070 \begin_inset Tabular
2071 <lyxtabular version="3" rows="2" columns="2">
2072 <features tabularvalignment="middle">
2073 <column alignment="center" valignment="top">
2074 <column alignment="center" valignment="top">
2075 <row>
2076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2077 \begin_inset Text
2078
2079 \begin_layout Plain Layout
2080
2081 \end_layout
2082
2083 \end_inset
2084 </cell>
2085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2086 \begin_inset Text
2087
2088 \begin_layout Plain Layout
2089 1
2090 \end_layout
2091
2092 \end_inset
2093 </cell>
2094 </row>
2095 <row>
2096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2097 \begin_inset Text
2098
2099 \begin_layout Plain Layout
2100 A
2101 \end_layout
2102
2103 \end_inset
2104 </cell>
2105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2106 \begin_inset Text
2107
2108 \begin_layout Plain Layout
2109
2110 \end_layout
2111
2112 \end_inset
2113 </cell>
2114 </row>
2115 </lyxtabular>
2116
2117 \end_inset
2118
2119  
2120 \begin_inset Tabular
2121 <lyxtabular version="3" rows="2" columns="2">
2122 <features tabularvalignment="bottom">
2123 <column alignment="center" valignment="top" width="0pt">
2124 <column alignment="center" valignment="top">
2125 <row>
2126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2127 \begin_inset Text
2128
2129 \begin_layout Plain Layout
2130
2131 \end_layout
2132
2133 \end_inset
2134 </cell>
2135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2136 \begin_inset Text
2137
2138 \begin_layout Plain Layout
2139 1
2140 \end_layout
2141
2142 \end_inset
2143 </cell>
2144 </row>
2145 <row>
2146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2147 \begin_inset Text
2148
2149 \begin_layout Plain Layout
2150 A
2151 \end_layout
2152
2153 \end_inset
2154 </cell>
2155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2156 \begin_inset Text
2157
2158 \begin_layout Plain Layout
2159
2160 \end_layout
2161
2162 \end_inset
2163 </cell>
2164 </row>
2165 </lyxtabular>
2166
2167 \end_inset
2168
2169
2170 \begin_inset Newline newline
2171 \end_inset
2172
2173 Man kann auch ein \SpecialChar LaTeX
2174 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2175 gen einfügen,
2176  wie in den Abschnitten 
2177 \begin_inset CommandInset ref
2178 LatexCommand ref
2179 reference "uab:Mehrfachspalten-Berechnungen"
2180
2181 \end_inset
2182
2183  und 
2184 \begin_inset CommandInset ref
2185 LatexCommand ref
2186 reference "abs:Farbige-Tabellen"
2187
2188 \end_inset
2189
2190  beschrieben.
2191 \end_layout
2192
2193 \begin_layout Description
2194 Rahmen Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und
2195  Spalte(n) hinzufügen und löschen.
2196 \begin_inset Newline newline
2197 \end_inset
2198
2199 Wenn Sie die Stil-Option
2200 \family sans
2201  Formal
2202 \family default
2203  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2204 \begin_inset space ~
2205 \end_inset
2206
2207
2208 \begin_inset CommandInset ref
2209 LatexCommand ref
2210 reference "abs:Formale-Tabellen"
2211
2212 \end_inset
2213
2214  beschrieben, konvertiert.
2215 \begin_inset Newline newline
2216 \end_inset
2217
2218 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2219 \begin_inset space ~
2220 \end_inset
2221
2222
2223 \begin_inset CommandInset ref
2224 LatexCommand ref
2225 reference "uab:Zeilenabstand"
2226
2227 \end_inset
2228
2229  beschrieben.
2230 \end_layout
2231
2232 \begin_layout Description
2233 Mehrseitige
2234 \begin_inset space ~
2235 \end_inset
2236
2237 Tabelle Hier kann eine Tabelle definiert werden, die über mehrere Seiten
2238  reicht.
2239  Die Abschnitte
2240 \begin_inset space ~
2241 \end_inset
2242
2243
2244 \begin_inset CommandInset ref
2245 LatexCommand ref
2246 reference "abs:Mehrseitige-Tabellen"
2247
2248 \end_inset
2249
2250  und 
2251 \begin_inset CommandInset ref
2252 LatexCommand ref
2253 reference "sec:Weitere-Möglichkeiten-für"
2254
2255 \end_inset
2256
2257  beschreiben diese Funktion genauer.
2258 \end_layout
2259
2260 \begin_layout Section
2261 Tabellen-Werkzeugleiste
2262 \begin_inset Index idx
2263 status collapsed
2264
2265 \begin_layout Plain Layout
2266 Tabellen ! Werkzeugleiste
2267 \end_layout
2268
2269 \end_inset
2270
2271
2272 \end_layout
2273
2274 \begin_layout Standard
2275 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2276 \family sans
2277 Tabellen-Einstellungen
2278 \family default
2279 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2280  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2281  \SpecialChar LyX
2282 -Fensters.
2283 \end_layout
2284
2285 \begin_layout Standard
2286 Die Werkzeugleiste hat folgende Knöpfe:
2287 \end_layout
2288
2289 \begin_layout Labeling
2290 \labelwidthstring 00.00.0000
2291 \begin_inset Info
2292 type  "icon"
2293 arg   "tabular-feature append-row"
2294 \end_inset
2295
2296  Fügt eine Zeile unterhalb der momentanen an
2297 \end_layout
2298
2299 \begin_layout Labeling
2300 \labelwidthstring 00.00.0000
2301 \begin_inset Info
2302 type  "icon"
2303 arg   "tabular-feature append-column"
2304 \end_inset
2305
2306  Fügt eine Spalte rechts von der momentanen an
2307 \end_layout
2308
2309 \begin_layout Labeling
2310 \labelwidthstring 00.00.0000
2311 \begin_inset Info
2312 type  "icon"
2313 arg   "tabular-feature delete-row"
2314 \end_inset
2315
2316  Löscht die ausgewählte(n) Zeile(n)
2317 \end_layout
2318
2319 \begin_layout Labeling
2320 \labelwidthstring 00.00.0000
2321 \begin_inset Info
2322 type  "icon"
2323 arg   "tabular-feature delete-column"
2324 \end_inset
2325
2326  Löscht die ausgewählte(n) Spalte(n)
2327 \end_layout
2328
2329 \begin_layout Labeling
2330 \labelwidthstring 00.00.0000
2331 \begin_inset Info
2332 type  "icon"
2333 arg   "tabular-feature move-row-up"
2334 \end_inset
2335
2336  verschiebt die ausgewählte Zeile nach oben
2337 \end_layout
2338
2339 \begin_layout Labeling
2340 \labelwidthstring 00.00.0000
2341 \begin_inset Info
2342 type  "icon"
2343 arg   "tabular-feature move-column-left"
2344 \end_inset
2345
2346  verschiebt die ausgewählte Spalte nach links
2347 \end_layout
2348
2349 \begin_layout Labeling
2350 \labelwidthstring 00.00.0000
2351 \begin_inset Info
2352 type  "icon"
2353 arg   "tabular-feature move-row-down"
2354 \end_inset
2355
2356  verschiebt die ausgewählte Zeile nach unten
2357 \end_layout
2358
2359 \begin_layout Labeling
2360 \labelwidthstring 00.00.0000
2361 \begin_inset Info
2362 type  "icon"
2363 arg   "tabular-feature move-column-right"
2364 \end_inset
2365
2366  verschiebt die ausgewählte Spalte nach rechts
2367 \end_layout
2368
2369 \begin_layout Labeling
2370 \labelwidthstring 00.00.0000
2371 \begin_inset Info
2372 type  "icon"
2373 arg   "tabular-feature toggle-line-top"
2374 \end_inset
2375
2376  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2377  wenn der Knopf grau hinterlegt ist
2378 \end_layout
2379
2380 \begin_layout Labeling
2381 \labelwidthstring 00.00.0000
2382 \begin_inset Info
2383 type  "icon"
2384 arg   "tabular-feature toggle-line-bottom"
2385 \end_inset
2386
2387  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2388  wenn der Knopf grau hinterlegt ist
2389 \end_layout
2390
2391 \begin_layout Labeling
2392 \labelwidthstring 00.00.0000
2393 \begin_inset Info
2394 type  "icon"
2395 arg   "tabular-feature toggle-line-left"
2396 \end_inset
2397
2398  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2399  wenn der Knopf grau hinterlegt ist
2400 \end_layout
2401
2402 \begin_layout Labeling
2403 \labelwidthstring 00.00.0000
2404 \begin_inset Info
2405 type  "icon"
2406 arg   "tabular-feature toggle-line-right"
2407 \end_inset
2408
2409  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2410  wenn der Knopf grau hinterlegt ist
2411 \end_layout
2412
2413 \begin_layout Labeling
2414 \labelwidthstring 00.00.0000
2415 \begin_inset Info
2416 type  "icon"
2417 arg   "tabular-feature set-all-lines"
2418 \end_inset
2419
2420  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2421 \end_layout
2422
2423 \begin_layout Labeling
2424 \labelwidthstring 00.00.0000
2425 \begin_inset Info
2426 type  "icon"
2427 arg   "tabular-feature unset-all-lines"
2428 \end_inset
2429
2430  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2431 \end_layout
2432
2433 \begin_layout Labeling
2434 \labelwidthstring 00.00.0000
2435 \begin_inset Info
2436 type  "icon"
2437 arg   "tabular-feature m-align-left"
2438 \end_inset
2439
2440  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2441 \end_layout
2442
2443 \begin_layout Labeling
2444 \labelwidthstring 00.00.0000
2445 \begin_inset Info
2446 type  "icon"
2447 arg   "tabular-feature m-align-center"
2448 \end_inset
2449
2450  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2451 \end_layout
2452
2453 \begin_layout Labeling
2454 \labelwidthstring 00.00.0000
2455 \begin_inset Info
2456 type  "icon"
2457 arg   "tabular-feature m-align-right"
2458 \end_inset
2459
2460  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2461 \end_layout
2462
2463 \begin_layout Labeling
2464 \labelwidthstring 00.00.0000
2465 \begin_inset Info
2466 type  "icon"
2467 arg   "tabular-feature align-decimal"
2468 \end_inset
2469
2470  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2471 \end_layout
2472
2473 \begin_layout Labeling
2474 \labelwidthstring 00.00.0000
2475 \begin_inset Info
2476 type  "icon"
2477 arg   "tabular-feature m-valign-top"
2478 \end_inset
2479
2480  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2481 \end_layout
2482
2483 \begin_layout Labeling
2484 \labelwidthstring 00.00.0000
2485 \begin_inset Info
2486 type  "icon"
2487 arg   "tabular-feature m-valign-middle"
2488 \end_inset
2489
2490  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2491 \end_layout
2492
2493 \begin_layout Labeling
2494 \labelwidthstring 00.00.0000
2495 \begin_inset Info
2496 type  "icon"
2497 arg   "tabular-feature m-valign-bottom"
2498 \end_inset
2499
2500  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2501 \end_layout
2502
2503 \begin_layout Labeling
2504 \labelwidthstring 00.00.0000
2505 \begin_inset Info
2506 type  "icon"
2507 arg   "tabular-feature set-rotate-cell"
2508 \end_inset
2509
2510  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2511 \end_layout
2512
2513 \begin_layout Labeling
2514 \labelwidthstring 00.00.0000
2515 \begin_inset Info
2516 type  "icon"
2517 arg   "tabular-feature set-rotate-tabular"
2518 \end_inset
2519
2520  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2521 \end_layout
2522
2523 \begin_layout Labeling
2524 \labelwidthstring 00.00.0000
2525 \begin_inset Info
2526 type  "icon"
2527 arg   "tabular-feature multicolumn"
2528 \end_inset
2529
2530  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2531 \end_layout
2532
2533 \begin_layout Labeling
2534 \labelwidthstring 00.00.0000
2535 \begin_inset Info
2536 type  "icon"
2537 arg   "tabular-feature multirow"
2538 \end_inset
2539
2540  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2541 \end_layout
2542
2543 \begin_layout Standard
2544 \begin_inset Note Greyedout
2545 status open
2546
2547 \begin_layout Plain Layout
2548
2549 \series bold
2550 Bemerkung:
2551 \series default
2552  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2553  Reihe für alle Zelle der Reihe verwendet.
2554 \end_layout
2555
2556 \end_inset
2557
2558
2559 \end_layout
2560
2561 \begin_layout Section
2562 Bearbeiten-Menü
2563 \begin_inset Index idx
2564 status collapsed
2565
2566 \begin_layout Plain Layout
2567 Tabellen ! Bearbeiten-Menü
2568 \end_layout
2569
2570 \end_inset
2571
2572
2573 \end_layout
2574
2575 \begin_layout Standard
2576 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2577  Wenn der Cursor in einer Tabelle steht, sind im 
2578 \family sans
2579 Bearbeiten
2580 \family default
2581 -Menü folgende Punkte aktiviert: 
2582 \family sans
2583 Tabelle
2584 \family default
2585
2586 \family sans
2587 Zeilen
2588 \begin_inset space ~
2589 \end_inset
2590
2591 &
2592 \begin_inset space ~
2593 \end_inset
2594
2595 Spalten
2596 \family default
2597  und 
2598 \family sans
2599 Tabellen-Einstellungen
2600 \family default
2601 .
2602  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2603 ngsmöglichkeiten zu erreichen.
2604 \end_layout
2605
2606 \begin_layout Section
2607 Gleitende Tabellen
2608 \begin_inset CommandInset label
2609 LatexCommand label
2610 name "abs:Gleitende-Tabellen"
2611
2612 \end_inset
2613
2614
2615 \begin_inset Index idx
2616 status collapsed
2617
2618 \begin_layout Plain Layout
2619 Gleitobjekte ! Tabellen
2620 \end_layout
2621
2622 \end_inset
2623
2624
2625 \begin_inset Index idx
2626 status collapsed
2627
2628 \begin_layout Plain Layout
2629 Tabellen ! gleitende
2630 \end_layout
2631
2632 \end_inset
2633
2634
2635 \end_layout
2636
2637 \begin_layout Standard
2638 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2639 \begin_inset space ~
2640 \end_inset
2641
2642
2643 \begin_inset CommandInset ref
2644 LatexCommand ref
2645 reference "abs:Gleitobjekte-Einleitung"
2646
2647 \end_inset
2648
2649 .
2650 \end_layout
2651
2652 \begin_layout Standard
2653 \begin_inset Float table
2654 placement h
2655 wide false
2656 sideways false
2657 status open
2658
2659 \begin_layout Plain Layout
2660 \begin_inset Caption Standard
2661
2662 \begin_layout Plain Layout
2663 \begin_inset CommandInset label
2664 LatexCommand label
2665 name "tab:Eine-gleitende-Tabelle"
2666
2667 \end_inset
2668
2669 Eine gleitende Tabelle
2670 \end_layout
2671
2672 \end_inset
2673
2674
2675 \end_layout
2676
2677 \begin_layout Plain Layout
2678 \align center
2679 \begin_inset Tabular
2680 <lyxtabular version="3" rows="3" columns="3">
2681 <features tabularvalignment="middle">
2682 <column alignment="center" valignment="top" width="0pt">
2683 <column alignment="center" valignment="top" width="0pt">
2684 <column alignment="center" valignment="top" width="0pt">
2685 <row>
2686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690
2691 \family roman
2692 \series medium
2693 \shape up
2694 \size normal
2695 \emph off
2696 \bar no
2697 \noun off
2698 \color none
2699 1
2700 \end_layout
2701
2702 \end_inset
2703 </cell>
2704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2705 \begin_inset Text
2706
2707 \begin_layout Plain Layout
2708
2709 \family roman
2710 \series medium
2711 \shape up
2712 \size normal
2713 \emph off
2714 \bar no
2715 \noun off
2716 \color none
2717 2
2718 \end_layout
2719
2720 \end_inset
2721 </cell>
2722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Plain Layout
2726
2727 \family roman
2728 \series medium
2729 \shape up
2730 \size normal
2731 \emph off
2732 \bar no
2733 \noun off
2734 \color none
2735 3
2736 \end_layout
2737
2738 \end_inset
2739 </cell>
2740 </row>
2741 <row>
2742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2743 \begin_inset Text
2744
2745 \begin_layout Plain Layout
2746
2747 \family roman
2748 \series medium
2749 \shape up
2750 \size normal
2751 \emph off
2752 \bar no
2753 \noun off
2754 \color none
2755 Martin
2756 \end_layout
2757
2758 \end_inset
2759 </cell>
2760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2761 \begin_inset Text
2762
2763 \begin_layout Plain Layout
2764
2765 \family roman
2766 \series medium
2767 \shape up
2768 \size normal
2769 \emph off
2770 \bar no
2771 \noun off
2772 \color none
2773 Lena
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782
2783 \family roman
2784 \series medium
2785 \shape up
2786 \size normal
2787 \emph off
2788 \bar no
2789 \noun off
2790 \color none
2791 Alina
2792 \end_layout
2793
2794 \end_inset
2795 </cell>
2796 </row>
2797 <row>
2798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2799 \begin_inset Text
2800
2801 \begin_layout Plain Layout
2802
2803 \family roman
2804 \series medium
2805 \shape up
2806 \size normal
2807 \emph off
2808 \bar no
2809 \noun off
2810 \color none
2811 \begin_inset Formula $\int x^{2}dx$
2812 \end_inset
2813
2814
2815 \end_layout
2816
2817 \end_inset
2818 </cell>
2819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823
2824 \family roman
2825 \series medium
2826 \shape up
2827 \size normal
2828 \emph off
2829 \bar no
2830 \noun off
2831 \color none
2832 \begin_inset Formula $\left[\begin{array}{cc}
2833 a & b\\
2834 c & d
2835 \end{array}\right]$
2836 \end_inset
2837
2838
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847
2848 \family roman
2849 \series medium
2850 \shape up
2851 \size normal
2852 \emph off
2853 \bar no
2854 \noun off
2855 \color none
2856 \begin_inset Formula $1+1=2$
2857 \end_inset
2858
2859
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 </row>
2865 </lyxtabular>
2866
2867 \end_inset
2868
2869
2870 \end_layout
2871
2872 \end_inset
2873
2874
2875 \end_layout
2876
2877 \begin_layout Standard
2878 Gleitende Tabellen können über 
2879 \family sans
2880 Einfügen\SpecialChar menuseparator
2881 Gleitobjekt\SpecialChar menuseparator
2882 Tabelle
2883 \family default
2884  oder einen Klick auf den Werkzeugleistenknopf 
2885 \begin_inset Info
2886 type  "icon"
2887 arg   "float-insert table"
2888 \end_inset
2889
2890  erzeugt werden.
2891  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2892  In das rot umrahmte Feld rechts von 
2893 \emph on
2894 Tabelle
2895 \begin_inset space ~
2896 \end_inset
2897
2898 Nr:
2899 \emph default
2900  schreiben Sie die Tabellenbeschriftung.
2901  Nach einem Klick oberhalb oder unterhalb von 
2902 \emph on
2903 Tabelle
2904 \begin_inset space ~
2905 \end_inset
2906
2907 Nr:
2908 \emph default
2909  können Sie dann eine Tabelle einfügen.
2910 \end_layout
2911
2912 \begin_layout Standard
2913 Tabelle
2914 \begin_inset space ~
2915 \end_inset
2916
2917
2918 \begin_inset CommandInset ref
2919 LatexCommand ref
2920 reference "tab:Eine-gleitende-Tabelle"
2921
2922 \end_inset
2923
2924  ist ein Beispiel für eine gleitende Tabelle.
2925 \end_layout
2926
2927 \begin_layout Standard
2928 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2929 herweise wird das von \SpecialChar LaTeX
2930  Standard-Klassen nicht unterstützt.
2931  Das bedeutet, dass bei den Klassen 
2932 \family sans
2933 article
2934 \family default
2935
2936 \family sans
2937 book
2938 \family default
2939
2940 \family sans
2941 letter
2942 \family default
2943 , und 
2944 \family sans
2945 report
2946 \family default
2947  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2948  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
2949 -Paketes 
2950 \series bold
2951 caption
2952 \series default
2953
2954 \begin_inset Index idx
2955 status collapsed
2956
2957 \begin_layout Plain Layout
2958 \SpecialChar LaTeX
2959 -Pakete ! caption
2960 \end_layout
2961
2962 \end_inset
2963
2964  im \SpecialChar LaTeX
2965 -Vorspann Ihres Dokuments folgende Option einfügen:
2966 \begin_inset Foot
2967 status collapsed
2968
2969 \begin_layout Plain Layout
2970 Näheres finden Sie im Abschnitt
2971 \begin_inset space ~
2972 \end_inset
2973
2974
2975 \begin_inset CommandInset ref
2976 LatexCommand ref
2977 reference "abs:Titel-Platzierung"
2978
2979 \end_inset
2980
2981 .
2982 \end_layout
2983
2984 \end_inset
2985
2986
2987 \end_layout
2988
2989 \begin_layout Standard
2990
2991 \series bold
2992 tableposition=top
2993 \end_layout
2994
2995 \begin_layout Standard
2996 Das Paket 
2997 \series bold
2998 caption
2999 \series default
3000 , das in Abschnitt
3001 \begin_inset space ~
3002 \end_inset
3003
3004
3005 \begin_inset CommandInset ref
3006 LatexCommand ref
3007 reference "abs:Titel-Formatierung"
3008
3009 \end_inset
3010
3011  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3012 \end_layout
3013
3014 \begin_layout Standard
3015 \begin_inset Index idx
3016 status collapsed
3017
3018 \begin_layout Plain Layout
3019 Querverweise ! auf Tabellen
3020 \end_layout
3021
3022 \end_inset
3023
3024 Auf Tabellen kann über ihre Marke verwiesen werden.
3025  Dafür fügen Sie in der Beschriftung mit 
3026 \family sans
3027 Einfügen\SpecialChar menuseparator
3028 Marke
3029 \family default
3030  oder durch Klicken auf 
3031 \begin_inset Info
3032 type  "icon"
3033 arg   "label-insert"
3034 \end_inset
3035
3036  eine Marke ein.
3037  Auf diese können Sie dann wie gewohnt mit 
3038 \family sans
3039 Einfügen\SpecialChar menuseparator
3040 Querverweis
3041 \family default
3042  oder durch Klicken auf 
3043 \begin_inset Info
3044 type  "icon"
3045 arg   "dialog-show-new-inset ref"
3046 \end_inset
3047
3048  verweisen.
3049  Verweise werden detailliert in Abschnitt
3050 \begin_inset space ~
3051 \end_inset
3052
3053
3054 \begin_inset CommandInset ref
3055 LatexCommand ref
3056 reference "abs:Auf-Gleitobjekte-verweisen"
3057
3058 \end_inset
3059
3060  beschrieben.
3061 \end_layout
3062
3063 \begin_layout Section
3064 Mehrseitige Tabellen
3065 \begin_inset CommandInset label
3066 LatexCommand label
3067 name "abs:Mehrseitige-Tabellen"
3068
3069 \end_inset
3070
3071
3072 \begin_inset Index idx
3073 status collapsed
3074
3075 \begin_layout Plain Layout
3076 Tabellen ! mehrseitige
3077 \end_layout
3078
3079 \end_inset
3080
3081
3082 \end_layout
3083
3084 \begin_layout Standard
3085 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie in
3086  den Tabellen-Einstellungen auf der Karteikarte  
3087 \family sans
3088 Mehrseitige
3089 \begin_inset space ~
3090 \end_inset
3091
3092 Tabelle
3093 \family default
3094  die Option 
3095 \family sans
3096 Mehrseitige
3097 \begin_inset space ~
3098 \end_inset
3099
3100 Tabelle
3101 \begin_inset space ~
3102 \end_inset
3103
3104 verwenden
3105 \family default
3106  auswählen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3107  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3108 \end_layout
3109
3110 \begin_layout Description
3111 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3112  festgelegt; mit Ausnahme der ersten, wenn 
3113 \family sans
3114 Erste
3115 \begin_inset space ~
3116 \end_inset
3117
3118 Kopfzeile
3119 \family default
3120  aktiviert ist.
3121 \end_layout
3122
3123 \begin_layout Description
3124 Erste
3125 \begin_inset space ~
3126 \end_inset
3127
3128 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3129  Seite einer mehrseitigen Tabelle definiert.
3130 \end_layout
3131
3132 \begin_layout Description
3133 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3134  mit Ausnahme der letzten, wenn 
3135 \family sans
3136 Letzte
3137 \begin_inset space ~
3138 \end_inset
3139
3140 Fußzeile
3141 \family default
3142  aktiviert ist.
3143 \end_layout
3144
3145 \begin_layout Description
3146 Letzte
3147 \begin_inset space ~
3148 \end_inset
3149
3150 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3151  einer mehrseitigen Tabelle definiert.
3152 \end_layout
3153
3154 \begin_layout Description
3155 Legende: Die aktuelle Zeile enthält die Legende.
3156  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3157  Mehr über Beschriftungen mehrseitiger Tabellen ist in Abschnitt
3158 \begin_inset space ~
3159 \end_inset
3160
3161
3162 \begin_inset CommandInset ref
3163 LatexCommand ref
3164 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
3165
3166 \end_inset
3167
3168  erklärt.
3169 \end_layout
3170
3171 \begin_layout Standard
3172 Hier ist ein Beispiel einer mehrseitigen Tabelle:
3173 \end_layout
3174
3175 \begin_layout Standard
3176 \align center
3177 \begin_inset Tabular
3178 <lyxtabular version="3" rows="69" columns="3">
3179 <features islongtable="true" longtabularalignment="center">
3180 <column alignment="left" valignment="top" width="0cm">
3181 <column alignment="left" valignment="top" width="0pt">
3182 <column alignment="right" valignment="top" width="0pt">
3183 <row endfirsthead="true">
3184 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188
3189 \series bold
3190 Telefonliste (ignoriere die Namen)
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 </row>
3214 <row endfirsthead="true">
3215 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219
3220 \series bold
3221 NAME
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239
3240 \series bold
3241 TEL.
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 </row>
3247 <row endhead="true">
3248 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252
3253 \series bold
3254 Telefonliste
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3269 \begin_inset Text
3270
3271 \begin_layout Plain Layout
3272
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 </row>
3278 <row endhead="true">
3279 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283
3284 \series bold
3285 NAME
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303
3304 \series bold
3305 TEL.
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 </row>
3311 <row endfoot="true">
3312 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \series bold
3318 wird fortgesetzt
3319 \series default
3320  \SpecialChar ldots
3321
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 </row>
3345 <row>
3346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \series bold
3352 Annovi
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 Silvia
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 111
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row>
3377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \series bold
3383 Bertoli
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 Stefano
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 111
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 </row>
3407 <row>
3408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \series bold
3414 Bozzi
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 Walter
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 111
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 </row>
3438 <row>
3439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \series bold
3445 Cachia
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 Maria
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 111
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row>
3470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \series bold
3476 Cachia
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 Maurizio
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 111
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 </row>
3500 <row>
3501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 Cinquemani
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 Giusi
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 111
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 </row>
3531 <row>
3532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \series bold
3538 Colin
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 Bernard
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 111
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row>
3563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567
3568 \series bold
3569 Concli
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 Gianfranco
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 111
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 <row>
3594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598
3599 \series bold
3600 Dal Bosco
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 Carolina
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 111
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 </row>
3624 <row>
3625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629
3630 \series bold
3631 Dalpiaz
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 Annamaria
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 111
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 </row>
3655 <row>
3656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660
3661 \series bold
3662 Feliciello
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 Domenico
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 111
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 <row>
3687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691
3692 \series bold
3693 Focarelli
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 Paola
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 111
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 </row>
3717 <row>
3718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722
3723 \series bold
3724 Galletti
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 Oreste
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 111
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 </row>
3748 <row>
3749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753
3754 \series bold
3755 Gasparini
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 Franca
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 111
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 </row>
3779 <row>
3780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784
3785 \series bold
3786 Rizzardi
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 Paola
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 111
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 <row>
3811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815
3816 \series bold
3817 Lassini
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 Giancarlo
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 111
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 </row>
3841 <row>
3842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846
3847 \series bold
3848 Malfatti
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 Luciano
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 111
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row>
3873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877
3878 \series bold
3879 Malfatti
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 Valeriano
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 111
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 </row>
3903 <row>
3904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908
3909 \series bold
3910 Meneguzzo
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 Roberto
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 111
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 <row>
3935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \series bold
3941 Mezzadra
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 Roberto
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 111
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 <row>
3966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970
3971 \series bold
3972 Pirpamer
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 Erich
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 111
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row>
3997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001
4002 \series bold
4003 Pochiesa
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 Paolo
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 111, 222
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 </row>
4027 <row>
4028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032
4033 \series bold
4034 Radina
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Claudio
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 111
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \series bold
4065 Stuffer
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 Oskar
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 111
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 </row>
4089 <row>
4090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094
4095 \series bold
4096 Tacchelli
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 Ugo
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 111
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125
4126 \series bold
4127 Tezzele
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 Margit
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 111
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 </row>
4151 <row>
4152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \series bold
4158 Unterkalmsteiner
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Frieda
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 111
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \series bold
4189 Vieider
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 Hilde
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 111
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218
4219 \series bold
4220 Vigna
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 Jürgen
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 111
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249
4250 \series bold
4251 Weber
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 Maurizio
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 111
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 </row>
4275 <row>
4276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280
4281 \series bold
4282 Winkler
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 Franz
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 111
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311  
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 <row>
4336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340
4341 \series bold
4342 Annovi
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 Silvia
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 555
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 </row>
4366 <row>
4367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371
4372 \series bold
4373 Bertoli
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 Stefano
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 555
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 </row>
4397 <row>
4398 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402
4403 \series bold
4404 Bozzi
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 Walter
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 555
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \series bold
4435 Cachia
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Maria
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 555
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \series bold
4466 Cachia
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Maurizio
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 555
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495
4496 \series bold
4497 Cinquemani
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 Giusi
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 555
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 </row>
4521 <row>
4522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Colin
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Bernard
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 555
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \series bold
4559 Concli
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 Gianfranco
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 555
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588
4589 \series bold
4590 Dal Bosco
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 Carolina
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 555
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619
4620 \series bold
4621 Dalpiaz
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 Annamaria
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 555
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 </row>
4645 <row>
4646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650
4651 \series bold
4652 Feliciello
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 Domenico
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 555
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 </row>
4676 <row>
4677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681
4682 \series bold
4683 Focarelli
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 Paola
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 555
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 </row>
4707 <row>
4708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712
4713 \series bold
4714 Galletti
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 Oreste
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 555
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 <row>
4739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743
4744 \series bold
4745 Gasparini
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 Franca
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 555
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 Rizzardi
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Stuffer
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 Oskar
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 Tacchelli
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 Ugo
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 999
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 Weber
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 Maurizio
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" bottomline="true" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270
5271 \series bold
5272 Winkler
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281 Franz
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" bottomline="true" 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 endlastfoot="true">
5297 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301 Ende
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 </row>
5325 </lyxtabular>
5326
5327 \end_inset
5328
5329
5330 \begin_inset ERT
5331 status collapsed
5332
5333 \begin_layout Plain Layout
5334
5335
5336 \backslash
5337 addtocounter{table}{-1}
5338 \end_layout
5339
5340 \end_inset
5341
5342
5343 \begin_inset Note Note
5344 status collapsed
5345
5346 \begin_layout Plain Layout
5347 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5348 \begin_inset space ~
5349 \end_inset
5350
5351
5352 \begin_inset CommandInset ref
5353 LatexCommand ref
5354 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5355
5356 \end_inset
5357
5358
5359 \end_layout
5360
5361 \end_inset
5362
5363
5364 \end_layout
5365
5366 \begin_layout Subsection
5367 Fußnoten in mehrseitigen Tabellen
5368 \begin_inset CommandInset label
5369 LatexCommand label
5370 name "uab:Fußnoten-in-mehrseitigen"
5371
5372 \end_inset
5373
5374
5375 \begin_inset Index idx
5376 status collapsed
5377
5378 \begin_layout Plain Layout
5379 Tabellen ! mehrseitige ! Fußnoten
5380 \end_layout
5381
5382 \end_inset
5383
5384
5385 \end_layout
5386
5387 \begin_layout Standard
5388 Fußnoten kann man in jede Zelle einer mehrseitigen Tabelle einfügen.
5389  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5390  Tabelle
5391 \begin_inset space ~
5392 \end_inset
5393
5394
5395 \begin_inset CommandInset ref
5396 LatexCommand ref
5397 reference "tab:Telefonliste"
5398
5399 \end_inset
5400
5401  hat zum Beispiel eine Fußnote.
5402 \end_layout
5403
5404 \begin_layout Subsection
5405 Ausrichtung mehrseitiger Tabellen
5406 \begin_inset Index idx
5407 status collapsed
5408
5409 \begin_layout Plain Layout
5410 Tabellen ! mehrseitige ! Ausrichtung
5411 \end_layout
5412
5413 \end_inset
5414
5415
5416 \end_layout
5417
5418 \begin_layout Standard
5419 Die horizontale Ausrichtung von mehrseitigen Tabellen kann in den Tabelleneinste
5420 llungen festgelegt werden.
5421  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5422  Seitenrand.
5423  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5424  ausgerichtet werden und die Werte der Längen 
5425 \series bold
5426
5427 \backslash
5428 LTleft 
5429 \series default
5430 und 
5431 \series bold
5432
5433 \backslash
5434 LTright
5435 \series default
5436  geändert werden, indem diese Zeile als \SpecialChar TeX
5437 -Code vor die mehrseitige Tabelle
5438  eingefügt wird:
5439 \end_layout
5440
5441 \begin_layout Standard
5442
5443 \series bold
5444
5445 \backslash
5446 setlength{
5447 \backslash
5448 LTleft}{Wert}
5449 \end_layout
5450
5451 \begin_layout Standard
5452 Der Wert kann eine der in Tabelle
5453 \begin_inset space ~
5454 \end_inset
5455
5456
5457 \begin_inset CommandInset ref
5458 LatexCommand ref
5459 reference "tab:Maßeinheiten"
5460
5461 \end_inset
5462
5463  aufgelisteten Einheiten haben.
5464  
5465 \series bold
5466
5467 \backslash
5468 LTleft
5469 \series default
5470  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5471  
5472 \series bold
5473
5474 \backslash
5475 LTright
5476 \series default
5477  den Abstand von rechts.
5478  Die Voreinstellung für beide Werte ist 
5479 \series bold
5480
5481 \backslash
5482 fill
5483 \series default
5484 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5485  in \SpecialChar LyX
5486  ist.
5487 \end_layout
5488
5489 \begin_layout Standard
5490 Die folgende mehrseitige Tabelle wurde zentriert und 
5491 \series bold
5492
5493 \backslash
5494 LTleft
5495 \series default
5496  auf den Wert 
5497 \family sans
5498 0.1
5499 \backslash
5500 columnwidth
5501 \family default
5502  gesetzt:
5503 \begin_inset ERT
5504 status collapsed
5505
5506 \begin_layout Plain Layout
5507
5508
5509 \backslash
5510 setlength{
5511 \backslash
5512 LTleft}{0.1
5513 \backslash
5514 columnwidth}
5515 \end_layout
5516
5517 \end_inset
5518
5519
5520 \end_layout
5521
5522 \begin_layout Standard
5523 \begin_inset Tabular
5524 <lyxtabular version="3" rows="5" columns="5">
5525 <features islongtable="true" longtabularalignment="center">
5526 <column alignment="center" valignment="top">
5527 <column alignment="center" valignment="top">
5528 <column alignment="center" valignment="top" width="0pt">
5529 <column alignment="center" valignment="top">
5530 <column alignment="center" valignment="top">
5531 <row>
5532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 1
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 2
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 3
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 4
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 5
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 </row>
5578 <row>
5579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 asd
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 s
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 s
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 s
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 asd
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 </row>
5625 <row>
5626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 asd
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 s
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 s
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Plain Layout
5657 s
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 asd
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 </row>
5672 <row>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 asd
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 s
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 s
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 s
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 asd
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 </row>
5719 <row>
5720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 asd
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 asd
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 asd
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 asd
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 asd
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 </lyxtabular>
5767
5768 \end_inset
5769
5770
5771 \begin_inset ERT
5772 status collapsed
5773
5774 \begin_layout Plain Layout
5775
5776
5777 \backslash
5778 setlength{
5779 \backslash
5780 LTleft}{
5781 \backslash
5782 fill}
5783 \end_layout
5784
5785 \end_inset
5786
5787
5788 \begin_inset ERT
5789 status collapsed
5790
5791 \begin_layout Plain Layout
5792
5793
5794 \backslash
5795 addtocounter{table}{-1}
5796 \end_layout
5797
5798 \end_inset
5799
5800
5801 \begin_inset Note Note
5802 status collapsed
5803
5804 \begin_layout Plain Layout
5805 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5806 \begin_inset space ~
5807 \end_inset
5808
5809
5810 \begin_inset CommandInset ref
5811 LatexCommand ref
5812 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5813
5814 \end_inset
5815
5816
5817 \end_layout
5818
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \begin_layout Subsection
5825 Beschriftungen mehrseitiger Tabellen
5826 \begin_inset CommandInset label
5827 LatexCommand label
5828 name "uab:Beschriftungen-mehrseitiger-Tabellen"
5829
5830 \end_inset
5831
5832
5833 \begin_inset Index idx
5834 status collapsed
5835
5836 \begin_layout Plain Layout
5837 Mehrseitige Tabellen
5838 \end_layout
5839
5840 \end_inset
5841
5842
5843 \begin_inset Index idx
5844 status collapsed
5845
5846 \begin_layout Plain Layout
5847 Tabellen ! mehrseitige ! Titel
5848 \end_layout
5849
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \begin_layout Standard
5856 Eine mehrseitige Tabelle kann man nicht in ein Gleitobjekt packen, weil
5857  Gleitobjekte nur auf eine Seite gedruckt werden können.
5858  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5859 \begin_inset space ~
5860 \end_inset
5861
5862
5863 \begin_inset CommandInset ref
5864 LatexCommand ref
5865 reference "abs:Mehrseitige-Tabellen"
5866
5867 \end_inset
5868
5869  erklärt.
5870  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5871  Kopf- oder eine Fußzeile.
5872 \end_layout
5873
5874 \begin_layout Standard
5875 Hier ist eine kurze mehrseitige Tabelle, die zeigt, wie das funktioniert:
5876 \end_layout
5877
5878 \begin_layout Standard
5879 \begin_inset Tabular
5880 <lyxtabular version="3" rows="6" columns="5">
5881 <features islongtable="true" longtabularalignment="center">
5882 <column alignment="center" valignment="top">
5883 <column alignment="center" valignment="top">
5884 <column alignment="center" valignment="top">
5885 <column alignment="center" valignment="top">
5886 <column alignment="center" valignment="top">
5887 <row endfirsthead="true" caption="true">
5888 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 \begin_inset Caption Standard
5893
5894 \begin_layout Plain Layout
5895 Eine mehrseitige Tabelle mit Titel
5896 \begin_inset Argument 1
5897 status open
5898
5899 \begin_layout Plain Layout
5900 MehrseitigeTabelle
5901 \end_layout
5902
5903 \end_inset
5904
5905
5906 \end_layout
5907
5908 \end_inset
5909
5910
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 </row>
5952 <row>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 1
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 2
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 3
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 4
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 5
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 </row>
5999 <row>
6000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 asd
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 s
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 s
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 s
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 asd
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 </row>
6046 <row>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 asd
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 s
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 s
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 s
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 asd
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 </row>
6093 <row>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 asd
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 s
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116 s
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125 s
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134 asd
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 </row>
6140 <row>
6141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 asd
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154 asd
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 asd
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 asd
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 asd
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 </row>
6187 </lyxtabular>
6188
6189 \end_inset
6190
6191
6192 \end_layout
6193
6194 \begin_layout Standard
6195 \begin_inset VSpace medskip
6196 \end_inset
6197
6198
6199 \begin_inset Note Greyedout
6200 status open
6201
6202 \begin_layout Plain Layout
6203
6204 \series bold
6205 Bemerkung
6206 \begin_inset space ~
6207 \end_inset
6208
6209 1:
6210 \series default
6211  Die Tabellennummer wird für jede mehrseitige Tabelle erhöht, auch wenn
6212  Sie keinen Titel vergeben.
6213  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6214 \begin_inset space ~
6215 \end_inset
6216
6217 2.4 auf Tabelle
6218 \begin_inset space ~
6219 \end_inset
6220
6221 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei mehrseitige Tabellen
6222  ohne Beschriftung sind.
6223  Um das zu vermeiden, können Sie hinter jede mehrseitige Tabelle ohne Titel
6224  folgenden \SpecialChar LaTeX
6225 -Befehl als \SpecialChar TeX
6226 -Code einfügen:
6227 \end_layout
6228
6229 \begin_layout Plain Layout
6230
6231 \series bold
6232
6233 \backslash
6234 addtocounter{table}{-1}
6235 \end_layout
6236
6237 \begin_layout Plain Layout
6238 Das ist nicht notwendig, wenn keine der mehrseitigen Tabellen im Dokument
6239  eine Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6240 -Vorspann hinzufügen:
6241 \end_layout
6242
6243 \begin_layout Plain Layout
6244
6245 \series bold
6246
6247 \backslash
6248 let
6249 \backslash
6250 myEnd
6251 \backslash
6252 endlongtable
6253 \begin_inset Newline newline
6254 \end_inset
6255
6256
6257 \backslash
6258 renewcommand{
6259 \backslash
6260 endlongtable}{
6261 \backslash
6262 myEnd
6263 \backslash
6264 addtocounter{table}{-1}}
6265 \end_layout
6266
6267 \end_inset
6268
6269
6270 \end_layout
6271
6272 \begin_layout Standard
6273 \begin_inset Note Greyedout
6274 status open
6275
6276 \begin_layout Plain Layout
6277
6278 \series bold
6279 Bemerkung
6280 \begin_inset space ~
6281 \end_inset
6282
6283 2:
6284 \series default
6285  Wenn Sie 
6286 \series bold
6287 hyperref
6288 \series default
6289
6290 \begin_inset Index idx
6291 status collapsed
6292
6293 \begin_layout Plain Layout
6294 \SpecialChar LaTeX
6295 -Pakete ! hyperref
6296 \end_layout
6297
6298 \end_inset
6299
6300  in den
6301 \family sans
6302  PDF-Eigenschaften
6303 \family default
6304  im 
6305 \family sans
6306 Dokument-Einstellungen
6307 \family default
6308  Dialog für Querverweise benutzen, wird der Verweis auf eine mehrseitige
6309  Tabelle immer auf den Anfang des Dokuments zeigen.
6310 \end_layout
6311
6312 \end_inset
6313
6314
6315 \end_layout
6316
6317 \begin_layout Subsubsection
6318 Querverweise auf mehrseitige
6319 \family sans
6320  Tabelle
6321 \family default
6322 n
6323 \begin_inset Index idx
6324 status collapsed
6325
6326 \begin_layout Plain Layout
6327 Tabellen ! mehrseitige ! Querverweis
6328 \end_layout
6329
6330 \end_inset
6331
6332
6333 \end_layout
6334
6335 \begin_layout Standard
6336 \begin_inset Tabular
6337 <lyxtabular version="3" rows="6" columns="5">
6338 <features islongtable="true" longtabularalignment="center">
6339 <column alignment="center" valignment="top">
6340 <column alignment="center" valignment="top">
6341 <column alignment="center" valignment="top">
6342 <column alignment="center" valignment="top">
6343 <column alignment="center" valignment="top">
6344 <row endfirsthead="true" caption="true">
6345 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 \begin_inset Caption Standard
6350
6351 \begin_layout Plain Layout
6352 Mehrseitige Tabelle mit Marke
6353 \begin_inset CommandInset label
6354 LatexCommand label
6355 name "tab:Mehrseitige-Tabelle-mit-Marke"
6356
6357 \end_inset
6358
6359
6360 \end_layout
6361
6362 \end_inset
6363
6364
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 </row>
6406 <row>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 1
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 2
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429 3
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438 4
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 5
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 </row>
6453 <row>
6454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458 asd
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467 s
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 s
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 s
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 asd
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 </row>
6500 <row>
6501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505 asd
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514 s
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" rightline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 asd
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 </row>
6547 <row>
6548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552 asd
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561 s
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" rightline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 asd
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 </row>
6594 <row>
6595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599 asd
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 sad
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 asd
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 asd
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 asd
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 </row>
6641 </lyxtabular>
6642
6643 \end_inset
6644
6645
6646 \end_layout
6647
6648 \begin_layout Standard
6649 Damit auf eine mehrseitige Tabelle verwiesen werden kann, müssen Sie eine
6650  Marke im Titel einfügen.
6651 \end_layout
6652
6653 \begin_layout Standard
6654 Dies ist ein Verweis auf Tabelle
6655 \begin_inset space ~
6656 \end_inset
6657
6658
6659 \begin_inset CommandInset ref
6660 LatexCommand ref
6661 reference "tab:Mehrseitige-Tabelle-mit-Marke"
6662
6663 \end_inset
6664
6665 .
6666 \end_layout
6667
6668 \begin_layout Standard
6669 Mit dem \SpecialChar LaTeX
6670 -Paket 
6671 \series bold
6672 caption
6673 \series default
6674
6675 \begin_inset Index idx
6676 status collapsed
6677
6678 \begin_layout Plain Layout
6679 \SpecialChar LaTeX
6680 -Pakete ! caption
6681 \end_layout
6682
6683 \end_inset
6684
6685 , siehe Abschnitt
6686 \begin_inset space ~
6687 \end_inset
6688
6689
6690 \begin_inset CommandInset ref
6691 LatexCommand ref
6692 reference "abs:Titel-Formatierung"
6693
6694 \end_inset
6695
6696 , können Sie alle anderen Beschriftungsoptionen benutzen.
6697 \end_layout
6698
6699 \begin_layout Subsubsection
6700 Titelbreite
6701 \begin_inset Index idx
6702 status collapsed
6703
6704 \begin_layout Plain Layout
6705 Tabellen ! mehrseitige ! Beschriftungsbreite
6706 \end_layout
6707
6708 \end_inset
6709
6710
6711 \end_layout
6712
6713 \begin_layout Standard
6714 Die maximale Titelbreite wird durch die Variable 
6715 \series bold
6716
6717 \backslash
6718 LTcapwidth
6719 \series default
6720  definiert.
6721  Ihr Standardwert ist 4
6722 \begin_inset space \thinspace{}
6723 \end_inset
6724
6725 Zoll (
6726 \begin_inset Formula $\approx10$
6727 \end_inset
6728
6729
6730 \begin_inset space \thinspace{}
6731 \end_inset
6732
6733 cm).
6734  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6735 -Vorspann oder als \SpecialChar TeX
6736 -Code vor der
6737  betreffenden mehrseitigen Tabelle folgenden Befehl einsetzen:
6738 \end_layout
6739
6740 \begin_layout Standard
6741
6742 \series bold
6743
6744 \backslash
6745 setlength{
6746 \backslash
6747 LTcapwidth}{Breite}
6748 \end_layout
6749
6750 \begin_layout Standard
6751 wobei die 
6752 \family sans
6753 Breite
6754 \family default
6755  eine der in Anhang
6756 \begin_inset space ~
6757 \end_inset
6758
6759
6760 \begin_inset CommandInset ref
6761 LatexCommand ref
6762 reference "kap:In-LyX-verfügbare"
6763
6764 \end_inset
6765
6766  aufgelisteten Einheiten haben kann.
6767 \end_layout
6768
6769 \begin_layout Standard
6770 Die beiden folgenden Tabellen zeigen den Unterschied:
6771 \end_layout
6772
6773 \begin_layout Standard
6774 \begin_inset Tabular
6775 <lyxtabular version="3" rows="6" columns="5">
6776 <features islongtable="true" longtabularalignment="center">
6777 <column alignment="center" valignment="top">
6778 <column alignment="center" valignment="top">
6779 <column alignment="center" valignment="top">
6780 <column alignment="center" valignment="top">
6781 <column alignment="center" valignment="top">
6782 <row endfirsthead="true" caption="true">
6783 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 \begin_inset Caption Standard
6788
6789 \begin_layout Plain Layout
6790 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6791 \begin_inset Argument 1
6792 status open
6793
6794 \begin_layout Plain Layout
6795 Titel mit Standardbreite
6796 \end_layout
6797
6798 \end_inset
6799
6800
6801 \end_layout
6802
6803 \end_inset
6804
6805
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 </row>
6847 <row>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 1
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 2
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 3
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 4
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 5
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 </row>
6894 <row>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 asd
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 s
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 s
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 s
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 asd
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 </row>
6941 <row>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 asd
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 s
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 s
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 s
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 asd
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 </row>
6988 <row>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 asd
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 s
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 s
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 s
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 asd
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 </row>
7035 <row>
7036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 asd
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 sad
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 asd
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 asd
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 asd
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 </row>
7082 </lyxtabular>
7083
7084 \end_inset
7085
7086
7087 \end_layout
7088
7089 \begin_layout Standard
7090 \begin_inset ERT
7091 status collapsed
7092
7093 \begin_layout Plain Layout
7094
7095
7096 \backslash
7097 setlength{
7098 \backslash
7099 LTcapwidth}{5cm}
7100 \end_layout
7101
7102 \end_inset
7103
7104
7105 \begin_inset Tabular
7106 <lyxtabular version="3" rows="6" columns="5">
7107 <features islongtable="true" longtabularalignment="center">
7108 <column alignment="center" valignment="top">
7109 <column alignment="center" valignment="top">
7110 <column alignment="center" valignment="top">
7111 <column alignment="center" valignment="top">
7112 <column alignment="center" valignment="top">
7113 <row endfirsthead="true" caption="true">
7114 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 \begin_inset Caption Standard
7119
7120 \begin_layout Plain Layout
7121 Langer Titel mit 5
7122 \begin_inset space \thinspace{}
7123 \end_inset
7124
7125 cm Breite, Langer Titel mit 5
7126 \begin_inset space \thinspace{}
7127 \end_inset
7128
7129 cm Breite
7130 \begin_inset Argument 1
7131 status open
7132
7133 \begin_layout Plain Layout
7134 Titel mit 5
7135 \begin_inset space \thinspace{}
7136 \end_inset
7137
7138 cm Breite
7139 \end_layout
7140
7141 \end_inset
7142
7143
7144 \end_layout
7145
7146 \end_inset
7147
7148
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 </row>
7190 <row>
7191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 1
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 2
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 3
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 4
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 5
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 </row>
7237 <row>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 asd
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 s
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 s
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 s
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 asd
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 </row>
7284 <row>
7285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 asd
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 s
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 s
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 s
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 asd
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 </row>
7331 <row>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 asd
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 s
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 s
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 s
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372 asd
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 </row>
7378 <row>
7379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 asd
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 sad
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 asd
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 asd
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419 asd
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 </row>
7425 </lyxtabular>
7426
7427 \end_inset
7428
7429
7430 \begin_inset ERT
7431 status collapsed
7432
7433 \begin_layout Plain Layout
7434
7435
7436 \backslash
7437 setlength{
7438 \backslash
7439 LTcapwidth}{4in}
7440 \end_layout
7441
7442 \end_inset
7443
7444
7445 \begin_inset Note Note
7446 status collapsed
7447
7448 \begin_layout Plain Layout
7449 Beschriftungsbreite zurücksetzen
7450 \end_layout
7451
7452 \end_inset
7453
7454
7455 \end_layout
7456
7457 \begin_layout Standard
7458 \begin_inset Note Greyedout
7459 status open
7460
7461 \begin_layout Plain Layout
7462
7463 \series bold
7464 Achtung:
7465 \series default
7466  Wenn das \SpecialChar LaTeX
7467 -Paket 
7468 \series bold
7469 caption
7470 \series default
7471
7472 \begin_inset Index idx
7473 status collapsed
7474
7475 \begin_layout Plain Layout
7476 \SpecialChar LaTeX
7477 -Pakete ! caption
7478 \end_layout
7479
7480 \end_inset
7481
7482  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7483  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7484  4
7485 \begin_inset space \thinspace{}
7486 \end_inset
7487
7488 Zoll für 
7489 \series bold
7490
7491 \backslash
7492 LTcapwidth
7493 \series default
7494  benutzen.
7495  Um in diesem Fall eine genau 4
7496 \begin_inset space \thinspace{}
7497 \end_inset
7498
7499 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7500  4
7501 \begin_inset space \thinspace{}
7502 \end_inset
7503
7504 Zoll veränderten Wert wie z.
7505 \begin_inset space \thinspace{}
7506 \end_inset
7507
7508 B.
7509  3.99
7510 \begin_inset space \thinspace{}
7511 \end_inset
7512
7513 Zoll verwenden oder den \SpecialChar LaTeX
7514 -Befehl 
7515 \series bold
7516
7517 \backslash
7518 captionsetup{width=Wert}
7519 \series default
7520  benutzen, der vom 
7521 \series bold
7522 caption
7523 \series default
7524 -Paket bereitgestellt wird.
7525 \end_layout
7526
7527 \end_inset
7528
7529
7530 \end_layout
7531
7532 \begin_layout Subsubsection
7533 Unterschiedliche Beschriftung für Tabellenseiten
7534 \begin_inset Index idx
7535 status collapsed
7536
7537 \begin_layout Plain Layout
7538 Tabellen ! mehrseitige ! mehrere Beschriftungen
7539 \end_layout
7540
7541 \end_inset
7542
7543
7544 \end_layout
7545
7546 \begin_layout Standard
7547 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7548  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7549  eine Beschriftung enthält.
7550  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7551  
7552 \family sans
7553 Legende
7554 \begin_inset space ~
7555 \end_inset
7556
7557 (Unnummeriert)
7558 \family default
7559  aus.
7560  Tabelle
7561 \begin_inset space ~
7562 \end_inset
7563
7564
7565 \begin_inset CommandInset ref
7566 LatexCommand ref
7567 reference "tab:Telefonliste"
7568
7569 \end_inset
7570
7571  ist ein Beispiel für eine mehrseitige Tabelle mit unterschiedlichen Titeln
7572  und ohne Tabellennummer auf der zweiten Seite.
7573 \end_layout
7574
7575 \begin_layout Standard
7576 \align center
7577 \begin_inset Tabular
7578 <lyxtabular version="3" rows="59" columns="3">
7579 <features islongtable="true" longtabularalignment="center">
7580 <column alignment="left" valignment="top" width="0pt">
7581 <column alignment="left" valignment="top" width="0pt">
7582 <column alignment="center" valignment="top" width="0pt">
7583 <row endfirsthead="true" caption="true">
7584 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Plain Layout
7588 \begin_inset Caption Standard
7589
7590 \begin_layout Plain Layout
7591 Telefonliste
7592 \begin_inset CommandInset label
7593 LatexCommand label
7594 name "tab:Telefonliste"
7595
7596 \end_inset
7597
7598
7599 \begin_inset Argument 1
7600 status collapsed
7601
7602 \begin_layout Plain Layout
7603 Telefonliste
7604 \end_layout
7605
7606 \end_inset
7607
7608
7609 \end_layout
7610
7611 \end_inset
7612
7613
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 </row>
7637 <row endfirsthead="true">
7638 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642
7643 \series bold
7644 Telefonliste (ignoriere die Namen)
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 </row>
7668 <row endfirsthead="true">
7669 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673
7674 \series bold
7675 NAME
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Plain Layout
7693
7694 \series bold
7695 TEL.
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 </row>
7701 <row endhead="true" caption="true">
7702 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706 \begin_inset Caption Unnumbered
7707
7708 \begin_layout Plain Layout
7709 Fortsetzung der Telefonliste
7710 \end_layout
7711
7712 \end_inset
7713
7714
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 </row>
7738 <row endhead="true">
7739 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743
7744 \series bold
7745 Telefonliste
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="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" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 </row>
7769 <row endhead="true">
7770 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774
7775 \series bold
7776 NAME
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794
7795 \series bold
7796 TEL.
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 </row>
7802 <row endfoot="true">
7803 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 wird fortgesetzt\SpecialChar ldots
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 </row>
7832 <row>
7833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837
7838 \series bold
7839 Annovi
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 Silvia
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 111
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 </row>
7863 <row>
7864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868
7869 \series bold
7870 Bertoli
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879 Stefano
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 111
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row>
7895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \series bold
7901 Bozzi
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 Walter
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919 111
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row>
7926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \series bold
7932 Cachia
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 Maria
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950 111
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 <row>
7957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961
7962 \series bold
7963 Cachia
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 Maurizio
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 111
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 </row>
7987 <row>
7988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992
7993 \series bold
7994 Cinquemani
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 Giusi
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 111
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row>
8019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \series bold
8025 Colin
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 Bernard
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 111
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row>
8050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \series bold
8056 Concli
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 Gianfranco
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 111
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \series bold
8087 Dal Bosco
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 Carolina
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 111
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row>
8112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \series bold
8118 Dalpiaz
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 Annamaria
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 111
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \series bold
8149 Feliciello
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 Domenico
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 111
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 </row>
8173 <row>
8174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178
8179 \series bold
8180 Focarelli
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 Paola
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 111
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row>
8205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209
8210 \series bold
8211 Galletti
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 Oreste
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 111
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row>
8236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240
8241 \series bold
8242 Gasparini
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 Franca
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 111
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row>
8267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \series bold
8273 Rizzardi
8274 \series default
8275
8276 \begin_inset Foot
8277 status open
8278
8279 \begin_layout Plain Layout
8280 Beispielfußnote
8281 \end_layout
8282
8283 \end_inset
8284
8285
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 Paola
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 111
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 </row>
8309 <row>
8310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314
8315 \series bold
8316 Lassini
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 Giancarlo
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 111
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 </row>
8340 <row>
8341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345
8346 \series bold
8347 Malfatti
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 Luciano
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 111
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 </row>
8371 <row>
8372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376
8377 \series bold
8378 Malfatti
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 Valeriano
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 111
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 </row>
8402 <row>
8403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407
8408 \series bold
8409 Meneguzzo
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 Roberto
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 111
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \series bold
8440 Mezzadra
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 Roberto
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 111
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 </row>
8464 <row>
8465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469
8470 \series bold
8471 Pirpamer
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 Erich
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 111
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 </row>
8495 <row>
8496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500
8501 \series bold
8502 Pochiesa
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 Paolo
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 111, 222
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \series bold
8533 Radina
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 Claudio
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 111
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \series bold
8564 Stuffer
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Oskar
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 111
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row>
8589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \series bold
8595 Tacchelli
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 Ugo
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 111
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 </row>
8619 <row>
8620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624
8625 \series bold
8626 Tezzele
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 Margit
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 111
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 </row>
8650 <row>
8651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655
8656 \series bold
8657 Unterkalmsteiner
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 Frieda
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 111
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row>
8682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686
8687 \series bold
8688 Vieider
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 Hilde
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 111
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row>
8713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \series bold
8719 Vigna
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 Jürgen
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 111
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 <row>
8744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748
8749 \series bold
8750 Weber
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 Maurizio
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 111
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 </row>
8774 <row>
8775 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779
8780 \series bold
8781 Winkler
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 Franz
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 111
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 </row>
8805 <row>
8806 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810  
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 </row>
8834 <row>
8835 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839
8840 \series bold
8841 Annovi
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 Silvia
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 555
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 </row>
8865 <row>
8866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870
8871 \series bold
8872 Bertoli
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 Stefano
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 555
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 </row>
8896 <row>
8897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901
8902 \series bold
8903 Bozzi
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 Walter
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 555
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 </row>
8927 <row>
8928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932
8933 \series bold
8934 Cachia
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 Maria
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 555
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 </row>
8958 <row>
8959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963
8964 \series bold
8965 Cachia
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 Maurizio
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 555
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 </row>
8989 <row>
8990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994
8995 \series bold
8996 Cinquemani
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 Giusi
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 555
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 </row>
9020 <row>
9021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025
9026 \series bold
9027 Colin
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 Bernard
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 555
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 </row>
9051 <row>
9052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056
9057 \series bold
9058 Concli
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 Gianfranco
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 555
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 </row>
9082 <row>
9083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087
9088 \series bold
9089 Dal Bosco
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 Carolina
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 555
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 </row>
9113 <row>
9114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118
9119 \series bold
9120 Dalpiaz
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 Annamaria
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 555
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 </row>
9144 <row>
9145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149
9150 \series bold
9151 Feliciello
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 Domenico
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 555
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 </row>
9175 <row>
9176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180
9181 \series bold
9182 Focarelli
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 Paola
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 555
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 </row>
9206 <row>
9207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211
9212 \series bold
9213 Galletti
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 Oreste
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 555
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 </row>
9237 <row>
9238 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242
9243 \series bold
9244 Gasparini
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 Franca
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 555
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 </row>
9268 <row>
9269 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273
9274 \series bold
9275 Rizzardi
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 Paola
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 555
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row>
9300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304
9305 \series bold
9306 Lassini
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 Giancarlo
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 555
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 </row>
9330 <row>
9331 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335
9336 \series bold
9337 Malfatti
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 Luciano
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 555
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 </row>
9361 <row>
9362 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366
9367 \series bold
9368 Malfatti
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 Valeriano
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 555
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 </row>
9392 <row>
9393 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397
9398 \series bold
9399 Meneguzzo
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 Roberto
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 555
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 </row>
9423 <row>
9424 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428
9429 \series bold
9430 Mezzadra
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 Roberto
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 555
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 </lyxtabular>
9455
9456 \end_inset
9457
9458
9459 \end_layout
9460
9461 \begin_layout Section
9462 Weitere Möglichkeiten für mehrseitige
9463 \family sans
9464  Tabelle
9465 \family default
9466 n
9467 \begin_inset CommandInset label
9468 LatexCommand label
9469 name "sec:Weitere-Möglichkeiten-für"
9470
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \begin_layout Subsection
9477 Berechnung mehrseitiger Tabellen
9478 \begin_inset Index idx
9479 status collapsed
9480
9481 \begin_layout Plain Layout
9482 Tabellen ! mehrseitige ! Berechnung
9483 \end_layout
9484
9485 \end_inset
9486
9487
9488 \end_layout
9489
9490 \begin_layout Standard
9491 \SpecialChar LaTeX
9492  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9493  
9494 \emph on
9495 chunks
9496 \emph default
9497  (Brocken).
9498  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9499  gleichzeitig im Speicher hält.
9500  Aus historischen Gründen wurde der Standardwert auf 20
9501 \begin_inset space ~
9502 \end_inset
9503
9504 Tabellenzeilen gesetzt.
9505  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9506  das die Druckausgabe.
9507  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100
9508 \begin_inset space \thinspace{}
9509 \end_inset
9510
9511 --
9512 \begin_inset space \thinspace{}
9513 \end_inset
9514
9515 1000 setzen, indem Sie in den \SpecialChar LaTeX
9516 -Vorspann Ihres Dokumentes folgende Zeile
9517  einfügen:
9518 \end_layout
9519
9520 \begin_layout Standard
9521
9522 \series bold
9523
9524 \backslash
9525 setcounter{LTchunksize}{100}
9526 \end_layout
9527
9528 \begin_layout Subsection
9529 Gleitobjekte und mehrseitige Tabellen
9530 \begin_inset Index idx
9531 status collapsed
9532
9533 \begin_layout Plain Layout
9534 Tabellen ! mehrseitige ! Gleitobjekte
9535 \end_layout
9536
9537 \end_inset
9538
9539
9540 \end_layout
9541
9542 \begin_layout Standard
9543 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine mehrseitige
9544  Tabelle beginnt, ein Gleitobjekt befindet.
9545  Um das zu vermeiden, können Sie vor der mehrseitigen Tabelle einen manuellen
9546  Seitenumbruch
9547 \family sans
9548  Einfügen\SpecialChar menuseparator
9549 Formatierung\SpecialChar menuseparator
9550 [Doppel]Seite
9551 \begin_inset space \space{}
9552 \end_inset
9553
9554 leeren
9555 \family default
9556  einfügen, siehe 
9557 \emph on
9558 Benutzerhandbuch
9559 \emph default
9560 .
9561 \end_layout
9562
9563 \begin_layout Subsection
9564 Manuelle Seitenumbrüche
9565 \begin_inset Index idx
9566 status collapsed
9567
9568 \begin_layout Plain Layout
9569 Tabellen ! mehrseitige ! manueller Seitenumbruch
9570 \end_layout
9571
9572 \end_inset
9573
9574
9575 \end_layout
9576
9577 \begin_layout Standard
9578 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9579  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9580  der Zelle umbrechen wollen, fügen Sie den Befehl  
9581 \begin_inset Quotes gld
9582 \end_inset
9583
9584
9585 \series bold
9586
9587 \backslash
9588
9589 \backslash
9590
9591 \series default
9592
9593 \begin_inset Quotes grd
9594 \end_inset
9595
9596  für eine neue Zeile als \SpecialChar TeX
9597 -Code an der Stelle in der Zelle ein, wo umgebrochen
9598  werden kann.
9599  Vor dem 
9600 \begin_inset Quotes gld
9601 \end_inset
9602
9603
9604 \series bold
9605
9606 \backslash
9607
9608 \backslash
9609
9610 \series default
9611
9612 \begin_inset Quotes grd
9613 \end_inset
9614
9615 -Befehl müssen Sie so viele 
9616 \begin_inset Quotes gld
9617 \end_inset
9618
9619
9620 \series bold
9621 &
9622 \series default
9623
9624 \begin_inset Quotes grd
9625 \end_inset
9626
9627  als \SpecialChar TeX
9628 -Code einfügen wie noch Spalten in der Zeile folgen.
9629  Mit 
9630 \begin_inset Quotes gld
9631 \end_inset
9632
9633
9634 \series bold
9635 &
9636 \series default
9637
9638 \begin_inset Quotes grd
9639 \end_inset
9640
9641   werden in \SpecialChar LaTeX
9642  Tabellenzellen getrennt.
9643  Hinter jedes 
9644 \begin_inset Quotes gld
9645 \end_inset
9646
9647
9648 \series bold
9649 &
9650 \series default
9651
9652 \begin_inset Quotes grd
9653 \end_inset
9654
9655  schreiben Sie ebenfalls in \SpecialChar TeX
9656 -Code den Inhalt der entsprechenden Zelle und
9657  löschen den Inhalt dieser Zellen.
9658 \end_layout
9659
9660 \begin_layout Standard
9661 Hinter dem 
9662 \begin_inset Quotes gld
9663 \end_inset
9664
9665
9666 \series bold
9667
9668 \backslash
9669
9670 \backslash
9671
9672 \series default
9673
9674 \begin_inset Quotes grd
9675 \end_inset
9676
9677 -Befehl müssen Sie so viele 
9678 \begin_inset Quotes gld
9679 \end_inset
9680
9681
9682 \series bold
9683 &
9684 \series default
9685
9686 \begin_inset Quotes grd
9687 \end_inset
9688
9689  als \SpecialChar TeX
9690 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9691  In Tabelle
9692 \begin_inset space ~
9693 \end_inset
9694
9695
9696 \begin_inset CommandInset ref
9697 LatexCommand ref
9698 reference "tab:Tabelle-mit-manuellem"
9699
9700 \end_inset
9701
9702  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9703  Es folgt noch eine weitere Spalte.
9704  Deshalb wurde hinter dem Wort 
9705 \emph on
9706 Castelchiodato, 
9707 \emph default
9708 folgendes eingefügt:
9709 \end_layout
9710
9711 \begin_layout Standard
9712
9713 \series bold
9714 & 111
9715 \backslash
9716
9717 \backslash
9718  
9719 \backslash
9720 newpage
9721 \begin_inset Newline newline
9722 \end_inset
9723
9724 &
9725 \end_layout
9726
9727 \begin_layout Standard
9728 Die 
9729 \begin_inset Quotes gld
9730 \end_inset
9731
9732 111
9733 \begin_inset Quotes grd
9734 \end_inset
9735
9736  in der dritten Spalte wurde gelöscht.
9737  
9738 \series bold
9739
9740 \backslash
9741 newpage
9742 \series default
9743  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9744  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9745  Wenn die Fußzeile Ihrer mehrseitigen Tabelle keine obere Linie besitzt,
9746  Sie aber eine wünschen, sollten Sie folgende Befehle benutzen:
9747 \end_layout
9748
9749 \begin_layout Standard
9750
9751 \series bold
9752 & 111
9753 \backslash
9754
9755 \backslash
9756
9757 \begin_inset Newline newline
9758 \end_inset
9759
9760
9761 \backslash
9762 hline &
9763 \end_layout
9764
9765 \begin_layout Standard
9766 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9767  muss folgender Befehl als \SpecialChar TeX
9768 -Code am Anfang der Zelle eingefügt werden:
9769 \end_layout
9770
9771 \begin_layout Standard
9772
9773 \series bold
9774
9775 \backslash
9776 setlength{
9777 \backslash
9778 parfillskip}{0pt}
9779 \end_layout
9780
9781 \begin_layout Standard
9782 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9783  erscheint.
9784 \end_layout
9785
9786 \begin_layout Standard
9787 \align center
9788 \begin_inset Tabular
9789 <lyxtabular version="3" rows="38" columns="3">
9790 <features islongtable="true" longtabularalignment="center">
9791 <column alignment="left" valignment="top" width="0pt">
9792 <column alignment="left" valignment="top" width="3cm">
9793 <column alignment="right" valignment="top" width="0pt">
9794 <row endfirsthead="true" caption="true">
9795 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799 \begin_inset Caption Standard
9800
9801 \begin_layout Plain Layout
9802 Tabelle mit manuellem Seitenumbruch in einer Zelle
9803 \begin_inset CommandInset label
9804 LatexCommand label
9805 name "tab:Tabelle-mit-manuellem"
9806
9807 \end_inset
9808
9809
9810 \begin_inset Argument 1
9811 status collapsed
9812
9813 \begin_layout Plain Layout
9814 Tabelle mit manuellem Seitenumbruch in einer Zelle
9815 \end_layout
9816
9817 \end_inset
9818
9819
9820 \end_layout
9821
9822 \end_inset
9823
9824
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 </row>
9848 <row endfirsthead="true">
9849 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853
9854 \series bold
9855 Telefonliste (ignoriere die Namen)
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row endfirsthead="true">
9880 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \series bold
9886 NAME
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904
9905 \series bold
9906 TEL.
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row endhead="true" caption="true">
9913 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 \begin_inset Caption Unnumbered
9918
9919 \begin_layout Plain Layout
9920 Fortsetzung der Tabelle
9921 \end_layout
9922
9923 \end_inset
9924
9925
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 </row>
9949 <row endhead="true">
9950 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \series bold
9956 Telefonliste
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 </row>
9980 <row endhead="true">
9981 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985
9986 \series bold
9987 NAME
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005
10006 \series bold
10007 TEL.
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 </row>
10013 <row endfoot="true">
10014 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 wird fortgesetzt\SpecialChar ldots
10019
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 </row>
10043 <row>
10044 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \series bold
10050 Annovi
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059 Silvia
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 111
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 </row>
10074 <row>
10075 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \series bold
10081 Bertoli
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 Stefano
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099 111
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 </row>
10105 <row>
10106 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \series bold
10112 Bozzi
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121 Walter
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130 111
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 </row>
10136 <row>
10137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141
10142 \series bold
10143 Cachia
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 Maria
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 111
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 </row>
10167 <row>
10168 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172
10173 \series bold
10174 Cachia
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 Maurizio
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 111
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 </row>
10198 <row>
10199 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203
10204 \series bold
10205 Cinquemani
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 Giusi
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 111
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 </row>
10229 <row>
10230 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234
10235 \series bold
10236 Colin
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 Bernard
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 111
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 </row>
10260 <row>
10261 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265
10266 \series bold
10267 Concli
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 Gianfranco
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 111
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 <row>
10292 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \series bold
10298 Dal Bosco
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 Carolina
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 111
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 </row>
10322 <row>
10323 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327
10328 \series bold
10329 Dalpiaz
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 Annamaria
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 111
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 </row>
10353 <row>
10354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358
10359 \series bold
10360 Feliciello
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 Domenico
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 111
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 </row>
10384 <row>
10385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389
10390 \series bold
10391 Focarelli
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 Paola
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 111
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 </row>
10415 <row>
10416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420
10421 \series bold
10422 Galletti
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 Oreste
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 111
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 </row>
10446 <row>
10447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451
10452 \series bold
10453 Gasparini
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 Franca
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 111
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 </row>
10477 <row>
10478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482
10483 \series bold
10484 Lassini
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 Giancarlo
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 111
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 </row>
10508 <row>
10509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513
10514 \series bold
10515 Malfatti
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 Luciano
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 111
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 </row>
10539 <row>
10540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544
10545 \series bold
10546 Malfatti
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 Valeriano
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 111
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 </row>
10570 <row>
10571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575
10576 \series bold
10577 Meneguzzo
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 Roberto
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 111
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 <row>
10602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606
10607 \series bold
10608 Mezzadra
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 Roberto
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 111
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 </row>
10632 <row>
10633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637
10638 \series bold
10639 Pirpamer
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 Erich
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 111
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 </row>
10663 <row>
10664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668
10669 \series bold
10670 Pochiesa
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679 Paolo
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 111, 222
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 </row>
10694 <row>
10695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699
10700 \series bold
10701 Radina
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 Claudio
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 111
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 </row>
10725 <row>
10726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730
10731 \series bold
10732 Rizzardi
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 Paolo, 11.
10742  Fürst von Monte\SpecialChar softhyphen
10743 com\SpecialChar softhyphen
10744 patri, 11.
10745  Fürst von Sulmona und Vivaro, 10.
10746  Fürst von Rossano, 5.
10747  Herzog von Canemorte, 11.
10748  Herzog von Palombara, 5.
10749  Herzog von Castelchiodato,
10750 \begin_inset ERT
10751 status open
10752
10753 \begin_layout Plain Layout
10754
10755 & 111
10756 \backslash
10757
10758 \backslash
10759  
10760 \backslash
10761 newpage
10762 \end_layout
10763
10764 \begin_layout Plain Layout
10765
10766 &
10767 \end_layout
10768
10769 \end_inset
10770
10771  11.
10772  Herzog von Poggionativo, 11.
10773  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10774  Graf von Valinfreda, 11.
10775  Baron von Cropalati, 11.
10776  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 </row>
10791 <row>
10792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796
10797 \series bold
10798 Stuffer
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 Oskar
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 111
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 </row>
10822 <row>
10823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827
10828 \series bold
10829 Tacchelli
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 Ugo
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 111
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 </row>
10853 <row>
10854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858
10859 \series bold
10860 Tezzele
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 Margit
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 111
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 </row>
10884 <row>
10885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889
10890 \series bold
10891 Unterkalmsteiner
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 Frieda
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 111
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 </row>
10915 <row>
10916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920
10921 \series bold
10922 Vieider
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 Hilde
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 111
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 </row>
10946 <row>
10947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951
10952 \series bold
10953 Vigna
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 Jürgen
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971 111
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 </row>
10977 <row>
10978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982
10983 \series bold
10984 Weber
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993 Maurizio
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 111
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 </row>
11008 <row>
11009 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013
11014 \series bold
11015 Winkler
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 Franz
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 111
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 </row>
11039 </lyxtabular>
11040
11041 \end_inset
11042
11043
11044 \end_layout
11045
11046 \begin_layout Section
11047 Mehrere Zeilen, Spalten und Zeilen
11048 \end_layout
11049
11050 \begin_layout Subsection
11051 Mehrere Zeilen in Tabellenzellen
11052 \begin_inset CommandInset label
11053 LatexCommand label
11054 name "uab:Mehrere-Zeilen-in"
11055
11056 \end_inset
11057
11058
11059 \begin_inset Index idx
11060 status collapsed
11061
11062 \begin_layout Plain Layout
11063 Mehrere Zeilen in Tabellenzellen
11064 \end_layout
11065
11066 \end_inset
11067
11068
11069 \begin_inset Index idx
11070 status collapsed
11071
11072 \begin_layout Plain Layout
11073 Tabellen ! Zeilenumbrüche
11074 \end_layout
11075
11076 \end_inset
11077
11078
11079 \end_layout
11080
11081 \begin_layout Standard
11082 \noindent
11083 \begin_inset Float table
11084 placement H
11085 wide false
11086 sideways false
11087 status open
11088
11089 \begin_layout Plain Layout
11090 \begin_inset Caption Standard
11091
11092 \begin_layout Plain Layout
11093 \begin_inset CommandInset label
11094 LatexCommand label
11095 name "tab:Tabelle-mit-mehrfachen"
11096
11097 \end_inset
11098
11099 Tabelle mit mehrfachen Zeilen in einer Zelle
11100 \end_layout
11101
11102 \end_inset
11103
11104
11105 \end_layout
11106
11107 \begin_layout Plain Layout
11108 \align center
11109 \begin_inset Tabular
11110 <lyxtabular version="3" rows="3" columns="3">
11111 <features tabularvalignment="middle">
11112 <column alignment="center" valignment="middle" width="2.5cm">
11113 <column alignment="center" valignment="middle" width="0.5cm">
11114 <column alignment="center" valignment="middle" width="0.5cm">
11115 <row>
11116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 zwei
11121 \begin_inset Newline linebreak
11122 \end_inset
11123
11124 Zeilen
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 b
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 c
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 <row>
11149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 d
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 e
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 f
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 </row>
11177 <row>
11178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 g
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 h
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 i
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 </row>
11206 </lyxtabular>
11207
11208 \end_inset
11209
11210
11211 \end_layout
11212
11213 \end_inset
11214
11215
11216 \end_layout
11217
11218 \begin_layout Standard
11219 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11220  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11221  Tabelle
11222 \begin_inset space ~
11223 \end_inset
11224
11225
11226 \begin_inset CommandInset ref
11227 LatexCommand ref
11228 reference "tab:Tabelle-mit-mehrfachen"
11229
11230 \end_inset
11231
11232  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11233 \family sans
11234 Tabellen-Einstellungen
11235 \family default
11236 -Dialog auf 2.5
11237 \begin_inset space \thinspace{}
11238 \end_inset
11239
11240 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11241  Weil unser Text schmaler als 2.5
11242 \begin_inset space \thinspace{}
11243 \end_inset
11244
11245 cm ist, würde er in einer Zeile gedruckt werden.
11246  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11247
11248 \family sans
11249 Strg+Shift+Enter
11250 \family default
11251 ) eingefügt.
11252  Wenn der Text länger ist, wird er automatisch umgebrochen.
11253 \end_layout
11254
11255 \begin_layout Standard
11256 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11257  setzen Sie die Breite der beiden Spalten im 
11258 \family sans
11259 Tabellen-Einstellungen
11260 \family default
11261 -Dialog auf 0.5
11262 \begin_inset space \thinspace{}
11263 \end_inset
11264
11265 cm und die vertikale Ausrichtung auf zentriert.
11266 \end_layout
11267
11268 \begin_layout Standard
11269 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11270  haben, kann \SpecialChar LaTeX
11271  es ohne Trennhilfen nicht trennen.
11272  Wenn Sie \SpecialChar LaTeX
11273  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11274  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11275  Fügen sie daher 0
11276 \begin_inset space \thinspace{}
11277 \end_inset
11278
11279 pt horizontalen Abstand vor dem Wort ein.
11280  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11281  Tabelle
11282 \begin_inset space ~
11283 \end_inset
11284
11285
11286 \begin_inset CommandInset ref
11287 LatexCommand ref
11288 reference "tab:Tabelle-ohne-und"
11289
11290 \end_inset
11291
11292  zeigt die Wirkungen.
11293 \end_layout
11294
11295 \begin_layout Standard
11296 \begin_inset Float table
11297 placement h
11298 wide false
11299 sideways false
11300 status open
11301
11302 \begin_layout Plain Layout
11303 \begin_inset Caption Standard
11304
11305 \begin_layout Plain Layout
11306 \begin_inset CommandInset label
11307 LatexCommand label
11308 name "tab:Tabelle-ohne-und"
11309
11310 \end_inset
11311
11312 Tabelle ohne und mit Silbentrennung
11313 \end_layout
11314
11315 \end_inset
11316
11317
11318 \end_layout
11319
11320 \begin_layout Plain Layout
11321 \begin_inset space \hfill{}
11322 \end_inset
11323
11324
11325 \begin_inset Tabular
11326 <lyxtabular version="3" rows="3" columns="3">
11327 <features tabularvalignment="middle">
11328 <column alignment="center" valignment="middle" width="2.5cm">
11329 <column alignment="center" valignment="middle" width="0.5cm">
11330 <column alignment="center" valignment="middle" width="0.5cm">
11331 <row>
11332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 einsehrlangesZellenwort
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 b
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 c
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 </row>
11360 <row>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 d
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 e
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 f
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 </row>
11389 <row>
11390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 g
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 h
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 i
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 </row>
11418 </lyxtabular>
11419
11420 \end_inset
11421
11422
11423 \begin_inset space \hfill{}
11424 \end_inset
11425
11426
11427 \begin_inset Tabular
11428 <lyxtabular version="3" rows="3" columns="3">
11429 <features tabularvalignment="middle">
11430 <column alignment="center" valignment="middle" width="2.5cm">
11431 <column alignment="center" valignment="middle" width="0.5cm">
11432 <column alignment="center" valignment="middle" width="0.5cm">
11433 <row>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 \begin_inset space \hspace{}
11439 \length 0pt
11440 \end_inset
11441
11442 einsehrlangesZellenwort
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 b
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 c
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 </row>
11466 <row>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 d
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 e
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 f
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 </row>
11495 <row>
11496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 g
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 h
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 i
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 </row>
11524 </lyxtabular>
11525
11526 \end_inset
11527
11528
11529 \begin_inset space \hfill{}
11530 \end_inset
11531
11532
11533 \end_layout
11534
11535 \end_inset
11536
11537
11538 \end_layout
11539
11540 \begin_layout Subsection
11541 Mehrfachspalten
11542 \begin_inset CommandInset label
11543 LatexCommand label
11544 name "uab:Mehrfachspalten"
11545
11546 \end_inset
11547
11548
11549 \begin_inset Index idx
11550 status collapsed
11551
11552 \begin_layout Plain Layout
11553 Mahrfachspalten
11554 \end_layout
11555
11556 \end_inset
11557
11558
11559 \begin_inset Index idx
11560 status collapsed
11561
11562 \begin_layout Plain Layout
11563 Tabellen ! Mahrfachspalten
11564 \end_layout
11565
11566 \end_inset
11567
11568
11569 \end_layout
11570
11571 \begin_layout Subsubsection
11572 Grundlagen
11573 \end_layout
11574
11575 \begin_layout Standard
11576 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11577  und verwenden dann den Knopf 
11578 \begin_inset Info
11579 type  "icon"
11580 arg   "tabular-feature multicolumn"
11581 \end_inset
11582
11583  in der Werkzeugleiste, das Menü 
11584 \family sans
11585 Bearbeiten\SpecialChar menuseparator
11586 Tabelle\SpecialChar menuseparator
11587 Mehrfachspalte
11588 \family default
11589 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11590  
11591 \family sans
11592 Mehrfachspalte
11593 \family default
11594 .
11595 \end_layout
11596
11597 \begin_layout Standard
11598 Mehrfachspalten haben ihre eigenen Einstellungen.
11599  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11600  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11601  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11602 \end_layout
11603
11604 \begin_layout Standard
11605 \align center
11606 \begin_inset Tabular
11607 <lyxtabular version="3" rows="3" columns="4">
11608 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11609 <column alignment="center" valignment="top" width="0pt">
11610 <column alignment="center" valignment="middle">
11611 <column alignment="center" valignment="top" width="0in">
11612 <column alignment="center" valignment="top" width="0pt">
11613 <row>
11614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 abc
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 def ghi
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 jkl
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 </row>
11651 <row>
11652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656
11657 \family roman
11658 \series medium
11659 \shape up
11660 \size normal
11661 \emph off
11662 \bar no
11663 \noun off
11664 \color none
11665 A
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 B
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 C
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 D
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 </row>
11698 <row>
11699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 1
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 2
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 3
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 4
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 </row>
11736 </lyxtabular>
11737
11738 \end_inset
11739
11740
11741 \end_layout
11742
11743 \begin_layout Subsubsection
11744 Mehrfachspalten-Berechnungen
11745 \begin_inset CommandInset label
11746 LatexCommand label
11747 name "uab:Mehrfachspalten-Berechnungen"
11748
11749 \end_inset
11750
11751
11752 \begin_inset Index idx
11753 status collapsed
11754
11755 \begin_layout Plain Layout
11756 Mahrfachspalten ! Berechnung
11757 \end_layout
11758
11759 \end_inset
11760
11761
11762 \begin_inset Index idx
11763 status collapsed
11764
11765 \begin_layout Plain Layout
11766 Tabellen ! Mahrfachspalten ! Berechnung
11767 \end_layout
11768
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Standard
11775 \SpecialChar LyX
11776  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11777  Zellen beachten.
11778 \end_layout
11779
11780 \begin_layout Standard
11781 \begin_inset Float table
11782 placement h
11783 wide false
11784 sideways false
11785 status open
11786
11787 \begin_layout Plain Layout
11788 \begin_inset Caption Standard
11789
11790 \begin_layout Plain Layout
11791 \begin_inset CommandInset label
11792 LatexCommand label
11793 name "tab:Tabelle-mit-zentriertem"
11794
11795 \end_inset
11796
11797 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11798  die halbe Breite der Mehrfachspalten-Zelle haben
11799 \begin_inset Argument 1
11800 status collapsed
11801
11802 \begin_layout Plain Layout
11803 Eine Mehrfachspalten-Tabelle
11804 \end_layout
11805
11806 \end_inset
11807
11808
11809 \end_layout
11810
11811 \end_inset
11812
11813
11814 \end_layout
11815
11816 \begin_layout Plain Layout
11817 \align center
11818 \begin_inset Tabular
11819 <lyxtabular version="3" rows="3" columns="3">
11820 <features tabularvalignment="middle">
11821 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11822 <column alignment="center" valignment="middle">
11823 <column alignment="center" valignment="top">
11824 <row>
11825 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 Dies ist eine Mehrfach\SpecialChar softhyphen
11830 spalten-Zelle
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 c
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 </row>
11854 <row>
11855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11856 \begin_inset Text
11857
11858 \begin_layout Plain Layout
11859 d
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 e
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 f
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 </row>
11883 <row>
11884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11885 \begin_inset Text
11886
11887 \begin_layout Plain Layout
11888 g
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 h
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 i
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 </row>
11912 </lyxtabular>
11913
11914 \end_inset
11915
11916
11917 \end_layout
11918
11919 \end_inset
11920
11921
11922 \end_layout
11923
11924 \begin_layout Standard
11925 Um Tabelle
11926 \begin_inset space ~
11927 \end_inset
11928
11929
11930 \begin_inset CommandInset ref
11931 LatexCommand ref
11932 reference "tab:Tabelle-mit-zentriertem"
11933
11934 \end_inset
11935
11936  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11937  3×3-Tabelle, kreuzen im 
11938 \family sans
11939 Tabellen-Einstellungen
11940 \family default
11941 -Dialog 
11942 \family sans
11943 Mehrfachspalte
11944 \family default
11945  an, setzen die 
11946 \family sans
11947 Horizontale
11948 \begin_inset space ~
11949 \end_inset
11950
11951 Ausrichtung
11952 \family default
11953  auf 
11954 \family sans
11955 Zentriert
11956 \family default
11957  und die 
11958 \family sans
11959 Breite
11960 \family default
11961  auf 2.5
11962 \begin_inset space \thinspace{}
11963 \end_inset
11964
11965 cm.
11966  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11967  Sie die Breite der ersten Spalte auf 1.25
11968 \begin_inset space \thinspace{}
11969 \end_inset
11970
11971 cm setzen.
11972  Die zweite Spalte wird dann automatisch 1.25
11973 \begin_inset space \thinspace{}
11974 \end_inset
11975
11976 cm breit (Breite der 
11977 \family sans
11978 Mehrfachspalte
11979 \family default
11980  
11981 \begin_inset Formula $-$
11982 \end_inset
11983
11984  Breite der ersten Spalte).
11985  Dies wurde so für Tabelle
11986 \begin_inset space ~
11987 \end_inset
11988
11989
11990 \begin_inset CommandInset ref
11991 LatexCommand ref
11992 reference "tab:Tabelle,-in-der-die"
11993
11994 \end_inset
11995
11996  gemacht.
11997 \end_layout
11998
11999 \begin_layout Standard
12000 \begin_inset Float table
12001 wide false
12002 sideways false
12003 status open
12004
12005 \begin_layout Plain Layout
12006 \begin_inset Caption Standard
12007
12008 \begin_layout Plain Layout
12009 \begin_inset CommandInset label
12010 LatexCommand label
12011 name "tab:Tabelle,-in-der-die"
12012
12013 \end_inset
12014
12015 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12016  wie die Mehrfachspalte
12017 \begin_inset Argument 1
12018 status collapsed
12019
12020 \begin_layout Plain Layout
12021 Eine unvollkommene Mehrfachspalten-Tabelle
12022 \end_layout
12023
12024 \end_inset
12025
12026
12027 \end_layout
12028
12029 \end_inset
12030
12031
12032 \end_layout
12033
12034 \begin_layout Plain Layout
12035 \align center
12036 \begin_inset Tabular
12037 <lyxtabular version="3" rows="3" columns="3">
12038 <features tabularvalignment="middle">
12039 <column alignment="center" valignment="top" width="1.25cm">
12040 <column alignment="center" valignment="top">
12041 <column alignment="center" valignment="top">
12042 <row>
12043 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 Dies ist auch eine Mehr\SpecialChar softhyphen
12048 fach\SpecialChar softhyphen
12049 spalten-Zelle
12050 \end_layout
12051
12052 \end_inset
12053 </cell>
12054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 c
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 </row>
12073 <row>
12074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 d
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087 e
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 f
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 </row>
12102 <row>
12103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 g
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 h
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 i
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 </row>
12131 </lyxtabular>
12132
12133 \end_inset
12134
12135
12136 \end_layout
12137
12138 \end_inset
12139
12140
12141 \end_layout
12142
12143 \begin_layout Standard
12144 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12145  als die zweite ist.
12146  Das liegt daran, dass die Zellenbreite 
12147 \begin_inset Formula $W_{\mathrm{tot}}$
12148 \end_inset
12149
12150  nicht ihre definierte Breite 
12151 \begin_inset Formula $W_{g}$
12152 \end_inset
12153
12154  ist, sondern ein wenig mehr.
12155  Anhang
12156 \begin_inset space ~
12157 \end_inset
12158
12159
12160 \begin_inset CommandInset ref
12161 LatexCommand ref
12162 reference "kap:Erläuterung-einer-Gleichung"
12163
12164 \end_inset
12165
12166  erklärt das genauer.
12167 \end_layout
12168
12169 \begin_layout Standard
12170 Wenn 
12171 \emph on
12172 n
12173 \emph default
12174  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12175  die definierte Breite 
12176 \begin_inset Formula $W_{g\,n}$
12177 \end_inset
12178
12179  einer Spalte, deren totale Breite = 
12180 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12181 \end_inset
12182
12183  sein soll, wie folgt:
12184 \begin_inset Formula 
12185 \begin{equation}
12186 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12187 \end{equation}
12188
12189 \end_inset
12190
12191
12192 \end_layout
12193
12194 \begin_layout Standard
12195 In unserem Falls ist 
12196 \begin_inset Formula $n=2$
12197 \end_inset
12198
12199
12200 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12201 \end_inset
12202
12203 cm, und damit wird aus Gleichung
12204 \begin_inset space ~
12205 \end_inset
12206
12207
12208 \begin_inset CommandInset ref
12209 LatexCommand ref
12210 reference "eq:Wgn"
12211
12212 \end_inset
12213
12214  
12215 \begin_inset Formula 
12216 \begin{equation}
12217 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12218 \end{equation}
12219
12220 \end_inset
12221
12222
12223 \end_layout
12224
12225 \begin_layout Standard
12226 Damit \SpecialChar LaTeX
12227  rechnen kann, muss das Paket 
12228 \series bold
12229 calc
12230 \series default
12231  im Vorspann geladen werden.
12232 \begin_inset Index idx
12233 status collapsed
12234
12235 \begin_layout Plain Layout
12236 \SpecialChar LaTeX
12237 -Pakete ! calc
12238 \end_layout
12239
12240 \end_inset
12241
12242
12243 \end_layout
12244
12245 \begin_layout Standard
12246
12247 \series bold
12248
12249 \backslash
12250 usepackage{calc}
12251 \end_layout
12252
12253 \begin_layout Standard
12254 \SpecialChar LyX
12255  erlaubt im 
12256 \family sans
12257 Breite
12258 \family default
12259 -Feld des 
12260 \family sans
12261 Tabellen-Einstellungen
12262 \family default
12263 -Dialogs keine Berechnungen.
12264  Deshalb müssen Sie die Formel für die Breite im Feld 
12265 \family sans
12266 LaTeX-Argument
12267 \family default
12268  eingeben.
12269  Hier iss ein Überblick über die Argumente:
12270 \end_layout
12271
12272 \begin_layout Itemize
12273
12274 \series bold
12275 p{Breite}
12276 \series default
12277  die Zelle bekommt eine feste 
12278 \series bold
12279 Breite
12280 \series default
12281 , und die vertikale Ausrichtung ist 
12282 \family sans
12283 Oben
12284 \end_layout
12285
12286 \begin_layout Itemize
12287
12288 \series bold
12289 m{Breite}
12290 \series default
12291  die Zelle bekommt eine feste 
12292 \series bold
12293 Breite
12294 \series default
12295 , und die vertikale Ausrichtung ist 
12296 \family sans
12297 Mitte
12298 \end_layout
12299
12300 \begin_layout Itemize
12301
12302 \series bold
12303 b{Breite}
12304 \series default
12305  die Zelle bekommt eine feste 
12306 \series bold
12307 Breite
12308 \series default
12309 , und die vertikale Ausrichtung ist 
12310 \family sans
12311 Unten
12312 \end_layout
12313
12314 \begin_layout Standard
12315 Wenn Sie ein \SpecialChar LaTeX
12316 -Argument eingeben, werden alle anderen Einstellungen für diese
12317  Zelle überschrieben.
12318 \end_layout
12319
12320 \begin_layout Standard
12321 \begin_inset Note Greyedout
12322 status open
12323
12324 \begin_layout Plain Layout
12325
12326 \series bold
12327 Bemerkung:
12328 \series default
12329  Wegen eines Fehlers in \SpecialChar LyX
12330  werden die überschriebenen Einstellungen dennoch
12331  angezeigt.
12332 \end_layout
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \begin_layout Standard
12340 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12341  der Zelle mit dem Inhalt 
12342 \begin_inset Quotes gld
12343 \end_inset
12344
12345 d
12346 \begin_inset Quotes grd
12347 \end_inset
12348
12349  der Tabelle
12350 \begin_inset space ~
12351 \end_inset
12352
12353
12354 \begin_inset CommandInset ref
12355 LatexCommand ref
12356 reference "tab:Tabelle-mit-zentriertem"
12357
12358 \end_inset
12359
12360  auch noch der Befehl
12361 \family typewriter
12362 \series bold
12363  
12364 \family default
12365
12366 \backslash
12367 centering
12368 \series default
12369  hinzugefügt.
12370  Das Ganze sieht dann so aus:
12371 \end_layout
12372
12373 \begin_layout Standard
12374
12375 \series bold
12376 |>{
12377 \backslash
12378 centering}m{1.25cm-6.2pt}
12379 \end_layout
12380
12381 \begin_layout Standard
12382 Der vertikale Strich 
12383 \series bold
12384
12385 \begin_inset Quotes gld
12386 \end_inset
12387
12388 |
12389 \series default
12390
12391 \begin_inset Quotes grd
12392 \end_inset
12393
12394  am Anfang zeichnet die linke Linie, und der Befehl 
12395 \series bold
12396
12397 \begin_inset Quotes gld
12398 \end_inset
12399
12400 >{ }
12401 \begin_inset Quotes grd
12402 \end_inset
12403
12404
12405 \series default
12406  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12407  der Zelle benutzt werden sollen.
12408 \end_layout
12409
12410 \begin_layout Standard
12411 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12412  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12413  Ausrichtungen nur für
12414  einzelne Spalten anwendet.
12415  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12416 -Argument benutzt werden:
12417 \end_layout
12418
12419 \begin_layout Standard
12420
12421 \series bold
12422 |>{
12423 \backslash
12424 centering}m{2.5cm}|
12425 \end_layout
12426
12427 \begin_layout Subsection
12428 Mehrfachzeilen
12429 \begin_inset CommandInset label
12430 LatexCommand label
12431 name "uab:Mehrfachzeilen"
12432
12433 \end_inset
12434
12435
12436 \begin_inset Index idx
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440 Mehrfachzeilen
12441 \end_layout
12442
12443 \end_inset
12444
12445
12446 \begin_inset Index idx
12447 status collapsed
12448
12449 \begin_layout Plain Layout
12450 Tabellen ! Mehrfachzeilen
12451 \end_layout
12452
12453 \end_inset
12454
12455
12456 \end_layout
12457
12458 \begin_layout Standard
12459 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12460  und verwenden dann den Knopf 
12461 \begin_inset Info
12462 type  "icon"
12463 arg   "tabular-feature multirow"
12464 \end_inset
12465
12466  in der Werkzeugleiste, das Menü 
12467 \family sans
12468 Bearbeiten\SpecialChar menuseparator
12469 Tabelle\SpecialChar menuseparator
12470 Mehrfachzeile
12471 \family default
12472 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12473  
12474 \family sans
12475 Mehrfachzeile
12476 \family default
12477 .
12478 \end_layout
12479
12480 \begin_layout Standard
12481 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12482 \end_layout
12483
12484 \begin_layout Standard
12485 \align center
12486 \begin_inset Tabular
12487 <lyxtabular version="3" rows="3" columns="3">
12488 <features tabularvalignment="middle">
12489 <column alignment="center" valignment="top" width="0pt">
12490 <column alignment="center" valignment="top">
12491 <column alignment="center" valignment="top">
12492 <row>
12493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 ein langer Eintrag
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Plain Layout
12506 b
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515 c
12516 \end_layout
12517
12518 \end_inset
12519 </cell>
12520 </row>
12521 <row>
12522 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 Mehrfachzeile
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 e
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544 f
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 </row>
12550 <row>
12551 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 h
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 i
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 </row>
12579 </lyxtabular>
12580
12581 \end_inset
12582
12583
12584 \end_layout
12585
12586 \begin_layout Standard
12587 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12588  Spalte festgelegt.
12589  Der 
12590 \family sans
12591 Vertikale Versatz
12592 \family default
12593  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12594  positiv/negativ ist.
12595 \end_layout
12596
12597 \begin_layout Standard
12598 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12599  die Mehrfachzeile die Ausrichtung der Spalte.
12600  Ansonsten ist sie standardmäßig links ausgerichtet.
12601  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12602 \series bold
12603
12604 \backslash
12605 multirowsetup
12606 \series default
12607  mit dem Befehl
12608 \end_layout
12609
12610 \begin_layout Standard
12611
12612 \series bold
12613
12614 \backslash
12615 renewcommand{
12616 \backslash
12617 multirowsetup}{
12618 \backslash
12619 centering}
12620 \end_layout
12621
12622 \begin_layout Standard
12623 im \SpecialChar LaTeX
12624 -Vorspann.
12625  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12626  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12627  auch mittels \SpecialChar TeX
12628 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12629 -Vorspann, erneuert
12630  werden.
12631  Für rechtsbündigen Text ersetzt man 
12632 \series bold
12633
12634 \backslash
12635 centering
12636 \series default
12637  durch 
12638 \series bold
12639
12640 \backslash
12641 raggedleft
12642 \series default
12643 .
12644  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12645 \series bold
12646
12647 \backslash
12648 raggedright
12649 \series default
12650  verwendet.
12651 \end_layout
12652
12653 \begin_layout Standard
12654 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12655  die -4
12656 \begin_inset space \thinspace{}
12657 \end_inset
12658
12659 mm vertikalen Versatz hat und sich in einer 3
12660 \begin_inset space \thinspace{}
12661 \end_inset
12662
12663 cm breiten Spalte befindet:
12664 \end_layout
12665
12666 \begin_layout Standard
12667 \noindent
12668 \align center
12669 \begin_inset ERT
12670 status collapsed
12671
12672 \begin_layout Plain Layout
12673
12674
12675 \backslash
12676 renewcommand{
12677 \backslash
12678 multirowsetup}{
12679 \backslash
12680 raggedleft}
12681 \end_layout
12682
12683 \end_inset
12684
12685
12686 \begin_inset Tabular
12687 <lyxtabular version="3" rows="4" columns="3">
12688 <features tabularvalignment="middle">
12689 <column alignment="center" valignment="top" width="3cm">
12690 <column alignment="center" valignment="top">
12691 <column alignment="center" valignment="top">
12692 <row>
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 ein langer Eintrag
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 b
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715 c
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 </row>
12721 <row>
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 t
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 n
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744 m
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 </row>
12750 <row>
12751 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 Mehrfachzeile
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764 e
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773 f
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 </row>
12779 <row>
12780 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784
12785 \end_layout
12786
12787 \end_inset
12788 </cell>
12789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793 h
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802 i
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 </row>
12808 </lyxtabular>
12809
12810 \end_inset
12811
12812
12813 \begin_inset ERT
12814 status collapsed
12815
12816 \begin_layout Plain Layout
12817
12818
12819 \backslash
12820 renewcommand{
12821 \backslash
12822 multirowsetup}{
12823 \backslash
12824 raggedright}
12825 \end_layout
12826
12827 \end_inset
12828
12829
12830 \end_layout
12831
12832 \begin_layout Standard
12833 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12834  (Tastenkürzel 
12835 \family sans
12836 Strg+Enter
12837 \family default
12838 ) verwenden.
12839  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12840 \end_layout
12841
12842 \begin_layout Standard
12843 \noindent
12844 \align center
12845 \begin_inset Tabular
12846 <lyxtabular version="3" rows="3" columns="2">
12847 <features tabularvalignment="middle">
12848 <column alignment="left" valignment="middle" width="2cm">
12849 <column alignment="center" valignment="top">
12850 <row>
12851 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 aaa
12856 \begin_inset Newline newline
12857 \end_inset
12858
12859 aaa
12860 \begin_inset Newline newline
12861 \end_inset
12862
12863 falsche Zelle
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 ccc
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 </row>
12878 <row>
12879 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 ddd
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 </row>
12898 <row>
12899 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 bbb
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 eee
12913 \end_layout
12914
12915 \end_inset
12916 </cell>
12917 </row>
12918 </lyxtabular>
12919
12920 \end_inset
12921
12922
12923 \end_layout
12924
12925 \begin_layout Standard
12926 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12927 \end_layout
12928
12929 \begin_layout Subsection
12930 Zellen mit diagonalen Linien
12931 \end_layout
12932
12933 \begin_layout Standard
12934 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
12935  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
12936  oder zwei diagonalen Linien zu teilen.
12937  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
12938 -Paket 
12939 \series bold
12940 diagbox
12941 \series default
12942
12943 \begin_inset Index idx
12944 status collapsed
12945
12946 \begin_layout Plain Layout
12947 \SpecialChar LaTeX
12948 -Pakete ! diagbox
12949 \end_layout
12950
12951 \end_inset
12952
12953  im \SpecialChar LaTeX
12954 -Vorspann lädt.
12955  Das Paket stellt den Befehl 
12956 \series bold
12957
12958 \backslash
12959 diagbox
12960 \series default
12961  zur Verfügung, der als \SpecialChar TeX
12962 -Code eingefügt wird und 2 oder 3
12963 \begin_inset space ~
12964 \end_inset
12965
12966 Argumente hat:
12967 \end_layout
12968
12969 \begin_layout Standard
12970
12971 \series bold
12972
12973 \backslash
12974 diagbox[Optionen]{links unten}{rechts oben}
12975 \end_layout
12976
12977 \begin_layout Standard
12978
12979 \series bold
12980
12981 \backslash
12982 diagbox[Optionen]{links unten}{links oben}{rechts oben}
12983 \end_layout
12984
12985 \begin_layout Standard
12986 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
12987  die Argumente werden unter und über diese Linie platziert.
12988  Das zweite Schema teilt die Zelle mit 2
12989 \begin_inset space ~
12990 \end_inset
12991
12992 Linien.
12993 \end_layout
12994
12995 \begin_layout Standard
12996 \begin_inset ERT
12997 status collapsed
12998
12999 \begin_layout Plain Layout
13000
13001
13002 \backslash
13003 ifdiagbox
13004 \end_layout
13005
13006 \end_inset
13007
13008
13009 \begin_inset Note Note
13010 status open
13011
13012 \begin_layout Plain Layout
13013 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13014 -Paket 
13015 \series bold
13016 diagbox
13017 \series default
13018  installiert ist.
13019 \end_layout
13020
13021 \end_inset
13022
13023
13024 \end_layout
13025
13026 \begin_layout Standard
13027 Hier ist eine Beispieltabelle in der 
13028 \series bold
13029
13030 \backslash
13031 diagbox 
13032 \series default
13033 im 2-Argument Schema in der ersten Zelle verwendet wird:
13034 \begin_inset VSpace medskip
13035 \end_inset
13036
13037
13038 \end_layout
13039
13040 \begin_layout Standard
13041 \noindent
13042 \begin_inset Tabular
13043 <lyxtabular version="3" rows="4" columns="4">
13044 <features tabularvalignment="middle">
13045 <column alignment="center" valignment="top">
13046 <column alignment="center" valignment="top">
13047 <column alignment="center" valignment="top">
13048 <column alignment="center" valignment="top">
13049 <row>
13050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 \begin_inset ERT
13055 status collapsed
13056
13057 \begin_layout Plain Layout
13058
13059
13060 \backslash
13061 diagbox{
13062 \end_layout
13063
13064 \end_inset
13065
13066 Name
13067 \begin_inset ERT
13068 status collapsed
13069
13070 \begin_layout Plain Layout
13071
13072 }{
13073 \end_layout
13074
13075 \end_inset
13076
13077 Parameter
13078 \begin_inset ERT
13079 status collapsed
13080
13081 \begin_layout Plain Layout
13082
13083 }
13084 \end_layout
13085
13086 \end_inset
13087
13088
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 Dicke in nm
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 Transparenz in %
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 Härte in MPa
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 </row>
13121 <row>
13122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 Perfekt Grün
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 45
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 80
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153 504
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 </row>
13159 <row>
13160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 Dunkel Multi-P
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 60
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 72
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 982
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 </row>
13197 <row>
13198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 Kristallklar Pro
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 18
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 86
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 374
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 </row>
13235 </lyxtabular>
13236
13237 \end_inset
13238
13239
13240 \begin_inset VSpace medskip
13241 \end_inset
13242
13243
13244 \end_layout
13245
13246 \begin_layout Standard
13247 \begin_inset Newpage newpage
13248 \end_inset
13249
13250
13251 \end_layout
13252
13253 \begin_layout Standard
13254 Das 3-Argument Schema ist z.
13255 \begin_inset space \thinspace{}
13256 \end_inset
13257
13258 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13259 \end_layout
13260
13261 \begin_layout Standard
13262 \noindent
13263 \align center
13264 \begin_inset Tabular
13265 <lyxtabular version="3" rows="4" columns="4">
13266 <features tabularvalignment="middle">
13267 <column alignment="center" valignment="top" width="0pt">
13268 <column alignment="center" valignment="top">
13269 <column alignment="center" valignment="top">
13270 <column alignment="center" valignment="top">
13271 <row>
13272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 \begin_inset ERT
13277 status collapsed
13278
13279 \begin_layout Plain Layout
13280
13281
13282 \backslash
13283 diagbox{
13284 \end_layout
13285
13286 \end_inset
13287
13288 Heim
13289 \begin_inset ERT
13290 status collapsed
13291
13292 \begin_layout Plain Layout
13293
13294 }{
13295 \end_layout
13296
13297 \end_inset
13298
13299 Ergebnis
13300 \begin_inset ERT
13301 status collapsed
13302
13303 \begin_layout Plain Layout
13304
13305 }{
13306 \end_layout
13307
13308 \end_inset
13309
13310 Auswärts
13311 \begin_inset ERT
13312 status collapsed
13313
13314 \begin_layout Plain Layout
13315
13316 }
13317 \end_layout
13318
13319 \end_inset
13320
13321
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 Tiger
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 Panther
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 Falken
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 </row>
13354 <row>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 Tiger
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 1:3
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13383 \begin_inset Text
13384
13385 \begin_layout Plain Layout
13386 0:1
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 </row>
13392 <row>
13393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 Panther
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406 3:1
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 0:0
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 </row>
13430 <row>
13431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 Falken
13436 \end_layout
13437
13438 \end_inset
13439 </cell>
13440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13441 \begin_inset Text
13442
13443 \begin_layout Plain Layout
13444 1:0
13445 \end_layout
13446
13447 \end_inset
13448 </cell>
13449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 0:0
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 </row>
13468 </lyxtabular>
13469
13470 \end_inset
13471
13472
13473 \end_layout
13474
13475 \begin_layout Standard
13476 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13477  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13478 \end_layout
13479
13480 \begin_layout Standard
13481 \noindent
13482 \align center
13483 \begin_inset Tabular
13484 <lyxtabular version="3" rows="5" columns="5">
13485 <features tabularvalignment="middle">
13486 <column alignment="center" valignment="top" width="0pt">
13487 <column alignment="center" valignment="top">
13488 <column alignment="center" valignment="top">
13489 <column alignment="center" valignment="top">
13490 <column alignment="center" valignment="top">
13491 <row>
13492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 \begin_inset ERT
13497 status open
13498
13499 \begin_layout Plain Layout
13500
13501
13502 \backslash
13503 diagbox{
13504 \end_layout
13505
13506 \end_inset
13507
13508 Heim
13509 \begin_inset ERT
13510 status collapsed
13511
13512 \begin_layout Plain Layout
13513
13514 }{
13515 \end_layout
13516
13517 \end_inset
13518
13519 Ergebnis
13520 \begin_inset ERT
13521 status collapsed
13522
13523 \begin_layout Plain Layout
13524
13525 }{
13526 \end_layout
13527
13528 \end_inset
13529
13530 Auswärts
13531 \begin_inset ERT
13532 status collapsed
13533
13534 \begin_layout Plain Layout
13535
13536 }
13537 \end_layout
13538
13539 \end_inset
13540
13541
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 Tiger
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 Panther
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 Falken
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 \begin_inset ERT
13578 status open
13579
13580 \begin_layout Plain Layout
13581
13582
13583 \backslash
13584 diagbox[dir=NE]{
13585 \end_layout
13586
13587 \end_inset
13588
13589 Heim
13590 \begin_inset ERT
13591 status collapsed
13592
13593 \begin_layout Plain Layout
13594
13595 }{
13596 \end_layout
13597
13598 \end_inset
13599
13600 Ergebnis
13601 \begin_inset ERT
13602 status collapsed
13603
13604 \begin_layout Plain Layout
13605
13606 }{
13607 \end_layout
13608
13609 \end_inset
13610
13611 Auswärts
13612 \begin_inset ERT
13613 status collapsed
13614
13615 \begin_layout Plain Layout
13616
13617 }
13618 \end_layout
13619
13620 \end_inset
13621
13622
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 </row>
13628 <row>
13629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 Tiger
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 1:3
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 0:1
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 Tiger
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 </row>
13675 <row>
13676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 Panther
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 3:1
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 0:0
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 Panther
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 </row>
13722 <row>
13723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 Falken
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 1:0
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 0:0
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 Falken
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 </row>
13769 <row>
13770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 \begin_inset ERT
13775 status open
13776
13777 \begin_layout Plain Layout
13778
13779
13780 \backslash
13781 diagbox[dir=SW]{
13782 \end_layout
13783
13784 \end_inset
13785
13786 Heim
13787 \begin_inset ERT
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791
13792 }{
13793 \end_layout
13794
13795 \end_inset
13796
13797 Ergebnis
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803 }{
13804 \end_layout
13805
13806 \end_inset
13807
13808 Auswärts
13809 \begin_inset ERT
13810 status collapsed
13811
13812 \begin_layout Plain Layout
13813
13814 }
13815 \end_layout
13816
13817 \end_inset
13818
13819
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828 Tiger
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 Panther
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 Falken
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 \begin_inset ERT
13856 status open
13857
13858 \begin_layout Plain Layout
13859
13860
13861 \backslash
13862 diagbox[dir=SE]{
13863 \end_layout
13864
13865 \end_inset
13866
13867 Heim
13868 \begin_inset ERT
13869 status collapsed
13870
13871 \begin_layout Plain Layout
13872
13873 }{
13874 \end_layout
13875
13876 \end_inset
13877
13878 Ergebnis
13879 \begin_inset ERT
13880 status collapsed
13881
13882 \begin_layout Plain Layout
13883
13884 }{
13885 \end_layout
13886
13887 \end_inset
13888
13889 Auswärts
13890 \begin_inset ERT
13891 status collapsed
13892
13893 \begin_layout Plain Layout
13894
13895 }
13896 \end_layout
13897
13898 \end_inset
13899
13900
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 </row>
13906 </lyxtabular>
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \begin_layout Standard
13914 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13915 \series bold
13916 dir=Richtung
13917 \series default
13918  verwendet.
13919  
13920 \emph on
13921 Richtung
13922 \emph default
13923  ist entweder 
13924 \series bold
13925 NE
13926 \series default
13927
13928 \series bold
13929 SE
13930 \series default
13931
13932 \series bold
13933 SW
13934 \series default
13935  oder 
13936 \series bold
13937 NW
13938 \series default
13939  und stellt eine Himmelsrichtung dar.
13940  
13941 \series bold
13942 SW
13943 \series default
13944  ist z.
13945 \begin_inset space \thinspace{}
13946 \end_inset
13947
13948 B.
13949  die Südwestecke.
13950  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
13951 \end_layout
13952
13953 \begin_layout Standard
13954
13955 \series bold
13956
13957 \backslash
13958 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
13959 \end_layout
13960
13961 \begin_layout Standard
13962 verwendet.
13963  Wenn keine Richtung angegeben ist, wird NW verwendet.
13964 \end_layout
13965
13966 \begin_layout Standard
13967 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
13968  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
13969 e ist, ragt der Inhalt über die Zelle hinaus:
13970 \end_layout
13971
13972 \begin_layout Standard
13973 \noindent
13974 \align center
13975 \begin_inset Tabular
13976 <lyxtabular version="3" rows="2" columns="2">
13977 <features tabularvalignment="middle">
13978 <column alignment="center" valignment="top" width="3cm">
13979 <column alignment="center" valignment="top">
13980 <row>
13981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 \begin_inset ERT
13986 status collapsed
13987
13988 \begin_layout Plain Layout
13989
13990
13991 \backslash
13992 diagbox{
13993 \end_layout
13994
13995 \end_inset
13996
13997 Name
13998 \begin_inset ERT
13999 status collapsed
14000
14001 \begin_layout Plain Layout
14002
14003 }{
14004 \end_layout
14005
14006 \end_inset
14007
14008 Parameter
14009 \begin_inset ERT
14010 status collapsed
14011
14012 \begin_layout Plain Layout
14013
14014 }
14015 \end_layout
14016
14017 \end_inset
14018
14019
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 Dicke in nm
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 </row>
14034 <row>
14035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 Perfekt Grün
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 45
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 </row>
14054 </lyxtabular>
14055
14056 \end_inset
14057
14058
14059 \end_layout
14060
14061 \begin_layout Standard
14062 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14063  verwendet man die Befehlsoption 
14064 \series bold
14065 width=3cm
14066 \series default
14067  (ersetzen Sie '3cm' durch die benötigte Breite).
14068  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14069 \begin_inset space \thinspace{}
14070 \end_inset
14071
14072 cm gesetzt.
14073  Für 
14074 \series bold
14075
14076 \backslash
14077 diagbox
14078 \series default
14079  wird eine Breite von 4
14080 \begin_inset space \thinspace{}
14081 \end_inset
14082
14083 cm + 2
14084 \begin_inset space \thinspace{}
14085 \end_inset
14086
14087
14088 \backslash
14089 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14090  diesem Fall 4
14091 \begin_inset space \thinspace{}
14092 \end_inset
14093
14094 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14095  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14096 \series bold
14097
14098 \backslash
14099 diagbox
14100 \series default
14101  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14102  später verwenden kann.
14103  Dies wird mit den \SpecialChar TeX
14104 -Code Befehlen
14105 \end_layout
14106
14107 \begin_layout Standard
14108
14109 \series bold
14110
14111 \backslash
14112 newlength{
14113 \backslash
14114 diagtest}
14115 \begin_inset Newline newline
14116 \end_inset
14117
14118
14119 \backslash
14120 setlength{
14121 \backslash
14122 diagtest}{4cm+2
14123 \backslash
14124 tabcolsep}
14125 \end_layout
14126
14127 \begin_layout Standard
14128 erreicht.
14129 \end_layout
14130
14131 \begin_layout Standard
14132 \begin_inset ERT
14133 status collapsed
14134
14135 \begin_layout Plain Layout
14136
14137
14138 \backslash
14139 newlength{
14140 \backslash
14141 diagtest}
14142 \end_layout
14143
14144 \begin_layout Plain Layout
14145
14146
14147 \backslash
14148 setlength{
14149 \backslash
14150 diagtest}{4cm+2
14151 \backslash
14152 tabcolsep}
14153 \end_layout
14154
14155 \end_inset
14156
14157
14158 \end_layout
14159
14160 \begin_layout Standard
14161 Um Berechnungen in \SpecialChar LaTeX
14162  zu aktivieren, muss das Paket 
14163 \series bold
14164 calc
14165 \series default
14166
14167 \begin_inset Index idx
14168 status collapsed
14169
14170 \begin_layout Plain Layout
14171 \SpecialChar LaTeX
14172 -Pakete ! calc
14173 \end_layout
14174
14175 \end_inset
14176
14177  im \SpecialChar LaTeX
14178 -Vorspann geladen werden.
14179 \end_layout
14180
14181 \begin_layout Standard
14182 In der Tabelle kann man nun den Befehl
14183 \end_layout
14184
14185 \begin_layout Standard
14186
14187 \series bold
14188
14189 \backslash
14190 diagbox[width=
14191 \backslash
14192 diagtest]{A}{B}
14193 \end_layout
14194
14195 \begin_layout Standard
14196 in der ersten Zelle verwenden:
14197 \end_layout
14198
14199 \begin_layout Standard
14200 \noindent
14201 \align center
14202 \begin_inset Tabular
14203 <lyxtabular version="3" rows="2" columns="2">
14204 <features tabularvalignment="middle">
14205 <column alignment="center" valignment="top" width="4cm">
14206 <column alignment="center" valignment="top">
14207 <row>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 \begin_inset ERT
14213 status open
14214
14215 \begin_layout Plain Layout
14216
14217
14218 \backslash
14219 diagbox[width=
14220 \backslash
14221 diagtest]{
14222 \end_layout
14223
14224 \end_inset
14225
14226 A
14227 \begin_inset ERT
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231
14232 }{
14233 \end_layout
14234
14235 \end_inset
14236
14237 B
14238 \begin_inset ERT
14239 status collapsed
14240
14241 \begin_layout Plain Layout
14242
14243 }
14244 \end_layout
14245
14246 \end_inset
14247
14248
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 Dicke in nm
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 </row>
14263 <row>
14264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Plain Layout
14268 Perfekt Grün
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277 45
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 </row>
14283 </lyxtabular>
14284
14285 \end_inset
14286
14287
14288 \end_layout
14289
14290 \begin_layout Standard
14291 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14292  muss.
14293  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14294  wie in in dieser Tabelle:
14295 \end_layout
14296
14297 \begin_layout Standard
14298 \noindent
14299 \align center
14300 \begin_inset Tabular
14301 <lyxtabular version="3" rows="2" columns="2">
14302 <features tabularvalignment="middle">
14303 <column alignment="center" valignment="top" width="0pt">
14304 <column alignment="center" valignment="top">
14305 <row>
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 \begin_inset ERT
14311 status collapsed
14312
14313 \begin_layout Plain Layout
14314
14315
14316 \backslash
14317 diagbox{
14318 \end_layout
14319
14320 \end_inset
14321
14322 A
14323 \begin_inset ERT
14324 status collapsed
14325
14326 \begin_layout Plain Layout
14327
14328 }{
14329 \end_layout
14330
14331 \end_inset
14332
14333 B
14334 \begin_inset ERT
14335 status collapsed
14336
14337 \begin_layout Plain Layout
14338
14339 }
14340 \end_layout
14341
14342 \end_inset
14343
14344
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 Dicke in nm
14354 \end_layout
14355
14356 \end_inset
14357 </cell>
14358 </row>
14359 <row>
14360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 Perfekt Grün
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373 45
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 </row>
14379 </lyxtabular>
14380
14381 \end_inset
14382
14383
14384 \end_layout
14385
14386 \begin_layout Standard
14387 Verwenden Sie in diesem Fall die Option 
14388 \series bold
14389 width
14390 \series default
14391  des Befehls 
14392 \series bold
14393
14394 \backslash
14395 diagbox
14396 \series default
14397 .
14398  Es ist dabei nicht notwendig, 2
14399 \backslash
14400 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14401  ist.
14402  In dieser Tabelle wird eine Breite von 3
14403 \begin_inset space \thinspace{}
14404 \end_inset
14405
14406 cm verwendet:
14407 \end_layout
14408
14409 \begin_layout Standard
14410 \noindent
14411 \align center
14412 \begin_inset Tabular
14413 <lyxtabular version="3" rows="2" columns="2">
14414 <features tabularvalignment="middle">
14415 <column alignment="center" valignment="top" width="0pt">
14416 <column alignment="center" valignment="top">
14417 <row>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 \begin_inset ERT
14423 status open
14424
14425 \begin_layout Plain Layout
14426
14427
14428 \backslash
14429 diagbox[width=3cm]{
14430 \end_layout
14431
14432 \end_inset
14433
14434 A
14435 \begin_inset ERT
14436 status collapsed
14437
14438 \begin_layout Plain Layout
14439
14440 }{
14441 \end_layout
14442
14443 \end_inset
14444
14445 B
14446 \begin_inset ERT
14447 status collapsed
14448
14449 \begin_layout Plain Layout
14450
14451 }
14452 \end_layout
14453
14454 \end_inset
14455
14456
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 Dicke in nm
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 </row>
14471 <row>
14472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Plain Layout
14476 Perfekt Grün
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485 45
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 </row>
14491 </lyxtabular>
14492
14493 \end_inset
14494
14495
14496 \end_layout
14497
14498 \begin_layout Standard
14499 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14500  Text in der Zelle unterzubringen.
14501  Dies wird mit der 
14502 \series bold
14503
14504 \backslash
14505 diagbox
14506 \series default
14507 -Option 
14508 \series bold
14509 height=3cm
14510 \series default
14511  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14512  In der folgenden Tabelle wird der Befehl
14513 \end_layout
14514
14515 \begin_layout Standard
14516
14517 \series bold
14518
14519 \backslash
14520 diagbox[width=3cm,height=1.4cm]{A
14521 \backslash
14522
14523 \backslash
14524 B}{C
14525 \backslash
14526
14527 \backslash
14528 D}
14529 \end_layout
14530
14531 \begin_layout Standard
14532 in der ersten Zelle verwendet.
14533  Der Befehl 
14534 \series bold
14535
14536 \backslash
14537
14538 \backslash
14539
14540 \series default
14541  erzeugt hierbei den Zeilenumbruch.
14542 \begin_inset Foot
14543 status collapsed
14544
14545 \begin_layout Plain Layout
14546 Zeilen mit 
14547 \family sans
14548 Strg+Enter
14549 \family default
14550  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14551 \end_layout
14552
14553 \end_inset
14554
14555
14556 \end_layout
14557
14558 \begin_layout Standard
14559 \noindent
14560 \align center
14561 \begin_inset Tabular
14562 <lyxtabular version="3" rows="2" columns="2">
14563 <features tabularvalignment="middle">
14564 <column alignment="center" valignment="top">
14565 <column alignment="center" valignment="top">
14566 <row>
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 \begin_inset ERT
14572 status open
14573
14574 \begin_layout Plain Layout
14575
14576
14577 \backslash
14578 diagbox[width=3cm,height=1.4cm]{
14579 \end_layout
14580
14581 \end_inset
14582
14583 A
14584 \begin_inset ERT
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588
14589
14590 \backslash
14591
14592 \backslash
14593
14594 \end_layout
14595
14596 \end_inset
14597
14598 B
14599 \begin_inset ERT
14600 status collapsed
14601
14602 \begin_layout Plain Layout
14603
14604 }{
14605 \end_layout
14606
14607 \end_inset
14608
14609 C
14610 \begin_inset ERT
14611 status collapsed
14612
14613 \begin_layout Plain Layout
14614
14615
14616 \backslash
14617
14618 \backslash
14619
14620 \end_layout
14621
14622 \end_inset
14623
14624 D
14625 \begin_inset ERT
14626 status collapsed
14627
14628 \begin_layout Plain Layout
14629
14630 }
14631 \end_layout
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644 Dicke in nm
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 </row>
14650 <row>
14651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655 Perfekt Grün
14656 \end_layout
14657
14658 \end_inset
14659 </cell>
14660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664 45
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 </row>
14670 </lyxtabular>
14671
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \begin_layout Standard
14678 \begin_inset ERT
14679 status collapsed
14680
14681 \begin_layout Plain Layout
14682
14683
14684 \backslash
14685 else
14686 \end_layout
14687
14688 \end_inset
14689
14690
14691 \begin_inset Note Note
14692 status open
14693
14694 \begin_layout Plain Layout
14695 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14696 -Paket 
14697 \series bold
14698 diagbox
14699 \series default
14700  nicht installiert ist:
14701 \end_layout
14702
14703 \end_inset
14704
14705
14706 \end_layout
14707
14708 \begin_layout Standard
14709 Sie müssen das \SpecialChar LaTeX
14710 -Paket 
14711 \series bold
14712 diagbox
14713 \series default
14714  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14715 \end_layout
14716
14717 \begin_layout Standard
14718 \begin_inset ERT
14719 status collapsed
14720
14721 \begin_layout Plain Layout
14722
14723
14724 \backslash
14725 fi
14726 \end_layout
14727
14728 \end_inset
14729
14730
14731 \end_layout
14732
14733 \begin_layout Standard
14734 Für mehr Informationen über das \SpecialChar LaTeX
14735 -Paket 
14736 \series bold
14737 diagbox
14738 \series default
14739 , siehe dessen Dokumentation, 
14740 \begin_inset CommandInset citation
14741 LatexCommand cite
14742 key "diagbox"
14743 literal "true"
14744
14745 \end_inset
14746
14747 .
14748 \end_layout
14749
14750 \begin_layout Section
14751 Formale Tabellen
14752 \begin_inset CommandInset label
14753 LatexCommand label
14754 name "abs:Formale-Tabellen"
14755
14756 \end_inset
14757
14758
14759 \begin_inset Index idx
14760 status collapsed
14761
14762 \begin_layout Plain Layout
14763 Tabellen ! Formale
14764 \end_layout
14765
14766 \end_inset
14767
14768
14769 \end_layout
14770
14771 \begin_layout Standard
14772 Tabellen werden in Büchern oft wie Tabelle
14773 \begin_inset space ~
14774 \end_inset
14775
14776
14777 \begin_inset CommandInset ref
14778 LatexCommand ref
14779 reference "tab:Formale-Tabelle"
14780
14781 \end_inset
14782
14783  gesetzt.
14784  Diese Tabellen werden
14785 \emph on
14786  formal
14787 \emph default
14788  genannt.
14789  Formale Tabellen bekommen Sie, wenn Sie im 
14790 \family sans
14791 Tabellen-Einstellungen
14792 \family default
14793 -Dialog auf der Karteikarte 
14794 \family sans
14795 Rahmen
14796 \family default
14797  den 
14798 \family sans
14799 Stil
14800 \family default
14801  
14802 \family sans
14803 Formal
14804 \family default
14805  ankreuzen.
14806 \end_layout
14807
14808 \begin_layout Standard
14809 \begin_inset Float table
14810 placement h
14811 wide false
14812 sideways false
14813 status open
14814
14815 \begin_layout Plain Layout
14816 \begin_inset Caption Standard
14817
14818 \begin_layout Plain Layout
14819 \begin_inset CommandInset label
14820 LatexCommand label
14821 name "tab:Formale-Tabelle"
14822
14823 \end_inset
14824
14825 Formale Tabelle
14826 \end_layout
14827
14828 \end_inset
14829
14830
14831 \end_layout
14832
14833 \begin_layout Plain Layout
14834 \align center
14835 \begin_inset Tabular
14836 <lyxtabular version="3" rows="8" columns="4">
14837 <features booktabs="true" tabularvalignment="middle">
14838 <column alignment="center" valignment="top">
14839 <column alignment="right" valignment="top">
14840 <column alignment="right" valignment="top">
14841 <column alignment="right" valignment="top">
14842 <row>
14843 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Plain Layout
14847 System
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 <cell alignment="center" valignment="top" topline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856 Chip
14857 \begin_inset space \thinspace{}
14858 \end_inset
14859
14860 1
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869 Chip
14870 \begin_inset space \thinspace{}
14871 \end_inset
14872
14873 2
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Plain Layout
14882
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 </row>
14888 <row>
14889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893 \begin_inset ERT
14894 status collapsed
14895
14896 \begin_layout Plain Layout
14897
14898
14899 \backslash
14900 cmidrule(r){2-2}
14901 \end_layout
14902
14903 \end_inset
14904
14905
14906 \begin_inset ERT
14907 status collapsed
14908
14909 \begin_layout Plain Layout
14910
14911
14912 \backslash
14913 cmidrule(l){3-4}
14914 \end_layout
14915
14916 \end_inset
14917
14918 Detektordicke in µm
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell alignment="center" valignment="top" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 300
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 300
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 700
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 </row>
14951 <row>
14952 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956 Kantenwinkel in °
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" topline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965 3.55
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 <cell alignment="center" valignment="top" topline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974 2.71
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell alignment="center" valignment="top" topline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 7.99
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 </row>
14989 <row topspace="default">
14990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 räumliche Auf\SpecialChar ligaturebreak
14995 lösung in µm
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 <cell alignment="center" valignment="top" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 4.26
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 10.17
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022 10.56
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 </row>
15028 <row topspace="default">
15029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 MTF bei 
15034 \begin_inset Formula $f_{\mathrm{max}}$
15035 \end_inset
15036
15037
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046 0.53
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell alignment="center" valignment="top" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055 0.37
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 <cell alignment="center" valignment="top" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064 0.39
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 </row>
15070 <row topspace="default">
15071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 \begin_inset ERT
15076 status collapsed
15077
15078 \begin_layout Plain Layout
15079
15080
15081 \backslash
15082 cmidrule[2pt](l{10pt}){1-1}
15083 \end_layout
15084
15085 \end_inset
15086
15087 LSF räumliche Auf\SpecialChar ligaturebreak
15088 lösung
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 </row>
15121 <row>
15122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126 in µm
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 <cell alignment="center" valignment="top" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135 129.7
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 52.75
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 <cell alignment="center" valignment="top" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153 50.78
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 </row>
15159 <row>
15160 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164 in % der Pixelgröße
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173 76.3
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Plain Layout
15182 95.9
15183 \end_layout
15184
15185 \end_inset
15186 </cell>
15187 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191 92.3
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 </row>
15197 </lyxtabular>
15198
15199 \end_inset
15200
15201
15202 \end_layout
15203
15204 \end_inset
15205
15206
15207 \end_layout
15208
15209 \begin_layout Standard
15210 Abstände zu Tabellenzeilen können auf der Karteikarte 
15211 \family sans
15212 Rahmen
15213 \family default
15214  des 
15215 \family sans
15216 Tabellen-Ein\SpecialChar softhyphen
15217 stel\SpecialChar softhyphen
15218 lun\SpecialChar softhyphen
15219 gen
15220 \family default
15221 -Dialogs hinzugefügt werden, wie in Abschnitt
15222 \begin_inset space ~
15223 \end_inset
15224
15225
15226 \begin_inset CommandInset ref
15227 LatexCommand ref
15228 reference "uab:Zeilenabstand"
15229
15230 \end_inset
15231
15232  beschrieben.
15233 \end_layout
15234
15235 \begin_layout Standard
15236 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15237  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15238  gedruckt aber anders aus.
15239  Die erste und letzte Linie ist 0.08
15240 \begin_inset space \thinspace{}
15241 \end_inset
15242
15243 em dick, während die anderen 0.05
15244 \begin_inset space \thinspace{}
15245 \end_inset
15246
15247 em dick sind.
15248 \end_layout
15249
15250 \begin_layout Standard
15251 Die Standarddicken können im \SpecialChar LaTeX
15252 -Vorspann geändert werden:
15253 \end_layout
15254
15255 \begin_layout Standard
15256
15257 \series bold
15258
15259 \backslash
15260 let
15261 \backslash
15262 mytoprule
15263 \backslash
15264 toprule
15265 \begin_inset Newline newline
15266 \end_inset
15267
15268
15269 \backslash
15270 renewcommand{
15271 \backslash
15272 toprule}{
15273 \backslash
15274 mytoprule[Breite]}
15275 \end_layout
15276
15277 \begin_layout Standard
15278 Dies Beispiel gilt für die oberste Linie, genannt 
15279 \series bold
15280 toprule
15281 \series default
15282 .
15283  Für die letzte müssen Sie 
15284 \series bold
15285 toprule
15286 \series default
15287  durch 
15288 \series bold
15289 bottomrule
15290 \series default
15291  ersetzen.
15292  Die Linien dazwischen heißen 
15293 \series bold
15294 midrule
15295 \series default
15296 .
15297  Für 
15298 \family sans
15299 Breite
15300 \family default
15301  können Sie alle Einheiten benutzen, die in Anhang
15302 \begin_inset space ~
15303 \end_inset
15304
15305
15306 \begin_inset CommandInset ref
15307 LatexCommand ref
15308 reference "kap:In-LyX-verfügbare"
15309
15310 \end_inset
15311
15312  aufgelistet sind.
15313 \end_layout
15314
15315 \begin_layout Standard
15316 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15317  eine Linie unter einer Mehrfachspalte.
15318  \SpecialChar LyX
15319  wird intern den Befehl 
15320 \series bold
15321
15322 \backslash
15323 cmidrule
15324 \series default
15325  benutzen, um diese Linie zu drucken.
15326  Der ganze Befehl sieht so aus:
15327 \end_layout
15328
15329 \begin_layout Standard
15330
15331 \series bold
15332
15333 \backslash
15334 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15335 \end_layout
15336
15337 \begin_layout Standard
15338 Die 
15339 \series bold
15340
15341 \backslash
15342 cmidrule
15343 \series default
15344 -Optionen werden (noch) nicht von \SpecialChar LyX
15345  unterstützt, also müssen Sie \SpecialChar TeX
15346 -Code benutzen.
15347  
15348 \series bold
15349
15350 \backslash
15351 cmidrule
15352 \series default
15353  kann man benutzen, indem man den Befehl als \SpecialChar TeX
15354 -Code als erstes in die erste
15355  Zelle einer Zeile einfügt.
15356  Die Linie wird dann über der Zeile gedruckt.
15357 \end_layout
15358
15359 \begin_layout Standard
15360 Der Standardwert der optionalen 
15361 \series bold
15362 Höhe
15363 \series default
15364  ist 0.03
15365 \begin_inset space \thinspace{}
15366 \end_inset
15367
15368 em.
15369  Die Linie reicht von 
15370 \series bold
15371 Anfangsspalte
15372 \series default
15373  bis 
15374 \series bold
15375 Endspalte
15376 \series default
15377 .
15378  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15379  Die 
15380 \series bold
15381 Endspalte
15382 \series default
15383  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15384  Der optionale Parameter 
15385 \series bold
15386 trim
15387 \series default
15388  kann die Werte 
15389 \emph on
15390 r
15391 \emph default
15392
15393 \emph on
15394 r{Breite}
15395 \emph default
15396
15397 \emph on
15398 l
15399 \family typewriter
15400 \emph default
15401  
15402 \family default
15403 oder 
15404 \emph on
15405 l{Breite}
15406 \emph default
15407  annehmen, wobei die 
15408 \emph on
15409 Breite
15410 \emph default
15411  optional ist.
15412  
15413 \emph on
15414 l{2pt}
15415 \emph default
15416  zum Beispiel bedeutet, dass die Linie links um 2
15417 \begin_inset space \thinspace{}
15418 \end_inset
15419
15420 pt gekürzt wird.
15421  Ohne Breitenangabe wird die Linie um 0.5
15422 \begin_inset space \thinspace{}
15423 \end_inset
15424
15425 em gekürzt.
15426 \end_layout
15427
15428 \begin_layout Standard
15429 \begin_inset VSpace bigskip
15430 \end_inset
15431
15432 In Tabelle
15433 \begin_inset space ~
15434 \end_inset
15435
15436
15437 \begin_inset CommandInset ref
15438 LatexCommand ref
15439 reference "tab:Formale-Tabelle"
15440
15441 \end_inset
15442
15443  wurden die Befehle
15444 \end_layout
15445
15446 \begin_layout Standard
15447
15448 \series bold
15449
15450 \backslash
15451 cmidrule(r){2-2}
15452 \backslash
15453 cmidrule(l){3-4}
15454 \end_layout
15455
15456 \begin_layout Standard
15457 am Anfang der zweiten Zeile und
15458 \end_layout
15459
15460 \begin_layout Standard
15461
15462 \series bold
15463
15464 \backslash
15465 cmidrule[2pt](l{10pt}){1-1}
15466 \end_layout
15467
15468 \begin_layout Standard
15469 in der sechsten benutzt.
15470 \end_layout
15471
15472 \begin_layout Standard
15473 \begin_inset VSpace bigskip
15474 \end_inset
15475
15476
15477 \end_layout
15478
15479 \begin_layout Standard
15480 Sie können mit 
15481 \series bold
15482
15483 \backslash
15484 cmidrule
15485 \series default
15486  auch überlappende Linien wie in Tabelle
15487 \begin_inset space ~
15488 \end_inset
15489
15490
15491 \begin_inset CommandInset ref
15492 LatexCommand ref
15493 reference "tab:Special-booktabs-table"
15494
15495 \end_inset
15496
15497  definieren.
15498  Der Befehl ist:
15499 \end_layout
15500
15501 \begin_layout Standard
15502
15503 \series bold
15504
15505 \backslash
15506 morecmidrules
15507 \end_layout
15508
15509 \begin_layout Standard
15510 In Zeile zwei der Tabelle
15511 \begin_inset space ~
15512 \end_inset
15513
15514
15515 \begin_inset CommandInset ref
15516 LatexCommand ref
15517 reference "tab:Special-booktabs-table"
15518
15519 \end_inset
15520
15521  wurde folgender Befehl benutzt:
15522 \end_layout
15523
15524 \begin_layout Standard
15525
15526 \series bold
15527
15528 \backslash
15529 cmidrule(r){2-2}
15530 \backslash
15531 cmidrule(l){3-4}
15532 \backslash
15533 morecmidrules
15534 \begin_inset Newline newline
15535 \end_inset
15536
15537
15538 \backslash
15539 cmidrule{2-4}
15540 \end_layout
15541
15542 \begin_layout Standard
15543 und in Zeile sechs:
15544 \end_layout
15545
15546 \begin_layout Standard
15547
15548 \series bold
15549
15550 \backslash
15551 midrule
15552 \backslash
15553 morecmidrules
15554 \backslash
15555 cmidrule{3-4}
15556 \end_layout
15557
15558 \begin_layout Standard
15559 \begin_inset VSpace bigskip
15560 \end_inset
15561
15562
15563 \end_layout
15564
15565 \begin_layout Standard
15566 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15567  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15568 \end_layout
15569
15570 \begin_layout Standard
15571
15572 \series bold
15573
15574 \backslash
15575 specialrule{Dicke}{Abstand davor}{Abstand danach}
15576 \end_layout
15577
15578 \begin_layout Standard
15579 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15580 -Pakets 
15581 \series bold
15582 booktabs
15583 \series default
15584  
15585 \begin_inset CommandInset citation
15586 LatexCommand cite
15587 key "booktabs"
15588 literal "true"
15589
15590 \end_inset
15591
15592 .
15593 \begin_inset Index idx
15594 status collapsed
15595
15596 \begin_layout Plain Layout
15597 \SpecialChar LaTeX
15598 -Pakete ! booktabs
15599 \end_layout
15600
15601 \end_inset
15602
15603
15604 \end_layout
15605
15606 \begin_layout Standard
15607 \begin_inset Float table
15608 placement h
15609 wide false
15610 sideways false
15611 status open
15612
15613 \begin_layout Plain Layout
15614 \begin_inset Caption Standard
15615
15616 \begin_layout Plain Layout
15617 \begin_inset CommandInset label
15618 LatexCommand label
15619 name "tab:Special-booktabs-table"
15620
15621 \end_inset
15622
15623 Eine spezielle formale Tabelle
15624 \end_layout
15625
15626 \end_inset
15627
15628
15629 \end_layout
15630
15631 \begin_layout Plain Layout
15632 \align center
15633 \begin_inset Tabular
15634 <lyxtabular version="3" rows="8" columns="4">
15635 <features booktabs="true" tabularvalignment="middle">
15636 <column alignment="center" valignment="top">
15637 <column alignment="center" valignment="top">
15638 <column alignment="right" valignment="top">
15639 <column alignment="right" valignment="top">
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645 System
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 <cell alignment="center" valignment="top" topline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Plain Layout
15654 Chip
15655 \begin_inset space \thinspace{}
15656 \end_inset
15657
15658 1
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Plain Layout
15667 Chip
15668 \begin_inset space \thinspace{}
15669 \end_inset
15670
15671 2
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 </row>
15686 <row>
15687 <cell alignment="center" valignment="top" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691 \begin_inset ERT
15692 status collapsed
15693
15694 \begin_layout Plain Layout
15695
15696
15697 \backslash
15698 cmidrule(r){2-2}
15699 \end_layout
15700
15701 \end_inset
15702
15703
15704 \begin_inset ERT
15705 status collapsed
15706
15707 \begin_layout Plain Layout
15708
15709
15710 \backslash
15711 cmidrule(l){3-4}
15712 \end_layout
15713
15714 \end_inset
15715
15716
15717 \begin_inset ERT
15718 status collapsed
15719
15720 \begin_layout Plain Layout
15721
15722
15723 \backslash
15724 morecmidrules 
15725 \end_layout
15726
15727 \end_inset
15728
15729
15730 \begin_inset ERT
15731 status collapsed
15732
15733 \begin_layout Plain Layout
15734
15735
15736 \backslash
15737 cmidrule{2-4}
15738 \end_layout
15739
15740 \end_inset
15741
15742 Detektordicke in µm
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 300
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 300
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 700
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 </row>
15775 <row>
15776 <cell alignment="center" valignment="top" topline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780 Kantenwinkel in °
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" topline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 3,55
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" topline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798 2,71
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 <cell alignment="center" valignment="top" topline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 7,99
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 </row>
15813 <row topspace="default">
15814 <cell alignment="center" valignment="top" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818 räumliche Auf\SpecialChar ligaturebreak
15819 lösung in µm
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 4,26
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 <cell alignment="center" valignment="top" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837 10,17
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell alignment="center" valignment="top" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 10,56
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 </row>
15852 <row topspace="default">
15853 <cell alignment="center" valignment="top" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 MTF bei 
15858 \begin_inset Formula $f_{\mathrm{max}}$
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870 0,53
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 <cell alignment="center" valignment="top" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879 0,37
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 0,39
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 </row>
15894 <row>
15895 <cell alignment="center" valignment="top" topline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 \begin_inset ERT
15900 status collapsed
15901
15902 \begin_layout Plain Layout
15903
15904
15905 \backslash
15906 morecmidrules 
15907 \end_layout
15908
15909 \end_inset
15910
15911
15912 \begin_inset ERT
15913 status collapsed
15914
15915 \begin_layout Plain Layout
15916
15917
15918 \backslash
15919 cmidrule{3-4}
15920 \end_layout
15921
15922 \end_inset
15923
15924 LSF-räumliche Auf\SpecialChar ligaturebreak
15925 lösung
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 </row>
15958 <row>
15959 <cell alignment="center" valignment="top" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963 in µm
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 <cell alignment="center" valignment="top" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972 129,7
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 52,75
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990 50,78
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 </row>
15996 <row>
15997 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001 in % der Pixelgröße
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 76,3
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 95,9
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 92,3
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 </row>
16034 </lyxtabular>
16035
16036 \end_inset
16037
16038
16039 \end_layout
16040
16041 \end_inset
16042
16043
16044 \end_layout
16045
16046 \begin_layout Section
16047 Vertikale Tabellen-Ausrichtung
16048 \begin_inset Index idx
16049 status collapsed
16050
16051 \begin_layout Plain Layout
16052 Tabellen ! Ausrichtung
16053 \end_layout
16054
16055 \end_inset
16056
16057
16058 \end_layout
16059
16060 \begin_layout Standard
16061 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16062  einer Box sein.
16063  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16064 \begin_inset space ~
16065 \end_inset
16066
16067
16068 \begin_inset CommandInset ref
16069 LatexCommand ref
16070 reference "abs:Box-Dialog"
16071
16072 \end_inset
16073
16074  beschrieben.
16075 \end_layout
16076
16077 \begin_layout Standard
16078 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16079 \begin_inset Foot
16080 status collapsed
16081
16082 \begin_layout Plain Layout
16083 Minipages werden in Abschnitt
16084 \begin_inset space ~
16085 \end_inset
16086
16087
16088 \begin_inset CommandInset ref
16089 LatexCommand ref
16090 reference "abs:Minipage"
16091
16092 \end_inset
16093
16094  beschrieben.
16095 \end_layout
16096
16097 \end_inset
16098
16099  mit 15
16100 \begin_inset space \thinspace{}
16101 \end_inset
16102
16103 col%-Breite:
16104 \end_layout
16105
16106 \begin_layout Itemize
16107 Test 
16108 \begin_inset Box Frameless
16109 position "t"
16110 hor_pos "c"
16111 has_inner_box 1
16112 inner_pos "c"
16113 use_parbox 0
16114 use_makebox 0
16115 width "15col%"
16116 special "none"
16117 height "1in"
16118 height_special "totalheight"
16119 thickness "0.4pt"
16120 separation "3pt"
16121 shadowsize "4pt"
16122 framecolor "black"
16123 backgroundcolor "none"
16124 status collapsed
16125
16126 \begin_layout Plain Layout
16127 \begin_inset Tabular
16128 <lyxtabular version="3" rows="3" columns="3">
16129 <features tabularvalignment="middle">
16130 <column alignment="center" valignment="top">
16131 <column alignment="center" valignment="top">
16132 <column alignment="center" valignment="top">
16133 <row>
16134 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138 Tabelle 1
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 <row>
16163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167 b
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 e
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 h
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 </row>
16191 <row>
16192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196 c
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205 f
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214 i
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 </row>
16220 </lyxtabular>
16221
16222 \end_inset
16223
16224
16225 \end_layout
16226
16227 \end_inset
16228
16229  Test 
16230 \begin_inset ERT
16231 status collapsed
16232
16233 \begin_layout Plain Layout
16234
16235
16236 \backslash
16237 raisebox{0.85
16238 \backslash
16239 baselineskip}{
16240 \end_layout
16241
16242 \end_inset
16243
16244
16245 \begin_inset Box Frameless
16246 position "t"
16247 hor_pos "c"
16248 has_inner_box 1
16249 inner_pos "c"
16250 use_parbox 0
16251 use_makebox 0
16252 width "15col%"
16253 special "none"
16254 height "1in"
16255 height_special "totalheight"
16256 thickness "0.4pt"
16257 separation "3pt"
16258 shadowsize "4pt"
16259 framecolor "black"
16260 backgroundcolor "none"
16261 status collapsed
16262
16263 \begin_layout Plain Layout
16264 \begin_inset Tabular
16265 <lyxtabular version="3" rows="3" columns="3">
16266 <features tabularvalignment="middle">
16267 <column alignment="center" valignment="top">
16268 <column alignment="center" valignment="top">
16269 <column alignment="center" valignment="top">
16270 <row>
16271 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16272 \begin_inset Text
16273
16274 \begin_layout Plain Layout
16275 Tabelle 2
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Plain Layout
16284
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16290 \begin_inset Text
16291
16292 \begin_layout Plain Layout
16293
16294 \end_layout
16295
16296 \end_inset
16297 </cell>
16298 </row>
16299 <row>
16300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Plain Layout
16304 b
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313 e
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322 h
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 </row>
16328 <row>
16329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 c
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342 f
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Plain Layout
16351 i
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 </row>
16357 </lyxtabular>
16358
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \end_inset
16365
16366
16367 \begin_inset ERT
16368 status collapsed
16369
16370 \begin_layout Plain Layout
16371
16372 }
16373 \end_layout
16374
16375 \end_inset
16376
16377
16378 \end_layout
16379
16380 \begin_layout Itemize
16381 Test 
16382 \begin_inset Box Frameless
16383 position "c"
16384 hor_pos "c"
16385 has_inner_box 1
16386 inner_pos "c"
16387 use_parbox 0
16388 use_makebox 0
16389 width "15col%"
16390 special "none"
16391 height "1in"
16392 height_special "totalheight"
16393 thickness "0.4pt"
16394 separation "3pt"
16395 shadowsize "4pt"
16396 framecolor "black"
16397 backgroundcolor "none"
16398 status collapsed
16399
16400 \begin_layout Plain Layout
16401 \begin_inset Tabular
16402 <lyxtabular version="3" rows="3" columns="3">
16403 <features tabularvalignment="middle">
16404 <column alignment="center" valignment="top">
16405 <column alignment="center" valignment="top">
16406 <column alignment="center" valignment="top">
16407 <row>
16408 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 Tabelle 3
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 </row>
16436 <row>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 b
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 e
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 h
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 </row>
16465 <row>
16466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 c
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479 f
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 i
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 </lyxtabular>
16495
16496 \end_inset
16497
16498
16499 \end_layout
16500
16501 \end_inset
16502
16503
16504 \end_layout
16505
16506 \begin_layout Itemize
16507 Test 
16508 \begin_inset Box Frameless
16509 position "b"
16510 hor_pos "c"
16511 has_inner_box 1
16512 inner_pos "c"
16513 use_parbox 0
16514 use_makebox 0
16515 width "15col%"
16516 special "none"
16517 height "1in"
16518 height_special "totalheight"
16519 thickness "0.4pt"
16520 separation "3pt"
16521 shadowsize "4pt"
16522 framecolor "black"
16523 backgroundcolor "none"
16524 status collapsed
16525
16526 \begin_layout Plain Layout
16527 \begin_inset Tabular
16528 <lyxtabular version="3" rows="3" columns="3">
16529 <features tabularvalignment="middle">
16530 <column alignment="center" valignment="top">
16531 <column alignment="center" valignment="top">
16532 <column alignment="center" valignment="top">
16533 <row>
16534 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 Tabelle 4
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 </row>
16562 <row>
16563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567 b
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 e
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 h
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 <row>
16592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596 c
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 f
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 i
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 </row>
16620 </lyxtabular>
16621
16622 \end_inset
16623
16624
16625 \end_layout
16626
16627 \end_inset
16628
16629 Test 
16630 \begin_inset ERT
16631 status collapsed
16632
16633 \begin_layout Plain Layout
16634
16635
16636 \backslash
16637 raisebox{-0.32
16638 \backslash
16639 baselineskip}{
16640 \end_layout
16641
16642 \end_inset
16643
16644
16645 \begin_inset Box Frameless
16646 position "b"
16647 hor_pos "c"
16648 has_inner_box 1
16649 inner_pos "c"
16650 use_parbox 0
16651 use_makebox 0
16652 width "15col%"
16653 special "none"
16654 height "1in"
16655 height_special "totalheight"
16656 thickness "0.4pt"
16657 separation "3pt"
16658 shadowsize "4pt"
16659 framecolor "black"
16660 backgroundcolor "none"
16661 status collapsed
16662
16663 \begin_layout Plain Layout
16664 \begin_inset Tabular
16665 <lyxtabular version="3" rows="3" columns="3">
16666 <features tabularvalignment="middle">
16667 <column alignment="center" valignment="top">
16668 <column alignment="center" valignment="top">
16669 <column alignment="center" valignment="top">
16670 <row>
16671 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675 Tabelle 5
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 </row>
16699 <row>
16700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704 b
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 e
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 h
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 </row>
16728 <row>
16729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733 c
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742 f
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751 i
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 </row>
16757 </lyxtabular>
16758
16759 \end_inset
16760
16761
16762 \end_layout
16763
16764 \end_inset
16765
16766
16767 \begin_inset ERT
16768 status collapsed
16769
16770 \begin_layout Plain Layout
16771
16772 }
16773 \end_layout
16774
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \begin_layout Standard
16781 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16782 \begin_inset space \space{}
16783 \end_inset
16784
16785 1 und letzten Zeile von Tabelle
16786 \begin_inset space \space{}
16787 \end_inset
16788
16789 4 bezüglich dem Wort 
16790 \begin_inset Quotes gld
16791 \end_inset
16792
16793 Test
16794 \begin_inset Quotes grd
16795 \end_inset
16796
16797  nicht richtig ausgerichtet.
16798  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16799 \begin_inset Quotes gld
16800 \end_inset
16801
16802 Raisebox
16803 \begin_inset Quotes grd
16804 \end_inset
16805
16806
16807 \begin_inset Foot
16808 status collapsed
16809
16810 \begin_layout Plain Layout
16811 Raiseboxen werden in Abschnitt
16812 \begin_inset space ~
16813 \end_inset
16814
16815
16816 \begin_inset CommandInset ref
16817 LatexCommand ref
16818 reference "uab:Vertikale-Ausrichtung"
16819
16820 \end_inset
16821
16822  beschrieben.
16823 \end_layout
16824
16825 \end_inset
16826
16827  setzen.
16828  In Tabelle
16829 \begin_inset space \space{}
16830 \end_inset
16831
16832 2 wurde der Text mit dem Befehl
16833 \end_layout
16834
16835 \begin_layout Standard
16836
16837 \series bold
16838
16839 \backslash
16840 raisebox{0.85
16841 \backslash
16842 baselineskip}{
16843 \end_layout
16844
16845 \begin_layout Standard
16846 vor der Box ausgerichtet.
16847  Hinter der Box wurde auch noch 
16848 \series bold
16849 }
16850 \series default
16851  als \SpecialChar TeX
16852 -Code eingefügt, weil der obige Befehl mit 
16853 \series bold
16854 {
16855 \series default
16856  aufhörte.
16857  Für Tabelle
16858 \begin_inset space \space{}
16859 \end_inset
16860
16861 5 wurde der Befehl
16862 \end_layout
16863
16864 \begin_layout Standard
16865
16866 \series bold
16867
16868 \backslash
16869 raisebox{-0.32
16870 \backslash
16871 baselineskip}{
16872 \end_layout
16873
16874 \begin_layout Standard
16875 benutzt.
16876 \end_layout
16877
16878 \begin_layout Standard
16879 \begin_inset Note Greyedout
16880 status open
16881
16882 \begin_layout Plain Layout
16883
16884 \series bold
16885 Bemerkung:
16886 \series default
16887  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16888  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16889  Der Faktor im 
16890 \series bold
16891
16892 \backslash
16893 raisebox
16894 \series default
16895 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16896 \end_layout
16897
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \begin_layout Section
16904 Farbige Tabellen
16905 \begin_inset CommandInset label
16906 LatexCommand label
16907 name "abs:Farbige-Tabellen"
16908
16909 \end_inset
16910
16911
16912 \begin_inset Index idx
16913 status collapsed
16914
16915 \begin_layout Plain Layout
16916 Tabellen ! farbige
16917 \end_layout
16918
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \begin_layout Subsection
16925 Farbige Zellen
16926 \begin_inset Index idx
16927 status collapsed
16928
16929 \begin_layout Plain Layout
16930 farbige !  Tabellenzellen
16931 \end_layout
16932
16933 \end_inset
16934
16935
16936 \end_layout
16937
16938 \begin_layout Standard
16939 \begin_inset Float table
16940 placement h
16941 wide false
16942 sideways false
16943 status open
16944
16945 \begin_layout Plain Layout
16946 \begin_inset Caption Standard
16947
16948 \begin_layout Plain Layout
16949 \begin_inset CommandInset label
16950 LatexCommand label
16951 name "tab:Farbige-Tabelle-ohne"
16952
16953 \end_inset
16954
16955 Farbige Tabelle, ohne Paket 
16956 \series bold
16957 colortbl
16958 \series default
16959
16960 \begin_inset Argument 1
16961 status collapsed
16962
16963 \begin_layout Plain Layout
16964 Tabelle ohne 
16965 \family typewriter
16966 colortbl
16967 \end_layout
16968
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \begin_layout Plain Layout
16980 \align center
16981 \begin_inset Tabular
16982 <lyxtabular version="3" rows="3" columns="3">
16983 <features tabularvalignment="middle">
16984 <column alignment="center" valignment="top">
16985 <column alignment="center" valignment="top">
16986 <column alignment="center" valignment="top">
16987 <row>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992
16993 \color green
16994 a
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003
17004 \color red
17005 b
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014
17015 \color red
17016 c
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027
17028 \color green
17029 d
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038
17039 \color blue
17040 e
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17046 \begin_inset Text
17047
17048 \begin_layout Plain Layout
17049
17050 \color blue
17051 f
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \color green
17064 g
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073
17074 \color blue
17075 h
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Plain Layout
17084
17085 \color blue
17086 i
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 </row>
17092 </lyxtabular>
17093
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \end_inset
17100
17101
17102 \end_layout
17103
17104 \begin_layout Standard
17105 Wenn Sie nur farbigen Text
17106 \begin_inset Index idx
17107 status collapsed
17108
17109 \begin_layout Plain Layout
17110 Farbe ! für Text
17111 \end_layout
17112
17113 \end_inset
17114
17115  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17116 \family sans
17117 Textstil
17118 \family default
17119 -Dialog (Werkzeugleistenknopf 
17120 \begin_inset Info
17121 type  "icon"
17122 arg   "dialog-show character"
17123 \end_inset
17124
17125 ) wie es in Tabelle
17126 \begin_inset space ~
17127 \end_inset
17128
17129
17130 \begin_inset CommandInset ref
17131 LatexCommand ref
17132 reference "tab:Farbige-Tabelle-ohne"
17133
17134 \end_inset
17135
17136  gemacht wurde.
17137  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17138 -Paket 
17139 \series bold
17140 colortbl
17141 \series default
17142  benutzen.
17143 \begin_inset Index idx
17144 status collapsed
17145
17146 \begin_layout Plain Layout
17147 \SpecialChar LaTeX
17148 -Pakete ! colortbl
17149 \end_layout
17150
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \begin_layout Standard
17157 \begin_inset ERT
17158 status collapsed
17159
17160 \begin_layout Plain Layout
17161
17162
17163 \backslash
17164 ifcolortbl
17165 \end_layout
17166
17167 \end_inset
17168
17169
17170 \begin_inset Note Note
17171 status open
17172
17173 \begin_layout Plain Layout
17174 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17175 -Paket 
17176 \series bold
17177 colortbl
17178 \series default
17179  installiert ist.
17180 \end_layout
17181
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \begin_layout Standard
17188 Um farbige Tabellen zu erzeugen, muss 
17189 \series bold
17190 colortbl
17191 \series default
17192  im \SpecialChar LaTeX
17193 -Vorspann geladen werden:
17194 \end_layout
17195
17196 \begin_layout Standard
17197
17198 \series bold
17199
17200 \backslash
17201 usepackage{colortbl}
17202 \end_layout
17203
17204 \begin_layout Standard
17205 Die Farbe einer Spalte ändert man dann mit dem Befehl
17206 \end_layout
17207
17208 \begin_layout Standard
17209
17210 \series bold
17211
17212 \backslash
17213 columncolor{Farbname}
17214 \end_layout
17215
17216 \begin_layout Standard
17217 innerhalb des Befehls 
17218 \series bold
17219 >{}
17220 \series default
17221 .
17222  Mehr über den Befehl 
17223 \series bold
17224 >{}
17225 \series default
17226  finden Sie im Abschnitt
17227 \begin_inset space ~
17228 \end_inset
17229
17230
17231 \begin_inset CommandInset ref
17232 LatexCommand ref
17233 reference "uab:Mehrfachspalten-Berechnungen"
17234
17235 \end_inset
17236
17237 .
17238 \end_layout
17239
17240 \begin_layout Standard
17241 Folgende Farbnamen sind vordefiniert:
17242 \end_layout
17243
17244 \begin_layout Standard
17245
17246 \family sans
17247 red
17248 \family default
17249
17250 \family sans
17251 green
17252 \family default
17253
17254 \family sans
17255 yellow
17256 \family default
17257
17258 \family sans
17259 blue
17260 \family default
17261
17262 \family sans
17263 cyan
17264 \family default
17265
17266 \family sans
17267 magenta
17268 \family default
17269
17270 \family sans
17271 black
17272 \family default
17273  und 
17274 \family sans
17275 white
17276 \begin_inset Newline newline
17277 \end_inset
17278
17279 (
17280 \family default
17281 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17282 \end_layout
17283
17284 \begin_layout Standard
17285 \begin_inset VSpace medskip
17286 \end_inset
17287
17288
17289 \end_layout
17290
17291 \begin_layout Standard
17292 Wenn Sie die Option
17293 \end_layout
17294
17295 \begin_layout Standard
17296
17297 \series bold
17298 dvipsnames
17299 \end_layout
17300
17301 \begin_layout Standard
17302 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17303  können Sie zusätzlich weitere 61
17304 \begin_inset space ~
17305 \end_inset
17306
17307 Farben verwenden.
17308  Diese Farben sind in Anhang
17309 \begin_inset space ~
17310 \end_inset
17311
17312
17313 \begin_inset CommandInset ref
17314 LatexCommand ref
17315 reference "kap:Liste-der-dvips-Farbnamen"
17316
17317 \end_inset
17318
17319  aufgelistet.
17320  Eine dieser Farben, 
17321 \family sans
17322 Maroon
17323 \family default
17324 , wird als Beispiel in Tabelle
17325 \begin_inset space ~
17326 \end_inset
17327
17328
17329 \begin_inset CommandInset ref
17330 LatexCommand ref
17331 reference "tab:Eine-mit-colortbl"
17332
17333 \end_inset
17334
17335  verwendet.
17336 \end_layout
17337
17338 \begin_layout Standard
17339 \begin_inset VSpace medskip
17340 \end_inset
17341
17342
17343 \end_layout
17344
17345 \begin_layout Standard
17346 Sie können auch eigene Farben definieren:
17347 \end_layout
17348
17349 \begin_layout Standard
17350
17351 \series bold
17352
17353 \backslash
17354 definecolor{Farbname}{Farbmodell}{Farbwerte}
17355 \end_layout
17356
17357 \begin_layout Standard
17358 Das Farbmodell kann eins der folgenden sein:
17359 \end_layout
17360
17361 \begin_layout Labeling
17362 \labelwidthstring 00.00.0000
17363 cmyk: cyan, magenta, yellow, black
17364 \end_layout
17365
17366 \begin_layout Labeling
17367 \labelwidthstring 00.00.0000
17368 rgb: red, green blue
17369 \end_layout
17370
17371 \begin_layout Labeling
17372 \labelwidthstring 00.00.0000
17373 gray: gray
17374 \end_layout
17375
17376 \begin_layout Standard
17377 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17378  die die entsprechende Farbe für das Farbmodell beschreiben.
17379 \end_layout
17380
17381 \begin_layout Standard
17382 Im \SpecialChar LaTeX
17383 -Vorspann können Sie zum Beispiel die Farbe 
17384 \emph on
17385
17386 \begin_inset Quotes gld
17387 \end_inset
17388
17389 dunkelgruen
17390 \emph default
17391
17392 \begin_inset Quotes grd
17393 \end_inset
17394
17395  und 
17396 \begin_inset Quotes gld
17397 \end_inset
17398
17399
17400 \emph on
17401 hellgrau
17402 \emph default
17403
17404 \begin_inset Quotes grd
17405 \end_inset
17406
17407  folgendermaßen definieren:
17408 \end_layout
17409
17410 \begin_layout Standard
17411
17412 \series bold
17413
17414 \backslash
17415 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17416 \end_layout
17417
17418 \begin_layout Standard
17419
17420 \series bold
17421
17422 \backslash
17423 definecolor{hellgrau}{gray}{0.8}
17424 \end_layout
17425
17426 \begin_layout Standard
17427 \begin_inset VSpace medskip
17428 \end_inset
17429
17430
17431 \end_layout
17432
17433 \begin_layout Standard
17434 Linien werden mit dem Befehl
17435 \end_layout
17436
17437 \begin_layout Standard
17438
17439 \series bold
17440
17441 \backslash
17442 rowcolor{Farbname}
17443 \end_layout
17444
17445 \begin_layout Standard
17446 gefärbt, Zellen mit dem Befehl
17447 \end_layout
17448
17449 \begin_layout Standard
17450
17451 \series bold
17452
17453 \backslash
17454 cellcolor{Farbname}
17455 \end_layout
17456
17457 \begin_layout Standard
17458 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17459 -Code eingegeben.
17460 \end_layout
17461
17462 \begin_layout Standard
17463 Um nur Text zu färben, verwenden Sie den 
17464 \family sans
17465 Textstil
17466 \family default
17467 -Dialog.
17468  Wenn die Zelle aber \SpecialChar TeX
17469 -Code zum Färben enthält, 
17470 \emph on
17471 markieren Sie nur den Text
17472 \emph default
17473 , sonst werden Sie \SpecialChar LaTeX
17474 -Fehler erzeugen.
17475 \end_layout
17476
17477 \begin_layout Standard
17478 \begin_inset Note Greyedout
17479 status open
17480
17481 \begin_layout Plain Layout
17482
17483 \series bold
17484 Achtung:
17485 \series default
17486  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17487 \end_layout
17488
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \begin_layout Standard
17495 \begin_inset VSpace medskip
17496 \end_inset
17497
17498
17499 \end_layout
17500
17501 \begin_layout Standard
17502 Die Tabelle
17503 \begin_inset space ~
17504 \end_inset
17505
17506
17507 \begin_inset CommandInset ref
17508 LatexCommand ref
17509 reference "tab:Eine-mit-colortbl"
17510
17511 \end_inset
17512
17513  wurde folgendermaßen erstellt: die erste Spalte soll 
17514 \emph on
17515
17516 \begin_inset Quotes gld
17517 \end_inset
17518
17519 dunkelgruen
17520 \emph default
17521
17522 \begin_inset Quotes grd
17523 \end_inset
17524
17525  werden, also müssen Sie ins 
17526 \family sans
17527 LaTeX-Argument
17528 \family default
17529  der Zellen der ersten Spalte den Befehl
17530 \end_layout
17531
17532 \begin_layout Standard
17533
17534 \series bold
17535 >{
17536 \backslash
17537 columncolor{dunkelgruen}
17538 \backslash
17539 centering}c
17540 \end_layout
17541
17542 \begin_layout Standard
17543 schreiben.
17544  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17545 -Code-Befehl
17546 \end_layout
17547
17548 \begin_layout Standard
17549
17550 \series bold
17551
17552 \backslash
17553 rowcolor{cyan}
17554 \end_layout
17555
17556 \begin_layout Standard
17557 in die erste Zelle der ersten Zeile eingefügt.
17558  Diese Farbe ersetzt die Spaltenfarbe.
17559  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17560  Das wird mit folgendem Befehl erreicht:
17561 \end_layout
17562
17563 \begin_layout Standard
17564
17565 \series bold
17566
17567 \backslash
17568 cellcolor{Maroon}
17569 \end_layout
17570
17571 \begin_layout Standard
17572 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17573 \family sans
17574 Textstil
17575 \family default
17576 -Dialog.
17577 \end_layout
17578
17579 \begin_layout Standard
17580 \begin_inset Float table
17581 placement h
17582 wide false
17583 sideways false
17584 status open
17585
17586 \begin_layout Plain Layout
17587 \begin_inset Caption Standard
17588
17589 \begin_layout Plain Layout
17590 \begin_inset CommandInset label
17591 LatexCommand label
17592 name "tab:Eine-mit-colortbl"
17593
17594 \end_inset
17595
17596 Eine mit dem Paket 
17597 \series bold
17598 colortbl
17599 \series default
17600  gefärbte Tabelle
17601 \begin_inset Argument 1
17602 status collapsed
17603
17604 \begin_layout Plain Layout
17605 Tabelle mit 
17606 \family typewriter
17607 colortbl
17608 \end_layout
17609
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \begin_layout Plain Layout
17621 \align center
17622 \begin_inset Tabular
17623 <lyxtabular version="3" rows="3" columns="3">
17624 <features tabularvalignment="middle">
17625 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17626 <column alignment="center" valignment="top">
17627 <column alignment="center" valignment="top">
17628 <row>
17629 <cell alignment="center" valignment="top" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 \begin_inset ERT
17634 status open
17635
17636 \begin_layout Plain Layout
17637
17638
17639 \backslash
17640 rowcolor{cyan}
17641 \end_layout
17642
17643 \end_inset
17644
17645
17646 \color magenta
17647 a
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656
17657 \color red
17658 b
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 <cell alignment="center" valignment="top" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667
17668 \color red
17669 c
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 </row>
17675 <row>
17676 <cell alignment="center" valignment="top" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680
17681 \color yellow
17682 d
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 <cell alignment="center" valignment="top" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691
17692 \color blue
17693 e
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 <cell alignment="center" valignment="top" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702
17703 \color blue
17704 f
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 </row>
17710 <row>
17711 <cell alignment="center" valignment="top" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Plain Layout
17715
17716 \color yellow
17717 g
17718 \end_layout
17719
17720 \end_inset
17721 </cell>
17722 <cell alignment="center" valignment="top" usebox="none">
17723 \begin_inset Text
17724
17725 \begin_layout Plain Layout
17726
17727 \color blue
17728 h
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell alignment="center" valignment="top" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737 \begin_inset ERT
17738 status collapsed
17739
17740 \begin_layout Plain Layout
17741
17742
17743 \backslash
17744 cellcolor{Maroon}
17745 \end_layout
17746
17747 \end_inset
17748
17749
17750 \color green
17751 i
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 </row>
17757 </lyxtabular>
17758
17759 \end_inset
17760
17761
17762 \end_layout
17763
17764 \end_inset
17765
17766
17767 \end_layout
17768
17769 \begin_layout Standard
17770 \begin_inset ERT
17771 status collapsed
17772
17773 \begin_layout Plain Layout
17774
17775
17776 \backslash
17777 else
17778 \end_layout
17779
17780 \end_inset
17781
17782
17783 \begin_inset Note Note
17784 status open
17785
17786 \begin_layout Plain Layout
17787 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17788 -Paket 
17789 \series bold
17790 colortbl
17791 \series default
17792  nicht installiert ist:
17793 \end_layout
17794
17795 \end_inset
17796
17797
17798 \end_layout
17799
17800 \begin_layout Standard
17801 Sie müssen das \SpecialChar LaTeX
17802 -Paket 
17803 \series bold
17804 colortbl
17805 \series default
17806  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17807 \end_layout
17808
17809 \begin_layout Standard
17810 \begin_inset ERT
17811 status collapsed
17812
17813 \begin_layout Plain Layout
17814
17815
17816 \backslash
17817 fi
17818 \end_layout
17819
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \begin_layout Subsection
17826 Farbige Zeilen
17827 \begin_inset Index idx
17828 status collapsed
17829
17830 \begin_layout Plain Layout
17831 farbige ! Tabellenzeilen
17832 \end_layout
17833
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \begin_layout Standard
17840 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17841  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17842  Man lädt das \SpecialChar LaTeX
17843 -Paket 
17844 \series bold
17845 xcolor
17846 \series default
17847
17848 \begin_inset Index idx
17849 status collapsed
17850
17851 \begin_layout Plain Layout
17852 \SpecialChar LaTeX
17853 -Pakete ! xcolor
17854 \begin_inset ERT
17855 status collapsed
17856
17857 \begin_layout Plain Layout
17858
17859
17860 \backslash
17861 vspace{4mm}
17862 \end_layout
17863
17864 \end_inset
17865
17866
17867 \end_layout
17868
17869 \end_inset
17870
17871  im \SpecialChar LaTeX
17872 -Vorspann mit dem Befehl
17873 \end_layout
17874
17875 \begin_layout Standard
17876
17877 \series bold
17878
17879 \backslash
17880 usepackage[table]{xcolor}
17881 \end_layout
17882
17883 \begin_layout Standard
17884
17885 \series bold
17886 xcolor
17887 \series default
17888  lädt automatisch auch das \SpecialChar LaTeX
17889 -Paket 
17890 \series bold
17891 colortbl
17892 \series default
17893
17894 \begin_inset Index idx
17895 status collapsed
17896
17897 \begin_layout Plain Layout
17898 \SpecialChar LaTeX
17899 -Pakete ! colortbl
17900 \end_layout
17901
17902 \end_inset
17903
17904 , so dass 
17905 \series bold
17906 colortbl
17907 \series default
17908  in Ihrer \SpecialChar LaTeX
17909 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
17910 -Fehler.
17911 \end_layout
17912
17913 \begin_layout Standard
17914 \begin_inset ERT
17915 status collapsed
17916
17917 \begin_layout Plain Layout
17918
17919
17920 \backslash
17921 ifcolortbl
17922 \end_layout
17923
17924 \end_inset
17925
17926
17927 \begin_inset Note Note
17928 status open
17929
17930 \begin_layout Plain Layout
17931 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17932 -Paket 
17933 \series bold
17934 colortbl
17935 \series default
17936  installiert ist.
17937 \end_layout
17938
17939 \end_inset
17940
17941
17942 \end_layout
17943
17944 \begin_layout Standard
17945 Die Tabellenzeilen werden mit dem Befehl
17946 \end_layout
17947
17948 \begin_layout Standard
17949
17950 \series bold
17951
17952 \backslash
17953 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17954 \end_layout
17955
17956 \begin_layout Standard
17957 eingefärbt, der entweder in den \SpecialChar LaTeX
17958 -Vorspann oder als \SpecialChar TeX
17959 -Code vor der ersten
17960  zu färbenden Tabelle eingefügt wird.
17961  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17962  Zeilenfarbe gefärbt werden soll.
17963  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17964  werden.
17965  So führt zum Beispiel der Befehl
17966 \end_layout
17967
17968 \begin_layout Standard
17969
17970 \series bold
17971
17972 \backslash
17973 rowcolors{1}{white}{lightgray}
17974 \end_layout
17975
17976 \begin_layout Standard
17977 zum Farbschema von Tabelle
17978 \begin_inset space ~
17979 \end_inset
17980
17981
17982 \begin_inset CommandInset ref
17983 LatexCommand ref
17984 reference "tab:Tabelle-rowcolors"
17985
17986 \end_inset
17987
17988 .
17989  Der Befehl
17990 \end_layout
17991
17992 \begin_layout Standard
17993
17994 \series bold
17995
17996 \backslash
17997 rowcolors[
17998 \backslash
17999 hline]{1}{lightgray}{cyan}
18000 \end_layout
18001
18002 \begin_layout Standard
18003 führt zum Farbschema von Tabelle
18004 \begin_inset space ~
18005 \end_inset
18006
18007
18008 \begin_inset CommandInset ref
18009 LatexCommand ref
18010 reference "tab:Tabelle-rowcolors-2"
18011
18012 \end_inset
18013
18014 .
18015  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18016  wird keine Farbe verwendet, so dass der Befehl
18017 \end_layout
18018
18019 \begin_layout Standard
18020
18021 \series bold
18022
18023 \backslash
18024 rowcolors{1}{}{}
18025 \end_layout
18026
18027 \begin_layout Standard
18028 alle Farben löscht.
18029  
18030 \series bold
18031
18032 \backslash
18033 rowcolors
18034 \series default
18035  beeinflusst alle diesem Befehl folgenden Tabellen.
18036 \end_layout
18037
18038 \begin_layout Standard
18039 \begin_inset ERT
18040 status open
18041
18042 \begin_layout Plain Layout
18043
18044
18045 \backslash
18046 rowcolors{1}{white}{lightgray}
18047 \end_layout
18048
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \begin_layout Standard
18055 \begin_inset Float table
18056 placement h
18057 wide false
18058 sideways false
18059 status open
18060
18061 \begin_layout Plain Layout
18062 \begin_inset Caption Standard
18063
18064 \begin_layout Plain Layout
18065 \begin_inset CommandInset label
18066 LatexCommand label
18067 name "tab:Tabelle-rowcolors"
18068
18069 \end_inset
18070
18071 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18072 \end_layout
18073
18074 \end_inset
18075
18076
18077 \end_layout
18078
18079 \begin_layout Plain Layout
18080 \align center
18081 \begin_inset Tabular
18082 <lyxtabular version="3" rows="4" columns="3">
18083 <features tabularvalignment="middle">
18084 <column alignment="center" valignment="top">
18085 <column alignment="center" valignment="top" width="0pt">
18086 <column alignment="center" valignment="top" width="0pt">
18087 <row>
18088 <cell alignment="center" valignment="top" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 X
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101 Y
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 <cell alignment="center" valignment="top" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110 Z
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 </row>
18116 <row>
18117 <cell alignment="center" valignment="top" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121 1
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 2
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 <cell alignment="center" valignment="top" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139 3
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 </row>
18145 <row>
18146 <cell alignment="center" valignment="top" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150 4
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 5
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 6
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 </row>
18174 <row>
18175 <cell alignment="center" valignment="top" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179 7
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 8
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 9
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 </row>
18203 </lyxtabular>
18204
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \end_inset
18211
18212
18213 \end_layout
18214
18215 \begin_layout Standard
18216 \begin_inset ERT
18217 status open
18218
18219 \begin_layout Plain Layout
18220
18221
18222 \backslash
18223 rowcolors[
18224 \backslash
18225 hline]{1}{lightgray}{cyan}
18226 \end_layout
18227
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \begin_layout Standard
18234 \begin_inset Float table
18235 placement h
18236 wide false
18237 sideways false
18238 status open
18239
18240 \begin_layout Plain Layout
18241 \begin_inset Caption Standard
18242
18243 \begin_layout Plain Layout
18244 \begin_inset CommandInset label
18245 LatexCommand label
18246 name "tab:Tabelle-rowcolors-2"
18247
18248 \end_inset
18249
18250 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18251  Linie zwischen jeder Zeile befindet.
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \end_layout
18258
18259 \begin_layout Plain Layout
18260 \align center
18261 \begin_inset Tabular
18262 <lyxtabular version="3" rows="4" columns="3">
18263 <features tabularvalignment="middle">
18264 <column alignment="center" valignment="top">
18265 <column alignment="center" valignment="top">
18266 <column alignment="center" valignment="top" width="0pt">
18267 <row>
18268 <cell alignment="center" valignment="top" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 X
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 Y
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 <cell alignment="center" valignment="top" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290 Z
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 </row>
18296 <row>
18297 <cell alignment="center" valignment="top" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 1
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 2
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 3
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 </row>
18325 <row>
18326 <cell alignment="center" valignment="top" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 4
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 <cell alignment="center" valignment="top" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 5
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 6
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 </row>
18354 <row>
18355 <cell alignment="center" valignment="top" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 7
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368 8
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 <cell alignment="center" valignment="top" usebox="none">
18374 \begin_inset Text
18375
18376 \begin_layout Plain Layout
18377 9
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 </row>
18383 </lyxtabular>
18384
18385 \end_inset
18386
18387
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \begin_layout Standard
18396 \begin_inset ERT
18397 status collapsed
18398
18399 \begin_layout Plain Layout
18400
18401
18402 \backslash
18403 rowcolors{1}{}{}
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \begin_inset Note Note
18410 status collapsed
18411
18412 \begin_layout Plain Layout
18413 schaltet die Färbung aus
18414 \end_layout
18415
18416 \end_inset
18417
18418
18419 \end_layout
18420
18421 \begin_layout Standard
18422 \begin_inset ERT
18423 status collapsed
18424
18425 \begin_layout Plain Layout
18426
18427
18428 \backslash
18429 else
18430 \end_layout
18431
18432 \end_inset
18433
18434
18435 \begin_inset Note Note
18436 status open
18437
18438 \begin_layout Plain Layout
18439 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18440 -Paket 
18441 \series bold
18442 colortbl
18443 \series default
18444  nicht installiert ist:
18445 \end_layout
18446
18447 \end_inset
18448
18449
18450 \end_layout
18451
18452 \begin_layout Standard
18453 Sie müssen das \SpecialChar LaTeX
18454 -Paket 
18455 \series bold
18456 colortbl
18457 \series default
18458  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18459 \end_layout
18460
18461 \begin_layout Standard
18462 \begin_inset ERT
18463 status collapsed
18464
18465 \begin_layout Plain Layout
18466
18467
18468 \backslash
18469 fi
18470 \end_layout
18471
18472 \end_inset
18473
18474
18475 \end_layout
18476
18477 \begin_layout Subsection
18478 Farbige Linien
18479 \begin_inset Index idx
18480 status collapsed
18481
18482 \begin_layout Plain Layout
18483 farbige !  Tabellenlinien
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Standard
18492 Wie in Abschnitt
18493 \begin_inset space ~
18494 \end_inset
18495
18496
18497 \begin_inset CommandInset ref
18498 LatexCommand ref
18499 reference "uab:Liniendicke"
18500
18501 \end_inset
18502
18503  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18504 \series bold
18505
18506 \backslash
18507 arrayrulewidth
18508 \series default
18509  definiert werden.
18510  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18511 \begin_inset space \thinspace{}
18512 \end_inset
18513
18514 pt gesetzt.
18515 \begin_inset ERT
18516 status collapsed
18517
18518 \begin_layout Plain Layout
18519
18520
18521 \backslash
18522 setlength{
18523 \backslash
18524 arrayrulewidth}{1.5pt}
18525 \end_layout
18526
18527 \end_inset
18528
18529
18530 \end_layout
18531
18532 \begin_layout Standard
18533 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18534 -Vorspann
18535  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18536 \begin_inset space ~
18537 \end_inset
18538
18539
18540 \begin_inset CommandInset ref
18541 LatexCommand ref
18542 reference "uab:Angepasste-Zellen-/Spaltenformate"
18543
18544 \end_inset
18545
18546  definiert:
18547 \end_layout
18548
18549 \begin_layout Standard
18550
18551 \series bold
18552
18553 \backslash
18554 newcolumntype{W}{!{
18555 \backslash
18556 color{green}
18557 \backslash
18558 vline}}
18559 \end_layout
18560
18561 \begin_layout Standard
18562 In Tabelle
18563 \begin_inset space ~
18564 \end_inset
18565
18566
18567 \begin_inset CommandInset ref
18568 LatexCommand ref
18569 reference "tab:Tabelle-mit-farbigen-vert"
18570
18571 \end_inset
18572
18573  wurde das \SpecialChar LaTeX
18574 -Argument 
18575 \series bold
18576 WcW
18577 \series default
18578  für die letzte und 
18579 \series bold
18580 Wc
18581 \series default
18582  für die anderen Spalten benutzt.
18583 \end_layout
18584
18585 \begin_layout Standard
18586 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18587 \end_layout
18588
18589 \begin_layout Standard
18590 \begin_inset Float table
18591 placement h
18592 wide false
18593 sideways false
18594 status open
18595
18596 \begin_layout Plain Layout
18597 \begin_inset Caption Standard
18598
18599 \begin_layout Plain Layout
18600 \begin_inset CommandInset label
18601 LatexCommand label
18602 name "tab:Tabelle-mit-farbigen-vert"
18603
18604 \end_inset
18605
18606 Tabelle mit farbigen vertikalen Linien
18607 \end_layout
18608
18609 \end_inset
18610
18611
18612 \end_layout
18613
18614 \begin_layout Plain Layout
18615 \align center
18616 \begin_inset Tabular
18617 <lyxtabular version="3" rows="3" columns="3">
18618 <features tabularvalignment="middle">
18619 <column alignment="center" valignment="top" special="Wc">
18620 <column alignment="center" valignment="top" special="Wc">
18621 <column alignment="center" valignment="top" special="WcW">
18622 <row>
18623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627 sd
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" topline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 </row>
18651 <row>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 <cell alignment="center" valignment="top" topline="true" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665 sd
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 </row>
18680 <row>
18681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703 sd
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 </row>
18709 </lyxtabular>
18710
18711 \end_inset
18712
18713
18714 \end_layout
18715
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \begin_layout Standard
18722 \begin_inset VSpace bigskip
18723 \end_inset
18724
18725 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18726 \begin_inset space ~
18727 \end_inset
18728
18729
18730 \begin_inset CommandInset ref
18731 LatexCommand ref
18732 reference "tab:Tabelle-mit-farbigen-horiz"
18733
18734 \end_inset
18735
18736 , müssen Sie folgenden Befehl als \SpecialChar TeX
18737 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18738 \end_layout
18739
18740 \begin_layout Standard
18741
18742 \series bold
18743
18744 \backslash
18745 let
18746 \backslash
18747 myHlineC
18748 \backslash
18749 hline
18750 \begin_inset Newline newline
18751 \end_inset
18752
18753
18754 \backslash
18755 renewcommand{
18756 \backslash
18757 hline}
18758 \begin_inset Newline newline
18759 \end_inset
18760
18761
18762 \begin_inset Phantom HPhantom
18763 status open
18764
18765 \begin_layout Plain Layout
18766
18767 \series bold
18768 \begin_inset space ~
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \end_inset
18775
18776 {
18777 \backslash
18778 arrayrulecolor{red}
18779 \backslash
18780 myHlineC
18781 \backslash
18782 arrayrulecolor{black}}
18783 \end_layout
18784
18785 \begin_layout Standard
18786 \begin_inset ERT
18787 status collapsed
18788
18789 \begin_layout Plain Layout
18790
18791
18792 \backslash
18793 let
18794 \backslash
18795 myHlineC
18796 \backslash
18797 hline
18798 \end_layout
18799
18800 \begin_layout Plain Layout
18801
18802
18803 \backslash
18804 renewcommand{
18805 \backslash
18806 hline}
18807 \end_layout
18808
18809 \begin_layout Plain Layout
18810
18811  {
18812 \backslash
18813 arrayrulecolor{red}
18814 \backslash
18815 myHlineC
18816 \backslash
18817 arrayrulecolor{black}}
18818 \end_layout
18819
18820 \end_inset
18821
18822
18823 \begin_inset Float table
18824 placement h
18825 wide false
18826 sideways false
18827 status open
18828
18829 \begin_layout Plain Layout
18830 \begin_inset Caption Standard
18831
18832 \begin_layout Plain Layout
18833 \begin_inset CommandInset label
18834 LatexCommand label
18835 name "tab:Tabelle-mit-farbigen-horiz"
18836
18837 \end_inset
18838
18839 Tabelle mit farbigen horizontalen Linien
18840 \end_layout
18841
18842 \end_inset
18843
18844
18845 \end_layout
18846
18847 \begin_layout Plain Layout
18848 \align center
18849 \begin_inset Tabular
18850 <lyxtabular version="3" rows="3" columns="3">
18851 <features tabularvalignment="middle">
18852 <column alignment="center" valignment="top">
18853 <column alignment="center" valignment="top">
18854 <column alignment="center" valignment="top">
18855 <row>
18856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860 sd
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 </row>
18884 <row>
18885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 sd
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 </row>
18913 <row>
18914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 sd
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 </row>
18942 </lyxtabular>
18943
18944 \end_inset
18945
18946
18947 \end_layout
18948
18949 \end_inset
18950
18951
18952 \end_layout
18953
18954 \begin_layout Standard
18955 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18956  als \SpecialChar TeX
18957 -Code hinter der Tabelle einfügen:
18958 \end_layout
18959
18960 \begin_layout Standard
18961
18962 \series bold
18963
18964 \backslash
18965 renewcommand{
18966 \backslash
18967 hline}{
18968 \backslash
18969 myHlineC}
18970 \end_layout
18971
18972 \begin_layout Standard
18973 Tabelle
18974 \begin_inset space ~
18975 \end_inset
18976
18977
18978 \begin_inset CommandInset ref
18979 LatexCommand ref
18980 reference "tab:Table-with-colored"
18981
18982 \end_inset
18983
18984  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18985 \end_layout
18986
18987 \begin_layout Standard
18988 \begin_inset Float table
18989 placement h
18990 wide false
18991 sideways false
18992 status open
18993
18994 \begin_layout Plain Layout
18995 \begin_inset Caption Standard
18996
18997 \begin_layout Plain Layout
18998 \begin_inset CommandInset label
18999 LatexCommand label
19000 name "tab:Table-with-colored"
19001
19002 \end_inset
19003
19004 Tabelle mit farbigen Linien
19005 \end_layout
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \begin_layout Plain Layout
19013 \align center
19014 \begin_inset Tabular
19015 <lyxtabular version="3" rows="3" columns="3">
19016 <features tabularvalignment="middle">
19017 <column alignment="center" valignment="top" special="Wc">
19018 <column alignment="center" valignment="top" special="Wc">
19019 <column alignment="center" valignment="top" special="WcW">
19020 <row>
19021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19022 \begin_inset Text
19023
19024 \begin_layout Plain Layout
19025 sd
19026 \end_layout
19027
19028 \end_inset
19029 </cell>
19030 <cell alignment="center" valignment="top" topline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 </row>
19049 <row>
19050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 <cell alignment="center" valignment="top" topline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063 sd
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 </row>
19078 <row topspace="default">
19079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083
19084 \end_layout
19085
19086 \end_inset
19087 </cell>
19088 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101 sd
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 </row>
19107 </lyxtabular>
19108
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \end_inset
19115
19116
19117 \end_layout
19118
19119 \begin_layout Standard
19120 \begin_inset ERT
19121 status collapsed
19122
19123 \begin_layout Plain Layout
19124
19125
19126 \backslash
19127 renewcommand{
19128 \backslash
19129 hline}{
19130 \backslash
19131 myHlineC}
19132 \end_layout
19133
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \begin_layout Standard
19140 \begin_inset ERT
19141 status collapsed
19142
19143 \begin_layout Plain Layout
19144
19145
19146 \backslash
19147 setlength{
19148 \backslash
19149 arrayrulewidth}{1.2pt}
19150 \end_layout
19151
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \begin_layout Standard
19158 Um nur einige Linien einzufärben ist eine andere Strategie notwendig.
19159  Um alle folgenden horizontalen Linien zu färben, fügt man diesen Befehl
19160  als \SpecialChar TeX
19161 -Code als letzte Sache in die Zeile ein, die über der ersten gefärbten
19162  Linie sein soll:
19163 \end_layout
19164
19165 \begin_layout Standard
19166
19167 \series bold
19168
19169 \backslash
19170
19171 \backslash
19172
19173 \backslash
19174 arrayrulecolor{blue}%
19175 \end_layout
19176
19177 \begin_layout Standard
19178 Um wieder schwarze Linien zu erhalten, fügt man diesen Befehl als erste
19179  Sache in die Zeile ein, die über den schwarzen Linien liegt:
19180 \end_layout
19181
19182 \begin_layout Standard
19183
19184 \series bold
19185
19186 \backslash
19187 arrayrulecolor{black}
19188 \end_layout
19189
19190 \begin_layout Standard
19191 Damit kann man Tabellenlinien wie in Tabelle
19192 \begin_inset space ~
19193 \end_inset
19194
19195
19196 \begin_inset CommandInset ref
19197 LatexCommand ref
19198 reference "tab:Tabelle-mit-verschiedenen-hor"
19199
19200 \end_inset
19201
19202  färben.
19203  Es ist jedoch mit dieser Methode nicht möglich die Linie über der ersten
19204  Zeile einer Tabelle zu färben.
19205 \end_layout
19206
19207 \begin_layout Standard
19208 \begin_inset Float table
19209 wide false
19210 sideways false
19211 status open
19212
19213 \begin_layout Plain Layout
19214 \begin_inset Caption Standard
19215
19216 \begin_layout Plain Layout
19217 \begin_inset CommandInset label
19218 LatexCommand label
19219 name "tab:Tabelle-mit-verschiedenen-hor"
19220
19221 \end_inset
19222
19223 Tabelle mit verschiedenen horizontalen Linienfarben.
19224 \end_layout
19225
19226 \end_inset
19227
19228
19229 \end_layout
19230
19231 \begin_layout Plain Layout
19232 \align center
19233 \begin_inset Tabular
19234 <lyxtabular version="3" rows="6" columns="7">
19235 <features tabularvalignment="middle">
19236 <column alignment="center" valignment="top">
19237 <column alignment="center" valignment="top">
19238 <column alignment="center" valignment="top">
19239 <column alignment="center" valignment="top">
19240 <column alignment="center" valignment="top">
19241 <column alignment="center" valignment="top">
19242 <column alignment="center" valignment="top">
19243 <row>
19244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19245 \begin_inset Text
19246
19247 \begin_layout Plain Layout
19248
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 <cell alignment="center" valignment="top" topline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 <cell alignment="center" valignment="top" topline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 <cell alignment="center" valignment="top" topline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" topline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 <cell alignment="center" valignment="top" topline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 \begin_inset ERT
19303 status open
19304
19305 \begin_layout Plain Layout
19306
19307
19308 \backslash
19309
19310 \backslash
19311
19312 \backslash
19313 arrayrulecolor{blue}%
19314 \end_layout
19315
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 </row>
19324 <row>
19325 <cell alignment="center" valignment="top" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 Y
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 Y
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset ERT
19395 status open
19396
19397 \begin_layout Plain Layout
19398
19399
19400 \backslash
19401 arrayrulecolor{black}
19402 \end_layout
19403
19404 \end_inset
19405
19406
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell alignment="center" valignment="top" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 <cell alignment="center" valignment="top" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 </row>
19466 <row>
19467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 <cell alignment="center" valignment="top" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 <cell alignment="center" valignment="top" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 <cell alignment="center" valignment="top" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 <cell alignment="center" valignment="top" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 \begin_inset ERT
19526 status collapsed
19527
19528 \begin_layout Plain Layout
19529
19530
19531 \backslash
19532
19533 \backslash
19534
19535 \backslash
19536 arrayrulecolor{green}%
19537 \end_layout
19538
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 </row>
19547 <row>
19548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19549 \begin_inset Text
19550
19551 \begin_layout Plain Layout
19552
19553 \end_layout
19554
19555 \end_inset
19556 </cell>
19557 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Plain Layout
19561
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579
19580 \end_layout
19581
19582 \end_inset
19583 </cell>
19584 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 <row>
19613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 \begin_inset ERT
19618 status collapsed
19619
19620 \begin_layout Plain Layout
19621
19622
19623 \backslash
19624 arrayrulecolor{black}
19625 \end_layout
19626
19627 \end_inset
19628
19629 B
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683 \begin_inset ERT
19684 status collapsed
19685
19686 \begin_layout Plain Layout
19687
19688
19689 \backslash
19690
19691 \backslash
19692
19693 \backslash
19694 arrayrulecolor{blue}%
19695 \end_layout
19696
19697 \end_inset
19698
19699
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 </row>
19705 </lyxtabular>
19706
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713
19714
19715 \end_layout
19716
19717 \begin_layout Standard
19718 Um die Farbe von vertikalen Linien innerhalb einer Zeile zu ändern, wie
19719  in Tabelle
19720 \begin_inset space ~
19721 \end_inset
19722
19723
19724 \begin_inset CommandInset ref
19725 LatexCommand ref
19726 reference "tab:Tabelle-mit-verschiedenen-ver"
19727
19728 \end_inset
19729
19730 , benötigt man Mehrfachzeilen.
19731  Zuerst müssen alle vertikalen Linien entfernt werden, die nicht entlang
19732  der kompletten Spalte laufen.
19733  Nun werden alle Linien mit dem Befehl
19734 \end_layout
19735
19736 \begin_layout Standard
19737
19738 \series bold
19739
19740 \backslash
19741
19742 \backslash
19743
19744 \backslash
19745 arrayrulecolor{blue}%
19746 \end_layout
19747
19748 \begin_layout Standard
19749 wie oben gefärbt.
19750  Zuletzt fügt man diesen Befehl als \SpecialChar TeX
19751 -Code in jede Zelle ein, für die man
19752  eine vertikale Linie in einer anderen Farbe benötigt:
19753 \end_layout
19754
19755 \begin_layout Standard
19756
19757 \series bold
19758
19759 \backslash
19760 multicolumn{1}{!{
19761 \backslash
19762 color{green}
19763 \backslash
19764 vline}c!{
19765 \backslash
19766 color{red}
19767 \backslash
19768 vline}}{
19769 \end_layout
19770
19771 \begin_layout Standard
19772 Dies fügt eine vertikale Linie an beiden Seiten der Zelle ein.
19773  Die linke ist grün, die rechte rot.
19774  Wenn keine Farbänderung notwendig ist, kann man den Befehl 
19775 \series bold
19776
19777 \backslash
19778 color
19779 \series default
19780  in obigem Befehl weglassen.
19781  Um z.
19782 \begin_inset space \thinspace{}
19783 \end_inset
19784
19785 B.
19786  eine schwarze linke Linie und eine blaue rechte zu erhalten, kann man schreiben
19787 :
19788 \end_layout
19789
19790 \begin_layout Standard
19791
19792 \series bold
19793
19794 \backslash
19795 multicolumn{1}{!{
19796 \backslash
19797 color{black}
19798 \backslash
19799 vline}c|}{
19800 \end_layout
19801
19802 \begin_layout Standard
19803 Denn die Farbe blau ist bereits für alle Linien gesetzt.
19804  Das | erstellt dabei die vertikale Linie, während das ansonsten 
19805 \series bold
19806
19807 \backslash
19808 vline
19809 \series default
19810  tut, wenn 
19811 \series bold
19812
19813 \backslash
19814 color
19815 \series default
19816  verwendet wird.
19817  Um vertikale Linien einzufügen, ohne die Farbe zu ändern, verwendet man
19818 \end_layout
19819
19820 \begin_layout Standard
19821
19822 \series bold
19823
19824 \backslash
19825 multicolumn{1}{|c|}{
19826 \end_layout
19827
19828 \begin_layout Standard
19829 Nach diesem Befehl fügt man den Zelleninhalt normal ein und beendet die
19830  Zelle mit einer schließenden Klammer 
19831 \series bold
19832 }
19833 \series default
19834  in \SpecialChar TeX
19835 -Code.
19836 \end_layout
19837
19838 \begin_layout Standard
19839 \begin_inset Float table
19840 wide false
19841 sideways false
19842 status open
19843
19844 \begin_layout Plain Layout
19845 \begin_inset Caption Standard
19846
19847 \begin_layout Plain Layout
19848 \begin_inset CommandInset label
19849 LatexCommand label
19850 name "tab:Tabelle-mit-verschiedenen-ver"
19851
19852 \end_inset
19853
19854 Tabelle mit verschiedenen vertikalen Linienfarben in einer Zeile.
19855 \end_layout
19856
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \begin_layout Plain Layout
19863 \align center
19864 \begin_inset Tabular
19865 <lyxtabular version="3" rows="5" columns="7">
19866 <features tabularvalignment="middle">
19867 <column alignment="center" valignment="top">
19868 <column alignment="center" valignment="top">
19869 <column alignment="center" valignment="top">
19870 <column alignment="center" valignment="top">
19871 <column alignment="center" valignment="top">
19872 <column alignment="center" valignment="top">
19873 <column alignment="center" valignment="top">
19874 <row>
19875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 <cell alignment="center" valignment="top" topline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 <cell alignment="center" valignment="top" topline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 <cell alignment="center" valignment="top" topline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 <cell alignment="center" valignment="top" topline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="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" rightline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 \begin_inset ERT
19934 status open
19935
19936 \begin_layout Plain Layout
19937
19938
19939 \backslash
19940
19941 \backslash
19942
19943 \backslash
19944 arrayrulecolor{red}%
19945 \end_layout
19946
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 </row>
19955 <row>
19956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 \begin_inset ERT
19961 status open
19962
19963 \begin_layout Plain Layout
19964
19965
19966 \backslash
19967 multicolumn{1}{!{
19968 \backslash
19969 color{black}
19970 \backslash
19971 vline}c|}{
19972 \end_layout
19973
19974 \end_inset
19975
19976 Y
19977 \begin_inset ERT
19978 status collapsed
19979
19980 \begin_layout Plain Layout
19981
19982 }
19983 \end_layout
19984
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 \begin_inset ERT
20033 status open
20034
20035 \begin_layout Plain Layout
20036
20037
20038 \backslash
20039 multicolumn{1}{c|}{
20040 \end_layout
20041
20042 \end_inset
20043
20044
20045 \begin_inset ERT
20046 status collapsed
20047
20048 \begin_layout Plain Layout
20049
20050 }
20051 \end_layout
20052
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 \begin_inset ERT
20065 status open
20066
20067 \begin_layout Plain Layout
20068
20069
20070 \backslash
20071 multicolumn{1}{c!{
20072 \backslash
20073 color{black}
20074 \backslash
20075 vline}}{
20076 \end_layout
20077
20078 \end_inset
20079
20080 Y
20081 \begin_inset ERT
20082 status collapsed
20083
20084 \begin_layout Plain Layout
20085
20086 }
20087 \end_layout
20088
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 <row>
20098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102 \begin_inset ERT
20103 status collapsed
20104
20105 \begin_layout Plain Layout
20106
20107
20108 \backslash
20109 arrayrulecolor{black}
20110 \end_layout
20111
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 <cell alignment="center" valignment="top" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132
20133 \end_layout
20134
20135 \end_inset
20136 </cell>
20137 <cell alignment="center" valignment="top" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 <cell alignment="center" valignment="top" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 <cell alignment="center" valignment="top" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168 \begin_inset ERT
20169 status collapsed
20170
20171 \begin_layout Plain Layout
20172
20173
20174 \backslash
20175
20176 \backslash
20177
20178 \backslash
20179 arrayrulecolor{magenta}%
20180 \end_layout
20181
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 </row>
20190 <row>
20191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195 \begin_inset ERT
20196 status collapsed
20197
20198 \begin_layout Plain Layout
20199
20200
20201 \backslash
20202 multicolumn{1}{|c!{
20203 \backslash
20204 color{red}
20205 \backslash
20206 vline}}{
20207 \end_layout
20208
20209 \end_inset
20210
20211
20212 \begin_inset ERT
20213 status collapsed
20214
20215 \begin_layout Plain Layout
20216
20217 }
20218 \end_layout
20219
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 \begin_inset ERT
20232 status collapsed
20233
20234 \begin_layout Plain Layout
20235
20236
20237 \backslash
20238 multicolumn{1}{c!{
20239 \backslash
20240 color{green}
20241 \backslash
20242 vline}}{
20243 \end_layout
20244
20245 \end_inset
20246
20247
20248 \begin_inset ERT
20249 status collapsed
20250
20251 \begin_layout Plain Layout
20252
20253 }
20254 \end_layout
20255
20256 \end_inset
20257
20258
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267 \begin_inset ERT
20268 status collapsed
20269
20270 \begin_layout Plain Layout
20271
20272
20273 \backslash
20274 multicolumn{1}{c!{
20275 \backslash
20276 color{yellow}
20277 \backslash
20278 vline}}{
20279 \end_layout
20280
20281 \end_inset
20282
20283
20284 \begin_inset ERT
20285 status collapsed
20286
20287 \begin_layout Plain Layout
20288
20289 }
20290 \end_layout
20291
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 \begin_inset ERT
20304 status collapsed
20305
20306 \begin_layout Plain Layout
20307
20308
20309 \backslash
20310 multicolumn{1}{c!{
20311 \backslash
20312 color{blue}
20313 \backslash
20314 vline}}{
20315 \end_layout
20316
20317 \end_inset
20318
20319
20320 \begin_inset ERT
20321 status collapsed
20322
20323 \begin_layout Plain Layout
20324
20325 }
20326 \end_layout
20327
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 \begin_inset ERT
20340 status collapsed
20341
20342 \begin_layout Plain Layout
20343
20344
20345 \backslash
20346 multicolumn{1}{c!{
20347 \backslash
20348 color{cyan}
20349 \backslash
20350 vline}}{
20351 \end_layout
20352
20353 \end_inset
20354
20355
20356 \begin_inset ERT
20357 status collapsed
20358
20359 \begin_layout Plain Layout
20360
20361 }
20362 \end_layout
20363
20364 \end_inset
20365
20366
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375 \begin_inset ERT
20376 status collapsed
20377
20378 \begin_layout Plain Layout
20379
20380
20381 \backslash
20382 multicolumn{1}{c!{
20383 \backslash
20384 color{black}
20385 \backslash
20386 vline}}{
20387 \end_layout
20388
20389 \end_inset
20390
20391
20392 \begin_inset ERT
20393 status collapsed
20394
20395 \begin_layout Plain Layout
20396
20397 }
20398 \end_layout
20399
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411 \begin_inset ERT
20412 status collapsed
20413
20414 \begin_layout Plain Layout
20415
20416
20417 \backslash
20418 multicolumn{1}{c|}{
20419 \end_layout
20420
20421 \end_inset
20422
20423
20424 \begin_inset ERT
20425 status collapsed
20426
20427 \begin_layout Plain Layout
20428
20429 }
20430 \end_layout
20431
20432 \end_inset
20433
20434
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 </row>
20440 <row>
20441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset ERT
20446 status collapsed
20447
20448 \begin_layout Plain Layout
20449
20450
20451 \backslash
20452 arrayrulecolor{black}
20453 \end_layout
20454
20455 \end_inset
20456
20457 B
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \end_layout
20486
20487 \end_inset
20488 </cell>
20489 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493
20494 \end_layout
20495
20496 \end_inset
20497 </cell>
20498 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20508 \begin_inset Text
20509
20510 \begin_layout Plain Layout
20511
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 </row>
20517 </lyxtabular>
20518
20519 \end_inset
20520
20521
20522 \end_layout
20523
20524 \end_inset
20525
20526
20527 \end_layout
20528
20529 \begin_layout Standard
20530 \begin_inset ERT
20531 status collapsed
20532
20533 \begin_layout Plain Layout
20534
20535
20536 \backslash
20537 setlength{
20538 \backslash
20539 arrayrulewidth}{0.4pt}
20540 \end_layout
20541
20542 \end_inset
20543
20544
20545 \end_layout
20546
20547 \begin_layout Section
20548 Rotierte Tabellenzellen
20549 \begin_inset CommandInset label
20550 LatexCommand label
20551 name "abs:Rotierte-Tabellenzellen"
20552
20553 \end_inset
20554
20555
20556 \begin_inset Index idx
20557 status collapsed
20558
20559 \begin_layout Plain Layout
20560 Tabellen ! rotierte Zellen
20561 \end_layout
20562
20563 \end_inset
20564
20565
20566 \begin_inset Index idx
20567 status collapsed
20568
20569 \begin_layout Plain Layout
20570 Rotiertes Material
20571 \end_layout
20572
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \begin_layout Standard
20579 \begin_inset Note Greyedout
20580 status open
20581
20582 \begin_layout Plain Layout
20583
20584 \series bold
20585 Achtung:
20586 \series default
20587  Nicht alle DVI-Betrachter können Rotationen anzeigen.
20588 \end_layout
20589
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \begin_layout Standard
20596 Tabelle
20597 \begin_inset space ~
20598 \end_inset
20599
20600
20601 \begin_inset CommandInset ref
20602 LatexCommand ref
20603 reference "tab:Tabelle-mit-rotierten"
20604
20605 \end_inset
20606
20607  ist ein Beispiel bei dem 3
20608 \begin_inset space ~
20609 \end_inset
20610
20611 Zellen um 45
20612 \begin_inset space \thinspace{}
20613 \end_inset
20614
20615 ° rotiert wurden.
20616 \end_layout
20617
20618 \begin_layout Standard
20619 \begin_inset Float table
20620 placement h
20621 wide false
20622 sideways false
20623 status open
20624
20625 \begin_layout Plain Layout
20626 \begin_inset Caption Standard
20627
20628 \begin_layout Plain Layout
20629 \begin_inset CommandInset label
20630 LatexCommand label
20631 name "tab:Tabelle-mit-rotierten"
20632
20633 \end_inset
20634
20635 Tabelle mit rotierten Zellen in der ersten Zeile.
20636 \end_layout
20637
20638 \end_inset
20639
20640
20641 \end_layout
20642
20643 \begin_layout Plain Layout
20644 \noindent
20645 \align center
20646 \begin_inset Tabular
20647 <lyxtabular version="3" rows="2" columns="3">
20648 <features tabularvalignment="middle">
20649 <column alignment="center" valignment="top" width="0pt">
20650 <column alignment="center" valignment="top" width="0pt">
20651 <column alignment="center" valignment="top" width="0pt">
20652 <row>
20653 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 Tassen
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 Teller
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Plain Layout
20675 Untertassen
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 </row>
20681 <row>
20682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686 45
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 33
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 21
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 </lyxtabular>
20711
20712 \end_inset
20713
20714
20715 \end_layout
20716
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \begin_layout Standard
20723 \begin_inset Note Greyedout
20724 status open
20725
20726 \begin_layout Plain Layout
20727
20728 \series bold
20729 Achtung:
20730 \series default
20731  Zeilenumbrüche (Tastenkürzel 
20732 \family sans
20733 Strg+Enter
20734 \family default
20735 ) sind in rotierten Zellen nicht erlaubt.
20736 \end_layout
20737
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \begin_layout Standard
20744 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
20745  den Zelleninhalt in eine Minipage oder Parbox tun.
20746 \begin_inset Foot
20747 status collapsed
20748
20749 \begin_layout Plain Layout
20750 Für mehr über diese Boxen siehe Abschnitt
20751 \begin_inset space ~
20752 \end_inset
20753
20754
20755 \begin_inset CommandInset ref
20756 LatexCommand ref
20757 reference "abs:Minipage"
20758
20759 \end_inset
20760
20761  und 
20762 \begin_inset CommandInset ref
20763 LatexCommand ref
20764 reference "abs:Parbox"
20765
20766 \end_inset
20767
20768 .
20769 \end_layout
20770
20771 \end_inset
20772
20773  Wenn Sie diese Zelle um 90
20774 \begin_inset space \thinspace{}
20775 \end_inset
20776
20777 ° rotieren, ist die Breite der Box die Höhe der Zelle.
20778  Um zu vermeiden, dass man eine geeignete Breite abschätzen muss, kann man
20779  eine Minipage mit variabler Breite verwenden.
20780  So eine Box wird eingefügt, indem man das Modul 
20781 \family sans
20782 Breitenvariable
20783 \begin_inset space ~
20784 \end_inset
20785
20786 Minipages
20787 \family default
20788  in den Dokumenteinstellungen lädt.
20789  Dann kann man das Menü 
20790 \family sans
20791 Einfügen\SpecialChar menuseparator
20792 Benutzerdefinierte
20793 \begin_inset space ~
20794 \end_inset
20795
20796 Einfügungen\SpecialChar menuseparator
20797 Minipage
20798 \begin_inset space ~
20799 \end_inset
20800
20801 (var.
20802 \begin_inset space ~
20803 \end_inset
20804
20805 Breite)
20806 \family default
20807  vewenden.
20808  Tabelle
20809 \begin_inset space ~
20810 \end_inset
20811
20812
20813 \begin_inset CommandInset ref
20814 LatexCommand ref
20815 reference "tab:Tabelle-mit-rotierter-Umbruch"
20816
20817 \end_inset
20818
20819  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch in der eine
20820  Minipage mit variabler Breite verwendet wurde.
20821 \end_layout
20822
20823 \begin_layout Standard
20824 \begin_inset Float table
20825 wide false
20826 sideways false
20827 status open
20828
20829 \begin_layout Plain Layout
20830 \begin_inset Caption Standard
20831
20832 \begin_layout Plain Layout
20833 \begin_inset CommandInset label
20834 LatexCommand label
20835 name "tab:Tabelle-mit-rotierter-Umbruch"
20836
20837 \end_inset
20838
20839 Tabelle mit rotierter Zelle mit Zeilenumbruch.
20840 \end_layout
20841
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \begin_layout Plain Layout
20848 \noindent
20849 \align center
20850 \begin_inset Tabular
20851 <lyxtabular version="3" rows="2" columns="3">
20852 <features tabularvalignment="middle">
20853 <column alignment="center" valignment="top">
20854 <column alignment="center" valignment="top" width="0pt">
20855 <column alignment="center" valignment="top">
20856 <row>
20857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20858 \begin_inset Text
20859
20860 \begin_layout Plain Layout
20861 a
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870 \begin_inset Flex Minipage (Var. Width)
20871 status open
20872
20873 \begin_layout Plain Layout
20874 rotierte Zelle
20875 \begin_inset Newline newline
20876 \end_inset
20877
20878 mit Zeilenumbruch
20879 \begin_inset space ~
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896 e
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 </row>
20902 <row>
20903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907 b
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916 c
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20922 \begin_inset Text
20923
20924 \begin_layout Plain Layout
20925 d
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 </row>
20931 </lyxtabular>
20932
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \begin_layout Section
20944 Berechnung der Tabellenbreite
20945 \begin_inset CommandInset label
20946 LatexCommand label
20947 name "abs:Berechnung-der-Tabellenbreite"
20948
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \begin_layout Standard
20955 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
20956  Tabelle nicht über den Seitenrand hinausragt.
20957  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
20958  aber wie viel Platz wird für jede Spalte benötigt?
20959 \end_layout
20960
20961 \begin_layout Standard
20962 Die Tabellenbreite 
20963 \begin_inset Formula $W_{\mathrm{Tabelle}}$
20964 \end_inset
20965
20966  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
20967  
20968 \begin_inset Formula $W_{\mathrm{Spalte}}$
20969 \end_inset
20970
20971  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
20972  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
20973 -Länge
20974 \series bold
20975  
20976 \backslash
20977 tabcolsep
20978 \series default
20979 , Voreinstellung 6
20980 \begin_inset space \thinspace{}
20981 \end_inset
20982
20983 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
20984 -Länge 
20985 \series bold
20986
20987 \backslash
20988 arrayrulewidth
20989 \series default
20990 , Voreinstellung 0.4
20991 \begin_inset space \thinspace{}
20992 \end_inset
20993
20994 pt): Wenn alle 
20995 \begin_inset Formula $n$
20996 \end_inset
20997
20998
20999 \begin_inset space ~
21000 \end_inset
21001
21002 Spalten dieselbe Breite haben, ist die Tabellenbreite also
21003 \begin_inset Formula 
21004 \begin{equation}
21005 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
21006 \end{equation}
21007
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \begin_layout Standard
21014 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
21015  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
21016 -Länge
21017  
21018 \series bold
21019
21020 \backslash
21021 columnwidth
21022 \series default
21023 ).
21024  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
21025 \begin_inset Formula $W_{\mathrm{Tabelle}}$
21026 \end_inset
21027
21028  gleich 1
21029 \begin_inset space \thinspace{}
21030 \end_inset
21031
21032
21033 \backslash
21034 columnwidth sein soll, kann 
21035 \begin_inset Formula $W_{\mathrm{Spalte}}$
21036 \end_inset
21037
21038  leicht berechnet werden.
21039 \end_layout
21040
21041 \begin_layout Standard
21042 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
21043 -Paket 
21044 \series bold
21045 calc
21046 \series default
21047
21048 \begin_inset Index idx
21049 status collapsed
21050
21051 \begin_layout Plain Layout
21052 \SpecialChar LaTeX
21053 -Pakete ! calc
21054 \end_layout
21055
21056 \end_inset
21057
21058  im \SpecialChar LaTeX
21059 -Vorspann geladen werden.
21060  Um die Breite im Tabellendialog anzugeben, muss das Feld 
21061 \family sans
21062 \SpecialChar LaTeX
21063 -Argument
21064 \family default
21065  verwendet werden.
21066  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
21067 \begin_inset space ~
21068 \end_inset
21069
21070
21071 \begin_inset CommandInset ref
21072 LatexCommand ref
21073 reference "uab:Mehrfachspalten-Berechnungen"
21074
21075 \end_inset
21076
21077  erklärt ist.
21078  Für eine Tabelle mit 5
21079 \begin_inset space \thinspace{}
21080 \end_inset
21081
21082 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
21083  für jede Spalte den Befehl
21084 \end_layout
21085
21086 \begin_layout Standard
21087
21088 \series bold
21089 >{
21090 \backslash
21091 centering}p{(1
21092 \backslash
21093 columnwidth-62.4pt)/5}
21094 \end_layout
21095
21096 \begin_layout Standard
21097 an.
21098  Für eine Tabelle mit 5
21099 \begin_inset space \thinspace{}
21100 \end_inset
21101
21102 Spalten bei der 2 das 0,75
21103 \begin_inset space \thinspace{}
21104 \end_inset
21105
21106 fache der Breite der anderen 3
21107 \begin_inset space ~
21108 \end_inset
21109
21110 Spalten haben sollen, ist die Berechnung
21111 \begin_inset Formula 
21112 \begin{align}
21113 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21114  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21115  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
21116 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
21117 \end{align}
21118
21119 \end_inset
21120
21121
21122 \end_layout
21123
21124 \begin_layout Standard
21125 In der Tabelle wird daher der Befehl
21126 \end_layout
21127
21128 \begin_layout Standard
21129
21130 \series bold
21131 >{
21132 \backslash
21133 centering}p{(1
21134 \backslash
21135 columnwidth-62.4pt)/
21136 \backslash
21137 real{4.5}}
21138 \end_layout
21139
21140 \begin_layout Standard
21141 für die breiteren Spalten verwendet und
21142 \end_layout
21143
21144 \begin_layout Standard
21145
21146 \series bold
21147 >{
21148 \backslash
21149 centering}p{(1
21150 \backslash
21151 columnwidth-62.4pt)/
21152 \backslash
21153 real{4.5}*
21154 \backslash
21155 real{0.75}}
21156 \end_layout
21157
21158 \begin_layout Standard
21159 für die schmaleren:
21160 \end_layout
21161
21162 \begin_layout Standard
21163 \begin_inset Tabular
21164 <lyxtabular version="3" rows="2" columns="5">
21165 <features tabularvalignment="middle">
21166 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21167 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21168 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21169 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21170 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21171 <row>
21172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 1
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21182 \begin_inset Text
21183
21184 \begin_layout Plain Layout
21185 2
21186 \end_layout
21187
21188 \end_inset
21189 </cell>
21190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21191 \begin_inset Text
21192
21193 \begin_layout Plain Layout
21194 3
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 4
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 5
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 </row>
21218 <row>
21219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223 111111 1111111 111111 111111111 11111 11111 1111
21224 \end_layout
21225
21226 \end_inset
21227 </cell>
21228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241 2222 22222 222222 222222222 2222222 22 22222
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 333333 333333 333333 33333 3333333 333
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 </row>
21265 </lyxtabular>
21266
21267 \end_inset
21268
21269
21270 \end_layout
21271
21272 \begin_layout Section
21273 Tabellen-Anpassung
21274 \begin_inset Index idx
21275 status collapsed
21276
21277 \begin_layout Plain Layout
21278 Tabellen ! Anpassung
21279 \end_layout
21280
21281 \end_inset
21282
21283
21284 \end_layout
21285
21286 \begin_layout Subsection
21287 Zeilenabstand
21288 \begin_inset CommandInset label
21289 LatexCommand label
21290 name "uab:Zeilenabstand"
21291
21292 \end_inset
21293
21294
21295 \begin_inset Index idx
21296 status collapsed
21297
21298 \begin_layout Plain Layout
21299 Tabellen ! Zeilenabstand
21300 \end_layout
21301
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \begin_layout Standard
21308 Auf der Karteikarte 
21309 \family sans
21310 Rahmen
21311 \family default
21312  des 
21313 \family sans
21314 Tabellen-Einstellungen
21315 \family default
21316 -Dialogs können Sie 
21317 \family sans
21318 zusätzliche
21319 \begin_inset space ~
21320 \end_inset
21321
21322 Abstände
21323 \family default
21324  einfügen.
21325  Dabei haben Sie drei Möglichkeiten:
21326 \end_layout
21327
21328 \begin_layout Description
21329 Oberhalb
21330 \begin_inset space ~
21331 \end_inset
21332
21333 der
21334 \begin_inset space ~
21335 \end_inset
21336
21337 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
21338  Bei einer formalen Tabelle
21339 \begin_inset Foot
21340 status collapsed
21341
21342 \begin_layout Plain Layout
21343 Formale Tabellen wurden in Abschnitt
21344 \begin_inset space ~
21345 \end_inset
21346
21347
21348 \begin_inset CommandInset ref
21349 LatexCommand ref
21350 reference "abs:Formale-Tabellen"
21351
21352 \end_inset
21353
21354  beschrieben.
21355 \end_layout
21356
21357 \end_inset
21358
21359  fügt \SpecialChar LyX
21360  standardmäßig 0.5
21361 \begin_inset space \thinspace{}
21362 \end_inset
21363
21364 em Leerraum ein.
21365  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21366 \begin_inset VSpace medskip
21367 \end_inset
21368
21369
21370 \begin_inset Newline newline
21371 \end_inset
21372
21373
21374 \begin_inset space \hspace*{}
21375 \length 0pt
21376 \end_inset
21377
21378
21379 \begin_inset space \hfill{}
21380 \end_inset
21381
21382
21383 \begin_inset Tabular
21384 <lyxtabular version="3" rows="3" columns="1">
21385 <features tabularvalignment="middle">
21386 <column alignment="center" valignment="top">
21387 <row>
21388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392 A
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 </row>
21398 <row topspace="3mm">
21399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 3
21404 \begin_inset space \thinspace{}
21405 \end_inset
21406
21407 mm Leerraum oberhalb der Zeile
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 </row>
21413 <row>
21414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418 C
21419 \end_layout
21420
21421 \end_inset
21422 </cell>
21423 </row>
21424 </lyxtabular>
21425
21426 \end_inset
21427
21428
21429 \begin_inset space \hfill{}
21430 \end_inset
21431
21432
21433 \begin_inset space \hspace*{}
21434 \length 0pt
21435 \end_inset
21436
21437
21438 \begin_inset VSpace medskip
21439 \end_inset
21440
21441
21442 \begin_inset Newline newline
21443 \end_inset
21444
21445 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21446 n Linien verwenden.
21447 \end_layout
21448
21449 \begin_layout Description
21450 Unterhalb
21451 \begin_inset space ~
21452 \end_inset
21453
21454 der
21455 \begin_inset space ~
21456 \end_inset
21457
21458 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
21459  Bei einer formalen Tabelle fügt \SpecialChar LyX
21460  standardmäßig 0.5
21461 \begin_inset space \thinspace{}
21462 \end_inset
21463
21464 em Leerraum ein.
21465  Bei normalen Tabellen ist der Standardwert 2
21466 \begin_inset space \thinspace{}
21467 \end_inset
21468
21469 pt.
21470 \end_layout
21471
21472 \begin_layout Description
21473 Zwischen
21474 \begin_inset space ~
21475 \end_inset
21476
21477 den
21478 \begin_inset space ~
21479 \end_inset
21480
21481 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
21482  Bei einer formalen Tabelle fügt \SpecialChar LyX
21483  standardmäßig 0.5
21484 \begin_inset space \thinspace{}
21485 \end_inset
21486
21487 em Leerraum ein.
21488  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21489 \begin_inset VSpace medskip
21490 \end_inset
21491
21492
21493 \begin_inset Newline newline
21494 \end_inset
21495
21496
21497 \begin_inset space \hspace*{}
21498 \length 0pt
21499 \end_inset
21500
21501
21502 \begin_inset space \hfill{}
21503 \end_inset
21504
21505
21506 \begin_inset Tabular
21507 <lyxtabular version="3" rows="3" columns="1">
21508 <features tabularvalignment="middle">
21509 <column alignment="center" valignment="top">
21510 <row>
21511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515 A
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 </row>
21521 <row interlinespace="3mm">
21522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 \begin_inset Formula $\downarrow$
21527 \end_inset
21528
21529  3
21530 \begin_inset space \thinspace{}
21531 \end_inset
21532
21533 mm Leerraum zwischen den Zeilen 
21534 \begin_inset Formula $\downarrow$
21535 \end_inset
21536
21537
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 </row>
21543 <row>
21544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548 \begin_inset Formula $\uparrow$
21549 \end_inset
21550
21551  3
21552 \begin_inset space \thinspace{}
21553 \end_inset
21554
21555 mm Leerraum zwischen den Zeilen 
21556 \begin_inset Formula $\uparrow$
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 </row>
21565 </lyxtabular>
21566
21567 \end_inset
21568
21569
21570 \begin_inset space \hfill{}
21571 \end_inset
21572
21573
21574 \begin_inset space \hspace*{}
21575 \length 0pt
21576 \end_inset
21577
21578
21579 \begin_inset VSpace medskip
21580 \end_inset
21581
21582
21583 \begin_inset Newline newline
21584 \end_inset
21585
21586 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21587 n Linien verwenden.
21588 \end_layout
21589
21590 \begin_layout Standard
21591 \begin_inset VSpace bigskip
21592 \end_inset
21593
21594 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
21595  Befehlen im \SpecialChar LaTeX
21596 -Vorspann machen:
21597 \end_layout
21598
21599 \begin_layout Standard
21600
21601 \series bold
21602
21603 \backslash
21604 @ifundefined{extrarowheight}
21605 \begin_inset Newline newline
21606 \end_inset
21607
21608
21609 \begin_inset Phantom HPhantom
21610 status open
21611
21612 \begin_layout Plain Layout
21613
21614 \series bold
21615 \begin_inset space ~
21616 \end_inset
21617
21618
21619 \end_layout
21620
21621 \end_inset
21622
21623 {
21624 \backslash
21625 usepackage{array}}{}
21626 \begin_inset Newline newline
21627 \end_inset
21628
21629
21630 \backslash
21631 setlength{
21632 \backslash
21633 extrarowheight}{Höhe}
21634 \series default
21635
21636 \begin_inset Note Note
21637 status collapsed
21638
21639 \begin_layout Plain Layout
21640 Das Paket 
21641 \series bold
21642 array
21643 \series default
21644  wird automatisch von \SpecialChar LyX
21645  geladen, wenn Sie selbst definierte Tabellenformate
21646  verwenden.
21647  Der Befehl 
21648 \series bold
21649
21650 \backslash
21651 @ifundefined
21652 \series default
21653  vermeidet, dass es in diesem Fall doppelt geladen wird.
21654 \end_layout
21655
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \begin_layout Standard
21662 wobei die 
21663 \family sans
21664 Höhe
21665 \family default
21666  eine der in Anhang
21667 \begin_inset space ~
21668 \end_inset
21669
21670
21671 \begin_inset CommandInset ref
21672 LatexCommand ref
21673 reference "kap:In-LyX-verfügbare"
21674
21675 \end_inset
21676
21677  aufgelisteten Einheiten haben kann.
21678  Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
21679  ausgerichtet sind.
21680 \end_layout
21681
21682 \begin_layout Standard
21683 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
21684  zu nah an den Buchstaben.
21685  Das kann korrigiert werden, indem man den Befehl 
21686 \series bold
21687
21688 \backslash
21689 strut
21690 \series default
21691  als \SpecialChar TeX
21692 -Code am Anfang einer Tabellenzeile einfügt.
21693  Tabelle
21694 \begin_inset space ~
21695 \end_inset
21696
21697
21698 \begin_inset CommandInset ref
21699 LatexCommand ref
21700 reference "tab:Vertikale-Ausrichtung-von"
21701
21702 \end_inset
21703
21704  zeigt den Effekt.
21705 \end_layout
21706
21707 \begin_layout Standard
21708 \noindent
21709 \begin_inset Float table
21710 placement h
21711 wide false
21712 sideways false
21713 status open
21714
21715 \begin_layout Plain Layout
21716 \begin_inset Caption Standard
21717
21718 \begin_layout Plain Layout
21719 \begin_inset CommandInset label
21720 LatexCommand label
21721 name "tab:Vertikale-Ausrichtung-von"
21722
21723 \end_inset
21724
21725 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
21726 \end_layout
21727
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \begin_layout Plain Layout
21734 \begin_inset space \hfill{}
21735 \end_inset
21736
21737
21738 \begin_inset Float table
21739 wide false
21740 sideways false
21741 status collapsed
21742
21743 \begin_layout Plain Layout
21744 \begin_inset Caption Standard
21745
21746 \begin_layout Plain Layout
21747 Normale Tabelle.
21748 \end_layout
21749
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \begin_layout Plain Layout
21756 \noindent
21757 \align center
21758 \begin_inset Tabular
21759 <lyxtabular version="3" rows="6" columns="1">
21760 <features tabularvalignment="middle">
21761 <column alignment="left" valignment="top">
21762 <row>
21763 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 Normal, g
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 </row>
21773 <row>
21774 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778
21779 \size large
21780 Groß, g
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 <row>
21787 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791
21792 \size larger
21793 Größer, g
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 </row>
21799 <row>
21800 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804
21805 \size largest
21806 noch Größer, g
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 </row>
21812 <row>
21813 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21814 \begin_inset Text
21815
21816 \begin_layout Plain Layout
21817
21818 \size huge
21819 Riesig
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 </row>
21825 <row>
21826 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830
21831 \size giant
21832 Gigantisch
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 </row>
21838 </lyxtabular>
21839
21840 \end_inset
21841
21842
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \begin_inset space \hfill{}
21849 \end_inset
21850
21851
21852 \begin_inset Float table
21853 wide false
21854 sideways false
21855 status collapsed
21856
21857 \begin_layout Plain Layout
21858 \begin_inset Caption Standard
21859
21860 \begin_layout Plain Layout
21861 Tabelle bei der der Befehl 
21862 \series bold
21863
21864 \backslash
21865 strut
21866 \series default
21867  verwendet wurde.
21868 \end_layout
21869
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \begin_layout Plain Layout
21876 \noindent
21877 \align center
21878 \begin_inset Tabular
21879 <lyxtabular version="3" rows="6" columns="1">
21880 <features tabularvalignment="middle">
21881 <column alignment="left" valignment="top">
21882 <row>
21883 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887 Normal, g
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 </row>
21893 <row>
21894 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898
21899 \size large
21900 \begin_inset ERT
21901 status collapsed
21902
21903 \begin_layout Plain Layout
21904
21905
21906 \backslash
21907 strut 
21908 \end_layout
21909
21910 \end_inset
21911
21912 Groß, g
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 </row>
21918 <row>
21919 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923
21924 \size larger
21925 \begin_inset ERT
21926 status collapsed
21927
21928 \begin_layout Plain Layout
21929
21930
21931 \backslash
21932 strut 
21933 \end_layout
21934
21935 \end_inset
21936
21937 Größer, g
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 </row>
21943 <row>
21944 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948
21949 \size largest
21950 \begin_inset ERT
21951 status collapsed
21952
21953 \begin_layout Plain Layout
21954
21955
21956 \backslash
21957 strut 
21958 \end_layout
21959
21960 \end_inset
21961
21962 noch Größer, g
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 </row>
21968 <row>
21969 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21970 \begin_inset Text
21971
21972 \begin_layout Plain Layout
21973
21974 \size huge
21975 \begin_inset ERT
21976 status collapsed
21977
21978 \begin_layout Plain Layout
21979
21980
21981 \backslash
21982 strut 
21983 \end_layout
21984
21985 \end_inset
21986
21987 Riesig
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 </row>
21993 <row>
21994 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998
21999 \size giant
22000 \begin_inset ERT
22001 status collapsed
22002
22003 \begin_layout Plain Layout
22004
22005
22006 \backslash
22007 strut 
22008 \end_layout
22009
22010 \end_inset
22011
22012 Gigantisch
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 </row>
22018 </lyxtabular>
22019
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \end_inset
22026
22027
22028 \begin_inset space \hfill{}
22029 \end_inset
22030
22031
22032 \end_layout
22033
22034 \end_inset
22035
22036
22037 \end_layout
22038
22039 \begin_layout Subsection
22040 Besondere Zellenausrichtung
22041 \begin_inset CommandInset label
22042 LatexCommand label
22043 name "uab:Besondere-Zellenausrichtung"
22044
22045 \end_inset
22046
22047
22048 \begin_inset Index idx
22049 status collapsed
22050
22051 \begin_layout Plain Layout
22052 Tabellen ! Zellenausrichtung
22053 \end_layout
22054
22055 \end_inset
22056
22057
22058 \end_layout
22059
22060 \begin_layout Standard
22061 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
22062  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
22063 \begin_inset space ~
22064 \end_inset
22065
22066
22067 \begin_inset CommandInset ref
22068 LatexCommand ref
22069 reference "tab:Tabellenzellen-sind-auf"
22070
22071 \end_inset
22072
22073 .
22074  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
22075  dann entweder den Werkzeugleistenknopf 
22076 \begin_inset Info
22077 type  "icon"
22078 arg   "tabular-feature align-decimal"
22079 \end_inset
22080
22081  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
22082 \family sans
22083 Am
22084 \begin_inset space ~
22085 \end_inset
22086
22087 Dezimaltrenner
22088 \family default
22089  setzt.
22090  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
22091  frei wählen.
22092 \end_layout
22093
22094 \begin_layout Standard
22095 \begin_inset Float table
22096 placement h
22097 wide false
22098 sideways false
22099 status open
22100
22101 \begin_layout Plain Layout
22102 \begin_inset Caption Standard
22103
22104 \begin_layout Plain Layout
22105 \begin_inset CommandInset label
22106 LatexCommand label
22107 name "tab:Tabellenzellen-sind-auf"
22108
22109 \end_inset
22110
22111 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
22112 \end_layout
22113
22114 \end_inset
22115
22116
22117 \end_layout
22118
22119 \begin_layout Plain Layout
22120 \align center
22121 \begin_inset Tabular
22122 <lyxtabular version="3" rows="4" columns="1">
22123 <features booktabs="true" tabularvalignment="middle">
22124 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
22125 <row>
22126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130 Überschrift
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 </row>
22136 <row>
22137 <cell alignment="center" valignment="top" topline="true" usebox="none">
22138 \begin_inset Text
22139
22140 \begin_layout Plain Layout
22141 12,6
22142 \end_layout
22143
22144 \end_inset
22145 </cell>
22146 </row>
22147 <row>
22148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22149 \begin_inset Text
22150
22151 \begin_layout Plain Layout
22152 0,68
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 </row>
22158 <row>
22159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163 -123,0
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 </row>
22169 </lyxtabular>
22170
22171 \end_inset
22172
22173
22174 \end_layout
22175
22176 \end_inset
22177
22178
22179 \end_layout
22180
22181 \begin_layout Standard
22182 \begin_inset Float table
22183 placement h
22184 wide false
22185 sideways false
22186 status open
22187
22188 \begin_layout Plain Layout
22189 \begin_inset Caption Standard
22190
22191 \begin_layout Plain Layout
22192 \begin_inset CommandInset label
22193 LatexCommand label
22194 name "tab:Tabellenzellen-Operator"
22195
22196 \end_inset
22197
22198 Tabellenzellen sind auf den Operator ausgerichtet
22199 \end_layout
22200
22201 \end_inset
22202
22203
22204 \end_layout
22205
22206 \begin_layout Plain Layout
22207 \align center
22208 \begin_inset Tabular
22209 <lyxtabular version="3" rows="4" columns="2">
22210 <features booktabs="true" tabularvalignment="middle">
22211 <column alignment="right" valignment="top" width="0pt">
22212 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22213 <row>
22214 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218 Überschrift
22219 \end_layout
22220
22221 \end_inset
22222 </cell>
22223 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22224 \begin_inset Text
22225
22226 \begin_layout Plain Layout
22227
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 </row>
22233 <row>
22234 <cell alignment="center" valignment="top" usebox="none">
22235 \begin_inset Text
22236
22237 \begin_layout Plain Layout
22238 \begin_inset Formula $12\,+$
22239 \end_inset
22240
22241
22242 \end_layout
22243
22244 \end_inset
22245 </cell>
22246 <cell alignment="center" valignment="top" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250 \begin_inset Formula $\,6$
22251 \end_inset
22252
22253
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 </row>
22259 <row>
22260 <cell alignment="center" valignment="top" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Plain Layout
22264 \begin_inset Formula $0\,-$
22265 \end_inset
22266
22267
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 <cell alignment="center" valignment="top" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 \begin_inset Formula $\,68$
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 </row>
22285 <row>
22286 <cell alignment="center" valignment="top" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290 \begin_inset Formula $-123\,/$
22291 \end_inset
22292
22293
22294 \end_layout
22295
22296 \end_inset
22297 </cell>
22298 <cell alignment="center" valignment="top" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302 \begin_inset Formula $\,0$
22303 \end_inset
22304
22305
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 </row>
22311 </lyxtabular>
22312
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \end_inset
22319
22320
22321 \end_layout
22322
22323 \begin_layout Standard
22324 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
22325  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
22326  Formeln erlaubt.
22327  In diesem Fall verwendet man die Methode von Tabelle
22328 \begin_inset space ~
22329 \end_inset
22330
22331
22332 \begin_inset CommandInset ref
22333 LatexCommand ref
22334 reference "tab:Tabellenzellen-Operator"
22335
22336 \end_inset
22337
22338 .
22339  Diese Tabelle wurde als 4×2 Tabelle erstellt.
22340  Die Überschrift ist eine zentrierte Mehrfachspalte.
22341  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
22342  und den Operator.
22343  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
22344  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
22345  um den üblichen Leerraum um einen Operator zu erhalten.
22346  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
22347 -Argument
22348  für die zweite Spalte folgendes eingefügt:
22349 \end_layout
22350
22351 \begin_layout Standard
22352
22353 \series bold
22354 @{}l
22355 \end_layout
22356
22357 \begin_layout Standard
22358 Tabelle
22359 \begin_inset space ~
22360 \end_inset
22361
22362
22363 \begin_inset CommandInset ref
22364 LatexCommand ref
22365 reference "tab:Verschiedene-Ausrichtungen"
22366
22367 \end_inset
22368
22369  zeigt einige Ausrichtungen.
22370  Für die Ausrichtung der Relationen wurde ein kleiner 
22371 \family sans
22372 Leerraum
22373 \family default
22374  eingefügt; wie in der zweiten Spalte von Tabelle
22375 \begin_inset space ~
22376 \end_inset
22377
22378
22379 \begin_inset CommandInset ref
22380 LatexCommand ref
22381 reference "tab:Tabellenzellen-Operator"
22382
22383 \end_inset
22384
22385 .
22386 \end_layout
22387
22388 \begin_layout Standard
22389
22390 \color black
22391 \begin_inset Float table
22392 placement h
22393 wide false
22394 sideways false
22395 status open
22396
22397 \begin_layout Plain Layout
22398
22399 \color black
22400 \begin_inset Caption Standard
22401
22402 \begin_layout Plain Layout
22403
22404 \color black
22405 \begin_inset CommandInset label
22406 LatexCommand label
22407 name "tab:Verschiedene-Ausrichtungen"
22408
22409 \end_inset
22410
22411
22412 \color inherit
22413 Verschiedene Ausrichtungen
22414 \end_layout
22415
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \begin_layout Plain Layout
22422 \align center
22423 \begin_inset Tabular
22424 <lyxtabular version="3" rows="4" columns="6">
22425 <features tabularvalignment="middle">
22426 <column alignment="right" valignment="top">
22427 <column alignment="left" valignment="top" special="@{}l">
22428 <column alignment="right" valignment="top">
22429 <column alignment="left" valignment="top" special="@{}l">
22430 <column alignment="right" valignment="top">
22431 <column alignment="left" valignment="top" special="@{}l">
22432 <row>
22433 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22434 \begin_inset Text
22435
22436 \begin_layout Plain Layout
22437 Einheiten
22438 \end_layout
22439
22440 \end_inset
22441 </cell>
22442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455 Exponenten
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22470 \begin_inset Text
22471
22472 \begin_layout Plain Layout
22473 Relationen
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 </row>
22488 <row>
22489 <cell alignment="center" valignment="top" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493 12×
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 24
22503 \begin_inset space \thinspace{}
22504 \end_inset
22505
22506 Flaschen
22507 \end_layout
22508
22509 \end_inset
22510 </cell>
22511 <cell alignment="center" valignment="top" usebox="none">
22512 \begin_inset Text
22513
22514 \begin_layout Plain Layout
22515 \begin_inset Formula $10\cdot$
22516 \end_inset
22517
22518
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 \begin_inset Formula $10^{\mbox{-}17}$
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 \begin_inset Formula $\Gamma(t)\propto$
22540 \end_inset
22541
22542
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 \begin_inset Formula $\:\Upsilon(t)$
22552 \end_inset
22553
22554
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 </row>
22560 <row>
22561 <cell alignment="center" valignment="top" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 1024×
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574 768
22575 \begin_inset space \thinspace{}
22576 \end_inset
22577
22578 Pixel
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 <cell alignment="center" valignment="top" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587 \begin_inset Formula $5.78\cdot$
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \end_inset
22594 </cell>
22595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599 \begin_inset Formula $10^{7}$
22600 \end_inset
22601
22602
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 <cell alignment="center" valignment="top" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 \begin_inset Formula $A\ne$
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 \begin_inset Formula $\:B_{\mathrm{red}}$
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 32×
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 6
22647 \begin_inset space \thinspace{}
22648 \end_inset
22649
22650 cm
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 <cell alignment="center" valignment="top" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659 -
22660 \begin_inset Formula $33.5\cdot$
22661 \end_inset
22662
22663
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672 \begin_inset Formula $10^{4}$
22673 \end_inset
22674
22675
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 <cell alignment="center" valignment="top" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684 \begin_inset Formula $\sin(\alpha)\ge$
22685 \end_inset
22686
22687
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 \begin_inset Formula $\:\sin(\beta)$
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 </row>
22705 </lyxtabular>
22706
22707 \end_inset
22708
22709
22710 \end_layout
22711
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \begin_layout Subsection
22718 Angepasste Zellen-/Spaltenformate
22719 \begin_inset CommandInset label
22720 LatexCommand label
22721 name "uab:Angepasste-Zellen-/Spaltenformate"
22722
22723 \end_inset
22724
22725
22726 \begin_inset Index idx
22727 status collapsed
22728
22729 \begin_layout Plain Layout
22730 Tabellen ! Spaltenformat
22731 \end_layout
22732
22733 \end_inset
22734
22735
22736 \end_layout
22737
22738 \begin_layout Standard
22739 Wenn man wie in Abschnitt
22740 \begin_inset space ~
22741 \end_inset
22742
22743
22744 \begin_inset CommandInset ref
22745 LatexCommand ref
22746 reference "abs:Berechnung-der-Tabellenbreite"
22747
22748 \end_inset
22749
22750  oder Abschnitt
22751 \begin_inset space ~
22752 \end_inset
22753
22754
22755 \begin_inset CommandInset ref
22756 LatexCommand ref
22757 reference "uab:Mehrfachspalten-Berechnungen"
22758
22759 \end_inset
22760
22761  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
22762  Tabellen sehr lästig.
22763  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
22764 -Vorspann ein Zellen/Spalten-Form
22765 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
22766  kann.
22767  Das Format wird mit dem Befehl
22768 \end_layout
22769
22770 \begin_layout Standard
22771
22772 \series bold
22773
22774 \backslash
22775 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
22776 \end_layout
22777
22778 \begin_layout Standard
22779 definiert.
22780  Der Formatname darf nur ein Buchstabe sein, aber nicht 
22781 \emph on
22782 b
22783 \emph default
22784
22785 \emph on
22786 c
22787 \emph default
22788
22789 \emph on
22790 l
22791 \emph default
22792
22793 \emph on
22794 m
22795 \emph default
22796
22797 \emph on
22798 p
22799 \emph default
22800  oder 
22801 \emph on
22802 r
22803 \emph default
22804 , weil diese vordefiniert sind.
22805  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
22806 \end_layout
22807
22808 \begin_layout Standard
22809 \begin_inset VSpace medskip
22810 \end_inset
22811
22812
22813 \end_layout
22814
22815 \begin_layout Standard
22816 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
22817  Breite könnte das Format so aussehen:
22818 \end_layout
22819
22820 \begin_layout Standard
22821
22822 \series bold
22823
22824 \backslash
22825 newcolumntype{M}[1]{>{
22826 \backslash
22827 centering
22828 \backslash
22829 hspace{0pt}}m{#1}}
22830 \end_layout
22831
22832 \begin_layout Standard
22833 wobei 
22834 \series bold
22835
22836 \backslash
22837 hspace{0pt}
22838 \series default
22839  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
22840  Abschnitt
22841 \begin_inset space ~
22842 \end_inset
22843
22844
22845 \begin_inset CommandInset ref
22846 LatexCommand ref
22847 reference "uab:Mehrere-Zeilen-in"
22848
22849 \end_inset
22850
22851  beschrieben.
22852  Jetzt können Sie mit
22853 \end_layout
22854
22855 \begin_layout Standard
22856
22857 \series bold
22858 M{Breite}
22859 \end_layout
22860
22861 \begin_layout Standard
22862 im 
22863 \family sans
22864 \SpecialChar LaTeX
22865 -Argument
22866 \family default
22867  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
22868 \end_layout
22869
22870 \begin_layout Standard
22871 \begin_inset VSpace bigskip
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \begin_layout Standard
22878 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
22879  Format definieren:
22880 \end_layout
22881
22882 \begin_layout Standard
22883
22884 \series bold
22885
22886 \backslash
22887 newcolumntype{S}[2]{>{
22888 \backslash
22889 centering
22890 \backslash
22891 hspace{0pt}}
22892 \begin_inset Newline newline
22893 \end_inset
22894
22895
22896 \begin_inset Phantom HPhantom
22897 status open
22898
22899 \begin_layout Plain Layout
22900
22901 \series bold
22902
22903 \backslash
22904 newcolumntype
22905 \end_layout
22906
22907 \end_inset
22908
22909 m{(#1+(2
22910 \backslash
22911 tabcolsep+
22912 \backslash
22913 arrayrulewidth)*(1-#2))/#2}}
22914 \end_layout
22915
22916 \begin_layout Standard
22917 Dieses Format benutzt Gleichung
22918 \begin_inset space ~
22919 \end_inset
22920
22921
22922 \begin_inset CommandInset ref
22923 LatexCommand ref
22924 reference "eq:Wgn"
22925
22926 \end_inset
22927
22928 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
22929  breit ist.
22930 \end_layout
22931
22932 \begin_layout Standard
22933 Jetzt können Sie im 
22934 \family sans
22935 \SpecialChar LaTeX
22936 -Argument
22937 \family default
22938  im 
22939 \family sans
22940 Tabellen-Einstellungen
22941 \family default
22942 -Dialog folgendes einfügen:
22943 \end_layout
22944
22945 \begin_layout Standard
22946
22947 \series bold
22948 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
22949 \end_layout
22950
22951 \begin_layout Standard
22952 \begin_inset VSpace bigskip
22953 \end_inset
22954
22955
22956 \end_layout
22957
22958 \begin_layout Standard
22959 Für farbige Spalten können Sie folgendes einfügen:
22960 \end_layout
22961
22962 \begin_layout Standard
22963
22964 \series bold
22965
22966 \backslash
22967 newcolumntype{K}[1]{>{
22968 \backslash
22969 columncolor{#1}
22970 \backslash
22971 hspace{0pt}}c}
22972 \end_layout
22973
22974 \begin_layout Standard
22975 Das 
22976 \begin_inset Quotes gld
22977 \end_inset
22978
22979 c
22980 \begin_inset Quotes grd
22981 \end_inset
22982
22983  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
22984  zentriert ist.
22985  Jetzt können Sie als 
22986 \family sans
22987 \SpecialChar LaTeX
22988 -Argument
22989 \family default
22990  folgendes einfügen:
22991 \end_layout
22992
22993 \begin_layout Standard
22994
22995 \series bold
22996 K{Farbname}
22997 \end_layout
22998
22999 \begin_layout Standard
23000 \begin_inset VSpace bigskip
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \begin_layout Standard
23007 Für Tabelle
23008 \begin_inset space ~
23009 \end_inset
23010
23011
23012 \begin_inset CommandInset ref
23013 LatexCommand ref
23014 reference "tab:Tabelle-mit-benutzerdefinierte"
23015
23016 \end_inset
23017
23018  wurden folgende 
23019 \family sans
23020 \SpecialChar LaTeX
23021 -Argumente
23022 \family default
23023  benutzt:
23024 \end_layout
23025
23026 \begin_layout Standard
23027
23028 \series bold
23029 M{2.5cm}
23030 \end_layout
23031
23032 \begin_layout Standard
23033 für die erste Spalte und die Mehrfachspalte,
23034 \end_layout
23035
23036 \begin_layout Standard
23037
23038 \series bold
23039 K{red}
23040 \end_layout
23041
23042 \begin_layout Standard
23043 für die letzte Spalte und
23044 \end_layout
23045
23046 \begin_layout Standard
23047
23048 \series bold
23049 S{2.5cm}{2}
23050 \end_layout
23051
23052 \begin_layout Standard
23053 für die Spalten in der zweiten Mehrfachspalte.
23054 \end_layout
23055
23056 \begin_layout Standard
23057 \begin_inset Float table
23058 placement h
23059 wide false
23060 sideways false
23061 status open
23062
23063 \begin_layout Plain Layout
23064 \begin_inset Caption Standard
23065
23066 \begin_layout Plain Layout
23067 \begin_inset CommandInset label
23068 LatexCommand label
23069 name "tab:Tabelle-mit-benutzerdefinierte"
23070
23071 \end_inset
23072
23073 Tabelle mit benutzerdefinierten Formaten
23074 \end_layout
23075
23076 \end_inset
23077
23078
23079 \end_layout
23080
23081 \begin_layout Plain Layout
23082 \align center
23083 \begin_inset Tabular
23084 <lyxtabular version="3" rows="3" columns="4">
23085 <features tabularvalignment="middle">
23086 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23087 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23088 <column alignment="center" valignment="middle">
23089 <column alignment="center" valignment="middle" special="K{red}">
23090 <row>
23091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095 einsehrlangesWort
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104 Mehrfachspalte mit mehreren Zeilen
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122 c
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 </row>
23128 <row>
23129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133 d
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142 e
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151 f
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160 g
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 </row>
23166 <row>
23167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 h
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 i
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189 j
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 k
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 </row>
23204 </lyxtabular>
23205
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \end_inset
23212
23213
23214 \end_layout
23215
23216 \begin_layout Subsection
23217 Liniendicke
23218 \begin_inset CommandInset label
23219 LatexCommand label
23220 name "uab:Liniendicke"
23221
23222 \end_inset
23223
23224
23225 \begin_inset Index idx
23226 status collapsed
23227
23228 \begin_layout Plain Layout
23229 Tabellen  ! Linien ! -dicke
23230 \end_layout
23231
23232 \end_inset
23233
23234
23235 \end_layout
23236
23237 \begin_layout Standard
23238 Die Liniendicke für alle Linien einer Tabelle kann mit 
23239 \series bold
23240
23241 \backslash
23242 arrayrulewidth
23243 \series default
23244  eingestellt werden.
23245  Um eine Liniendicke von 1.5
23246 \begin_inset space \thinspace{}
23247 \end_inset
23248
23249 pt wie in Tabelle
23250 \begin_inset space ~
23251 \end_inset
23252
23253
23254 \begin_inset CommandInset ref
23255 LatexCommand ref
23256 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
23257
23258 \end_inset
23259
23260  zu bekommen, geben Sie den Befehl
23261 \end_layout
23262
23263 \begin_layout Standard
23264
23265 \series bold
23266
23267 \backslash
23268 setlength{
23269 \backslash
23270 arrayrulewidth}{1.5pt}
23271 \end_layout
23272
23273 \begin_layout Standard
23274 als \SpecialChar TeX
23275 -Code vor der (Gleitobjekt-)Tabelle ein.
23276  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
23277  Mit
23278 \end_layout
23279
23280 \begin_layout Standard
23281
23282 \series bold
23283
23284 \backslash
23285 setlength{
23286 \backslash
23287 arrayrulewidth}{0.4pt}
23288 \end_layout
23289
23290 \begin_layout Standard
23291 bekommen Sie wieder die Standarddicke.
23292 \end_layout
23293
23294 \begin_layout Standard
23295 \begin_inset ERT
23296 status collapsed
23297
23298 \begin_layout Plain Layout
23299
23300
23301 \backslash
23302 setlength{
23303 \backslash
23304 arrayrulewidth}{1.5pt}
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \begin_inset Float table
23311 placement H
23312 wide false
23313 sideways false
23314 status open
23315
23316 \begin_layout Plain Layout
23317 \begin_inset Caption Standard
23318
23319 \begin_layout Plain Layout
23320 \begin_inset CommandInset label
23321 LatexCommand label
23322 name "tab:Tabelle-mit-1.5pt-Liniendicke"
23323
23324 \end_inset
23325
23326 Tabelle mit 1.5
23327 \begin_inset space \thinspace{}
23328 \end_inset
23329
23330 pt Liniendicke
23331 \end_layout
23332
23333 \end_inset
23334
23335
23336 \end_layout
23337
23338 \begin_layout Plain Layout
23339 \align center
23340 \begin_inset Tabular
23341 <lyxtabular version="3" rows="3" columns="3">
23342 <features tabularvalignment="middle">
23343 <column alignment="center" valignment="top">
23344 <column alignment="center" valignment="top">
23345 <column alignment="center" valignment="top">
23346 <row>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351 sd
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 </row>
23375 <row>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 sd
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 </row>
23404 <row>
23405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 sd
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 </row>
23433 </lyxtabular>
23434
23435 \end_inset
23436
23437
23438 \end_layout
23439
23440 \end_inset
23441
23442
23443 \begin_inset ERT
23444 status collapsed
23445
23446 \begin_layout Plain Layout
23447
23448
23449 \backslash
23450 setlength{
23451 \backslash
23452 arrayrulewidth}{0.4pt}
23453 \end_layout
23454
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \begin_layout Standard
23461 \begin_inset VSpace bigskip
23462 \end_inset
23463
23464 Um eine Liniendicke von 1.5
23465 \begin_inset space \thinspace{}
23466 \end_inset
23467
23468 pt nur für horizontale Linien zu bekommen wie in Tabelle
23469 \begin_inset space ~
23470 \end_inset
23471
23472
23473 \begin_inset CommandInset ref
23474 LatexCommand ref
23475 reference "tab:Tabelle-mit-1.5pt-horiz"
23476
23477 \end_inset
23478
23479 , müssen Sie folgende Befehle als \SpecialChar TeX
23480 -Code vor der (Gleitobjekt-)Tabelle einfügen:
23481 \end_layout
23482
23483 \begin_layout Standard
23484
23485 \series bold
23486
23487 \backslash
23488 let
23489 \backslash
23490 myHline
23491 \backslash
23492 hline
23493 \begin_inset Newline newline
23494 \end_inset
23495
23496
23497 \backslash
23498 renewcommand{
23499 \backslash
23500 hline}
23501 \begin_inset Newline newline
23502 \end_inset
23503
23504  {
23505 \backslash
23506 noalign{
23507 \backslash
23508 global
23509 \backslash
23510 arrayrulewidth 1.5pt}
23511 \begin_inset Newline newline
23512 \end_inset
23513
23514  
23515 \backslash
23516 myHline
23517 \backslash
23518 noalign{
23519 \backslash
23520 global
23521 \backslash
23522 arrayrulewidth 0.4pt}}
23523 \end_layout
23524
23525 \begin_layout Standard
23526 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
23527 -Code hinter der
23528  (Gleit\SpecialChar softhyphen
23529 objekt-)Tabelle zurück:
23530 \end_layout
23531
23532 \begin_layout Standard
23533
23534 \series bold
23535
23536 \backslash
23537 renewcommand{
23538 \backslash
23539 hline}{
23540 \backslash
23541 myHline}
23542 \end_layout
23543
23544 \begin_layout Standard
23545 \begin_inset ERT
23546 status collapsed
23547
23548 \begin_layout Plain Layout
23549
23550
23551 \backslash
23552 let
23553 \backslash
23554 myHline
23555 \backslash
23556 hline
23557 \end_layout
23558
23559 \begin_layout Plain Layout
23560
23561
23562 \backslash
23563 renewcommand{
23564 \backslash
23565 hline}
23566 \end_layout
23567
23568 \begin_layout Plain Layout
23569
23570  {
23571 \backslash
23572 noalign{
23573 \backslash
23574 global
23575 \backslash
23576 arrayrulewidth 1.5pt}
23577 \end_layout
23578
23579 \begin_layout Plain Layout
23580
23581   
23582 \backslash
23583 myHline
23584 \backslash
23585 noalign{
23586 \backslash
23587 global
23588 \backslash
23589 arrayrulewidth 0.4pt}}
23590 \end_layout
23591
23592 \end_inset
23593
23594
23595 \begin_inset Float table
23596 placement h
23597 wide false
23598 sideways false
23599 status open
23600
23601 \begin_layout Plain Layout
23602 \begin_inset Caption Standard
23603
23604 \begin_layout Plain Layout
23605 \begin_inset CommandInset label
23606 LatexCommand label
23607 name "tab:Tabelle-mit-1.5pt-horiz"
23608
23609 \end_inset
23610
23611 Tabelle mit 1.5
23612 \begin_inset space \thinspace{}
23613 \end_inset
23614
23615 pt dicken horizontalen Linien
23616 \end_layout
23617
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \begin_layout Plain Layout
23624 \align center
23625 \begin_inset Tabular
23626 <lyxtabular version="3" rows="3" columns="3">
23627 <features tabularvalignment="middle">
23628 <column alignment="center" valignment="top">
23629 <column alignment="center" valignment="top">
23630 <column alignment="center" valignment="top">
23631 <row>
23632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636 sd
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 </row>
23660 <row>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674 sd
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 </row>
23689 <row>
23690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 sd
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 </row>
23718 </lyxtabular>
23719
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726
23727
23728 \begin_inset ERT
23729 status collapsed
23730
23731 \begin_layout Plain Layout
23732
23733
23734 \backslash
23735 renewcommand{
23736 \backslash
23737 hline}{
23738 \backslash
23739 myHline}
23740 \end_layout
23741
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \begin_layout Standard
23748 \begin_inset VSpace bigskip
23749 \end_inset
23750
23751 Um die Liniendicke von 1.5
23752 \begin_inset space \thinspace{}
23753 \end_inset
23754
23755 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
23756 -Vorspann folgendes
23757  Spaltenformat entsprechend der Beschreibung in Abschnitt
23758 \begin_inset space ~
23759 \end_inset
23760
23761
23762 \begin_inset CommandInset ref
23763 LatexCommand ref
23764 reference "uab:Angepasste-Zellen-/Spaltenformate"
23765
23766 \end_inset
23767
23768  definieren:
23769 \end_layout
23770
23771 \begin_layout Standard
23772
23773 \series bold
23774
23775 \backslash
23776 newcolumntype{V}{!{
23777 \backslash
23778 vrule width 1.5pt}}
23779 \end_layout
23780
23781 \begin_layout Standard
23782 In Tabelle
23783 \begin_inset space ~
23784 \end_inset
23785
23786
23787 \begin_inset CommandInset ref
23788 LatexCommand ref
23789 reference "tab:Tabelle-mit-1.5pt-vert"
23790
23791 \end_inset
23792
23793  wurde das 
23794 \family sans
23795 LaTeX-Argument
23796 \family default
23797 \series bold
23798  VcV
23799 \series default
23800  für die letzte Spalte und
23801 \series bold
23802  Vc
23803 \series default
23804  für die anderen benutzt.
23805 \end_layout
23806
23807 \begin_layout Standard
23808 \begin_inset Float table
23809 placement H
23810 wide false
23811 sideways false
23812 status open
23813
23814 \begin_layout Plain Layout
23815 \begin_inset Caption Standard
23816
23817 \begin_layout Plain Layout
23818 \begin_inset CommandInset label
23819 LatexCommand label
23820 name "tab:Tabelle-mit-1.5pt-vert"
23821
23822 \end_inset
23823
23824 Tabelle mit 1.5
23825 \begin_inset space \thinspace{}
23826 \end_inset
23827
23828 pt dicken vertikalen Linien
23829 \end_layout
23830
23831 \end_inset
23832
23833
23834 \end_layout
23835
23836 \begin_layout Plain Layout
23837 \align center
23838 \begin_inset Tabular
23839 <lyxtabular version="3" rows="3" columns="3">
23840 <features tabularvalignment="middle">
23841 <column alignment="center" valignment="top" special="Vc">
23842 <column alignment="center" valignment="top" special="Vc">
23843 <column alignment="center" valignment="top" special="VcV">
23844 <row>
23845 <cell alignment="center" valignment="top" topline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 sd
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" topline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 <cell alignment="center" valignment="top" topline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 </row>
23873 <row>
23874 <cell alignment="center" valignment="top" topline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 <cell alignment="center" valignment="top" topline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887 sd
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 <cell alignment="center" valignment="top" topline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 </row>
23902 <row>
23903 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925 sd
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 </row>
23931 </lyxtabular>
23932
23933 \end_inset
23934
23935
23936 \end_layout
23937
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \begin_layout Subsection
23944 Gestrichelte Linien
23945 \begin_inset Index idx
23946 status collapsed
23947
23948 \begin_layout Plain Layout
23949 Tabellen  ! Linien ! gestrichelte 
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \begin_layout Standard
23958 \begin_inset ERT
23959 status collapsed
23960
23961 \begin_layout Plain Layout
23962
23963
23964 \backslash
23965 ifarydshln
23966 \end_layout
23967
23968 \end_inset
23969
23970
23971 \begin_inset Note Note
23972 status open
23973
23974 \begin_layout Plain Layout
23975 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
23976 -Paket 
23977 \series bold
23978 arydshln
23979 \series default
23980  installiert ist.
23981 \end_layout
23982
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \begin_layout Standard
23989 \begin_inset Float table
23990 placement h
23991 wide false
23992 sideways false
23993 status open
23994
23995 \begin_layout Plain Layout
23996 \begin_inset Caption Standard
23997
23998 \begin_layout Plain Layout
23999 \begin_inset CommandInset label
24000 LatexCommand label
24001 name "tab:Tabelle-mit-gestrichelten"
24002
24003 \end_inset
24004
24005 Tabelle mit gestrichelten Linien
24006 \end_layout
24007
24008 \end_inset
24009
24010
24011 \end_layout
24012
24013 \begin_layout Plain Layout
24014 \align center
24015 \begin_inset Tabular
24016 <lyxtabular version="3" rows="5" columns="5">
24017 <features tabularvalignment="middle">
24018 <column alignment="center" valignment="top">
24019 <column alignment="center" valignment="top">
24020 <column alignment="center" valignment="top" special=":c">
24021 <column alignment="center" valignment="top">
24022 <column alignment="center" valignment="top">
24023 <row>
24024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 a
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037 b
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 c
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 d
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064 e
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 </row>
24070 <row>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075 f
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084 g
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 <cell alignment="center" valignment="top" topline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093 h
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102 i
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111 j
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 </row>
24117 <row>
24118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122 \begin_inset ERT
24123 status collapsed
24124
24125 \begin_layout Plain Layout
24126
24127
24128 \backslash
24129 hdashline 
24130 \end_layout
24131
24132 \end_inset
24133
24134 k
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143 l
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 m
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 n
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24167 \begin_inset Text
24168
24169 \begin_layout Plain Layout
24170 o
24171 \end_layout
24172
24173 \end_inset
24174 </cell>
24175 </row>
24176 <row>
24177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24178 \begin_inset Text
24179
24180 \begin_layout Plain Layout
24181 \begin_inset ERT
24182 status collapsed
24183
24184 \begin_layout Plain Layout
24185
24186
24187 \backslash
24188 cdashline{4-5}
24189 \end_layout
24190
24191 \end_inset
24192
24193 p
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202 q
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211 r
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220 s
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 </row>
24235 <row>
24236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240 t
24241 \end_layout
24242
24243 \end_inset
24244 </cell>
24245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24246 \begin_inset Text
24247
24248 \begin_layout Plain Layout
24249 u
24250 \end_layout
24251
24252 \end_inset
24253 </cell>
24254 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258 v
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267 w
24268 \end_layout
24269
24270 \end_inset
24271 </cell>
24272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24273 \begin_inset Text
24274
24275 \begin_layout Plain Layout
24276 x
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 </row>
24282 </lyxtabular>
24283
24284 \end_inset
24285
24286
24287 \end_layout
24288
24289 \end_inset
24290
24291
24292 \end_layout
24293
24294 \begin_layout Standard
24295 \SpecialChar LyX
24296  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
24297 -Code
24298  benutzen.
24299  Zunächst müssen Sie das \SpecialChar LaTeX
24300 -Paket 
24301 \series bold
24302 arydshln
24303 \series default
24304
24305 \begin_inset Index idx
24306 status collapsed
24307
24308 \begin_layout Plain Layout
24309 \SpecialChar LaTeX
24310 -Pakete ! arydshln
24311 \end_layout
24312
24313 \end_inset
24314
24315  im \SpecialChar LaTeX
24316 -Vorspann laden:
24317 \end_layout
24318
24319 \begin_layout Standard
24320
24321 \series bold
24322
24323 \backslash
24324 usepackage{arydshln}
24325 \end_layout
24326
24327 \begin_layout Standard
24328 Um senkrechte Linien zu stricheln, müssen Sie im 
24329 \family sans
24330 LaTeX-Argument
24331 \family default
24332  des 
24333 \family sans
24334 Tabellen-Einstellungen
24335 \family default
24336 -Dialogs 
24337 \begin_inset Quotes gld
24338 \end_inset
24339
24340 :
24341 \begin_inset Quotes grd
24342 \end_inset
24343
24344 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
24345 \end_layout
24346
24347 \begin_layout Standard
24348 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
24349 \end_layout
24350
24351 \begin_layout Standard
24352
24353 \series bold
24354
24355 \backslash
24356 hdashline
24357 \end_layout
24358
24359 \begin_layout Standard
24360 als \SpecialChar TeX
24361 -Code als erstes in die erste Zelle einer Zeile einfügen.
24362 \end_layout
24363
24364 \begin_layout Standard
24365 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
24366 \end_layout
24367
24368 \begin_layout Standard
24369
24370 \series bold
24371
24372 \backslash
24373 cdashline{Anfangsspalte-Endspalte}
24374 \end_layout
24375
24376 \begin_layout Standard
24377 als \SpecialChar TeX
24378 -Code als erstes in die erste Zelle einer Zeile eingefügt.
24379  Wenn Sie z.
24380 \begin_inset space \thinspace{}
24381 \end_inset
24382
24383 B.
24384  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
24385  gestrichelte Linie haben, fügen Sie den Befehl
24386 \end_layout
24387
24388 \begin_layout Standard
24389
24390 \series bold
24391
24392 \backslash
24393 cdashline{2-4}
24394 \end_layout
24395
24396 \begin_layout Standard
24397 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
24398 \end_layout
24399
24400 \begin_layout Standard
24401 \begin_inset VSpace bigskip
24402 \end_inset
24403
24404
24405 \end_layout
24406
24407 \begin_layout Standard
24408 In Tabelle
24409 \begin_inset space ~
24410 \end_inset
24411
24412
24413 \begin_inset CommandInset ref
24414 LatexCommand ref
24415 reference "tab:Tabelle-mit-gestrichelten"
24416
24417 \end_inset
24418
24419  wurde in der dritten Spalte der Befehl
24420 \series bold
24421  
24422 \series default
24423
24424 \begin_inset Quotes gld
24425 \end_inset
24426
24427
24428 \series bold
24429 :c
24430 \begin_inset Quotes grd
24431 \end_inset
24432
24433
24434 \series default
24435  benutzt.
24436  Der Befehl 
24437 \series bold
24438
24439 \backslash
24440 hdashline
24441 \series default
24442  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
24443 \begin_inset Newline newline
24444 \end_inset
24445
24446  
24447 \series bold
24448
24449 \backslash
24450 cdashline{4-5} 
24451 \series default
24452 wurde in die erste Zelle der vierten Zeile eingefügt.
24453 \end_layout
24454
24455 \begin_layout Standard
24456 \begin_inset VSpace bigskip
24457 \end_inset
24458
24459
24460 \end_layout
24461
24462 \begin_layout Standard
24463 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
24464 \begin_inset space ~
24465 \end_inset
24466
24467
24468 \begin_inset CommandInset ref
24469 LatexCommand ref
24470 reference "tab:Farbige-Tabelle-mit"
24471
24472 \end_inset
24473
24474  verdeutlicht.
24475 \end_layout
24476
24477 \begin_layout Standard
24478 \begin_inset ERT
24479 status collapsed
24480
24481 \begin_layout Plain Layout
24482
24483
24484 \backslash
24485 setlength{
24486 \backslash
24487 arrayrulewidth}{1pt}
24488 \end_layout
24489
24490 \end_inset
24491
24492
24493 \begin_inset Note Note
24494 status collapsed
24495
24496 \begin_layout Plain Layout
24497 dickere Linien zur besseren Visualisierung der Linienfarbe
24498 \end_layout
24499
24500 \end_inset
24501
24502
24503 \end_layout
24504
24505 \begin_layout Standard
24506 \begin_inset ERT
24507 status collapsed
24508
24509 \begin_layout Plain Layout
24510
24511
24512 \backslash
24513 dashgapcolor{green}
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \begin_inset Note Note
24520 status collapsed
24521
24522 \begin_layout Plain Layout
24523 färbt Raum zwischen den Strichen grün
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Standard
24532 \begin_inset ERT
24533 status collapsed
24534
24535 \begin_layout Plain Layout
24536
24537
24538 \backslash
24539 let
24540 \backslash
24541 myHdashline
24542 \backslash
24543 hdashline
24544 \end_layout
24545
24546 \begin_layout Plain Layout
24547
24548
24549 \backslash
24550 renewcommand{
24551 \backslash
24552 hdashline}
24553 \end_layout
24554
24555 \begin_layout Plain Layout
24556
24557  {
24558 \backslash
24559 arrayrulecolor{red}
24560 \backslash
24561 myHdashline
24562 \backslash
24563 arrayrulecolor{black}}
24564 \end_layout
24565
24566 \end_inset
24567
24568
24569 \begin_inset Note Note
24570 status collapsed
24571
24572 \begin_layout Plain Layout
24573 färbt horizontale, gestrichelte Linien rot
24574 \end_layout
24575
24576 \end_inset
24577
24578
24579 \end_layout
24580
24581 \begin_layout Standard
24582 \begin_inset ERT
24583 status collapsed
24584
24585 \begin_layout Plain Layout
24586
24587
24588 \backslash
24589 let
24590 \backslash
24591 myCdashline
24592 \backslash
24593 cdashline
24594 \end_layout
24595
24596 \begin_layout Plain Layout
24597
24598
24599 \backslash
24600 renewcommand{
24601 \backslash
24602 cdashline}[1]
24603 \end_layout
24604
24605 \begin_layout Plain Layout
24606
24607  {
24608 \backslash
24609 arrayrulecolor{yellow}
24610 \backslash
24611 myCdashline{#1}
24612 \backslash
24613 arrayrulecolor{black}}
24614 \end_layout
24615
24616 \end_inset
24617
24618
24619 \begin_inset Note Note
24620 status collapsed
24621
24622 \begin_layout Plain Layout
24623 färbt partielle horizontale, gestrichelte Linien gelb
24624 \end_layout
24625
24626 \end_inset
24627
24628
24629 \end_layout
24630
24631 \begin_layout Standard
24632 \begin_inset Float table
24633 placement h
24634 wide false
24635 sideways false
24636 status open
24637
24638 \begin_layout Plain Layout
24639 \begin_inset Caption Standard
24640
24641 \begin_layout Plain Layout
24642 \begin_inset CommandInset label
24643 LatexCommand label
24644 name "tab:Farbige-Tabelle-mit"
24645
24646 \end_inset
24647
24648 Farbige Tabelle mit gestrichelten Linien
24649 \end_layout
24650
24651 \end_inset
24652
24653
24654 \end_layout
24655
24656 \begin_layout Plain Layout
24657 \align center
24658 \begin_inset Tabular
24659 <lyxtabular version="3" rows="5" columns="5">
24660 <features tabularvalignment="middle">
24661 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
24662 <column alignment="center" valignment="top" width="0pt">
24663 <column alignment="center" valignment="top" width="0pt" special=":c">
24664 <column alignment="center" valignment="top">
24665 <column alignment="center" valignment="top">
24666 <row>
24667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671 a
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 <cell alignment="center" valignment="top" topline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680 b
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 <cell alignment="center" valignment="top" topline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Plain Layout
24689 c
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698 d
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24704 \begin_inset Text
24705
24706 \begin_layout Plain Layout
24707 e
24708 \end_layout
24709
24710 \end_inset
24711 </cell>
24712 </row>
24713 <row>
24714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24715 \begin_inset Text
24716
24717 \begin_layout Plain Layout
24718 f
24719 \end_layout
24720
24721 \end_inset
24722 </cell>
24723 <cell alignment="center" valignment="top" topline="true" usebox="none">
24724 \begin_inset Text
24725
24726 \begin_layout Plain Layout
24727 g
24728 \end_layout
24729
24730 \end_inset
24731 </cell>
24732 <cell alignment="center" valignment="top" topline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736 h
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745 i
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754 j
24755 \end_layout
24756
24757 \end_inset
24758 </cell>
24759 </row>
24760 <row>
24761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765 \begin_inset ERT
24766 status collapsed
24767
24768 \begin_layout Plain Layout
24769
24770
24771 \backslash
24772 hdashline 
24773 \end_layout
24774
24775 \end_inset
24776
24777
24778 \begin_inset ERT
24779 status collapsed
24780
24781 \begin_layout Plain Layout
24782
24783
24784 \backslash
24785 rowcolor{Gray}
24786 \end_layout
24787
24788 \end_inset
24789
24790 k
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799 l
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 <cell alignment="center" valignment="top" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808 m
24809 \end_layout
24810
24811 \end_inset
24812 </cell>
24813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817 n
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826 o
24827 \end_layout
24828
24829 \end_inset
24830 </cell>
24831 </row>
24832 <row>
24833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837 \begin_inset ERT
24838 status collapsed
24839
24840 \begin_layout Plain Layout
24841
24842
24843 \backslash
24844 cdashline{4-5}
24845 \end_layout
24846
24847 \end_inset
24848
24849 p
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24855 \begin_inset Text
24856
24857 \begin_layout Plain Layout
24858 q
24859 \end_layout
24860
24861 \end_inset
24862 </cell>
24863 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24864 \begin_inset Text
24865
24866 \begin_layout Plain Layout
24867 r
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24873 \begin_inset Text
24874
24875 \begin_layout Plain Layout
24876 s
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885
24886 \end_layout
24887
24888 \end_inset
24889 </cell>
24890 </row>
24891 <row>
24892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896 t
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905 u
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914 v
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Plain Layout
24923 w
24924 \end_layout
24925
24926 \end_inset
24927 </cell>
24928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Plain Layout
24932 \begin_inset ERT
24933 status collapsed
24934
24935 \begin_layout Plain Layout
24936
24937
24938 \backslash
24939 cellcolor{Maroon}
24940 \end_layout
24941
24942 \end_inset
24943
24944
24945 \color green
24946 i
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 </row>
24952 </lyxtabular>
24953
24954 \end_inset
24955
24956
24957 \end_layout
24958
24959 \end_inset
24960
24961
24962 \end_layout
24963
24964 \begin_layout Standard
24965 \begin_inset ERT
24966 status collapsed
24967
24968 \begin_layout Plain Layout
24969
24970
24971 \backslash
24972 renewcommand{
24973 \backslash
24974 hdashline}{
24975 \backslash
24976 myHdashline}
24977 \end_layout
24978
24979 \end_inset
24980
24981
24982 \begin_inset Note Note
24983 status collapsed
24984
24985 \begin_layout Plain Layout
24986 zurücksetzen auf Standardwert
24987 \end_layout
24988
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \begin_layout Standard
24995 \begin_inset ERT
24996 status collapsed
24997
24998 \begin_layout Plain Layout
24999
25000
25001 \backslash
25002 renewcommand{
25003 \backslash
25004 cdashline}{
25005 \backslash
25006 myCdashline}
25007 \end_layout
25008
25009 \end_inset
25010
25011
25012 \begin_inset Note Note
25013 status collapsed
25014
25015 \begin_layout Plain Layout
25016 zurücksetzen auf Standardwert
25017 \end_layout
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Standard
25025 \begin_inset ERT
25026 status collapsed
25027
25028 \begin_layout Plain Layout
25029
25030
25031 \backslash
25032 nodashgapcolor
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \begin_inset Note Note
25039 status collapsed
25040
25041 \begin_layout Plain Layout
25042 zurücksetzen auf Standardwert
25043 \end_layout
25044
25045 \end_inset
25046
25047
25048 \end_layout
25049
25050 \begin_layout Standard
25051 \begin_inset ERT
25052 status collapsed
25053
25054 \begin_layout Plain Layout
25055
25056
25057 \backslash
25058 setlength{
25059 \backslash
25060 arrayrulewidth}{0.4pt}
25061 \end_layout
25062
25063 \end_inset
25064
25065
25066 \begin_inset Note Note
25067 status collapsed
25068
25069 \begin_layout Plain Layout
25070 zurücksetzen auf Standardwert
25071 \end_layout
25072
25073 \end_inset
25074
25075
25076 \end_layout
25077
25078 \begin_layout Standard
25079 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
25080 \begin_inset space ~
25081 \end_inset
25082
25083
25084 \begin_inset CommandInset ref
25085 LatexCommand ref
25086 reference "abs:Farbige-Tabellen"
25087
25088 \end_inset
25089
25090  beschrieben.
25091  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
25092  beschrieben, man muss in den Befehlen nur 
25093 \series bold
25094
25095 \backslash
25096 myHlineC
25097 \series default
25098  durch 
25099 \series bold
25100
25101 \backslash
25102 myHdashline
25103 \series default
25104  und 
25105 \backslash
25106
25107 \series bold
25108 hline
25109 \series default
25110  durch 
25111 \series bold
25112
25113 \backslash
25114 hdashline
25115 \series default
25116  ersetzen; man verwendet also den Befehl
25117 \end_layout
25118
25119 \begin_layout Standard
25120
25121 \series bold
25122
25123 \backslash
25124 let
25125 \backslash
25126 myHdashline
25127 \backslash
25128 hdashline
25129 \begin_inset Newline newline
25130 \end_inset
25131
25132
25133 \backslash
25134 renewcommand{
25135 \backslash
25136 hdashline}
25137 \begin_inset Newline newline
25138 \end_inset
25139
25140
25141 \begin_inset Phantom HPhantom
25142 status open
25143
25144 \begin_layout Plain Layout
25145
25146 \series bold
25147 \begin_inset space ~
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \end_inset
25154
25155 {
25156 \backslash
25157 arrayrulecolor{red}
25158 \backslash
25159 myHdashline
25160 \backslash
25161 arrayrulecolor{black}}
25162 \end_layout
25163
25164 \begin_layout Standard
25165 Um 
25166 \series bold
25167
25168 \backslash
25169 cdashline
25170 \series default
25171  zu färben, lautet der Befehl
25172 \end_layout
25173
25174 \begin_layout Standard
25175
25176 \series bold
25177
25178 \backslash
25179 let
25180 \backslash
25181 myCdashline
25182 \backslash
25183 cdashline
25184 \begin_inset Newline newline
25185 \end_inset
25186
25187
25188 \backslash
25189 renewcommand{
25190 \backslash
25191 cdashline}[1]
25192 \begin_inset Newline newline
25193 \end_inset
25194
25195
25196 \begin_inset Phantom HPhantom
25197 status open
25198
25199 \begin_layout Plain Layout
25200
25201 \series bold
25202 \begin_inset space ~
25203 \end_inset
25204
25205
25206 \end_layout
25207
25208 \end_inset
25209
25210 {
25211 \backslash
25212 arrayrulecolor{red}
25213 \backslash
25214 myCdashline{#1}
25215 \backslash
25216 arrayrulecolor{black}}
25217 \end_layout
25218
25219 \begin_layout Standard
25220 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
25221  als \SpecialChar TeX
25222 -Code hinter der Tabelle einfügen:
25223 \end_layout
25224
25225 \begin_layout Standard
25226 Für 
25227 \series bold
25228
25229 \backslash
25230 hdashline
25231 \end_layout
25232
25233 \begin_layout Standard
25234
25235 \series bold
25236
25237 \backslash
25238 renewcommand{
25239 \backslash
25240 hdashline}{
25241 \backslash
25242 myHdashline}
25243 \end_layout
25244
25245 \begin_layout Standard
25246 und für 
25247 \series bold
25248
25249 \backslash
25250 cdashline
25251 \end_layout
25252
25253 \begin_layout Standard
25254
25255 \series bold
25256
25257 \backslash
25258 renewcommand{
25259 \backslash
25260 cdashline}{
25261 \backslash
25262 myCdashline}
25263 \end_layout
25264
25265 \begin_layout Standard
25266 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
25267  Befehl
25268 \end_layout
25269
25270 \begin_layout Standard
25271
25272 \series bold
25273
25274 \backslash
25275 dashgapcolor{Farbe}
25276 \end_layout
25277
25278 \begin_layout Standard
25279 als \SpecialChar TeX
25280 -Code vor der Tabelle verwenden.
25281  Farbe ist hierbei der Name einer definierten Farbe.
25282  Der Befehl
25283 \end_layout
25284
25285 \begin_layout Standard
25286
25287 \series bold
25288
25289 \backslash
25290 nodashgapcolor
25291 \end_layout
25292
25293 \begin_layout Standard
25294 hebt die Einstellung von 
25295 \series bold
25296
25297 \backslash
25298 dashgapcolor
25299 \series default
25300  auf.
25301 \end_layout
25302
25303 \begin_layout Standard
25304 \begin_inset Note Greyedout
25305 status open
25306
25307 \begin_layout Plain Layout
25308
25309 \series bold
25310 \color none
25311 Achtung
25312 \series default
25313 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
25314  
25315 \series bold
25316 arydshln
25317 \series default
25318  an erster Stelle in der Zelle befinden.
25319  Daher ist in in Zelle 
25320 \emph on
25321 k
25322 \emph default
25323  der Tabelle
25324 \begin_inset space ~
25325 \end_inset
25326
25327
25328 \begin_inset CommandInset ref
25329 LatexCommand ref
25330 reference "tab:Farbige-Tabelle-mit"
25331
25332 \end_inset
25333
25334  der Befehl 
25335 \series bold
25336
25337 \backslash
25338 hdashline
25339 \series default
25340  vor 
25341 \series bold
25342
25343 \backslash
25344 rowcolor
25345 \series default
25346 .
25347 \end_layout
25348
25349 \end_inset
25350
25351
25352 \end_layout
25353
25354 \begin_layout Standard
25355 \begin_inset Note Greyedout
25356 status open
25357
25358 \begin_layout Plain Layout
25359
25360 \series bold
25361 \color none
25362 Achtung:
25363 \series default
25364  Das \SpecialChar LaTeX
25365 -Paket 
25366 \series bold
25367 arydshln
25368 \series default
25369  muss im \SpecialChar LaTeX
25370 -Vorspann nach dem \SpecialChar LaTeX
25371 -Paket 
25372 \series bold
25373 colortbl
25374 \series default
25375
25376 \begin_inset Index idx
25377 status collapsed
25378
25379 \begin_layout Plain Layout
25380 \SpecialChar LaTeX
25381 -Pakete ! colortbl
25382 \end_layout
25383
25384 \end_inset
25385
25386  geladen werden.
25387 \end_layout
25388
25389 \end_inset
25390
25391
25392 \end_layout
25393
25394 \begin_layout Standard
25395 \begin_inset ERT
25396 status collapsed
25397
25398 \begin_layout Plain Layout
25399
25400
25401 \backslash
25402 else
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \begin_inset Note Note
25409 status open
25410
25411 \begin_layout Plain Layout
25412 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
25413 -Paket 
25414 \series bold
25415 arydshln
25416 \series default
25417  nicht installiert ist:
25418 \end_layout
25419
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \begin_layout Standard
25426 Sie müssen das \SpecialChar LaTeX
25427 -Paket 
25428 \series bold
25429 arydshln
25430 \series default
25431  installiert haben um den Inhalt dieses Abschnitts zu sehen.
25432 \end_layout
25433
25434 \begin_layout Standard
25435 \begin_inset ERT
25436 status collapsed
25437
25438 \begin_layout Plain Layout
25439
25440
25441 \backslash
25442 fi
25443 \end_layout
25444
25445 \end_inset
25446
25447
25448 \end_layout
25449
25450 \begin_layout Standard
25451 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
25452  von 
25453 \series bold
25454 arydshln
25455 \series default
25456
25457 \begin_inset CommandInset citation
25458 LatexCommand cite
25459 key "arydshln"
25460 literal "true"
25461
25462 \end_inset
25463
25464 .
25465 \end_layout
25466
25467 \begin_layout Chapter
25468 Gleitobjekte
25469 \begin_inset CommandInset label
25470 LatexCommand label
25471 name "kap:Gleitobjekte"
25472
25473 \end_inset
25474
25475
25476 \begin_inset Index idx
25477 status collapsed
25478
25479 \begin_layout Plain Layout
25480 Gleitobjekte
25481 \end_layout
25482
25483 \end_inset
25484
25485
25486 \end_layout
25487
25488 \begin_layout Section
25489 Einleitung
25490 \begin_inset CommandInset label
25491 LatexCommand label
25492 name "abs:Gleitobjekte-Einleitung"
25493
25494 \end_inset
25495
25496
25497 \begin_inset Index idx
25498 status collapsed
25499
25500 \begin_layout Plain Layout
25501 Gleitobjekte ! Einleitung
25502 \end_layout
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \begin_layout Standard
25510 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
25511  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
25512  der beste Platz ist.
25513  
25514 \family sans
25515 Fußnoten
25516 \family default
25517  und 
25518 \family sans
25519 Randnotizen
25520 \family default
25521  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
25522  wenn auf ihrer Seite schon zu viele sind.
25523 \end_layout
25524
25525 \begin_layout Standard
25526 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
25527  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
25528  um weiße Flächen und Seiten ohne Text zu vermeiden.
25529  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
25530 löst,
25531  kann im Text auf ein Gleitobjekt verwiesen werden.
25532  Gleitobjekte sind deshalb nummeriert.
25533  Querverweise werden in Abschnitt
25534 \begin_inset space ~
25535 \end_inset
25536
25537
25538 \begin_inset CommandInset ref
25539 LatexCommand ref
25540 reference "abs:Auf-Gleitobjekte-verweisen"
25541
25542 \end_inset
25543
25544  beschrieben.
25545 \end_layout
25546
25547 \begin_layout Standard
25548 Ein Gleitobjekt wird mit 
25549 \family sans
25550 Einfügen\SpecialChar menuseparator
25551 Gleitobjekt\SpecialChar menuseparator
25552 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
25553 belle/Um\SpecialChar softhyphen
25554 flos\SpecialChar softhyphen
25555 se\SpecialChar softhyphen
25556 nes
25557 \begin_inset space ~
25558 \end_inset
25559
25560 Gleitobjekt
25561 \family default
25562  eingefügt (Werkzeugleistenknopf 
25563 \begin_inset Info
25564 type  "icon"
25565 arg   "float-insert figure"
25566 \end_inset
25567
25568  oder 
25569 \begin_inset Info
25570 type  "icon"
25571 arg   "float-insert table"
25572 \end_inset
25573
25574 ).
25575  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
25576  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
25577  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
25578  #:).
25579  Statt # sehen Sie die von \SpecialChar LyX
25580  vergebene Nummer.
25581  In das schmale Feld nach der Marke können Sie den Titel schreiben.
25582  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
25583  eingefügt.
25584  In Abschnitt
25585 \begin_inset space ~
25586 \end_inset
25587
25588
25589 \begin_inset CommandInset ref
25590 LatexCommand ref
25591 reference "abs:Titel-Platzierung"
25592
25593 \end_inset
25594
25595  finden Sie mehr über die Platzierung des Titels.
25596  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
25597  auch wieder geöffnet.
25598  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
25599 \begin_inset Graphics
25600         filename clipart/Gleitobjekt.png
25601         scale 95
25602         scaleBeforeRotation
25603
25604 \end_inset
25605
25606  – ein graues Kästchen mit roter Beschriftung.
25607 \end_layout
25608
25609 \begin_layout Standard
25610 Um mögliche \SpecialChar LaTeX
25611 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
25612  Gleitobjekte in einem eigenen Absatz einzufügen.
25613 \end_layout
25614
25615 \begin_layout Standard
25616 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
25617  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
25618  klicken.
25619 \end_layout
25620
25621 \begin_layout Section
25622 Gleitobjekt-Typen
25623 \begin_inset Index idx
25624 status collapsed
25625
25626 \begin_layout Plain Layout
25627 Gleitobjekte ! Typen
25628 \end_layout
25629
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \begin_layout Standard
25636 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
25637 \begin_inset space ~
25638 \end_inset
25639
25640
25641 \begin_inset CommandInset ref
25642 LatexCommand ref
25643 reference "abs:Gleitende-Abbildungen"
25644
25645 \end_inset
25646
25647  und 
25648 \begin_inset CommandInset ref
25649 LatexCommand ref
25650 reference "abs:Gleitende-Tabellen"
25651
25652 \end_inset
25653
25654  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
25655  Letztere sind in Abschnitt
25656 \begin_inset space ~
25657 \end_inset
25658
25659
25660 \begin_inset CommandInset ref
25661 LatexCommand ref
25662 reference "abs:Umflossene-Gleitobjekte"
25663
25664 \end_inset
25665
25666  beschrieben.
25667 \end_layout
25668
25669 \begin_layout Subsection
25670 Algorithmen-Gleitobjekt
25671 \begin_inset Index idx
25672 status collapsed
25673
25674 \begin_layout Plain Layout
25675 Gleitobjekte ! Algorithmen
25676 \end_layout
25677
25678 \end_inset
25679
25680
25681 \end_layout
25682
25683 \begin_layout Standard
25684 \begin_inset Float algorithm
25685 placement h
25686 wide false
25687 sideways false
25688 status open
25689
25690 \begin_layout Plain Layout
25691 \begin_inset Caption Standard
25692
25693 \begin_layout Plain Layout
25694 \begin_inset CommandInset label
25695 LatexCommand label
25696 name "alg:Ein-Gleitobjekt-Algorithmus"
25697
25698 \end_inset
25699
25700 Ein Gleitobjekt-Algorithmus 
25701 \end_layout
25702
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \begin_layout LyX-Code
25709 for I in 1..N loop
25710 \begin_inset Newline newline
25711 \end_inset
25712
25713  Sum:= Sum + A(I); /*Kommentar*/
25714 \begin_inset Newline newline
25715 \end_inset
25716
25717 end loop
25718 \begin_inset VSpace -4mm
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \begin_layout Standard
25730 Dieser Typ wird mit 
25731 \family sans
25732 Einfügen\SpecialChar menuseparator
25733 Gleitobjekt\SpecialChar menuseparator
25734 Algorithmus
25735 \family default
25736  eingefügt.
25737  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
25738  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
25739 \begin_inset space ~
25740 \end_inset
25741
25742
25743 \begin_inset CommandInset ref
25744 LatexCommand ref
25745 reference "kap:Programm-Code-Listen"
25746
25747 \end_inset
25748
25749 .
25750  Eine mögliche Absatz-Umgebung hier für ist 
25751 \family sans
25752 \SpecialChar LyX
25753 -Code
25754 \family default
25755 , beschrieben im 
25756 \emph on
25757 Benutzerhandbuch
25758 \emph default
25759 .
25760  In Algorithmus
25761 \begin_inset space ~
25762 \end_inset
25763
25764
25765 \begin_inset CommandInset ref
25766 LatexCommand ref
25767 reference "alg:Ein-Gleitobjekt-Algorithmus"
25768
25769 \end_inset
25770
25771  wurden am Ende -4
25772 \begin_inset space \thinspace{}
25773 \end_inset
25774
25775 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
25776  letzten Zeile gedruckt wird.
25777 \end_layout
25778
25779 \begin_layout Standard
25780 Die Marke 
25781 \emph on
25782 Algorithmus
25783 \emph default
25784  wird nicht automatisch in die druckbare Version übernommen, sondern das
25785  englische Wort 
25786 \emph on
25787 Algorithm
25788 \emph default
25789  verwendet.
25790  Soll
25791 \emph on
25792  Algorithmus
25793 \emph default
25794  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
25795 -Vorspann schreiben: 
25796 \end_layout
25797
25798 \begin_layout Standard
25799
25800 \series bold
25801
25802 \backslash
25803 floatname{algorithm}{Algorithmus}
25804 \end_layout
25805
25806 \begin_layout Standard
25807 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
25808  Sprache wie die \SpecialChar LyX
25809  Menünamen haben, das Menü 
25810 \family sans
25811 Einfügen\SpecialChar menuseparator
25812 Liste
25813 \begin_inset space \thinspace{}
25814 \end_inset
25815
25816 /
25817 \begin_inset space \thinspace{}
25818 \end_inset
25819
25820 Inhaltsverzeichnis\SpecialChar menuseparator
25821 Algorithmenverzeichnis
25822 \family default
25823  verwendet werden.
25824  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
25825 -Code
25826  eingefügt werden:
25827 \end_layout
25828
25829 \begin_layout Standard
25830
25831 \series bold
25832
25833 \backslash
25834 listof{algorithm}{Algorithmenverzeichnis}
25835 \end_layout
25836
25837 \begin_layout Standard
25838 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
25839  nach dem Schema 
25840 \begin_inset Quotes gld
25841 \end_inset
25842
25843 Kapitelnummer.Algorithmusnummer
25844 \begin_inset Quotes grd
25845 \end_inset
25846
25847  nummeriert.
25848  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
25849 -Vorspann einfügen:
25850 \end_layout
25851
25852 \begin_layout Standard
25853
25854 \series bold
25855
25856 \backslash
25857 numberwithin{algorithm}{chapter}
25858 \end_layout
25859
25860 \begin_layout Standard
25861 Um 
25862 \series bold
25863
25864 \backslash
25865 numberwithin
25866 \series default
25867  benutzen zu können, muss in den 
25868 \family sans
25869 Mathe
25870 \begin_inset space ~
25871 \end_inset
25872
25873 Optionen
25874 \family default
25875  der 
25876 \family sans
25877 Dokument-Einstellungen
25878 \family default
25879  
25880 \family sans
25881 AMS
25882 \begin_inset space ~
25883 \end_inset
25884
25885 Mathe
25886 \begin_inset space ~
25887 \end_inset
25888
25889 Paket
25890 \family default
25891
25892 \begin_inset space ~
25893 \end_inset
25894
25895
25896 \family sans
25897 verwenden
25898 \family default
25899  angekreuzt sein.
25900 \end_layout
25901
25902 \begin_layout Section
25903 Gleitobjekt-Nummerierung
25904 \begin_inset Index idx
25905 status collapsed
25906
25907 \begin_layout Plain Layout
25908 Gleitobjekte ! Nummerierung
25909 \end_layout
25910
25911 \end_inset
25912
25913
25914 \end_layout
25915
25916 \begin_layout Standard
25917 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
25918  nummeriert oder nach dem Schema 
25919 \begin_inset Quotes gld
25920 \end_inset
25921
25922 Kapitelnummer.Gleitobjektnummer
25923 \begin_inset Quotes grd
25924 \end_inset
25925
25926  oder 
25927 \begin_inset Quotes gld
25928 \end_inset
25929
25930 Abschnittsnummer.Gleitobjektnummer
25931 \begin_inset Quotes grd
25932 \end_inset
25933
25934 .
25935  Das hängt von der Dokumentklasse ab.
25936 \end_layout
25937
25938 \begin_layout Standard
25939 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
25940  in den \SpecialChar LaTeX
25941 -Vorspann einfügen:
25942 \end_layout
25943
25944 \begin_layout Standard
25945
25946 \series bold
25947
25948 \backslash
25949 renewcommand{
25950 \backslash
25951 thetable}{
25952 \backslash
25953 roman{table}}
25954 \end_layout
25955
25956 \begin_layout Standard
25957
25958 \series bold
25959
25960 \backslash
25961 thetable
25962 \series default
25963  ist der Befehl, der die Tabellennummer druckt.
25964  Für Abbildungen ist das 
25965 \series bold
25966
25967 \backslash
25968 thefigure
25969 \series default
25970 .
25971  Der Befehl 
25972 \series bold
25973
25974 \backslash
25975 roman
25976 \series default
25977  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
25978 \end_layout
25979
25980 \begin_layout Standard
25981 Um das Nummerierungsschema zum Beispiel auf 
25982 \begin_inset Quotes gld
25983 \end_inset
25984
25985 Unterabschnittsnummer.Num\SpecialChar softhyphen
25986 mer
25987 \begin_inset Quotes grd
25988 \end_inset
25989
25990  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
25991 -Vorspann:
25992 \end_layout
25993
25994 \begin_layout Standard
25995
25996 \series bold
25997
25998 \backslash
25999 numberwithin{table}{subsection}
26000 \end_layout
26001
26002 \begin_layout Standard
26003 Um den Befehl 
26004 \series bold
26005
26006 \backslash
26007 numberwithin
26008 \series default
26009  benutzen zu können, müssen Sie in den 
26010 \family sans
26011 Mathe
26012 \begin_inset space ~
26013 \end_inset
26014
26015 Optionen
26016 \family default
26017  der 
26018 \family sans
26019 Dokument-Einstellungen
26020 \family default
26021  
26022 \family sans
26023 AMS
26024 \begin_inset space ~
26025 \end_inset
26026
26027 Mathe
26028 \begin_inset space ~
26029 \end_inset
26030
26031 Paket
26032 \family default
26033
26034 \begin_inset space ~
26035 \end_inset
26036
26037
26038 \family sans
26039 verwenden
26040 \family default
26041  ankreuzen.
26042 \end_layout
26043
26044 \begin_layout Standard
26045 Sehen Sie sich bitte auch Abschnitt
26046 \begin_inset space ~
26047 \end_inset
26048
26049
26050 \begin_inset CommandInset ref
26051 LatexCommand ref
26052 reference "uab:Fußnoten-Nummerierung"
26053
26054 \end_inset
26055
26056  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
26057 \end_layout
26058
26059 \begin_layout Section
26060 Auf Gleitobjekte verweisen
26061 \begin_inset CommandInset label
26062 LatexCommand label
26063 name "abs:Auf-Gleitobjekte-verweisen"
26064
26065 \end_inset
26066
26067
26068 \begin_inset Index idx
26069 status collapsed
26070
26071 \begin_layout Plain Layout
26072 Gleitobjekte ! Querverweise
26073 \end_layout
26074
26075 \end_inset
26076
26077
26078 \begin_inset Index idx
26079 status collapsed
26080
26081 \begin_layout Plain Layout
26082 Querverweise ! auf Gleitobjekte
26083 \end_layout
26084
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \begin_layout Standard
26091 Zunächst müssen Sie mit 
26092 \family sans
26093 Einfügen\SpecialChar menuseparator
26094 Marke
26095 \family default
26096  oder einen Klick auf 
26097 \begin_inset Info
26098 type  "icon"
26099 arg   "label-insert"
26100 \end_inset
26101
26102  eine Marke im Titel einfügen.
26103  Im 
26104 \family sans
26105 Marke
26106 \family default
26107 -Dialog schreiben Sie einen Text in das Feld 
26108 \family sans
26109 Marke
26110 \family default
26111  oder übernehmen den vorgeschlagenen.
26112  Die Marke sieht in \SpecialChar LyX
26113  dann so aus:
26114 \end_layout
26115
26116 \begin_layout Standard
26117 \begin_inset Graphics
26118         filename clipart/Marke.png
26119         scaleBeforeRotation
26120
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \begin_layout Standard
26127 Die Marke wird als Anker und Name für den Querverweis benutzt.
26128  Mit 
26129 \family sans
26130 Einfügen\SpecialChar menuseparator
26131 Querverweis
26132 \family default
26133  oder einen Klick auf 
26134 \begin_inset Info
26135 type  "icon"
26136 arg   "dialog-show-new-inset ref"
26137 \end_inset
26138
26139  können Sie dann auf die Marke verweisen.
26140  Als Querverweis wird in \SpecialChar LyX
26141  ein graues Kästchen wie zum Beispiel dieses angezeigt:
26142 \end_layout
26143
26144 \begin_layout Standard
26145 \begin_inset Graphics
26146         filename clipart/Querverweis.png
26147         scaleBeforeRotation
26148
26149 \end_inset
26150
26151
26152 \begin_inset Newline newline
26153 \end_inset
26154
26155  Mehr zu Querverweisen finden Sie im 
26156 \emph on
26157 Benutzerhandbuch
26158 \emph default
26159 .
26160 \end_layout
26161
26162 \begin_layout Standard
26163 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
26164  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
26165  durch einen Zeilenumbruch getrennt werden können.
26166 \end_layout
26167
26168 \begin_layout Standard
26169 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
26170  \SpecialChar LyX
26171  passt die Querverweise automatisch an.
26172 \end_layout
26173
26174 \begin_layout Standard
26175 Ein Klick auf den Schalter 
26176 \family sans
26177 Gehe
26178 \begin_inset space ~
26179 \end_inset
26180
26181 zur
26182 \begin_inset space ~
26183 \end_inset
26184
26185 Marke
26186 \family default
26187  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
26188  Der Text der Schaltfläche heißt jetzt 
26189 \family sans
26190 Gehe
26191 \begin_inset space ~
26192 \end_inset
26193
26194 zurück
26195 \family default
26196  und ein Klick darauf macht genau dies.
26197 \end_layout
26198
26199 \begin_layout Subsection
26200 Querverweis-Formate
26201 \begin_inset CommandInset label
26202 LatexCommand label
26203 name "uab:Querverweis-Formate"
26204
26205 \end_inset
26206
26207
26208 \begin_inset Index idx
26209 status collapsed
26210
26211 \begin_layout Plain Layout
26212 Querverweise ! Formate
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \begin_layout Standard
26221 Es gibt sechs verschiedene Querverweisstile:
26222 \end_layout
26223
26224 \begin_layout Description
26225 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
26226  
26227 \begin_inset CommandInset ref
26228 LatexCommand ref
26229 reference "fig:Zwei-Teilabbildungen"
26230
26231 \end_inset
26232
26233
26234 \end_layout
26235
26236 \begin_layout Description
26237 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
26238  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
26239  verwendet wird, speziell wenn der Name 
26240 \begin_inset Quotes gld
26241 \end_inset
26242
26243 Gleichung
26244 \begin_inset Quotes grd
26245 \end_inset
26246
26247  weggelassen wird: 
26248 \begin_inset CommandInset ref
26249 LatexCommand eqref
26250 reference "eq:Wgn"
26251
26252 \end_inset
26253
26254
26255 \end_layout
26256
26257 \begin_layout Description
26258 <Seite>: druckt die Seitennummer: Seite
26259 \begin_inset space ~
26260 \end_inset
26261
26262
26263 \begin_inset CommandInset ref
26264 LatexCommand pageref
26265 reference "fig:Zwei-Teilabbildungen"
26266
26267 \end_inset
26268
26269
26270 \end_layout
26271
26272 \begin_layout Description
26273 auf
26274 \begin_inset space ~
26275 \end_inset
26276
26277 Seite
26278 \begin_inset space ~
26279 \end_inset
26280
26281 <Seite>: druckt den Text 
26282 \begin_inset Quotes gld
26283 \end_inset
26284
26285 auf Seite
26286 \begin_inset Quotes grd
26287 \end_inset
26288
26289  und die Seitennummer: 
26290 \begin_inset CommandInset ref
26291 LatexCommand vpageref
26292 reference "fig:Zwei-Teilabbildungen"
26293
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \begin_layout Description
26300 <Querverweis>
26301 \begin_inset space ~
26302 \end_inset
26303
26304 auf
26305 \begin_inset space ~
26306 \end_inset
26307
26308 Seite
26309 \begin_inset space ~
26310 \end_inset
26311
26312 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
26313 \begin_inset Quotes gld
26314 \end_inset
26315
26316 auf Seite
26317 \begin_inset Quotes grd
26318 \end_inset
26319
26320 , und die Seitennummer: 
26321 \begin_inset CommandInset ref
26322 LatexCommand vref
26323 reference "fig:Zwei-Teilabbildungen"
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \begin_layout Description
26331 Formatierter
26332 \begin_inset space ~
26333 \end_inset
26334
26335 Querverweis: druckt ein selbst definiertes Querverweisformat
26336 \begin_inset Newline newline
26337 \end_inset
26338
26339
26340 \begin_inset Note Greyedout
26341 status open
26342
26343 \begin_layout Plain Layout
26344
26345 \series bold
26346 Bemerkung:
26347 \series default
26348  Dies ist nur möglich, wenn das \SpecialChar LaTeX
26349 -Paket 
26350 \series bold
26351 prettyref
26352 \series default
26353  oder 
26354 \series bold
26355 refstyle
26356 \series default
26357
26358 \begin_inset Index idx
26359 status collapsed
26360
26361 \begin_layout Plain Layout
26362 \SpecialChar LaTeX
26363 -Pakete ! prettyref
26364 \end_layout
26365
26366 \end_inset
26367
26368
26369 \begin_inset Index idx
26370 status collapsed
26371
26372 \begin_layout Plain Layout
26373 \SpecialChar LaTeX
26374 -Pakete ! refstyle
26375 \end_layout
26376
26377 \end_inset
26378
26379  installiert ist.
26380 \end_layout
26381
26382 \end_inset
26383
26384
26385 \begin_inset Newline newline
26386 \end_inset
26387
26388 Sie können durch setzen der Option 
26389 \family sans
26390 Verwende refstyle (nicht prettyref) für Querverweise
26391 \family default
26392  im Menü 
26393 \family sans
26394 Dokument\SpecialChar menuseparator
26395 Einstellungen\SpecialChar menuseparator
26396 Dokumentklasse
26397 \family default
26398  wählen, welches \SpecialChar LaTeX
26399 -Paket für diesen Verweistyp verwendet wird.
26400  Das Format wird definiert, indem man den Befehl 
26401 \series bold
26402
26403 \backslash
26404 newrefformat
26405 \series default
26406  (prettyref) oder 
26407 \series bold
26408
26409 \backslash
26410 newref
26411 \series default
26412  (refstyle) in den \SpecialChar LaTeX
26413 -Vorspann einfügt.
26414  Z.
26415 \begin_inset space \thinspace{}
26416 \end_inset
26417
26418 B.
26419  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
26420  
26421 \begin_inset Quotes eld
26422 \end_inset
26423
26424
26425 \family sans
26426 abb
26427 \family default
26428
26429 \begin_inset Quotes erd
26430 \end_inset
26431
26432 ) mit dem Befehle
26433 \begin_inset Newline newline
26434 \end_inset
26435
26436
26437 \series bold
26438
26439 \backslash
26440 newref{abb}{refcmd={Bild auf Seite 
26441 \backslash
26442 pageref{#1}}}
26443 \series default
26444
26445 \begin_inset Newline newline
26446 \end_inset
26447
26448 geändert werden.
26449  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
26450 en verwiesen, 
26451 \begin_inset CommandInset citation
26452 LatexCommand cite
26453 key "prettyref,refstyle"
26454 literal "true"
26455
26456 \end_inset
26457
26458 .
26459 \begin_inset Newline newline
26460 \end_inset
26461
26462 Die Optionen 
26463 \family sans
26464 Plural
26465 \family default
26466  und 
26467 \family sans
26468 Großschreibung
26469 \family default
26470  sind nur verfügbar, wenn Sie das \SpecialChar LaTeX
26471 -Paket 
26472 \series bold
26473 refstyle
26474 \series default
26475  verwenden.
26476  Beide Optionen sind für deutsche Text nicht nützlich, denn 
26477 \family sans
26478 Plural
26479 \family default
26480  fügt ein 
26481 \emph on
26482 s
26483 \emph default
26484  an den Namen an, z.
26485 \begin_inset space \thinspace{}
26486 \end_inset
26487
26488 B.
26489  
26490 \begin_inset Quotes gld
26491 \end_inset
26492
26493 Abbildungs
26494 \begin_inset Quotes grd
26495 \end_inset
26496
26497  und 
26498 \family sans
26499 Großschreibung
26500 \family default
26501  gibt den Namen großgeschrieben aus, z.
26502 \begin_inset space \thinspace{}
26503 \end_inset
26504
26505 B.
26506  
26507 \begin_inset Quotes gld
26508 \end_inset
26509
26510 Abbildung
26511 \begin_inset Quotes grd
26512 \end_inset
26513
26514 , was aber bereits die Voreinstellung ist.
26515 \end_layout
26516
26517 \begin_layout Description
26518 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
26519 \begin_inset CommandInset ref
26520 LatexCommand nameref
26521 reference "fig:Zwei-Teilabbildungen"
26522
26523 \end_inset
26524
26525
26526 \end_layout
26527
26528 \begin_layout Description
26529 Nur
26530 \begin_inset space ~
26531 \end_inset
26532
26533 Marke: gibt nur die \SpecialChar LaTeX
26534 -Marke der Referenz aus: 
26535 \begin_inset CommandInset ref
26536 LatexCommand labelonly
26537 reference "fig:Zwei-Teilabbildungen"
26538 plural "false"
26539 caps "false"
26540 noprefix "false"
26541
26542 \end_inset
26543
26544
26545 \begin_inset Newline newline
26546 \end_inset
26547
26548 Damit kann man die Marke für Befehle im \SpecialChar TeX
26549 -Code verwenden.
26550  Mit der Option 
26551 \family sans
26552 Ohne
26553 \begin_inset space ~
26554 \end_inset
26555
26556 Präfix
26557 \family default
26558  kann der Präfix des Markennamens weggelassen werden: 
26559 \begin_inset CommandInset ref
26560 LatexCommand labelonly
26561 reference "fig:Zwei-Teilabbildungen"
26562 plural "false"
26563 caps "false"
26564 noprefix "true"
26565
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \begin_layout Standard
26572
26573 \family sans
26574 <Seite>
26575 \family default
26576  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
26577  vorherigen, der selben oder der nächsten Seite befindet.
26578  Stattdessen wird z.
26579 \begin_inset space \thinspace{}
26580 \end_inset
26581
26582 B.
26583  der Text 
26584 \begin_inset Quotes gld
26585 \end_inset
26586
26587
26588 \family sans
26589 auf dieser Seite
26590 \family default
26591
26592 \begin_inset Quotes grd
26593 \end_inset
26594
26595  gedruckt.
26596  Der Stil 
26597 \family sans
26598 <Querverweis>
26599 \begin_inset space ~
26600 \end_inset
26601
26602 auf
26603 \begin_inset space ~
26604 \end_inset
26605
26606 Seite
26607 \begin_inset space ~
26608 \end_inset
26609
26610 <Seite>
26611 \family default
26612  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
26613  Seite ist.
26614 \end_layout
26615
26616 \begin_layout Standard
26617 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
26618  automatisch von \SpecialChar LaTeX
26619  berechnet.
26620  Die Stile können im Feld 
26621 \family sans
26622 Format
26623 \family default
26624  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
26625  einen Querverweis klicken.
26626 \end_layout
26627
26628 \begin_layout Standard
26629 \begin_inset Note Greyedout
26630 status open
26631
26632 \begin_layout Plain Layout
26633
26634 \series bold
26635 Bemerkung:
26636 \series default
26637  Es wird empfohlen, das \SpecialChar LaTeX
26638 -Paket 
26639 \series bold
26640 refstyle
26641 \series default
26642
26643 \begin_inset Index idx
26644 status collapsed
26645
26646 \begin_layout Plain Layout
26647 \SpecialChar LaTeX
26648 -Pakete ! refstyle
26649 \end_layout
26650
26651 \end_inset
26652
26653  zu verwenden, da 
26654 \series bold
26655 prettyref
26656 \series default
26657
26658 \begin_inset Index idx
26659 status collapsed
26660
26661 \begin_layout Plain Layout
26662 \SpecialChar LaTeX
26663 -Pakete ! prettyref
26664 \end_layout
26665
26666 \end_inset
26667
26668  nicht alle möglichen \SpecialChar LyX
26669 -Marken-Kürzel
26670 \begin_inset Foot
26671 status collapsed
26672
26673 \begin_layout Plain Layout
26674  
26675 \begin_inset Quotes gld
26676 \end_inset
26677
26678 abb:
26679 \begin_inset Quotes grd
26680 \end_inset
26681
26682  ist z.
26683 \begin_inset space \thinspace{}
26684 \end_inset
26685
26686 B.
26687  \SpecialChar LyX
26688 ' Kürzel für Marken in Bildbeschriftungen.
26689 \end_layout
26690
26691 \end_inset
26692
26693  kennt und auch nicht internationalisiert ist.
26694 \end_layout
26695
26696 \end_inset
26697
26698
26699 \end_layout
26700
26701 \begin_layout Subsection
26702 Automatische Querverweisnamen
26703 \begin_inset Index idx
26704 status collapsed
26705
26706 \begin_layout Plain Layout
26707 Querverweise ! Automatische Namen 
26708 \end_layout
26709
26710 \end_inset
26711
26712
26713 \end_layout
26714
26715 \begin_layout Standard
26716 Das \SpecialChar LaTeX
26717 -Paket 
26718 \series bold
26719 hyperref
26720 \series default
26721
26722 \begin_inset Index idx
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726 \SpecialChar LaTeX
26727 -Pakete ! hyperref
26728 \end_layout
26729
26730 \end_inset
26731
26732 , das in den
26733 \family sans
26734  PDF-Eigenschaften
26735 \family default
26736  im 
26737 \family sans
26738 Dokument-Einstellungen
26739 \family default
26740  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
26741  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
26742  wie 
26743 \emph on
26744 Abschnitt
26745 \emph default
26746 ).
26747  Sie müssen damit z.
26748 \begin_inset space \thinspace{}
26749 \end_inset
26750
26751 B.
26752  nicht mehr den Namen 
26753 \begin_inset Quotes gld
26754 \end_inset
26755
26756 Abbildung
26757 \begin_inset Quotes grd
26758 \end_inset
26759
26760  vor jeden Querverweis auf eine Abbildung schreiben.
26761  Um diese Funktion benutzen zu können, aktivieren Sie 
26762 \series bold
26763 hyperref
26764 \series default
26765  und fügen diese Zeile in den \SpecialChar LaTeX
26766 -Vorspann ein:
26767 \end_layout
26768
26769 \begin_layout Standard
26770
26771 \series bold
26772
26773 \backslash
26774 AtBeginDocument{
26775 \backslash
26776 renewcommand{
26777 \backslash
26778 ref}[1]{
26779 \backslash
26780 mbox{
26781 \backslash
26782 autoref{#1}}}}
26783 \end_layout
26784
26785 \begin_layout Standard
26786 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
26787 \begin_inset space \thinspace{}
26788 \end_inset
26789
26790 B.
26791  statt 
26792 \begin_inset Quotes gld
26793 \end_inset
26794
26795 Abschnitt
26796 \begin_inset Quotes grd
26797 \end_inset
26798
26799  den Namen 
26800 \begin_inset Quotes gld
26801 \end_inset
26802
26803 Kap.
26804 \begin_inset space \thinspace{}
26805 \end_inset
26806
26807
26808 \begin_inset Quotes grd
26809 \end_inset
26810
26811 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
26812 \end_layout
26813
26814 \begin_layout Standard
26815
26816 \series bold
26817
26818 \backslash
26819 addto
26820 \backslash
26821 extrasngerman{
26822 \backslash
26823 renewcommand{
26824 \backslash
26825 sectionautorefname}
26826 \begin_inset Newline newline
26827 \end_inset
26828
26829
26830 \begin_inset Phantom HPhantom
26831 status open
26832
26833 \begin_layout Plain Layout
26834
26835 \series bold
26836 \begin_inset space ~
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \end_inset
26843
26844 {Kap.
26845 \backslash
26846 negthinspace}}
26847 \end_layout
26848
26849 \begin_layout Standard
26850 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
26851 \begin_inset Newline newline
26852 \end_inset
26853
26854
26855 \series bold
26856
26857 \backslash
26858 extrasngerman
26859 \series default
26860  durch 
26861 \series bold
26862
26863 \backslash
26864 extras***
26865 \series default
26866 , wobei *** der Name der verwendeten Sprache ist.
26867 \end_layout
26868
26869 \begin_layout Standard
26870 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
26871  z.
26872 \begin_inset space \thinspace{}
26873 \end_inset
26874
26875 B.
26876  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
26877 \end_layout
26878
26879 \begin_layout Standard
26880
26881 \series bold
26882
26883 \backslash
26884 addto
26885 \backslash
26886 extrasngerman{
26887 \backslash
26888 renewcommand*{
26889 \backslash
26890 equationautorefname}[1]{}}
26891 \end_layout
26892
26893 \begin_layout Standard
26894 Mehr über dieses Thema finden Sie in der 
26895 \series bold
26896 hyperref
26897 \series default
26898 -Dokumentation 
26899 \begin_inset CommandInset citation
26900 LatexCommand cite
26901 key "hyperref"
26902 literal "true"
26903
26904 \end_inset
26905
26906 .
26907 \end_layout
26908
26909 \begin_layout Standard
26910 \begin_inset Note Greyedout
26911 status open
26912
26913 \begin_layout Plain Layout
26914
26915 \series bold
26916 Bemerkung:
26917 \series default
26918  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
26919  als Querverweisstil 
26920 \family sans
26921 Formatierter
26922 \begin_inset space ~
26923 \end_inset
26924
26925 Querverweis
26926 \family default
26927  benutzen, wie in Abschnitt
26928 \begin_inset space ~
26929 \end_inset
26930
26931
26932 \begin_inset CommandInset ref
26933 LatexCommand ref
26934 reference "uab:Querverweis-Formate"
26935
26936 \end_inset
26937
26938  beschrieben.
26939 \end_layout
26940
26941 \end_inset
26942
26943
26944 \end_layout
26945
26946 \begin_layout Standard
26947 Das 
26948 \emph on
26949 Mathe
26950 \emph default
26951  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
26952 \end_layout
26953
26954 \begin_layout Subsection
26955 Querverweis-Position
26956 \begin_inset CommandInset label
26957 LatexCommand label
26958 name "uab:Querverweis-Position"
26959
26960 \end_inset
26961
26962
26963 \begin_inset Index idx
26964 status collapsed
26965
26966 \begin_layout Plain Layout
26967 Querverweise !  Position
26968 \end_layout
26969
26970 \end_inset
26971
26972
26973 \end_layout
26974
26975 \begin_layout Standard
26976 Wenn Sie 
26977 \series bold
26978 hyperref
26979 \series default
26980
26981 \begin_inset Index idx
26982 status collapsed
26983
26984 \begin_layout Plain Layout
26985 \SpecialChar LaTeX
26986 -Pakete ! hyperref
26987 \end_layout
26988
26989 \end_inset
26990
26991  in den
26992 \family sans
26993  PDF-Eigenschaften
26994 \family default
26995  im 
26996 \family sans
26997 Dokument-Einstellungen
26998 \family default
26999  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
27000  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
27001  und Sie werden das Bild ohne Scrollen nicht sehen.
27002  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
27003  ist.
27004  Wenn Sie das  \SpecialChar LaTeX
27005 -Paket 
27006 \series bold
27007 hypcap
27008 \series default
27009
27010 \begin_inset Index idx
27011 status collapsed
27012
27013 \begin_layout Plain Layout
27014 \SpecialChar LaTeX
27015 -Pakete ! hypcap
27016 \end_layout
27017
27018 \end_inset
27019
27020 , das Teil des \SpecialChar LaTeX
27021 -Pakets 
27022 \series bold
27023 oberdiek
27024 \series default
27025
27026 \begin_inset Index idx
27027 status collapsed
27028
27029 \begin_layout Plain Layout
27030 \SpecialChar LaTeX
27031 -Pakete ! oberdiek
27032 \end_layout
27033
27034 \end_inset
27035
27036  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
27037  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
27038 -Paket 
27039 \series bold
27040 hypcap
27041 \series default
27042  zunächst in den \SpecialChar LaTeX
27043 -Vorspann laden:
27044 \end_layout
27045
27046 \begin_layout Standard
27047
27048 \series bold
27049
27050 \backslash
27051 usepackage[figure]{hypcap}
27052 \end_layout
27053
27054 \begin_layout Standard
27055 Sie können 
27056 \series bold
27057 hypcap
27058 \series default
27059  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
27060  nicht empfohlen.
27061  Weitere Informationen finden Sie im
27062 \series bold
27063  hypcap
27064 \series default
27065 -Handbuch 
27066 \begin_inset CommandInset citation
27067 LatexCommand cite
27068 key "hypcap"
27069 literal "true"
27070
27071 \end_inset
27072
27073 .
27074 \end_layout
27075
27076 \begin_layout Standard
27077 \begin_inset Note Greyedout
27078 status open
27079
27080 \begin_layout Plain Layout
27081
27082 \series bold
27083 Bemerkung:
27084 \series default
27085  
27086 \series bold
27087 hypcap
27088 \series medium
27089  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
27090 \end_layout
27091
27092 \end_inset
27093
27094
27095 \end_layout
27096
27097 \begin_layout Section
27098 Gleitobjekt-Platzierung
27099 \begin_inset CommandInset label
27100 LatexCommand label
27101 name "abs:Gleitobjekt-Platzierung"
27102
27103 \end_inset
27104
27105
27106 \begin_inset Index idx
27107 status collapsed
27108
27109 \begin_layout Plain Layout
27110 Gleitobjekte ! Platzierung
27111 \end_layout
27112
27113 \end_inset
27114
27115
27116 \end_layout
27117
27118 \begin_layout Standard
27119 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
27120 \family sans
27121 Einstellungen 
27122 \family default
27123 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
27124 -Optionen für die Gleitobjekt-Platzierung
27125  ändern können.
27126 \begin_inset Newline newline
27127 \end_inset
27128
27129 Die Option 
27130 \family sans
27131 Spalten
27132 \begin_inset space ~
27133 \end_inset
27134
27135 überspannen
27136 \family default
27137  ist nur bei zweispaltigen Dokumenten sinnvoll.
27138  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
27139 \begin_inset Newline newline
27140 \end_inset
27141
27142 Die Option 
27143 \family sans
27144 Seitwärts
27145 \begin_inset space ~
27146 \end_inset
27147
27148 drehen
27149 \family default
27150  ist in Abschnitt 
27151 \begin_inset CommandInset ref
27152 LatexCommand ref
27153 reference "abs:Gedrehte-Gleitobjekte"
27154
27155 \end_inset
27156
27157  beschrieben.
27158 \end_layout
27159
27160 \begin_layout Standard
27161 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
27162  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
27163  Sie die Option 
27164 \family sans
27165 Standard-Platzierung
27166 \begin_inset space ~
27167 \end_inset
27168
27169 verwenden
27170 \family default
27171  nicht verwenden:
27172 \end_layout
27173
27174 \begin_layout Description
27175 Hier
27176 \begin_inset space ~
27177 \end_inset
27178
27179 wenn
27180 \begin_inset space ~
27181 \end_inset
27182
27183 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
27184 \end_layout
27185
27186 \begin_layout Description
27187 Anfang
27188 \begin_inset space ~
27189 \end_inset
27190
27191 der
27192 \begin_inset space ~
27193 \end_inset
27194
27195 Seite
27196 \family sans
27197  
27198 \family default
27199 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
27200  Gleitobjekte, die maximal 70
27201 \begin_inset space \thinspace{}
27202 \end_inset
27203
27204 % einer Seite benötigen, dürfen oben platziert werden.
27205  Dies kann durch die Variable 
27206 \series bold
27207
27208 \backslash
27209 topfraction
27210 \series default
27211  im \SpecialChar LaTeX
27212 -Vorspann überschrieben werden, zum Beispiel: 
27213 \end_layout
27214
27215 \begin_deeper
27216 \begin_layout Standard
27217
27218 \series bold
27219
27220 \backslash
27221 renewcommand{
27222 \backslash
27223 topfraction}{0.9}
27224 \family typewriter
27225 \series default
27226  
27227 \end_layout
27228
27229 \end_deeper
27230 \begin_layout Description
27231 Ende
27232 \begin_inset space ~
27233 \end_inset
27234
27235 der
27236 \begin_inset space ~
27237 \end_inset
27238
27239 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
27240  Gleitobjekte, die maximal 30
27241 \begin_inset space \thinspace{}
27242 \end_inset
27243
27244 % einer Seite benötigen, dürfen unten platziert werden.
27245  Dies kann durch die Variable 
27246 \series bold
27247
27248 \backslash
27249 bottomfraction
27250 \series default
27251  im \SpecialChar LaTeX
27252 -Vorspann überschrieben werden, zum Beispiel setzt 
27253 \end_layout
27254
27255 \begin_deeper
27256 \begin_layout Standard
27257
27258 \series bold
27259
27260 \backslash
27261 renewcommand{
27262 \backslash
27263 bottomfraction}{0.5}
27264 \end_layout
27265
27266 \begin_layout Standard
27267 die oftmals zu kleine untere Grenze auf 50
27268 \begin_inset space \thinspace{}
27269 \end_inset
27270
27271 %.
27272 \end_layout
27273
27274 \end_deeper
27275 \begin_layout Description
27276 Seite
27277 \begin_inset space ~
27278 \end_inset
27279
27280 mit
27281 \begin_inset space ~
27282 \end_inset
27283
27284 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
27285  Nur wenn mehr als 50
27286 \begin_inset space \thinspace{}
27287 \end_inset
27288
27289 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
27290  Gleitobjekte bereitgestellt.
27291  Dies kann durch die Variable 
27292 \series bold
27293
27294 \backslash
27295 floatpagefraction 
27296 \series default
27297 im \SpecialChar LaTeX
27298 -Vorspann überschrieben werden.
27299 \end_layout
27300
27301 \begin_layout Standard
27302 Die Reihenfolge der obigen Optionen wird 
27303 \emph on
27304 immer
27305 \emph default
27306  von \SpecialChar LaTeX
27307  verwendet.
27308  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27309  zuerst versuchen
27310  
27311 \family sans
27312 Hier
27313 \begin_inset space \space{}
27314 \end_inset
27315
27316 wenn
27317 \begin_inset space \space{}
27318 \end_inset
27319
27320 möglich
27321 \family default
27322 , dann 
27323 \family sans
27324 Anfang
27325 \begin_inset space ~
27326 \end_inset
27327
27328 der
27329 \begin_inset space ~
27330 \end_inset
27331
27332 Seite
27333 \family default
27334  und dann die anderen Optionen anzuwenden.
27335  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27336  nur die von Ihnen
27337  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
27338  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
27339 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
27340 \end_layout
27341
27342 \begin_layout Standard
27343 Die Option 
27344 \family sans
27345 Hier,
27346 \begin_inset space ~
27347 \end_inset
27348
27349 auf
27350 \begin_inset space ~
27351 \end_inset
27352
27353 jeden
27354 \begin_inset space ~
27355 \end_inset
27356
27357 Fall
27358 \family default
27359  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
27360  fast druckreif ist.
27361  Denn mit der Option kann das Objekt nicht mehr 
27362 \emph on
27363 gleiten
27364 \emph default
27365 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
27366  oftmals zerstört.
27367 \end_layout
27368
27369 \begin_layout Standard
27370 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
27371  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
27372 \begin_inset VSpace bigskip
27373 \end_inset
27374
27375
27376 \end_layout
27377
27378 \begin_layout Standard
27379 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
27380 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
27381  das Gleitobjekt sei Teil des vorherigen Abschnitts.
27382  Das kann mit dem \SpecialChar LaTeX
27383 -Befehl
27384 \series bold
27385  
27386 \backslash
27387 suppressfloats
27388 \series default
27389  verhindert werden.
27390  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
27391  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
27392  gesetzt wird.
27393  Dazu müssen Sie im \SpecialChar LaTeX
27394 -Vorspann folgende Befehle einfügen:
27395 \end_layout
27396
27397 \begin_layout Standard
27398
27399 \series bold
27400
27401 \backslash
27402 let
27403 \backslash
27404 meinAbschnitt
27405 \backslash
27406 section
27407 \begin_inset Newline newline
27408 \end_inset
27409
27410
27411 \backslash
27412 renewcommand{
27413 \backslash
27414 section}{
27415 \backslash
27416 suppressfloats[t]
27417 \backslash
27418 meinAbschnitt}
27419 \end_layout
27420
27421 \begin_layout Standard
27422 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
27423  Unterabschnitten festlegen.
27424  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
27425  \SpecialChar LaTeX
27426  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
27427 \end_layout
27428
27429 \begin_layout Standard
27430 Es gibt auch noch das \SpecialChar LaTeX
27431 -Paket 
27432 \series bold
27433 flafter
27434 \series default
27435
27436 \begin_inset Index idx
27437 status collapsed
27438
27439 \begin_layout Plain Layout
27440 \SpecialChar LaTeX
27441 -Pakete ! flafter
27442 \end_layout
27443
27444 \end_inset
27445
27446  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
27447  gedruckt wird.
27448 \end_layout
27449
27450 \begin_layout Standard
27451 \begin_inset VSpace bigskip
27452 \end_inset
27453
27454 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
27455  Dafür gibt es das \SpecialChar LaTeX
27456 -Paket 
27457 \series bold
27458 endfloat
27459 \series default
27460
27461 \begin_inset Index idx
27462 status collapsed
27463
27464 \begin_layout Plain Layout
27465 \SpecialChar LaTeX
27466 -Pakete ! endfloat
27467 \end_layout
27468
27469 \end_inset
27470
27471 .
27472  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
27473  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
27474  
27475 \family sans
27476
27477 \begin_inset Quotes gld
27478 \end_inset
27479
27480 [Abbildung
27481 \begin_inset space ~
27482 \end_inset
27483
27484 3.2 ist ungefähr hier.]
27485 \family default
27486
27487 \begin_inset Quotes grd
27488 \end_inset
27489
27490  finden.
27491  Das 
27492 \series bold
27493 endfloat
27494 \series default
27495 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
27496 -Vorspann eingefügt:
27497 \end_layout
27498
27499 \begin_layout Standard
27500
27501 \series bold
27502
27503 \backslash
27504 usepackage[Optionen]{endfloat}
27505 \end_layout
27506
27507 \begin_layout Standard
27508 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
27509  Tabellen-Abschnitte, die Sie in der 
27510 \series bold
27511 endfloat
27512 \series default
27513 -Dokumentation 
27514 \begin_inset CommandInset citation
27515 LatexCommand cite
27516 key "endfloat"
27517 literal "true"
27518
27519 \end_inset
27520
27521  nachlesen können.
27522 \begin_inset Newline newline
27523 \end_inset
27524
27525
27526 \begin_inset Note Greyedout
27527 status open
27528
27529 \begin_layout Plain Layout
27530
27531 \series bold
27532 Bemerkung
27533 \begin_inset space ~
27534 \end_inset
27535
27536 1: endfloat
27537 \series default
27538  übersetzt den Hinweistext nicht automatisch.
27539  Abschnitt
27540 \begin_inset space ~
27541 \end_inset
27542
27543 4 in 
27544 \begin_inset CommandInset citation
27545 LatexCommand cite
27546 key "endfloat"
27547 literal "true"
27548
27549 \end_inset
27550
27551  beschreibt, wie es geht.
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Standard
27560 \begin_inset Note Greyedout
27561 status open
27562
27563 \begin_layout Plain Layout
27564
27565 \series bold
27566 Bemerkung
27567 \begin_inset space ~
27568 \end_inset
27569
27570 2: 
27571 \series default
27572 Die aktuelle Version von 
27573 \series bold
27574 endfloat
27575 \series default
27576  hat einen Fehler, wenn die Überschrift ein 
27577 \begin_inset Quotes gld
27578 \end_inset
27579
27580 ß
27581 \begin_inset Quotes grd
27582 \end_inset
27583
27584  enthält.
27585  Sie müssen stattdessen den Befehl 
27586 \series bold
27587
27588 \backslash
27589 ss
27590 \series default
27591  als \SpecialChar TeX
27592 -Code benutzen.
27593 \end_layout
27594
27595 \end_inset
27596
27597
27598 \end_layout
27599
27600 \begin_layout Standard
27601 \begin_inset VSpace bigskip
27602 \end_inset
27603
27604 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
27605 -Büchern
27606  wie 
27607 \begin_inset CommandInset citation
27608 LatexCommand cite
27609 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
27610 literal "true"
27611
27612 \end_inset
27613
27614 .
27615 \end_layout
27616
27617 \begin_layout Section
27618 Gedrehte Gleitobjekte
27619 \begin_inset CommandInset label
27620 LatexCommand label
27621 name "abs:Gedrehte-Gleitobjekte"
27622
27623 \end_inset
27624
27625
27626 \begin_inset Index idx
27627 status collapsed
27628
27629 \begin_layout Plain Layout
27630 Gleitobjekte ! drehen
27631 \end_layout
27632
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \begin_layout Standard
27639 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
27640 t drehen.
27641  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
27642  und die Option 
27643 \family sans
27644 Seitwärts
27645 \begin_inset space ~
27646 \end_inset
27647
27648 drehen
27649 \family default
27650  wählen.
27651 \end_layout
27652
27653 \begin_layout Standard
27654 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
27655  sie ein mehrspaltiges Dokument haben) gedruckt.
27656  Sie können mehrere Spalten überspannen, wenn die Option 
27657 \family sans
27658 Spalten
27659 \begin_inset space ~
27660 \end_inset
27661
27662 überspannen
27663 \family default
27664  in den Gleitobjekt Einstellungen gewählt ist.
27665  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
27666  werden können.
27667  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
27668  Option 
27669 \series bold
27670 figuresleft
27671 \series default
27672  oder 
27673 \series bold
27674 figuresright
27675 \series default
27676  zu den Dokumentklassen-Optionen hinzu.
27677 \end_layout
27678
27679 \begin_layout Standard
27680 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
27681  Tabelle
27682 \begin_inset space ~
27683 \end_inset
27684
27685
27686 \begin_inset CommandInset ref
27687 LatexCommand ref
27688 reference "tab:Gedrehte-Tabelle"
27689
27690 \end_inset
27691
27692  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
27693 \end_layout
27694
27695 \begin_layout Standard
27696 \begin_inset Note Greyedout
27697 status open
27698
27699 \begin_layout Plain Layout
27700
27701 \series bold
27702 Bemerkung:
27703 \series default
27704  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Standard
27713 \begin_inset Float table
27714 wide false
27715 sideways true
27716 status open
27717
27718 \begin_layout Plain Layout
27719 \begin_inset Caption Standard
27720
27721 \begin_layout Plain Layout
27722 \begin_inset CommandInset label
27723 LatexCommand label
27724 name "tab:Gedrehte-Tabelle"
27725
27726 \end_inset
27727
27728 Gedrehte Tabelle
27729 \end_layout
27730
27731 \end_inset
27732
27733
27734 \end_layout
27735
27736 \begin_layout Plain Layout
27737 \align center
27738 \begin_inset Tabular
27739 <lyxtabular version="3" rows="1" columns="5">
27740 <features tabularvalignment="middle">
27741 <column alignment="center" valignment="top">
27742 <column alignment="center" valignment="top">
27743 <column alignment="center" valignment="top">
27744 <column alignment="center" valignment="top">
27745 <column alignment="center" valignment="top">
27746 <row>
27747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27748 \begin_inset Text
27749
27750 \begin_layout Plain Layout
27751 Test
27752 \end_layout
27753
27754 \end_inset
27755 </cell>
27756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27757 \begin_inset Text
27758
27759 \begin_layout Plain Layout
27760 b
27761 \end_layout
27762
27763 \end_inset
27764 </cell>
27765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27766 \begin_inset Text
27767
27768 \begin_layout Plain Layout
27769 c
27770 \end_layout
27771
27772 \end_inset
27773 </cell>
27774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27775 \begin_inset Text
27776
27777 \begin_layout Plain Layout
27778 d
27779 \end_layout
27780
27781 \end_inset
27782 </cell>
27783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27784 \begin_inset Text
27785
27786 \begin_layout Plain Layout
27787 e
27788 \end_layout
27789
27790 \end_inset
27791 </cell>
27792 </row>
27793 </lyxtabular>
27794
27795 \end_inset
27796
27797
27798 \end_layout
27799
27800 \end_inset
27801
27802
27803 \end_layout
27804
27805 \begin_layout Section
27806 Untergleitobjekte
27807 \begin_inset Index idx
27808 status collapsed
27809
27810 \begin_layout Plain Layout
27811 Gleitobjekte ! Untergleitobjekte
27812 \end_layout
27813
27814 \end_inset
27815
27816
27817 \end_layout
27818
27819 \begin_layout Standard
27820 Untergleitobjekte werden z.
27821 \begin_inset space \thinspace{}
27822 \end_inset
27823
27824 B.
27825  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
27826  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
27827  eingefügt wird.
27828  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
27829  in Tabelle
27830 \begin_inset space ~
27831 \end_inset
27832
27833
27834 \begin_inset CommandInset ref
27835 LatexCommand ref
27836 reference "tab:Untertabellen-nebeneinander"
27837
27838 \end_inset
27839
27840  und 
27841 \begin_inset CommandInset ref
27842 LatexCommand ref
27843 reference "tab:Untertabellen-übereinander"
27844
27845 \end_inset
27846
27847 .
27848 \end_layout
27849
27850 \begin_layout Standard
27851 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
27852 \begin_inset space ~
27853 \end_inset
27854
27855
27856 \begin_inset CommandInset ref
27857 LatexCommand ref
27858 reference "tab:Untertabelle-a"
27859
27860 \end_inset
27861
27862  und 
27863 \begin_inset CommandInset ref
27864 LatexCommand ref
27865 reference "tab:Untertabelle-b"
27866
27867 \end_inset
27868
27869  sind Untertabellen von Tabelle
27870 \begin_inset space ~
27871 \end_inset
27872
27873
27874 \begin_inset CommandInset ref
27875 LatexCommand ref
27876 reference "tab:Untertabellen-nebeneinander"
27877
27878 \end_inset
27879
27880 .
27881 \end_layout
27882
27883 \begin_layout Standard
27884 \begin_inset Float table
27885 wide false
27886 sideways false
27887 status open
27888
27889 \begin_layout Plain Layout
27890 \begin_inset Caption Standard
27891
27892 \begin_layout Plain Layout
27893 \begin_inset CommandInset label
27894 LatexCommand label
27895 name "tab:Untertabellen-nebeneinander"
27896
27897 \end_inset
27898
27899 Zwei Untertabellen nebeneinander.
27900 \end_layout
27901
27902 \end_inset
27903
27904
27905 \end_layout
27906
27907 \begin_layout Plain Layout
27908 \align center
27909 \begin_inset space \hfill{}
27910 \end_inset
27911
27912
27913 \begin_inset Float table
27914 wide false
27915 sideways false
27916 status collapsed
27917
27918 \begin_layout Plain Layout
27919 \begin_inset Caption Standard
27920
27921 \begin_layout Plain Layout
27922 \begin_inset CommandInset label
27923 LatexCommand label
27924 name "tab:Untertabelle-a"
27925
27926 \end_inset
27927
27928 Dies ist Untertabelle a.
27929 \end_layout
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Plain Layout
27937 \align center
27938 \begin_inset Tabular
27939 <lyxtabular version="3" rows="1" columns="5">
27940 <features tabularvalignment="middle">
27941 <column alignment="center" valignment="top">
27942 <column alignment="center" valignment="top">
27943 <column alignment="center" valignment="top">
27944 <column alignment="center" valignment="top">
27945 <column alignment="center" valignment="top">
27946 <row>
27947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27948 \begin_inset Text
27949
27950 \begin_layout Plain Layout
27951 Test
27952 \end_layout
27953
27954 \end_inset
27955 </cell>
27956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27957 \begin_inset Text
27958
27959 \begin_layout Plain Layout
27960 b
27961 \end_layout
27962
27963 \end_inset
27964 </cell>
27965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27966 \begin_inset Text
27967
27968 \begin_layout Plain Layout
27969 c
27970 \end_layout
27971
27972 \end_inset
27973 </cell>
27974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27975 \begin_inset Text
27976
27977 \begin_layout Plain Layout
27978 d
27979 \end_layout
27980
27981 \end_inset
27982 </cell>
27983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27984 \begin_inset Text
27985
27986 \begin_layout Plain Layout
27987 e
27988 \end_layout
27989
27990 \end_inset
27991 </cell>
27992 </row>
27993 </lyxtabular>
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \begin_inset space \hfill{}
28004 \end_inset
28005
28006
28007 \begin_inset Float table
28008 wide false
28009 sideways false
28010 status collapsed
28011
28012 \begin_layout Plain Layout
28013 \begin_inset Caption Standard
28014
28015 \begin_layout Plain Layout
28016 \begin_inset CommandInset label
28017 LatexCommand label
28018 name "tab:Untertabelle-b"
28019
28020 \end_inset
28021
28022 Dies ist Untertabelle b.
28023 \end_layout
28024
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \begin_layout Plain Layout
28031 \align center
28032 \begin_inset Tabular
28033 <lyxtabular version="3" rows="1" columns="5">
28034 <features tabularvalignment="middle">
28035 <column alignment="center" valignment="top">
28036 <column alignment="center" valignment="top">
28037 <column alignment="center" valignment="top">
28038 <column alignment="center" valignment="top">
28039 <column alignment="center" valignment="top">
28040 <row>
28041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28042 \begin_inset Text
28043
28044 \begin_layout Plain Layout
28045 e
28046 \end_layout
28047
28048 \end_inset
28049 </cell>
28050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28051 \begin_inset Text
28052
28053 \begin_layout Plain Layout
28054 d
28055 \end_layout
28056
28057 \end_inset
28058 </cell>
28059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28060 \begin_inset Text
28061
28062 \begin_layout Plain Layout
28063 c
28064 \end_layout
28065
28066 \end_inset
28067 </cell>
28068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28069 \begin_inset Text
28070
28071 \begin_layout Plain Layout
28072 b
28073 \end_layout
28074
28075 \end_inset
28076 </cell>
28077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28078 \begin_inset Text
28079
28080 \begin_layout Plain Layout
28081 Test
28082 \end_layout
28083
28084 \end_inset
28085 </cell>
28086 </row>
28087 </lyxtabular>
28088
28089 \end_inset
28090
28091
28092 \end_layout
28093
28094 \end_inset
28095
28096
28097 \begin_inset space \hfill{}
28098 \end_inset
28099
28100
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \begin_layout Standard
28109 \begin_inset Float table
28110 wide false
28111 sideways false
28112 status open
28113
28114 \begin_layout Plain Layout
28115 \begin_inset Caption Standard
28116
28117 \begin_layout Plain Layout
28118 \begin_inset CommandInset label
28119 LatexCommand label
28120 name "tab:Untertabellen-übereinander"
28121
28122 \end_inset
28123
28124 Zwei Untertabellen übereinander.
28125  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \begin_layout Plain Layout
28134 \align center
28135 \begin_inset Float table
28136 wide false
28137 sideways false
28138 status collapsed
28139
28140 \begin_layout Plain Layout
28141 \begin_inset Caption Standard
28142
28143 \begin_layout Plain Layout
28144
28145 \end_layout
28146
28147 \end_inset
28148
28149
28150 \end_layout
28151
28152 \begin_layout Plain Layout
28153 \align center
28154 \begin_inset Tabular
28155 <lyxtabular version="3" rows="1" columns="4">
28156 <features tabularvalignment="middle">
28157 <column alignment="center" valignment="top">
28158 <column alignment="center" valignment="top">
28159 <column alignment="center" valignment="top">
28160 <column alignment="center" valignment="top">
28161 <row>
28162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28163 \begin_inset Text
28164
28165 \begin_layout Plain Layout
28166 Test
28167 \end_layout
28168
28169 \end_inset
28170 </cell>
28171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28172 \begin_inset Text
28173
28174 \begin_layout Plain Layout
28175 Test
28176 \end_layout
28177
28178 \end_inset
28179 </cell>
28180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28181 \begin_inset Text
28182
28183 \begin_layout Plain Layout
28184 Test
28185 \end_layout
28186
28187 \end_inset
28188 </cell>
28189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28190 \begin_inset Text
28191
28192 \begin_layout Plain Layout
28193 Test
28194 \end_layout
28195
28196 \end_inset
28197 </cell>
28198 </row>
28199 </lyxtabular>
28200
28201 \end_inset
28202
28203
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \end_layout
28210
28211 \begin_layout Plain Layout
28212 \align center
28213 \begin_inset Float table
28214 wide false
28215 sideways false
28216 status collapsed
28217
28218 \begin_layout Plain Layout
28219 \begin_inset Caption Standard
28220
28221 \begin_layout Plain Layout
28222
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \end_layout
28229
28230 \begin_layout Plain Layout
28231 \align center
28232 \begin_inset Tabular
28233 <lyxtabular version="3" rows="1" columns="5">
28234 <features tabularvalignment="middle">
28235 <column alignment="center" valignment="top">
28236 <column alignment="center" valignment="top">
28237 <column alignment="center" valignment="top">
28238 <column alignment="center" valignment="top">
28239 <column alignment="center" valignment="top">
28240 <row>
28241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28242 \begin_inset Text
28243
28244 \begin_layout Plain Layout
28245 a
28246 \end_layout
28247
28248 \end_inset
28249 </cell>
28250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28251 \begin_inset Text
28252
28253 \begin_layout Plain Layout
28254 b
28255 \end_layout
28256
28257 \end_inset
28258 </cell>
28259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28260 \begin_inset Text
28261
28262 \begin_layout Plain Layout
28263 c
28264 \end_layout
28265
28266 \end_inset
28267 </cell>
28268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28269 \begin_inset Text
28270
28271 \begin_layout Plain Layout
28272 d
28273 \end_layout
28274
28275 \end_inset
28276 </cell>
28277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28278 \begin_inset Text
28279
28280 \begin_layout Plain Layout
28281 e
28282 \end_layout
28283
28284 \end_inset
28285 </cell>
28286 </row>
28287 </lyxtabular>
28288
28289 \end_inset
28290
28291
28292 \end_layout
28293
28294 \end_inset
28295
28296
28297 \end_layout
28298
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \begin_layout Section
28305 Gleitobjekte nebeneinander
28306 \begin_inset Index idx
28307 status collapsed
28308
28309 \begin_layout Plain Layout
28310 Gleitobjekte ! nebeneinander
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \end_layout
28317
28318 \begin_layout Standard
28319 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
28320 \begin_inset space ~
28321 \end_inset
28322
28323
28324 \begin_inset CommandInset ref
28325 LatexCommand ref
28326 reference "abb:Gleitobjekt-links"
28327
28328 \end_inset
28329
28330  und 
28331 \begin_inset CommandInset ref
28332 LatexCommand ref
28333 reference "abb:Gleitobjekt-rechts"
28334
28335 \end_inset
28336
28337  wird nur 
28338 \emph on
28339 ein
28340 \emph default
28341  Gleitobjekt verwendet.
28342  In dieses werden zwei Minipage Boxen eingefügt.
28343 \begin_inset Foot
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347 Minipages sind in Abschnitt
28348 \begin_inset space ~
28349 \end_inset
28350
28351
28352 \begin_inset CommandInset ref
28353 LatexCommand ref
28354 reference "abs:Minipage"
28355
28356 \end_inset
28357
28358  erklärt.
28359 \end_layout
28360
28361 \end_inset
28362
28363  Die Breite wird für jede Minipage auf 45
28364 \begin_inset space \thinspace{}
28365 \end_inset
28366
28367 -50
28368 \begin_inset space \thinspace{}
28369 \end_inset
28370
28371 Spalten% und die Box Ausrichtung auf 
28372 \family sans
28373 Unten
28374 \family default
28375  gesetzt.
28376  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
28377  Gleitobjekt.
28378  Der einzige Unterschied ist, dass die Bildeinheit 
28379 \family sans
28380 Spaltenbreite
28381 \begin_inset space ~
28382 \end_inset
28383
28384 %
28385 \family default
28386  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
28387 \end_layout
28388
28389 \begin_layout Standard
28390 \begin_inset Float figure
28391 wide false
28392 sideways false
28393 status open
28394
28395 \begin_layout Plain Layout
28396 \begin_inset Box Frameless
28397 position "b"
28398 hor_pos "c"
28399 has_inner_box 1
28400 inner_pos "t"
28401 use_parbox 0
28402 use_makebox 0
28403 width "45col%"
28404 special "none"
28405 height "1in"
28406 height_special "totalheight"
28407 thickness "0.4pt"
28408 separation "3pt"
28409 shadowsize "4pt"
28410 framecolor "black"
28411 backgroundcolor "none"
28412 status open
28413
28414 \begin_layout Plain Layout
28415 \align center
28416 \begin_inset Graphics
28417         filename ../clipart/2D-intensity-plot.pdf
28418         width 100col%
28419         scaleBeforeRotation
28420
28421 \end_inset
28422
28423
28424 \end_layout
28425
28426 \begin_layout Plain Layout
28427 \begin_inset Caption Standard
28428
28429 \begin_layout Plain Layout
28430 \begin_inset CommandInset label
28431 LatexCommand label
28432 name "abb:Gleitobjekt-links"
28433
28434 \end_inset
28435
28436 Gleitobjekt auf der linken Seite.
28437 \end_layout
28438
28439 \end_inset
28440
28441
28442 \end_layout
28443
28444 \end_inset
28445
28446
28447 \begin_inset space \hfill{}
28448 \end_inset
28449
28450
28451 \begin_inset Box Frameless
28452 position "b"
28453 hor_pos "c"
28454 has_inner_box 1
28455 inner_pos "t"
28456 use_parbox 0
28457 use_makebox 0
28458 width "45col%"
28459 special "none"
28460 height "1in"
28461 height_special "totalheight"
28462 thickness "0.4pt"
28463 separation "3pt"
28464 shadowsize "4pt"
28465 framecolor "black"
28466 backgroundcolor "none"
28467 status open
28468
28469 \begin_layout Plain Layout
28470 \align center
28471 \begin_inset Graphics
28472         filename ../clipart/Star-structure.pdf
28473         width 100col%
28474         scaleBeforeRotation
28475
28476 \end_inset
28477
28478
28479 \end_layout
28480
28481 \begin_layout Plain Layout
28482 \begin_inset Caption Standard
28483
28484 \begin_layout Plain Layout
28485 \begin_inset CommandInset label
28486 LatexCommand label
28487 name "abb:Gleitobjekt-rechts"
28488
28489 \end_inset
28490
28491 Gleitobjekt auf der rechten Seite.
28492 \end_layout
28493
28494 \end_inset
28495
28496
28497 \end_layout
28498
28499 \end_inset
28500
28501
28502 \end_layout
28503
28504 \end_inset
28505
28506
28507 \end_layout
28508
28509 \begin_layout Standard
28510 Eine alternative und einfachere Methode ist, das Modul 
28511 \family sans
28512 Breitenvariable
28513 \begin_inset space ~
28514 \end_inset
28515
28516 Minipages
28517 \family default
28518  zu verwenden, siehe Abschnitt
28519 \begin_inset space ~
28520 \end_inset
28521
28522
28523 \begin_inset CommandInset ref
28524 LatexCommand ref
28525 reference "abs:Minipage"
28526
28527 \end_inset
28528
28529 .
28530  Breitenvariable Minipages berücksichtigen die Breite der Abbildungen und
28531  Tabellen automatisch, so dass keine explizite Breite angegeben werden muss.
28532  Die \SpecialChar LyX
28533 -Beispieldatei 
28534 \emph on
28535 varwidth-floats-side-by-side
28536 \emph default
28537  zeigt ein paar Beispiele.
28538 \end_layout
28539
28540 \begin_layout Section
28541 Beschriftungs-Formatierung
28542 \begin_inset CommandInset label
28543 LatexCommand label
28544 name "abs:Titel-Formatierung"
28545
28546 \end_inset
28547
28548
28549 \begin_inset Index idx
28550 status collapsed
28551
28552 \begin_layout Plain Layout
28553 Gleitobjekte ! Beschriftung ! Formatierung
28554 \end_layout
28555
28556 \end_inset
28557
28558
28559 \end_layout
28560
28561 \begin_layout Standard
28562
28563 \family sans
28564 Legende
28565 \family default
28566  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
28567  In \SpecialChar LyX
28568  sehen Titel so aus:  
28569 \family sans
28570
28571 \begin_inset Quotes gld
28572 \end_inset
28573
28574 Abbildung xyz:
28575 \family default
28576
28577 \begin_inset Quotes grd
28578 \end_inset
28579
28580 , gefolgt vom Beschriftungstext, wobei 
28581 \family sans
28582 xyz
28583 \family default
28584  die von \SpecialChar LyX
28585  vergebene Nummer ist.
28586  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
28587  gedruckt.
28588  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
28589 \end_layout
28590
28591 \begin_layout Standard
28592 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
28593 -Paket
28594  
28595 \series bold
28596 caption
28597 \series default
28598
28599 \begin_inset Index idx
28600 status collapsed
28601
28602 \begin_layout Plain Layout
28603 \SpecialChar LaTeX
28604 -Pakete ! caption
28605 \end_layout
28606
28607 \end_inset
28608
28609  in den \SpecialChar LaTeX
28610 -Vorspann laden:
28611 \end_layout
28612
28613 \begin_layout Standard
28614
28615 \series bold
28616
28617 \backslash
28618 usepackage[Format-Definition]{caption}
28619 \end_layout
28620
28621 \begin_layout Standard
28622 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
28623  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
28624  verwenden:
28625 \end_layout
28626
28627 \begin_layout Standard
28628
28629 \series bold
28630
28631 \backslash
28632 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28633 \end_layout
28634
28635 \begin_layout Standard
28636 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
28637  definieren.
28638  Dazu laden Sie das 
28639 \series bold
28640 caption
28641 \series default
28642 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
28643  dem Befehl
28644 \end_layout
28645
28646 \begin_layout Standard
28647
28648 \series bold
28649
28650 \backslash
28651 captionsetup[Gleitobjekt-Typ]{Format-Definition}
28652 \end_layout
28653
28654 \begin_layout Standard
28655 Für Abbildung
28656 \begin_inset space ~
28657 \end_inset
28658
28659
28660 \begin_inset CommandInset ref
28661 LatexCommand ref
28662 reference "abb:Langer-Abb-Titel"
28663
28664 \end_inset
28665
28666  und Tabelle
28667 \begin_inset space ~
28668 \end_inset
28669
28670
28671 \begin_inset CommandInset ref
28672 LatexCommand ref
28673 reference "tab:Langer-Tab-Titel"
28674
28675 \end_inset
28676
28677  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
28678 -Vorspann definiert
28679  werden:
28680 \end_layout
28681
28682 \begin_layout Standard
28683
28684 \series bold
28685
28686 \backslash
28687 usepackage[tableposition=top]{caption}
28688 \begin_inset Newline newline
28689 \end_inset
28690
28691
28692 \backslash
28693 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28694 \begin_inset Newline newline
28695 \end_inset
28696
28697
28698 \begin_inset Phantom HPhantom
28699 status open
28700
28701 \begin_layout Plain Layout
28702
28703 \series bold
28704
28705 \backslash
28706 captionsetup[figure]{
28707 \end_layout
28708
28709 \end_inset
28710
28711 labelsep=period}
28712 \begin_inset Newline newline
28713 \end_inset
28714
28715
28716 \backslash
28717 captionsetup[table]{labelfont={bf,sf}}
28718 \end_layout
28719
28720 \begin_layout Standard
28721 \begin_inset Note Greyedout
28722 status open
28723
28724 \begin_layout Plain Layout
28725
28726 \series bold
28727 Bemerkung:
28728 \series default
28729  Die Option 
28730 \series bold
28731 tableposition=top
28732 \series default
28733  hat keine Auswirkung, wenn eine 
28734 \series bold
28735 KOMA-Script
28736 \series default
28737
28738 \begin_inset Index idx
28739 status collapsed
28740
28741 \begin_layout Plain Layout
28742 \SpecialChar LaTeX
28743 -Pakete ! KOMA-Script
28744 \end_layout
28745
28746 \end_inset
28747
28748 -Dokumentklasse verwendet wird.
28749  Hier muss die Option 
28750 \series bold
28751 captions=tableheading
28752 \series default
28753  benutzt werden.
28754 \end_layout
28755
28756 \end_inset
28757
28758
28759 \end_layout
28760
28761 \begin_layout Standard
28762 Weitere Informationen über das Paket
28763 \series bold
28764  caption
28765 \series default
28766  finden Sie in seiner Dokumentation 
28767 \begin_inset CommandInset citation
28768 LatexCommand cite
28769 key "caption"
28770 literal "true"
28771
28772 \end_inset
28773
28774 .
28775 \end_layout
28776
28777 \begin_layout Standard
28778 Wenn Sie den Namen von 
28779 \begin_inset Quotes gld
28780 \end_inset
28781
28782 Abbildung
28783 \begin_inset Quotes grd
28784 \end_inset
28785
28786  auf 
28787 \begin_inset Quotes gld
28788 \end_inset
28789
28790 Bild
28791 \begin_inset Quotes grd
28792 \end_inset
28793
28794  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
28795 -Vorspann  machen:
28796 \end_layout
28797
28798 \begin_layout Standard
28799
28800 \series bold
28801
28802 \backslash
28803 renewcommand{
28804 \backslash
28805 fnum@figure}{Bild~
28806 \backslash
28807 thefigure}
28808 \end_layout
28809
28810 \begin_layout Standard
28811 wobei 
28812 \series bold
28813
28814 \backslash
28815 thefigure
28816 \series default
28817  die Bildnummer einsetzt und
28818 \series bold
28819  ~
28820 \series default
28821  ein geschütztes Leerzeichen ist.
28822 \end_layout
28823
28824 \begin_layout Standard
28825 \begin_inset VSpace bigskip
28826 \end_inset
28827
28828 Wenn Sie eine 
28829 \series bold
28830 KOMA-Script
28831 \series default
28832
28833 \begin_inset Index idx
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837 \SpecialChar LaTeX
28838 -Pakete ! KOMA-Script
28839 \end_layout
28840
28841 \end_inset
28842
28843 -Dokumentklasse (
28844 \family sans
28845 article (KOMA-Script)
28846 \family default
28847
28848 \family sans
28849 book (KOMA-Script)
28850 \family default
28851
28852 \family sans
28853 letter (KOMA-Script)
28854 \family default
28855  oder 
28856 \family sans
28857 report (KOMA-Script)
28858 \family default
28859 ) benutzen, können Sie anstatt des 
28860 \series bold
28861 caption
28862 \series default
28863 -Paketes den eingebauten Befehl 
28864 \series bold
28865
28866 \backslash
28867 setkomafont
28868 \series default
28869  von 
28870 \series bold
28871 KOMA-Script
28872 \series default
28873  benutzen.
28874  Der Befehl
28875 \end_layout
28876
28877 \begin_layout Standard
28878
28879 \series bold
28880
28881 \backslash
28882 setkomafont{captionlabel}{
28883 \backslash
28884 bfseries}
28885 \end_layout
28886
28887 \begin_layout Standard
28888 im \SpecialChar LaTeX
28889 -Vorspann druckt den Namen fett.
28890 \end_layout
28891
28892 \begin_layout Standard
28893 Weitere Informationen über 
28894 \series bold
28895
28896 \backslash
28897 setkomafont
28898 \series default
28899  finden Sie in der 
28900 \series bold
28901 KOMA-Script
28902 \series default
28903 -Do\SpecialChar softhyphen
28904 ku\SpecialChar softhyphen
28905 men\SpecialChar softhyphen
28906 ta\SpecialChar softhyphen
28907 tion 
28908 \begin_inset CommandInset citation
28909 LatexCommand cite
28910 key "KOMA-Script"
28911 literal "true"
28912
28913 \end_inset
28914
28915 .
28916 \end_layout
28917
28918 \begin_layout Standard
28919 \begin_inset ERT
28920 status collapsed
28921
28922 \begin_layout Plain Layout
28923
28924
28925 \backslash
28926 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28927 }
28928 \end_layout
28929
28930 \end_inset
28931
28932
28933 \begin_inset Note Note
28934 status open
28935
28936 \begin_layout Plain Layout
28937 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
28938 \end_layout
28939
28940 \end_inset
28941
28942
28943 \end_layout
28944
28945 \begin_layout Standard
28946 \begin_inset Float figure
28947 placement !p
28948 wide false
28949 sideways false
28950 status open
28951
28952 \begin_layout Plain Layout
28953 \align center
28954 \begin_inset Graphics
28955         filename ../clipart/2D-intensity-plot.pdf
28956         scaleBeforeRotation
28957
28958 \end_inset
28959
28960
28961 \end_layout
28962
28963 \begin_layout Plain Layout
28964 \begin_inset Caption Standard
28965
28966 \begin_layout Plain Layout
28967 \begin_inset CommandInset label
28968 LatexCommand label
28969 name "abb:Langer-Abb-Titel"
28970
28971 \end_inset
28972
28973 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
28974  ist, um das andere Beschriftungsformat zu zeigen.
28975  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
28976 \begin_inset Argument 1
28977 status collapsed
28978
28979 \begin_layout Plain Layout
28980 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
28981  ist.
28982 \end_layout
28983
28984 \end_inset
28985
28986
28987 \end_layout
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \end_inset
28995
28996
28997 \end_layout
28998
28999 \begin_layout Standard
29000 \begin_inset ERT
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004
29005
29006 \backslash
29007 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
29008 on}
29009 \end_layout
29010
29011 \end_inset
29012
29013
29014 \end_layout
29015
29016 \begin_layout Standard
29017 \begin_inset Float table
29018 placement !p
29019 wide false
29020 sideways false
29021 status open
29022
29023 \begin_layout Plain Layout
29024 \begin_inset Caption Standard
29025
29026 \begin_layout Plain Layout
29027 \begin_inset CommandInset label
29028 LatexCommand label
29029 name "tab:Langer-Tab-Titel"
29030
29031 \end_inset
29032
29033 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29034  ist, um das andere Beschriftungsformat zu zeigen.
29035  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
29036  benutzt.
29037 \begin_inset Argument 1
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29042  ist.
29043 \end_layout
29044
29045 \end_inset
29046
29047
29048 \end_layout
29049
29050 \end_inset
29051
29052
29053 \end_layout
29054
29055 \begin_layout Plain Layout
29056 \align center
29057 \begin_inset Tabular
29058 <lyxtabular version="3" rows="1" columns="5">
29059 <features tabularvalignment="middle">
29060 <column alignment="center" valignment="top">
29061 <column alignment="center" valignment="top">
29062 <column alignment="center" valignment="top">
29063 <column alignment="center" valignment="top">
29064 <column alignment="center" valignment="top">
29065 <row>
29066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29067 \begin_inset Text
29068
29069 \begin_layout Plain Layout
29070 a
29071 \end_layout
29072
29073 \end_inset
29074 </cell>
29075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29076 \begin_inset Text
29077
29078 \begin_layout Plain Layout
29079 b
29080 \end_layout
29081
29082 \end_inset
29083 </cell>
29084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29085 \begin_inset Text
29086
29087 \begin_layout Plain Layout
29088 c
29089 \end_layout
29090
29091 \end_inset
29092 </cell>
29093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29094 \begin_inset Text
29095
29096 \begin_layout Plain Layout
29097 d
29098 \end_layout
29099
29100 \end_inset
29101 </cell>
29102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29103 \begin_inset Text
29104
29105 \begin_layout Plain Layout
29106 e
29107 \end_layout
29108
29109 \end_inset
29110 </cell>
29111 </row>
29112 </lyxtabular>
29113
29114 \end_inset
29115
29116
29117 \end_layout
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \begin_layout Section
29125 Beschriftungs-Platzierung
29126 \begin_inset CommandInset label
29127 LatexCommand label
29128 name "abs:Titel-Platzierung"
29129
29130 \end_inset
29131
29132
29133 \begin_inset Index idx
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137 Gleitobjekte ! Beschriftung ! Platzierung
29138 \end_layout
29139
29140 \end_inset
29141
29142
29143 \end_layout
29144
29145 \begin_layout Standard
29146 Normalerweise werden die Beschriftungen wie folgt platziert:
29147 \end_layout
29148
29149 \begin_layout Description
29150 Abbildung: darunter
29151 \end_layout
29152
29153 \begin_layout Description
29154 Tabelle: darüber
29155 \end_layout
29156
29157 \begin_layout Standard
29158 \SpecialChar LaTeX
29159 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
29160  Das heißt wenn Sie eine der Dokument-Klassen 
29161 \family sans
29162 article
29163 \family default
29164
29165 \family sans
29166 book
29167 \family default
29168
29169 \family sans
29170 letter
29171 \family default
29172  oder 
29173 \family sans
29174 report
29175 \family default
29176  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
29177  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
29178 -Paket 
29179 \series bold
29180 caption
29181 \series default
29182
29183 \begin_inset Index idx
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187 \SpecialChar LaTeX
29188 -Pakete ! caption
29189 \end_layout
29190
29191 \end_inset
29192
29193  im \SpecialChar LaTeX
29194 -Vorspann mit der Option
29195 \begin_inset Foot
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 In Abschnitt
29200 \begin_inset space ~
29201 \end_inset
29202
29203
29204 \begin_inset CommandInset ref
29205 LatexCommand ref
29206 reference "abs:Titel-Formatierung"
29207
29208 \end_inset
29209
29210  steht mehr über das Paket 
29211 \series bold
29212 caption
29213 \series default
29214 .
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \end_layout
29221
29222 \begin_layout Standard
29223
29224 \series bold
29225 tableposition=top
29226 \end_layout
29227
29228 \begin_layout Standard
29229 Wenn Sie eine 
29230 \series bold
29231 KOMA-Script
29232 \series default
29233
29234 \begin_inset Index idx
29235 status collapsed
29236
29237 \begin_layout Plain Layout
29238 \SpecialChar LaTeX
29239 -Pakete ! KOMA-Script
29240 \end_layout
29241
29242 \end_inset
29243
29244 -Dokumentklasse (
29245 \family sans
29246 article (KOMA-Script)
29247 \family default
29248
29249 \family sans
29250 book (KOMA-Script)
29251 \family default
29252
29253 \family sans
29254 letter (KOMA-Script)
29255 \family default
29256  oder 
29257 \family sans
29258 report (KOMA-Script)
29259 \family default
29260 ) benutzen, können Sie alternativ zum 
29261 \series bold
29262 caption
29263 \series default
29264 -Paket die Dokumentklassen-Option
29265 \end_layout
29266
29267 \begin_layout Standard
29268
29269 \series bold
29270 captions=tableheading
29271 \end_layout
29272
29273 \begin_layout Standard
29274 benutzen.
29275 \begin_inset Foot
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279 Diese Option wird in diesem Dokument verwendet.
29280 \end_layout
29281
29282 \end_inset
29283
29284
29285 \end_layout
29286
29287 \begin_layout Standard
29288 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
29289  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
29290  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
29291  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
29292  Beschriftungen überschrieben werden.
29293  Tabelle
29294 \begin_inset space ~
29295 \end_inset
29296
29297
29298 \begin_inset CommandInset ref
29299 LatexCommand ref
29300 reference "tab:Eine-Beschriftung-unterhalb"
29301
29302 \end_inset
29303
29304  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
29305  wurde, obwohl sie über der Tabelle steht.
29306  Zum Vergleich ist die Beschriftung von Tabelle
29307 \begin_inset space ~
29308 \end_inset
29309
29310
29311 \begin_inset CommandInset ref
29312 LatexCommand ref
29313 reference "tab:Eine-normale-Tabellen-Beschriftu"
29314
29315 \end_inset
29316
29317  nicht markiert.
29318 \end_layout
29319
29320 \begin_layout Standard
29321 \begin_inset Float table
29322 wide false
29323 sideways false
29324 status open
29325
29326 \begin_layout Plain Layout
29327 \begin_inset Caption Below
29328
29329 \begin_layout Plain Layout
29330 \begin_inset CommandInset label
29331 LatexCommand label
29332 name "tab:Eine-Beschriftung-unterhalb"
29333
29334 \end_inset
29335
29336 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \end_layout
29343
29344 \begin_layout Plain Layout
29345 \align center
29346 \begin_inset Tabular
29347 <lyxtabular version="3" rows="3" columns="3">
29348 <features tabularvalignment="middle">
29349 <column alignment="center" valignment="top" width="0pt">
29350 <column alignment="center" valignment="top" width="0pt">
29351 <column alignment="center" valignment="top" width="0pt">
29352 <row>
29353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29354 \begin_inset Text
29355
29356 \begin_layout Plain Layout
29357 1
29358 \end_layout
29359
29360 \end_inset
29361 </cell>
29362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29363 \begin_inset Text
29364
29365 \begin_layout Plain Layout
29366 2
29367 \end_layout
29368
29369 \end_inset
29370 </cell>
29371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29372 \begin_inset Text
29373
29374 \begin_layout Plain Layout
29375 3
29376 \end_layout
29377
29378 \end_inset
29379 </cell>
29380 </row>
29381 <row>
29382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29383 \begin_inset Text
29384
29385 \begin_layout Plain Layout
29386 Joe
29387 \end_layout
29388
29389 \end_inset
29390 </cell>
29391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29392 \begin_inset Text
29393
29394 \begin_layout Plain Layout
29395 Mary
29396 \end_layout
29397
29398 \end_inset
29399 </cell>
29400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29401 \begin_inset Text
29402
29403 \begin_layout Plain Layout
29404 Ted
29405 \end_layout
29406
29407 \end_inset
29408 </cell>
29409 </row>
29410 <row>
29411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29412 \begin_inset Text
29413
29414 \begin_layout Plain Layout
29415 \begin_inset Formula $\int x^{2}dx$
29416 \end_inset
29417
29418
29419 \end_layout
29420
29421 \end_inset
29422 </cell>
29423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29424 \begin_inset Text
29425
29426 \begin_layout Plain Layout
29427 \begin_inset Formula $\left[\begin{array}{cc}
29428 a & b\\
29429 c & d
29430 \end{array}\right]$
29431 \end_inset
29432
29433
29434 \end_layout
29435
29436 \end_inset
29437 </cell>
29438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29439 \begin_inset Text
29440
29441 \begin_layout Plain Layout
29442 \begin_inset Formula $1+1=2$
29443 \end_inset
29444
29445
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 </row>
29451 </lyxtabular>
29452
29453 \end_inset
29454
29455
29456 \end_layout
29457
29458 \end_inset
29459
29460
29461 \end_layout
29462
29463 \begin_layout Standard
29464 \begin_inset Float table
29465 wide false
29466 sideways false
29467 status open
29468
29469 \begin_layout Plain Layout
29470 \begin_inset Caption Standard
29471
29472 \begin_layout Plain Layout
29473 \begin_inset CommandInset label
29474 LatexCommand label
29475 name "tab:Eine-normale-Tabellen-Beschriftu"
29476
29477 \end_inset
29478
29479 Eine normale Tabellen-Beschriftung.
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \end_layout
29486
29487 \begin_layout Plain Layout
29488 \align center
29489 \begin_inset Tabular
29490 <lyxtabular version="3" rows="3" columns="3">
29491 <features tabularvalignment="middle">
29492 <column alignment="center" valignment="top" width="0pt">
29493 <column alignment="center" valignment="top" width="0pt">
29494 <column alignment="center" valignment="top" width="0pt">
29495 <row>
29496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29497 \begin_inset Text
29498
29499 \begin_layout Plain Layout
29500 1
29501 \end_layout
29502
29503 \end_inset
29504 </cell>
29505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29506 \begin_inset Text
29507
29508 \begin_layout Plain Layout
29509 2
29510 \end_layout
29511
29512 \end_inset
29513 </cell>
29514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29515 \begin_inset Text
29516
29517 \begin_layout Plain Layout
29518 3
29519 \end_layout
29520
29521 \end_inset
29522 </cell>
29523 </row>
29524 <row>
29525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29526 \begin_inset Text
29527
29528 \begin_layout Plain Layout
29529 Joe
29530 \end_layout
29531
29532 \end_inset
29533 </cell>
29534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29535 \begin_inset Text
29536
29537 \begin_layout Plain Layout
29538 Mary
29539 \end_layout
29540
29541 \end_inset
29542 </cell>
29543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29544 \begin_inset Text
29545
29546 \begin_layout Plain Layout
29547 Ted
29548 \end_layout
29549
29550 \end_inset
29551 </cell>
29552 </row>
29553 <row>
29554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29555 \begin_inset Text
29556
29557 \begin_layout Plain Layout
29558 \begin_inset Formula $\int x^{2}dx$
29559 \end_inset
29560
29561
29562 \end_layout
29563
29564 \end_inset
29565 </cell>
29566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29567 \begin_inset Text
29568
29569 \begin_layout Plain Layout
29570 \begin_inset Formula $\left[\begin{array}{cc}
29571 a & b\\
29572 c & d
29573 \end{array}\right]$
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \end_inset
29580 </cell>
29581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29582 \begin_inset Text
29583
29584 \begin_layout Plain Layout
29585 \begin_inset Formula $1+1=2$
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \end_inset
29592 </cell>
29593 </row>
29594 </lyxtabular>
29595
29596 \end_inset
29597
29598
29599 \end_layout
29600
29601 \end_inset
29602
29603
29604 \end_layout
29605
29606 \begin_layout Standard
29607 \begin_inset VSpace bigskip
29608 \end_inset
29609
29610 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
29611  Das bewirkt das \SpecialChar LaTeX
29612 -Paket 
29613 \series bold
29614 sidecap
29615 \series default
29616
29617 \begin_inset Index idx
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621 \SpecialChar LaTeX
29622 -Pakete ! sidecap
29623 \end_layout
29624
29625 \end_inset
29626
29627 , das so in den \SpecialChar LaTeX
29628 -Vorspann geladen wird:
29629 \end_layout
29630
29631 \begin_layout Standard
29632
29633 \series bold
29634
29635 \backslash
29636 usepackage[Option]{sidecap}
29637 \end_layout
29638
29639 \begin_layout Standard
29640 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
29641  Mit 
29642 \series bold
29643 innercaption
29644 \series default
29645  wird die Beschriftung innen gedruckt.
29646  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
29647  
29648 \series bold
29649 rightcaption
29650 \series default
29651  oder 
29652 \series bold
29653 leftcaption
29654 \series default
29655 .
29656 \end_layout
29657
29658 \begin_layout Standard
29659 \begin_inset ERT
29660 status collapsed
29661
29662 \begin_layout Plain Layout
29663
29664
29665 \backslash
29666 ifsidecap
29667 \end_layout
29668
29669 \end_inset
29670
29671
29672 \begin_inset Note Note
29673 status open
29674
29675 \begin_layout Plain Layout
29676 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
29677 -Paket 
29678 \series bold
29679 sidecap
29680 \series default
29681  installiert ist.
29682 \end_layout
29683
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \begin_layout Standard
29690 Um die Beschriftung mit \SpecialChar LyX
29691  seitlich zu drucken, müssen Sie folgende Befehle
29692  in den \SpecialChar LaTeX
29693 -Vorspann schreiben:
29694 \end_layout
29695
29696 \begin_layout Standard
29697 \begin_inset Newpage newpage
29698 \end_inset
29699
29700
29701 \end_layout
29702
29703 \begin_layout Standard
29704 \noindent
29705 \begin_inset CommandInset line
29706 LatexCommand rule
29707 offset "0.5ex"
29708 width "100line%"
29709 height "1pt"
29710
29711 \end_inset
29712
29713
29714 \end_layout
29715
29716 \begin_layout Standard
29717
29718 \series bold
29719
29720 \backslash
29721 newcommand{
29722 \backslash
29723 TabBesBeg}[1][1.0]{%
29724 \begin_inset Newline newline
29725 \end_inset
29726
29727
29728 \begin_inset Phantom HPhantom
29729 status open
29730
29731 \begin_layout Plain Layout
29732 \begin_inset space ~
29733 \end_inset
29734
29735
29736 \end_layout
29737
29738 \end_inset
29739
29740
29741 \backslash
29742 let
29743 \backslash
29744 MyTable
29745 \backslash
29746 table
29747 \begin_inset Newline newline
29748 \end_inset
29749
29750
29751 \begin_inset Phantom HPhantom
29752 status open
29753
29754 \begin_layout Plain Layout
29755
29756 \series medium
29757 \begin_inset space ~
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \backslash
29767 let
29768 \backslash
29769 MyEndtable
29770 \backslash
29771 endtable
29772 \begin_inset Newline newline
29773 \end_inset
29774
29775
29776 \begin_inset Phantom HPhantom
29777 status open
29778
29779 \begin_layout Plain Layout
29780
29781 \series medium
29782 \begin_inset space ~
29783 \end_inset
29784
29785
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \backslash
29792 renewenvironment{table}[1]{
29793 \backslash
29794 begin{SCtable}[#1]##1}{
29795 \backslash
29796 end{SCtable}}}
29797 \end_layout
29798
29799 \begin_layout Standard
29800
29801 \series bold
29802
29803 \backslash
29804 newcommand{
29805 \backslash
29806 TabBesEnd}{%
29807 \begin_inset Newline newline
29808 \end_inset
29809
29810
29811 \begin_inset Phantom HPhantom
29812 status open
29813
29814 \begin_layout Plain Layout
29815 \begin_inset space ~
29816 \end_inset
29817
29818
29819 \end_layout
29820
29821 \end_inset
29822
29823
29824 \backslash
29825 let
29826 \backslash
29827 table
29828 \backslash
29829 MyTable
29830 \begin_inset Newline newline
29831 \end_inset
29832
29833
29834 \begin_inset Phantom HPhantom
29835 status open
29836
29837 \begin_layout Plain Layout
29838 \begin_inset space ~
29839 \end_inset
29840
29841
29842 \end_layout
29843
29844 \end_inset
29845
29846
29847 \backslash
29848 let
29849 \backslash
29850 endtable
29851 \backslash
29852 MyEndtable
29853 \end_layout
29854
29855 \begin_layout Standard
29856
29857 \series bold
29858
29859 \backslash
29860 newcommand{
29861 \backslash
29862 FigBesBeg}[1][1.0]{%
29863 \begin_inset Newline newline
29864 \end_inset
29865
29866
29867 \begin_inset Phantom HPhantom
29868 status open
29869
29870 \begin_layout Plain Layout
29871 \begin_inset space ~
29872 \end_inset
29873
29874
29875 \end_layout
29876
29877 \end_inset
29878
29879
29880 \backslash
29881 let
29882 \backslash
29883 MyFigure
29884 \backslash
29885 figure
29886 \begin_inset Newline newline
29887 \end_inset
29888
29889
29890 \begin_inset Phantom HPhantom
29891 status open
29892
29893 \begin_layout Plain Layout
29894 \begin_inset space ~
29895 \end_inset
29896
29897
29898 \end_layout
29899
29900 \end_inset
29901
29902
29903 \backslash
29904 let
29905 \backslash
29906 MyEndfigure
29907 \backslash
29908 endfigure
29909 \begin_inset Newline newline
29910 \end_inset
29911
29912
29913 \begin_inset Phantom HPhantom
29914 status open
29915
29916 \begin_layout Plain Layout
29917 \begin_inset space ~
29918 \end_inset
29919
29920
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \backslash
29927 renewenvironment{figure}[1]{
29928 \backslash
29929 begin{SCfigure}[#1]##1}{
29930 \backslash
29931 end{SCfigure}}}
29932 \end_layout
29933
29934 \begin_layout Standard
29935
29936 \series bold
29937
29938 \backslash
29939 newcommand{
29940 \backslash
29941 FigBesEnd}{%
29942 \begin_inset Newline newline
29943 \end_inset
29944
29945
29946 \begin_inset Phantom HPhantom
29947 status open
29948
29949 \begin_layout Plain Layout
29950 \begin_inset space ~
29951 \end_inset
29952
29953
29954 \end_layout
29955
29956 \end_inset
29957
29958
29959 \backslash
29960 let
29961 \backslash
29962 figure
29963 \backslash
29964 MyFigure
29965 \begin_inset Newline newline
29966 \end_inset
29967
29968
29969 \begin_inset Phantom HPhantom
29970 status open
29971
29972 \begin_layout Plain Layout
29973 \begin_inset space ~
29974 \end_inset
29975
29976
29977 \end_layout
29978
29979 \end_inset
29980
29981
29982 \backslash
29983 let
29984 \backslash
29985 endfigure
29986 \backslash
29987 MyEndfigure}
29988 \end_layout
29989
29990 \begin_layout Standard
29991 \noindent
29992 \begin_inset CommandInset line
29993 LatexCommand rule
29994 offset "0.5ex"
29995 width "100line%"
29996 height "1pt"
29997
29998 \end_inset
29999
30000
30001 \end_layout
30002
30003 \begin_layout Standard
30004 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
30005 ungen seitlich gedruckt werden.
30006  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
30007 \end_layout
30008
30009 \begin_layout Standard
30010
30011 \series bold
30012
30013 \backslash
30014 FigBesBeg
30015 \end_layout
30016
30017 \begin_layout Standard
30018 als \SpecialChar TeX
30019 -Code vor das Gleitobjekt und fügen Sie den Befehl
30020 \end_layout
30021
30022 \begin_layout Standard
30023
30024 \series bold
30025
30026 \backslash
30027 FigBesEnd
30028 \end_layout
30029
30030 \begin_layout Standard
30031 als \SpecialChar TeX
30032 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
30033  zurückkehren wollen.
30034 \end_layout
30035
30036 \begin_layout Standard
30037 Bei Gleitobjekt-Tabellen heißen die Befehle
30038 \end_layout
30039
30040 \begin_layout Standard
30041
30042 \series bold
30043
30044 \backslash
30045 TabBesBeg
30046 \series default
30047  und 
30048 \series bold
30049
30050 \backslash
30051 TabBesEnd
30052 \series default
30053 .
30054 \end_layout
30055
30056 \begin_layout Standard
30057 Abbildung
30058 \begin_inset space ~
30059 \end_inset
30060
30061
30062 \begin_inset CommandInset ref
30063 LatexCommand ref
30064 reference "abb:Beschriftung-neben"
30065
30066 \end_inset
30067
30068  und Tabelle
30069 \begin_inset space ~
30070 \end_inset
30071
30072
30073 \begin_inset CommandInset ref
30074 LatexCommand ref
30075 reference "tab:Beschriftung-neben"
30076
30077 \end_inset
30078
30079  sind Beispiele für seitliche Beschriftungen.
30080 \end_layout
30081
30082 \begin_layout Standard
30083 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
30084  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
30085  der Abbildung.
30086  Das kann man mit dem Befehl
30087 \end_layout
30088
30089 \begin_layout Standard
30090
30091 \series bold
30092
30093 \backslash
30094 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
30095 \end_layout
30096
30097 \begin_layout Standard
30098 im \SpecialChar LaTeX
30099 -Vorspann oder als \SpecialChar TeX
30100 -Code vor dem Gleitobjekt ändern.
30101  Der Gleitobjekt-Typ ist entweder 
30102 \family sans
30103 figure
30104 \family default
30105  oder 
30106 \family sans
30107 table
30108 \family default
30109 , die
30110 \family sans
30111  
30112 \family default
30113 Platzierung ist 
30114 \family typewriter
30115 t
30116 \family default
30117  für oben, 
30118 \family typewriter
30119 c
30120 \family default
30121  für zentriert oder 
30122 \family typewriter
30123 b
30124 \family default
30125  für unten.
30126  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
30127  lautet der Befehl
30128 \end_layout
30129
30130 \begin_layout Standard
30131
30132 \series bold
30133
30134 \backslash
30135 sidecaptionvpos{figure}{c}
30136 \end_layout
30137
30138 \begin_layout Standard
30139 Das wurde in Abbildung
30140 \begin_inset space ~
30141 \end_inset
30142
30143
30144 \begin_inset CommandInset ref
30145 LatexCommand ref
30146 reference "abb:cap-beside-fig-2"
30147
30148 \end_inset
30149
30150  benutzt.
30151 \end_layout
30152
30153 \begin_layout Standard
30154 \begin_inset VSpace medskip
30155 \end_inset
30156
30157
30158 \end_layout
30159
30160 \begin_layout Standard
30161 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
30162  Für schmale Bilder/Tabellen, wie in Tabelle
30163 \begin_inset space ~
30164 \end_inset
30165
30166
30167 \begin_inset CommandInset ref
30168 LatexCommand ref
30169 reference "tab:Beschriftung-neben"
30170
30171 \end_inset
30172
30173 , führt dies zu zu schmalen Beschriftungen.
30174  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
30175  Breite des Bildes/der Tabelle multipliziert wird.
30176  Das Ergebnis ist die Beschriftungsbreite.
30177  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
30178  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
30179  Der 
30180 \emph on
30181 Faktor
30182 \emph default
30183  kann entweder als optionales Argument für 
30184 \series bold
30185
30186 \backslash
30187 FigBesBeg
30188 \series default
30189  angegeben werden:
30190 \end_layout
30191
30192 \begin_layout Standard
30193
30194 \series bold
30195
30196 \backslash
30197 FigBesBeg[Faktor]
30198 \end_layout
30199
30200 \begin_layout Standard
30201 oder indem man in der Definition von 
30202 \series bold
30203
30204 \backslash
30205 FigBesBeg
30206 \series default
30207  die 
30208 \series bold
30209 1.0
30210 \series default
30211  mit einem anderen Wert ersetzt.
30212  Bei letzterem ist der angegebene Faktor der Standard wenn 
30213 \series bold
30214
30215 \backslash
30216 FigBesBeg
30217 \series default
30218  ohne Argument verwendet wird.
30219  Für Tabelle
30220 \begin_inset space ~
30221 \end_inset
30222
30223
30224 \begin_inset CommandInset ref
30225 LatexCommand ref
30226 reference "tab:Beschriftung-neben-breiter"
30227
30228 \end_inset
30229
30230  wurde der Faktor 5 verwendet.
30231 \end_layout
30232
30233 \begin_layout Standard
30234 \begin_inset Note Greyedout
30235 status open
30236
30237 \begin_layout Plain Layout
30238
30239 \series bold
30240 Achtung:
30241 \series default
30242  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
30243 erungsoption 
30244 \family sans
30245 Hier,
30246 \begin_inset space ~
30247 \end_inset
30248
30249 auf
30250 \begin_inset space ~
30251 \end_inset
30252
30253 jeden
30254 \begin_inset space ~
30255 \end_inset
30256
30257 Fall
30258 \family default
30259  nicht verwendet werden werden, da diese von 
30260 \series bold
30261 sidecap
30262 \series default
30263  nicht unterstützt wird.
30264 \end_layout
30265
30266 \end_inset
30267
30268
30269 \end_layout
30270
30271 \begin_layout Standard
30272 \begin_inset VSpace medskip
30273 \end_inset
30274
30275 Weitere Informationen über das Paket
30276 \series bold
30277  sidecap
30278 \series default
30279  finden Sie in seiner Dokumentation 
30280 \begin_inset CommandInset citation
30281 LatexCommand cite
30282 key "sidecap"
30283 literal "true"
30284
30285 \end_inset
30286
30287 .
30288 \end_layout
30289
30290 \begin_layout Standard
30291 \begin_inset Note Greyedout
30292 status open
30293
30294 \begin_layout Plain Layout
30295
30296 \series bold
30297 Bemerkung:
30298 \series default
30299  Das \SpecialChar LaTeX
30300 -Paket 
30301 \series bold
30302 hypcap
30303 \series default
30304 ,
30305 \begin_inset Index idx
30306 status collapsed
30307
30308 \begin_layout Plain Layout
30309 \SpecialChar LaTeX
30310 -Pakete ! hypcap
30311 \end_layout
30312
30313 \end_inset
30314
30315  das in Abschnitt
30316 \begin_inset space ~
30317 \end_inset
30318
30319
30320 \begin_inset CommandInset ref
30321 LatexCommand ref
30322 reference "uab:Querverweis-Position"
30323
30324 \end_inset
30325
30326  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
30327  Beschriftungen.
30328 \end_layout
30329
30330 \end_inset
30331
30332
30333 \end_layout
30334
30335 \begin_layout Standard
30336 \begin_inset ERT
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340
30341
30342 \backslash
30343 FigBesBeg 
30344 \end_layout
30345
30346 \end_inset
30347
30348
30349 \end_layout
30350
30351 \begin_layout Standard
30352 \begin_inset Float figure
30353 wide false
30354 sideways false
30355 status open
30356
30357 \begin_layout Plain Layout
30358 \begin_inset Graphics
30359         filename ../clipart/3D-structure-distort.pdf
30360         scale 50
30361         scaleBeforeRotation
30362
30363 \end_inset
30364
30365
30366 \end_layout
30367
30368 \begin_layout Plain Layout
30369 \begin_inset Caption Standard
30370
30371 \begin_layout Plain Layout
30372 \begin_inset CommandInset label
30373 LatexCommand label
30374 name "abb:Beschriftung-neben"
30375
30376 \end_inset
30377
30378 Dies ist eine Beschriftung neben einer Abbildung.
30379 \end_layout
30380
30381 \end_inset
30382
30383
30384 \end_layout
30385
30386 \end_inset
30387
30388
30389 \end_layout
30390
30391 \begin_layout Standard
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397
30398 \backslash
30399 FigBesEnd
30400 \end_layout
30401
30402 \end_inset
30403
30404
30405 \end_layout
30406
30407 \begin_layout Standard
30408 \begin_inset ERT
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412
30413
30414 \backslash
30415 TabBesBeg 
30416 \end_layout
30417
30418 \end_inset
30419
30420
30421 \end_layout
30422
30423 \begin_layout Standard
30424 \begin_inset Float table
30425 wide false
30426 sideways false
30427 status open
30428
30429 \begin_layout Plain Layout
30430 \begin_inset Caption Standard
30431
30432 \begin_layout Plain Layout
30433 \begin_inset CommandInset label
30434 LatexCommand label
30435 name "tab:Beschriftung-neben"
30436
30437 \end_inset
30438
30439 Dies ist eine Beschriftung neben einer Tabelle.
30440 \end_layout
30441
30442 \end_inset
30443
30444
30445 \end_layout
30446
30447 \begin_layout Plain Layout
30448 \begin_inset Tabular
30449 <lyxtabular version="3" rows="4" columns="5">
30450 <features tabularvalignment="middle">
30451 <column alignment="center" valignment="top">
30452 <column alignment="center" valignment="top">
30453 <column alignment="center" valignment="top">
30454 <column alignment="center" valignment="top">
30455 <column alignment="center" valignment="top">
30456 <row>
30457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30458 \begin_inset Text
30459
30460 \begin_layout Plain Layout
30461 a
30462 \end_layout
30463
30464 \end_inset
30465 </cell>
30466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30467 \begin_inset Text
30468
30469 \begin_layout Plain Layout
30470
30471 \end_layout
30472
30473 \end_inset
30474 </cell>
30475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30476 \begin_inset Text
30477
30478 \begin_layout Plain Layout
30479 b
30480 \end_layout
30481
30482 \end_inset
30483 </cell>
30484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30485 \begin_inset Text
30486
30487 \begin_layout Plain Layout
30488
30489 \end_layout
30490
30491 \end_inset
30492 </cell>
30493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30494 \begin_inset Text
30495
30496 \begin_layout Plain Layout
30497 c
30498 \end_layout
30499
30500 \end_inset
30501 </cell>
30502 </row>
30503 <row>
30504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30505 \begin_inset Text
30506
30507 \begin_layout Plain Layout
30508
30509 \end_layout
30510
30511 \end_inset
30512 </cell>
30513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30514 \begin_inset Text
30515
30516 \begin_layout Plain Layout
30517 d
30518 \end_layout
30519
30520 \end_inset
30521 </cell>
30522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30523 \begin_inset Text
30524
30525 \begin_layout Plain Layout
30526
30527 \end_layout
30528
30529 \end_inset
30530 </cell>
30531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30532 \begin_inset Text
30533
30534 \begin_layout Plain Layout
30535 e
30536 \end_layout
30537
30538 \end_inset
30539 </cell>
30540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30541 \begin_inset Text
30542
30543 \begin_layout Plain Layout
30544
30545 \end_layout
30546
30547 \end_inset
30548 </cell>
30549 </row>
30550 <row>
30551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30552 \begin_inset Text
30553
30554 \begin_layout Plain Layout
30555 f
30556 \end_layout
30557
30558 \end_inset
30559 </cell>
30560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30561 \begin_inset Text
30562
30563 \begin_layout Plain Layout
30564
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30570 \begin_inset Text
30571
30572 \begin_layout Plain Layout
30573 g
30574 \end_layout
30575
30576 \end_inset
30577 </cell>
30578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30579 \begin_inset Text
30580
30581 \begin_layout Plain Layout
30582
30583 \end_layout
30584
30585 \end_inset
30586 </cell>
30587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30588 \begin_inset Text
30589
30590 \begin_layout Plain Layout
30591 h
30592 \end_layout
30593
30594 \end_inset
30595 </cell>
30596 </row>
30597 <row>
30598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30599 \begin_inset Text
30600
30601 \begin_layout Plain Layout
30602
30603 \end_layout
30604
30605 \end_inset
30606 </cell>
30607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30608 \begin_inset Text
30609
30610 \begin_layout Plain Layout
30611 i
30612 \end_layout
30613
30614 \end_inset
30615 </cell>
30616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30617 \begin_inset Text
30618
30619 \begin_layout Plain Layout
30620
30621 \end_layout
30622
30623 \end_inset
30624 </cell>
30625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30626 \begin_inset Text
30627
30628 \begin_layout Plain Layout
30629 j
30630 \end_layout
30631
30632 \end_inset
30633 </cell>
30634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30635 \begin_inset Text
30636
30637 \begin_layout Plain Layout
30638
30639 \end_layout
30640
30641 \end_inset
30642 </cell>
30643 </row>
30644 </lyxtabular>
30645
30646 \end_inset
30647
30648
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \begin_layout Standard
30657 \begin_inset ERT
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661
30662
30663 \backslash
30664 TabBesEnd
30665 \end_layout
30666
30667 \end_inset
30668
30669
30670 \end_layout
30671
30672 \begin_layout Standard
30673 \begin_inset ERT
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678
30679 \backslash
30680 FigBesBeg 
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \end_layout
30687
30688 \begin_layout Standard
30689 \begin_inset ERT
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693
30694
30695 \backslash
30696 sidecaptionvpos{figure}{c}
30697 \end_layout
30698
30699 \end_inset
30700
30701
30702 \begin_inset Float figure
30703 wide false
30704 sideways false
30705 status open
30706
30707 \begin_layout Plain Layout
30708 \begin_inset Graphics
30709         filename ../clipart/3D-structure-distort.pdf
30710         scale 50
30711         scaleBeforeRotation
30712
30713 \end_inset
30714
30715
30716 \end_layout
30717
30718 \begin_layout Plain Layout
30719 \begin_inset Caption Standard
30720
30721 \begin_layout Plain Layout
30722 \begin_inset CommandInset label
30723 LatexCommand label
30724 name "abb:cap-beside-fig-2"
30725
30726 \end_inset
30727
30728 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
30729 \end_layout
30730
30731 \end_inset
30732
30733
30734 \end_layout
30735
30736 \end_inset
30737
30738
30739 \end_layout
30740
30741 \begin_layout Standard
30742 \begin_inset ERT
30743 status collapsed
30744
30745 \begin_layout Plain Layout
30746
30747
30748 \backslash
30749 FigBesEnd
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \end_layout
30756
30757 \begin_layout Standard
30758 \begin_inset ERT
30759 status collapsed
30760
30761 \begin_layout Plain Layout
30762
30763
30764 \backslash
30765 TabBesBeg[5]
30766 \end_layout
30767
30768 \end_inset
30769
30770
30771 \end_layout
30772
30773 \begin_layout Standard
30774 \begin_inset Float table
30775 wide false
30776 sideways false
30777 status open
30778
30779 \begin_layout Plain Layout
30780 \begin_inset Caption Standard
30781
30782 \begin_layout Plain Layout
30783 \begin_inset CommandInset label
30784 LatexCommand label
30785 name "tab:Beschriftung-neben-breiter"
30786
30787 \end_inset
30788
30789 Diese Beschriftung ist breiter als die in Tabelle
30790 \begin_inset space ~
30791 \end_inset
30792
30793
30794 \begin_inset CommandInset ref
30795 LatexCommand ref
30796 reference "tab:Beschriftung-neben"
30797
30798 \end_inset
30799
30800 .
30801 \end_layout
30802
30803 \end_inset
30804
30805
30806 \end_layout
30807
30808 \begin_layout Plain Layout
30809 \begin_inset Tabular
30810 <lyxtabular version="3" rows="4" columns="5">
30811 <features tabularvalignment="middle">
30812 <column alignment="center" valignment="top">
30813 <column alignment="center" valignment="top">
30814 <column alignment="center" valignment="top">
30815 <column alignment="center" valignment="top">
30816 <column alignment="center" valignment="top">
30817 <row>
30818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30819 \begin_inset Text
30820
30821 \begin_layout Plain Layout
30822 a
30823 \end_layout
30824
30825 \end_inset
30826 </cell>
30827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30828 \begin_inset Text
30829
30830 \begin_layout Plain Layout
30831
30832 \end_layout
30833
30834 \end_inset
30835 </cell>
30836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30837 \begin_inset Text
30838
30839 \begin_layout Plain Layout
30840 b
30841 \end_layout
30842
30843 \end_inset
30844 </cell>
30845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30846 \begin_inset Text
30847
30848 \begin_layout Plain Layout
30849
30850 \end_layout
30851
30852 \end_inset
30853 </cell>
30854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30855 \begin_inset Text
30856
30857 \begin_layout Plain Layout
30858 c
30859 \end_layout
30860
30861 \end_inset
30862 </cell>
30863 </row>
30864 <row>
30865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30866 \begin_inset Text
30867
30868 \begin_layout Plain Layout
30869
30870 \end_layout
30871
30872 \end_inset
30873 </cell>
30874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30875 \begin_inset Text
30876
30877 \begin_layout Plain Layout
30878 d
30879 \end_layout
30880
30881 \end_inset
30882 </cell>
30883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30884 \begin_inset Text
30885
30886 \begin_layout Plain Layout
30887
30888 \end_layout
30889
30890 \end_inset
30891 </cell>
30892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30893 \begin_inset Text
30894
30895 \begin_layout Plain Layout
30896 e
30897 \end_layout
30898
30899 \end_inset
30900 </cell>
30901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30902 \begin_inset Text
30903
30904 \begin_layout Plain Layout
30905
30906 \end_layout
30907
30908 \end_inset
30909 </cell>
30910 </row>
30911 <row>
30912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30913 \begin_inset Text
30914
30915 \begin_layout Plain Layout
30916 f
30917 \end_layout
30918
30919 \end_inset
30920 </cell>
30921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30922 \begin_inset Text
30923
30924 \begin_layout Plain Layout
30925
30926 \end_layout
30927
30928 \end_inset
30929 </cell>
30930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30931 \begin_inset Text
30932
30933 \begin_layout Plain Layout
30934 g
30935 \end_layout
30936
30937 \end_inset
30938 </cell>
30939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30940 \begin_inset Text
30941
30942 \begin_layout Plain Layout
30943
30944 \end_layout
30945
30946 \end_inset
30947 </cell>
30948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30949 \begin_inset Text
30950
30951 \begin_layout Plain Layout
30952 h
30953 \end_layout
30954
30955 \end_inset
30956 </cell>
30957 </row>
30958 <row>
30959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30960 \begin_inset Text
30961
30962 \begin_layout Plain Layout
30963
30964 \end_layout
30965
30966 \end_inset
30967 </cell>
30968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30969 \begin_inset Text
30970
30971 \begin_layout Plain Layout
30972 i
30973 \end_layout
30974
30975 \end_inset
30976 </cell>
30977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30978 \begin_inset Text
30979
30980 \begin_layout Plain Layout
30981
30982 \end_layout
30983
30984 \end_inset
30985 </cell>
30986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30987 \begin_inset Text
30988
30989 \begin_layout Plain Layout
30990 j
30991 \end_layout
30992
30993 \end_inset
30994 </cell>
30995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30996 \begin_inset Text
30997
30998 \begin_layout Plain Layout
30999
31000 \end_layout
31001
31002 \end_inset
31003 </cell>
31004 </row>
31005 </lyxtabular>
31006
31007 \end_inset
31008
31009
31010 \end_layout
31011
31012 \end_inset
31013
31014
31015 \end_layout
31016
31017 \begin_layout Standard
31018 \begin_inset ERT
31019 status collapsed
31020
31021 \begin_layout Plain Layout
31022
31023
31024 \backslash
31025 TabBesEnd
31026 \end_layout
31027
31028 \end_inset
31029
31030
31031 \end_layout
31032
31033 \begin_layout Standard
31034 \begin_inset ERT
31035 status collapsed
31036
31037 \begin_layout Plain Layout
31038
31039
31040 \backslash
31041 else
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \begin_inset Note Note
31048 status open
31049
31050 \begin_layout Plain Layout
31051 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
31052 -Paket 
31053 \series bold
31054 sidecap
31055 \series default
31056  nicht installiert ist:
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \end_layout
31063
31064 \begin_layout Standard
31065 Das \SpecialChar LaTeX
31066 -Paket 
31067 \series bold
31068 sidecap
31069 \series default
31070  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
31071 \end_layout
31072
31073 \begin_layout Standard
31074 \begin_inset ERT
31075 status collapsed
31076
31077 \begin_layout Plain Layout
31078
31079
31080 \backslash
31081 fi
31082 \end_layout
31083
31084 \end_inset
31085
31086
31087 \end_layout
31088
31089 \begin_layout Section
31090 Gleitobjekt-Verzeichnisse
31091 \begin_inset Index idx
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095 Gleitobjekte ! Verzeichnisse
31096 \end_layout
31097
31098 \end_inset
31099
31100
31101 \end_layout
31102
31103 \begin_layout Standard
31104 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
31105  Sie können mit den Untermenüs von 
31106 \family sans
31107 Einfügen\SpecialChar menuseparator
31108 Liste
31109 \begin_inset space ~
31110 \end_inset
31111
31112 /
31113 \begin_inset space ~
31114 \end_inset
31115
31116 Inhaltsverzeichnis
31117 \family default
31118  eingefügt werden.
31119 \end_layout
31120
31121 \begin_layout Standard
31122 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
31123  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
31124 \end_layout
31125
31126 \begin_layout Standard
31127 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
31128  und ein Tabellen-Verzeichnis.
31129 \end_layout
31130
31131 \begin_layout Chapter
31132 Notizen
31133 \end_layout
31134
31135 \begin_layout Section
31136 \SpecialChar LyX
31137 -Notizen
31138 \begin_inset Index idx
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142 Notizen ! \SpecialChar LyX
31143 -Notizen
31144 \end_layout
31145
31146 \end_inset
31147
31148
31149 \end_layout
31150
31151 \begin_layout Standard
31152 Notizen werden mit einem Klick auf 
31153 \begin_inset Info
31154 type  "icon"
31155 arg   "note-insert"
31156 \end_inset
31157
31158  oder 
31159 \family sans
31160 Einfügen\SpecialChar menuseparator
31161 Notiz
31162 \family default
31163  eingefügt.
31164  Es gibt drei Arten:
31165 \end_layout
31166
31167 \begin_layout Description
31168 \SpecialChar LyX
31169 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
31170  Eine 
31171 \family sans
31172 \SpecialChar LyX
31173 -Notiz
31174 \family default
31175  sieht so aus:
31176 \begin_inset Newline newline
31177 \end_inset
31178
31179
31180 \begin_inset Newline newline
31181 \end_inset
31182
31183
31184 \begin_inset Graphics
31185         filename clipart/LyXNotiz.png
31186         display false
31187         scale 80
31188         scaleBeforeRotation
31189
31190 \end_inset
31191
31192  
31193 \begin_inset Note Note
31194 status open
31195
31196 \begin_layout Plain Layout
31197 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
31198 \end_layout
31199
31200 \end_inset
31201
31202
31203 \end_layout
31204
31205 \begin_layout Description
31206 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
31207  \SpecialChar LaTeX
31208 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
31209  exportieren (
31210 \family sans
31211 Datei\SpecialChar menuseparator
31212 Ex\SpecialChar softhyphen
31213 por\SpecialChar softhyphen
31214 tie\SpecialChar softhyphen
31215 ren\SpecialChar menuseparator
31216 LaTeX
31217 \begin_inset space ~
31218 \end_inset
31219
31220 (pdflatex) / (normal)
31221 \family default
31222 .
31223  Ein Kommentar sieht so aus:
31224 \begin_inset Newline newline
31225 \end_inset
31226
31227
31228 \begin_inset Newline newline
31229 \end_inset
31230
31231
31232 \begin_inset Graphics
31233         filename clipart/Kommentar.png
31234         display false
31235         scale 80
31236         scaleBeforeRotation
31237
31238 \end_inset
31239
31240  
31241 \begin_inset Note Comment
31242 status open
31243
31244 \begin_layout Plain Layout
31245 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
31246 \end_layout
31247
31248 \end_inset
31249
31250
31251 \end_layout
31252
31253 \begin_layout Description
31254 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
31255 \begin_inset Newline newline
31256 \end_inset
31257
31258
31259 \begin_inset Newline newline
31260 \end_inset
31261
31262
31263 \begin_inset Graphics
31264         filename clipart/GrauschriftNotiz.png
31265         display false
31266         scale 80
31267         scaleBeforeRotation
31268
31269 \end_inset
31270
31271
31272 \begin_inset Newline newline
31273 \end_inset
31274
31275
31276 \begin_inset ERT
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280
31281
31282 \backslash
31283 renewenvironment{lyxgreyedout}
31284 \end_layout
31285
31286 \begin_layout Plain Layout
31287
31288 {
31289 \backslash
31290 textcolor[gray]{0.4}
31291 \backslash
31292 bgroup}{
31293 \backslash
31294 egroup}
31295 \end_layout
31296
31297 \end_inset
31298
31299
31300 \begin_inset Note Greyedout
31301 status open
31302
31303 \begin_layout Plain Layout
31304 Dies ist Text in einem Kommentar-Kästchen, der nur als Kommentar in der
31305  \SpecialChar LaTeX
31306 -Datei erscheint.
31307 \end_layout
31308
31309 \end_inset
31310
31311
31312 \begin_inset ERT
31313 status collapsed
31314
31315 \begin_layout Plain Layout
31316
31317
31318 \backslash
31319 renewenvironment{lyxgreyedout}
31320 \end_layout
31321
31322 \begin_layout Plain Layout
31323
31324 {
31325 \backslash
31326 textcolor{blue}
31327 \backslash
31328 bgroup}{
31329 \backslash
31330 egroup}
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \begin_inset Note Note
31337 status collapsed
31338
31339 \begin_layout Plain Layout
31340 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
31341 -Definition zurückgesetzt,
31342  weil Grauschriften im \SpecialChar LaTeX
31343 -Vorspann dieses Dokuments blau definiert wurden.
31344  
31345 \end_layout
31346
31347 \end_inset
31348
31349
31350 \begin_inset Newline newline
31351 \end_inset
31352
31353
31354 \begin_inset Newline newline
31355 \end_inset
31356
31357 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
31358  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
31359 \end_layout
31360
31361 \begin_layout Standard
31362 \begin_inset VSpace bigskip
31363 \end_inset
31364
31365 Wenn Sie auf den Werkzeugleistenknopf 
31366 \family sans
31367
31368 \begin_inset Info
31369 type  "icon"
31370 arg   "note-insert"
31371 \end_inset
31372
31373
31374 \family default
31375  klicken, wird zunächst eine 
31376 \family sans
31377 \SpecialChar LyX
31378 -Notiz
31379 \family default
31380  eingefügt.
31381  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
31382  Notiz-Typen auswählen.
31383  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
31384  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
31385  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
31386  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
31387  am Ende der Notiz ist.
31388 \end_layout
31389
31390 \begin_layout Standard
31391 \begin_inset VSpace bigskip
31392 \end_inset
31393
31394 Die Textfarbe von Grauschrift-Boxen kann im Menü 
31395 \family sans
31396 Dokument\SpecialChar menuseparator
31397 Einstellungen\SpecialChar menuseparator
31398 Farben
31399 \family default
31400  geändert werden.
31401 \end_layout
31402
31403 \begin_layout Section
31404 Fußnoten
31405 \begin_inset CommandInset label
31406 LatexCommand label
31407 name "abs:Fußnoten"
31408
31409 \end_inset
31410
31411
31412 \begin_inset Index idx
31413 status collapsed
31414
31415 \begin_layout Plain Layout
31416 Notizen ! Fußnoten
31417 \end_layout
31418
31419 \end_inset
31420
31421
31422 \begin_inset Index idx
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426 Fußnoten
31427 \end_layout
31428
31429 \end_inset
31430
31431
31432 \end_layout
31433
31434 \begin_layout Standard
31435 Fußnoten werden über den Werkzeugleistenknopf 
31436 \begin_inset Info
31437 type  "icon"
31438 arg   "footnote-insert"
31439 \end_inset
31440
31441  oder das Menü 
31442 \family sans
31443 Einfügen\SpecialChar menuseparator
31444 Fußnote
31445 \family default
31446  eingefügt.
31447  Man sieht dann diese Fußnotenbox: 
31448 \begin_inset Graphics
31449         filename clipart/Fussnote.png
31450         scale 95
31451         scaleBeforeRotation
31452
31453 \end_inset
31454
31455  in die der Fußnotentext eingegeben wird.
31456  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
31457  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
31458  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
31459 \family sans
31460 Backspace
31461 \family default
31462  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
31463 \family sans
31464 Entf
31465 \family default
31466  wenn der Cursor am Ende der Fußnote ist.
31467 \end_layout
31468
31469 \begin_layout Standard
31470 Hier ist eine Beispielfußnote:
31471 \color black
31472
31473 \begin_inset Foot
31474 status open
31475
31476 \begin_layout Plain Layout
31477 \begin_inset CommandInset label
31478 LatexCommand label
31479 name "fuss:Fußnoten-Beispiel"
31480
31481 \end_inset
31482
31483 Dies ist eine Fußnote.
31484 \end_layout
31485
31486 \end_inset
31487
31488
31489 \color inherit
31490
31491 \begin_inset ERT
31492 status collapsed
31493
31494 \begin_layout Plain Layout
31495
31496
31497 \backslash
31498 newcounter{MyRepeatFoot}
31499 \end_layout
31500
31501 \begin_layout Plain Layout
31502
31503
31504 \backslash
31505 setcounter{MyRepeatFoot}{
31506 \backslash
31507 thefootnote}
31508 \end_layout
31509
31510 \end_inset
31511
31512
31513 \end_layout
31514
31515 \begin_layout Standard
31516 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
31517  wurde, eine hochgestellte Zahl.
31518  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
31519  hochgestellt dem Text vorangeht.
31520  Die Fußnotennummern werden von \SpecialChar LaTeX
31521  berechnet und sind fortlaufend.
31522  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
31523  werden.
31524 \end_layout
31525
31526 \begin_layout Standard
31527 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
31528  der Fußnote eine Marke eingefügt wurde.
31529  Dies ist ein Querverweis auf Fußnote
31530 \begin_inset space ~
31531 \end_inset
31532
31533
31534 \begin_inset CommandInset ref
31535 LatexCommand ref
31536 reference "fuss:Fußnoten-Beispiel"
31537
31538 \end_inset
31539
31540 .
31541 \end_layout
31542
31543 \begin_layout Standard
31544 \begin_inset VSpace defskip
31545 \end_inset
31546
31547 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
31548  und sie können nur einen Absatz enthalten.
31549  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
31550 \end_layout
31551
31552 \begin_layout Standard
31553 Fußnoten in langen Tabellen sind in Abschnitt
31554 \begin_inset space ~
31555 \end_inset
31556
31557
31558 \begin_inset CommandInset ref
31559 LatexCommand ref
31560 reference "uab:Fußnoten-in-mehrseitigen"
31561
31562 \end_inset
31563
31564  beschrieben.
31565 \end_layout
31566
31567 \begin_layout Standard
31568 \begin_inset VSpace defskip
31569 \end_inset
31570
31571
31572 \end_layout
31573
31574 \begin_layout Standard
31575 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
31576  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
31577  innerhalb einer Seite ist.
31578  (Mehr über Minipages ist in Abschnitt
31579 \begin_inset space ~
31580 \end_inset
31581
31582
31583 \begin_inset CommandInset ref
31584 LatexCommand ref
31585 reference "abs:Minipage"
31586
31587 \end_inset
31588
31589  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
31590  Seitenrand wie normale Fußnoten gedruckt wird, verwenden Sie diese Methode:
31591  Anstatt einer Fußnote wird der Befehl 
31592 \series bold
31593
31594 \backslash
31595 footnotemark{}
31596 \series default
31597  als \SpecialChar TeX
31598 -Code eingefügt.
31599  Der Text der Fußnote wird als Argument des \SpecialChar TeX
31600 -Code-Befehls 
31601 \series bold
31602
31603 \backslash
31604 footnotetext
31605 \series default
31606  nach der Minipage-Box eingegeben.
31607 \begin_inset Newline newline
31608 \end_inset
31609
31610 Hinter folgender Minipage-Box wurde als Beispiel dieser Befehl eingegeben:
31611 \end_layout
31612
31613 \begin_layout Standard
31614
31615 \series bold
31616
31617 \backslash
31618 footnotetext{
31619 \series default
31620 Fußnote außerhalb der Minipage.
31621 \series bold
31622 }
31623 \end_layout
31624
31625 \begin_layout Standard
31626 \begin_inset Box Frameless
31627 position "t"
31628 hor_pos "c"
31629 has_inner_box 1
31630 inner_pos "t"
31631 use_parbox 0
31632 use_makebox 0
31633 width "100col%"
31634 special "none"
31635 height "1in"
31636 height_special "totalheight"
31637 thickness "0.4pt"
31638 separation "3pt"
31639 shadowsize "4pt"
31640 framecolor "black"
31641 backgroundcolor "none"
31642 status open
31643
31644 \begin_layout Plain Layout
31645 Dies ist ein Beispieltext.in einer Minipage.
31646 \begin_inset Foot
31647 status open
31648
31649 \begin_layout Plain Layout
31650 Fußnote in einer Minipage.
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Plain Layout
31659 Dies ist ein Beispieltext.
31660  in einer Minipage.
31661 \begin_inset ERT
31662 status collapsed
31663
31664 \begin_layout Plain Layout
31665
31666
31667 \backslash
31668 footnotemark{}
31669 \end_layout
31670
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682 \begin_inset ERT
31683 status collapsed
31684
31685 \begin_layout Plain Layout
31686
31687
31688 \backslash
31689 footnotetext{
31690 \end_layout
31691
31692 \end_inset
31693
31694 Fußnote außerhalb der Minipage.
31695 \begin_inset ERT
31696 status collapsed
31697
31698 \begin_layout Plain Layout
31699
31700 }
31701 \end_layout
31702
31703 \end_inset
31704
31705
31706 \end_layout
31707
31708 \begin_layout Standard
31709 \begin_inset VSpace defskip
31710 \end_inset
31711
31712
31713 \end_layout
31714
31715 \begin_layout Standard
31716 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
31717  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
31718 -Code-Befehl 
31719 \series bold
31720
31721 \backslash
31722 footnotemark[Nummer]
31723 \series default
31724 .
31725 \begin_inset Newline newline
31726 \end_inset
31727
31728 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
31729  sie speichern, nachdem Sie die Fußnote eingefügt haben.
31730  Hinter Fußnote
31731 \begin_inset space ~
31732 \end_inset
31733
31734
31735 \begin_inset CommandInset ref
31736 LatexCommand ref
31737 reference "fuss:Fußnoten-Beispiel"
31738
31739 \end_inset
31740
31741  wurde das mit folgenden \SpecialChar TeX
31742 -Code-Befehlen gemacht:
31743 \end_layout
31744
31745 \begin_layout Standard
31746
31747 \series bold
31748
31749 \backslash
31750 newcounter{MyRepeatFoot}
31751 \begin_inset Newline newline
31752 \end_inset
31753
31754
31755 \backslash
31756 setcounter{MyRepeatFoot}{
31757 \backslash
31758 thefootnote}
31759 \end_layout
31760
31761 \begin_layout Standard
31762 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
31763 -Code-Befehl definiert;
31764 \end_layout
31765
31766 \begin_layout Standard
31767
31768 \series bold
31769
31770 \backslash
31771 footnotemark[
31772 \backslash
31773 theMyRepeatFoot]
31774 \end_layout
31775
31776 \begin_layout Standard
31777 Hier ist eine wiederholte Fußnote:
31778 \begin_inset ERT
31779 status collapsed
31780
31781 \begin_layout Plain Layout
31782
31783
31784 \backslash
31785 footnotemark[
31786 \backslash
31787 theMyRepeatFoot]
31788 \end_layout
31789
31790 \end_inset
31791
31792
31793 \end_layout
31794
31795 \begin_layout Standard
31796 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
31797  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
31798 \end_layout
31799
31800 \begin_layout Standard
31801
31802 \series bold
31803
31804 \backslash
31805 footnotemark[
31806 \backslash
31807 thefootnote]
31808 \end_layout
31809
31810 \begin_layout Standard
31811 Hier ist eine weitere wiederholte Fußnote:
31812 \begin_inset ERT
31813 status collapsed
31814
31815 \begin_layout Plain Layout
31816
31817
31818 \backslash
31819 footnotemark[
31820 \backslash
31821 thefootnote]
31822 \end_layout
31823
31824 \end_inset
31825
31826
31827 \end_layout
31828
31829 \begin_layout Subsection
31830 Fußnoten-Nummerierung
31831 \begin_inset CommandInset label
31832 LatexCommand label
31833 name "uab:Fußnoten-Nummerierung"
31834
31835 \end_inset
31836
31837
31838 \begin_inset Index idx
31839 status collapsed
31840
31841 \begin_layout Plain Layout
31842 Fußnoten ! Nummerierung
31843 \end_layout
31844
31845 \end_inset
31846
31847
31848 \end_layout
31849
31850 \begin_layout Standard
31851 Um Fußnoten nach jedem Abschnitt
31852 \family roman
31853  auf 1 zurückzusetzen, 
31854 \family default
31855 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
31856 -Vorspann schreiben:
31857 \end_layout
31858
31859 \begin_layout Standard
31860
31861 \series bold
31862
31863 \backslash
31864 @addtoreset{footnote}{section}
31865 \end_layout
31866
31867 \begin_layout Standard
31868 \begin_inset VSpace bigskip
31869 \end_inset
31870
31871 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
31872  Zahlen:
31873 \end_layout
31874
31875 \begin_layout Standard
31876
31877 \series bold
31878
31879 \backslash
31880 renewcommand{
31881 \backslash
31882 thefootnote}{
31883 \backslash
31884 roman{footnote}}
31885 \end_layout
31886
31887 \begin_layout Standard
31888 \begin_inset ERT
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892
31893
31894 \backslash
31895 renewcommand{
31896 \backslash
31897 thefootnote}{
31898 \backslash
31899 roman{footnote}}
31900 \end_layout
31901
31902 \end_inset
31903
31904  Hier ist ein Beispiel für solch eine Fußnote:
31905 \begin_inset Foot
31906 status open
31907
31908 \begin_layout Plain Layout
31909 Dies ist eine Fußnote mit kleinen römischen Zahlen
31910 \end_layout
31911
31912 \end_inset
31913
31914
31915 \end_layout
31916
31917 \begin_layout Standard
31918 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
31919  in obigem Befehl 
31920 \series bold
31921
31922 \backslash
31923 roman
31924 \series default
31925  durch 
31926 \series bold
31927
31928 \backslash
31929 Roman
31930 \series default
31931 .
31932  Um Fußnoten mit großen oder kleinen Buchstaben zu 
31933 \begin_inset Quotes gld
31934 \end_inset
31935
31936 nummerieren
31937 \begin_inset Quotes grd
31938 \end_inset
31939
31940 , verwenden Sie die Befehle 
31941 \series bold
31942
31943 \backslash
31944 Alph
31945 \series default
31946  oder 
31947 \series bold
31948
31949 \backslash
31950 alph
31951 \series default
31952 .
31953  Für die 
31954 \begin_inset Quotes gld
31955 \end_inset
31956
31957 Nummerierung
31958 \begin_inset Quotes grd
31959 \end_inset
31960
31961  mit Symbolen steht der Befehl 
31962 \series bold
31963
31964 \backslash
31965 fnsymbol
31966 \series default
31967  zur Verfügung.
31968 \end_layout
31969
31970 \begin_layout Standard
31971 \begin_inset Note Greyedout
31972 status open
31973
31974 \begin_layout Plain Layout
31975
31976 \series bold
31977 Bemerkung 1:
31978 \series default
31979  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
31980  
31981 \emph on
31982 ein
31983 \emph default
31984  Buchstabe verwendet wird.
31985 \end_layout
31986
31987 \end_inset
31988
31989
31990 \begin_inset Newline newline
31991 \end_inset
31992
31993
31994 \begin_inset Note Greyedout
31995 status open
31996
31997 \begin_layout Plain Layout
31998
31999 \series bold
32000 Bemerkung 2:
32001 \series default
32002  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
32003 \end_layout
32004
32005 \end_inset
32006
32007
32008 \end_layout
32009
32010 \begin_layout Standard
32011 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
32012 \series bold
32013
32014 \backslash
32015 arabic
32016 \series default
32017  anstelle von 
32018 \series bold
32019
32020 \backslash
32021 roman
32022 \series default
32023  in obigem Befehl.
32024 \begin_inset ERT
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028
32029
32030 \backslash
32031 renewcommand{
32032 \backslash
32033 thefootnote}{
32034 \backslash
32035 arabic{footnote}}
32036 \end_layout
32037
32038 \end_inset
32039
32040
32041 \end_layout
32042
32043 \begin_layout Standard
32044 \begin_inset VSpace bigskip
32045 \end_inset
32046
32047
32048 \end_layout
32049
32050 \begin_layout Standard
32051 Wenn Sie wollen, dass Fußnoten nach dem Schema 
32052 \begin_inset Quotes gld
32053 \end_inset
32054
32055 Kapitel.Fußnote
32056 \begin_inset Quotes grd
32057 \end_inset
32058
32059  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
32060 -Vorspann schreiben:
32061 \end_layout
32062
32063 \begin_layout Standard
32064
32065 \series bold
32066
32067 \backslash
32068 numberwithin{footnote}{chapter}
32069 \end_layout
32070
32071 \begin_layout Standard
32072 Um 
32073 \series bold
32074
32075 \backslash
32076 numberwithin
32077 \series default
32078  benutzen zu können, muss in den 
32079 \family sans
32080 Mathe
32081 \begin_inset space ~
32082 \end_inset
32083
32084 Optionen
32085 \family default
32086  der 
32087 \family sans
32088 Dokument-Einstellungen
32089 \family default
32090  
32091 \family sans
32092 AMS
32093 \begin_inset space ~
32094 \end_inset
32095
32096 Mathe
32097 \begin_inset space ~
32098 \end_inset
32099
32100 Paket
32101 \family default
32102
32103 \begin_inset space ~
32104 \end_inset
32105
32106
32107 \family sans
32108 verwenden
32109 \family default
32110  angekreuzt sein.
32111 \begin_inset ERT
32112 status collapsed
32113
32114 \begin_layout Plain Layout
32115
32116
32117 \backslash
32118 numberwithin{footnote}{chapter}
32119 \end_layout
32120
32121 \end_inset
32122
32123  Hier ist ein Beispiel für solch eine Fußnote.
32124 \series bold
32125
32126 \begin_inset Foot
32127 status open
32128
32129 \begin_layout Plain Layout
32130 Dies ist eine Fußnote nach dem Schema 
32131 \begin_inset Quotes gld
32132 \end_inset
32133
32134 Kapitel.Fußnote
32135 \begin_inset Quotes grd
32136 \end_inset
32137
32138 .
32139 \end_layout
32140
32141 \end_inset
32142
32143
32144 \series default
32145
32146 \begin_inset ERT
32147 status collapsed
32148
32149 \begin_layout Plain Layout
32150
32151
32152 \backslash
32153 renewcommand{
32154 \backslash
32155 thefootnote}{
32156 \backslash
32157 arabic{footnote}}
32158 \end_layout
32159
32160 \end_inset
32161
32162
32163 \end_layout
32164
32165 \begin_layout Standard
32166 \begin_inset Note Greyedout
32167 status open
32168
32169 \begin_layout Plain Layout
32170
32171 \series bold
32172 Bemerkung:
32173 \series default
32174  
32175 \series bold
32176
32177 \backslash
32178 numberwithin
32179 \series default
32180  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
32181  werden überschrieben.
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \begin_layout Standard
32190 Um also z.
32191 \begin_inset space \thinspace{}
32192 \end_inset
32193
32194 B.
32195  das Schema 
32196 \begin_inset Quotes gld
32197 \end_inset
32198
32199 Kapitel.
32200 \backslash
32201 Roman{footnote}
32202 \begin_inset Quotes grd
32203 \end_inset
32204
32205  zu erhalten, muss dieser Befehl anstelle von 
32206 \series bold
32207
32208 \backslash
32209 numberwithin
32210 \series default
32211  verwendet werden:
32212 \end_layout
32213
32214 \begin_layout Standard
32215
32216 \series bold
32217
32218 \backslash
32219 renewcommand{
32220 \backslash
32221 thefootnote}{
32222 \backslash
32223 thechapter.
32224 \backslash
32225 Roman{footnote}}
32226 \end_layout
32227
32228 \begin_layout Subsection
32229 Fußnoten-Platzierung
32230 \begin_inset Index idx
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234 Fußnoten ! Platzierung
32235 \end_layout
32236
32237 \end_inset
32238
32239
32240 \end_layout
32241
32242 \begin_layout Standard
32243 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
32244  ohne Zwischenraum am Ende der Seite gedruckt.
32245  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
32246  \SpecialChar LaTeX
32247 -Vorspann 1.5
32248 \begin_inset space \thinspace{}
32249 \end_inset
32250
32251 mm Zwischenraum einfügen:
32252 \end_layout
32253
32254 \begin_layout Standard
32255
32256 \series bold
32257
32258 \backslash
32259 let
32260 \backslash
32261 myFoot
32262 \backslash
32263 footnote
32264 \begin_inset Newline newline
32265 \end_inset
32266
32267
32268 \backslash
32269 renewcommand{
32270 \backslash
32271 footnote}[1]{
32272 \backslash
32273 myFoot{#1
32274 \backslash
32275 vspace{1.5mm}}}
32276 \end_layout
32277
32278 \begin_layout Standard
32279 \begin_inset VSpace bigskip
32280 \end_inset
32281
32282 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
32283  Spalte gedruckt, Abbildung
32284 \begin_inset space ~
32285 \end_inset
32286
32287
32288 \begin_inset CommandInset ref
32289 LatexCommand ref
32290 reference "abb:Standard-Fußnoten-Platzierung-in"
32291
32292 \end_inset
32293
32294 .
32295  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
32296  in Abbildung
32297 \begin_inset space ~
32298 \end_inset
32299
32300
32301 \begin_inset CommandInset ref
32302 LatexCommand ref
32303 reference "abb:Fußnoten-Platzierung-in-einem"
32304
32305 \end_inset
32306
32307 , müssen Sie das \SpecialChar LaTeX
32308 -Paket 
32309 \series bold
32310 ftnright
32311 \series default
32312
32313 \begin_inset Index idx
32314 status collapsed
32315
32316 \begin_layout Plain Layout
32317 \SpecialChar LaTeX
32318 -Pakete ! ftnright
32319 \end_layout
32320
32321 \end_inset
32322
32323  mit folgendem Befehl im \SpecialChar LaTeX
32324 -Vorspann einfügen:
32325 \end_layout
32326
32327 \begin_layout Standard
32328
32329 \series bold
32330
32331 \backslash
32332 usepackage{ftnright}
32333 \end_layout
32334
32335 \begin_layout Standard
32336 \begin_inset Float figure
32337 placement !h
32338 wide false
32339 sideways false
32340 status open
32341
32342 \begin_layout Plain Layout
32343 \noindent
32344 \align center
32345 \begin_inset Box Boxed
32346 position "t"
32347 hor_pos "c"
32348 has_inner_box 0
32349 inner_pos "t"
32350 use_parbox 0
32351 use_makebox 0
32352 width ""
32353 special "none"
32354 height "1in"
32355 height_special "totalheight"
32356 thickness "0.4pt"
32357 separation "3pt"
32358 shadowsize "4pt"
32359 framecolor "black"
32360 backgroundcolor "none"
32361 status open
32362
32363 \begin_layout Plain Layout
32364 \begin_inset Graphics
32365         filename ../clipart/without_fntright.pdf
32366         width 100col%
32367         scaleBeforeRotation
32368
32369 \end_inset
32370
32371
32372 \end_layout
32373
32374 \end_inset
32375
32376
32377 \end_layout
32378
32379 \begin_layout Plain Layout
32380 \begin_inset Caption Standard
32381
32382 \begin_layout Plain Layout
32383 \begin_inset CommandInset label
32384 LatexCommand label
32385 name "abb:Standard-Fußnoten-Platzierung-in"
32386
32387 \end_inset
32388
32389 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32390 \begin_inset Argument 1
32391 status open
32392
32393 \begin_layout Plain Layout
32394 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32395 \end_layout
32396
32397 \end_inset
32398
32399
32400 \end_layout
32401
32402 \end_inset
32403
32404
32405 \end_layout
32406
32407 \end_inset
32408
32409
32410 \end_layout
32411
32412 \begin_layout Standard
32413 \begin_inset Float figure
32414 placement !h
32415 wide false
32416 sideways false
32417 status open
32418
32419 \begin_layout Plain Layout
32420 \noindent
32421 \align center
32422 \begin_inset Box Boxed
32423 position "t"
32424 hor_pos "c"
32425 has_inner_box 0
32426 inner_pos "t"
32427 use_parbox 0
32428 use_makebox 0
32429 width ""
32430 special "none"
32431 height "1in"
32432 height_special "totalheight"
32433 thickness "0.4pt"
32434 separation "3pt"
32435 shadowsize "4pt"
32436 framecolor "black"
32437 backgroundcolor "none"
32438 status open
32439
32440 \begin_layout Plain Layout
32441 \begin_inset Graphics
32442         filename ../clipart/with_fntright.pdf
32443         width 100col%
32444         scaleBeforeRotation
32445
32446 \end_inset
32447
32448
32449 \end_layout
32450
32451 \end_inset
32452
32453
32454 \end_layout
32455
32456 \begin_layout Plain Layout
32457 \begin_inset Caption Standard
32458
32459 \begin_layout Plain Layout
32460 \begin_inset CommandInset label
32461 LatexCommand label
32462 name "abb:Fußnoten-Platzierung-in-einem"
32463
32464 \end_inset
32465
32466 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
32467 -Paket 
32468 \series bold
32469 ftnright
32470 \series default
32471 .
32472 \begin_inset Argument 1
32473 status collapsed
32474
32475 \begin_layout Plain Layout
32476 Fußnoten-Platzierung mit 
32477 \family typewriter
32478 ftnright
32479 \end_layout
32480
32481 \end_inset
32482
32483
32484 \end_layout
32485
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \end_inset
32492
32493
32494 \end_layout
32495
32496 \begin_layout Standard
32497 \begin_inset VSpace bigskip
32498 \end_inset
32499
32500 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
32501  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
32502 \begin_inset space ~
32503 \end_inset
32504
32505
32506 \begin_inset CommandInset ref
32507 LatexCommand ref
32508 reference "abb:endnotes"
32509
32510 \end_inset
32511
32512  gedruckt.
32513  Man nennt sie dann 
32514 \begin_inset Quotes gld
32515 \end_inset
32516
32517 Endnoten
32518 \begin_inset Quotes grd
32519 \end_inset
32520
32521 .
32522 \begin_inset Index idx
32523 status collapsed
32524
32525 \begin_layout Plain Layout
32526 Endnoten
32527 \end_layout
32528
32529 \end_inset
32530
32531  Um das zu erreichen, laden Sie im Menü 
32532 \family sans
32533 Dokument\SpecialChar menuseparator
32534 Einstellungen\SpecialChar menuseparator
32535 Module 
32536 \family default
32537 das Modul 
32538 \family sans
32539 Fußnote
32540 \begin_inset space ~
32541 \end_inset
32542
32543 als
32544 \begin_inset space ~
32545 \end_inset
32546
32547 Endnote
32548 \family default
32549 .
32550  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
32551 \end_layout
32552
32553 \begin_layout Standard
32554
32555 \series bold
32556
32557 \backslash
32558 theendnotes
32559 \end_layout
32560
32561 \begin_layout Standard
32562 als \SpecialChar TeX
32563 -Code am Ende des Abschnitts oder Kapitels ein.
32564 \end_layout
32565
32566 \begin_layout Standard
32567 \begin_inset Float figure
32568 wide false
32569 sideways false
32570 status open
32571
32572 \begin_layout Plain Layout
32573 \align center
32574 \begin_inset Box Boxed
32575 position "t"
32576 hor_pos "c"
32577 has_inner_box 0
32578 inner_pos "t"
32579 use_parbox 0
32580 use_makebox 0
32581 width ""
32582 special "none"
32583 height "1in"
32584 height_special "totalheight"
32585 thickness "0.4pt"
32586 separation "3pt"
32587 shadowsize "4pt"
32588 framecolor "black"
32589 backgroundcolor "none"
32590 status open
32591
32592 \begin_layout Plain Layout
32593 \begin_inset Graphics
32594         filename ../clipart/endnotes.pdf
32595         width 100col%
32596         scaleBeforeRotation
32597
32598 \end_inset
32599
32600
32601 \end_layout
32602
32603 \end_inset
32604
32605
32606 \end_layout
32607
32608 \begin_layout Plain Layout
32609 \begin_inset Caption Standard
32610
32611 \begin_layout Plain Layout
32612 \begin_inset CommandInset label
32613 LatexCommand label
32614 name "abb:endnotes"
32615
32616 \end_inset
32617
32618
32619 \series bold
32620 endnotes
32621 \series default
32622  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
32623  gedruckt.
32624 \end_layout
32625
32626 \end_inset
32627
32628
32629 \end_layout
32630
32631 \end_inset
32632
32633
32634 \end_layout
32635
32636 \begin_layout Standard
32637 \begin_inset VSpace medskip
32638 \end_inset
32639
32640 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
32641 ache übersetzt.
32642  Der folgende Befehl im \SpecialChar LaTeX
32643 -Vorspann  übersetzt den englischen Namen 
32644 \begin_inset Quotes gld
32645 \end_inset
32646
32647 Notes
32648 \begin_inset Quotes grd
32649 \end_inset
32650
32651  in 
32652 \begin_inset Quotes gld
32653 \end_inset
32654
32655 Anmerkungen
32656 \begin_inset Quotes grd
32657 \end_inset
32658
32659 :
32660 \end_layout
32661
32662 \begin_layout Standard
32663
32664 \series bold
32665
32666 \backslash
32667 renewcommand{
32668 \backslash
32669 notesname}{Anmerkungen}
32670 \end_layout
32671
32672 \begin_layout Standard
32673 \begin_inset VSpace medskip
32674 \end_inset
32675
32676 Wenn Sie in den Befehlen von Abschnitt
32677 \begin_inset space ~
32678 \end_inset
32679
32680
32681 \begin_inset CommandInset ref
32682 LatexCommand ref
32683 reference "uab:Fußnoten-Nummerierung"
32684
32685 \end_inset
32686
32687  
32688 \series bold
32689
32690 \backslash
32691 thefootnote
32692 \series default
32693  durch 
32694 \series bold
32695
32696 \backslash
32697 theendnote
32698 \series default
32699  ersetzen, können Sie die Nummerierung von Endnoten ändern.
32700  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
32701 \series bold
32702
32703 \backslash
32704 @addtoreset
32705 \series default
32706  wie in Abschnitt
32707 \begin_inset space \space{}
32708 \end_inset
32709
32710
32711 \begin_inset CommandInset ref
32712 LatexCommand ref
32713 reference "uab:Fußnoten-Nummerierung"
32714
32715 \end_inset
32716
32717  beschrieben und ersetzen 
32718 \series bold
32719 footnote
32720 \series default
32721  durch 
32722 \series bold
32723 endnote
32724 \series default
32725 .
32726 \end_layout
32727
32728 \begin_layout Standard
32729 Für Endnoten gibt es den Befehl 
32730 \series bold
32731
32732 \backslash
32733 endnotemark[Nummer]
32734 \series default
32735  analog zum Befehl 
32736 \series bold
32737
32738 \backslash
32739 footnotemark
32740 \series default
32741  der in Abschnitt
32742 \begin_inset space ~
32743 \end_inset
32744
32745
32746 \begin_inset CommandInset ref
32747 LatexCommand ref
32748 reference "abs:Fußnoten"
32749
32750 \end_inset
32751
32752  beschrieben ist.
32753 \end_layout
32754
32755 \begin_layout Standard
32756 \begin_inset VSpace bigskip
32757 \end_inset
32758
32759 Mit dem \SpecialChar LaTeX
32760 -Paket 
32761 \series bold
32762 footmisc
32763 \series default
32764
32765 \begin_inset Index idx
32766 status collapsed
32767
32768 \begin_layout Plain Layout
32769 \SpecialChar LaTeX
32770 -Pakete ! footmisc
32771 \end_layout
32772
32773 \end_inset
32774
32775  (
32776 \begin_inset CommandInset citation
32777 LatexCommand cite
32778 key "footmisc"
32779 literal "true"
32780
32781 \end_inset
32782
32783 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
32784 \end_layout
32785
32786 \begin_layout Standard
32787 In \SpecialChar LaTeX
32788 -Büchern, 
32789 \begin_inset CommandInset citation
32790 LatexCommand cite
32791 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
32792 literal "true"
32793
32794 \end_inset
32795
32796 , finden Sie weiteres zu Fußnoten.
32797  Wenn Sie eine 
32798 \series bold
32799 KOMA-Script
32800 \series default
32801
32802 \begin_inset Index idx
32803 status collapsed
32804
32805 \begin_layout Plain Layout
32806 \SpecialChar LaTeX
32807 -Pakete ! KOMA-Script
32808 \end_layout
32809
32810 \end_inset
32811
32812  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
32813 zifische Befehle anpassen, siehe 
32814 \begin_inset CommandInset citation
32815 LatexCommand cite
32816 key "KOMA-Script"
32817 literal "true"
32818
32819 \end_inset
32820
32821 .
32822 \end_layout
32823
32824 \begin_layout Section
32825 Randnotizen
32826 \begin_inset Index idx
32827 status collapsed
32828
32829 \begin_layout Plain Layout
32830 Randnotizen
32831 \end_layout
32832
32833 \end_inset
32834
32835
32836 \begin_inset Index idx
32837 status collapsed
32838
32839 \begin_layout Plain Layout
32840 Notizen ! Randnotizen
32841 \end_layout
32842
32843 \end_inset
32844
32845
32846 \end_layout
32847
32848 \begin_layout Standard
32849 Randnotizen sehen in \SpecialChar LyX
32850  wie Fußnoten aus und verhalten sich auch so.
32851  Sie fügen sie mit einem Klick auf den Schalter 
32852 \begin_inset Info
32853 type  "icon"
32854 arg   "marginalnote-insert"
32855 \end_inset
32856
32857  oder über 
32858 \family sans
32859 Einfügen\SpecialChar menuseparator
32860 Randnotiz
32861 \family default
32862  ein.
32863  Ein graues Kästchen mit der Aufschrift 
32864 \begin_inset Quotes gld
32865 \end_inset
32866
32867 Rand
32868 \begin_inset Quotes grd
32869 \end_inset
32870
32871  erscheint
32872 \family roman
32873 \series medium
32874 , und dort, wo der Cursor steht, können Sie Text eingeben.
32875 \end_layout
32876
32877 \begin_layout Standard
32878 Hier am Rand sehen Sie eine Randnotiz.
32879  
32880 \begin_inset Marginal
32881 status open
32882
32883 \begin_layout Plain Layout
32884 Dies ist eine Randnotiz.
32885 \end_layout
32886
32887 \end_inset
32888
32889
32890 \end_layout
32891
32892 \begin_layout Standard
32893 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
32894  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
32895  Seiten und rechts auf den ungeraden.
32896  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
32897  wird und umgekehrt.
32898  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
32899  wurde.
32900 \end_layout
32901
32902 \begin_layout Standard
32903 \begin_inset VSpace bigskip
32904 \end_inset
32905
32906 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
32907 \end_layout
32908
32909 \begin_layout Standard
32910
32911 \series bold
32912
32913 \backslash
32914 reversemarginpar
32915 \end_layout
32916
32917 \begin_layout Standard
32918 als \SpecialChar TeX
32919 -Code vor einer Randnotiz ein.
32920  Das gilt dann für alle folgenden Randnotizen.
32921  
32922 \begin_inset ERT
32923 status collapsed
32924
32925 \begin_layout Plain Layout
32926
32927
32928 \backslash
32929 reversemarginpar 
32930 \end_layout
32931
32932 \end_inset
32933
32934
32935 \begin_inset Marginal
32936 status open
32937
32938 \begin_layout Plain Layout
32939 Hier ist ein Beispiel im inneren Rand.
32940 \end_layout
32941
32942 \end_inset
32943
32944
32945 \begin_inset Newline newline
32946 \end_inset
32947
32948
32949 \begin_inset Note Greyedout
32950 status open
32951
32952 \begin_layout Plain Layout
32953  
32954 \series bold
32955 Achtung:
32956 \series default
32957  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
32958 \end_layout
32959
32960 \end_inset
32961
32962
32963 \end_layout
32964
32965 \begin_layout Standard
32966 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
32967 \end_layout
32968
32969 \begin_layout Standard
32970
32971 \series bold
32972
32973 \backslash
32974 normalmarginpar
32975 \end_layout
32976
32977 \begin_layout Standard
32978 als \SpecialChar TeX
32979 -Code ein.
32980 \begin_inset ERT
32981 status collapsed
32982
32983 \begin_layout Plain Layout
32984
32985
32986 \backslash
32987 normalmarginpar 
32988 \end_layout
32989
32990 \end_inset
32991
32992
32993 \end_layout
32994
32995 \begin_layout Standard
32996 \begin_inset Note Greyedout
32997 status open
32998
32999 \begin_layout Plain Layout
33000
33001 \series bold
33002 Achtung:
33003 \series default
33004  Der Befehl wird missachtet, wenn er im selben Absatz wie 
33005 \series bold
33006
33007 \backslash
33008 reversemarginpar
33009 \series default
33010  verwendet wird.
33011 \end_layout
33012
33013 \end_inset
33014
33015
33016 \end_layout
33017
33018 \begin_layout Standard
33019 \begin_inset VSpace bigskip
33020 \end_inset
33021
33022
33023 \begin_inset Marginal
33024 status open
33025
33026 \begin_layout Plain Layout
33027
33028 \family roman
33029 \series medium
33030 EinSehrLangesWort am Anfang, das umgebrochen wird.
33031 \end_layout
33032
33033 \end_inset
33034
33035  Ähnlich wie in Abschnitt
33036 \begin_inset space ~
33037 \end_inset
33038
33039
33040 \begin_inset CommandInset ref
33041 LatexCommand ref
33042 reference "uab:Mehrere-Zeilen-in"
33043
33044 \end_inset
33045
33046  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
33047  Wort der Randnotiz sind.
33048  Um das zu vermeiden, fügen sie 0
33049 \begin_inset space \thinspace{}
33050 \end_inset
33051
33052 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
33053 \begin_inset Marginal
33054 status open
33055
33056 \begin_layout Plain Layout
33057 \begin_inset space \hspace{}
33058 \length 0pt
33059 \end_inset
33060
33061
33062 \family roman
33063 \series medium
33064 EinSehrLangesWort am Anfang, das umgebrochen wird.
33065 \end_layout
33066
33067 \end_inset
33068
33069
33070 \end_layout
33071
33072 \begin_layout Standard
33073 \begin_inset VSpace bigskip
33074 \end_inset
33075
33076
33077 \end_layout
33078
33079 \begin_layout Standard
33080 \begin_inset Note Greyedout
33081 status open
33082
33083 \begin_layout Plain Layout
33084
33085 \series bold
33086 Bemerkung:
33087 \series default
33088  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
33089  verwendet werden.
33090 \end_layout
33091
33092 \end_inset
33093
33094
33095 \end_layout
33096
33097 \begin_layout Standard
33098 \begin_inset VSpace bigskip
33099 \end_inset
33100
33101
33102 \end_layout
33103
33104 \begin_layout Standard
33105 \begin_inset ERT
33106 status collapsed
33107
33108 \begin_layout Plain Layout
33109
33110
33111 \backslash
33112 ifmarginnote
33113 \end_layout
33114
33115 \end_inset
33116
33117
33118 \begin_inset Note Note
33119 status open
33120
33121 \begin_layout Plain Layout
33122 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
33123 -Paket 
33124 \series bold
33125 marginnote
33126 \series default
33127  installiert ist.
33128 \end_layout
33129
33130 \end_inset
33131
33132
33133 \end_layout
33134
33135 \begin_layout Standard
33136 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
33137 -Paket 
33138 \series bold
33139 marginnote
33140 \series default
33141
33142 \begin_inset Index idx
33143 status collapsed
33144
33145 \begin_layout Plain Layout
33146 \SpecialChar LaTeX
33147 -Pakete ! marginnote
33148 \end_layout
33149
33150 \end_inset
33151
33152  verwendet wird.
33153  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
33154 -Vorspann hinzufügen, wird der Befehl, der
33155  von \SpecialChar LyX
33156  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
33157  Pakets 
33158 \series bold
33159 marginnote
33160 \series default
33161  für Randnotizen verwendet wird:
33162 \end_layout
33163
33164 \begin_layout Standard
33165
33166 \series bold
33167
33168 \backslash
33169 usepackage{marginnote}
33170 \begin_inset Newline newline
33171 \end_inset
33172
33173
33174 \backslash
33175 let
33176 \backslash
33177 marginpar
33178 \backslash
33179 marginnote
33180 \end_layout
33181
33182 \begin_layout Standard
33183 Dies wird auch in diesem Dokument verwendet, denn 
33184 \series bold
33185 marginnote
33186 \series default
33187  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
33188  für Randnotizen angeben.
33189  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
33190 n zu dicht beieinander sind.
33191  Der Versatz wird in \SpecialChar LyX
33192  als \SpecialChar TeX
33193 -Code direkt nach der Randnotiz mit dem Schema
33194 \end_layout
33195
33196 \begin_layout Standard
33197
33198 \series bold
33199 [Versatz]
33200 \end_layout
33201
33202 \begin_layout Standard
33203 angegeben.
33204  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
33205 \begin_inset space ~
33206 \end_inset
33207
33208
33209 \begin_inset CommandInset ref
33210 LatexCommand ref
33211 reference "tab:Maßeinheiten"
33212
33213 \end_inset
33214
33215  aufgelistet sind.
33216  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
33217  nach unten.
33218  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
33219 \begin_inset space \thinspace{}
33220 \end_inset
33221
33222 cm mit dem \SpecialChar TeX
33223 -Code-Befehl  
33224 \begin_inset Quotes gld
33225 \end_inset
33226
33227
33228 \series bold
33229 [-1.5cm]
33230 \series default
33231
33232 \begin_inset Quotes grd
33233 \end_inset
33234
33235  nach oben versetzt.
33236 \begin_inset Marginal
33237 status open
33238
33239 \begin_layout Plain Layout
33240 Diese Randnotiz ist 1.5
33241 \begin_inset space \thinspace{}
33242 \end_inset
33243
33244 cm von ihrer Originalposition nach oben versetzt.
33245 \end_layout
33246
33247 \end_inset
33248
33249
33250 \begin_inset ERT
33251 status collapsed
33252
33253 \begin_layout Plain Layout
33254
33255 [-1.5cm]
33256 \end_layout
33257
33258 \end_inset
33259
33260
33261 \end_layout
33262
33263 \begin_layout Standard
33264 \begin_inset VSpace medskip
33265 \end_inset
33266
33267 Mit 
33268 \series bold
33269 marginnote
33270 \series default
33271  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
33272  Zum Beispiel setzen die Befehle
33273 \end_layout
33274
33275 \begin_layout Standard
33276
33277 \series bold
33278
33279 \backslash
33280 renewcommand*{
33281 \backslash
33282 raggedleftmarginnote}{
33283 \backslash
33284 centering}
33285 \begin_inset Newline newline
33286 \end_inset
33287
33288
33289 \backslash
33290 renewcommand*{
33291 \backslash
33292 raggedrightmarginnote}{
33293 \backslash
33294 centering}
33295 \end_layout
33296
33297 \begin_layout Standard
33298 die Ausrichtung auf zentriert.
33299  
33300 \series bold
33301
33302 \backslash
33303 raggedleftmarginnote
33304 \series default
33305  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
33306  
33307 \begin_inset ERT
33308 status collapsed
33309
33310 \begin_layout Plain Layout
33311
33312
33313 \backslash
33314 renewcommand*{
33315 \backslash
33316 raggedleftmarginnote}{
33317 \backslash
33318 centering}
33319 \end_layout
33320
33321 \begin_layout Plain Layout
33322
33323
33324 \backslash
33325 renewcommand*{
33326 \backslash
33327 raggedrightmarginnote}{
33328 \backslash
33329 centering}
33330 \end_layout
33331
33332 \end_inset
33333
33334
33335 \begin_inset Marginal
33336 status open
33337
33338 \begin_layout Plain Layout
33339 Der Text dieser Randnotiz ist zentriert ausgerichtet.
33340 \end_layout
33341
33342 \end_inset
33343
33344  Die Voreinstellung ist
33345 \end_layout
33346
33347 \begin_layout Standard
33348
33349 \series bold
33350
33351 \backslash
33352 renewcommand*{
33353 \backslash
33354 raggedleftmarginnote}{
33355 \backslash
33356 raggedleft}
33357 \begin_inset Newline newline
33358 \end_inset
33359
33360
33361 \backslash
33362 renewcommand*{
33363 \backslash
33364 raggedrightmarginnote}{
33365 \backslash
33366 raggedright}
33367 \series default
33368
33369 \begin_inset ERT
33370 status collapsed
33371
33372 \begin_layout Plain Layout
33373
33374
33375 \backslash
33376 renewcommand*{
33377 \backslash
33378 raggedleftmarginnote}{
33379 \backslash
33380 raggedleft}
33381 \end_layout
33382
33383 \begin_layout Plain Layout
33384
33385
33386 \backslash
33387 renewcommand*{
33388 \backslash
33389 raggedrightmarginnote}{
33390 \backslash
33391 raggedright}
33392 \end_layout
33393
33394 \end_inset
33395
33396
33397 \end_layout
33398
33399 \begin_layout Standard
33400 \begin_inset VSpace medskip
33401 \end_inset
33402
33403 Für weitere Fähigkeiten des Pakets 
33404 \series bold
33405 marginnote
33406 \series default
33407  sei auf dessen Dokumentation verwiesen 
33408 \begin_inset CommandInset citation
33409 LatexCommand cite
33410 key "marginnote"
33411 literal "true"
33412
33413 \end_inset
33414
33415 .
33416 \end_layout
33417
33418 \begin_layout Standard
33419 \begin_inset VSpace bigskip
33420 \end_inset
33421
33422 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
33423  geändert werden.
33424  Um z.
33425 \begin_inset space \thinspace{}
33426 \end_inset
33427
33428 B.
33429  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
33430  und fettgedruckten Text 
33431 \begin_inset Quotes eld
33432 \end_inset
33433
33434
33435 \family sans
33436 \series bold
33437 \bar under
33438 Achtung!
33439 \family default
33440 \series default
33441 \bar default
33442
33443 \begin_inset Quotes erd
33444 \end_inset
33445
33446  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
33447 -Vorspann hinzu:
33448 \end_layout
33449
33450 \begin_layout Standard
33451
33452 \series bold
33453
33454 \backslash
33455 let
33456 \backslash
33457 myMarginpar
33458 \backslash
33459 marginpar
33460 \begin_inset Newline newline
33461 \end_inset
33462
33463
33464 \backslash
33465 renewcommand{
33466 \backslash
33467 marginpar}[1]{
33468 \backslash
33469 myMarginpar{%
33470 \begin_inset Newline newline
33471 \end_inset
33472
33473
33474 \begin_inset Phantom HPhantom
33475 status open
33476
33477 \begin_layout Plain Layout
33478
33479 \series bold
33480 \begin_inset space ~
33481 \end_inset
33482
33483
33484 \end_layout
33485
33486 \end_inset
33487
33488
33489 \backslash
33490 hspace{0pt}
33491 \backslash
33492 textsf{
33493 \backslash
33494 textbf{
33495 \backslash
33496 underbar{Achtung!}}}%
33497 \begin_inset Newline newline
33498 \end_inset
33499
33500
33501 \begin_inset Phantom HPhantom
33502 status open
33503
33504 \begin_layout Plain Layout
33505
33506 \series bold
33507 \begin_inset space ~
33508 \end_inset
33509
33510
33511 \end_layout
33512
33513 \end_inset
33514
33515
33516 \backslash
33517 vspace{1.5mm}
33518 \backslash
33519
33520 \backslash
33521 #1}}
33522 \end_layout
33523
33524 \begin_layout Standard
33525 \begin_inset ERT
33526 status collapsed
33527
33528 \begin_layout Plain Layout
33529
33530
33531 \backslash
33532 let
33533 \backslash
33534 myMarginpar
33535 \backslash
33536 marginpar
33537 \end_layout
33538
33539 \begin_layout Plain Layout
33540
33541
33542 \backslash
33543 renewcommand{
33544 \backslash
33545 marginpar}[1]{
33546 \backslash
33547 myMarginpar{%
33548 \end_layout
33549
33550 \begin_layout Plain Layout
33551
33552    
33553 \backslash
33554 textsf{
33555 \backslash
33556 textbf{
33557 \backslash
33558 underbar{Achtung!}}}%
33559 \end_layout
33560
33561 \begin_layout Plain Layout
33562
33563    
33564 \backslash
33565 vspace{1.5mm}
33566 \backslash
33567
33568 \backslash
33569 #1}}
33570 \end_layout
33571
33572 \end_inset
33573
33574
33575 \begin_inset Marginal
33576 status open
33577
33578 \begin_layout Plain Layout
33579 Dies ist eine Randnotiz mit einer definierten Überschrift.
33580 \end_layout
33581
33582 \end_inset
33583
33584
33585 \begin_inset ERT
33586 status collapsed
33587
33588 \begin_layout Plain Layout
33589
33590 [-1.5cm]
33591 \end_layout
33592
33593 \end_inset
33594
33595
33596 \begin_inset ERT
33597 status collapsed
33598
33599 \begin_layout Plain Layout
33600
33601
33602 \backslash
33603 renewcommand{
33604 \backslash
33605 marginpar}[1]{
33606 \backslash
33607 myMarginpar{#1}}
33608 \end_layout
33609
33610 \end_inset
33611
33612
33613 \begin_inset Note Note
33614 status open
33615
33616 \begin_layout Plain Layout
33617 Das Format wurde nur für dieses Beispiel geändert.
33618 \end_layout
33619
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \begin_layout Standard
33626 \begin_inset ERT
33627 status collapsed
33628
33629 \begin_layout Plain Layout
33630
33631
33632 \backslash
33633 else
33634 \end_layout
33635
33636 \end_inset
33637
33638
33639 \begin_inset Note Note
33640 status open
33641
33642 \begin_layout Plain Layout
33643 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
33644 -Paket 
33645 \series bold
33646 marginnote
33647 \series default
33648  nicht installiert ist:
33649 \end_layout
33650
33651 \end_inset
33652
33653
33654 \end_layout
33655
33656 \begin_layout Standard
33657 Das \SpecialChar LaTeX
33658 -Paket 
33659 \series bold
33660 marginnote
33661 \series default
33662  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
33663 \end_layout
33664
33665 \begin_layout Standard
33666 \begin_inset ERT
33667 status collapsed
33668
33669 \begin_layout Plain Layout
33670
33671
33672 \backslash
33673 fi
33674 \end_layout
33675
33676 \end_inset
33677
33678
33679 \end_layout
33680
33681 \begin_layout Chapter
33682 Boxen
33683 \end_layout
33684
33685 \begin_layout Section
33686 Einleitung
33687 \begin_inset Index idx
33688 status collapsed
33689
33690 \begin_layout Plain Layout
33691 Boxen ! Einleitung
33692 \end_layout
33693
33694 \end_inset
33695
33696
33697 \end_layout
33698
33699 \begin_layout Standard
33700 Boxen werden benutzt, um einen Textblock zu formatieren.
33701  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
33702  siehe Abschnitt
33703 \begin_inset space ~
33704 \end_inset
33705
33706
33707 \begin_inset CommandInset ref
33708 LatexCommand ref
33709 reference "abs:Minipage"
33710
33711 \end_inset
33712
33713 , um Text zu umrahmen, siehe Abschnitt
33714 \begin_inset space ~
33715 \end_inset
33716
33717
33718 \begin_inset CommandInset ref
33719 LatexCommand ref
33720 reference "uab:Verzierung"
33721
33722 \end_inset
33723
33724 , um Silbentrennung zu verhindern, siehe Abschnitt
33725 \begin_inset space ~
33726 \end_inset
33727
33728
33729 \begin_inset CommandInset ref
33730 LatexCommand ref
33731 reference "abs:Silbentrennung-unterbinden"
33732
33733 \end_inset
33734
33735 , um Text senkrecht auszurichten, siehe Abschnitt
33736 \begin_inset space ~
33737 \end_inset
33738
33739
33740 \begin_inset CommandInset ref
33741 LatexCommand ref
33742 reference "uab:Vertikale-Ausrichtung"
33743
33744 \end_inset
33745
33746  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
33747 \begin_inset space ~
33748 \end_inset
33749
33750
33751 \begin_inset CommandInset ref
33752 LatexCommand ref
33753 reference "abs:Farbige-Boxen"
33754
33755 \end_inset
33756
33757 .
33758 \end_layout
33759
33760 \begin_layout Standard
33761 Boxen werden mit 
33762 \family sans
33763 Einfügen\SpecialChar menuseparator
33764 Box
33765 \family default
33766  oder dem Schalter 
33767 \begin_inset Info
33768 type  "icon"
33769 arg   "box-insert Frameless"
33770 \end_inset
33771
33772  eingefügt.
33773  Ein graues Kästchen mit der Aufschrift 
33774 \begin_inset Quotes gld
33775 \end_inset
33776
33777 Box (Minipage)
33778 \begin_inset Quotes grd
33779 \end_inset
33780
33781  erscheint: 
33782 \begin_inset Graphics
33783         filename clipart/StandardBox.png
33784         scale 95
33785         scaleBeforeRotation
33786
33787 \end_inset
33788
33789  Mit einem Rechts\SpecialChar softhyphen
33790 klick auf das graue Kästchen und der Auswahl von 
33791 \family sans
33792 Einstellungen
33793 \family default
33794  kann der Typ spezifiziert werden.
33795  Das Dialogfenster bietet bei 
33796 \family sans
33797 Innere
33798 \begin_inset space ~
33799 \end_inset
33800
33801 Box
33802 \family default
33803  die Typen 
33804 \family sans
33805 Makebox
33806 \family default
33807
33808 \family sans
33809 Parbox
33810 \family default
33811  und 
33812 \family sans
33813 Minipage
33814 \family default
33815  an.
33816  
33817 \family sans
33818 Minipage
33819 \family default
33820  ist die Standard-Einstellung für neue Boxen und in Abschnitt
33821 \begin_inset space ~
33822 \end_inset
33823
33824
33825 \begin_inset CommandInset ref
33826 LatexCommand ref
33827 reference "abs:Minipage"
33828
33829 \end_inset
33830
33831  beschrieben, 
33832 \family sans
33833 Parbox
33834 \family default
33835  in Abschnitt
33836 \begin_inset space ~
33837 \end_inset
33838
33839
33840 \begin_inset CommandInset ref
33841 LatexCommand ref
33842 reference "abs:Parbox"
33843
33844 \end_inset
33845
33846  und 
33847 \family sans
33848 Makebox
33849 \family default
33850  in 
33851 \begin_inset CommandInset ref
33852 LatexCommand ref
33853 reference "abs:Silbentrennung-unterbinden"
33854
33855 \end_inset
33856
33857 .
33858 \end_layout
33859
33860 \begin_layout Standard
33861 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
33862  wie auf Gleitobjekte und Fußnoten.
33863 \end_layout
33864
33865 \begin_layout Standard
33866 \begin_inset Note Greyedout
33867 status open
33868
33869 \begin_layout Plain Layout
33870
33871 \series bold
33872 Bemerkung
33873 \begin_inset space ~
33874 \end_inset
33875
33876 1:
33877 \series default
33878  Boxen dürfen in 
33879 \family sans
33880 List-
33881 \family default
33882  oder 
33883 \family sans
33884 Beschreibung-
33885 \family default
33886 Umgebungen nicht verwendet werden.
33887 \end_layout
33888
33889 \end_inset
33890
33891
33892 \end_layout
33893
33894 \begin_layout Standard
33895 \begin_inset Note Greyedout
33896 status open
33897
33898 \begin_layout Plain Layout
33899
33900 \series bold
33901 Bemerkung
33902 \begin_inset space ~
33903 \end_inset
33904
33905 2:
33906 \series default
33907  Boxen ohne 
33908 \family sans
33909 Innere
33910 \begin_inset space ~
33911 \end_inset
33912
33913 Box
33914 \family default
33915  und ohne Rahmen werden in Abschnitt
33916 \begin_inset space ~
33917 \end_inset
33918
33919
33920 \begin_inset CommandInset ref
33921 LatexCommand ref
33922 reference "abs:Silbentrennung-unterbinden"
33923
33924 \end_inset
33925
33926  beschrieben.
33927 \end_layout
33928
33929 \end_inset
33930
33931
33932 \end_layout
33933
33934 \begin_layout Section
33935 Das Box-Einstellungen-Fenster
33936 \begin_inset CommandInset label
33937 LatexCommand label
33938 name "abs:Box-Dialog"
33939
33940 \end_inset
33941
33942
33943 \begin_inset Index idx
33944 status collapsed
33945
33946 \begin_layout Plain Layout
33947 Boxen ! Box-Dialog-Fenster
33948 \end_layout
33949
33950 \end_inset
33951
33952
33953 \end_layout
33954
33955 \begin_layout Subsection
33956 Box-Größe
33957 \begin_inset Index idx
33958 status collapsed
33959
33960 \begin_layout Plain Layout
33961 Boxen ! Größe
33962 \end_layout
33963
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \begin_layout Standard
33970 Im 
33971 \family sans
33972 Box-Einstellungen
33973 \family default
33974 -Fenster können Sie die Größe der Box mit 
33975 \family sans
33976 Breite
33977 \family default
33978  und 
33979 \family sans
33980 Höhe 
33981 \family default
33982 festlegen.
33983  Die verfügbaren Einheiten werden in Tabelle
33984 \begin_inset space ~
33985 \end_inset
33986
33987
33988 \begin_inset CommandInset ref
33989 LatexCommand ref
33990 reference "tab:Maßeinheiten"
33991
33992 \end_inset
33993
33994  aufgelistet.
33995  Das Feld
33996 \family sans
33997  Höhe
33998 \family default
33999  bietet die folgenden zusätzlichen Größen:
34000 \end_layout
34001
34002 \begin_layout Description
34003 Tiefe Dies ist die reine Text-
34004 \begin_inset Quotes gld
34005 \end_inset
34006
34007 Höhe
34008 \begin_inset Quotes grd
34009 \end_inset
34010
34011 .
34012  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
34013 \begin_inset Newline newline
34014 \end_inset
34015
34016
34017 \begin_inset Newline newline
34018 \end_inset
34019
34020
34021 \begin_inset Newline newline
34022 \end_inset
34023
34024
34025 \begin_inset Box Boxed
34026 position "c"
34027 hor_pos "c"
34028 has_inner_box 1
34029 inner_pos "c"
34030 use_parbox 0
34031 use_makebox 0
34032 width "12col%"
34033 special "none"
34034 height "1in"
34035 height_special "depth"
34036 thickness "0.4pt"
34037 separation "3pt"
34038 shadowsize "4pt"
34039 framecolor "black"
34040 backgroundcolor "none"
34041 status collapsed
34042
34043 \begin_layout Plain Layout
34044 \align center
34045 Box-Höhe = 1
34046 \begin_inset space \thinspace{}
34047 \end_inset
34048
34049 Tiefe
34050 \end_layout
34051
34052 \end_inset
34053
34054
34055 \begin_inset Newline newline
34056 \end_inset
34057
34058
34059 \begin_inset Newline newline
34060 \end_inset
34061
34062
34063 \end_layout
34064
34065 \begin_layout Description
34066 Höhe Dies ist die Texthöhe innerhalb der Box.
34067  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
34068  Texthöhe setzen: 
34069 \begin_inset Box Boxed
34070 position "c"
34071 hor_pos "c"
34072 has_inner_box 1
34073 inner_pos "c"
34074 use_parbox 0
34075 use_makebox 0
34076 width "20col%"
34077 special "none"
34078 height "2in"
34079 height_special "height"
34080 thickness "0.4pt"
34081 separation "3pt"
34082 shadowsize "4pt"
34083 framecolor "black"
34084 backgroundcolor "none"
34085 status collapsed
34086
34087 \begin_layout Plain Layout
34088 \align center
34089 Boxhöhe = 2
34090 \begin_inset space \thinspace{}
34091 \end_inset
34092
34093 Höhe
34094 \end_layout
34095
34096 \end_inset
34097
34098
34099 \end_layout
34100
34101 \begin_layout Description
34102 Gesamthöhe Dies ist Höhe
34103 \begin_inset space \thinspace{}
34104 \end_inset
34105
34106 +
34107 \begin_inset space \thinspace{}
34108 \end_inset
34109
34110 Tiefe: 
34111 \begin_inset Box Boxed
34112 position "c"
34113 hor_pos "c"
34114 has_inner_box 1
34115 inner_pos "c"
34116 use_parbox 0
34117 use_makebox 0
34118 width "20col%"
34119 special "none"
34120 height "1in"
34121 height_special "totalheight"
34122 thickness "0.4pt"
34123 separation "3pt"
34124 shadowsize "4pt"
34125 framecolor "black"
34126 backgroundcolor "none"
34127 status collapsed
34128
34129 \begin_layout Plain Layout
34130 \align center
34131 Boxhöhe = 1
34132 \begin_inset space \thinspace{}
34133 \end_inset
34134
34135 Gesamthöhe
34136 \end_layout
34137
34138 \end_inset
34139
34140
34141 \end_layout
34142
34143 \begin_layout Description
34144 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
34145 \begin_inset Box Boxed
34146 position "c"
34147 hor_pos "c"
34148 has_inner_box 1
34149 inner_pos "c"
34150 use_parbox 0
34151 use_makebox 0
34152 width "12col%"
34153 special "none"
34154 height "1in"
34155 height_special "width"
34156 thickness "0.4pt"
34157 separation "3pt"
34158 shadowsize "4pt"
34159 framecolor "black"
34160 backgroundcolor "none"
34161 status collapsed
34162
34163 \begin_layout Plain Layout
34164 \align center
34165 Boxhöhe = 1
34166 \begin_inset space \thinspace{}
34167 \end_inset
34168
34169 Breite
34170 \end_layout
34171
34172 \end_inset
34173
34174
34175 \end_layout
34176
34177 \begin_layout Subsection
34178 Ausrichtung
34179 \begin_inset Index idx
34180 status collapsed
34181
34182 \begin_layout Plain Layout
34183 Boxen ! Ausrichtung
34184 \end_layout
34185
34186 \end_inset
34187
34188
34189 \end_layout
34190
34191 \begin_layout Standard
34192 Wenn Sie eine 
34193 \family sans
34194 Innere
34195 \begin_inset space ~
34196 \end_inset
34197
34198 Box
34199 \family default
34200  gewählt haben, kann die Box mit folgenden Werten für 
34201 \family sans
34202 Box
34203 \family default
34204  senkrecht ausgerichtet werden:
34205 \end_layout
34206
34207 \begin_layout Description
34208 Oben Dies ist ein Beispieltext.
34209  
34210 \begin_inset Box Boxed
34211 position "t"
34212 hor_pos "c"
34213 has_inner_box 1
34214 inner_pos "c"
34215 use_parbox 0
34216 use_makebox 0
34217 width "20col%"
34218 special "none"
34219 height "1in"
34220 height_special "totalheight"
34221 thickness "0.4pt"
34222 separation "3pt"
34223 shadowsize "4pt"
34224 framecolor "black"
34225 backgroundcolor "none"
34226 status collapsed
34227
34228 \begin_layout Plain Layout
34229 \align center
34230 Die Ober\SpecialChar softhyphen
34231 kante der Box ist in der Zeile.
34232 \end_layout
34233
34234 \end_inset
34235
34236  Dies ist ein Beispieltext.
34237 \end_layout
34238
34239 \begin_layout Description
34240 Mitte Dies ist ein Beispieltext.
34241  
34242 \begin_inset Box Boxed
34243 position "c"
34244 hor_pos "c"
34245 has_inner_box 1
34246 inner_pos "c"
34247 use_parbox 0
34248 use_makebox 0
34249 width "20col%"
34250 special "none"
34251 height "1in"
34252 height_special "totalheight"
34253 thickness "0.4pt"
34254 separation "3pt"
34255 shadowsize "4pt"
34256 framecolor "black"
34257 backgroundcolor "none"
34258 status collapsed
34259
34260 \begin_layout Plain Layout
34261 \align center
34262 Die Mitte der Box ist in der Zeile.
34263 \end_layout
34264
34265 \end_inset
34266
34267  Dies ist ein Beispieltext.
34268 \end_layout
34269
34270 \begin_layout Description
34271 Unten Dies ist ein Beispieltext.
34272  
34273 \begin_inset Box Boxed
34274 position "b"
34275 hor_pos "c"
34276 has_inner_box 1
34277 inner_pos "c"
34278 use_parbox 0
34279 use_makebox 0
34280 width "20col%"
34281 special "none"
34282 height "1in"
34283 height_special "totalheight"
34284 thickness "0.4pt"
34285 separation "3pt"
34286 shadowsize "4pt"
34287 framecolor "black"
34288 backgroundcolor "none"
34289 status collapsed
34290
34291 \begin_layout Plain Layout
34292 \align center
34293 Die Unter\SpecialChar softhyphen
34294 kante der Box ist in der Zeile.
34295 \end_layout
34296
34297 \end_inset
34298
34299  Dies ist ein Beispieltext.
34300 \end_layout
34301
34302 \begin_layout Standard
34303 \begin_inset Note Greyedout
34304 status open
34305
34306 \begin_layout Plain Layout
34307
34308 \series bold
34309 Bemerkung:
34310 \series default
34311  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
34312  Boxen in einer Zeile sind und eine Box z.
34313 \begin_inset space \thinspace{}
34314 \end_inset
34315
34316 B.
34317  schattiert ist, die andere aber nicht.
34318 \end_layout
34319
34320 \end_inset
34321
34322
34323 \end_layout
34324
34325 \begin_layout Standard
34326 Eine Box kann mit dem Dialog 
34327 \family sans
34328 Absatz-Einstellungen
34329 \family default
34330  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
34331 \end_layout
34332
34333 \begin_layout Standard
34334 \begin_inset VSpace bigskip
34335 \end_inset
34336
34337 Wenn Sie eine 
34338 \family sans
34339 Innere
34340 \begin_inset space ~
34341 \end_inset
34342
34343 Box
34344 \family default
34345  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
34346 \family sans
34347 Inhalt
34348 \family default
34349  senkrecht ausgerichtet werden:
34350 \end_layout
34351
34352 \begin_layout Description
34353 Oben Dies ist ein Beispieltext.
34354  
34355 \begin_inset Box Boxed
34356 position "c"
34357 hor_pos "c"
34358 has_inner_box 1
34359 inner_pos "t"
34360 use_parbox 0
34361 use_makebox 0
34362 width "20col%"
34363 special "none"
34364 height "1.5in"
34365 height_special "totalheight"
34366 thickness "0.4pt"
34367 separation "3pt"
34368 shadowsize "4pt"
34369 framecolor "black"
34370 backgroundcolor "none"
34371 status collapsed
34372
34373 \begin_layout Plain Layout
34374 \align center
34375 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
34376 \end_layout
34377
34378 \end_inset
34379
34380  Dies ist ein Beispieltext.
34381 \end_layout
34382
34383 \begin_layout Description
34384 Mitte Dies ist ein Beispieltext.
34385  
34386 \begin_inset Box Boxed
34387 position "c"
34388 hor_pos "c"
34389 has_inner_box 1
34390 inner_pos "c"
34391 use_parbox 0
34392 use_makebox 0
34393 width "20col%"
34394 special "none"
34395 height "1.5in"
34396 height_special "totalheight"
34397 thickness "0.4pt"
34398 separation "3pt"
34399 shadowsize "4pt"
34400 framecolor "black"
34401 backgroundcolor "none"
34402 status collapsed
34403
34404 \begin_layout Plain Layout
34405 \align center
34406 Der Boxinhalt ist zentriert ausgerichtet.
34407 \end_layout
34408
34409 \end_inset
34410
34411  Dies ist ein Beispieltext.
34412 \end_layout
34413
34414 \begin_layout Description
34415 Unten Dies ist ein Beispieltext.
34416  
34417 \begin_inset Box Boxed
34418 position "c"
34419 hor_pos "c"
34420 has_inner_box 1
34421 inner_pos "b"
34422 use_parbox 0
34423 use_makebox 0
34424 width "20col%"
34425 special "none"
34426 height "1.5in"
34427 height_special "totalheight"
34428 thickness "0.4pt"
34429 separation "3pt"
34430 shadowsize "4pt"
34431 framecolor "black"
34432 backgroundcolor "none"
34433 status collapsed
34434
34435 \begin_layout Plain Layout
34436 \align center
34437 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
34438 \end_layout
34439
34440 \end_inset
34441
34442  Dies ist ein Beispieltext.
34443 \end_layout
34444
34445 \begin_layout Description
34446 Dehnen Dies ist ein Beispieltext.
34447  
34448 \begin_inset Box Boxed
34449 position "c"
34450 hor_pos "c"
34451 has_inner_box 1
34452 inner_pos "s"
34453 use_parbox 0
34454 use_makebox 0
34455 width "20col%"
34456 special "none"
34457 height "1in"
34458 height_special "totalheight"
34459 thickness "0.4pt"
34460 separation "3pt"
34461 shadowsize "4pt"
34462 framecolor "black"
34463 backgroundcolor "none"
34464 status collapsed
34465
34466 \begin_layout Plain Layout
34467 \align center
34468 Der Boxinhalt
34469 \end_layout
34470
34471 \begin_layout Plain Layout
34472 \align center
34473 ist über die
34474 \end_layout
34475
34476 \begin_layout Plain Layout
34477 \align center
34478 Boxhöhe
34479 \end_layout
34480
34481 \begin_layout Plain Layout
34482 \align center
34483 gleichmäßig verteilt.
34484 \end_layout
34485
34486 \end_inset
34487
34488  Dies ist ein Beispieltext.
34489 \end_layout
34490
34491 \begin_layout Standard
34492 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
34493  besteht.
34494  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
34495 \end_layout
34496
34497 \begin_layout Standard
34498 Ein Boxinhalt kann mit dem Dialog 
34499 \family sans
34500 Absatz-Einstellungen
34501 \family default
34502  waagerecht ausgerichtet werden, wenn Sie eine
34503 \family sans
34504  Innere
34505 \begin_inset space ~
34506 \end_inset
34507
34508 Box
34509 \family default
34510  gewählt haben.
34511 \end_layout
34512
34513 \begin_layout Standard
34514 \align center
34515 \begin_inset Box Boxed
34516 position "c"
34517 hor_pos "c"
34518 has_inner_box 1
34519 inner_pos "s"
34520 use_parbox 0
34521 use_makebox 0
34522 width "30col%"
34523 special "none"
34524 height "1.25in"
34525 height_special "totalheight"
34526 thickness "0.4pt"
34527 separation "3pt"
34528 shadowsize "4pt"
34529 framecolor "black"
34530 backgroundcolor "none"
34531 status collapsed
34532
34533 \begin_layout Plain Layout
34534 \align left
34535 Hier ist jede Zeile
34536 \end_layout
34537
34538 \begin_layout Plain Layout
34539 \align center
34540 anders
34541 \end_layout
34542
34543 \begin_layout Plain Layout
34544 \align right
34545 ausgerichtet.
34546 \end_layout
34547
34548 \end_inset
34549
34550
34551 \end_layout
34552
34553 \begin_layout Standard
34554 Wenn Sie keine
34555 \family sans
34556  Innere
34557 \begin_inset space ~
34558 \end_inset
34559
34560 Box
34561 \family default
34562  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
34563 \family sans
34564 Box-Einstellungen-
34565 \family default
34566 Dialog ausrichten
34567 \end_layout
34568
34569 \begin_layout Standard
34570 \align center
34571 \begin_inset Box Boxed
34572 position "c"
34573 hor_pos "s"
34574 has_inner_box 0
34575 inner_pos "s"
34576 use_parbox 0
34577 use_makebox 0
34578 width "90col%"
34579 special "none"
34580 height "1.25in"
34581 height_special "totalheight"
34582 thickness "0.4pt"
34583 separation "3pt"
34584 shadowsize "4pt"
34585 framecolor "black"
34586 backgroundcolor "none"
34587 status collapsed
34588
34589 \begin_layout Plain Layout
34590 Dieser Boxinhalt wurde horizontal gedehnt.
34591 \end_layout
34592
34593 \end_inset
34594
34595
34596 \end_layout
34597
34598 \begin_layout Subsection
34599 Verzierung
34600 \begin_inset CommandInset label
34601 LatexCommand label
34602 name "uab:Verzierung"
34603
34604 \end_inset
34605
34606
34607 \begin_inset Index idx
34608 status collapsed
34609
34610 \begin_layout Plain Layout
34611 Boxen ! Verzierung
34612 \end_layout
34613
34614 \end_inset
34615
34616
34617 \end_layout
34618
34619 \begin_layout Standard
34620 Im 
34621 \family sans
34622 Box-Einstellungen-
34623 \family default
34624 Dialog können Sie mit der 
34625 \family sans
34626 Verzierung
34627 \family default
34628  den Typ der Box auswählen:
34629 \end_layout
34630
34631 \begin_layout Description
34632 Kein
34633 \begin_inset space ~
34634 \end_inset
34635
34636 Rahmen Nichts wird gezeichnet.
34637 \end_layout
34638
34639 \begin_layout Description
34640 Einfacher
34641 \begin_inset space ~
34642 \end_inset
34643
34644 rechteckiger
34645 \begin_inset space ~
34646 \end_inset
34647
34648 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
34649  Die Rahmendicke kann festgelegt werden.
34650  
34651 \begin_inset Box Boxed
34652 position "c"
34653 hor_pos "c"
34654 has_inner_box 1
34655 inner_pos "c"
34656 use_parbox 0
34657 use_makebox 0
34658 width "21col%"
34659 special "none"
34660 height "1in"
34661 height_special "totalheight"
34662 thickness "0.4pt"
34663 separation "3pt"
34664 shadowsize "4pt"
34665 framecolor "black"
34666 backgroundcolor "none"
34667 status collapsed
34668
34669 \begin_layout Plain Layout
34670
34671 \series medium
34672 Rechteckige
34673 \begin_inset space ~
34674 \end_inset
34675
34676 Box
34677 \end_layout
34678
34679 \end_inset
34680
34681
34682 \end_layout
34683
34684 \begin_layout Description
34685 erlaube
34686 \begin_inset space ~
34687 \end_inset
34688
34689 Seitenumbrüche 
34690 \end_layout
34691
34692 \begin_layout Description
34693 Ovaler
34694 \begin_inset space ~
34695 \end_inset
34696
34697 Rahmen,
34698 \begin_inset space ~
34699 \end_inset
34700
34701 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
34702  Die Rahmendicke ist 0.4
34703 \begin_inset space \thinspace{}
34704 \end_inset
34705
34706 pt.
34707  
34708 \begin_inset Box ovalbox
34709 position "c"
34710 hor_pos "c"
34711 has_inner_box 1
34712 inner_pos "c"
34713 use_parbox 0
34714 use_makebox 0
34715 width "20col%"
34716 special "none"
34717 height "1in"
34718 height_special "totalheight"
34719 thickness "0.4pt"
34720 separation "3pt"
34721 shadowsize "4pt"
34722 framecolor "black"
34723 backgroundcolor "none"
34724 status collapsed
34725
34726 \begin_layout Plain Layout
34727 Ovale
34728 \begin_inset space ~
34729 \end_inset
34730
34731 Box,
34732 \begin_inset space ~
34733 \end_inset
34734
34735 dünn
34736 \end_layout
34737
34738 \end_inset
34739
34740
34741 \end_layout
34742
34743 \begin_layout Description
34744 Ovaler
34745 \begin_inset space ~
34746 \end_inset
34747
34748 Rahmen,
34749 \begin_inset space ~
34750 \end_inset
34751
34752 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
34753  Die Rahmendicke ist 0.8
34754 \begin_inset space \thinspace{}
34755 \end_inset
34756
34757 pt.
34758  
34759 \begin_inset Box Ovalbox
34760 position "c"
34761 hor_pos "c"
34762 has_inner_box 1
34763 inner_pos "c"
34764 use_parbox 0
34765 use_makebox 0
34766 width "20col%"
34767 special "none"
34768 height "1in"
34769 height_special "totalheight"
34770 thickness "0.4pt"
34771 separation "3pt"
34772 shadowsize "4pt"
34773 framecolor "black"
34774 backgroundcolor "none"
34775 status collapsed
34776
34777 \begin_layout Plain Layout
34778 Ovale
34779 \begin_inset space ~
34780 \end_inset
34781
34782 Box,
34783 \begin_inset space ~
34784 \end_inset
34785
34786 dick
34787 \end_layout
34788
34789 \end_inset
34790
34791
34792 \end_layout
34793
34794 \begin_layout Description
34795 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
34796  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
34797 \begin_inset Newline newline
34798 \end_inset
34799
34800
34801 \begin_inset Box Shadowbox
34802 position "c"
34803 hor_pos "c"
34804 has_inner_box 1
34805 inner_pos "c"
34806 use_parbox 0
34807 use_makebox 0
34808 width "20col%"
34809 special "none"
34810 height "1in"
34811 height_special "totalheight"
34812 thickness "0.4pt"
34813 separation "3pt"
34814 shadowsize "4pt"
34815 framecolor "black"
34816 backgroundcolor "none"
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820 Schattierte
34821 \begin_inset space ~
34822 \end_inset
34823
34824 Box
34825 \end_layout
34826
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \begin_layout Description
34833 Schattierter
34834 \begin_inset space ~
34835 \end_inset
34836
34837 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
34838  Im Gegensatz zu farbigen Boxen
34839 \begin_inset Foot
34840 status collapsed
34841
34842 \begin_layout Plain Layout
34843 siehe Abschnitt
34844 \begin_inset space ~
34845 \end_inset
34846
34847
34848 \begin_inset CommandInset ref
34849 LatexCommand ref
34850 reference "abs:Farbige-Boxen"
34851
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \end_inset
34858
34859  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
34860  die Box ist ein Absatz für sich.
34861  
34862 \begin_inset Box Shaded
34863 position "t"
34864 hor_pos "c"
34865 has_inner_box 0
34866 inner_pos "t"
34867 use_parbox 0
34868 use_makebox 0
34869 width "50col%"
34870 special "none"
34871 height "1in"
34872 height_special "totalheight"
34873 thickness "0.4pt"
34874 separation "3pt"
34875 shadowsize "4pt"
34876 framecolor "black"
34877 backgroundcolor "none"
34878 status collapsed
34879
34880 \begin_layout Plain Layout
34881 Schattierter Hintergrund Box
34882 \end_layout
34883
34884 \end_inset
34885
34886
34887 \end_layout
34888
34889 \begin_layout Description
34890 Doppelter
34891 \begin_inset space ~
34892 \end_inset
34893
34894 rechteckiger
34895 \begin_inset space ~
34896 \end_inset
34897
34898 Rahmen zeichnet einen doppelten Rahmen um die Box.
34899  Der innere Rahmen ist 0,75
34900 \begin_inset space \thinspace{}
34901 \end_inset
34902
34903 Rahmendicke breit, der äußere 1,5
34904 \begin_inset space \thinspace{}
34905 \end_inset
34906
34907 Rahmendicke.
34908  Der Zwischenraum beträgt 1,5
34909 \begin_inset space \thinspace{}
34910 \end_inset
34911
34912 Rahmendicke
34913 \begin_inset space \thinspace{}
34914 \end_inset
34915
34916 +
34917 \begin_inset space \thinspace{}
34918 \end_inset
34919
34920 0,5
34921 \begin_inset space \thinspace{}
34922 \end_inset
34923
34924 pt.
34925  
34926 \begin_inset Box Doublebox
34927 position "c"
34928 hor_pos "c"
34929 has_inner_box 1
34930 inner_pos "c"
34931 use_parbox 0
34932 use_makebox 0
34933 width "20col%"
34934 special "none"
34935 height "1in"
34936 height_special "totalheight"
34937 thickness "0.4pt"
34938 separation "3pt"
34939 shadowsize "4pt"
34940 framecolor "black"
34941 backgroundcolor "none"
34942 status collapsed
34943
34944 \begin_layout Plain Layout
34945 Doppelt
34946 \begin_inset space ~
34947 \end_inset
34948
34949 gerahmte
34950 \begin_inset space ~
34951 \end_inset
34952
34953 Box
34954 \end_layout
34955
34956 \end_inset
34957
34958
34959 \end_layout
34960
34961 \begin_layout Standard
34962 \begin_inset VSpace bigskip
34963 \end_inset
34964
34965 Die Aufschrift der Box in \SpecialChar LyX
34966  ändert sich mit der gewählten Verzierung.
34967  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
34968 -Paket 
34969 \series bold
34970 fancybox
34971 \series default
34972
34973 \begin_inset Index idx
34974 status collapsed
34975
34976 \begin_layout Plain Layout
34977 \SpecialChar LaTeX
34978 -Pakete ! fancybox
34979 \end_layout
34980
34981 \end_inset
34982
34983  installiert sein.
34984 \end_layout
34985
34986 \begin_layout Standard
34987 \begin_inset VSpace bigskip
34988 \end_inset
34989
34990 Wenn Sie die Verzierung 
34991 \family sans
34992 Einfacher rechteckiger Rahmen
34993 \family default
34994  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
34995  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
34996  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
34997  sich ist: 
34998 \begin_inset Box Framed
34999 position "t"
35000 hor_pos "c"
35001 has_inner_box 0
35002 inner_pos "t"
35003 use_parbox 0
35004 use_makebox 0
35005 width "100col%"
35006 special "none"
35007 height "1in"
35008 height_special "totalheight"
35009 thickness "0.4pt"
35010 separation "3pt"
35011 shadowsize "4pt"
35012 framecolor "black"
35013 backgroundcolor "none"
35014 status collapsed
35015
35016 \begin_layout Plain Layout
35017 Box erlaubt Seitenumbruch
35018 \end_layout
35019
35020 \end_inset
35021
35022
35023 \end_layout
35024
35025 \begin_layout Section
35026 Box-Anpassung
35027 \begin_inset Index idx
35028 status collapsed
35029
35030 \begin_layout Plain Layout
35031 Boxen ! Anpassung
35032 \end_layout
35033
35034 \end_inset
35035
35036
35037 \end_layout
35038
35039 \begin_layout Standard
35040 \noindent
35041 Der Durchmesser der abgerundeten Ecken kann mit 
35042 \series bold
35043
35044 \backslash
35045 cornersize
35046 \series default
35047  gesetzt werden.
35048  Der \SpecialChar TeX
35049 -Code-Befehl
35050 \end_layout
35051
35052 \begin_layout Standard
35053
35054 \series bold
35055
35056 \backslash
35057 cornersize*{1cm}
35058 \end_layout
35059
35060 \begin_layout Standard
35061 setzt den Durchmesser auf 1
35062 \begin_inset space \thinspace{}
35063 \end_inset
35064
35065 cm.
35066  Der \SpecialChar TeX
35067 -Code-Befehl
35068 \end_layout
35069
35070 \begin_layout Standard
35071
35072 \series bold
35073
35074 \backslash
35075 cornersize{num}
35076 \end_layout
35077
35078 \begin_layout Standard
35079 setzt den Durchmesser auf 
35080 \family sans
35081 num
35082 \begin_inset space \thinspace{}
35083 \end_inset
35084
35085 ×
35086 \begin_inset space \thinspace{}
35087 \end_inset
35088
35089 Minimum(Breite der Box, Höhe der Box)
35090 \family default
35091 .
35092  Der Standardwert ist 
35093 \series bold
35094
35095 \backslash
35096 cornersize{0.5}
35097 \series default
35098 .
35099 \end_layout
35100
35101 \begin_layout Standard
35102 \begin_inset ERT
35103 status collapsed
35104
35105 \begin_layout Plain Layout
35106
35107
35108 \backslash
35109 cornersize*{1.5cm}
35110 \end_layout
35111
35112 \end_inset
35113
35114
35115 \begin_inset Box Ovalbox
35116 position "c"
35117 hor_pos "c"
35118 has_inner_box 1
35119 inner_pos "c"
35120 use_parbox 0
35121 use_makebox 0
35122 width "30col%"
35123 special "none"
35124 height "1in"
35125 height_special "totalheight"
35126 thickness "0.4pt"
35127 separation "3pt"
35128 shadowsize "4pt"
35129 framecolor "black"
35130 backgroundcolor "none"
35131 status open
35132
35133 \begin_layout Plain Layout
35134 \align center
35135 Ovale Box, dicker Rand, mit 
35136 \series bold
35137
35138 \backslash
35139 cornersize
35140 \series default
35141
35142 \begin_inset space \thinspace{}
35143 \end_inset
35144
35145 =
35146 \begin_inset space \thinspace{}
35147 \end_inset
35148
35149 1.5
35150 \begin_inset space \thinspace{}
35151 \end_inset
35152
35153 cm
35154 \end_layout
35155
35156 \end_inset
35157
35158
35159 \begin_inset ERT
35160 status collapsed
35161
35162 \begin_layout Plain Layout
35163
35164
35165 \backslash
35166 cornersize{0.5}
35167 \end_layout
35168
35169 \end_inset
35170
35171
35172 \end_layout
35173
35174 \begin_layout Standard
35175 \begin_inset VSpace bigskip
35176 \end_inset
35177
35178 Die Standard-Hintergrundfarbe rot von Boxen mit 
35179 \family sans
35180 schattiertem Hintergrund
35181 \family default
35182  kann entweder lokal mit dem Befehl 
35183 \series bold
35184
35185 \backslash
35186 definecolor{shadecolor}
35187 \series default
35188  oder global über das Menü 
35189 \family sans
35190 Werkzeuge\SpecialChar menuseparator
35191 Einstellungen\SpecialChar menuseparator
35192 Farben\SpecialChar menuseparator
35193 Schattierte
35194 \begin_inset space ~
35195 \end_inset
35196
35197 Box
35198 \family default
35199  geändert werden.
35200  Das Schema des 
35201 \series bold
35202
35203 \backslash
35204 definecolor
35205 \series default
35206  Befehls ist  in Abschnitt
35207 \begin_inset space ~
35208 \end_inset
35209
35210
35211 \begin_inset CommandInset ref
35212 LatexCommand ref
35213 reference "abs:Farbige-Tabellen"
35214
35215 \end_inset
35216
35217  erklärt.
35218 \begin_inset Foot
35219 status collapsed
35220
35221 \begin_layout Plain Layout
35222 Beachten Sie, dass 
35223 \series bold
35224
35225 \backslash
35226 definecolor
35227 \series default
35228  das \SpecialChar LaTeX
35229 -Paket 
35230 \series bold
35231 color
35232 \series default
35233  im \SpecialChar LaTeX
35234 -Vorspann benötigt, siehe Abschnitt
35235 \begin_inset space ~
35236 \end_inset
35237
35238
35239 \begin_inset CommandInset ref
35240 LatexCommand ref
35241 reference "abs:Farbige-Boxen"
35242
35243 \end_inset
35244
35245 .
35246 \end_layout
35247
35248 \end_inset
35249
35250  Für das nächste Beispiel wurden folgender \SpecialChar TeX
35251 -Code verwendet:
35252 \end_layout
35253
35254 \begin_layout Standard
35255
35256 \series bold
35257
35258 \backslash
35259 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35260 \end_layout
35261
35262 \begin_layout Standard
35263 \begin_inset ERT
35264 status collapsed
35265
35266 \begin_layout Plain Layout
35267
35268
35269 \backslash
35270 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35271 \end_layout
35272
35273 \end_inset
35274
35275
35276 \begin_inset Box Shaded
35277 position "t"
35278 hor_pos "c"
35279 has_inner_box 0
35280 inner_pos "t"
35281 use_parbox 0
35282 use_makebox 0
35283 width "100col%"
35284 special "none"
35285 height "1in"
35286 height_special "totalheight"
35287 thickness "0.4pt"
35288 separation "3pt"
35289 shadowsize "4pt"
35290 framecolor "black"
35291 backgroundcolor "none"
35292 status open
35293
35294 \begin_layout Plain Layout
35295
35296 \color yellow
35297 Dies ist gelber Text in einer 
35298 \family sans
35299 schattierten Hintergrund
35300 \begin_inset space ~
35301 \end_inset
35302
35303
35304 \family default
35305 Box auf dunkelgrünem Hintergrund.
35306 \end_layout
35307
35308 \end_inset
35309
35310
35311 \begin_inset ERT
35312 status collapsed
35313
35314 \begin_layout Plain Layout
35315
35316
35317 \backslash
35318 definecolor{shadecolor}{rgb}{1,0,0}
35319 \end_layout
35320
35321 \end_inset
35322
35323
35324 \end_layout
35325
35326 \begin_layout Standard
35327 \begin_inset VSpace bigskip
35328 \end_inset
35329
35330 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
35331  der sie ändert.
35332 \end_layout
35333
35334 \begin_layout Section
35335 Minipage
35336 \begin_inset CommandInset label
35337 LatexCommand label
35338 name "abs:Minipage"
35339
35340 \end_inset
35341
35342
35343 \begin_inset Index idx
35344 status collapsed
35345
35346 \begin_layout Plain Layout
35347 Boxen ! Minipage
35348 \end_layout
35349
35350 \end_inset
35351
35352
35353 \end_layout
35354
35355 \begin_layout Standard
35356 Minipages werden von \SpecialChar LaTeX
35357  wie Seiten auf einer Seite behandelt und können deshalb
35358  unter anderem eigene Fußnoten haben.
35359 \end_layout
35360
35361 \begin_layout Standard
35362 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
35363 \end_layout
35364
35365 \begin_layout Standard
35366 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
35367  Ihre Breite ist 45 Spaltenbreite
35368 \begin_inset space ~
35369 \end_inset
35370
35371 %, und sie sind durch einen 
35372 \family sans
35373 HFill
35374 \family default
35375  getrennt (
35376 \family sans
35377 Einfügen\SpecialChar menuseparator
35378 Formatierung\SpecialChar menuseparator
35379 Horizontaler
35380 \begin_inset space \space{}
35381 \end_inset
35382
35383 Abstand\SpecialChar menuseparator
35384 Abstand\SpecialChar menuseparator
35385 Variabler
35386 \begin_inset space ~
35387 \end_inset
35388
35389 horiz.
35390 \begin_inset space ~
35391 \end_inset
35392
35393 Abstand
35394 \family default
35395 ).
35396 \begin_inset Newpage newpage
35397 \end_inset
35398
35399
35400 \end_layout
35401
35402 \begin_layout Standard
35403 \noindent
35404 \begin_inset Box Frameless
35405 position "t"
35406 hor_pos "c"
35407 has_inner_box 1
35408 inner_pos "c"
35409 use_parbox 0
35410 use_makebox 0
35411 width "45col%"
35412 special "none"
35413 height "1in"
35414 height_special "totalheight"
35415 thickness "0.4pt"
35416 separation "3pt"
35417 shadowsize "4pt"
35418 framecolor "black"
35419 backgroundcolor "none"
35420 status open
35421
35422 \begin_layout Plain Layout
35423 Dies ist ein deutscher Text.
35424  Dies ist ein deutscher Text.
35425  Dies ist ein deutscher Text.
35426  Dies ist ein deutscher Text.
35427  Dies ist ein deutscher Text.
35428  Dies ist ein deutscher Text.
35429  Dies ist ein deutscher Text.
35430  Dies ist ein deutscher Text.
35431  Dies ist ein deutscher Text.
35432  Dies ist ein deutscher Text.
35433  Dies ist ein deutscher Text.
35434  Dies ist ein deutscher Text.
35435  Dies ist ein deutscher Text
35436 \begin_inset Foot
35437 status open
35438
35439 \begin_layout Plain Layout
35440 Dies ist eine deutsche Fußnote.
35441 \end_layout
35442
35443 \end_inset
35444
35445 .
35446  Dies ist ein deutscher Text.
35447  Dies ist ein deutscher Text.
35448 \end_layout
35449
35450 \end_inset
35451
35452
35453 \begin_inset space \hfill{}
35454 \end_inset
35455
35456
35457 \begin_inset Box Frameless
35458 position "t"
35459 hor_pos "c"
35460 has_inner_box 1
35461 inner_pos "c"
35462 use_parbox 0
35463 use_makebox 0
35464 width "45col%"
35465 special "none"
35466 height "1in"
35467 height_special "totalheight"
35468 thickness "0.4pt"
35469 separation "3pt"
35470 shadowsize "4pt"
35471 framecolor "black"
35472 backgroundcolor "none"
35473 status open
35474
35475 \begin_layout Plain Layout
35476
35477 \lang english
35478 This is an English Text.
35479  This is an English Text.
35480  This is an English Text.
35481  This is an English Text.
35482  This is an English Text.
35483  This is an English Text.
35484  This is an English Text.
35485  This is an English Text.
35486  This is an English Text.
35487  This is an English Text.
35488  This is an English Text.
35489  This is an English Text.
35490  This is an English Text.
35491  This is an English Text.
35492  This is an English Text.
35493  This is an English Text.
35494 \begin_inset Foot
35495 status collapsed
35496
35497 \begin_layout Plain Layout
35498
35499 \lang english
35500 This is an English footnote.
35501 \end_layout
35502
35503 \end_inset
35504
35505  This is an English Text.
35506 \end_layout
35507
35508 \end_inset
35509
35510
35511 \end_layout
35512
35513 \begin_layout Standard
35514 \begin_inset VSpace bigskip
35515 \end_inset
35516
35517 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
35518  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
35519  Absätze nicht eingerückt werden, obwohl Sie das in 
35520 \family sans
35521 Dokument
35522 \family default
35523 \SpecialChar menuseparator
35524
35525 \family sans
35526 Einstellun\SpecialChar softhyphen
35527 gen\SpecialChar menuseparator
35528 Textformat
35529 \family default
35530  festgelegt haben.
35531  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
35532  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
35533 -Code 
35534 \series bold
35535
35536 \backslash
35537 hspace*{1em}
35538 \series default
35539 .
35540 \end_layout
35541
35542 \begin_layout Standard
35543 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
35544  zu verpassen, siehe Abschnitt
35545 \begin_inset space ~
35546 \end_inset
35547
35548
35549 \begin_inset CommandInset ref
35550 LatexCommand ref
35551 reference "abs:Farbige-Boxen"
35552
35553 \end_inset
35554
35555 .
35556 \end_layout
35557
35558 \begin_layout Standard
35559 \begin_inset Note Greyedout
35560 status open
35561
35562 \begin_layout Plain Layout
35563
35564 \series bold
35565 Bemerkung:
35566 \series default
35567  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
35568  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
35569 \end_layout
35570
35571 \end_inset
35572
35573
35574 \end_layout
35575
35576 \begin_layout Standard
35577 \begin_inset VSpace bigskip
35578 \end_inset
35579
35580
35581 \end_layout
35582
35583 \begin_layout Standard
35584 \SpecialChar LyX
35585  unterstützt auch Minipages, deren Breite sich automatisch an die Größe
35586  des Inhalts anpasst, über das Modul 
35587 \family sans
35588 Breitenvariable
35589 \begin_inset space ~
35590 \end_inset
35591
35592 Minipages
35593 \family default
35594 .
35595  Die \SpecialChar LyX
35596 -Beispieldatei 
35597 \emph on
35598 varwidth-floats-side-by-side
35599 \emph default
35600  gibt Beispiele von breitenvariablen Minipages, um Gleitobjekte nebeneinander
35601  zu setzen.
35602 \end_layout
35603
35604 \begin_layout Section
35605 Parbox
35606 \begin_inset CommandInset label
35607 LatexCommand label
35608 name "abs:Parbox"
35609
35610 \end_inset
35611
35612
35613 \begin_inset Index idx
35614 status collapsed
35615
35616 \begin_layout Plain Layout
35617 Boxen ! Parbox
35618 \end_layout
35619
35620 \end_inset
35621
35622
35623 \end_layout
35624
35625 \begin_layout Standard
35626 Parbox ist eine Abkürzung für 
35627 \begin_inset Quotes gld
35628 \end_inset
35629
35630 paragraph box
35631 \begin_inset Quotes grd
35632 \end_inset
35633
35634 , was Absatzbox bedeutet.
35635  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
35636  in Parboxen nicht ausgegeben werden:
35637 \end_layout
35638
35639 \begin_layout Standard
35640 \align center
35641 \begin_inset Box Frameless
35642 position "t"
35643 hor_pos "c"
35644 has_inner_box 1
35645 inner_pos "t"
35646 use_parbox 1
35647 use_makebox 0
35648 width "33col%"
35649 special "none"
35650 height "1in"
35651 height_special "totalheight"
35652 thickness "0.4pt"
35653 separation "3pt"
35654 shadowsize "4pt"
35655 framecolor "black"
35656 backgroundcolor "none"
35657 status open
35658
35659 \begin_layout Plain Layout
35660 Dies ist Text in einer Parbox.
35661  Dies ist Text in einer Parbox.
35662 \end_layout
35663
35664 \begin_layout Plain Layout
35665 Diese Fußnote wird nicht gedruckt:
35666 \begin_inset Foot
35667 status collapsed
35668
35669 \begin_layout Plain Layout
35670 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
35671 \end_layout
35672
35673 \end_inset
35674
35675
35676 \end_layout
35677
35678 \end_inset
35679
35680
35681 \end_layout
35682
35683 \begin_layout Section
35684 Boxen für Worte und Buchstaben
35685 \begin_inset Index idx
35686 status collapsed
35687
35688 \begin_layout Plain Layout
35689 Boxen ! für Buchstaben
35690 \end_layout
35691
35692 \end_inset
35693
35694
35695 \end_layout
35696
35697 \begin_layout Subsection
35698 Silbentrennung unterbinden
35699 \begin_inset CommandInset label
35700 LatexCommand label
35701 name "abs:Silbentrennung-unterbinden"
35702
35703 \end_inset
35704
35705
35706 \begin_inset Index idx
35707 status collapsed
35708
35709 \begin_layout Plain Layout
35710 Boxen ! zur Vermeidung von Silbentrennung
35711 \end_layout
35712
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \begin_layout Standard
35719 Sie können den Boxtyp 
35720 \family sans
35721 Makebox
35722 \family default
35723  benutzen, um Silbentrennungen zu unterbinden.
35724 \begin_inset Newline newline
35725 \end_inset
35726
35727 Hier ist ein Beispiel: 
35728 \end_layout
35729
35730 \begin_layout Standard
35731 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
35732 \begin_inset Quotes gld
35733 \end_inset
35734
35735 einsehrsehrsehrlangeswort
35736 \begin_inset Quotes grd
35737 \end_inset
35738
35739 .
35740 \end_layout
35741
35742 \begin_layout Standard
35743 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
35744  Innere
35745 \begin_inset space ~
35746 \end_inset
35747
35748 Box auf Makebox und verwenden keine explizite Breite.
35749 \end_layout
35750
35751 \begin_layout Standard
35752 Hier ist das Ergebnis:
35753 \end_layout
35754
35755 \begin_layout Standard
35756 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
35757 \begin_inset Box Frameless
35758 position "t"
35759 hor_pos "c"
35760 has_inner_box 1
35761 inner_pos "t"
35762 use_parbox 0
35763 use_makebox 1
35764 width ""
35765 special "none"
35766 height "1in"
35767 height_special "totalheight"
35768 thickness "0.4pt"
35769 separation "3pt"
35770 shadowsize "4pt"
35771 framecolor "black"
35772 backgroundcolor "none"
35773 status open
35774
35775 \begin_layout Plain Layout
35776 \begin_inset Quotes gld
35777 \end_inset
35778
35779 einsehrsehrsehrlangeswort
35780 \begin_inset Quotes grd
35781 \end_inset
35782
35783
35784 \end_layout
35785
35786 \end_inset
35787
35788 .
35789 \end_layout
35790
35791 \begin_layout Standard
35792 Alternativ dazu kann man auch den Befehl 
35793 \begin_inset Quotes gld
35794 \end_inset
35795
35796
35797 \series bold
35798
35799 \backslash
35800 -
35801 \series default
35802
35803 \begin_inset Quotes grd
35804 \end_inset
35805
35806  als \SpecialChar TeX
35807 -Code direkt vor das Wort setzen:
35808 \end_layout
35809
35810 \begin_layout Standard
35811 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
35812 \begin_inset Quotes gld
35813 \end_inset
35814
35815
35816 \begin_inset ERT
35817 status collapsed
35818
35819 \begin_layout Plain Layout
35820
35821
35822 \backslash
35823 -
35824 \end_layout
35825
35826 \end_inset
35827
35828 einsehrsehrsehrlangeswort
35829 \begin_inset Quotes grd
35830 \end_inset
35831
35832 .
35833 \end_layout
35834
35835 \begin_layout Standard
35836 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
35837  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
35838 \family sans
35839 Strg-Eingabe
35840 \family default
35841 ) einfügen: 
35842 \end_layout
35843
35844 \begin_layout Standard
35845 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
35846 \begin_inset Newline newline
35847 \end_inset
35848
35849
35850 \begin_inset Box Frameless
35851 position "t"
35852 hor_pos "c"
35853 has_inner_box 1
35854 inner_pos "t"
35855 use_parbox 0
35856 use_makebox 1
35857 width ""
35858 special "none"
35859 height "1in"
35860 height_special "totalheight"
35861 thickness "0.4pt"
35862 separation "3pt"
35863 shadowsize "4pt"
35864 framecolor "black"
35865 backgroundcolor "none"
35866 status open
35867
35868 \begin_layout Plain Layout
35869 \begin_inset Quotes gld
35870 \end_inset
35871
35872 einsehrsehrsehrlangeswort
35873 \begin_inset Quotes grd
35874 \end_inset
35875
35876
35877 \end_layout
35878
35879 \end_inset
35880
35881 .
35882 \end_layout
35883
35884 \begin_layout Subsection
35885 Vertikale Ausrichtung
35886 \begin_inset CommandInset label
35887 LatexCommand label
35888 name "uab:Vertikale-Ausrichtung"
35889
35890 \end_inset
35891
35892
35893 \begin_inset Index idx
35894 status collapsed
35895
35896 \begin_layout Plain Layout
35897 Boxen ! für Vertikale Ausrichtung
35898 \end_layout
35899
35900 \end_inset
35901
35902
35903 \begin_inset Index idx
35904 status collapsed
35905
35906 \begin_layout Plain Layout
35907 Boxen ! raisebox
35908 \end_layout
35909
35910 \end_inset
35911
35912
35913 \end_layout
35914
35915 \begin_layout Standard
35916 Mit dem \SpecialChar LaTeX
35917 -Befehl 
35918 \series bold
35919
35920 \backslash
35921 raisebox
35922 \series default
35923  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
35924 n Textes ausrichten.
35925  
35926 \series bold
35927
35928 \backslash
35929 raisebox
35930 \series default
35931  wird folgendermaßen benutzt:
35932 \end_layout
35933
35934 \begin_layout Standard
35935
35936 \series bold
35937
35938 \backslash
35939 raisebox{Verschiebung}[oben][unten]{Text}
35940 \end_layout
35941
35942 \begin_layout Standard
35943 Positive Werte für Verschiebung
35944 \series bold
35945  
35946 \series default
35947 verschieben die Box nach oben, negative nach unten.
35948  Die beiden optionalen Parameter 
35949 \family typewriter
35950 oben
35951 \family default
35952  und 
35953 \family typewriter
35954 unten
35955 \family default
35956  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
35957  hinausgeht, wenn sie nicht verschoben ist.
35958 \end_layout
35959
35960 \begin_layout Standard
35961 Um zum Beispiel das Wort 
35962 \begin_inset Quotes gld
35963 \end_inset
35964
35965 provokant
35966 \begin_inset Quotes grd
35967 \end_inset
35968
35969  mit seinem 
35970 \begin_inset Quotes gld
35971 \end_inset
35972
35973 niedrigsten
35974 \begin_inset Quotes grd
35975 \end_inset
35976
35977  Buchstaben 
35978 \begin_inset Quotes gld
35979 \end_inset
35980
35981 p
35982 \begin_inset Quotes grd
35983 \end_inset
35984
35985  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
35986 -Code-Befehl
35987 \end_layout
35988
35989 \begin_layout Standard
35990
35991 \series bold
35992
35993 \backslash
35994 raisebox{
35995 \backslash
35996 depth}{
35997 \end_layout
35998
35999 \begin_layout Standard
36000 vor dem Wort einfügen und 
36001 \begin_inset Quotes gld
36002 \end_inset
36003
36004
36005 \series bold
36006 }
36007 \series default
36008
36009 \begin_inset Quotes grd
36010 \end_inset
36011
36012  als \SpecialChar TeX
36013 -Code dahinter:
36014 \end_layout
36015
36016 \begin_layout Standard
36017 Dies ist eine Zeile, in der das Wort 
36018 \begin_inset ERT
36019 status collapsed
36020
36021 \begin_layout Plain Layout
36022
36023
36024 \backslash
36025 raisebox{
36026 \backslash
36027 depth}{
36028 \end_layout
36029
36030 \end_inset
36031
36032
36033 \begin_inset Quotes gld
36034 \end_inset
36035
36036 provokant
36037 \begin_inset Quotes grd
36038 \end_inset
36039
36040
36041 \begin_inset ERT
36042 status collapsed
36043
36044 \begin_layout Plain Layout
36045
36046 }
36047 \end_layout
36048
36049 \end_inset
36050
36051  nach oben verschoben wurde.
36052 \end_layout
36053
36054 \begin_layout Standard
36055 \begin_inset VSpace bigskip
36056 \end_inset
36057
36058 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
36059  gedehnt:
36060 \end_layout
36061
36062 \begin_layout Standard
36063 Dies ist eine Zeile, in der das Wort 
36064 \begin_inset ERT
36065 status collapsed
36066
36067 \begin_layout Plain Layout
36068
36069
36070 \backslash
36071 raisebox{-
36072 \backslash
36073 depth}{
36074 \end_layout
36075
36076 \end_inset
36077
36078
36079 \begin_inset Quotes gld
36080 \end_inset
36081
36082 provokant
36083 \begin_inset Quotes grd
36084 \end_inset
36085
36086
36087 \begin_inset ERT
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091
36092 }
36093 \end_layout
36094
36095 \end_inset
36096
36097  nach unten verschoben wurde.
36098 \end_layout
36099
36100 \begin_layout Standard
36101 Dies ist eine Zeile, in der das Wort 
36102 \begin_inset ERT
36103 status collapsed
36104
36105 \begin_layout Plain Layout
36106
36107
36108 \backslash
36109 raisebox{0.5cm}{
36110 \end_layout
36111
36112 \end_inset
36113
36114
36115 \begin_inset Quotes gld
36116 \end_inset
36117
36118 testen
36119 \begin_inset Quotes grd
36120 \end_inset
36121
36122
36123 \begin_inset ERT
36124 status collapsed
36125
36126 \begin_layout Plain Layout
36127
36128 }
36129 \end_layout
36130
36131 \end_inset
36132
36133  um 0.5
36134 \begin_inset space \thinspace{}
36135 \end_inset
36136
36137 cm nach oben verschoben wurde.
36138 \end_layout
36139
36140 \begin_layout Standard
36141 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
36142 \end_layout
36143
36144 \begin_layout Standard
36145
36146 \series bold
36147
36148 \backslash
36149 raisebox{-
36150 \backslash
36151 depth}[0pt]{
36152 \end_layout
36153
36154 \begin_layout Standard
36155 Dies ist eine Zeile, in der das Wort 
36156 \begin_inset ERT
36157 status collapsed
36158
36159 \begin_layout Plain Layout
36160
36161
36162 \backslash
36163 raisebox{-
36164 \backslash
36165 depth}[0pt]{
36166 \end_layout
36167
36168 \end_inset
36169
36170
36171 \begin_inset Quotes gld
36172 \end_inset
36173
36174 provokant
36175 \begin_inset Quotes grd
36176 \end_inset
36177
36178
36179 \begin_inset ERT
36180 status collapsed
36181
36182 \begin_layout Plain Layout
36183
36184 }
36185 \end_layout
36186
36187 \end_inset
36188
36189  nach unten verschoben wurde.
36190 \begin_inset Newline newline
36191 \end_inset
36192
36193
36194 \begin_inset Newline newline
36195 \end_inset
36196
36197 Dies ist eine Zeile, in der das Wort 
36198 \begin_inset ERT
36199 status collapsed
36200
36201 \begin_layout Plain Layout
36202
36203
36204 \backslash
36205 raisebox{0.5cm}[0pt]{
36206 \end_layout
36207
36208 \end_inset
36209
36210
36211 \begin_inset Quotes gld
36212 \end_inset
36213
36214 testen
36215 \begin_inset Quotes grd
36216 \end_inset
36217
36218
36219 \begin_inset ERT
36220 status collapsed
36221
36222 \begin_layout Plain Layout
36223
36224 }
36225 \end_layout
36226
36227 \end_inset
36228
36229  um 0.5
36230 \begin_inset space \thinspace{}
36231 \end_inset
36232
36233 cm nach oben verschoben wurde.
36234  Jetzt überschneiden sich die verschobenen Worte.
36235 \end_layout
36236
36237 \begin_layout Section
36238 Farbige Boxen
36239 \begin_inset CommandInset label
36240 LatexCommand label
36241 name "abs:Farbige-Boxen"
36242
36243 \end_inset
36244
36245
36246 \begin_inset Index idx
36247 status collapsed
36248
36249 \begin_layout Plain Layout
36250 Boxen ! farbige
36251 \end_layout
36252
36253 \end_inset
36254
36255
36256 \end_layout
36257
36258 \begin_layout Standard
36259 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
36260  Box-Dialog aus.
36261  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
36262 \begin_inset Newline newline
36263 \end_inset
36264
36265
36266 \begin_inset Box Frameless
36267 position "t"
36268 hor_pos "c"
36269 has_inner_box 1
36270 inner_pos "t"
36271 use_parbox 0
36272 use_makebox 1
36273 width ""
36274 special "none"
36275 height "1in"
36276 height_special "totalheight"
36277 thickness "0.4pt"
36278 separation "3pt"
36279 shadowsize "4pt"
36280 framecolor "black"
36281 backgroundcolor "orange"
36282 status open
36283
36284 \begin_layout Plain Layout
36285 Box mit orangenem Hintergrund
36286 \end_layout
36287
36288 \end_inset
36289
36290
36291 \end_layout
36292
36293 \begin_layout Standard
36294 Wenn Sie die Dekoration
36295 \family sans
36296  Einfacher
36297 \begin_inset space ~
36298 \end_inset
36299
36300 rechteckiger
36301 \begin_inset space ~
36302 \end_inset
36303
36304 Rahmen 
36305 \family default
36306 verwenden, können Sie eine Rahmenfarbe festlegen.
36307  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
36308  sie standardmäßig auf weiß).
36309  Hier ist ein Beispiel:
36310 \begin_inset Newline newline
36311 \end_inset
36312
36313
36314 \begin_inset Box Boxed
36315 position "t"
36316 hor_pos "c"
36317 has_inner_box 0
36318 inner_pos "t"
36319 use_parbox 0
36320 use_makebox 0
36321 width ""
36322 special "none"
36323 height "1in"
36324 height_special "totalheight"
36325 thickness "0.4pt"
36326 separation "3pt"
36327 shadowsize "4pt"
36328 framecolor "teal"
36329 backgroundcolor "yellow"
36330 status open
36331
36332 \begin_layout Plain Layout
36333 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
36334 \end_layout
36335
36336 \end_inset
36337
36338
36339 \end_layout
36340
36341 \begin_layout Standard
36342 \begin_inset VSpace bigskip
36343 \end_inset
36344
36345 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
36346 \begin_inset Newline newline
36347 \end_inset
36348
36349
36350 \begin_inset Box Boxed
36351 position "t"
36352 hor_pos "c"
36353 has_inner_box 0
36354 inner_pos "t"
36355 use_parbox 0
36356 use_makebox 0
36357 width ""
36358 special "none"
36359 height "1in"
36360 height_special "totalheight"
36361 thickness "0.4pt"
36362 separation "3pt"
36363 shadowsize "4pt"
36364 framecolor "cyan"
36365 backgroundcolor "magenta"
36366 status open
36367
36368 \begin_layout Plain Layout
36369
36370 \color yellow
36371 Dies ist farbiger Text in einer farbigen, gerahmten Box.
36372 \end_layout
36373
36374 \end_inset
36375
36376
36377 \end_layout
36378
36379 \begin_layout Standard
36380 \begin_inset VSpace bigskip
36381 \end_inset
36382
36383
36384 \end_layout
36385
36386 \begin_layout Standard
36387 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
36388  eigenen Farben definieren, wie in Abschnitt
36389 \begin_inset space ~
36390 \end_inset
36391
36392
36393 \begin_inset CommandInset ref
36394 LatexCommand ref
36395 reference "abs:Farbige-Tabellen"
36396
36397 \end_inset
36398
36399  beschrieben.
36400  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
36401  gesetzt werden:
36402 \end_layout
36403
36404 \begin_layout Standard
36405 Farbige Boxen ohne Rahmen werden mit dem Befehl 
36406 \series bold
36407
36408 \backslash
36409 colorbox
36410 \series default
36411  erzeugt.
36412  Er hat folgendes Schema:
36413 \end_layout
36414
36415 \begin_layout Standard
36416
36417 \series bold
36418
36419 \backslash
36420 colorbox{Farbe}{Boxinhalt}
36421 \end_layout
36422
36423 \begin_layout Standard
36424 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
36425  Boxen sein.
36426  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
36427  fügen sie den \SpecialChar TeX
36428 -Code-Befehl
36429 \end_layout
36430
36431 \begin_layout Standard
36432
36433 \series bold
36434
36435 \backslash
36436 colorbox{dunkelgruen}{
36437 \end_layout
36438
36439 \begin_layout Standard
36440 vor dem Wort ein.
36441  Hinter dem Wort fügen Sie 
36442 \series bold
36443
36444 \begin_inset Quotes gld
36445 \end_inset
36446
36447 }
36448 \series default
36449
36450 \begin_inset Quotes grd
36451 \end_inset
36452
36453  als \SpecialChar TeX
36454 -Code ein.
36455  Hier ist das Ergebnis:
36456 \end_layout
36457
36458 \begin_layout Standard
36459 In dieser Zeile hat 
36460 \begin_inset ERT
36461 status collapsed
36462
36463 \begin_layout Plain Layout
36464
36465
36466 \backslash
36467 colorbox{dunkelgruen}{
36468 \end_layout
36469
36470 \end_inset
36471
36472 Achtung!
36473 \begin_inset ERT
36474 status collapsed
36475
36476 \begin_layout Plain Layout
36477
36478 }
36479 \end_layout
36480
36481 \end_inset
36482
36483  einen dunkelgrünen Hintergrund.
36484 \end_layout
36485
36486 \begin_layout Standard
36487 Farbige Boxen mit Rahmen werden mit dem Befehl
36488 \series bold
36489  
36490 \backslash
36491 fcolorbox
36492 \series default
36493  erzeugt.
36494  Er hat folgendes Schema:
36495 \end_layout
36496
36497 \begin_layout Standard
36498
36499 \series bold
36500
36501 \backslash
36502 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
36503 \end_layout
36504
36505 \begin_layout Section
36506 Rotierte und skalierte Boxen
36507 \end_layout
36508
36509 \begin_layout Standard
36510 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
36511  Modul 
36512 \family sans
36513 Grafik-Boxen
36514 \family default
36515  in den Dokumenteinstellungen geladen sein.
36516 \end_layout
36517
36518 \begin_layout Standard
36519 \begin_inset Note Greyedout
36520 status open
36521
36522 \begin_layout Plain Layout
36523
36524 \series bold
36525 Achtung:
36526 \series default
36527  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
36528 \end_layout
36529
36530 \end_inset
36531
36532
36533 \end_layout
36534
36535 \begin_layout Standard
36536 \begin_inset Note Greyedout
36537 status open
36538
36539 \begin_layout Plain Layout
36540
36541 \series bold
36542 Achtung:
36543 \series default
36544  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
36545 \end_layout
36546
36547 \end_inset
36548
36549
36550 \end_layout
36551
36552 \begin_layout Subsection
36553 Rotierte Boxen
36554 \begin_inset Index idx
36555 status collapsed
36556
36557 \begin_layout Plain Layout
36558 Boxen ! rotierte
36559 \end_layout
36560
36561 \end_inset
36562
36563
36564 \begin_inset Index idx
36565 status collapsed
36566
36567 \begin_layout Plain Layout
36568 Rotiertes Material
36569 \end_layout
36570
36571 \end_inset
36572
36573
36574 \end_layout
36575
36576 \begin_layout Standard
36577 Um Material zu drehen, setzt man es in eine 
36578 \family sans
36579 Rotationsbox
36580 \family default
36581 .
36582  Solch eine Box wird über das Menü 
36583 \family sans
36584 Einfügen\SpecialChar menuseparator
36585 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
36586 Rotationsbox
36587 \family default
36588  eingefügt.
36589 \end_layout
36590
36591 \begin_layout Standard
36592 Der Drehpunkt kann über die Einfügung 
36593 \family sans
36594 Drehpunkt
36595 \family default
36596  (Menü 
36597 \family sans
36598 Einfügen\SpecialChar menuseparator
36599 Drehpunkt
36600 \family default
36601 ) in der Form 
36602 \series bold
36603 origin=Position
36604 \series default
36605  angegeben.
36606  Folgende Positionen sind möglich: 
36607 \emph on
36608 c
36609 \emph default
36610  (mittig), 
36611 \emph on
36612 l
36613 \emph default
36614  (links), 
36615 \emph on
36616 r
36617 \emph default
36618  (rechts), 
36619 \emph on
36620 b
36621 \emph default
36622  (unten), 
36623 \emph on
36624 t
36625 \emph default
36626  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
36627  Z.
36628 \begin_inset space \thinspace{}
36629 \end_inset
36630
36631 B.
36632  bedeutet 
36633 \emph on
36634 lt
36635 \emph default
36636 , dass sich der Drehpunkt links oben befindet.
36637  Wird kein Drehpunkt angegeben, wird die Position 
36638 \emph on
36639 l
36640 \emph default
36641  verwendet.
36642  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
36643  Gedreht wird gegen den Uhrzeigersinn.
36644 \end_layout
36645
36646 \begin_layout Standard
36647 Im folgenden Beispiel wurde
36648 \series bold
36649  origin=c
36650 \series default
36651  in the Einfügung 
36652 \family sans
36653 Drehpunkt
36654 \family default
36655  und 
36656 \series bold
36657 60
36658 \series default
36659  in die Einfügung 
36660 \family sans
36661 Winkel
36662 \family default
36663  eingegeben.
36664 \end_layout
36665
36666 \begin_layout Standard
36667 Dies ist eine Zeile 
36668 \begin_inset Flex Rotatebox
36669 status open
36670
36671 \begin_layout Plain Layout
36672 \begin_inset Argument 1
36673 status open
36674
36675 \begin_layout Plain Layout
36676 origin=c
36677 \end_layout
36678
36679 \end_inset
36680
36681
36682 \begin_inset Argument 2
36683 status open
36684
36685 \begin_layout Plain Layout
36686 60
36687 \end_layout
36688
36689 \end_inset
36690
36691 mit rotiertem
36692 \end_layout
36693
36694 \end_inset
36695
36696  Text.
36697 \end_layout
36698
36699 \begin_layout Standard
36700 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
36701 \end_layout
36702
36703 \begin_layout Standard
36704 Dies ist eine Zeile 
36705 \begin_inset Flex Rotatebox
36706 status open
36707
36708 \begin_layout Plain Layout
36709 \begin_inset Argument 1
36710 status open
36711
36712 \begin_layout Plain Layout
36713 origin=r
36714 \end_layout
36715
36716 \end_inset
36717
36718
36719 \begin_inset Argument 2
36720 status open
36721
36722 \begin_layout Plain Layout
36723 -60
36724 \end_layout
36725
36726 \end_inset
36727
36728
36729 \begin_inset Box Doublebox
36730 position "c"
36731 hor_pos "c"
36732 has_inner_box 0
36733 inner_pos "c"
36734 use_parbox 0
36735 use_makebox 0
36736 width "1in"
36737 special "width"
36738 height "1in"
36739 height_special "totalheight"
36740 thickness "0.4pt"
36741 separation "3pt"
36742 shadowsize "4pt"
36743 framecolor "black"
36744 backgroundcolor "none"
36745 status collapsed
36746
36747 \begin_layout Plain Layout
36748 mit rotiertem
36749 \end_layout
36750
36751 \end_inset
36752
36753
36754 \end_layout
36755
36756 \end_inset
36757
36758  umrandeten Text 
36759 \begin_inset Flex Rotatebox
36760 status open
36761
36762 \begin_layout Plain Layout
36763 \begin_inset Argument 1
36764 status open
36765
36766 \begin_layout Plain Layout
36767 origin=lb
36768 \end_layout
36769
36770 \end_inset
36771
36772
36773 \begin_inset Argument 2
36774 status open
36775
36776 \begin_layout Plain Layout
36777 60
36778 \end_layout
36779
36780 \end_inset
36781
36782
36783 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36784 \end_inset
36785
36786
36787 \end_layout
36788
36789 \end_inset
36790
36791  und einer Formel.
36792 \end_layout
36793
36794 \begin_layout Standard
36795 Oder ein Bild oder Tabelle:
36796 \end_layout
36797
36798 \begin_layout Standard
36799 Dies ist eine Zeile 
36800 \begin_inset Flex Rotatebox
36801 status open
36802
36803 \begin_layout Plain Layout
36804 \begin_inset Argument 1
36805 status open
36806
36807 \begin_layout Plain Layout
36808 origin=lb
36809 \end_layout
36810
36811 \end_inset
36812
36813
36814 \begin_inset Argument 2
36815 status open
36816
36817 \begin_layout Plain Layout
36818 90
36819 \end_layout
36820
36821 \end_inset
36822
36823
36824 \begin_inset Graphics
36825         filename ../clipart/Star-structure.pdf
36826         lyxscale 50
36827         width 25col%
36828
36829 \end_inset
36830
36831
36832 \end_layout
36833
36834 \end_inset
36835
36836  mit einem rotierten Bild 
36837 \begin_inset Flex Rotatebox
36838 status open
36839
36840 \begin_layout Plain Layout
36841 \begin_inset Argument 2
36842 status open
36843
36844 \begin_layout Plain Layout
36845 -90
36846 \end_layout
36847
36848 \end_inset
36849
36850
36851 \begin_inset Tabular
36852 <lyxtabular version="3" rows="2" columns="2">
36853 <features tabularvalignment="middle">
36854 <column alignment="center" valignment="top">
36855 <column alignment="center" valignment="top">
36856 <row>
36857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36858 \begin_inset Text
36859
36860 \begin_layout Plain Layout
36861 q
36862 \end_layout
36863
36864 \end_inset
36865 </cell>
36866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36867 \begin_inset Text
36868
36869 \begin_layout Plain Layout
36870 w
36871 \end_layout
36872
36873 \end_inset
36874 </cell>
36875 </row>
36876 <row>
36877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36878 \begin_inset Text
36879
36880 \begin_layout Plain Layout
36881 e
36882 \end_layout
36883
36884 \end_inset
36885 </cell>
36886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36887 \begin_inset Text
36888
36889 \begin_layout Plain Layout
36890 r
36891 \end_layout
36892
36893 \end_inset
36894 </cell>
36895 </row>
36896 </lyxtabular>
36897
36898 \end_inset
36899
36900
36901 \end_layout
36902
36903 \end_inset
36904
36905  und Tabelle.
36906 \begin_inset Index idx
36907 status collapsed
36908
36909 \begin_layout Plain Layout
36910 Abbildungen ! rotierte
36911 \end_layout
36912
36913 \end_inset
36914
36915
36916 \begin_inset Index idx
36917 status collapsed
36918
36919 \begin_layout Plain Layout
36920 Tabellen ! rotierte
36921 \end_layout
36922
36923 \end_inset
36924
36925
36926 \end_layout
36927
36928 \begin_layout Standard
36929 \begin_inset Note Greyedout
36930 status open
36931
36932 \begin_layout Plain Layout
36933
36934 \series bold
36935 Achtung:
36936 \series default
36937  Wenn die Einfügung 
36938 \family sans
36939 Drehpunkt
36940 \family default
36941  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
36942 -Fehler
36943  wenn man das Dokument ansieht/exportiert.
36944 \end_layout
36945
36946 \end_inset
36947
36948
36949 \end_layout
36950
36951 \begin_layout Subsection
36952 Skalierte Boxen
36953 \begin_inset Index idx
36954 status collapsed
36955
36956 \begin_layout Plain Layout
36957 Boxen ! skalierte
36958 \end_layout
36959
36960 \end_inset
36961
36962
36963 \begin_inset Index idx
36964 status collapsed
36965
36966 \begin_layout Plain Layout
36967 Skaliertes Material
36968 \end_layout
36969
36970 \end_inset
36971
36972
36973 \end_layout
36974
36975 \begin_layout Standard
36976 Um Material zu skalieren, setzt man es in eine 
36977 \family sans
36978 Skalierende
36979 \begin_inset space ~
36980 \end_inset
36981
36982 Box
36983 \family default
36984 .
36985  Solch eine Box wird über das Menü 
36986 \family sans
36987 Einfügen\SpecialChar menuseparator
36988 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
36989 Skalierende
36990 \begin_inset space ~
36991 \end_inset
36992
36993 Box
36994 \family default
36995  eingefügt.
36996 \end_layout
36997
36998 \begin_layout Standard
36999 Die 
37000 \family sans
37001 Skalierende
37002 \begin_inset space ~
37003 \end_inset
37004
37005 Box
37006 \family default
37007  Einfügung hat die obligatorische Einfügung 
37008 \family sans
37009 H-Faktor
37010 \family default
37011  und die optionale Einfügung 
37012 \family sans
37013 V-Faktor
37014 \family default
37015  (wird eingefügt über das Menü 
37016 \family sans
37017 Einfügen\SpecialChar menuseparator
37018 V-Faktor)
37019 \family default
37020 .
37021  Fügen Sie hier den horizontalen bzw.
37022 \begin_inset space \space{}
37023 \end_inset
37024
37025 den vertikalen Skalierungsfaktor ein.
37026  Wenn die Einfügung 
37027 \family sans
37028 V-Faktor
37029 \family default
37030  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
37031  vertikalen verwendet.
37032 \end_layout
37033
37034 \begin_layout Standard
37035 Um z.
37036 \begin_inset space \thinspace{}
37037 \end_inset
37038
37039 B.
37040  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
37041  
37042 \series bold
37043 2
37044 \series default
37045  in die Einfügung 
37046 \family sans
37047 H-Faktor
37048 \family default
37049  ein.
37050  Ein Beispiel: 
37051 \begin_inset Flex Scalebox
37052 status open
37053
37054 \begin_layout Plain Layout
37055 \begin_inset Argument 1
37056 status open
37057
37058 \begin_layout Plain Layout
37059 2
37060 \end_layout
37061
37062 \end_inset
37063
37064 Hallo
37065 \end_layout
37066
37067 \end_inset
37068
37069
37070 \end_layout
37071
37072 \begin_layout Standard
37073
37074 \series bold
37075 2
37076 \series default
37077  als 
37078 \family sans
37079 H-Faktor
37080 \family default
37081  und 
37082 \series bold
37083 1
37084 \series default
37085  als 
37086 \family sans
37087 V-Faktor
37088 \family default
37089  verzerrt das 
37090 \begin_inset Flex Scalebox
37091 status open
37092
37093 \begin_layout Plain Layout
37094 \begin_inset Argument 1
37095 status open
37096
37097 \begin_layout Plain Layout
37098 2
37099 \end_layout
37100
37101 \end_inset
37102
37103
37104 \begin_inset Argument 2
37105 status open
37106
37107 \begin_layout Plain Layout
37108 1
37109 \end_layout
37110
37111 \end_inset
37112
37113 Hallo
37114 \end_layout
37115
37116 \end_inset
37117
37118 .
37119 \end_layout
37120
37121 \begin_layout Standard
37122 Die Skalierungsfaktoren dürfen auch negativ sein.
37123  In diesem Fall wird der Boxinhalt gespiegelt.
37124  Daher kann 
37125 \series bold
37126 -1
37127 \series default
37128  als 
37129 \family sans
37130 H-Faktor
37131 \family default
37132  und 
37133 \series bold
37134 1
37135 \series default
37136  als 
37137 \family sans
37138 V-Faktor
37139 \family default
37140  verwendet werden um Spiegelschrift zu erstellen: 
37141 \begin_inset Flex Scalebox
37142 status open
37143
37144 \begin_layout Plain Layout
37145 \begin_inset Argument 1
37146 status open
37147
37148 \begin_layout Plain Layout
37149 -1
37150 \end_layout
37151
37152 \end_inset
37153
37154
37155 \begin_inset Argument 2
37156 status open
37157
37158 \begin_layout Plain Layout
37159 1
37160 \end_layout
37161
37162 \end_inset
37163
37164 Hallo
37165 \end_layout
37166
37167 \end_inset
37168
37169
37170 \end_layout
37171
37172 \begin_layout Standard
37173
37174 \series bold
37175 1
37176 \series default
37177  als 
37178 \family sans
37179 H-Faktor
37180 \family default
37181  und 
37182 \series bold
37183 -1
37184 \series default
37185  als 
37186 \family sans
37187 V-Faktor
37188 \family default
37189  reflektiert das 
37190 \begin_inset Flex Scalebox
37191 status open
37192
37193 \begin_layout Plain Layout
37194 \begin_inset Argument 1
37195 status open
37196
37197 \begin_layout Plain Layout
37198 1
37199 \end_layout
37200
37201 \end_inset
37202
37203
37204 \begin_inset Argument 2
37205 status open
37206
37207 \begin_layout Plain Layout
37208 -1
37209 \end_layout
37210
37211 \end_inset
37212
37213 Hallo
37214 \end_layout
37215
37216 \end_inset
37217
37218  an der Grundlinie.
37219 \end_layout
37220
37221 \begin_layout Standard
37222 Die 
37223 \family sans
37224 Spiegelbox
37225 \family default
37226  (Menü 
37227 \family sans
37228 Einfügen\SpecialChar menuseparator
37229 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37230 Spiegelbox
37231 \family default
37232 ) ist äquivalent zu 
37233 \series bold
37234 -1
37235 \series default
37236  als 
37237 \family sans
37238 H-Faktor
37239 \family default
37240  und 
37241 \series bold
37242 1
37243 \series default
37244  als 
37245 \family sans
37246 V-Faktor 
37247 \family default
37248 für eine 
37249 \family sans
37250 Skalierende
37251 \begin_inset space ~
37252 \end_inset
37253
37254 Box
37255 \family default
37256 .
37257 \end_layout
37258
37259 \begin_layout Standard
37260 \begin_inset Note Greyedout
37261 status open
37262
37263 \begin_layout Plain Layout
37264
37265 \series bold
37266 Achtung:
37267 \series default
37268  Wenn die Einfügung 
37269 \family sans
37270 Drehpunkt
37271 \family default
37272  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
37273 -Fehler
37274  wenn man das Dokument ansieht/exportiert.
37275 \end_layout
37276
37277 \end_inset
37278
37279
37280 \end_layout
37281
37282 \begin_layout Standard
37283 \begin_inset VSpace bigskip
37284 \end_inset
37285
37286 Die 
37287 \family sans
37288 Neugrößenbox
37289 \family default
37290  (Menü 
37291 \family sans
37292 Einfügen\SpecialChar menuseparator
37293 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37294 Neugrößenbox
37295 \family default
37296 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
37297  skalieren.
37298  Die 
37299 \family sans
37300 Neugrößenbox
37301 \family default
37302  Einfügung hat die obligatorische Einfügung 
37303 \family sans
37304 Breite
37305 \family default
37306  und die optionale Einfügung 
37307 \family sans
37308 Höhe
37309 \family default
37310  (wird eingefügt über das Menü 
37311 \family sans
37312 Einfügen\SpecialChar menuseparator
37313 Höhe)
37314 \family default
37315 .
37316  Fügen Sie hier die Breite bzw.
37317 \begin_inset space \space{}
37318 \end_inset
37319
37320 Höhe als Wert mit Einheit ein.
37321  
37322 \begin_inset CommandInset ref
37323 LatexCommand ref
37324 reference "tab:Maßeinheiten"
37325
37326 \end_inset
37327
37328  listet die möglichen Maßeinheiten auf.
37329  Befindet sich ein Ausrufezeichen 
37330 \series bold
37331 !
37332 \series default
37333  in einer der beiden Einfügungen, wird die Größe so gewählt, dass das Seitenverh
37334 ältnis der Box beibehalten wird.
37335  Wenn die Einfügung 
37336 \family sans
37337 Höhe
37338 \family default
37339  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
37340 \end_layout
37341
37342 \begin_layout Standard
37343
37344 \series bold
37345 2cm
37346 \series default
37347  als 
37348 \family sans
37349 Breite
37350 \family default
37351  und 
37352 \series bold
37353 1cm
37354 \series default
37355  als 
37356 \family sans
37357 Höhe
37358 \family default
37359  ergibt: 
37360 \begin_inset Flex Resizebox
37361 status open
37362
37363 \begin_layout Plain Layout
37364 \begin_inset Argument 1
37365 status open
37366
37367 \begin_layout Plain Layout
37368 2cm
37369 \end_layout
37370
37371 \end_inset
37372
37373
37374 \begin_inset Argument 2
37375 status open
37376
37377 \begin_layout Plain Layout
37378 1cm
37379 \end_layout
37380
37381 \end_inset
37382
37383 Hallo
37384 \end_layout
37385
37386 \end_inset
37387
37388
37389 \begin_inset Newline newline
37390 \end_inset
37391
37392
37393 \series bold
37394 2cm
37395 \series default
37396  als 
37397 \family sans
37398 Breite
37399 \family default
37400  und 
37401 \series bold
37402 !
37403 \series default
37404  als 
37405 \family sans
37406 Höhe
37407 \family default
37408  (oder keine 
37409 \family sans
37410 Höhe
37411 \family default
37412 ) ergibt: 
37413 \begin_inset Flex Resizebox
37414 status open
37415
37416 \begin_layout Plain Layout
37417 \begin_inset Argument 1
37418 status open
37419
37420 \begin_layout Plain Layout
37421 2cm
37422 \end_layout
37423
37424 \end_inset
37425
37426
37427 \begin_inset Argument 2
37428 status open
37429
37430 \begin_layout Plain Layout
37431 !
37432 \end_layout
37433
37434 \end_inset
37435
37436 Hallo
37437 \end_layout
37438
37439 \end_inset
37440
37441
37442 \end_layout
37443
37444 \begin_layout Standard
37445 \begin_inset Note Greyedout
37446 status open
37447
37448 \begin_layout Plain Layout
37449
37450 \series bold
37451 Achtung:
37452 \series default
37453  Wenn die Einfügung
37454 \family sans
37455  Breite 
37456 \family default
37457 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
37458 -Fehler wenn man
37459  das Dokument ansieht/exportiert.
37460 \end_layout
37461
37462 \end_inset
37463
37464
37465 \end_layout
37466
37467 \begin_layout Standard
37468 \begin_inset VSpace bigskip
37469 \end_inset
37470
37471
37472 \end_layout
37473
37474 \begin_layout Standard
37475 Alle Boxen können beliebig miteinander kombiniert werden.
37476  Als Beispiel eine 
37477 \family sans
37478 Spiegelbox
37479 \family default
37480  in einer 
37481 \family sans
37482 Neugrößenbox
37483 \family default
37484 , die wiederum in einer 
37485 \family sans
37486 Rotationsbox
37487 \family default
37488  ist:
37489 \end_layout
37490
37491 \begin_layout Standard
37492 \noindent
37493 \align center
37494 \begin_inset Flex Rotatebox
37495 status open
37496
37497 \begin_layout Plain Layout
37498 \begin_inset Argument 1
37499 status open
37500
37501 \begin_layout Plain Layout
37502 origin=c
37503 \end_layout
37504
37505 \end_inset
37506
37507
37508 \begin_inset Argument 2
37509 status open
37510
37511 \begin_layout Plain Layout
37512 -45
37513 \end_layout
37514
37515 \end_inset
37516
37517
37518 \begin_inset Flex Resizebox
37519 status open
37520
37521 \begin_layout Plain Layout
37522 \begin_inset Argument 1
37523 status open
37524
37525 \begin_layout Plain Layout
37526 2cm
37527 \end_layout
37528
37529 \end_inset
37530
37531
37532 \begin_inset Flex Reflectbox
37533 status open
37534
37535 \begin_layout Plain Layout
37536 Hallo
37537 \end_layout
37538
37539 \end_inset
37540
37541
37542 \end_layout
37543
37544 \end_inset
37545
37546
37547 \end_layout
37548
37549 \end_inset
37550
37551
37552 \end_layout
37553
37554 \begin_layout Standard
37555 \noindent
37556 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
37557 \end_layout
37558
37559 \begin_layout Standard
37560 \noindent
37561 \align center
37562 \begin_inset Flex Resizebox
37563 status open
37564
37565 \begin_layout Plain Layout
37566 \begin_inset Argument 1
37567 status open
37568
37569 \begin_layout Plain Layout
37570 2cm
37571 \end_layout
37572
37573 \end_inset
37574
37575
37576 \begin_inset Flex Reflectbox
37577 status open
37578
37579 \begin_layout Plain Layout
37580 \begin_inset Graphics
37581         filename ../clipart/Star-structure.pdf
37582         lyxscale 50
37583         width 25col%
37584
37585 \end_inset
37586
37587
37588 \end_layout
37589
37590 \end_inset
37591
37592
37593 \end_layout
37594
37595 \end_inset
37596
37597  
37598 \begin_inset Flex Resizebox
37599 status open
37600
37601 \begin_layout Plain Layout
37602 \begin_inset Argument 1
37603 status open
37604
37605 \begin_layout Plain Layout
37606 2cm
37607 \end_layout
37608
37609 \end_inset
37610
37611
37612 \begin_inset Flex Reflectbox
37613 status open
37614
37615 \begin_layout Plain Layout
37616 \begin_inset Tabular
37617 <lyxtabular version="3" rows="2" columns="2">
37618 <features tabularvalignment="middle">
37619 <column alignment="center" valignment="top">
37620 <column alignment="center" valignment="top">
37621 <row>
37622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37623 \begin_inset Text
37624
37625 \begin_layout Plain Layout
37626 q
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37632 \begin_inset Text
37633
37634 \begin_layout Plain Layout
37635 w
37636 \end_layout
37637
37638 \end_inset
37639 </cell>
37640 </row>
37641 <row>
37642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37643 \begin_inset Text
37644
37645 \begin_layout Plain Layout
37646 e
37647 \end_layout
37648
37649 \end_inset
37650 </cell>
37651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37652 \begin_inset Text
37653
37654 \begin_layout Plain Layout
37655 r
37656 \end_layout
37657
37658 \end_inset
37659 </cell>
37660 </row>
37661 </lyxtabular>
37662
37663 \end_inset
37664
37665
37666 \end_layout
37667
37668 \end_inset
37669
37670
37671 \end_layout
37672
37673 \end_inset
37674
37675  
37676 \begin_inset Flex Resizebox
37677 status open
37678
37679 \begin_layout Plain Layout
37680 \begin_inset Argument 1
37681 status open
37682
37683 \begin_layout Plain Layout
37684 3cm
37685 \end_layout
37686
37687 \end_inset
37688
37689
37690 \begin_inset Flex Reflectbox
37691 status open
37692
37693 \begin_layout Plain Layout
37694 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37695 \end_inset
37696
37697
37698 \end_layout
37699
37700 \end_inset
37701
37702
37703 \end_layout
37704
37705 \end_inset
37706
37707
37708 \begin_inset Index idx
37709 status collapsed
37710
37711 \begin_layout Plain Layout
37712 Abbildungen ! skalierte
37713 \end_layout
37714
37715 \end_inset
37716
37717
37718 \begin_inset Index idx
37719 status collapsed
37720
37721 \begin_layout Plain Layout
37722 Tabellen ! skalierte
37723 \end_layout
37724
37725 \end_inset
37726
37727
37728 \end_layout
37729
37730 \begin_layout Standard
37731 Hat man den globalen Formelstil 
37732 \series bold
37733 fleqn
37734 \series default
37735
37736 \begin_inset Foot
37737 status collapsed
37738
37739 \begin_layout Plain Layout
37740 Wenn 
37741 \begin_inset Quotes gld
37742 \end_inset
37743
37744 fleqn
37745 \begin_inset Quotes grd
37746 \end_inset
37747
37748  zu den Dokumentklassen-Optionen hinzugefügt wurde.
37749 \end_layout
37750
37751 \end_inset
37752
37753  gewählt, kann man auch abgesetzte Formeln skalieren.
37754 \end_layout
37755
37756 \begin_layout Chapter
37757 Umflossene Objekte
37758 \begin_inset Index idx
37759 status collapsed
37760
37761 \begin_layout Plain Layout
37762 Umflossene Objekte
37763 \end_layout
37764
37765 \end_inset
37766
37767
37768 \end_layout
37769
37770 \begin_layout Section
37771 Umflossene Gleitobjekte
37772 \begin_inset CommandInset label
37773 LatexCommand label
37774 name "abs:Umflossene-Gleitobjekte"
37775
37776 \end_inset
37777
37778
37779 \begin_inset Index idx
37780 status collapsed
37781
37782 \begin_layout Plain Layout
37783 Gleitobjekte ! umflossene
37784 \end_layout
37785
37786 \end_inset
37787
37788
37789 \begin_inset Index idx
37790 status collapsed
37791
37792 \begin_layout Plain Layout
37793 Umflossene Objekte ! Gleitobjekte
37794 \end_layout
37795
37796 \end_inset
37797
37798
37799 \end_layout
37800
37801 \begin_layout Standard
37802 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
37803  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
37804  den die Abbildung bzw.
37805 \begin_inset space ~
37806 \end_inset
37807
37808 Tabelle übrig lässt.
37809  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
37810  Sie werden über das Menü
37811 \family sans
37812  Einfügen\SpecialChar menuseparator
37813 Gleitobjekt\SpecialChar menuseparator
37814 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
37815 objekt
37816 \family default
37817  eingefügt, wenn das \SpecialChar LaTeX
37818 -Paket 
37819 \series bold
37820 wrapfig
37821 \series default
37822
37823 \begin_inset Index idx
37824 status collapsed
37825
37826 \begin_layout Plain Layout
37827 \SpecialChar LaTeX
37828 -Pakete ! wrapfig
37829 \end_layout
37830
37831 \end_inset
37832
37833  installiert ist.
37834 \begin_inset Foot
37835 status collapsed
37836
37837 \begin_layout Plain Layout
37838 Wie man ein \SpecialChar LaTeX
37839 -Paket installiert, wird im Handbuch 
37840 \emph on
37841 \SpecialChar LaTeX
37842 -Konfiguration
37843 \emph default
37844  beschrieben.
37845 \end_layout
37846
37847 \end_inset
37848
37849  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
37850  Box des Gleitobjekts geändert werden.
37851  
37852 \begin_inset Wrap figure
37853 lines 0
37854 placement l
37855 overhang 1cm
37856 width "40col%"
37857 status open
37858
37859 \begin_layout Plain Layout
37860 \begin_inset Graphics
37861         filename ../clipart/2D-intensity-plot.pdf
37862         width 35col%
37863         scaleBeforeRotation
37864         rotateOrigin center
37865
37866 \end_inset
37867
37868
37869 \end_layout
37870
37871 \begin_layout Plain Layout
37872 \begin_inset Caption Standard
37873
37874 \begin_layout Plain Layout
37875 \begin_inset CommandInset label
37876 LatexCommand label
37877 name "abb:Dies-ist-eine"
37878
37879 \end_inset
37880
37881 Dies ist eine umflossene Gleitobjekt-Abbildung
37882 \end_layout
37883
37884 \end_inset
37885
37886
37887 \end_layout
37888
37889 \end_inset
37890
37891  Obligatorische Einstellungen sind die 
37892 \family sans
37893 Breite
37894 \family default
37895  und 
37896 \family sans
37897 Platzierung
37898 \family default
37899  des Gleitobjekts.
37900  Optional sind der 
37901 \family sans
37902 Überhang 
37903 \family default
37904 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
37905 \begin_inset space \thinspace{}
37906 \end_inset
37907
37908 /
37909 \begin_inset space \thinspace{}
37910 \end_inset
37911
37912 der Seite ragt und die 
37913 \family sans
37914 benötigten Zeilen
37915 \family default
37916 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
37917  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
37918  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
37919  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
37920  erlaubt sein soll, das Gleitobjekt
37921  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
37922  Abbildung
37923 \begin_inset space ~
37924 \end_inset
37925
37926
37927 \begin_inset CommandInset ref
37928 LatexCommand ref
37929 reference "abb:Dies-ist-eine"
37930
37931 \end_inset
37932
37933  ist zum Beispiel ein umflossenes Bild, das 35
37934 \begin_inset space \thinspace{}
37935 \end_inset
37936
37937 % der Spaltenbreite einnimmt, 1
37938 \begin_inset space \thinspace{}
37939 \end_inset
37940
37941 cm in den Rand ragt und links gesetzt wurde.
37942 \end_layout
37943
37944 \begin_layout Standard
37945 \begin_inset Note Greyedout
37946 status open
37947
37948 \begin_layout Plain Layout
37949
37950 \series bold
37951 Bemerkung:
37952 \series default
37953  Umflossene Objekte sind fragil! Wenn die Abbildung z.
37954 \begin_inset space \thinspace{}
37955 \end_inset
37956
37957 B.
37958  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
37959  oder über anderen Text gedruckt wird.
37960 \end_layout
37961
37962 \end_inset
37963
37964
37965 \end_layout
37966
37967 \begin_layout Standard
37968 Allgemein gilt für umflossene Gleitobjekte:
37969 \end_layout
37970
37971 \begin_layout Itemize
37972 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
37973  fortgesetzt werden.
37974  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
37975  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
37976 \end_layout
37977
37978 \begin_layout Itemize
37979 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
37980  werden oder darin.
37981 \end_layout
37982
37983 \begin_layout Itemize
37984 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
37985  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
37986 \end_layout
37987
37988 \begin_layout Itemize
37989 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
37990 \end_layout
37991
37992 \begin_layout Itemize
37993 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
37994 \begin_inset space \thinspace{}
37995 \end_inset
37996
37997
37998 \begin_inset CommandInset ref
37999 LatexCommand ref
38000 reference "kap:Gleitobjekte"
38001
38002 \end_inset
38003
38004  beschrieben.
38005 \end_layout
38006
38007 \begin_layout Section
38008 Umflossene Fixe Objekte
38009 \begin_inset Index idx
38010 status collapsed
38011
38012 \begin_layout Plain Layout
38013 Umflossene Objekte ! Fixe Objekte
38014 \end_layout
38015
38016 \end_inset
38017
38018
38019 \end_layout
38020
38021 \begin_layout Standard
38022 Die in Abschnitt
38023 \begin_inset space ~
38024 \end_inset
38025
38026
38027 \begin_inset CommandInset ref
38028 LatexCommand ref
38029 reference "abs:Umflossene-Gleitobjekte"
38030
38031 \end_inset
38032
38033  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
38034 \end_layout
38035
38036 \begin_layout Standard
38037 \noindent
38038 \align center
38039 \begin_inset Tabular
38040 <lyxtabular version="3" rows="2" columns="2">
38041 <features tabularvalignment="middle">
38042 <column alignment="center" valignment="top">
38043 <column alignment="center" valignment="top">
38044 <row>
38045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38046 \begin_inset Text
38047
38048 \begin_layout Plain Layout
38049 \begin_inset Info
38050 type  "icon"
38051 arg   "dialog-show-new-inset graphics"
38052 \end_inset
38053
38054
38055 \end_layout
38056
38057 \end_inset
38058 </cell>
38059 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38060 \begin_inset Text
38061
38062 \begin_layout Plain Layout
38063 Text
38064 \end_layout
38065
38066 \end_inset
38067 </cell>
38068 </row>
38069 <row>
38070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38071 \begin_inset Text
38072
38073 \begin_layout Plain Layout
38074 Text
38075 \end_layout
38076
38077 \end_inset
38078 </cell>
38079 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38080 \begin_inset Text
38081
38082 \begin_layout Plain Layout
38083 Text
38084 \end_layout
38085
38086 \end_inset
38087 </cell>
38088 </row>
38089 </lyxtabular>
38090
38091 \end_inset
38092
38093  oder 
38094 \begin_inset Tabular
38095 <lyxtabular version="3" rows="2" columns="2">
38096 <features tabularvalignment="middle">
38097 <column alignment="center" valignment="top">
38098 <column alignment="center" valignment="top">
38099 <row>
38100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38101 \begin_inset Text
38102
38103 \begin_layout Plain Layout
38104 Text
38105 \end_layout
38106
38107 \end_inset
38108 </cell>
38109 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38110 \begin_inset Text
38111
38112 \begin_layout Plain Layout
38113 \begin_inset Info
38114 type  "icon"
38115 arg   "dialog-show-new-inset graphics"
38116 \end_inset
38117
38118
38119 \end_layout
38120
38121 \end_inset
38122 </cell>
38123 </row>
38124 <row>
38125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38126 \begin_inset Text
38127
38128 \begin_layout Plain Layout
38129 Text
38130 \end_layout
38131
38132 \end_inset
38133 </cell>
38134 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38135 \begin_inset Text
38136
38137 \begin_layout Plain Layout
38138 Text
38139 \end_layout
38140
38141 \end_inset
38142 </cell>
38143 </row>
38144 </lyxtabular>
38145
38146 \end_inset
38147
38148
38149 \end_layout
38150
38151 \begin_layout Standard
38152 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
38153  wurde, um z.
38154 \begin_inset space \thinspace{}
38155 \end_inset
38156
38157 B.
38158  solche Positionen zu erhalten:
38159 \begin_inset VSpace defskip
38160 \end_inset
38161
38162
38163 \end_layout
38164
38165 \begin_layout Standard
38166 \noindent
38167 \align center
38168 \begin_inset Tabular
38169 <lyxtabular version="3" rows="2" columns="2">
38170 <features tabularvalignment="middle">
38171 <column alignment="center" valignment="top">
38172 <column alignment="center" valignment="top">
38173 <row>
38174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38175 \begin_inset Text
38176
38177 \begin_layout Plain Layout
38178 Text
38179 \end_layout
38180
38181 \end_inset
38182 </cell>
38183 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38184 \begin_inset Text
38185
38186 \begin_layout Plain Layout
38187 Text
38188 \end_layout
38189
38190 \end_inset
38191 </cell>
38192 </row>
38193 <row>
38194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38195 \begin_inset Text
38196
38197 \begin_layout Plain Layout
38198 \begin_inset Info
38199 type  "icon"
38200 arg   "dialog-show-new-inset graphics"
38201 \end_inset
38202
38203
38204 \end_layout
38205
38206 \end_inset
38207 </cell>
38208 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38209 \begin_inset Text
38210
38211 \begin_layout Plain Layout
38212 Text
38213 \end_layout
38214
38215 \end_inset
38216 </cell>
38217 </row>
38218 </lyxtabular>
38219
38220 \end_inset
38221
38222  
38223 \begin_inset Tabular
38224 <lyxtabular version="3" rows="2" columns="2">
38225 <features tabularvalignment="middle">
38226 <column alignment="center" valignment="top">
38227 <column alignment="center" valignment="top">
38228 <row>
38229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38230 \begin_inset Text
38231
38232 \begin_layout Plain Layout
38233 Text
38234 \end_layout
38235
38236 \end_inset
38237 </cell>
38238 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38239 \begin_inset Text
38240
38241 \begin_layout Plain Layout
38242 Text
38243 \end_layout
38244
38245 \end_inset
38246 </cell>
38247 </row>
38248 <row>
38249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38250 \begin_inset Text
38251
38252 \begin_layout Plain Layout
38253 Text
38254 \end_layout
38255
38256 \end_inset
38257 </cell>
38258 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38259 \begin_inset Text
38260
38261 \begin_layout Plain Layout
38262 \begin_inset Info
38263 type  "icon"
38264 arg   "dialog-show-new-inset graphics"
38265 \end_inset
38266
38267
38268 \end_layout
38269
38270 \end_inset
38271 </cell>
38272 </row>
38273 </lyxtabular>
38274
38275 \end_inset
38276
38277  
38278 \begin_inset Tabular
38279 <lyxtabular version="3" rows="2" columns="3">
38280 <features tabularvalignment="middle">
38281 <column alignment="center" valignment="top">
38282 <column alignment="center" valignment="top">
38283 <column alignment="center" valignment="top">
38284 <row>
38285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38286 \begin_inset Text
38287
38288 \begin_layout Plain Layout
38289 Text
38290 \end_layout
38291
38292 \end_inset
38293 </cell>
38294 <cell alignment="center" valignment="top" topline="true" usebox="none">
38295 \begin_inset Text
38296
38297 \begin_layout Plain Layout
38298 \begin_inset Info
38299 type  "icon"
38300 arg   "dialog-show-new-inset graphics"
38301 \end_inset
38302
38303
38304 \end_layout
38305
38306 \end_inset
38307 </cell>
38308 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38309 \begin_inset Text
38310
38311 \begin_layout Plain Layout
38312 Text
38313 \end_layout
38314
38315 \end_inset
38316 </cell>
38317 </row>
38318 <row>
38319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38320 \begin_inset Text
38321
38322 \begin_layout Plain Layout
38323 Text
38324 \end_layout
38325
38326 \end_inset
38327 </cell>
38328 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38329 \begin_inset Text
38330
38331 \begin_layout Plain Layout
38332 Text
38333 \end_layout
38334
38335 \end_inset
38336 </cell>
38337 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38338 \begin_inset Text
38339
38340 \begin_layout Plain Layout
38341 Text
38342 \end_layout
38343
38344 \end_inset
38345 </cell>
38346 </row>
38347 </lyxtabular>
38348
38349 \end_inset
38350
38351  
38352 \begin_inset Tabular
38353 <lyxtabular version="3" rows="2" columns="3">
38354 <features tabularvalignment="middle">
38355 <column alignment="center" valignment="top">
38356 <column alignment="center" valignment="top">
38357 <column alignment="center" valignment="top">
38358 <row>
38359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38360 \begin_inset Text
38361
38362 \begin_layout Plain Layout
38363 Text
38364 \end_layout
38365
38366 \end_inset
38367 </cell>
38368 <cell alignment="center" valignment="top" topline="true" usebox="none">
38369 \begin_inset Text
38370
38371 \begin_layout Plain Layout
38372 Text
38373 \end_layout
38374
38375 \end_inset
38376 </cell>
38377 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38378 \begin_inset Text
38379
38380 \begin_layout Plain Layout
38381 Text
38382 \end_layout
38383
38384 \end_inset
38385 </cell>
38386 </row>
38387 <row>
38388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38389 \begin_inset Text
38390
38391 \begin_layout Plain Layout
38392 Text
38393 \end_layout
38394
38395 \end_inset
38396 </cell>
38397 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38398 \begin_inset Text
38399
38400 \begin_layout Plain Layout
38401 \begin_inset Info
38402 type  "icon"
38403 arg   "dialog-show-new-inset graphics"
38404 \end_inset
38405
38406
38407 \end_layout
38408
38409 \end_inset
38410 </cell>
38411 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38412 \begin_inset Text
38413
38414 \begin_layout Plain Layout
38415 Text
38416 \end_layout
38417
38418 \end_inset
38419 </cell>
38420 </row>
38421 </lyxtabular>
38422
38423 \end_inset
38424
38425
38426 \end_layout
38427
38428 \begin_layout Standard
38429 \noindent
38430 \align center
38431 \begin_inset Tabular
38432 <lyxtabular version="3" rows="3" columns="2">
38433 <features tabularvalignment="middle">
38434 <column alignment="center" valignment="top">
38435 <column alignment="center" valignment="top">
38436 <row>
38437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38438 \begin_inset Text
38439
38440 \begin_layout Plain Layout
38441 Text
38442 \end_layout
38443
38444 \end_inset
38445 </cell>
38446 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38447 \begin_inset Text
38448
38449 \begin_layout Plain Layout
38450 Text
38451 \end_layout
38452
38453 \end_inset
38454 </cell>
38455 </row>
38456 <row>
38457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38458 \begin_inset Text
38459
38460 \begin_layout Plain Layout
38461 \begin_inset Info
38462 type  "icon"
38463 arg   "dialog-show-new-inset graphics"
38464 \end_inset
38465
38466
38467 \end_layout
38468
38469 \end_inset
38470 </cell>
38471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38472 \begin_inset Text
38473
38474 \begin_layout Plain Layout
38475 Text
38476 \end_layout
38477
38478 \end_inset
38479 </cell>
38480 </row>
38481 <row>
38482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38483 \begin_inset Text
38484
38485 \begin_layout Plain Layout
38486 Text
38487 \end_layout
38488
38489 \end_inset
38490 </cell>
38491 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38492 \begin_inset Text
38493
38494 \begin_layout Plain Layout
38495 Text
38496 \end_layout
38497
38498 \end_inset
38499 </cell>
38500 </row>
38501 </lyxtabular>
38502
38503 \end_inset
38504
38505  
38506 \begin_inset Tabular
38507 <lyxtabular version="3" rows="3" columns="3">
38508 <features tabularvalignment="middle">
38509 <column alignment="center" valignment="top">
38510 <column alignment="center" valignment="top">
38511 <column alignment="center" valignment="top">
38512 <row>
38513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38514 \begin_inset Text
38515
38516 \begin_layout Plain Layout
38517 Text
38518 \end_layout
38519
38520 \end_inset
38521 </cell>
38522 <cell alignment="center" valignment="top" topline="true" usebox="none">
38523 \begin_inset Text
38524
38525 \begin_layout Plain Layout
38526 Text
38527 \end_layout
38528
38529 \end_inset
38530 </cell>
38531 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38532 \begin_inset Text
38533
38534 \begin_layout Plain Layout
38535 Text
38536 \end_layout
38537
38538 \end_inset
38539 </cell>
38540 </row>
38541 <row>
38542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38543 \begin_inset Text
38544
38545 \begin_layout Plain Layout
38546 Text
38547 \end_layout
38548
38549 \end_inset
38550 </cell>
38551 <cell alignment="center" valignment="top" usebox="none">
38552 \begin_inset Text
38553
38554 \begin_layout Plain Layout
38555 \begin_inset Info
38556 type  "icon"
38557 arg   "dialog-show-new-inset graphics"
38558 \end_inset
38559
38560
38561 \end_layout
38562
38563 \end_inset
38564 </cell>
38565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38566 \begin_inset Text
38567
38568 \begin_layout Plain Layout
38569 Text
38570 \end_layout
38571
38572 \end_inset
38573 </cell>
38574 </row>
38575 <row>
38576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38577 \begin_inset Text
38578
38579 \begin_layout Plain Layout
38580 Text
38581 \end_layout
38582
38583 \end_inset
38584 </cell>
38585 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38586 \begin_inset Text
38587
38588 \begin_layout Plain Layout
38589 Text
38590 \end_layout
38591
38592 \end_inset
38593 </cell>
38594 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38595 \begin_inset Text
38596
38597 \begin_layout Plain Layout
38598 Text
38599 \end_layout
38600
38601 \end_inset
38602 </cell>
38603 </row>
38604 </lyxtabular>
38605
38606 \end_inset
38607
38608  
38609 \begin_inset Tabular
38610 <lyxtabular version="3" rows="3" columns="2">
38611 <features tabularvalignment="middle">
38612 <column alignment="center" valignment="top">
38613 <column alignment="center" valignment="top">
38614 <row>
38615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38616 \begin_inset Text
38617
38618 \begin_layout Plain Layout
38619 Text
38620 \end_layout
38621
38622 \end_inset
38623 </cell>
38624 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38625 \begin_inset Text
38626
38627 \begin_layout Plain Layout
38628 Text
38629 \end_layout
38630
38631 \end_inset
38632 </cell>
38633 </row>
38634 <row>
38635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38636 \begin_inset Text
38637
38638 \begin_layout Plain Layout
38639 Text
38640 \end_layout
38641
38642 \end_inset
38643 </cell>
38644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38645 \begin_inset Text
38646
38647 \begin_layout Plain Layout
38648 \begin_inset Info
38649 type  "icon"
38650 arg   "dialog-show-new-inset graphics"
38651 \end_inset
38652
38653
38654 \end_layout
38655
38656 \end_inset
38657 </cell>
38658 </row>
38659 <row>
38660 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38661 \begin_inset Text
38662
38663 \begin_layout Plain Layout
38664 Text
38665 \end_layout
38666
38667 \end_inset
38668 </cell>
38669 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38670 \begin_inset Text
38671
38672 \begin_layout Plain Layout
38673 Text
38674 \end_layout
38675
38676 \end_inset
38677 </cell>
38678 </row>
38679 </lyxtabular>
38680
38681 \end_inset
38682
38683
38684 \end_layout
38685
38686 \begin_layout Standard
38687 \noindent
38688 kann man das \SpecialChar LaTeX
38689 -Paket 
38690 \series bold
38691 picinpar
38692 \series default
38693
38694 \begin_inset Index idx
38695 status collapsed
38696
38697 \begin_layout Plain Layout
38698 \SpecialChar LaTeX
38699 -Pakete ! picinpar
38700 \end_layout
38701
38702 \end_inset
38703
38704  benutzen.
38705  Hier ist ein Beispiel:
38706 \end_layout
38707
38708 \begin_layout Standard
38709 \begin_inset ERT
38710 status collapsed
38711
38712 \begin_layout Plain Layout
38713
38714
38715 \backslash
38716 ifpicinpar
38717 \end_layout
38718
38719 \end_inset
38720
38721
38722 \begin_inset Note Note
38723 status open
38724
38725 \begin_layout Plain Layout
38726 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
38727 -Paket 
38728 \series bold
38729 picinpar
38730 \series default
38731  installiert ist.
38732 \end_layout
38733
38734 \end_inset
38735
38736
38737 \end_layout
38738
38739 \begin_layout Standard
38740 \begin_inset ERT
38741 status collapsed
38742
38743 \begin_layout Plain Layout
38744
38745
38746 \backslash
38747 begin{window}[2,c,{
38748 \end_layout
38749
38750 \end_inset
38751
38752
38753 \begin_inset Graphics
38754         filename ../clipart/2D-intensity-plot.pdf
38755         lyxscale 60
38756         width 40col%
38757         scaleBeforeRotation
38758         rotateOrigin center
38759
38760 \end_inset
38761
38762
38763 \begin_inset ERT
38764 status collapsed
38765
38766 \begin_layout Plain Layout
38767
38768 },]
38769 \end_layout
38770
38771 \begin_layout Plain Layout
38772
38773 {}
38774 \end_layout
38775
38776 \end_inset
38777
38778
38779 \size small
38780 \lang english
38781 It was in the spring of the year 1894 that all London was interested, and
38782  the fashionable world dismayed, by the murder of the Honourable Ronald
38783  Adair under most unusual and inexplicable circumstances.
38784  The public has already learned those particulars of the crime which
38785 \size default
38786
38787 \begin_inset ERT
38788 status collapsed
38789
38790 \begin_layout Plain Layout
38791
38792
38793 \backslash
38794 footnotemark{}
38795 \end_layout
38796
38797 \end_inset
38798
38799
38800 \size small
38801  came out in the police investigation, but a good deal was suppressed upon
38802  that occasion, since the case for the prosecution was so overwhelmingly
38803  strong that it was not necessary to bring forward all the facts.
38804  Only now, at the end of nearly ten years, am I allowed to supply those
38805  missing links which make up the whole of that remarkable chain.
38806 \size default
38807 \lang ngerman
38808
38809 \begin_inset ERT
38810 status collapsed
38811
38812 \begin_layout Plain Layout
38813
38814
38815 \backslash
38816 end{window}
38817 \end_layout
38818
38819 \end_inset
38820
38821
38822 \end_layout
38823
38824 \begin_layout Standard
38825 \begin_inset ERT
38826 status collapsed
38827
38828 \begin_layout Plain Layout
38829
38830
38831 \backslash
38832 footnotetext{
38833 \end_layout
38834
38835 \end_inset
38836
38837 Fußnote des Absatzes mit fixem Objekt.
38838 \begin_inset ERT
38839 status collapsed
38840
38841 \begin_layout Plain Layout
38842
38843 }
38844 \end_layout
38845
38846 \end_inset
38847
38848
38849 \end_layout
38850
38851 \begin_layout Standard
38852 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
38853  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
38854  vertikale Position im Text bestimmen kann.
38855  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
38856  beschriftet werden.
38857 \end_layout
38858
38859 \begin_layout Standard
38860 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
38861  Befehl
38862 \end_layout
38863
38864 \begin_layout Standard
38865
38866 \series bold
38867
38868 \backslash
38869 begin{window}[2,c,{
38870 \end_layout
38871
38872 \begin_layout Standard
38873 als \SpecialChar TeX
38874 -Code einfügt.
38875  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
38876  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
38877  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
38878  Danach fügt man das Objekt ein.
38879  In diesem Beispiel wurde ein Bild der Breite von 40
38880 \begin_inset space \thinspace{}
38881 \end_inset
38882
38883 % der Textspaltenbreite eingefügt.
38884  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
38885  Nach dem Objekt fügt man den Befehl
38886 \end_layout
38887
38888 \begin_layout Standard
38889
38890 \series bold
38891 },Beschreibungstext]
38892 \begin_inset Newline newline
38893 \end_inset
38894
38895 {}
38896 \end_layout
38897
38898 \begin_layout Standard
38899 ein.
38900  Man beachte dass das 
38901 \begin_inset Quotes gld
38902 \end_inset
38903
38904
38905 \series bold
38906 {}
38907 \series default
38908
38909 \begin_inset Quotes grd
38910 \end_inset
38911
38912  in der zweiten Zeile steht.
38913  Der Beschreibungstext ist optional.
38914  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
38915  das Objekt befinden, also direkt nach dem 
38916 \series bold
38917 {}
38918 \series default
38919  beginnen.
38920  Am Ende des Absatzes fügt man folgenden Befehl ein:
38921 \end_layout
38922
38923 \begin_layout Standard
38924
38925 \series bold
38926
38927 \backslash
38928 end{window}
38929 \end_layout
38930
38931 \begin_layout Standard
38932 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
38933  man muss stattdessen den Befehl 
38934 \series bold
38935
38936 \backslash
38937 footnotemark
38938 \series default
38939  verwenden.
38940  Außerhalb des Absatzes den Befehl 
38941 \series bold
38942
38943 \backslash
38944 footnotetext
38945 \series default
38946 , wie es in Abschnitt
38947 \begin_inset space ~
38948 \end_inset
38949
38950
38951 \begin_inset CommandInset ref
38952 LatexCommand ref
38953 reference "abs:Fußnoten"
38954
38955 \end_inset
38956
38957  beschrieben ist.
38958 \end_layout
38959
38960 \begin_layout Standard
38961 \begin_inset ERT
38962 status collapsed
38963
38964 \begin_layout Plain Layout
38965
38966
38967 \backslash
38968 else
38969 \end_layout
38970
38971 \end_inset
38972
38973
38974 \begin_inset Note Note
38975 status open
38976
38977 \begin_layout Plain Layout
38978 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
38979 -Paket 
38980 \series bold
38981 picinpar
38982 \series default
38983  nicht installiert ist:
38984 \end_layout
38985
38986 \end_inset
38987
38988
38989 \end_layout
38990
38991 \begin_layout Standard
38992 Das \SpecialChar LaTeX
38993 -Paket 
38994 \series bold
38995 picinpar
38996 \series default
38997  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38998 \end_layout
38999
39000 \begin_layout Standard
39001 \begin_inset ERT
39002 status collapsed
39003
39004 \begin_layout Plain Layout
39005
39006
39007 \backslash
39008 fi
39009 \end_layout
39010
39011 \end_inset
39012
39013
39014 \end_layout
39015
39016 \begin_layout Section
39017 Initiale
39018 \begin_inset Index idx
39019 status collapsed
39020
39021 \begin_layout Plain Layout
39022 Initiale
39023 \end_layout
39024
39025 \end_inset
39026
39027
39028 \begin_inset Index idx
39029 status collapsed
39030
39031 \begin_layout Plain Layout
39032 Umflossene Objekte ! Initiale
39033 \end_layout
39034
39035 \end_inset
39036
39037
39038 \end_layout
39039
39040 \begin_layout Standard
39041 Für Initialen muss das \SpecialChar LaTeX
39042 -Paket 
39043 \series bold
39044 lettrine
39045 \series default
39046
39047 \begin_inset Index idx
39048 status collapsed
39049
39050 \begin_layout Plain Layout
39051 \SpecialChar LaTeX
39052 -Pakete ! lettrine
39053 \end_layout
39054
39055 \end_inset
39056
39057  installiert sein und das Modul 
39058 \family sans
39059 Initialen
39060 \family default
39061  im Dokument verwendet werden (Menü 
39062 \family sans
39063 Dokument\SpecialChar menuseparator
39064 Einstellungen\SpecialChar menuseparator
39065 Module
39066 \family default
39067 ).
39068  Um eine Initiale einzufügen, verwendet man den Stil 
39069 \family sans
39070 Initiale
39071 \family default
39072 .
39073  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
39074  Die Argumente werden über das Menü 
39075 \family sans
39076 Einfügen
39077 \family default
39078  eingefügt.
39079  Das obligatorische Argument 
39080 \family sans
39081 Initiale
39082 \family default
39083  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
39084 \family sans
39085 Rest
39086 \begin_inset space ~
39087 \end_inset
39088
39089 der
39090 \begin_inset space ~
39091 \end_inset
39092
39093 Initiale
39094 \family default
39095  enthält den Rest des Wortes oder Textes der Initiale.
39096  Das Argument 
39097 \family sans
39098 Optionen
39099 \family default
39100  enthält Parameter um die Initiale zu modifizieren.
39101  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
39102  von 
39103 \series bold
39104 lettrine
39105 \series default
39106
39107 \begin_inset CommandInset citation
39108 LatexCommand cite
39109 key "lettrine"
39110 literal "true"
39111
39112 \end_inset
39113
39114 .
39115  Der Stil selbst enthält den Text, der die Initiale umgibt.
39116  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
39117  Initiale ist, in 
39118 \shape smallcaps
39119 Kapitälchen
39120 \shape default
39121  gedruckt wird.
39122 \end_layout
39123
39124 \begin_layout Standard
39125 Hier sind einige Beispiele:
39126 \end_layout
39127
39128 \begin_layout Standard
39129 \begin_inset ERT
39130 status collapsed
39131
39132 \begin_layout Plain Layout
39133
39134
39135 \backslash
39136 iflettrine
39137 \end_layout
39138
39139 \end_inset
39140
39141
39142 \begin_inset Note Note
39143 status open
39144
39145 \begin_layout Plain Layout
39146 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
39147 -Paket 
39148 \series bold
39149 lettrine
39150 \series default
39151  installiert ist.
39152 \end_layout
39153
39154 \end_inset
39155
39156
39157 \end_layout
39158
39159 \begin_layout Enumerate
39160 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
39161
39162 \begin_inset Formula $\mathfrak{Fraktur}$
39163 \end_inset
39164
39165 :
39166 \end_layout
39167
39168 \begin_deeper
39169 \begin_layout Initial
39170 \begin_inset Argument 2
39171 status open
39172
39173 \begin_layout Plain Layout
39174 \begin_inset Formula $\mathfrak{I}$
39175 \end_inset
39176
39177
39178 \end_layout
39179
39180 \end_inset
39181
39182
39183 \begin_inset Argument 3
39184 status open
39185
39186 \begin_layout Plain Layout
39187 t
39188 \end_layout
39189
39190 \end_inset
39191
39192  
39193 \lang english
39194 was in the spring of the year 1894 that all London was interested, and the
39195  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39196  under most unusual and inexplicable circumstances.
39197  The public has already learned those particulars of the crime which came
39198  out in the police investigation, but a good deal was suppressed upon that
39199  occasion, since the case for the prosecution was so overwhelmingly strong
39200  that it was not necessary to bring forward all the facts.
39201 \end_layout
39202
39203 \end_deeper
39204 \begin_layout Enumerate
39205 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
39206  besteht und kein Text ist in 
39207 \shape smallcaps
39208 Kapitälchen
39209 \shape default
39210 :
39211 \end_layout
39212
39213 \begin_deeper
39214 \begin_layout Initial
39215 \begin_inset Argument 1
39216 status open
39217
39218 \begin_layout Plain Layout
39219 lines=1
39220 \end_layout
39221
39222 \end_inset
39223
39224
39225 \begin_inset Argument 2
39226 status open
39227
39228 \begin_layout Plain Layout
39229 It
39230 \end_layout
39231
39232 \end_inset
39233
39234  
39235 \lang english
39236 was in the spring of the year 1894 that all London was interested, and the
39237  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39238  under most unusual and inexplicable circumstances.
39239  The public has already learned those particulars of the crime which came
39240  out in the police investigation, but a good deal was suppressed upon that
39241  occasion, since the case for the prosecution was so overwhelmingly strong
39242  that it was not necessary to bring forward all the facts.
39243 \end_layout
39244
39245 \end_deeper
39246 \begin_layout Enumerate
39247 Magenta, hängende Initiale über 3
39248 \begin_inset space ~
39249 \end_inset
39250
39251 Zeilen in der Mathe-Schrift
39252 \begin_inset Newline newline
39253 \end_inset
39254
39255  
39256 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
39257 \end_inset
39258
39259 , der Text 
39260 \begin_inset Quotes gld
39261 \end_inset
39262
39263
39264 \lang english
39265 t was in the spring
39266 \lang ngerman
39267
39268 \begin_inset Quotes erd
39269 \end_inset
39270
39271  ist in 
39272 \shape smallcaps
39273 Kapitälchen
39274 \shape default
39275 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
39276 \begin_inset Newline newline
39277 \end_inset
39278
39279
39280 \series bold
39281
39282 \backslash
39283 renewcommand{
39284 \backslash
39285 LettrineFontHook}{
39286 \backslash
39287 color{Farbe}}
39288 \series default
39289
39290 \begin_inset Newline newline
39291 \end_inset
39292
39293 wobei 
39294 \emph on
39295 Farbe
39296 \emph default
39297  
39298 \begin_inset Quotes gld
39299 \end_inset
39300
39301 red
39302 \begin_inset Quotes erd
39303 \end_inset
39304
39305
39306 \begin_inset Quotes gld
39307 \end_inset
39308
39309 blue
39310 \begin_inset Quotes erd
39311 \end_inset
39312
39313
39314 \begin_inset Quotes gld
39315 \end_inset
39316
39317 green
39318 \begin_inset Quotes erd
39319 \end_inset
39320
39321
39322 \begin_inset Quotes gld
39323 \end_inset
39324
39325 yellow
39326 \begin_inset Quotes erd
39327 \end_inset
39328
39329
39330 \begin_inset Quotes gld
39331 \end_inset
39332
39333 cyan
39334 \begin_inset Quotes erd
39335 \end_inset
39336
39337
39338 \begin_inset Quotes gld
39339 \end_inset
39340
39341 magenta
39342 \begin_inset Quotes erd
39343 \end_inset
39344
39345
39346 \begin_inset Quotes gld
39347 \end_inset
39348
39349 black
39350 \begin_inset Quotes erd
39351 \end_inset
39352
39353  oder 
39354 \begin_inset Quotes gld
39355 \end_inset
39356
39357 white
39358 \begin_inset Quotes erd
39359 \end_inset
39360
39361  sein kann, und diesen Befehl zum \SpecialChar LaTeX
39362 -Vorspann hinzufügen:
39363 \begin_inset Newline newline
39364 \end_inset
39365
39366
39367 \series bold
39368
39369 \backslash
39370 @ifundefined{textcolor}
39371 \begin_inset Newline newline
39372 \end_inset
39373
39374
39375 \begin_inset space ~
39376 \end_inset
39377
39378 {
39379 \backslash
39380 usepackage{color}}{}
39381 \end_layout
39382
39383 \begin_deeper
39384 \begin_layout Standard
39385 \begin_inset ERT
39386 status collapsed
39387
39388 \begin_layout Plain Layout
39389
39390
39391 \backslash
39392 renewcommand{
39393 \backslash
39394 LettrineFontHook}{
39395 \backslash
39396 color{magenta}}
39397 \end_layout
39398
39399 \end_inset
39400
39401
39402 \begin_inset Note Note
39403 status open
39404
39405 \begin_layout Plain Layout
39406 macht die Initiale magenta
39407 \end_layout
39408
39409 \end_inset
39410
39411
39412 \end_layout
39413
39414 \begin_layout Initial
39415 \begin_inset Argument 1
39416 status open
39417
39418 \begin_layout Plain Layout
39419 lines=3, lhang=0.33, loversize=0.25
39420 \end_layout
39421
39422 \end_inset
39423
39424
39425 \begin_inset Argument 2
39426 status open
39427
39428 \begin_layout Plain Layout
39429 \begin_inset Formula $\mathcal{I}$
39430 \end_inset
39431
39432
39433 \end_layout
39434
39435 \end_inset
39436
39437
39438 \begin_inset Argument 3
39439 status open
39440
39441 \begin_layout Plain Layout
39442
39443 \lang english
39444 t was in the spring
39445 \end_layout
39446
39447 \end_inset
39448
39449  
39450 \lang english
39451 of the year 1894 that all London was interested, and the fashionable world
39452  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39453  and inexplicable circumstances.
39454  The public has already learned those particulars of the crime which came
39455  out in the police investigation, but a good deal was suppressed upon that
39456  occasion, since the case for the prosecution was so overwhelmingly strong
39457  that it was not necessary to bring forward all the facts.
39458 \end_layout
39459
39460 \end_deeper
39461 \begin_layout Standard
39462 \begin_inset ERT
39463 status collapsed
39464
39465 \begin_layout Plain Layout
39466
39467
39468 \backslash
39469 else
39470 \end_layout
39471
39472 \end_inset
39473
39474
39475 \begin_inset Note Note
39476 status open
39477
39478 \begin_layout Plain Layout
39479 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
39480 -Paket 
39481 \series bold
39482 lettrine
39483 \series default
39484  nicht installiert ist:
39485 \end_layout
39486
39487 \end_inset
39488
39489
39490 \end_layout
39491
39492 \begin_layout Standard
39493 Das \SpecialChar LaTeX
39494 -Paket 
39495 \series bold
39496 lettrine
39497 \series default
39498  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
39499 \end_layout
39500
39501 \begin_layout Standard
39502 \begin_inset ERT
39503 status collapsed
39504
39505 \begin_layout Plain Layout
39506
39507
39508 \backslash
39509 fi
39510 \end_layout
39511
39512 \end_inset
39513
39514
39515 \end_layout
39516
39517 \begin_layout Chapter
39518 Externe Dateien
39519 \begin_inset Index idx
39520 status collapsed
39521
39522 \begin_layout Plain Layout
39523 Dateien ! externe
39524 \end_layout
39525
39526 \end_inset
39527
39528
39529 \end_layout
39530
39531 \begin_layout Standard
39532 Mit 
39533 \family sans
39534 Einfügen\SpecialChar menuseparator
39535 Datei
39536 \family default
39537  können Sie fremdes Material in Ihr Dokument einsetzen.
39538  Das kann folgendes sein:
39539 \end_layout
39540
39541 \begin_layout Description
39542 \SpecialChar LyX
39543 -Dokument Der Inhalt eines anderen \SpecialChar LyX
39544 -Dokuments wird direkt in Ihr Dokument
39545  eingefügt.
39546 \end_layout
39547
39548 \begin_layout Description
39549 Einfacher
39550 \begin_inset space ~
39551 \end_inset
39552
39553 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
39554  eingefügt.
39555 \end_layout
39556
39557 \begin_layout Description
39558 Einfacher
39559 \begin_inset space ~
39560 \end_inset
39561
39562 Text,
39563 \begin_inset space ~
39564 \end_inset
39565
39566 Zeilen
39567 \begin_inset space ~
39568 \end_inset
39569
39570 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
39571  Leerzeilen trennen die Absätze.
39572 \end_layout
39573
39574 \begin_layout Description
39575 Externes
39576 \begin_inset space ~
39577 \end_inset
39578
39579 Material Dateien in verschiedenen Formaten.
39580 \end_layout
39581
39582 \begin_layout Description
39583 Unterdokument \SpecialChar LyX
39584 - oder \SpecialChar LaTeX
39585 -Dokumente.
39586 \end_layout
39587
39588 \begin_layout Section
39589 Externes Material
39590 \begin_inset Index idx
39591 status collapsed
39592
39593 \begin_layout Plain Layout
39594 Externes Material
39595 \end_layout
39596
39597 \end_inset
39598
39599
39600 \end_layout
39601
39602 \begin_layout Standard
39603 Mit 
39604 \family sans
39605 Einfügen\SpecialChar menuseparator
39606 Datei\SpecialChar menuseparator
39607  Externes Material
39608 \family default
39609  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
39610  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
39611  weil \SpecialChar LyX
39612  sich darum kümmert.
39613  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
39614 -Dokumente
39615  eingefügt werden können.
39616  Wenn die Grafikvorschau in den \SpecialChar LyX
39617 -Einstellungen unter
39618 \family sans
39619  Aussehen
39620 \begin_inset space ~
39621 \end_inset
39622
39623 &
39624 \begin_inset space ~
39625 \end_inset
39626
39627 Handhabung\SpecialChar menuseparator
39628 Grafik
39629 \family default
39630 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
39631  angezeigt.
39632 \end_layout
39633
39634 \begin_layout Standard
39635 Zur Zeit können Sie folgende Dateitypen (
39636 \family sans
39637 Vorlagen
39638 \family default
39639 ) benutzen:
39640 \end_layout
39641
39642 \begin_layout Description
39643 Dia-Diagramm unterstützt Diagramme, die mit dem Programm 
39644 \series bold
39645
39646 \begin_inset CommandInset href
39647 LatexCommand href
39648 name "Dia"
39649 target "http://de.wikipedia.org/wiki/Dia_(Software)"
39650 literal "false"
39651
39652 \end_inset
39653
39654
39655 \series default
39656  erzeugt wurden.
39657 \end_layout
39658
39659 \begin_layout Description
39660 Inkscape-Grafik Diese Vorlage unterstützt spezifische skalierbare Grafiken,
39661  die aus skalierbaren Vektorgrafiken (SVG) generiert werden.
39662  Das Besondere an ihnen ist, dass aller enthaltener Text durch Text ersetzt
39663  wird, der mit \SpecialChar LaTeX
39664  gesetzt wurde (und somit die aktuelle Schriftart des \SpecialChar LyX
39665 -Dokuments
39666  verwendet).
39667  Die Vorlage basiert auf einem Feature des Programms 
39668 \series bold
39669
39670 \begin_inset CommandInset href
39671 LatexCommand href
39672 name "Inkscape"
39673 target "https://inkscape.org/de"
39674 literal "false"
39675
39676 \end_inset
39677
39678
39679 \series default
39680 , das aus einer gegebenen SVG-Datei spezielle PDF- oder EPS- und \SpecialChar LaTeX
39681 -Dateien
39682  generiert (in Inkscape selbst ist dieses Feature über die Option 
39683 \family sans
39684 Text in PDF weglassen und LaTeX Datei erstellen
39685 \family default
39686  verfügbar, wenn man eine Grafik als PDF oder EPS speichert).
39687  Der Vorteil von solchen Dateien ist es, dass man einen einheitlichen Textstil
39688  im ganzen Dokument erzeugen kann.
39689 \begin_inset Newline newline
39690 \end_inset
39691
39692 Die Vorlage liest SVG-Dateien ein und verwendet ein Konverterprogramm, um
39693  daraus (jeweils aktuelle) PDF- oder EPS- sowie \SpecialChar LaTeX
39694 -Dateien zu erzeugen (das
39695  Konverterprogramm verwendet hierfür Inkscape).
39696  Somit müssen Sie diese Dateien nicht selbst exportieren und pflegen.
39697  Wenn Sie dennoch lieber bereits vorhandene 
39698 \family typewriter
39699 *.pdf-
39700 \family default
39701  und 
39702 \family typewriter
39703 *.pdf_tex
39704 \family default
39705 -Dateien bzw.
39706  
39707 \family typewriter
39708 *.eps-
39709 \family default
39710  und 
39711 \family typewriter
39712 *.eps_tex
39713 \family default
39714 -Dateien verwenden möchten (oder müssen), binden Sie die entsprechende 
39715 \family typewriter
39716 *.pdf_tex
39717 \family default
39718 - oder 
39719 \family typewriter
39720 *.eps_tex
39721 \family default
39722 -Datei einfach über 
39723 \begin_inset Info
39724 type  "menu"
39725 arg   "dialog-show-new-inset include"
39726 \end_inset
39727
39728  (mittels 
39729 \family typewriter
39730 Input
39731 \family default
39732 ) ein (siehe Abschnitt.
39733 \begin_inset space ~
39734 \end_inset
39735
39736
39737 \begin_inset CommandInset ref
39738 LatexCommand ref
39739 reference "abs:Unterdokumente"
39740 plural "false"
39741 caps "false"
39742 noprefix "false"
39743
39744 \end_inset
39745
39746 ) statt die hier beschriebene Vorlage zu verwenden.
39747 \begin_inset Newline newline
39748 \end_inset
39749
39750 Man kann \SpecialChar TeX
39751 -Code-Befehle wie 
39752 \series bold
39753
39754 \backslash
39755 Large
39756 \series default
39757
39758 \series bold
39759
39760 \backslash
39761 small
39762 \series default
39763  usw.
39764  im Text der SVGs verwenden.
39765  Die Schriftgröße wird von den Einstellungen des \SpecialChar LyX
39766 -Dokuments übernommen.
39767  Siehe 
39768 \begin_inset CommandInset citation
39769 LatexCommand cite
39770 key "Inkscape"
39771 literal "false"
39772
39773 \end_inset
39774
39775  für mehr Informationen und Beispiele.
39776 \end_layout
39777
39778 \begin_layout Description
39779 LilyPond-Notenblatt Mit dieser Vorlage können Sie Musik-Notationen einfügen,
39780  die mit dem Notensatzprogramm 
39781 \series bold
39782
39783 \begin_inset CommandInset href
39784 LatexCommand href
39785 name "LilyPond"
39786 target "http://de.wikipedia.org/wiki/LilyPond"
39787 literal "false"
39788
39789 \end_inset
39790
39791
39792 \series default
39793  gesetzt werden.
39794  Für \SpecialChar LyX
39795 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
39796 ' Beispieldatei 
39797 \emph on
39798 lilypond.lyx
39799 \emph default
39800 .
39801 \end_layout
39802
39803 \begin_layout Description
39804 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
39805  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
39806  
39807 \series bold
39808 pages
39809 \series default
39810  im Feld 
39811 \family sans
39812 Option
39813 \family default
39814  in der Karteikarte 
39815 \family sans
39816 \SpecialChar LaTeX
39817 - und \SpecialChar LyX
39818 -Optionen
39819 \family default
39820 .
39821  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
39822  (man gibt als Option 
39823 \series bold
39824 pages={3,5,6,8}
39825 \series default
39826  an), Seitenbereiche (
39827 \series bold
39828 pages={4-9}
39829 \series default
39830 ) oder eine Kombination davon enthält.
39831  Um leere Seiten einzufügen, verwendet man {}.
39832  Z.
39833 \begin_inset space \thinspace{}
39834 \end_inset
39835
39836 B.
39837  fügt 
39838 \series bold
39839 pages={3,{},8-11,15}
39840 \series default
39841  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
39842  Seitenbereiche werden mit der Syntax 
39843 \emph on
39844 Start
39845 \emph default
39846 -
39847 \emph on
39848 Stop
39849 \emph default
39850  angegeben.
39851  Dies wählt alle Seiten von 
39852 \emph on
39853 Start
39854 \emph default
39855  bis 
39856 \emph on
39857 Stop
39858 \emph default
39859  aus.
39860  Wird 
39861 \emph on
39862 Start
39863 \emph default
39864  weggelassen, wird stattdessen die erste Seite verwendet; wird 
39865 \emph on
39866 Stop
39867 \emph default
39868  weggelassen, wird stattdessen die letzte Seite verwendet.
39869  Die letzte Seite kann außerdem mit dem Schlagwort 
39870 \series bold
39871 last
39872 \series default
39873  ausgewählt werden.
39874  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
39875 \series bold
39876 pages=-
39877 \series default
39878  fügt also alle Seiten des Dokuments ein und 
39879 \series bold
39880 pages=last-1
39881 \series default
39882  fügt alle Seiten in umgekehrter Reihenfolge ein.
39883  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
39884  eingefügt.
39885 \begin_inset Newline newline
39886 \end_inset
39887
39888 Die Option 
39889 \series bold
39890 noautoscale
39891 \series default
39892  fügt die Seiten in ihrer Originalgröße ein.
39893  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
39894  dass sie die komplette Breite Ihres Dokuments einnehmen.
39895  In der Karteikarte 
39896 \family sans
39897 Größe und Drehung
39898 \family default
39899  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
39900  werden.
39901  Wird eine andere Breite als 100
39902 \begin_inset space \thinspace{}
39903 \end_inset
39904
39905 Größe% verwendet, wird die Option 
39906 \series bold
39907 noautoscale
39908 \series default
39909  überschrieben.
39910  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
39911  des \SpecialChar LaTeX
39912 -Pakets 
39913 \series bold
39914 pdfpages
39915 \series default
39916  
39917 \begin_inset CommandInset citation
39918 LatexCommand cite
39919 key "pdfpages"
39920 literal "true"
39921
39922 \end_inset
39923
39924 .
39925 \begin_inset Index idx
39926 status collapsed
39927
39928 \begin_layout Plain Layout
39929 \SpecialChar LaTeX
39930 -Pakete ! pdfpages
39931 \end_layout
39932
39933 \end_inset
39934
39935
39936 \begin_inset Newline newline
39937 \end_inset
39938
39939 Um diese Vorlage in einer 
39940 \family sans
39941 Beamer
39942 \family default
39943 -Präsentation zu verwenden, muss zuerst eine 
39944 \family sans
39945 BeendeRahmen
39946 \family default
39947  Umgebung eingefügt werden.
39948  In den folgenden Absatz kommt eine \SpecialChar TeX
39949 -Code Box mit dem Befehl 
39950 \series bold
39951
39952 \backslash
39953 setbeamertemplate{background canvas}{}
39954 \series default
39955 .
39956  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
39957  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
39958  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
39959  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
39960  sicher, dass die Ausrichtung 
39961 \family sans
39962 Standard
39963 \family default
39964  für den Absatz verwendet wird, der die Vorlage enthält.
39965 \begin_inset Newline newline
39966 \end_inset
39967
39968 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
39969 \begin_inset External
39970         template PDFPages
39971         filename ../clipart/Abstract.pdf
39972         extra LaTeX "pages=-"
39973         rotateAngle -5
39974         rotateOrigin bottomleft
39975         width 50col%
39976
39977 \end_inset
39978
39979
39980 \end_layout
39981
39982 \begin_layout Description
39983 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
39984  Die Bilddateien können im Dialogfenster 
39985 \family sans
39986 Externes
39987 \begin_inset space ~
39988 \end_inset
39989
39990 Material
39991 \family default
39992  genauso behandelt werden wie die mit dem normalen 
39993 \family sans
39994 Grafik
39995 \family default
39996 -Dialog eingefügten, siehe Abschnitt
39997 \begin_inset space ~
39998 \end_inset
39999
40000
40001 \begin_inset CommandInset ref
40002 LatexCommand ref
40003 reference "abs:Grafik-Dialog"
40004
40005 \end_inset
40006
40007 .
40008  Hier ist ein eingefügtes Rasterbild: 
40009 \begin_inset External
40010         template RasterImage
40011         filename ../clipart/ToolbarEnvBox.png
40012
40013 \end_inset
40014
40015
40016 \end_layout
40017
40018 \begin_layout Description
40019 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
40020 \series bold
40021
40022 \begin_inset CommandInset href
40023 LatexCommand href
40024 name "XBoard"
40025 target "http://de.wikipedia.org/wiki/XBoard"
40026 literal "false"
40027
40028 \end_inset
40029
40030
40031 \series default
40032  erzeugt wurden.
40033 \end_layout
40034
40035 \begin_layout Description
40036 Tabelle Mit dieser Vorlage können Sie Tabellen im Format von 
40037 \series bold
40038
40039 \begin_inset CommandInset href
40040 LatexCommand href
40041 name "Gnumeric"
40042 target "http://de.wikipedia.org/wiki/Gnumeric"
40043 literal "false"
40044
40045 \end_inset
40046
40047
40048 \series default
40049
40050 \begin_inset CommandInset href
40051 LatexCommand href
40052 name "OpenDocument"
40053 target "http://de.wikipedia.org/wiki/OpenDocument"
40054 literal "false"
40055
40056 \end_inset
40057
40058
40059 \begin_inset CommandInset href
40060 LatexCommand href
40061 name "Microsoft Office XML"
40062 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40063 literal "false"
40064
40065 \end_inset
40066
40067  und 
40068 \begin_inset CommandInset href
40069 LatexCommand href
40070 name "Office Open XML"
40071 target "http://de.wikipedia.org/wiki/Office_Open_XML"
40072 literal "false"
40073
40074 \end_inset
40075
40076  einfügen.
40077  Für dieses Feature muss \SpecialChar LyX
40078  während seiner Konfiguration das Programm 
40079 \family typewriter
40080 ssconvert
40081 \family default
40082  gefunden haben.
40083  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
40084  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
40085  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
40086 ' Beispieldatei 
40087 \emph on
40088 spreadsheet.lyx
40089 \emph default
40090 .
40091 \end_layout
40092
40093 \begin_layout Description
40094 Vektorgrafik Diese Vorlage kann für Vektorgrafiken benutzt werden.
40095  Die Bilddateien können im Dialogfenster 
40096 \family sans
40097 Externes
40098 \begin_inset space ~
40099 \end_inset
40100
40101 Material
40102 \family default
40103  genauso behandelt werden, wie die mit dem normalen 
40104 \family sans
40105 Grafik
40106 \family default
40107 -Dialog eingefügten, siehe Abschnitt
40108 \begin_inset space ~
40109 \end_inset
40110
40111
40112 \begin_inset CommandInset ref
40113 LatexCommand ref
40114 reference "abs:Grafik-Dialog"
40115
40116 \end_inset
40117
40118 .
40119  Hier ist eine eingefügte Vektorgrafik: 
40120 \begin_inset External
40121         template VectorGraphics
40122         filename ../clipart/SVG-Drawing.svg
40123         lyxscale 50
40124         scale 33
40125
40126 \end_inset
40127
40128
40129 \end_layout
40130
40131 \begin_layout Description
40132 Xfig-Abbildung Diese Vorlage unterstützt Bilder, die mit dem Programm 
40133 \begin_inset CommandInset href
40134 LatexCommand href
40135 name "Xfig"
40136 target "http://de.wikipedia.org/wiki/Xfig"
40137 literal "false"
40138
40139 \end_inset
40140
40141  erzeugt wurden.
40142 \end_layout
40143
40144 \begin_layout Standard
40145 Wenn Sie im Dialogfenster
40146 \family sans
40147  Externes
40148 \begin_inset space ~
40149 \end_inset
40150
40151 Material 
40152 \family default
40153 in der Karteikarte
40154 \family sans
40155  Datei
40156 \family default
40157  die Option 
40158 \family sans
40159 Entwurf
40160 \family default
40161  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
40162 \begin_inset Newline newline
40163 \end_inset
40164
40165 \SpecialChar LyX
40166  kann externes Material entweder als Box wie hier:
40167 \begin_inset Newline newline
40168 \end_inset
40169
40170
40171 \begin_inset Graphics
40172         filename clipart/ExternesMaterial.png
40173         scale 95
40174         scaleBeforeRotation
40175
40176 \end_inset
40177
40178  oder als Bild darstellen.
40179  Das hängt davon ab, ob Sie im Dialog
40180 \family sans
40181  
40182 \family default
40183 in der Karteikarte 
40184 \family sans
40185 LaTeX- und LyX-Optionen
40186 \family default
40187  die Option 
40188 \family sans
40189 In
40190 \begin_inset space ~
40191 \end_inset
40192
40193 LyX
40194 \begin_inset space ~
40195 \end_inset
40196
40197 anzeigen
40198 \family default
40199  gewählt haben oder nicht.
40200 \end_layout
40201
40202 \begin_layout Standard
40203 Im \SpecialChar LyX
40204 -Handbuch 
40205 \family sans
40206 \emph on
40207 Anpassung
40208 \family default
40209 \emph default
40210  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
40211 \end_layout
40212
40213 \begin_layout Section
40214 Unterdokumente
40215 \begin_inset CommandInset label
40216 LatexCommand label
40217 name "abs:Unterdokumente"
40218
40219 \end_inset
40220
40221
40222 \begin_inset Index idx
40223 status collapsed
40224
40225 \begin_layout Plain Layout
40226 Unterdokument
40227 \end_layout
40228
40229 \end_inset
40230
40231
40232 \end_layout
40233
40234 \begin_layout Standard
40235 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
40236  oder Abschnitten bestehen.
40237  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
40238  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
40239  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
40240  z.
40241 \begin_inset space \thinspace{}
40242 \end_inset
40243
40244 B.
40245  den \SpecialChar LaTeX
40246 -Vorspann, das Literaturverzeichnis und Querverweismarken.
40247 \end_layout
40248
40249 \begin_layout Standard
40250 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
40251  müssen, geben Sie im Unterdokument im Menü
40252 \family sans
40253  Dokument\SpecialChar menuseparator
40254 Einstellungen\SpecialChar menuseparator
40255 Dokumentklasse
40256 \family default
40257  das Hauptdokument an.
40258  Dieses wird dann von \SpecialChar LyX
40259  im Hintergrund benutzt, wenn Sie das Unterdokument
40260  bearbeiten.
40261 \end_layout
40262
40263 \begin_layout Standard
40264 Unterdokumente werden in \SpecialChar LyX
40265  als Box angezeigt: 
40266 \begin_inset Graphics
40267         filename ../clipart/ChildDocument.png
40268         scale 95
40269         scaleBeforeRotation
40270
40271 \end_inset
40272
40273  Sie werden über
40274 \family sans
40275  Einfügen\SpecialChar menuseparator
40276 Datei\SpecialChar menuseparator
40277 Unterdokument
40278 \family default
40279  eingebunden, was das Dialogfenster
40280 \family sans
40281  Unterdokument
40282 \family default
40283  öffnet.
40284  Für 
40285 \family sans
40286 die Art
40287 \begin_inset space ~
40288 \end_inset
40289
40290 der
40291 \begin_inset space ~
40292 \end_inset
40293
40294 Einbindung
40295 \family default
40296  gibt es dort vier Möglichkeiten:
40297 \end_layout
40298
40299 \begin_layout Description
40300 Include Sie können \SpecialChar LyX
40301 - und \SpecialChar LaTeX
40302 -Dokumente einbinden.
40303  Wenn Sie im Dialogfenster
40304 \family sans
40305  Unterdokument
40306 \family default
40307  auf 
40308 \family sans
40309 Bearbeiten
40310 \family default
40311  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
40312  und Sie können es editieren.
40313 \begin_inset Newline newline
40314 \end_inset
40315
40316
40317 \end_layout
40318
40319 \begin_layout Standard
40320 Hier wird ein Unterdokument
40321 \family sans
40322  
40323 \family default
40324 per 
40325 \family sans
40326 Include
40327 \family default
40328  eingebunden: 
40329 \begin_inset CommandInset include
40330 LatexCommand include
40331 filename "DummyDocument1.lyx"
40332
40333 \end_inset
40334
40335 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
40336  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
40337  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
40338 s.
40339  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
40340 \begin_inset space ~
40341 \end_inset
40342
40343
40344 \begin_inset CommandInset ref
40345 LatexCommand ref
40346 reference "uab:Externer-Unterabschnitt-1"
40347
40348 \end_inset
40349
40350 .
40351 \end_layout
40352
40353 \begin_layout Standard
40354 Der \SpecialChar LaTeX
40355 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
40356  wird benutzt.
40357  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
40358  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
40359  Unterdokumente, die per 
40360 \family sans
40361 Include
40362 \family default
40363  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
40364  und enden mit einem Seitenumbruch.
40365 \end_layout
40366
40367 \begin_layout Standard
40368 \begin_inset Note Greyedout
40369 status open
40370
40371 \begin_layout Plain Layout
40372
40373 \series bold
40374 Bemerkung:
40375 \series default
40376  Wenn Sie eine \SpecialChar LyX
40377 - oder \SpecialChar LaTeX
40378 -Datei eingebunden haben, werden Sie beim Export oder
40379  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
40380  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
40381  führen wird.
40382 \end_layout
40383
40384 \end_inset
40385
40386
40387 \end_layout
40388
40389 \begin_layout Description
40390 Input Diese Methode ist 
40391 \family sans
40392 Include
40393 \family default
40394  sehr ähnlich mit folgenden Unterschieden:
40395 \end_layout
40396
40397 \begin_deeper
40398 \begin_layout Itemize
40399 Unterdokumente, die per 
40400 \family sans
40401 Input
40402 \family default
40403  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
40404  Seite und enden NICHT mit einem Seitenumbruch.
40405 \end_layout
40406
40407 \begin_layout Itemize
40408 Unterdokumente, die per 
40409 \family sans
40410 Input
40411 \family default
40412  eingebunden werden, können in \SpecialChar LyX
40413  angesehen werden, wenn im Dialogfenster
40414 \family sans
40415  Unterdokument Vorschau
40416 \begin_inset space ~
40417 \end_inset
40418
40419 anzeigen
40420 \family default
40421  angekreuzt wurde und in den \SpecialChar LyX
40422 -Einstellungen unter
40423 \family sans
40424  Aussehen
40425 \begin_inset space ~
40426 \end_inset
40427
40428 &
40429 \begin_inset space ~
40430 \end_inset
40431
40432 Handhabung\SpecialChar menuseparator
40433 Grafik\SpecialChar menuseparator
40434 Sofortige
40435 \begin_inset space ~
40436 \end_inset
40437
40438 Vorschau
40439 \family default
40440  auf 
40441 \family sans
40442 An
40443 \family default
40444  gesetzt wurde.
40445  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
40446  aus.
40447 \end_layout
40448
40449 \begin_layout Itemize
40450 Unterdokumente, die per 
40451 \family sans
40452 Input
40453 \family default
40454  eingebunden werden, können nicht über das Menü 
40455 \family sans
40456 Dokument\SpecialChar menuseparator
40457 Einstellungen\SpecialChar menuseparator
40458 Unterdokumente
40459 \family default
40460  unterdrückt werden.
40461 \end_layout
40462
40463 \end_deeper
40464 \begin_layout Standard
40465 Hier ist ein Unterdokument, das mit
40466 \family sans
40467  Input
40468 \family default
40469  eingebunden wurde: 
40470 \begin_inset CommandInset include
40471 LatexCommand input
40472 filename "DummyDocument2.lyx"
40473
40474 \end_inset
40475
40476 .
40477 \end_layout
40478
40479 \begin_layout Description
40480 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
40481   In der Druckvorschau wird für den Text der Stil 
40482 \family typewriter
40483 Schreibmaschine
40484 \family default
40485  verwendet.
40486  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
40487  Wenn Sie im Dialogfenster
40488 \family sans
40489  Unterdokument Leerzeichen
40490 \begin_inset space ~
40491 \end_inset
40492
40493 bei
40494 \begin_inset space ~
40495 \end_inset
40496
40497 der
40498 \begin_inset space ~
40499 \end_inset
40500
40501 Ausgabe
40502 \begin_inset space ~
40503 \end_inset
40504
40505 kennzeichnen 
40506 \family default
40507 ankreuzen, wird in der Druckvorschau das Zeichen 
40508 \begin_inset Quotes gld
40509 \end_inset
40510
40511
40512 \begin_inset ERT
40513 status collapsed
40514
40515 \begin_layout Plain Layout
40516
40517
40518 \backslash
40519 textvisiblespace 
40520 \end_layout
40521
40522 \end_inset
40523
40524
40525 \begin_inset Quotes grd
40526 \end_inset
40527
40528  für jedes Leerzeichen eingefügt.
40529 \begin_inset Newline newline
40530 \end_inset
40531
40532 Im Gegensatz zu 
40533 \family sans
40534 Einfügen\SpecialChar menuseparator
40535 Datei\SpecialChar menuseparator
40536 Einfacher
40537 \begin_inset space ~
40538 \end_inset
40539
40540 Text
40541 \family default
40542  wird bei 
40543 \family sans
40544 Unformatiert
40545 \family default
40546  der Dateiinhalt in \SpecialChar LyX
40547  nicht dargestellt.
40548 \end_layout
40549
40550 \begin_layout Standard
40551 Hier ist ein Unterdokument, das mit
40552 \family sans
40553  Unformatiert
40554 \family default
40555  eingebunden wurde: 
40556 \begin_inset CommandInset include
40557 LatexCommand verbatiminput
40558 filename "DummyTextDocument.txt"
40559
40560 \end_inset
40561
40562
40563 \begin_inset VSpace bigskip
40564 \end_inset
40565
40566 Hier ist ein Unterdokument, das mit
40567 \family sans
40568  Unformatiert
40569 \family default
40570  eingebunden wurde und
40571 \family sans
40572  Leerzeichen
40573 \begin_inset space ~
40574 \end_inset
40575
40576 bei
40577 \begin_inset space ~
40578 \end_inset
40579
40580 der
40581 \begin_inset space ~
40582 \end_inset
40583
40584 Ausgabe
40585 \begin_inset space ~
40586 \end_inset
40587
40588 kennzeichnen
40589 \family default
40590  angekreuzt hat: 
40591 \begin_inset CommandInset include
40592 LatexCommand verbatiminput*
40593 filename "DummyTextDocument.txt"
40594
40595 \end_inset
40596
40597
40598 \end_layout
40599
40600 \begin_layout Standard
40601 \begin_inset VSpace bigskip
40602 \end_inset
40603
40604
40605 \end_layout
40606
40607 \begin_layout Standard
40608 \begin_inset Note Greyedout
40609 status open
40610
40611 \begin_layout Plain Layout
40612
40613 \series bold
40614 Bemerkung:
40615 \series default
40616  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
40617  
40618 \family sans
40619 Unformatiert
40620 \family default
40621  eingebunden werden, am Zeilenende nicht umgebrochen.
40622 \end_layout
40623
40624 \end_inset
40625
40626
40627 \end_layout
40628
40629 \begin_layout Description
40630 Listing Dieser Typ wird in Kapitel
40631 \begin_inset space ~
40632 \end_inset
40633
40634
40635 \begin_inset CommandInset ref
40636 LatexCommand ref
40637 reference "kap:Programm-Code-Listen"
40638
40639 \end_inset
40640
40641  beschrieben.
40642 \end_layout
40643
40644 \begin_layout Standard
40645 \begin_inset Note Greyedout
40646 status open
40647
40648 \begin_layout Plain Layout
40649
40650 \series bold
40651 Bemerkung:
40652 \series default
40653  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
40654  das zu \SpecialChar LaTeX
40655 -Problemen führen.
40656 \end_layout
40657
40658 \end_inset
40659
40660
40661 \end_layout
40662
40663 \begin_layout Standard
40664 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
40665  wollen, z.
40666 \begin_inset space \thinspace{}
40667 \end_inset
40668
40669 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
40670  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
40671  Dies geschieht über das Menü 
40672 \family sans
40673 Dokument\SpecialChar menuseparator
40674 Einstellungen\SpecialChar menuseparator
40675 Unterdokumente
40676 \family default
40677 .
40678  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
40679  in die Spalte 
40680 \family sans
40681 In Ausgabe einbinden
40682 \family default
40683  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
40684  für Unterdokumente möglich ist, die per 
40685 \family sans
40686 Input
40687 \family default
40688  eingebunden wurden).
40689  Wenn die Option 
40690 \family sans
40691 Zähler und Querverweise wahren
40692 \family default
40693  aktiviert ist, sorgt \SpecialChar LyX
40694  dafür, dass alle Seitennummern, Querverweise usw.
40695 \begin_inset space ~
40696 \end_inset
40697
40698 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
40699  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
40700  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
40701  Dazu muss \SpecialChar LyX
40702  intern allerdings das gesamte Dokument prozessieren.
40703  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
40704  sind, wählen sie die Option nicht.
40705 \end_layout
40706
40707 \begin_layout Standard
40708 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
40709 \begin_inset Foot
40710 status collapsed
40711
40712 \begin_layout Plain Layout
40713 Zweige sind im Kapitel 
40714 \emph on
40715 Zweige
40716 \emph default
40717  des \SpecialChar LyX
40718
40719 \emph on
40720 -Benutzerhandbuchs
40721 \emph default
40722  erklärt.
40723 \end_layout
40724
40725 \end_inset
40726
40727  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
40728  Dateien in der Ausgabe erscheinen.
40729  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
40730  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
40731  werden.
40732 \end_layout
40733
40734 \begin_layout Chapter
40735 Programm-Code-Listen
40736 \begin_inset CommandInset label
40737 LatexCommand label
40738 name "kap:Programm-Code-Listen"
40739
40740 \end_inset
40741
40742
40743 \begin_inset Index idx
40744 status collapsed
40745
40746 \begin_layout Plain Layout
40747 Listen
40748 \end_layout
40749
40750 \end_inset
40751
40752
40753 \begin_inset Index idx
40754 status collapsed
40755
40756 \begin_layout Plain Layout
40757 Programm-Code
40758 \end_layout
40759
40760 \end_inset
40761
40762
40763 \end_layout
40764
40765 \begin_layout Standard
40766 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
40767 \family sans
40768 Einfügen\SpecialChar menuseparator
40769 Pro\SpecialChar softhyphen
40770 grammlisting
40771 \family default
40772  verwenden.
40773  Die \SpecialChar LaTeX
40774 -Pakete 
40775 \series bold
40776 listings
40777 \series default
40778
40779 \begin_inset Index idx
40780 status collapsed
40781
40782 \begin_layout Plain Layout
40783 \SpecialChar LaTeX
40784 -Pakete ! listings
40785 \end_layout
40786
40787 \end_inset
40788
40789  und 
40790 \series bold
40791 minted
40792 \series default
40793
40794 \begin_inset Index idx
40795 status collapsed
40796
40797 \begin_layout Plain Layout
40798 \SpecialChar LaTeX
40799 -Pakete ! minted
40800 \end_layout
40801
40802 \end_inset
40803
40804  können Programm-Code auf vielfältige und flexible Weise in Ihr Dokument
40805  einfügen.
40806  Man kann nur eines der Pakete in einem Dokument verwenden.
40807  
40808 \series bold
40809 listings
40810 \series default
40811  ist voreingestellt.
40812 \end_layout
40813
40814 \begin_layout Standard
40815 \begin_inset Note Note
40816 status open
40817
40818 \begin_layout Plain Layout
40819
40820 \series bold
40821 Achtung:
40822 \series default
40823  Es wird nicht empfohlen die Option 
40824 \family typewriter
40825 -shell-escape
40826 \family default
40827  zu verwenden.
40828  Sie funktioniert, ist aber ein großes Sicherheitsproblem.
40829  Die \SpecialChar LyX
40830 -Entwickler diskutieren, wie damit umzugehen ist.
40831  Diese Notiz kann erst geändert werden, bis eine Entscheidung getroffen
40832  wurde.
40833 \end_layout
40834
40835 \begin_layout Plain Layout
40836 =====
40837 \end_layout
40838
40839 \begin_layout Plain Layout
40840 Um 
40841 \series bold
40842 minted
40843 \series default
40844  zu benutzen, muss man es als Paket zur Code-Hervorhebung in den Dokumenteinstel
40845 lungen in der Rubrik 
40846 \family sans
40847 Programmlistings
40848 \family default
40849  festlegen.
40850  
40851 \series bold
40852 minted
40853 \series default
40854  benötigt zusätzlich das Modul 
40855 \family sans
40856 pygments
40857 \family default
40858  des Programms 
40859 \noun on
40860 Python
40861 \noun default
40862
40863 \begin_inset Foot
40864 status collapsed
40865
40866 \begin_layout Plain Layout
40867 Unte
40868 \family sans
40869 r \SpecialChar LyX
40870  f
40871 \family default
40872 ür Windows ist 
40873 \family sans
40874 pygments
40875 \family default
40876  bereits installiert.
40877 \end_layout
40878
40879 \end_inset
40880
40881  und die Option 
40882 \family typewriter
40883 -shell-escape
40884 \family default
40885  für den \SpecialChar LaTeX
40886 -Prozessor.
40887  Wenn Sie z.
40888 \begin_inset space \thinspace{}
40889 \end_inset
40890
40891 B.
40892  Ihr Dokument als Format 
40893 \family sans
40894 PDF
40895 \begin_inset space ~
40896 \end_inset
40897
40898 (pdflatex)
40899 \family default
40900  ansehen oder exportieren wollen, gehen Sie in die \SpecialChar LyX
40901 -Einstellungen und dort
40902  zum Abschnitt 
40903 \family sans
40904 Datei-Handhanbung\SpecialChar menuseparator
40905 Konverter
40906 \family default
40907 .
40908  gehen Sie dort auf den Eintrag 
40909 \family sans
40910 LaTeX
40911 \begin_inset space ~
40912 \end_inset
40913
40914 (pdflatex) -> PDF
40915 \begin_inset space ~
40916 \end_inset
40917
40918 (pdflatex)
40919 \family default
40920  und schauen Sie in das Feld 
40921 \family sans
40922 Konverter
40923 \family default
40924 .
40925  Dort sehen sie voreingestellt den Inhalt
40926 \begin_inset Newline newline
40927 \end_inset
40928
40929
40930 \series bold
40931 pdflatex $$i
40932 \series default
40933
40934 \begin_inset Newline newline
40935 \end_inset
40936
40937 Ändern Sie ihn nun ab zu
40938 \begin_inset Newline newline
40939 \end_inset
40940
40941
40942 \series bold
40943 pdflatex $$i -shell-escape
40944 \begin_inset Newline newline
40945 \end_inset
40946
40947
40948 \series default
40949 und drücken Sie den 
40950 \family sans
40951 Ändern
40952 \family default
40953 -Knopf und anschließend 
40954 \family sans
40955 Übernehmen
40956 \family default
40957  oder 
40958 \family sans
40959 Speichern
40960 \family default
40961 .
40962  Dasselbe kann für die Ausgabeformate 
40963 \family sans
40964 PDF
40965 \begin_inset space ~
40966 \end_inset
40967
40968 (LuaTeX)
40969 \family default
40970  und 
40971 \family sans
40972 PDF
40973 \begin_inset space ~
40974 \end_inset
40975
40976 (XeTeX)
40977 \family default
40978  gemacht werden.
40979 \end_layout
40980
40981 \end_inset
40982
40983
40984 \end_layout
40985
40986 \begin_layout Standard
40987 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
40988 rmat der Programm-Code-Liste festlegen.
40989 \end_layout
40990
40991 \begin_layout Standard
40992 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
40993  Die Platzierungsoption 
40994 \family sans
40995 Eingebettetes
40996 \begin_inset space ~
40997 \end_inset
40998
40999 Listing
41000 \family default
41001  druckt das Listing in der Zeile wie hier: 
41002 \begin_inset listings
41003 lstparams "language={C++}"
41004 inline true
41005 status open
41006
41007 \begin_layout Plain Layout
41008
41009 int a=5;
41010 \end_layout
41011
41012 \end_inset
41013
41014
41015 \begin_inset Newline newline
41016 \end_inset
41017
41018 Die Option 
41019 \family sans
41020 Gleitobjekt
41021 \family default
41022  erzeugt ein Listing-Gleitobjekt, dessen 
41023 \family sans
41024 Platzierung 
41025 \family default
41026 Sie mit 
41027 \family sans
41028 h
41029 \family default
41030
41031 \family sans
41032 t
41033 \family default
41034
41035 \family sans
41036 b
41037 \family default
41038  und 
41039 \family sans
41040 p
41041 \family default
41042 , analog zu den in Abschnitt
41043 \begin_inset space ~
41044 \end_inset
41045
41046
41047 \begin_inset CommandInset ref
41048 LatexCommand ref
41049 reference "abs:Gleitobjekt-Platzierung"
41050
41051 \end_inset
41052
41053  beschriebenen Platzierungsoptionen festlegen können.
41054  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
41055  hintereinander angegeben, z.
41056 \begin_inset space \thinspace{}
41057 \end_inset
41058
41059 B.
41060  
41061 \begin_inset Quotes gld
41062 \end_inset
41063
41064
41065 \family sans
41066 htbp
41067 \family default
41068
41069 \begin_inset Quotes grd
41070 \end_inset
41071
41072 .
41073  Die Option 
41074 \begin_inset Quotes gld
41075 \end_inset
41076
41077 h
41078 \begin_inset Quotes grd
41079 \end_inset
41080
41081  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
41082  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
41083 \end_layout
41084
41085 \begin_layout Standard
41086 Mit dem Menü 
41087 \family sans
41088 Einfügen\SpecialChar menuseparator
41089 Legende
41090 \family default
41091  kann man für das Listing eine Beschriftung hinzufügen.
41092  Man kann Listings mit Marken versehen, um auf sie wie auf andere Gleitobjekte
41093  zu verweisen: Listing
41094 \begin_inset space ~
41095 \end_inset
41096
41097
41098 \begin_inset CommandInset ref
41099 LatexCommand ref
41100 reference "lst:Gleitendes-Programm-Listing"
41101
41102 \end_inset
41103
41104 .
41105  Mit dem Menü 
41106 \family sans
41107 Einfügen\SpecialChar menuseparator
41108 Liste
41109 \begin_inset space ~
41110 \end_inset
41111
41112 /
41113 \begin_inset space ~
41114 \end_inset
41115
41116 Inhaltsverzeichnis\SpecialChar menuseparator
41117 Listings Verzeichnis
41118 \family default
41119  kann ein Verzeichnis aller Listings eingefügt werden.
41120  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
41121 \end_layout
41122
41123 \begin_layout Standard
41124 \begin_inset listings
41125 lstparams "language=Python"
41126 inline false
41127 status open
41128
41129 \begin_layout Plain Layout
41130
41131 \begin_inset Caption Standard
41132
41133 \begin_layout Plain Layout
41134 \begin_inset CommandInset label
41135 LatexCommand label
41136 name "lst:Gleitendes-Programm-Listing"
41137
41138 \end_inset
41139
41140 Gleitendes Programm-Listing
41141 \end_layout
41142
41143 \end_inset
41144
41145 # Gleitendes Programm-Listing
41146 \end_layout
41147
41148 \begin_layout Plain Layout
41149
41150 def func(param):
41151 \end_layout
41152
41153 \begin_layout Plain Layout
41154
41155     'Dies ist eine Python-Funktion'
41156 \end_layout
41157
41158 \begin_layout Plain Layout
41159
41160     pass
41161 \end_layout
41162
41163 \end_inset
41164
41165
41166 \end_layout
41167
41168 \begin_layout Standard
41169 \begin_inset Note Greyedout
41170 status open
41171
41172 \begin_layout Plain Layout
41173
41174 \series bold
41175 Bemerkung: 
41176 \series default
41177 Das Paket 
41178 \series bold
41179 listings
41180 \series default
41181  setzt Beschriftungen standardmäßig vor das Listing.
41182 \begin_inset Newline newline
41183 \end_inset
41184
41185 Das Paket 
41186 \series bold
41187 minted
41188 \series default
41189  setzt sie standardmäßig vor das Listing, wenn es gleitend ist.
41190  Ansonsten wird die Beschriftung vor das Listing gesetzt, wenn die Marke
41191  in die erste Zeile eingefügt wurde, ansonsten hinter das Listing.
41192  Um die Beschriftung in jedem Fall vor das Listing zu setzen, müssen diese
41193  Zeilen als Letztes zum \SpecialChar LaTeX
41194 -Vorspann hinzugefügt werden:
41195 \begin_inset Newline newline
41196 \end_inset
41197
41198
41199 \series bold
41200
41201 \backslash
41202 @ifundefined{newfloat}
41203 \begin_inset Newline newline
41204 \end_inset
41205
41206
41207 \begin_inset Phantom HPhantom
41208 status open
41209
41210 \begin_layout Plain Layout
41211 \begin_inset space ~
41212 \end_inset
41213
41214
41215 \end_layout
41216
41217 \end_inset
41218
41219 {
41220 \backslash
41221 usepackage{float}}{}
41222 \begin_inset Newline newline
41223 \end_inset
41224
41225
41226 \backslash
41227 floatstyle{plaintop}
41228 \series default
41229
41230 \begin_inset Note Note
41231 status collapsed
41232
41233 \begin_layout Plain Layout
41234 Das Paket 
41235 \series bold
41236 float
41237 \series default
41238  wird automatisch von \SpecialChar LyX
41239  geladen, wenn Sie spezielle dokumentweite Gleitobjektplat
41240 zierungen verwenden.
41241  Der Befehl 
41242 \series bold
41243
41244 \backslash
41245 @ifundefined
41246 \series default
41247  vermeidet, dass es in diesem Fall doppelt geladen wird.
41248 \end_layout
41249
41250 \end_inset
41251
41252
41253 \end_layout
41254
41255 \end_inset
41256
41257
41258 \end_layout
41259
41260 \begin_layout Standard
41261 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
41262  der Sprache erkannt und besonders gedruckt, wie 
41263 \emph on
41264 #
41265 \emph default
41266
41267 \emph on
41268 def
41269 \emph default
41270  und 
41271 \emph on
41272 pass
41273 \emph default
41274  in Listing
41275 \begin_inset space ~
41276 \end_inset
41277
41278
41279 \begin_inset CommandInset ref
41280 LatexCommand ref
41281 reference "lst:Gleitendes-Programm-Listing"
41282
41283 \end_inset
41284
41285 .
41286 \end_layout
41287
41288 \begin_layout Standard
41289 \begin_inset Note Greyedout
41290 status open
41291
41292 \begin_layout Plain Layout
41293
41294 \series bold
41295 Bemerkung:
41296 \series default
41297  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
41298 \family typewriter
41299 Schreib\SpecialChar softhyphen
41300 maschine
41301 \family default
41302  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
41303 h keine fett gedruckten Buchstaben.
41304  Wählen Sie in diesem Fall eine andere Schrift im Menü 
41305 \family sans
41306 Dokument\SpecialChar menuseparator
41307 Einstellungen\SpecialChar menuseparator
41308 Schriften
41309 \family default
41310 .
41311  (Die Schriften 
41312 \emph on
41313 LuxiMono, BeraMono
41314 \emph default
41315  und 
41316 \emph on
41317 Courier
41318 \emph default
41319  enthalten fett gedruckte Buchstaben.)
41320 \end_layout
41321
41322 \end_inset
41323
41324
41325 \end_layout
41326
41327 \begin_layout Standard
41328 Im Abschnitt 
41329 \family sans
41330 Zeilennummerierung
41331 \family default
41332  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
41333 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
41334  jede wievielte Zeile nummeriert werden soll und die 
41335 \family sans
41336 Schriftgröße
41337 \family default
41338  der Nummerierung.
41339 \end_layout
41340
41341 \begin_layout Standard
41342 Im Abschnitt 
41343 \family sans
41344 Bereich
41345 \family default
41346  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
41347  Im Abschnitt 
41348 \family sans
41349 Stil
41350 \family default
41351  legen Sie fest, wie die Liste ausgedruckt werden soll.
41352  Die Option 
41353 \family sans
41354 Erweiterte
41355 \begin_inset space ~
41356 \end_inset
41357
41358 Zeichentabelle
41359 \family default
41360  ist nur für das Paket 
41361 \series bold
41362 listings
41363 \series default
41364  relevant und sollte verwendet werden, wenn nationale Zeichen wie Umlaute
41365  benutzt werden.
41366 \end_layout
41367
41368 \begin_layout Standard
41369 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
41370 \begin_inset Quotes gld
41371 \end_inset
41372
41373 3
41374 \begin_inset Quotes grd
41375 \end_inset
41376
41377 , Sprache 
41378 \begin_inset Quotes gld
41379 \end_inset
41380
41381 Python
41382 \begin_inset Quotes grd
41383 \end_inset
41384
41385 , Optionen 
41386 \begin_inset Quotes gld
41387 \end_inset
41388
41389 Erweiterte Zeichentabelle
41390 \begin_inset Quotes grd
41391 \end_inset
41392
41393  und 
41394 \begin_inset Quotes gld
41395 \end_inset
41396
41397 Leerzeichen als Symbol
41398 \begin_inset Quotes grd
41399 \end_inset
41400
41401  und Bereich Zeilen 3
41402 \begin_inset space \thinspace{}
41403 \end_inset
41404
41405 -
41406 \begin_inset space \thinspace{}
41407 \end_inset
41408
41409 8:
41410 \end_layout
41411
41412 \begin_layout Standard
41413 \begin_inset listings
41414 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
41415 inline false
41416 status open
41417
41418 \begin_layout Plain Layout
41419
41420 def func(param):
41421 \end_layout
41422
41423 \begin_layout Plain Layout
41424
41425     'Dies ist eine Python-Funktion'
41426 \end_layout
41427
41428 \begin_layout Plain Layout
41429
41430     pass
41431 \end_layout
41432
41433 \begin_layout Plain Layout
41434
41435 def func(param):
41436 \end_layout
41437
41438 \begin_layout Plain Layout
41439
41440 'Sonderzeichen: Tschüß'
41441 \end_layout
41442
41443 \begin_layout Plain Layout
41444
41445 pass
41446 \end_layout
41447
41448 \begin_layout Plain Layout
41449
41450 def func(param):
41451 \end_layout
41452
41453 \begin_layout Plain Layout
41454
41455 'Dies ist eine Python-Funktion'
41456 \end_layout
41457
41458 \begin_layout Plain Layout
41459
41460 pass
41461 \end_layout
41462
41463 \end_inset
41464
41465
41466 \end_layout
41467
41468 \begin_layout Standard
41469 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
41470 \family sans
41471 Tabulatorgröße
41472 \family default
41473  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
41474 \end_layout
41475
41476 \begin_layout Standard
41477 \noindent
41478 \begin_inset Note Greyedout
41479 status open
41480
41481 \begin_layout Plain Layout
41482
41483 \series bold
41484 Bemerkung:
41485 \series default
41486  Wegen eines Fehlers im 
41487 \series bold
41488 listings
41489 \series default
41490 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
41491  verschoben.
41492  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
41493  Listing nummeriert werden.
41494 \end_layout
41495
41496 \end_inset
41497
41498
41499 \end_layout
41500
41501 \begin_layout Standard
41502 \begin_inset VSpace bigskip
41503 \end_inset
41504
41505
41506 \end_layout
41507
41508 \begin_layout Standard
41509 \noindent
41510 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
41511  Das machen Sie mit
41512 \family sans
41513  Einfügen\SpecialChar menuseparator
41514 Datei\SpecialChar menuseparator
41515 Unterdokument
41516 \family default
41517  und der 
41518 \family sans
41519 Art
41520 \begin_inset space ~
41521 \end_inset
41522
41523 der
41524 \begin_inset space ~
41525 \end_inset
41526
41527 Einbindung
41528 \family default
41529  
41530 \family sans
41531 Listing
41532 \family default
41533 .
41534 \begin_inset Foot
41535 status collapsed
41536
41537 \begin_layout Plain Layout
41538 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
41539 \begin_inset space ~
41540 \end_inset
41541
41542
41543 \begin_inset CommandInset ref
41544 LatexCommand ref
41545 reference "abs:Unterdokumente"
41546
41547 \end_inset
41548
41549  beschrieben.
41550 \end_layout
41551
41552 \end_inset
41553
41554  Im Dialogfenster
41555 \family sans
41556  Unterdokument
41557 \family default
41558  können Sie die Listing-Parameter unter 
41559 \family sans
41560 Weitere
41561 \begin_inset space ~
41562 \end_inset
41563
41564 Parameter
41565 \family default
41566  eingeben.
41567  Wenn Sie dort ein Fragezeichen 
41568 \begin_inset Quotes gld
41569 \end_inset
41570
41571 ?
41572 \begin_inset Quotes grd
41573 \end_inset
41574
41575  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
41576 det.
41577 \end_layout
41578
41579 \begin_layout Standard
41580 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
41581  Text ins Feld 
41582 \family sans
41583 Marke
41584 \family default
41585 , auf die dann wie üblich verwiesen werden kann.
41586 \end_layout
41587
41588 \begin_layout Standard
41589 Listing
41590 \begin_inset space ~
41591 \end_inset
41592
41593
41594 \begin_inset CommandInset ref
41595 LatexCommand ref
41596 reference "lst:Datei-Listing"
41597
41598 \end_inset
41599
41600  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
41601 \begin_inset space \thinspace{}
41602 \end_inset
41603
41604 -
41605 \begin_inset space \thinspace{}
41606 \end_inset
41607
41608 15 gedruckt werden.
41609 \end_layout
41610
41611 \begin_layout Standard
41612 \begin_inset CommandInset include
41613 LatexCommand lstinputlisting
41614 filename "EmbeddedObjects.lyx"
41615 lstparams "breaklines=true,extendedchars=true,firstline=10,language={[LaTeX]TeX},lastline=15,literate={{À}{{\\\"a}}1 {ö}{{\\\"o}}1 {ÃŒ}{{\\\"u}}1},caption={Zeilen 10 - 15 dieser LyX-Datei},label={lst:Datei-Listing}"
41616
41617 \end_inset
41618
41619
41620 \end_layout
41621
41622 \begin_layout Standard
41623 \begin_inset VSpace bigskip
41624 \end_inset
41625
41626
41627 \end_layout
41628
41629 \begin_layout Standard
41630 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
41631 \end_layout
41632
41633 \begin_layout Enumerate
41634 Öffnen Sie die Listings-Einstellungen und fügen
41635 \begin_inset Newline newline
41636 \end_inset
41637
41638
41639 \family sans
41640 mathescape=true
41641 \family default
41642
41643 \begin_inset Newline newline
41644 \end_inset
41645
41646 in das Feld des Tabs 
41647 \family sans
41648 Erweitert
41649 \family default
41650  ein
41651 \end_layout
41652
41653 \begin_layout Enumerate
41654 Erstellen Sie eine Formel außerhalb des Listings
41655 \end_layout
41656
41657 \begin_layout Enumerate
41658 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
41659 blage (Tastenkürzel 
41660 \family sans
41661 Ctrl+C
41662 \family default
41663 )
41664 \end_layout
41665
41666 \begin_layout Enumerate
41667 Schreiben sie 
41668 \begin_inset Quotes gld
41669 \end_inset
41670
41671
41672 \family sans
41673 $$
41674 \family default
41675
41676 \begin_inset Quotes grd
41677 \end_inset
41678
41679  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
41680 hen (Tastenkürzel 
41681 \family sans
41682 Ctrl+V
41683 \family default
41684 )
41685 \end_layout
41686
41687 \begin_layout Standard
41688 \begin_inset listings
41689 lstparams "language=Python,mathescape=true"
41690 inline false
41691 status open
41692
41693 \begin_layout Plain Layout
41694
41695 \begin_inset Caption Standard
41696
41697 \begin_layout Plain Layout
41698 Programm-Listing mit einer Formel
41699 \end_layout
41700
41701 \end_inset
41702
41703 # Beispiel-Programm-Listing
41704 \end_layout
41705
41706 \begin_layout Plain Layout
41707
41708 def func(param):
41709 \end_layout
41710
41711 \begin_layout Plain Layout
41712
41713     # $
41714 \backslash
41715 prod_{n=1}^{
41716 \backslash
41717 infty}
41718 \backslash
41719 ,
41720 \backslash
41721 frac{1}{x^{2}}$
41722 \end_layout
41723
41724 \begin_layout Plain Layout
41725
41726     pass
41727 \end_layout
41728
41729 \end_inset
41730
41731
41732 \end_layout
41733
41734 \begin_layout Standard
41735 \begin_inset VSpace bigskip
41736 \end_inset
41737
41738
41739 \end_layout
41740
41741 \begin_layout Standard
41742 \noindent
41743 Dokumentweite Listing-Eigenschaften können im Dialog 
41744 \family sans
41745 Dokument\SpecialChar menuseparator
41746 Einstellungen\SpecialChar menuseparator
41747 Listing
41748 \family default
41749  festgelegt werden.
41750  Dort bekommt man durch Eingabe eines Fragezeichens 
41751 \begin_inset Quotes gld
41752 \end_inset
41753
41754 ?
41755 \begin_inset Quotes grd
41756 \end_inset
41757
41758  eine Liste aller möglichen Parameter.
41759 \end_layout
41760
41761 \begin_layout Standard
41762 Weitere Informationen über die Pakete 
41763 \series bold
41764 listings
41765 \series default
41766  und 
41767 \series bold
41768 minted
41769 \series default
41770 , siehe 
41771 \begin_inset CommandInset citation
41772 LatexCommand cite
41773 key "listings,minted"
41774 literal "true"
41775
41776 \end_inset
41777
41778 .
41779 \end_layout
41780
41781 \begin_layout Chapter
41782 \start_of_appendix
41783 In \SpecialChar LyX
41784  verfügbare Maßeinheiten
41785 \begin_inset CommandInset label
41786 LatexCommand label
41787 name "kap:In-LyX-verfügbare"
41788
41789 \end_inset
41790
41791
41792 \begin_inset Index idx
41793 status collapsed
41794
41795 \begin_layout Plain Layout
41796 Einheiten
41797 \end_layout
41798
41799 \end_inset
41800
41801
41802 \end_layout
41803
41804 \begin_layout Standard
41805 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
41806  Tabelle
41807 \begin_inset space ~
41808 \end_inset
41809
41810
41811 \begin_inset CommandInset ref
41812 LatexCommand ref
41813 reference "tab:Maßeinheiten"
41814
41815 \end_inset
41816
41817  alle in \SpecialChar LyX
41818  verfügbaren Maßeinheiten.
41819 \end_layout
41820
41821 \begin_layout Standard
41822 \begin_inset Float table
41823 placement h
41824 wide false
41825 sideways false
41826 status open
41827
41828 \begin_layout Plain Layout
41829 \begin_inset Caption Standard
41830
41831 \begin_layout Plain Layout
41832 \begin_inset CommandInset label
41833 LatexCommand label
41834 name "tab:Maßeinheiten"
41835
41836 \end_inset
41837
41838 Maßeinheiten
41839 \end_layout
41840
41841 \end_inset
41842
41843
41844 \end_layout
41845
41846 \begin_layout Plain Layout
41847 \begin_inset VSpace medskip
41848 \end_inset
41849
41850
41851 \end_layout
41852
41853 \begin_layout Plain Layout
41854 \align center
41855 \begin_inset Tabular
41856 <lyxtabular version="3" rows="21" columns="3">
41857 <features tabularvalignment="middle">
41858 <column alignment="center" valignment="top">
41859 <column alignment="center" valignment="middle" width="50col%">
41860 <column alignment="center" valignment="top">
41861 <row>
41862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41863 \begin_inset Text
41864
41865 \begin_layout Plain Layout
41866 Maßeinheit
41867 \end_layout
41868
41869 \end_inset
41870 </cell>
41871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41872 \begin_inset Text
41873
41874 \begin_layout Plain Layout
41875 Name/Beschreibung
41876 \end_layout
41877
41878 \end_inset
41879 </cell>
41880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41881 \begin_inset Text
41882
41883 \begin_layout Plain Layout
41884 \SpecialChar LaTeX
41885 -Befehl
41886 \end_layout
41887
41888 \end_inset
41889 </cell>
41890 </row>
41891 <row>
41892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41893 \begin_inset Text
41894
41895 \begin_layout Plain Layout
41896 bp
41897 \end_layout
41898
41899 \end_inset
41900 </cell>
41901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41902 \begin_inset Text
41903
41904 \begin_layout Plain Layout
41905 großer Punkt (72
41906 \begin_inset space \thinspace{}
41907 \end_inset
41908
41909 bp = 1
41910 \begin_inset space \thinspace{}
41911 \end_inset
41912
41913 in)
41914 \end_layout
41915
41916 \end_inset
41917 </cell>
41918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41919 \begin_inset Text
41920
41921 \begin_layout Plain Layout
41922 -
41923 \end_layout
41924
41925 \end_inset
41926 </cell>
41927 </row>
41928 <row>
41929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41930 \begin_inset Text
41931
41932 \begin_layout Plain Layout
41933 cc
41934 \end_layout
41935
41936 \end_inset
41937 </cell>
41938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41939 \begin_inset Text
41940
41941 \begin_layout Plain Layout
41942 Cicero (1
41943 \begin_inset space \thinspace{}
41944 \end_inset
41945
41946 cc = 12
41947 \begin_inset space \thinspace{}
41948 \end_inset
41949
41950 dd)
41951 \end_layout
41952
41953 \end_inset
41954 </cell>
41955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41956 \begin_inset Text
41957
41958 \begin_layout Plain Layout
41959 -
41960 \end_layout
41961
41962 \end_inset
41963 </cell>
41964 </row>
41965 <row>
41966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41967 \begin_inset Text
41968
41969 \begin_layout Plain Layout
41970 cm
41971 \end_layout
41972
41973 \end_inset
41974 </cell>
41975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41976 \begin_inset Text
41977
41978 \begin_layout Plain Layout
41979 Zentimeter
41980 \end_layout
41981
41982 \end_inset
41983 </cell>
41984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41985 \begin_inset Text
41986
41987 \begin_layout Plain Layout
41988 -
41989 \end_layout
41990
41991 \end_inset
41992 </cell>
41993 </row>
41994 <row>
41995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41996 \begin_inset Text
41997
41998 \begin_layout Plain Layout
41999 dd
42000 \end_layout
42001
42002 \end_inset
42003 </cell>
42004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42005 \begin_inset Text
42006
42007 \begin_layout Plain Layout
42008 Didot (1
42009 \begin_inset space \thinspace{}
42010 \end_inset
42011
42012 dd 
42013 \begin_inset Formula $\approx$
42014 \end_inset
42015
42016  0,376
42017 \begin_inset space \thinspace{}
42018 \end_inset
42019
42020 mm)
42021 \end_layout
42022
42023 \end_inset
42024 </cell>
42025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42026 \begin_inset Text
42027
42028 \begin_layout Plain Layout
42029 -
42030 \end_layout
42031
42032 \end_inset
42033 </cell>
42034 </row>
42035 <row>
42036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42037 \begin_inset Text
42038
42039 \begin_layout Plain Layout
42040 em
42041 \end_layout
42042
42043 \end_inset
42044 </cell>
42045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42046 \begin_inset Text
42047
42048 \begin_layout Plain Layout
42049 Die Breite des Buchstabens 
42050 \emph on
42051 M
42052 \emph default
42053  im aktiven Zeichensatz
42054 \end_layout
42055
42056 \end_inset
42057 </cell>
42058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42059 \begin_inset Text
42060
42061 \begin_layout Plain Layout
42062 -
42063 \end_layout
42064
42065 \end_inset
42066 </cell>
42067 </row>
42068 <row>
42069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42070 \begin_inset Text
42071
42072 \begin_layout Plain Layout
42073 ex
42074 \end_layout
42075
42076 \end_inset
42077 </cell>
42078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42079 \begin_inset Text
42080
42081 \begin_layout Plain Layout
42082 Die Höhe des Buchstabens 
42083 \emph on
42084 x
42085 \emph default
42086  im aktiven Zeichensatz
42087 \end_layout
42088
42089 \end_inset
42090 </cell>
42091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42092 \begin_inset Text
42093
42094 \begin_layout Plain Layout
42095 -
42096 \end_layout
42097
42098 \end_inset
42099 </cell>
42100 </row>
42101 <row>
42102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42103 \begin_inset Text
42104
42105 \begin_layout Plain Layout
42106 in
42107 \end_layout
42108
42109 \end_inset
42110 </cell>
42111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42112 \begin_inset Text
42113
42114 \begin_layout Plain Layout
42115 Zoll (1
42116 \begin_inset space \thinspace{}
42117 \end_inset
42118
42119 in = 2.54
42120 \begin_inset space \thinspace{}
42121 \end_inset
42122
42123 cm
42124 \end_layout
42125
42126 \end_inset
42127 </cell>
42128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42129 \begin_inset Text
42130
42131 \begin_layout Plain Layout
42132 -
42133 \end_layout
42134
42135 \end_inset
42136 </cell>
42137 </row>
42138 <row>
42139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42140 \begin_inset Text
42141
42142 \begin_layout Plain Layout
42143 mm
42144 \end_layout
42145
42146 \end_inset
42147 </cell>
42148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42149 \begin_inset Text
42150
42151 \begin_layout Plain Layout
42152 Millimeter
42153 \end_layout
42154
42155 \end_inset
42156 </cell>
42157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42158 \begin_inset Text
42159
42160 \begin_layout Plain Layout
42161 -
42162 \end_layout
42163
42164 \end_inset
42165 </cell>
42166 </row>
42167 <row>
42168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42169 \begin_inset Text
42170
42171 \begin_layout Plain Layout
42172 mu
42173 \end_layout
42174
42175 \end_inset
42176 </cell>
42177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42178 \begin_inset Text
42179
42180 \begin_layout Plain Layout
42181 mathematische Maßeinheit
42182 \series bold
42183  
42184 \series default
42185 (1
42186 \begin_inset space \thinspace{}
42187 \end_inset
42188
42189 mu = 1/18
42190 \begin_inset space \thinspace{}
42191 \end_inset
42192
42193 em)
42194 \end_layout
42195
42196 \end_inset
42197 </cell>
42198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42199 \begin_inset Text
42200
42201 \begin_layout Plain Layout
42202 -
42203 \end_layout
42204
42205 \end_inset
42206 </cell>
42207 </row>
42208 <row>
42209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42210 \begin_inset Text
42211
42212 \begin_layout Plain Layout
42213 pt
42214 \end_layout
42215
42216 \end_inset
42217 </cell>
42218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42219 \begin_inset Text
42220
42221 \begin_layout Plain Layout
42222 Punkt (72.27
42223 \begin_inset space \thinspace{}
42224 \end_inset
42225
42226 pt = 1
42227 \begin_inset space \thinspace{}
42228 \end_inset
42229
42230 in)
42231 \end_layout
42232
42233 \end_inset
42234 </cell>
42235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42236 \begin_inset Text
42237
42238 \begin_layout Plain Layout
42239 -
42240 \end_layout
42241
42242 \end_inset
42243 </cell>
42244 </row>
42245 <row>
42246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42247 \begin_inset Text
42248
42249 \begin_layout Plain Layout
42250 pc
42251 \end_layout
42252
42253 \end_inset
42254 </cell>
42255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42256 \begin_inset Text
42257
42258 \begin_layout Plain Layout
42259 Pica (1
42260 \begin_inset space \thinspace{}
42261 \end_inset
42262
42263 pc = 12
42264 \begin_inset space \thinspace{}
42265 \end_inset
42266
42267 pt)
42268 \end_layout
42269
42270 \end_inset
42271 </cell>
42272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42273 \begin_inset Text
42274
42275 \begin_layout Plain Layout
42276 -
42277 \end_layout
42278
42279 \end_inset
42280 </cell>
42281 </row>
42282 <row>
42283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42284 \begin_inset Text
42285
42286 \begin_layout Plain Layout
42287 sp
42288 \end_layout
42289
42290 \end_inset
42291 </cell>
42292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42293 \begin_inset Text
42294
42295 \begin_layout Plain Layout
42296 skalierter Punkt (65536
42297 \begin_inset space \thinspace{}
42298 \end_inset
42299
42300 sp = 1
42301 \begin_inset space \thinspace{}
42302 \end_inset
42303
42304 pt)
42305 \end_layout
42306
42307 \end_inset
42308 </cell>
42309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42310 \begin_inset Text
42311
42312 \begin_layout Plain Layout
42313 -
42314 \end_layout
42315
42316 \end_inset
42317 </cell>
42318 </row>
42319 <row>
42320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42321 \begin_inset Text
42322
42323 \begin_layout Plain Layout
42324 Seitenbreite %
42325 \end_layout
42326
42327 \end_inset
42328 </cell>
42329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42330 \begin_inset Text
42331
42332 \begin_layout Plain Layout
42333 % der Seitenbreite
42334 \end_layout
42335
42336 \end_inset
42337 </cell>
42338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42339 \begin_inset Text
42340
42341 \begin_layout Plain Layout
42342
42343 \backslash
42344 paperwidth
42345 \end_layout
42346
42347 \end_inset
42348 </cell>
42349 </row>
42350 <row>
42351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42352 \begin_inset Text
42353
42354 \begin_layout Plain Layout
42355 Seitenhöhe %
42356 \end_layout
42357
42358 \end_inset
42359 </cell>
42360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42361 \begin_inset Text
42362
42363 \begin_layout Plain Layout
42364 % der Seitenhöhe
42365 \end_layout
42366
42367 \end_inset
42368 </cell>
42369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42370 \begin_inset Text
42371
42372 \begin_layout Plain Layout
42373
42374 \backslash
42375 paperheight
42376 \end_layout
42377
42378 \end_inset
42379 </cell>
42380 </row>
42381 <row>
42382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42383 \begin_inset Text
42384
42385 \begin_layout Plain Layout
42386 Skalierung %
42387 \end_layout
42388
42389 \end_inset
42390 </cell>
42391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42392 \begin_inset Text
42393
42394 \begin_layout Plain Layout
42395 % der originalen Bildbreite
42396 \end_layout
42397
42398 \end_inset
42399 </cell>
42400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42401 \begin_inset Text
42402
42403 \begin_layout Plain Layout
42404
42405 \end_layout
42406
42407 \end_inset
42408 </cell>
42409 </row>
42410 <row>
42411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42412 \begin_inset Text
42413
42414 \begin_layout Plain Layout
42415 Spaltenbreite %
42416 \end_layout
42417
42418 \end_inset
42419 </cell>
42420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42421 \begin_inset Text
42422
42423 \begin_layout Plain Layout
42424 % der Spaltenbreite
42425 \end_layout
42426
42427 \end_inset
42428 </cell>
42429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42430 \begin_inset Text
42431
42432 \begin_layout Plain Layout
42433
42434 \backslash
42435 columnwidth
42436 \end_layout
42437
42438 \end_inset
42439 </cell>
42440 </row>
42441 <row>
42442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42443 \begin_inset Text
42444
42445 \begin_layout Plain Layout
42446 Textbreite %
42447 \end_layout
42448
42449 \end_inset
42450 </cell>
42451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42452 \begin_inset Text
42453
42454 \begin_layout Plain Layout
42455 % der Textbreite
42456 \end_layout
42457
42458 \end_inset
42459 </cell>
42460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42461 \begin_inset Text
42462
42463 \begin_layout Plain Layout
42464
42465 \backslash
42466 textwidth
42467 \end_layout
42468
42469 \end_inset
42470 </cell>
42471 </row>
42472 <row>
42473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42474 \begin_inset Text
42475
42476 \begin_layout Plain Layout
42477 Texthöhe %
42478 \end_layout
42479
42480 \end_inset
42481 </cell>
42482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42483 \begin_inset Text
42484
42485 \begin_layout Plain Layout
42486 % der Texthöhe
42487 \end_layout
42488
42489 \end_inset
42490 </cell>
42491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42492 \begin_inset Text
42493
42494 \begin_layout Plain Layout
42495
42496 \backslash
42497 textheight
42498 \end_layout
42499
42500 \end_inset
42501 </cell>
42502 </row>
42503 <row>
42504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42505 \begin_inset Text
42506
42507 \begin_layout Plain Layout
42508 Zeilenabstand %
42509 \end_layout
42510
42511 \end_inset
42512 </cell>
42513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42514 \begin_inset Text
42515
42516 \begin_layout Plain Layout
42517 % der Höhe zwischen Grundlinien von zwei aufeinanderfolgenden Textzeilen
42518 \end_layout
42519
42520 \end_inset
42521 </cell>
42522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42523 \begin_inset Text
42524
42525 \begin_layout Plain Layout
42526
42527 \backslash
42528 baselineskip
42529 \end_layout
42530
42531 \end_inset
42532 </cell>
42533 </row>
42534 <row>
42535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42536 \begin_inset Text
42537
42538 \begin_layout Plain Layout
42539 Zeilenbreite %
42540 \end_layout
42541
42542 \end_inset
42543 </cell>
42544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42545 \begin_inset Text
42546
42547 \begin_layout Plain Layout
42548 % der Zeilenbreite
42549 \end_layout
42550
42551 \end_inset
42552 </cell>
42553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42554 \begin_inset Text
42555
42556 \begin_layout Plain Layout
42557
42558 \backslash
42559 linewidth
42560 \end_layout
42561
42562 \end_inset
42563 </cell>
42564 </row>
42565 </lyxtabular>
42566
42567 \end_inset
42568
42569
42570 \end_layout
42571
42572 \end_inset
42573
42574
42575 \end_layout
42576
42577 \begin_layout Chapter
42578 Ausgabedatei-Formate mit Grafiken
42579 \begin_inset CommandInset label
42580 LatexCommand label
42581 name "kap:Ausgabedatei-Formate"
42582
42583 \end_inset
42584
42585
42586 \end_layout
42587
42588 \begin_layout Section
42589 DVI
42590 \begin_inset Index idx
42591 status collapsed
42592
42593 \begin_layout Plain Layout
42594 Dateiformat! DVI
42595 \end_layout
42596
42597 \end_inset
42598
42599
42600 \begin_inset Index idx
42601 status collapsed
42602
42603 \begin_layout Plain Layout
42604 DVI
42605 \end_layout
42606
42607 \end_inset
42608
42609
42610 \end_layout
42611
42612 \begin_layout Standard
42613 Dieser Dateityp hat die Erweiterung 
42614 \begin_inset Quotes gld
42615 \end_inset
42616
42617
42618 \family typewriter
42619 .dvi
42620 \family default
42621
42622 \begin_inset Quotes grd
42623 \end_inset
42624
42625  und wird 
42626 \begin_inset Quotes gld
42627 \end_inset
42628
42629 device independent
42630 \begin_inset Quotes grd
42631 \end_inset
42632
42633  genannt, weil er vollkommen portierbar ist.
42634  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
42635  dvi-Betrachter installiert hat.
42636  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
42637 ate wie PostScript benutzt.
42638 \end_layout
42639
42640 \begin_layout Standard
42641 \begin_inset Note Greyedout
42642 status open
42643
42644 \begin_layout Plain Layout
42645
42646 \series bold
42647 Bemerkung:
42648 \series default
42649  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
42650 \end_layout
42651
42652 \end_inset
42653
42654
42655 \end_layout
42656
42657 \begin_layout Standard
42658 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
42659  auf einen anderen Computer kopieren.
42660  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
42661  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
42662  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
42663 \family typewriter
42664  
42665 \family default
42666 blättern.
42667
42668 \family typewriter
42669  
42670 \family default
42671 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
42672  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
42673  
42674 \end_layout
42675
42676 \begin_layout Standard
42677 Sie können Ihr Dokument als DVI über das Menü 
42678 \family sans
42679 Datei\SpecialChar menuseparator
42680 Exportieren\SpecialChar menuseparator
42681 DVI
42682 \family default
42683  exportieren.
42684  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
42685 \family sans
42686 Ansicht
42687 \family default
42688  anschauen.
42689 \end_layout
42690
42691 \begin_layout Section
42692 PostScript
42693 \begin_inset Index idx
42694 status collapsed
42695
42696 \begin_layout Plain Layout
42697 Dateiformat  ! PostScript
42698 \end_layout
42699
42700 \end_inset
42701
42702
42703 \begin_inset Index idx
42704 status collapsed
42705
42706 \begin_layout Plain Layout
42707 PostScript
42708 \end_layout
42709
42710 \end_inset
42711
42712
42713 \end_layout
42714
42715 \begin_layout Standard
42716 Dieser Dateityp hat die Erweiterung 
42717 \begin_inset Quotes gld
42718 \end_inset
42719
42720
42721 \family typewriter
42722 .ps
42723 \family default
42724
42725 \begin_inset Quotes grd
42726 \end_inset
42727
42728 .
42729  PostScript wurde von der Firma
42730 \family typewriter
42731  Adobe
42732 \family default
42733  als Druckersprache entwickelt.
42734  Die Datei enthält deshalb Druckbefehle.
42735  PostScript kann als 
42736 \begin_inset Quotes gld
42737 \end_inset
42738
42739 Programmiersprache
42740 \begin_inset Quotes grd
42741 \end_inset
42742
42743  angesehen werden.
42744  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
42745 \begin_inset Foot
42746 status collapsed
42747
42748 \begin_layout Plain Layout
42749 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
42750  von
42751 \series bold
42752  PSTricks
42753 \series default
42754  
42755 \begin_inset CommandInset citation
42756 LatexCommand cite
42757 key "pstricks"
42758 literal "true"
42759
42760 \end_inset
42761
42762  oder 
42763 \begin_inset CommandInset citation
42764 LatexCommand cite
42765 key "latex-praxisbuch"
42766 literal "true"
42767
42768 \end_inset
42769
42770  ansehen.
42771 \end_layout
42772
42773 \end_inset
42774
42775  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
42776 \end_layout
42777
42778 \begin_layout Standard
42779 PostScript kann nur Bilder im Format EPS
42780 \begin_inset Index idx
42781 status collapsed
42782
42783 \begin_layout Plain Layout
42784 EPS
42785 \end_layout
42786
42787 \end_inset
42788
42789  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
42790 wei\SpecialChar softhyphen
42791 ter\SpecialChar softhyphen
42792 ung 
42793 \begin_inset Quotes gld
42794 \end_inset
42795
42796
42797 \family typewriter
42798 .eps
42799 \family default
42800
42801 \begin_inset Quotes grd
42802 \end_inset
42803
42804 ) enthalten.
42805  Weil \SpecialChar LyX
42806  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
42807  intern nach EPS konvertieren.
42808  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
42809  verlangsamen.
42810  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
42811  konvertieren und direkt als EPS einfügen.
42812 \end_layout
42813
42814 \begin_layout Standard
42815 Sie können Ihr Dokument als PostScript über das Menü 
42816 \family sans
42817 Datei\SpecialChar menuseparator
42818 Exportieren\SpecialChar menuseparator
42819 Post\SpecialChar softhyphen
42820 Script
42821 \family default
42822  exportieren.
42823  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
42824 \family sans
42825 Ansicht
42826 \family default
42827  anschauen.
42828 \end_layout
42829
42830 \begin_layout Section
42831 PDF
42832 \begin_inset Index idx
42833 status collapsed
42834
42835 \begin_layout Plain Layout
42836 Dateiformat! PDF
42837 \end_layout
42838
42839 \end_inset
42840
42841
42842 \begin_inset Index idx
42843 status collapsed
42844
42845 \begin_layout Plain Layout
42846 PDF
42847 \end_layout
42848
42849 \end_inset
42850
42851
42852 \end_layout
42853
42854 \begin_layout Standard
42855 Dieser Dateityp hat die Erweiterung 
42856 \begin_inset Quotes gld
42857 \end_inset
42858
42859
42860 \family typewriter
42861 .pdf
42862 \family default
42863
42864 \begin_inset Quotes grd
42865 \end_inset
42866
42867 .
42868  Das
42869 \emph on
42870  
42871 \emph default
42872
42873 \begin_inset Quotes gld
42874 \end_inset
42875
42876 Portable Document Format
42877 \begin_inset Quotes grd
42878 \end_inset
42879
42880  (PDF) wurde auch von der Firma 
42881 \family typewriter
42882 Adobe
42883 \family default
42884  als Derivat von PostScript entwickelt.
42885  Es ist komprimierter und benutzt weniger Befehle als PostScript.
42886  Wie der Begriff 
42887 \begin_inset Quotes gld
42888 \end_inset
42889
42890 portable
42891 \begin_inset Quotes grd
42892 \end_inset
42893
42894  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
42895  werden, und der Ausdruck sieht immer gleich aus.
42896 \end_layout
42897
42898 \begin_layout Standard
42899 PDF kann Bilder im eigenen PDF-Format, im Format 
42900 \begin_inset Quotes gld
42901 \end_inset
42902
42903 Joint Photographic Experts Group
42904 \begin_inset Quotes grd
42905 \end_inset
42906
42907  (JPEG
42908 \begin_inset Index idx
42909 status collapsed
42910
42911 \begin_layout Plain Layout
42912 JPG, JPEG
42913 \end_layout
42914
42915 \end_inset
42916
42917 , Datei-Erweiterung 
42918 \begin_inset Quotes gld
42919 \end_inset
42920
42921
42922 \family typewriter
42923 .jpg
42924 \family default
42925
42926 \begin_inset Quotes grd
42927 \end_inset
42928
42929  oder 
42930 \begin_inset Quotes gld
42931 \end_inset
42932
42933
42934 \family typewriter
42935 .jpeg
42936 \family default
42937
42938 \begin_inset Quotes grd
42939 \end_inset
42940
42941 ) und im Format 
42942 \begin_inset Quotes gld
42943 \end_inset
42944
42945 Portable Network Graphics
42946 \begin_inset Quotes grd
42947 \end_inset
42948
42949  (PNG
42950 \begin_inset Index idx
42951 status collapsed
42952
42953 \begin_layout Plain Layout
42954 PNG
42955 \end_layout
42956
42957 \end_inset
42958
42959 , Datei-Erweiterung 
42960 \begin_inset Quotes gld
42961 \end_inset
42962
42963
42964 \family typewriter
42965 .png
42966 \family default
42967
42968 \begin_inset Quotes grd
42969 \end_inset
42970
42971 ) enthalten.
42972  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
42973  es für Sie
42974  konvertieren wird.
42975  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
42976  wird, eines der drei erwähnten Bildformate zu benutzen.
42977 \end_layout
42978
42979 \begin_layout Standard
42980 PDF-Dateien können Sie über 
42981 \family sans
42982 Datei\SpecialChar menuseparator
42983 Exportieren
42984 \family default
42985  auf drei Arten erzeugen:
42986 \end_layout
42987
42988 \begin_layout Description
42989 PDF
42990 \begin_inset space ~
42991 \end_inset
42992
42993 (ps2pdf) benutzt das Programm
42994 \family typewriter
42995  ps2pdf
42996 \family default
42997 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
42998 Script®-Version Ihres Dokument erstellt.
42999  Die PostScript-Version wird mit dem Programm 
43000 \family typewriter
43001 dvips
43002 \family default
43003  aus einer DVI-Version erstellt.
43004  Es werden also drei Konvertierungen verwendet.
43005 \end_layout
43006
43007 \begin_layout Description
43008 PDF
43009 \begin_inset space ~
43010 \end_inset
43011
43012 (dvipdfm) benutzt das Programm 
43013 \family typewriter
43014 dvipdfm
43015 \family default
43016 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
43017  PDF konvertiert.
43018 \end_layout
43019
43020 \begin_layout Description
43021 PDF
43022 \begin_inset space ~
43023 \end_inset
43024
43025 (pdflatex) benutzt das Programm
43026 \family typewriter
43027  pdftex
43028 \family default
43029 , das Ihr Dokument direkt nach PDF konvertiert.
43030 \end_layout
43031
43032 \begin_layout Standard
43033
43034 \family sans
43035 PDF
43036 \begin_inset space ~
43037 \end_inset
43038
43039 (pdflatex)
43040 \family default
43041  wird empfohlen, weil
43042 \family typewriter
43043  pdftex
43044 \family default
43045  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
43046  ohne Probleme arbeitet.
43047  Das Programm 
43048 \family typewriter
43049 dvi\SpecialChar softhyphen
43050 pdfm
43051 \family default
43052  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
43053 \end_layout
43054
43055 \begin_layout Standard
43056 Sie können Ihr Dokument als PDF über das Menü 
43057 \family sans
43058 Datei\SpecialChar menuseparator
43059 Exportieren\SpecialChar menuseparator
43060 PDF
43061 \family default
43062  exportieren.
43063  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
43064 \family sans
43065 Ansicht
43066 \family default
43067  oder einen Werkzeugleistenknopf anschauen.
43068 \end_layout
43069
43070 \begin_layout Chapter
43071 Liste der dvips-Farbnamen
43072 \begin_inset CommandInset label
43073 LatexCommand label
43074 name "kap:Liste-der-dvips-Farbnamen"
43075
43076 \end_inset
43077
43078
43079 \end_layout
43080
43081 \begin_layout Standard
43082 \begin_inset Tabular
43083 <lyxtabular version="3" rows="17" columns="4">
43084 <features tabularvalignment="middle">
43085 <column alignment="left" valignment="top" width="0pt">
43086 <column alignment="left" valignment="top" width="0pt">
43087 <column alignment="left" valignment="top" width="0pt">
43088 <column alignment="left" valignment="top" width="0pt">
43089 <row>
43090 <cell alignment="left" valignment="top" usebox="none">
43091 \begin_inset Text
43092
43093 \begin_layout Plain Layout
43094 \begin_inset ERT
43095 status collapsed
43096
43097 \begin_layout Plain Layout
43098
43099
43100 \backslash
43101 fcolorbox{black}{
43102 \end_layout
43103
43104 \end_inset
43105
43106 white
43107 \begin_inset ERT
43108 status collapsed
43109
43110 \begin_layout Plain Layout
43111
43112 }{
43113 \end_layout
43114
43115 \end_inset
43116
43117 Farbe
43118 \begin_inset ERT
43119 status collapsed
43120
43121 \begin_layout Plain Layout
43122
43123 }
43124 \end_layout
43125
43126 \end_inset
43127
43128  Farbname
43129 \end_layout
43130
43131 \end_inset
43132 </cell>
43133 <cell alignment="left" valignment="top" usebox="none">
43134 \begin_inset Text
43135
43136 \begin_layout Plain Layout
43137 \begin_inset ERT
43138 status collapsed
43139
43140 \begin_layout Plain Layout
43141
43142
43143 \backslash
43144 fcolorbox{black}{
43145 \end_layout
43146
43147 \end_inset
43148
43149 white
43150 \begin_inset ERT
43151 status collapsed
43152
43153 \begin_layout Plain Layout
43154
43155 }{
43156 \end_layout
43157
43158 \end_inset
43159
43160 Farbe
43161 \begin_inset ERT
43162 status collapsed
43163
43164 \begin_layout Plain Layout
43165
43166 }
43167 \end_layout
43168
43169 \end_inset
43170
43171  Farbname
43172 \end_layout
43173
43174 \end_inset
43175 </cell>
43176 <cell alignment="left" valignment="top" usebox="none">
43177 \begin_inset Text
43178
43179 \begin_layout Plain Layout
43180 \begin_inset ERT
43181 status collapsed
43182
43183 \begin_layout Plain Layout
43184
43185
43186 \backslash
43187 fcolorbox{black}{
43188 \end_layout
43189
43190 \end_inset
43191
43192 white
43193 \begin_inset ERT
43194 status collapsed
43195
43196 \begin_layout Plain Layout
43197
43198 }{
43199 \end_layout
43200
43201 \end_inset
43202
43203 Farbe
43204 \begin_inset ERT
43205 status collapsed
43206
43207 \begin_layout Plain Layout
43208
43209 }
43210 \end_layout
43211
43212 \end_inset
43213
43214  Farbname
43215 \end_layout
43216
43217 \end_inset
43218 </cell>
43219 <cell alignment="left" valignment="top" usebox="none">
43220 \begin_inset Text
43221
43222 \begin_layout Plain Layout
43223 \begin_inset ERT
43224 status collapsed
43225
43226 \begin_layout Plain Layout
43227
43228
43229 \backslash
43230 fcolorbox{black}{
43231 \end_layout
43232
43233 \end_inset
43234
43235 white
43236 \begin_inset ERT
43237 status collapsed
43238
43239 \begin_layout Plain Layout
43240
43241 }{
43242 \end_layout
43243
43244 \end_inset
43245
43246 Farbe
43247 \begin_inset ERT
43248 status collapsed
43249
43250 \begin_layout Plain Layout
43251
43252 }
43253 \end_layout
43254
43255 \end_inset
43256
43257  Farbname
43258 \end_layout
43259
43260 \end_inset
43261 </cell>
43262 </row>
43263 <row>
43264 <cell alignment="center" valignment="top" usebox="none">
43265 \begin_inset Text
43266
43267 \begin_layout Plain Layout
43268 \begin_inset ERT
43269 status collapsed
43270
43271 \begin_layout Plain Layout
43272
43273
43274 \backslash
43275 fcolorbox{black}{
43276 \end_layout
43277
43278 \end_inset
43279
43280 Apricot
43281 \begin_inset ERT
43282 status collapsed
43283
43284 \begin_layout Plain Layout
43285
43286 }{
43287 \end_layout
43288
43289 \end_inset
43290
43291
43292 \begin_inset Phantom Phantom
43293 status open
43294
43295 \begin_layout Plain Layout
43296 W
43297 \end_layout
43298
43299 \end_inset
43300
43301
43302 \begin_inset ERT
43303 status collapsed
43304
43305 \begin_layout Plain Layout
43306
43307 }
43308 \end_layout
43309
43310 \end_inset
43311
43312  Apricot
43313 \end_layout
43314
43315 \end_inset
43316 </cell>
43317 <cell alignment="center" valignment="top" usebox="none">
43318 \begin_inset Text
43319
43320 \begin_layout Plain Layout
43321 \begin_inset ERT
43322 status collapsed
43323
43324 \begin_layout Plain Layout
43325
43326
43327 \backslash
43328 fcolorbox{black}{
43329 \end_layout
43330
43331 \end_inset
43332
43333 Aquamarine
43334 \begin_inset ERT
43335 status collapsed
43336
43337 \begin_layout Plain Layout
43338
43339 }{
43340 \end_layout
43341
43342 \end_inset
43343
43344
43345 \begin_inset Phantom Phantom
43346 status open
43347
43348 \begin_layout Plain Layout
43349 W
43350 \end_layout
43351
43352 \end_inset
43353
43354
43355 \begin_inset ERT
43356 status collapsed
43357
43358 \begin_layout Plain Layout
43359
43360 }
43361 \end_layout
43362
43363 \end_inset
43364
43365  Aquamarine
43366 \end_layout
43367
43368 \end_inset
43369 </cell>
43370 <cell alignment="center" valignment="top" usebox="none">
43371 \begin_inset Text
43372
43373 \begin_layout Plain Layout
43374 \begin_inset ERT
43375 status collapsed
43376
43377 \begin_layout Plain Layout
43378
43379
43380 \backslash
43381 fcolorbox{black}{
43382 \end_layout
43383
43384 \end_inset
43385
43386 Bittersweet
43387 \begin_inset ERT
43388 status collapsed
43389
43390 \begin_layout Plain Layout
43391
43392 }{
43393 \end_layout
43394
43395 \end_inset
43396
43397
43398 \begin_inset Phantom Phantom
43399 status open
43400
43401 \begin_layout Plain Layout
43402 W
43403 \end_layout
43404
43405 \end_inset
43406
43407
43408 \begin_inset ERT
43409 status collapsed
43410
43411 \begin_layout Plain Layout
43412
43413 }
43414 \end_layout
43415
43416 \end_inset
43417
43418  Bittersweet
43419 \end_layout
43420
43421 \end_inset
43422 </cell>
43423 <cell alignment="center" valignment="top" usebox="none">
43424 \begin_inset Text
43425
43426 \begin_layout Plain Layout
43427 \begin_inset ERT
43428 status collapsed
43429
43430 \begin_layout Plain Layout
43431
43432
43433 \backslash
43434 fcolorbox{black}{
43435 \end_layout
43436
43437 \end_inset
43438
43439 BlueGreen
43440 \begin_inset ERT
43441 status collapsed
43442
43443 \begin_layout Plain Layout
43444
43445 }{
43446 \end_layout
43447
43448 \end_inset
43449
43450
43451 \begin_inset Phantom Phantom
43452 status open
43453
43454 \begin_layout Plain Layout
43455 W
43456 \end_layout
43457
43458 \end_inset
43459
43460
43461 \begin_inset ERT
43462 status collapsed
43463
43464 \begin_layout Plain Layout
43465
43466 }
43467 \end_layout
43468
43469 \end_inset
43470
43471  BlueGreen
43472 \end_layout
43473
43474 \end_inset
43475 </cell>
43476 </row>
43477 <row>
43478 <cell alignment="left" valignment="top" usebox="none">
43479 \begin_inset Text
43480
43481 \begin_layout Plain Layout
43482 \begin_inset ERT
43483 status collapsed
43484
43485 \begin_layout Plain Layout
43486
43487
43488 \backslash
43489 fcolorbox{black}{
43490 \end_layout
43491
43492 \end_inset
43493
43494 BlueViolet
43495 \begin_inset ERT
43496 status collapsed
43497
43498 \begin_layout Plain Layout
43499
43500 }{
43501 \end_layout
43502
43503 \end_inset
43504
43505
43506 \begin_inset Phantom Phantom
43507 status open
43508
43509 \begin_layout Plain Layout
43510 W
43511 \end_layout
43512
43513 \end_inset
43514
43515
43516 \begin_inset ERT
43517 status collapsed
43518
43519 \begin_layout Plain Layout
43520
43521 }
43522 \end_layout
43523
43524 \end_inset
43525
43526  BlueViolet
43527 \end_layout
43528
43529 \end_inset
43530 </cell>
43531 <cell alignment="left" valignment="top" usebox="none">
43532 \begin_inset Text
43533
43534 \begin_layout Plain Layout
43535 \begin_inset ERT
43536 status collapsed
43537
43538 \begin_layout Plain Layout
43539
43540
43541 \backslash
43542 fcolorbox{black}{
43543 \end_layout
43544
43545 \end_inset
43546
43547 BrickRed
43548 \begin_inset ERT
43549 status collapsed
43550
43551 \begin_layout Plain Layout
43552
43553 }{
43554 \end_layout
43555
43556 \end_inset
43557
43558
43559 \begin_inset Phantom Phantom
43560 status open
43561
43562 \begin_layout Plain Layout
43563 W
43564 \end_layout
43565
43566 \end_inset
43567
43568
43569 \begin_inset ERT
43570 status collapsed
43571
43572 \begin_layout Plain Layout
43573
43574 }
43575 \end_layout
43576
43577 \end_inset
43578
43579  BrickRed
43580 \end_layout
43581
43582 \end_inset
43583 </cell>
43584 <cell alignment="left" valignment="top" usebox="none">
43585 \begin_inset Text
43586
43587 \begin_layout Plain Layout
43588 \begin_inset ERT
43589 status collapsed
43590
43591 \begin_layout Plain Layout
43592
43593
43594 \backslash
43595 fcolorbox{black}{
43596 \end_layout
43597
43598 \end_inset
43599
43600 Brown
43601 \begin_inset ERT
43602 status collapsed
43603
43604 \begin_layout Plain Layout
43605
43606 }{
43607 \end_layout
43608
43609 \end_inset
43610
43611
43612 \begin_inset Phantom Phantom
43613 status open
43614
43615 \begin_layout Plain Layout
43616 W
43617 \end_layout
43618
43619 \end_inset
43620
43621
43622 \begin_inset ERT
43623 status collapsed
43624
43625 \begin_layout Plain Layout
43626
43627 }
43628 \end_layout
43629
43630 \end_inset
43631
43632  Brown
43633 \end_layout
43634
43635 \end_inset
43636 </cell>
43637 <cell alignment="left" valignment="top" usebox="none">
43638 \begin_inset Text
43639
43640 \begin_layout Plain Layout
43641 \begin_inset ERT
43642 status collapsed
43643
43644 \begin_layout Plain Layout
43645
43646
43647 \backslash
43648 fcolorbox{black}{
43649 \end_layout
43650
43651 \end_inset
43652
43653 BurntOrange
43654 \begin_inset ERT
43655 status collapsed
43656
43657 \begin_layout Plain Layout
43658
43659 }{
43660 \end_layout
43661
43662 \end_inset
43663
43664
43665 \begin_inset Phantom Phantom
43666 status open
43667
43668 \begin_layout Plain Layout
43669 W
43670 \end_layout
43671
43672 \end_inset
43673
43674
43675 \begin_inset ERT
43676 status collapsed
43677
43678 \begin_layout Plain Layout
43679
43680 }
43681 \end_layout
43682
43683 \end_inset
43684
43685  BurntOrange
43686 \end_layout
43687
43688 \end_inset
43689 </cell>
43690 </row>
43691 <row>
43692 <cell alignment="left" valignment="top" usebox="none">
43693 \begin_inset Text
43694
43695 \begin_layout Plain Layout
43696 \begin_inset ERT
43697 status collapsed
43698
43699 \begin_layout Plain Layout
43700
43701
43702 \backslash
43703 fcolorbox{black}{
43704 \end_layout
43705
43706 \end_inset
43707
43708 CadetBlue
43709 \begin_inset ERT
43710 status collapsed
43711
43712 \begin_layout Plain Layout
43713
43714 }{
43715 \end_layout
43716
43717 \end_inset
43718
43719
43720 \begin_inset Phantom Phantom
43721 status open
43722
43723 \begin_layout Plain Layout
43724 W
43725 \end_layout
43726
43727 \end_inset
43728
43729
43730 \begin_inset ERT
43731 status collapsed
43732
43733 \begin_layout Plain Layout
43734
43735 }
43736 \end_layout
43737
43738 \end_inset
43739
43740  CadetBlue
43741 \end_layout
43742
43743 \end_inset
43744 </cell>
43745 <cell alignment="left" valignment="top" usebox="none">
43746 \begin_inset Text
43747
43748 \begin_layout Plain Layout
43749 \begin_inset ERT
43750 status collapsed
43751
43752 \begin_layout Plain Layout
43753
43754
43755 \backslash
43756 fcolorbox{black}{
43757 \end_layout
43758
43759 \end_inset
43760
43761 CarnationPink
43762 \begin_inset ERT
43763 status collapsed
43764
43765 \begin_layout Plain Layout
43766
43767 }{
43768 \end_layout
43769
43770 \end_inset
43771
43772
43773 \begin_inset Phantom Phantom
43774 status open
43775
43776 \begin_layout Plain Layout
43777 W
43778 \end_layout
43779
43780 \end_inset
43781
43782
43783 \begin_inset ERT
43784 status collapsed
43785
43786 \begin_layout Plain Layout
43787
43788 }
43789 \end_layout
43790
43791 \end_inset
43792
43793  CarnationPink
43794 \end_layout
43795
43796 \end_inset
43797 </cell>
43798 <cell alignment="left" valignment="top" usebox="none">
43799 \begin_inset Text
43800
43801 \begin_layout Plain Layout
43802 \begin_inset ERT
43803 status collapsed
43804
43805 \begin_layout Plain Layout
43806
43807
43808 \backslash
43809 fcolorbox{black}{
43810 \end_layout
43811
43812 \end_inset
43813
43814 Cerulean
43815 \begin_inset ERT
43816 status collapsed
43817
43818 \begin_layout Plain Layout
43819
43820 }{
43821 \end_layout
43822
43823 \end_inset
43824
43825
43826 \begin_inset Phantom Phantom
43827 status open
43828
43829 \begin_layout Plain Layout
43830 W
43831 \end_layout
43832
43833 \end_inset
43834
43835
43836 \begin_inset ERT
43837 status collapsed
43838
43839 \begin_layout Plain Layout
43840
43841 }
43842 \end_layout
43843
43844 \end_inset
43845
43846  Cerulean
43847 \end_layout
43848
43849 \end_inset
43850 </cell>
43851 <cell alignment="left" valignment="top" usebox="none">
43852 \begin_inset Text
43853
43854 \begin_layout Plain Layout
43855 \begin_inset ERT
43856 status collapsed
43857
43858 \begin_layout Plain Layout
43859
43860
43861 \backslash
43862 fcolorbox{black}{
43863 \end_layout
43864
43865 \end_inset
43866
43867 CornflowerBlue
43868 \begin_inset ERT
43869 status collapsed
43870
43871 \begin_layout Plain Layout
43872
43873 }{
43874 \end_layout
43875
43876 \end_inset
43877
43878
43879 \begin_inset Phantom Phantom
43880 status open
43881
43882 \begin_layout Plain Layout
43883 W
43884 \end_layout
43885
43886 \end_inset
43887
43888
43889 \begin_inset ERT
43890 status collapsed
43891
43892 \begin_layout Plain Layout
43893
43894 }
43895 \end_layout
43896
43897 \end_inset
43898
43899  CornflowerBlue
43900 \end_layout
43901
43902 \end_inset
43903 </cell>
43904 </row>
43905 <row>
43906 <cell alignment="left" valignment="top" usebox="none">
43907 \begin_inset Text
43908
43909 \begin_layout Plain Layout
43910 \begin_inset ERT
43911 status collapsed
43912
43913 \begin_layout Plain Layout
43914
43915
43916 \backslash
43917 fcolorbox{black}{
43918 \end_layout
43919
43920 \end_inset
43921
43922 Dandelion
43923 \begin_inset ERT
43924 status collapsed
43925
43926 \begin_layout Plain Layout
43927
43928 }{
43929 \end_layout
43930
43931 \end_inset
43932
43933
43934 \begin_inset Phantom Phantom
43935 status open
43936
43937 \begin_layout Plain Layout
43938 W
43939 \end_layout
43940
43941 \end_inset
43942
43943
43944 \begin_inset ERT
43945 status collapsed
43946
43947 \begin_layout Plain Layout
43948
43949 }
43950 \end_layout
43951
43952 \end_inset
43953
43954  Dandelion
43955 \end_layout
43956
43957 \end_inset
43958 </cell>
43959 <cell alignment="left" valignment="top" usebox="none">
43960 \begin_inset Text
43961
43962 \begin_layout Plain Layout
43963 \begin_inset ERT
43964 status collapsed
43965
43966 \begin_layout Plain Layout
43967
43968
43969 \backslash
43970 fcolorbox{black}{
43971 \end_layout
43972
43973 \end_inset
43974
43975 DarkOrchid
43976 \begin_inset ERT
43977 status collapsed
43978
43979 \begin_layout Plain Layout
43980
43981 }{
43982 \end_layout
43983
43984 \end_inset
43985
43986
43987 \begin_inset Phantom Phantom
43988 status open
43989
43990 \begin_layout Plain Layout
43991 W
43992 \end_layout
43993
43994 \end_inset
43995
43996
43997 \begin_inset ERT
43998 status collapsed
43999
44000 \begin_layout Plain Layout
44001
44002 }
44003 \end_layout
44004
44005 \end_inset
44006
44007  DarkOrchid
44008 \end_layout
44009
44010 \end_inset
44011 </cell>
44012 <cell alignment="left" valignment="top" usebox="none">
44013 \begin_inset Text
44014
44015 \begin_layout Plain Layout
44016 \begin_inset ERT
44017 status collapsed
44018
44019 \begin_layout Plain Layout
44020
44021
44022 \backslash
44023 fcolorbox{black}{
44024 \end_layout
44025
44026 \end_inset
44027
44028 Emerald
44029 \begin_inset ERT
44030 status collapsed
44031
44032 \begin_layout Plain Layout
44033
44034 }{
44035 \end_layout
44036
44037 \end_inset
44038
44039
44040 \begin_inset Phantom Phantom
44041 status open
44042
44043 \begin_layout Plain Layout
44044 W
44045 \end_layout
44046
44047 \end_inset
44048
44049
44050 \begin_inset ERT
44051 status collapsed
44052
44053 \begin_layout Plain Layout
44054
44055 }
44056 \end_layout
44057
44058 \end_inset
44059
44060  Emerald
44061 \end_layout
44062
44063 \end_inset
44064 </cell>
44065 <cell alignment="left" valignment="top" usebox="none">
44066 \begin_inset Text
44067
44068 \begin_layout Plain Layout
44069 \begin_inset ERT
44070 status collapsed
44071
44072 \begin_layout Plain Layout
44073
44074
44075 \backslash
44076 fcolorbox{black}{
44077 \end_layout
44078
44079 \end_inset
44080
44081 ForestGreen
44082 \begin_inset ERT
44083 status collapsed
44084
44085 \begin_layout Plain Layout
44086
44087 }{
44088 \end_layout
44089
44090 \end_inset
44091
44092
44093 \begin_inset Phantom Phantom
44094 status open
44095
44096 \begin_layout Plain Layout
44097 W
44098 \end_layout
44099
44100 \end_inset
44101
44102
44103 \begin_inset ERT
44104 status collapsed
44105
44106 \begin_layout Plain Layout
44107
44108 }
44109 \end_layout
44110
44111 \end_inset
44112
44113  ForestGreen
44114 \end_layout
44115
44116 \end_inset
44117 </cell>
44118 </row>
44119 <row>
44120 <cell alignment="left" valignment="top" usebox="none">
44121 \begin_inset Text
44122
44123 \begin_layout Plain Layout
44124 \begin_inset ERT
44125 status collapsed
44126
44127 \begin_layout Plain Layout
44128
44129
44130 \backslash
44131 fcolorbox{black}{
44132 \end_layout
44133
44134 \end_inset
44135
44136 Fuchsia
44137 \begin_inset ERT
44138 status collapsed
44139
44140 \begin_layout Plain Layout
44141
44142 }{
44143 \end_layout
44144
44145 \end_inset
44146
44147
44148 \begin_inset Phantom Phantom
44149 status open
44150
44151 \begin_layout Plain Layout
44152 W
44153 \end_layout
44154
44155 \end_inset
44156
44157
44158 \begin_inset ERT
44159 status collapsed
44160
44161 \begin_layout Plain Layout
44162
44163 }
44164 \end_layout
44165
44166 \end_inset
44167
44168  Fuchsia
44169 \end_layout
44170
44171 \end_inset
44172 </cell>
44173 <cell alignment="left" valignment="top" usebox="none">
44174 \begin_inset Text
44175
44176 \begin_layout Plain Layout
44177 \begin_inset ERT
44178 status collapsed
44179
44180 \begin_layout Plain Layout
44181
44182
44183 \backslash
44184 fcolorbox{black}{
44185 \end_layout
44186
44187 \end_inset
44188
44189 Goldenrod
44190 \begin_inset ERT
44191 status collapsed
44192
44193 \begin_layout Plain Layout
44194
44195 }{
44196 \end_layout
44197
44198 \end_inset
44199
44200
44201 \begin_inset Phantom Phantom
44202 status open
44203
44204 \begin_layout Plain Layout
44205 W
44206 \end_layout
44207
44208 \end_inset
44209
44210
44211 \begin_inset ERT
44212 status collapsed
44213
44214 \begin_layout Plain Layout
44215
44216 }
44217 \end_layout
44218
44219 \end_inset
44220
44221  Goldenrod
44222 \end_layout
44223
44224 \end_inset
44225 </cell>
44226 <cell alignment="left" valignment="top" usebox="none">
44227 \begin_inset Text
44228
44229 \begin_layout Plain Layout
44230 \begin_inset ERT
44231 status collapsed
44232
44233 \begin_layout Plain Layout
44234
44235
44236 \backslash
44237 fcolorbox{black}{
44238 \end_layout
44239
44240 \end_inset
44241
44242 Gray
44243 \begin_inset ERT
44244 status collapsed
44245
44246 \begin_layout Plain Layout
44247
44248 }{
44249 \end_layout
44250
44251 \end_inset
44252
44253
44254 \begin_inset Phantom Phantom
44255 status open
44256
44257 \begin_layout Plain Layout
44258 W
44259 \end_layout
44260
44261 \end_inset
44262
44263
44264 \begin_inset ERT
44265 status collapsed
44266
44267 \begin_layout Plain Layout
44268
44269 }
44270 \end_layout
44271
44272 \end_inset
44273
44274  Gray
44275 \end_layout
44276
44277 \end_inset
44278 </cell>
44279 <cell alignment="left" valignment="top" usebox="none">
44280 \begin_inset Text
44281
44282 \begin_layout Plain Layout
44283 \begin_inset ERT
44284 status collapsed
44285
44286 \begin_layout Plain Layout
44287
44288
44289 \backslash
44290 fcolorbox{black}{
44291 \end_layout
44292
44293 \end_inset
44294
44295 GreenYellow
44296 \begin_inset ERT
44297 status collapsed
44298
44299 \begin_layout Plain Layout
44300
44301 }{
44302 \end_layout
44303
44304 \end_inset
44305
44306
44307 \begin_inset Phantom Phantom
44308 status open
44309
44310 \begin_layout Plain Layout
44311 W
44312 \end_layout
44313
44314 \end_inset
44315
44316
44317 \begin_inset ERT
44318 status collapsed
44319
44320 \begin_layout Plain Layout
44321
44322 }
44323 \end_layout
44324
44325 \end_inset
44326
44327  GreenYellow
44328 \end_layout
44329
44330 \end_inset
44331 </cell>
44332 </row>
44333 <row>
44334 <cell alignment="center" valignment="top" usebox="none">
44335 \begin_inset Text
44336
44337 \begin_layout Plain Layout
44338 \begin_inset ERT
44339 status collapsed
44340
44341 \begin_layout Plain Layout
44342
44343
44344 \backslash
44345 fcolorbox{black}{
44346 \end_layout
44347
44348 \end_inset
44349
44350 JungleGreen
44351 \begin_inset ERT
44352 status collapsed
44353
44354 \begin_layout Plain Layout
44355
44356 }{
44357 \end_layout
44358
44359 \end_inset
44360
44361
44362 \begin_inset Phantom Phantom
44363 status open
44364
44365 \begin_layout Plain Layout
44366 W
44367 \end_layout
44368
44369 \end_inset
44370
44371
44372 \begin_inset ERT
44373 status collapsed
44374
44375 \begin_layout Plain Layout
44376
44377 }
44378 \end_layout
44379
44380 \end_inset
44381
44382  JungleGreen
44383 \end_layout
44384
44385 \end_inset
44386 </cell>
44387 <cell alignment="center" valignment="top" usebox="none">
44388 \begin_inset Text
44389
44390 \begin_layout Plain Layout
44391 \begin_inset ERT
44392 status collapsed
44393
44394 \begin_layout Plain Layout
44395
44396
44397 \backslash
44398 fcolorbox{black}{
44399 \end_layout
44400
44401 \end_inset
44402
44403 Lavender
44404 \begin_inset ERT
44405 status collapsed
44406
44407 \begin_layout Plain Layout
44408
44409 }{
44410 \end_layout
44411
44412 \end_inset
44413
44414
44415 \begin_inset Phantom Phantom
44416 status open
44417
44418 \begin_layout Plain Layout
44419 W
44420 \end_layout
44421
44422 \end_inset
44423
44424
44425 \begin_inset ERT
44426 status collapsed
44427
44428 \begin_layout Plain Layout
44429
44430 }
44431 \end_layout
44432
44433 \end_inset
44434
44435  Lavender
44436 \end_layout
44437
44438 \end_inset
44439 </cell>
44440 <cell alignment="center" valignment="top" usebox="none">
44441 \begin_inset Text
44442
44443 \begin_layout Plain Layout
44444 \begin_inset ERT
44445 status collapsed
44446
44447 \begin_layout Plain Layout
44448
44449
44450 \backslash
44451 fcolorbox{black}{
44452 \end_layout
44453
44454 \end_inset
44455
44456 LimeGreen
44457 \begin_inset ERT
44458 status collapsed
44459
44460 \begin_layout Plain Layout
44461
44462 }{
44463 \end_layout
44464
44465 \end_inset
44466
44467
44468 \begin_inset Phantom Phantom
44469 status open
44470
44471 \begin_layout Plain Layout
44472 W
44473 \end_layout
44474
44475 \end_inset
44476
44477
44478 \begin_inset ERT
44479 status collapsed
44480
44481 \begin_layout Plain Layout
44482
44483 }
44484 \end_layout
44485
44486 \end_inset
44487
44488  LimeGreen
44489 \end_layout
44490
44491 \end_inset
44492 </cell>
44493 <cell alignment="center" valignment="top" usebox="none">
44494 \begin_inset Text
44495
44496 \begin_layout Plain Layout
44497 \begin_inset ERT
44498 status collapsed
44499
44500 \begin_layout Plain Layout
44501
44502
44503 \backslash
44504 fcolorbox{black}{
44505 \end_layout
44506
44507 \end_inset
44508
44509 Mahogany
44510 \begin_inset ERT
44511 status collapsed
44512
44513 \begin_layout Plain Layout
44514
44515 }{
44516 \end_layout
44517
44518 \end_inset
44519
44520
44521 \begin_inset Phantom Phantom
44522 status open
44523
44524 \begin_layout Plain Layout
44525 W
44526 \end_layout
44527
44528 \end_inset
44529
44530
44531 \begin_inset ERT
44532 status collapsed
44533
44534 \begin_layout Plain Layout
44535
44536 }
44537 \end_layout
44538
44539 \end_inset
44540
44541  Mahogany
44542 \end_layout
44543
44544 \end_inset
44545 </cell>
44546 </row>
44547 <row>
44548 <cell alignment="left" valignment="top" usebox="none">
44549 \begin_inset Text
44550
44551 \begin_layout Plain Layout
44552 \begin_inset ERT
44553 status collapsed
44554
44555 \begin_layout Plain Layout
44556
44557
44558 \backslash
44559 fcolorbox{black}{
44560 \end_layout
44561
44562 \end_inset
44563
44564 Mahogany
44565 \begin_inset ERT
44566 status collapsed
44567
44568 \begin_layout Plain Layout
44569
44570 }{
44571 \end_layout
44572
44573 \end_inset
44574
44575
44576 \begin_inset Phantom Phantom
44577 status open
44578
44579 \begin_layout Plain Layout
44580 W
44581 \end_layout
44582
44583 \end_inset
44584
44585
44586 \begin_inset ERT
44587 status collapsed
44588
44589 \begin_layout Plain Layout
44590
44591 }
44592 \end_layout
44593
44594 \end_inset
44595
44596  Mahogany
44597 \end_layout
44598
44599 \end_inset
44600 </cell>
44601 <cell alignment="left" valignment="top" usebox="none">
44602 \begin_inset Text
44603
44604 \begin_layout Plain Layout
44605 \begin_inset ERT
44606 status collapsed
44607
44608 \begin_layout Plain Layout
44609
44610
44611 \backslash
44612 fcolorbox{black}{
44613 \end_layout
44614
44615 \end_inset
44616
44617 Maroon
44618 \begin_inset ERT
44619 status collapsed
44620
44621 \begin_layout Plain Layout
44622
44623 }{
44624 \end_layout
44625
44626 \end_inset
44627
44628
44629 \begin_inset Phantom Phantom
44630 status open
44631
44632 \begin_layout Plain Layout
44633 W
44634 \end_layout
44635
44636 \end_inset
44637
44638
44639 \begin_inset ERT
44640 status collapsed
44641
44642 \begin_layout Plain Layout
44643
44644 }
44645 \end_layout
44646
44647 \end_inset
44648
44649  Maroon
44650 \end_layout
44651
44652 \end_inset
44653 </cell>
44654 <cell alignment="left" valignment="top" usebox="none">
44655 \begin_inset Text
44656
44657 \begin_layout Plain Layout
44658 \begin_inset ERT
44659 status collapsed
44660
44661 \begin_layout Plain Layout
44662
44663
44664 \backslash
44665 fcolorbox{black}{
44666 \end_layout
44667
44668 \end_inset
44669
44670 Melon
44671 \begin_inset ERT
44672 status collapsed
44673
44674 \begin_layout Plain Layout
44675
44676 }{
44677 \end_layout
44678
44679 \end_inset
44680
44681
44682 \begin_inset Phantom Phantom
44683 status open
44684
44685 \begin_layout Plain Layout
44686 W
44687 \end_layout
44688
44689 \end_inset
44690
44691
44692 \begin_inset ERT
44693 status collapsed
44694
44695 \begin_layout Plain Layout
44696
44697 }
44698 \end_layout
44699
44700 \end_inset
44701
44702  Melon
44703 \end_layout
44704
44705 \end_inset
44706 </cell>
44707 <cell alignment="left" valignment="top" usebox="none">
44708 \begin_inset Text
44709
44710 \begin_layout Plain Layout
44711 \begin_inset ERT
44712 status collapsed
44713
44714 \begin_layout Plain Layout
44715
44716
44717 \backslash
44718 fcolorbox{black}{
44719 \end_layout
44720
44721 \end_inset
44722
44723 MidnightBlue
44724 \begin_inset ERT
44725 status collapsed
44726
44727 \begin_layout Plain Layout
44728
44729 }{
44730 \end_layout
44731
44732 \end_inset
44733
44734
44735 \begin_inset Phantom Phantom
44736 status open
44737
44738 \begin_layout Plain Layout
44739 W
44740 \end_layout
44741
44742 \end_inset
44743
44744
44745 \begin_inset ERT
44746 status collapsed
44747
44748 \begin_layout Plain Layout
44749
44750 }
44751 \end_layout
44752
44753 \end_inset
44754
44755  MidnightBlue
44756 \end_layout
44757
44758 \end_inset
44759 </cell>
44760 </row>
44761 <row>
44762 <cell alignment="left" valignment="top" usebox="none">
44763 \begin_inset Text
44764
44765 \begin_layout Plain Layout
44766 \begin_inset ERT
44767 status collapsed
44768
44769 \begin_layout Plain Layout
44770
44771
44772 \backslash
44773 fcolorbox{black}{
44774 \end_layout
44775
44776 \end_inset
44777
44778 Mulberry
44779 \begin_inset ERT
44780 status collapsed
44781
44782 \begin_layout Plain Layout
44783
44784 }{
44785 \end_layout
44786
44787 \end_inset
44788
44789
44790 \begin_inset Phantom Phantom
44791 status open
44792
44793 \begin_layout Plain Layout
44794 W
44795 \end_layout
44796
44797 \end_inset
44798
44799
44800 \begin_inset ERT
44801 status collapsed
44802
44803 \begin_layout Plain Layout
44804
44805 }
44806 \end_layout
44807
44808 \end_inset
44809
44810  Mulberry
44811 \end_layout
44812
44813 \end_inset
44814 </cell>
44815 <cell alignment="left" valignment="top" usebox="none">
44816 \begin_inset Text
44817
44818 \begin_layout Plain Layout
44819 \begin_inset ERT
44820 status collapsed
44821
44822 \begin_layout Plain Layout
44823
44824
44825 \backslash
44826 fcolorbox{black}{
44827 \end_layout
44828
44829 \end_inset
44830
44831 NavyBlue
44832 \begin_inset ERT
44833 status collapsed
44834
44835 \begin_layout Plain Layout
44836
44837 }{
44838 \end_layout
44839
44840 \end_inset
44841
44842
44843 \begin_inset Phantom Phantom
44844 status open
44845
44846 \begin_layout Plain Layout
44847 W
44848 \end_layout
44849
44850 \end_inset
44851
44852
44853 \begin_inset ERT
44854 status collapsed
44855
44856 \begin_layout Plain Layout
44857
44858 }
44859 \end_layout
44860
44861 \end_inset
44862
44863  NavyBlue
44864 \end_layout
44865
44866 \end_inset
44867 </cell>
44868 <cell alignment="left" valignment="top" usebox="none">
44869 \begin_inset Text
44870
44871 \begin_layout Plain Layout
44872 \begin_inset ERT
44873 status collapsed
44874
44875 \begin_layout Plain Layout
44876
44877
44878 \backslash
44879 fcolorbox{black}{
44880 \end_layout
44881
44882 \end_inset
44883
44884 OliveGreen
44885 \begin_inset ERT
44886 status collapsed
44887
44888 \begin_layout Plain Layout
44889
44890 }{
44891 \end_layout
44892
44893 \end_inset
44894
44895
44896 \begin_inset Phantom Phantom
44897 status open
44898
44899 \begin_layout Plain Layout
44900 W
44901 \end_layout
44902
44903 \end_inset
44904
44905
44906 \begin_inset ERT
44907 status collapsed
44908
44909 \begin_layout Plain Layout
44910
44911 }
44912 \end_layout
44913
44914 \end_inset
44915
44916  OliveGreen
44917 \end_layout
44918
44919 \end_inset
44920 </cell>
44921 <cell alignment="left" valignment="top" usebox="none">
44922 \begin_inset Text
44923
44924 \begin_layout Plain Layout
44925 \begin_inset ERT
44926 status collapsed
44927
44928 \begin_layout Plain Layout
44929
44930
44931 \backslash
44932 fcolorbox{black}{
44933 \end_layout
44934
44935 \end_inset
44936
44937 Orange
44938 \begin_inset ERT
44939 status collapsed
44940
44941 \begin_layout Plain Layout
44942
44943 }{
44944 \end_layout
44945
44946 \end_inset
44947
44948
44949 \begin_inset Phantom Phantom
44950 status open
44951
44952 \begin_layout Plain Layout
44953 W
44954 \end_layout
44955
44956 \end_inset
44957
44958
44959 \begin_inset ERT
44960 status collapsed
44961
44962 \begin_layout Plain Layout
44963
44964 }
44965 \end_layout
44966
44967 \end_inset
44968
44969  Orange
44970 \end_layout
44971
44972 \end_inset
44973 </cell>
44974 </row>
44975 <row>
44976 <cell alignment="left" valignment="top" usebox="none">
44977 \begin_inset Text
44978
44979 \begin_layout Plain Layout
44980 \begin_inset ERT
44981 status collapsed
44982
44983 \begin_layout Plain Layout
44984
44985
44986 \backslash
44987 fcolorbox{black}{
44988 \end_layout
44989
44990 \end_inset
44991
44992 OrangeRed
44993 \begin_inset ERT
44994 status collapsed
44995
44996 \begin_layout Plain Layout
44997
44998 }{
44999 \end_layout
45000
45001 \end_inset
45002
45003
45004 \begin_inset Phantom Phantom
45005 status open
45006
45007 \begin_layout Plain Layout
45008 W
45009 \end_layout
45010
45011 \end_inset
45012
45013
45014 \begin_inset ERT
45015 status collapsed
45016
45017 \begin_layout Plain Layout
45018
45019 }
45020 \end_layout
45021
45022 \end_inset
45023
45024  OrangeRed
45025 \end_layout
45026
45027 \end_inset
45028 </cell>
45029 <cell alignment="left" valignment="top" usebox="none">
45030 \begin_inset Text
45031
45032 \begin_layout Plain Layout
45033 \begin_inset ERT
45034 status collapsed
45035
45036 \begin_layout Plain Layout
45037
45038
45039 \backslash
45040 fcolorbox{black}{
45041 \end_layout
45042
45043 \end_inset
45044
45045 Orchid
45046 \begin_inset ERT
45047 status collapsed
45048
45049 \begin_layout Plain Layout
45050
45051 }{
45052 \end_layout
45053
45054 \end_inset
45055
45056
45057 \begin_inset Phantom Phantom
45058 status open
45059
45060 \begin_layout Plain Layout
45061 W
45062 \end_layout
45063
45064 \end_inset
45065
45066
45067 \begin_inset ERT
45068 status collapsed
45069
45070 \begin_layout Plain Layout
45071
45072 }
45073 \end_layout
45074
45075 \end_inset
45076
45077  Orchid
45078 \end_layout
45079
45080 \end_inset
45081 </cell>
45082 <cell alignment="left" valignment="top" usebox="none">
45083 \begin_inset Text
45084
45085 \begin_layout Plain Layout
45086 \begin_inset ERT
45087 status collapsed
45088
45089 \begin_layout Plain Layout
45090
45091
45092 \backslash
45093 fcolorbox{black}{
45094 \end_layout
45095
45096 \end_inset
45097
45098 Peach
45099 \begin_inset ERT
45100 status collapsed
45101
45102 \begin_layout Plain Layout
45103
45104 }{
45105 \end_layout
45106
45107 \end_inset
45108
45109
45110 \begin_inset Phantom Phantom
45111 status open
45112
45113 \begin_layout Plain Layout
45114 W
45115 \end_layout
45116
45117 \end_inset
45118
45119
45120 \begin_inset ERT
45121 status collapsed
45122
45123 \begin_layout Plain Layout
45124
45125 }
45126 \end_layout
45127
45128 \end_inset
45129
45130  Peach
45131 \end_layout
45132
45133 \end_inset
45134 </cell>
45135 <cell alignment="left" valignment="top" usebox="none">
45136 \begin_inset Text
45137
45138 \begin_layout Plain Layout
45139 \begin_inset ERT
45140 status collapsed
45141
45142 \begin_layout Plain Layout
45143
45144
45145 \backslash
45146 fcolorbox{black}{
45147 \end_layout
45148
45149 \end_inset
45150
45151 Periwinkle
45152 \begin_inset ERT
45153 status collapsed
45154
45155 \begin_layout Plain Layout
45156
45157 }{
45158 \end_layout
45159
45160 \end_inset
45161
45162
45163 \begin_inset Phantom Phantom
45164 status open
45165
45166 \begin_layout Plain Layout
45167 W
45168 \end_layout
45169
45170 \end_inset
45171
45172
45173 \begin_inset ERT
45174 status collapsed
45175
45176 \begin_layout Plain Layout
45177
45178 }
45179 \end_layout
45180
45181 \end_inset
45182
45183  Periwinkle
45184 \end_layout
45185
45186 \end_inset
45187 </cell>
45188 </row>
45189 <row>
45190 <cell alignment="left" valignment="top" usebox="none">
45191 \begin_inset Text
45192
45193 \begin_layout Plain Layout
45194 \begin_inset ERT
45195 status collapsed
45196
45197 \begin_layout Plain Layout
45198
45199
45200 \backslash
45201 fcolorbox{black}{
45202 \end_layout
45203
45204 \end_inset
45205
45206 PineGreen
45207 \begin_inset ERT
45208 status collapsed
45209
45210 \begin_layout Plain Layout
45211
45212 }{
45213 \end_layout
45214
45215 \end_inset
45216
45217
45218 \begin_inset Phantom Phantom
45219 status open
45220
45221 \begin_layout Plain Layout
45222 W
45223 \end_layout
45224
45225 \end_inset
45226
45227
45228 \begin_inset ERT
45229 status collapsed
45230
45231 \begin_layout Plain Layout
45232
45233 }
45234 \end_layout
45235
45236 \end_inset
45237
45238  PineGreen
45239 \end_layout
45240
45241 \end_inset
45242 </cell>
45243 <cell alignment="left" valignment="top" usebox="none">
45244 \begin_inset Text
45245
45246 \begin_layout Plain Layout
45247 \begin_inset ERT
45248 status collapsed
45249
45250 \begin_layout Plain Layout
45251
45252
45253 \backslash
45254 fcolorbox{black}{
45255 \end_layout
45256
45257 \end_inset
45258
45259 Plum
45260 \begin_inset ERT
45261 status collapsed
45262
45263 \begin_layout Plain Layout
45264
45265 }{
45266 \end_layout
45267
45268 \end_inset
45269
45270
45271 \begin_inset Phantom Phantom
45272 status open
45273
45274 \begin_layout Plain Layout
45275 W
45276 \end_layout
45277
45278 \end_inset
45279
45280
45281 \begin_inset ERT
45282 status collapsed
45283
45284 \begin_layout Plain Layout
45285
45286 }
45287 \end_layout
45288
45289 \end_inset
45290
45291  Plum
45292 \end_layout
45293
45294 \end_inset
45295 </cell>
45296 <cell alignment="left" valignment="top" usebox="none">
45297 \begin_inset Text
45298
45299 \begin_layout Plain Layout
45300 \begin_inset ERT
45301 status collapsed
45302
45303 \begin_layout Plain Layout
45304
45305
45306 \backslash
45307 fcolorbox{black}{
45308 \end_layout
45309
45310 \end_inset
45311
45312 ProcessBlue
45313 \begin_inset ERT
45314 status collapsed
45315
45316 \begin_layout Plain Layout
45317
45318 }{
45319 \end_layout
45320
45321 \end_inset
45322
45323
45324 \begin_inset Phantom Phantom
45325 status open
45326
45327 \begin_layout Plain Layout
45328 W
45329 \end_layout
45330
45331 \end_inset
45332
45333
45334 \begin_inset ERT
45335 status collapsed
45336
45337 \begin_layout Plain Layout
45338
45339 }
45340 \end_layout
45341
45342 \end_inset
45343
45344  ProcessBlue
45345 \end_layout
45346
45347 \end_inset
45348 </cell>
45349 <cell alignment="left" valignment="top" usebox="none">
45350 \begin_inset Text
45351
45352 \begin_layout Plain Layout
45353 \begin_inset ERT
45354 status collapsed
45355
45356 \begin_layout Plain Layout
45357
45358
45359 \backslash
45360 fcolorbox{black}{
45361 \end_layout
45362
45363 \end_inset
45364
45365 Purple
45366 \begin_inset ERT
45367 status collapsed
45368
45369 \begin_layout Plain Layout
45370
45371 }{
45372 \end_layout
45373
45374 \end_inset
45375
45376
45377 \begin_inset Phantom Phantom
45378 status open
45379
45380 \begin_layout Plain Layout
45381 W
45382 \end_layout
45383
45384 \end_inset
45385
45386
45387 \begin_inset ERT
45388 status collapsed
45389
45390 \begin_layout Plain Layout
45391
45392 }
45393 \end_layout
45394
45395 \end_inset
45396
45397  Purple
45398 \end_layout
45399
45400 \end_inset
45401 </cell>
45402 </row>
45403 <row>
45404 <cell alignment="left" valignment="top" usebox="none">
45405 \begin_inset Text
45406
45407 \begin_layout Plain Layout
45408 \begin_inset ERT
45409 status collapsed
45410
45411 \begin_layout Plain Layout
45412
45413
45414 \backslash
45415 fcolorbox{black}{
45416 \end_layout
45417
45418 \end_inset
45419
45420 RawSienna
45421 \begin_inset ERT
45422 status collapsed
45423
45424 \begin_layout Plain Layout
45425
45426 }{
45427 \end_layout
45428
45429 \end_inset
45430
45431
45432 \begin_inset Phantom Phantom
45433 status open
45434
45435 \begin_layout Plain Layout
45436 W
45437 \end_layout
45438
45439 \end_inset
45440
45441
45442 \begin_inset ERT
45443 status collapsed
45444
45445 \begin_layout Plain Layout
45446
45447 }
45448 \end_layout
45449
45450 \end_inset
45451
45452  RawSienna
45453 \end_layout
45454
45455 \end_inset
45456 </cell>
45457 <cell alignment="left" valignment="top" usebox="none">
45458 \begin_inset Text
45459
45460 \begin_layout Plain Layout
45461 \begin_inset ERT
45462 status collapsed
45463
45464 \begin_layout Plain Layout
45465
45466
45467 \backslash
45468 fcolorbox{black}{
45469 \end_layout
45470
45471 \end_inset
45472
45473 RedOrange
45474 \begin_inset ERT
45475 status collapsed
45476
45477 \begin_layout Plain Layout
45478
45479 }{
45480 \end_layout
45481
45482 \end_inset
45483
45484
45485 \begin_inset Phantom Phantom
45486 status open
45487
45488 \begin_layout Plain Layout
45489 W
45490 \end_layout
45491
45492 \end_inset
45493
45494
45495 \begin_inset ERT
45496 status collapsed
45497
45498 \begin_layout Plain Layout
45499
45500 }
45501 \end_layout
45502
45503 \end_inset
45504
45505  RedOrange
45506 \end_layout
45507
45508 \end_inset
45509 </cell>
45510 <cell alignment="left" valignment="top" usebox="none">
45511 \begin_inset Text
45512
45513 \begin_layout Plain Layout
45514 \begin_inset ERT
45515 status collapsed
45516
45517 \begin_layout Plain Layout
45518
45519
45520 \backslash
45521 fcolorbox{black}{
45522 \end_layout
45523
45524 \end_inset
45525
45526 RedViolet
45527 \begin_inset ERT
45528 status collapsed
45529
45530 \begin_layout Plain Layout
45531
45532 }{
45533 \end_layout
45534
45535 \end_inset
45536
45537
45538 \begin_inset Phantom Phantom
45539 status open
45540
45541 \begin_layout Plain Layout
45542 W
45543 \end_layout
45544
45545 \end_inset
45546
45547
45548 \begin_inset ERT
45549 status collapsed
45550
45551 \begin_layout Plain Layout
45552
45553 }
45554 \end_layout
45555
45556 \end_inset
45557
45558  RedViolet
45559 \end_layout
45560
45561 \end_inset
45562 </cell>
45563 <cell alignment="left" valignment="top" usebox="none">
45564 \begin_inset Text
45565
45566 \begin_layout Plain Layout
45567 \begin_inset ERT
45568 status collapsed
45569
45570 \begin_layout Plain Layout
45571
45572
45573 \backslash
45574 fcolorbox{black}{
45575 \end_layout
45576
45577 \end_inset
45578
45579 Rhodamine
45580 \begin_inset ERT
45581 status collapsed
45582
45583 \begin_layout Plain Layout
45584
45585 }{
45586 \end_layout
45587
45588 \end_inset
45589
45590
45591 \begin_inset Phantom Phantom
45592 status open
45593
45594 \begin_layout Plain Layout
45595 W
45596 \end_layout
45597
45598 \end_inset
45599
45600
45601 \begin_inset ERT
45602 status collapsed
45603
45604 \begin_layout Plain Layout
45605
45606 }
45607 \end_layout
45608
45609 \end_inset
45610
45611  Rhodamine
45612 \end_layout
45613
45614 \end_inset
45615 </cell>
45616 </row>
45617 <row>
45618 <cell alignment="left" valignment="top" usebox="none">
45619 \begin_inset Text
45620
45621 \begin_layout Plain Layout
45622 \begin_inset ERT
45623 status collapsed
45624
45625 \begin_layout Plain Layout
45626
45627
45628 \backslash
45629 fcolorbox{black}{
45630 \end_layout
45631
45632 \end_inset
45633
45634 RoyalBlue
45635 \begin_inset ERT
45636 status collapsed
45637
45638 \begin_layout Plain Layout
45639
45640 }{
45641 \end_layout
45642
45643 \end_inset
45644
45645
45646 \begin_inset Phantom Phantom
45647 status open
45648
45649 \begin_layout Plain Layout
45650 W
45651 \end_layout
45652
45653 \end_inset
45654
45655
45656 \begin_inset ERT
45657 status collapsed
45658
45659 \begin_layout Plain Layout
45660
45661 }
45662 \end_layout
45663
45664 \end_inset
45665
45666  RoyalBlue
45667 \end_layout
45668
45669 \end_inset
45670 </cell>
45671 <cell alignment="left" valignment="top" usebox="none">
45672 \begin_inset Text
45673
45674 \begin_layout Plain Layout
45675 \begin_inset ERT
45676 status collapsed
45677
45678 \begin_layout Plain Layout
45679
45680
45681 \backslash
45682 fcolorbox{black}{
45683 \end_layout
45684
45685 \end_inset
45686
45687 RoyalPurple
45688 \begin_inset ERT
45689 status collapsed
45690
45691 \begin_layout Plain Layout
45692
45693 }{
45694 \end_layout
45695
45696 \end_inset
45697
45698
45699 \begin_inset Phantom Phantom
45700 status open
45701
45702 \begin_layout Plain Layout
45703 W
45704 \end_layout
45705
45706 \end_inset
45707
45708
45709 \begin_inset ERT
45710 status collapsed
45711
45712 \begin_layout Plain Layout
45713
45714 }
45715 \end_layout
45716
45717 \end_inset
45718
45719  RoyalPurple
45720 \end_layout
45721
45722 \end_inset
45723 </cell>
45724 <cell alignment="left" valignment="top" usebox="none">
45725 \begin_inset Text
45726
45727 \begin_layout Plain Layout
45728 \begin_inset ERT
45729 status collapsed
45730
45731 \begin_layout Plain Layout
45732
45733
45734 \backslash
45735 fcolorbox{black}{
45736 \end_layout
45737
45738 \end_inset
45739
45740 RubineRed
45741 \begin_inset ERT
45742 status collapsed
45743
45744 \begin_layout Plain Layout
45745
45746 }{
45747 \end_layout
45748
45749 \end_inset
45750
45751
45752 \begin_inset Phantom Phantom
45753 status open
45754
45755 \begin_layout Plain Layout
45756 W
45757 \end_layout
45758
45759 \end_inset
45760
45761
45762 \begin_inset ERT
45763 status collapsed
45764
45765 \begin_layout Plain Layout
45766
45767 }
45768 \end_layout
45769
45770 \end_inset
45771
45772  RubineRed
45773 \end_layout
45774
45775 \end_inset
45776 </cell>
45777 <cell alignment="left" valignment="top" usebox="none">
45778 \begin_inset Text
45779
45780 \begin_layout Plain Layout
45781 \begin_inset ERT
45782 status collapsed
45783
45784 \begin_layout Plain Layout
45785
45786
45787 \backslash
45788 fcolorbox{black}{
45789 \end_layout
45790
45791 \end_inset
45792
45793 Salmon
45794 \begin_inset ERT
45795 status collapsed
45796
45797 \begin_layout Plain Layout
45798
45799 }{
45800 \end_layout
45801
45802 \end_inset
45803
45804
45805 \begin_inset Phantom Phantom
45806 status open
45807
45808 \begin_layout Plain Layout
45809 W
45810 \end_layout
45811
45812 \end_inset
45813
45814
45815 \begin_inset ERT
45816 status collapsed
45817
45818 \begin_layout Plain Layout
45819
45820 }
45821 \end_layout
45822
45823 \end_inset
45824
45825  Salmon
45826 \end_layout
45827
45828 \end_inset
45829 </cell>
45830 </row>
45831 <row>
45832 <cell alignment="left" valignment="top" usebox="none">
45833 \begin_inset Text
45834
45835 \begin_layout Plain Layout
45836 \begin_inset ERT
45837 status collapsed
45838
45839 \begin_layout Plain Layout
45840
45841
45842 \backslash
45843 fcolorbox{black}{
45844 \end_layout
45845
45846 \end_inset
45847
45848 SeaGreen
45849 \begin_inset ERT
45850 status collapsed
45851
45852 \begin_layout Plain Layout
45853
45854 }{
45855 \end_layout
45856
45857 \end_inset
45858
45859
45860 \begin_inset Phantom Phantom
45861 status open
45862
45863 \begin_layout Plain Layout
45864 W
45865 \end_layout
45866
45867 \end_inset
45868
45869
45870 \begin_inset ERT
45871 status collapsed
45872
45873 \begin_layout Plain Layout
45874
45875 }
45876 \end_layout
45877
45878 \end_inset
45879
45880  SeaGreen
45881 \end_layout
45882
45883 \end_inset
45884 </cell>
45885 <cell alignment="left" valignment="top" usebox="none">
45886 \begin_inset Text
45887
45888 \begin_layout Plain Layout
45889 \begin_inset ERT
45890 status collapsed
45891
45892 \begin_layout Plain Layout
45893
45894
45895 \backslash
45896 fcolorbox{black}{
45897 \end_layout
45898
45899 \end_inset
45900
45901 Sepia
45902 \begin_inset ERT
45903 status collapsed
45904
45905 \begin_layout Plain Layout
45906
45907 }{
45908 \end_layout
45909
45910 \end_inset
45911
45912
45913 \begin_inset Phantom Phantom
45914 status open
45915
45916 \begin_layout Plain Layout
45917 W
45918 \end_layout
45919
45920 \end_inset
45921
45922
45923 \begin_inset ERT
45924 status collapsed
45925
45926 \begin_layout Plain Layout
45927
45928 }
45929 \end_layout
45930
45931 \end_inset
45932
45933  Sepia
45934 \end_layout
45935
45936 \end_inset
45937 </cell>
45938 <cell alignment="left" valignment="top" usebox="none">
45939 \begin_inset Text
45940
45941 \begin_layout Plain Layout
45942 \begin_inset ERT
45943 status collapsed
45944
45945 \begin_layout Plain Layout
45946
45947
45948 \backslash
45949 fcolorbox{black}{
45950 \end_layout
45951
45952 \end_inset
45953
45954 SkyBlue
45955 \begin_inset ERT
45956 status collapsed
45957
45958 \begin_layout Plain Layout
45959
45960 }{
45961 \end_layout
45962
45963 \end_inset
45964
45965
45966 \begin_inset Phantom Phantom
45967 status open
45968
45969 \begin_layout Plain Layout
45970 W
45971 \end_layout
45972
45973 \end_inset
45974
45975
45976 \begin_inset ERT
45977 status collapsed
45978
45979 \begin_layout Plain Layout
45980
45981 }
45982 \end_layout
45983
45984 \end_inset
45985
45986  SkyBlue
45987 \end_layout
45988
45989 \end_inset
45990 </cell>
45991 <cell alignment="left" valignment="top" usebox="none">
45992 \begin_inset Text
45993
45994 \begin_layout Plain Layout
45995 \begin_inset ERT
45996 status collapsed
45997
45998 \begin_layout Plain Layout
45999
46000
46001 \backslash
46002 fcolorbox{black}{
46003 \end_layout
46004
46005 \end_inset
46006
46007 SpringGreen
46008 \begin_inset ERT
46009 status collapsed
46010
46011 \begin_layout Plain Layout
46012
46013 }{
46014 \end_layout
46015
46016 \end_inset
46017
46018
46019 \begin_inset Phantom Phantom
46020 status open
46021
46022 \begin_layout Plain Layout
46023 W
46024 \end_layout
46025
46026 \end_inset
46027
46028
46029 \begin_inset ERT
46030 status collapsed
46031
46032 \begin_layout Plain Layout
46033
46034 }
46035 \end_layout
46036
46037 \end_inset
46038
46039  SpringGreen
46040 \end_layout
46041
46042 \end_inset
46043 </cell>
46044 </row>
46045 <row>
46046 <cell alignment="left" valignment="top" usebox="none">
46047 \begin_inset Text
46048
46049 \begin_layout Plain Layout
46050 \begin_inset ERT
46051 status collapsed
46052
46053 \begin_layout Plain Layout
46054
46055
46056 \backslash
46057 fcolorbox{black}{
46058 \end_layout
46059
46060 \end_inset
46061
46062 Tan
46063 \begin_inset ERT
46064 status collapsed
46065
46066 \begin_layout Plain Layout
46067
46068 }{
46069 \end_layout
46070
46071 \end_inset
46072
46073
46074 \begin_inset Phantom Phantom
46075 status open
46076
46077 \begin_layout Plain Layout
46078 W
46079 \end_layout
46080
46081 \end_inset
46082
46083
46084 \begin_inset ERT
46085 status collapsed
46086
46087 \begin_layout Plain Layout
46088
46089 }
46090 \end_layout
46091
46092 \end_inset
46093
46094  Tan
46095 \end_layout
46096
46097 \end_inset
46098 </cell>
46099 <cell alignment="left" valignment="top" usebox="none">
46100 \begin_inset Text
46101
46102 \begin_layout Plain Layout
46103 \begin_inset ERT
46104 status collapsed
46105
46106 \begin_layout Plain Layout
46107
46108
46109 \backslash
46110 fcolorbox{black}{
46111 \end_layout
46112
46113 \end_inset
46114
46115 TealBlue
46116 \begin_inset ERT
46117 status collapsed
46118
46119 \begin_layout Plain Layout
46120
46121 }{
46122 \end_layout
46123
46124 \end_inset
46125
46126
46127 \begin_inset Phantom Phantom
46128 status open
46129
46130 \begin_layout Plain Layout
46131 W
46132 \end_layout
46133
46134 \end_inset
46135
46136
46137 \begin_inset ERT
46138 status collapsed
46139
46140 \begin_layout Plain Layout
46141
46142 }
46143 \end_layout
46144
46145 \end_inset
46146
46147  TealBlue
46148 \end_layout
46149
46150 \end_inset
46151 </cell>
46152 <cell alignment="left" valignment="top" usebox="none">
46153 \begin_inset Text
46154
46155 \begin_layout Plain Layout
46156 \begin_inset ERT
46157 status collapsed
46158
46159 \begin_layout Plain Layout
46160
46161
46162 \backslash
46163 fcolorbox{black}{
46164 \end_layout
46165
46166 \end_inset
46167
46168 Thistle
46169 \begin_inset ERT
46170 status collapsed
46171
46172 \begin_layout Plain Layout
46173
46174 }{
46175 \end_layout
46176
46177 \end_inset
46178
46179
46180 \begin_inset Phantom Phantom
46181 status open
46182
46183 \begin_layout Plain Layout
46184 W
46185 \end_layout
46186
46187 \end_inset
46188
46189
46190 \begin_inset ERT
46191 status collapsed
46192
46193 \begin_layout Plain Layout
46194
46195 }
46196 \end_layout
46197
46198 \end_inset
46199
46200  Thistle
46201 \end_layout
46202
46203 \end_inset
46204 </cell>
46205 <cell alignment="left" valignment="top" usebox="none">
46206 \begin_inset Text
46207
46208 \begin_layout Plain Layout
46209 \begin_inset ERT
46210 status collapsed
46211
46212 \begin_layout Plain Layout
46213
46214
46215 \backslash
46216 fcolorbox{black}{
46217 \end_layout
46218
46219 \end_inset
46220
46221 Turquoise
46222 \begin_inset ERT
46223 status collapsed
46224
46225 \begin_layout Plain Layout
46226
46227 }{
46228 \end_layout
46229
46230 \end_inset
46231
46232
46233 \begin_inset Phantom Phantom
46234 status open
46235
46236 \begin_layout Plain Layout
46237 W
46238 \end_layout
46239
46240 \end_inset
46241
46242
46243 \begin_inset ERT
46244 status collapsed
46245
46246 \begin_layout Plain Layout
46247
46248 }
46249 \end_layout
46250
46251 \end_inset
46252
46253  Turquoise
46254 \end_layout
46255
46256 \end_inset
46257 </cell>
46258 </row>
46259 <row>
46260 <cell alignment="left" valignment="top" usebox="none">
46261 \begin_inset Text
46262
46263 \begin_layout Plain Layout
46264 \begin_inset ERT
46265 status collapsed
46266
46267 \begin_layout Plain Layout
46268
46269
46270 \backslash
46271 fcolorbox{black}{
46272 \end_layout
46273
46274 \end_inset
46275
46276 Violet
46277 \begin_inset ERT
46278 status collapsed
46279
46280 \begin_layout Plain Layout
46281
46282 }{
46283 \end_layout
46284
46285 \end_inset
46286
46287
46288 \begin_inset Phantom Phantom
46289 status open
46290
46291 \begin_layout Plain Layout
46292 W
46293 \end_layout
46294
46295 \end_inset
46296
46297
46298 \begin_inset ERT
46299 status collapsed
46300
46301 \begin_layout Plain Layout
46302
46303 }
46304 \end_layout
46305
46306 \end_inset
46307
46308  Violet
46309 \end_layout
46310
46311 \end_inset
46312 </cell>
46313 <cell alignment="left" valignment="top" usebox="none">
46314 \begin_inset Text
46315
46316 \begin_layout Plain Layout
46317 \begin_inset ERT
46318 status collapsed
46319
46320 \begin_layout Plain Layout
46321
46322
46323 \backslash
46324 fcolorbox{black}{
46325 \end_layout
46326
46327 \end_inset
46328
46329 VioletRed
46330 \begin_inset ERT
46331 status collapsed
46332
46333 \begin_layout Plain Layout
46334
46335 }{
46336 \end_layout
46337
46338 \end_inset
46339
46340
46341 \begin_inset Phantom Phantom
46342 status open
46343
46344 \begin_layout Plain Layout
46345 W
46346 \end_layout
46347
46348 \end_inset
46349
46350
46351 \begin_inset ERT
46352 status collapsed
46353
46354 \begin_layout Plain Layout
46355
46356 }
46357 \end_layout
46358
46359 \end_inset
46360
46361  VioletRed
46362 \end_layout
46363
46364 \end_inset
46365 </cell>
46366 <cell alignment="left" valignment="top" usebox="none">
46367 \begin_inset Text
46368
46369 \begin_layout Plain Layout
46370 \begin_inset ERT
46371 status collapsed
46372
46373 \begin_layout Plain Layout
46374
46375
46376 \backslash
46377 fcolorbox{black}{
46378 \end_layout
46379
46380 \end_inset
46381
46382 WildStrawberry
46383 \begin_inset ERT
46384 status collapsed
46385
46386 \begin_layout Plain Layout
46387
46388 }{
46389 \end_layout
46390
46391 \end_inset
46392
46393
46394 \begin_inset Phantom Phantom
46395 status open
46396
46397 \begin_layout Plain Layout
46398 W
46399 \end_layout
46400
46401 \end_inset
46402
46403
46404 \begin_inset ERT
46405 status collapsed
46406
46407 \begin_layout Plain Layout
46408
46409 }
46410 \end_layout
46411
46412 \end_inset
46413
46414  WildStrawberry
46415 \end_layout
46416
46417 \end_inset
46418 </cell>
46419 <cell alignment="left" valignment="top" usebox="none">
46420 \begin_inset Text
46421
46422 \begin_layout Plain Layout
46423 \begin_inset ERT
46424 status collapsed
46425
46426 \begin_layout Plain Layout
46427
46428
46429 \backslash
46430 fcolorbox{black}{
46431 \end_layout
46432
46433 \end_inset
46434
46435 YellowGreen
46436 \begin_inset ERT
46437 status collapsed
46438
46439 \begin_layout Plain Layout
46440
46441 }{
46442 \end_layout
46443
46444 \end_inset
46445
46446
46447 \begin_inset Phantom Phantom
46448 status open
46449
46450 \begin_layout Plain Layout
46451 W
46452 \end_layout
46453
46454 \end_inset
46455
46456
46457 \begin_inset ERT
46458 status collapsed
46459
46460 \begin_layout Plain Layout
46461
46462 }
46463 \end_layout
46464
46465 \end_inset
46466
46467  YellowGreen
46468 \end_layout
46469
46470 \end_inset
46471 </cell>
46472 </row>
46473 <row>
46474 <cell alignment="left" valignment="top" usebox="none">
46475 \begin_inset Text
46476
46477 \begin_layout Plain Layout
46478 \begin_inset ERT
46479 status collapsed
46480
46481 \begin_layout Plain Layout
46482
46483
46484 \backslash
46485 fcolorbox{black}{
46486 \end_layout
46487
46488 \end_inset
46489
46490 YellowOrange
46491 \begin_inset ERT
46492 status collapsed
46493
46494 \begin_layout Plain Layout
46495
46496 }{
46497 \end_layout
46498
46499 \end_inset
46500
46501
46502 \begin_inset Phantom Phantom
46503 status open
46504
46505 \begin_layout Plain Layout
46506 W
46507 \end_layout
46508
46509 \end_inset
46510
46511
46512 \begin_inset ERT
46513 status collapsed
46514
46515 \begin_layout Plain Layout
46516
46517 }
46518 \end_layout
46519
46520 \end_inset
46521
46522  YellowOrange
46523 \end_layout
46524
46525 \end_inset
46526 </cell>
46527 <cell alignment="left" valignment="top" usebox="none">
46528 \begin_inset Text
46529
46530 \begin_layout Plain Layout
46531
46532 \end_layout
46533
46534 \end_inset
46535 </cell>
46536 <cell alignment="left" valignment="top" usebox="none">
46537 \begin_inset Text
46538
46539 \begin_layout Plain Layout
46540
46541 \end_layout
46542
46543 \end_inset
46544 </cell>
46545 <cell alignment="left" valignment="top" usebox="none">
46546 \begin_inset Text
46547
46548 \begin_layout Plain Layout
46549
46550 \end_layout
46551
46552 \end_inset
46553 </cell>
46554 </row>
46555 </lyxtabular>
46556
46557 \end_inset
46558
46559
46560 \end_layout
46561
46562 \begin_layout Chapter
46563 Erklärung der Gleichung
46564 \begin_inset space ~
46565 \end_inset
46566
46567 (
46568 \begin_inset CommandInset ref
46569 LatexCommand ref
46570 reference "eq:Wgn"
46571
46572 \end_inset
46573
46574 )
46575 \begin_inset CommandInset label
46576 LatexCommand label
46577 name "kap:Erläuterung-einer-Gleichung"
46578
46579 \end_inset
46580
46581
46582 \end_layout
46583
46584 \begin_layout Standard
46585 Die Gesamtbreite von
46586 \emph on
46587  n
46588 \emph default
46589  Tabellenzellen 
46590 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46591 \end_inset
46592
46593  kann wie folgt berechnet werden:
46594 \begin_inset Formula 
46595 \begin{equation}
46596 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46597 \end{equation}
46598
46599 \end_inset
46600
46601
46602 \end_layout
46603
46604 \begin_layout Standard
46605 Dabei ist 
46606 \begin_inset Formula $W_{g\,n}$
46607 \end_inset
46608
46609  die Breite jeder Zelle.
46610
46611 \series bold
46612  
46613 \backslash
46614 tabcolsep
46615 \series default
46616  ist die \SpecialChar LaTeX
46617 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
46618  6
46619 \begin_inset space \thinspace{}
46620 \end_inset
46621
46622 pt.
46623  
46624 \series bold
46625
46626 \backslash
46627 arrayrulewidth
46628 \series default
46629  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
46630 \begin_inset space \thinspace{}
46631 \end_inset
46632
46633 pt.
46634 \end_layout
46635
46636 \begin_layout Standard
46637 Nach Gleichung
46638 \begin_inset space ~
46639 \end_inset
46640
46641
46642 \begin_inset CommandInset ref
46643 LatexCommand ref
46644 reference "eq:Wtot_n"
46645
46646 \end_inset
46647
46648  ist die Gesamtbreite einer Mehrfachspalte, 
46649 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46650 \end_inset
46651
46652 ,
46653 \begin_inset Formula 
46654 \begin{equation}
46655 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46656 \end{equation}
46657
46658 \end_inset
46659
46660
46661 \end_layout
46662
46663 \begin_layout Standard
46664 Setzt man die Gleichungen
46665 \begin_inset space ~
46666 \end_inset
46667
46668
46669 \begin_inset CommandInset ref
46670 LatexCommand ref
46671 reference "eq:Wtot_n"
46672
46673 \end_inset
46674
46675  und 
46676 \begin_inset CommandInset ref
46677 LatexCommand ref
46678 reference "eq:Wtot_mult"
46679
46680 \end_inset
46681
46682  gleich, kann man die benötigte Breite 
46683 \begin_inset Formula $W_{g\,n}$
46684 \end_inset
46685
46686 , wenn 
46687 \emph on
46688 n
46689 \emph default
46690  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
46691 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46692 \end_inset
46693
46694  hat, berechnen:
46695 \begin_inset Formula 
46696 \begin{equation}
46697 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46698 \end{equation}
46699
46700 \end_inset
46701
46702
46703 \end_layout
46704
46705 \begin_layout Bibliography
46706 \begin_inset CommandInset bibitem
46707 LatexCommand bibitem
46708 key "latexcompanion"
46709 literal "true"
46710
46711 \end_inset
46712
46713 Frank Mittelbach and Michel Goossens: 
46714 \emph on
46715 The \SpecialChar LaTeX
46716  Companion Second Edition.
46717
46718 \emph default
46719  Addison-Wesley, 2004
46720 \end_layout
46721
46722 \begin_layout Bibliography
46723 \begin_inset CommandInset bibitem
46724 LatexCommand bibitem
46725 key "latexguide"
46726 literal "true"
46727
46728 \end_inset
46729
46730 Helmut Kopka and Patrick W.
46731  Daly: 
46732 \emph on
46733 A Guide to \SpecialChar LaTeX
46734  Fourth Edition.
46735
46736 \emph default
46737  Addison-Wesley, 2003
46738 \end_layout
46739
46740 \begin_layout Bibliography
46741 \begin_inset CommandInset bibitem
46742 LatexCommand bibitem
46743 key "lamport"
46744 literal "true"
46745
46746 \end_inset
46747
46748 Leslie Lamport: 
46749 \emph on
46750 \SpecialChar LaTeX
46751 : A Document Preparation System.
46752
46753 \emph default
46754  Addison-Wesley, second edition, 1994
46755 \end_layout
46756
46757 \begin_layout Bibliography
46758 \begin_inset CommandInset bibitem
46759 LatexCommand bibitem
46760 key "latex-praxisbuch"
46761 literal "true"
46762
46763 \end_inset
46764
46765 Niedermair, Elke & Michael: 
46766 \emph on
46767 \SpecialChar LaTeX
46768 -Praxisbuch
46769 \emph default
46770 , Franzis-Verlag, 2004
46771 \end_layout
46772
46773 \begin_layout Bibliography
46774 \begin_inset CommandInset bibitem
46775 LatexCommand bibitem
46776 key "arydshln"
46777 literal "true"
46778
46779 \end_inset
46780
46781 Dokumentation des \SpecialChar LaTeX
46782 -Pakets 
46783 \series bold
46784
46785 \begin_inset CommandInset href
46786 LatexCommand href
46787 name "arydshln"
46788 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46789 literal "false"
46790
46791 \end_inset
46792
46793
46794 \series default
46795
46796 \begin_inset Index idx
46797 status collapsed
46798
46799 \begin_layout Plain Layout
46800 \SpecialChar LaTeX
46801 -Pakete ! arydshln
46802 \end_layout
46803
46804 \end_inset
46805
46806
46807 \end_layout
46808
46809 \begin_layout Bibliography
46810 \begin_inset CommandInset bibitem
46811 LatexCommand bibitem
46812 key "booktabs"
46813 literal "true"
46814
46815 \end_inset
46816
46817 Dokumentation des \SpecialChar LaTeX
46818 -Pakets 
46819 \series bold
46820
46821 \begin_inset CommandInset href
46822 LatexCommand href
46823 name "booktabs"
46824 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46825 literal "false"
46826
46827 \end_inset
46828
46829
46830 \series default
46831
46832 \begin_inset Index idx
46833 status collapsed
46834
46835 \begin_layout Plain Layout
46836 \SpecialChar LaTeX
46837 -Pakete ! booktabs
46838 \end_layout
46839
46840 \end_inset
46841
46842
46843 \end_layout
46844
46845 \begin_layout Bibliography
46846 \begin_inset CommandInset bibitem
46847 LatexCommand bibitem
46848 key "caption"
46849 literal "true"
46850
46851 \end_inset
46852
46853 Dokumentation des \SpecialChar LaTeX
46854 -Pakets 
46855 \series bold
46856
46857 \begin_inset CommandInset href
46858 LatexCommand href
46859 name "caption"
46860 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
46861 literal "false"
46862
46863 \end_inset
46864
46865
46866 \series default
46867
46868 \begin_inset Index idx
46869 status collapsed
46870
46871 \begin_layout Plain Layout
46872 \SpecialChar LaTeX
46873 -Pakete ! caption
46874 \end_layout
46875
46876 \end_inset
46877
46878
46879 \end_layout
46880
46881 \begin_layout Bibliography
46882 \begin_inset CommandInset bibitem
46883 LatexCommand bibitem
46884 key "diagbox"
46885 literal "true"
46886
46887 \end_inset
46888
46889 Dokumentation des \SpecialChar LaTeX
46890 -Pakets 
46891 \series bold
46892
46893 \begin_inset CommandInset href
46894 LatexCommand href
46895 name "diagbox"
46896 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46897 literal "false"
46898
46899 \end_inset
46900
46901
46902 \series default
46903
46904 \begin_inset Index idx
46905 status collapsed
46906
46907 \begin_layout Plain Layout
46908 \SpecialChar LaTeX
46909 -Pakete ! diagbox
46910 \end_layout
46911
46912 \end_inset
46913
46914
46915 \end_layout
46916
46917 \begin_layout Bibliography
46918 \begin_inset CommandInset bibitem
46919 LatexCommand bibitem
46920 key "endfloat"
46921 literal "true"
46922
46923 \end_inset
46924
46925 Dokumentation des \SpecialChar LaTeX
46926 -Pakets 
46927 \series bold
46928
46929 \begin_inset CommandInset href
46930 LatexCommand href
46931 name "endfloat"
46932 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46933 literal "false"
46934
46935 \end_inset
46936
46937
46938 \series default
46939
46940 \begin_inset Index idx
46941 status collapsed
46942
46943 \begin_layout Plain Layout
46944 \SpecialChar LaTeX
46945 -Pakete ! endfloat
46946 \end_layout
46947
46948 \end_inset
46949
46950
46951 \end_layout
46952
46953 \begin_layout Bibliography
46954 \begin_inset CommandInset bibitem
46955 LatexCommand bibitem
46956 key "footmisc"
46957 literal "true"
46958
46959 \end_inset
46960
46961 Dokumentation des \SpecialChar LaTeX
46962 -Pakets 
46963 \series bold
46964
46965 \begin_inset CommandInset href
46966 LatexCommand href
46967 name "footmisc"
46968 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46969 literal "false"
46970
46971 \end_inset
46972
46973
46974 \series default
46975
46976 \begin_inset Index idx
46977 status collapsed
46978
46979 \begin_layout Plain Layout
46980 \SpecialChar LaTeX
46981 -Pakete ! footmisc
46982 \end_layout
46983
46984 \end_inset
46985
46986
46987 \end_layout
46988
46989 \begin_layout Bibliography
46990 \begin_inset CommandInset bibitem
46991 LatexCommand bibitem
46992 key "hypcap"
46993 literal "true"
46994
46995 \end_inset
46996
46997 Dokumentation des \SpecialChar LaTeX
46998 -Pakets 
46999 \series bold
47000
47001 \begin_inset CommandInset href
47002 LatexCommand href
47003 name "hypcap"
47004 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47005 literal "false"
47006
47007 \end_inset
47008
47009
47010 \series default
47011
47012 \begin_inset Index idx
47013 status collapsed
47014
47015 \begin_layout Plain Layout
47016 \SpecialChar LaTeX
47017 -Pakete ! hypcap
47018 \end_layout
47019
47020 \end_inset
47021
47022
47023 \end_layout
47024
47025 \begin_layout Bibliography
47026 \begin_inset CommandInset bibitem
47027 LatexCommand bibitem
47028 key "hyperref"
47029 literal "true"
47030
47031 \end_inset
47032
47033 Dokumentation des \SpecialChar LaTeX
47034 -Pakets 
47035 \series bold
47036
47037 \begin_inset CommandInset href
47038 LatexCommand href
47039 name "hyperref"
47040 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
47041 literal "false"
47042
47043 \end_inset
47044
47045
47046 \series default
47047
47048 \begin_inset Index idx
47049 status collapsed
47050
47051 \begin_layout Plain Layout
47052 \SpecialChar LaTeX
47053 -Pakete ! hyperref
47054 \end_layout
47055
47056 \end_inset
47057
47058
47059 \end_layout
47060
47061 \begin_layout Bibliography
47062 \begin_inset CommandInset bibitem
47063 LatexCommand bibitem
47064 key "KOMA-Script"
47065 literal "true"
47066
47067 \end_inset
47068
47069 Dokumentation des \SpecialChar LaTeX
47070 -Pakets 
47071 \series bold
47072
47073 \begin_inset CommandInset href
47074 LatexCommand href
47075 name "KOMA-Script"
47076 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
47077 literal "false"
47078
47079 \end_inset
47080
47081
47082 \series default
47083
47084 \begin_inset Index idx
47085 status collapsed
47086
47087 \begin_layout Plain Layout
47088 \SpecialChar LaTeX
47089 -Pakete ! KOMA-Script
47090 \end_layout
47091
47092 \end_inset
47093
47094
47095 \end_layout
47096
47097 \begin_layout Bibliography
47098 \begin_inset CommandInset bibitem
47099 LatexCommand bibitem
47100 key "lettrine"
47101 literal "true"
47102
47103 \end_inset
47104
47105 Dokumentation des \SpecialChar LaTeX
47106 -Pakets 
47107 \series bold
47108
47109 \begin_inset CommandInset href
47110 LatexCommand href
47111 name "lettrine"
47112 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47113 literal "false"
47114
47115 \end_inset
47116
47117
47118 \series default
47119  und ein 
47120 \begin_inset CommandInset href
47121 LatexCommand href
47122 name "Beispiel"
47123 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
47124 literal "false"
47125
47126 \end_inset
47127
47128
47129 \begin_inset Index idx
47130 status collapsed
47131
47132 \begin_layout Plain Layout
47133 \SpecialChar LaTeX
47134 -Pakete ! lettrine
47135 \end_layout
47136
47137 \end_inset
47138
47139
47140 \end_layout
47141
47142 \begin_layout Bibliography
47143 \begin_inset CommandInset bibitem
47144 LatexCommand bibitem
47145 key "listings"
47146 literal "true"
47147
47148 \end_inset
47149
47150 Dokumentation des \SpecialChar LaTeX
47151 -Pakets 
47152 \series bold
47153
47154 \begin_inset CommandInset href
47155 LatexCommand href
47156 name "listings"
47157 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
47158 literal "false"
47159
47160 \end_inset
47161
47162
47163 \series default
47164
47165 \begin_inset Index idx
47166 status collapsed
47167
47168 \begin_layout Plain Layout
47169 \SpecialChar LaTeX
47170 -Pakete ! listings
47171 \end_layout
47172
47173 \end_inset
47174
47175
47176 \end_layout
47177
47178 \begin_layout Bibliography
47179 \begin_inset CommandInset bibitem
47180 LatexCommand bibitem
47181 key "minted"
47182 literal "false"
47183
47184 \end_inset
47185
47186 Dokumentation des \SpecialChar LaTeX
47187 -Pakets 
47188 \series bold
47189
47190 \begin_inset CommandInset href
47191 LatexCommand href
47192 name "minted"
47193 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
47194 literal "false"
47195
47196 \end_inset
47197
47198
47199 \series default
47200
47201 \begin_inset Index idx
47202 status collapsed
47203
47204 \begin_layout Plain Layout
47205 \SpecialChar LaTeX
47206 -Pakete ! minted
47207 \end_layout
47208
47209 \end_inset
47210
47211
47212 \end_layout
47213
47214 \begin_layout Bibliography
47215 \begin_inset CommandInset bibitem
47216 LatexCommand bibitem
47217 key "marginnote"
47218 literal "true"
47219
47220 \end_inset
47221
47222 Dokumentation des \SpecialChar LaTeX
47223 -Pakets 
47224 \series bold
47225
47226 \begin_inset CommandInset href
47227 LatexCommand href
47228 name "marginnote"
47229 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
47230 literal "false"
47231
47232 \end_inset
47233
47234
47235 \series default
47236
47237 \begin_inset Index idx
47238 status collapsed
47239
47240 \begin_layout Plain Layout
47241 \SpecialChar LaTeX
47242 -Pakete ! marginnote
47243 \end_layout
47244
47245 \end_inset
47246
47247
47248 \end_layout
47249
47250 \begin_layout Bibliography
47251 \begin_inset CommandInset bibitem
47252 LatexCommand bibitem
47253 key "pdfpages"
47254 literal "true"
47255
47256 \end_inset
47257
47258 Dokumentation des \SpecialChar LaTeX
47259 -Pakets 
47260 \series bold
47261
47262 \begin_inset CommandInset href
47263 LatexCommand href
47264 name "pdfpages"
47265 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47266 literal "false"
47267
47268 \end_inset
47269
47270
47271 \series default
47272
47273 \begin_inset Index idx
47274 status collapsed
47275
47276 \begin_layout Plain Layout
47277 \SpecialChar LaTeX
47278 -Pakete ! pdfpages
47279 \end_layout
47280
47281 \end_inset
47282
47283
47284 \begin_inset CommandInset href
47285 LatexCommand href
47286 name "Inkscape"
47287 target "https://inkscape.org/de/"
47288 literal "false"
47289
47290 \end_inset
47291
47292
47293 \end_layout
47294
47295 \begin_layout Bibliography
47296 \begin_inset CommandInset bibitem
47297 LatexCommand bibitem
47298 key "prettyref"
47299 literal "true"
47300
47301 \end_inset
47302
47303 Dokumentation des \SpecialChar LaTeX
47304 -Pakets 
47305 \series bold
47306
47307 \begin_inset CommandInset href
47308 LatexCommand href
47309 name "prettyref"
47310 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47311 literal "false"
47312
47313 \end_inset
47314
47315
47316 \series default
47317
47318 \begin_inset Index idx
47319 status collapsed
47320
47321 \begin_layout Plain Layout
47322 \SpecialChar LaTeX
47323 -Pakete ! prettyref
47324 \end_layout
47325
47326 \end_inset
47327
47328
47329 \end_layout
47330
47331 \begin_layout Bibliography
47332 \begin_inset CommandInset bibitem
47333 LatexCommand bibitem
47334 key "pstricks"
47335 literal "true"
47336
47337 \end_inset
47338
47339 Webseite des \SpecialChar LaTeX
47340 -Pakets 
47341 \series bold
47342
47343 \begin_inset CommandInset href
47344 LatexCommand href
47345 name "PSTricks"
47346 target "http://tug.org/PSTricks/"
47347 literal "false"
47348
47349 \end_inset
47350
47351
47352 \series default
47353
47354 \begin_inset Index idx
47355 status collapsed
47356
47357 \begin_layout Plain Layout
47358 \SpecialChar LaTeX
47359 -Pakete ! pstricks
47360 \end_layout
47361
47362 \end_inset
47363
47364
47365 \end_layout
47366
47367 \begin_layout Bibliography
47368 \begin_inset CommandInset bibitem
47369 LatexCommand bibitem
47370 key "refstyle"
47371 literal "true"
47372
47373 \end_inset
47374
47375 Dokumentation des \SpecialChar LaTeX
47376 -Pakets 
47377 \series bold
47378
47379 \begin_inset CommandInset href
47380 LatexCommand href
47381 name "refstyle"
47382 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47383 literal "false"
47384
47385 \end_inset
47386
47387
47388 \series default
47389
47390 \begin_inset Index idx
47391 status collapsed
47392
47393 \begin_layout Plain Layout
47394 \SpecialChar LaTeX
47395 -Pakete ! refstyle
47396 \end_layout
47397
47398 \end_inset
47399
47400
47401 \end_layout
47402
47403 \begin_layout Bibliography
47404 \begin_inset CommandInset bibitem
47405 LatexCommand bibitem
47406 key "sidecap"
47407 literal "true"
47408
47409 \end_inset
47410
47411 Dokumentation des \SpecialChar LaTeX
47412 -Pakets 
47413 \series bold
47414
47415 \begin_inset CommandInset href
47416 LatexCommand href
47417 name "sidecap"
47418 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47419 literal "false"
47420
47421 \end_inset
47422
47423
47424 \series default
47425
47426 \begin_inset Index idx
47427 status collapsed
47428
47429 \begin_layout Plain Layout
47430 \SpecialChar LaTeX
47431 -Pakete ! sidecap
47432 \end_layout
47433
47434 \end_inset
47435
47436
47437 \end_layout
47438
47439 \begin_layout Bibliography
47440 \begin_inset CommandInset bibitem
47441 LatexCommand bibitem
47442 key "Inkscape"
47443 literal "true"
47444
47445 \end_inset
47446
47447 Dokumentation der Option 
47448 \begin_inset CommandInset href
47449 LatexCommand href
47450 name "Text in PDF weglassen"
47451 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
47452 literal "false"
47453
47454 \end_inset
47455
47456  des Programms 
47457 \noun on
47458
47459 \begin_inset CommandInset href
47460 LatexCommand href
47461 name "Inkscape"
47462 target "https://inkscape.org"
47463 literal "false"
47464
47465 \end_inset
47466
47467
47468 \end_layout
47469
47470 \begin_layout Standard
47471 \begin_inset CommandInset index_print
47472 LatexCommand printindex
47473 type "idx"
47474 name "Stichwortverzeichnis"
47475 literal "false"
47476
47477 \end_inset
47478
47479
47480 \end_layout
47481
47482 \end_body
47483 \end_document