]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
Use utf8 as inputenc for documentation, examples, and templates.
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 571
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 utf8
167 \fontencoding auto
168 \font_roman "lmodern" "default"
169 \font_sans "lmss" "default"
170 \font_typewriter "lmtt" "default"
171 \font_math "auto" "auto"
172 \font_default_family default
173 \use_non_tex_fonts false
174 \font_sc false
175 \font_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 \tablestyle default
241 \tracking_changes false
242 \output_changes false
243 \html_math_output 0
244 \html_css_as_file 0
245 \html_be_strict false
246 \end_header
247
248 \begin_body
249
250 \begin_layout Title
251 Das \SpecialChar LyX
252 -Handbuch der Einfügungen:
253 \begin_inset Newline newline
254 \end_inset
255
256  
257 \size larger
258 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
259 \end_layout
260
261 \begin_layout Author
262 vom \SpecialChar LyX
263 -Team
264 \begin_inset Foot
265 status open
266
267 \begin_layout Plain Layout
268 \noindent
269
270 \size normal
271 Übersetzung und Bearbeitung: Hartmut Haase
272 \size default
273  (
274 \noun on
275 HHa
276 \noun default
277 , bis März 2010), Uwe Stöhr
278 \begin_inset Newline newline
279 \end_inset
280
281 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
282  bitte an: 
283 \begin_inset CommandInset href
284 LatexCommand href
285 name "lyx-docs@lists.lyx.org"
286 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
287 type "mailto:"
288 literal "false"
289
290 \end_inset
291
292
293 \end_layout
294
295 \end_inset
296
297
298 \begin_inset Note Note
299 status collapsed
300
301 \begin_layout Plain Layout
302 Autor: Uwe Stöhr <uwestoehr@web.de>
303 \end_layout
304
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \family sans
317 Version 2.3.x
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset CommandInset toc
322 LatexCommand tableofcontents
323
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Standard
330 \begin_inset Note Note
331 status open
332
333 \begin_layout Plain Layout
334 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
335 en zu können oder es auszudrucken, benötigen Sie die \SpecialChar LaTeX
336 -Pakte 
337 \series bold
338 arydshln
339 \series default
340
341 \series bold
342 colortbl
343 \series default
344
345 \series bold
346 diagbox, lettrine, marginnote, picinpar
347 \series default
348  und 
349 \series bold
350 sidecap
351 \series default
352 .
353  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
354  denen sie benötigt werden.
355 \end_layout
356
357 \begin_layout Plain Layout
358 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
359  hier finden:
360 \begin_inset Newline newline
361 \end_inset
362
363
364 \series bold
365 https://wiki.lyx.org/LyX/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 placement document
812 alignment document
813 wide false
814 sideways false
815 status open
816
817 \begin_layout Plain Layout
818 \align center
819 \begin_inset Graphics
820         filename ../clipart/Star-structure.pdf
821         lyxscale 60
822         width 50col%
823         scaleBeforeRotation
824         rotateOrigin center
825
826 \end_inset
827
828
829 \end_layout
830
831 \begin_layout Plain Layout
832 \begin_inset Caption Standard
833
834 \begin_layout Plain Layout
835 \begin_inset CommandInset label
836 LatexCommand label
837 name "fig:Ein-Stern-in"
838
839 \end_inset
840
841 Ein Stern in einem Gleitobjekt.
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \end_inset
850
851
852 \end_layout
853
854 \begin_layout Standard
855 \begin_inset Float figure
856 placement document
857 alignment document
858 wide false
859 sideways false
860 status open
861
862 \begin_layout Plain Layout
863 \begin_inset Caption Standard
864
865 \begin_layout Plain Layout
866 \begin_inset CommandInset label
867 LatexCommand label
868 name "fig:Ein-3D-Objekt"
869
870 \end_inset
871
872 Ein 3D-Objekt.
873 \end_layout
874
875 \end_inset
876
877
878 \end_layout
879
880 \begin_layout Plain Layout
881 \align center
882 \begin_inset Graphics
883         filename ../clipart/3D-structure-distort.pdf
884         lyxscale 60
885         scale 80
886         scaleBeforeRotation
887         rotateOrigin center
888
889 \end_inset
890
891
892 \end_layout
893
894 \end_inset
895
896
897 \end_layout
898
899 \begin_layout Standard
900 \begin_inset Index idx
901 status collapsed
902
903 \begin_layout Plain Layout
904 Querverweise ! auf Abbildungen
905 \end_layout
906
907 \end_inset
908
909 Abbildung
910 \begin_inset space ~
911 \end_inset
912
913
914 \begin_inset CommandInset ref
915 LatexCommand ref
916 reference "fig:Ein-Stern-in"
917
918 \end_inset
919
920  und 
921 \begin_inset CommandInset ref
922 LatexCommand ref
923 reference "fig:Ein-3D-Objekt"
924
925 \end_inset
926
927  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
928  Dafür fügen Sie in der Beschriftung mit 
929 \family sans
930 Einfügen\SpecialChar menuseparator
931 Marke
932 \family default
933  oder durch Klicken auf 
934 \begin_inset Info
935 type  "icon"
936 arg   "label-insert"
937 \end_inset
938
939  eine Marke ein.
940  Auf diese können Sie dann wie gewohnt mit 
941 \family sans
942 Einfügen\SpecialChar menuseparator
943 Querverweis
944 \family default
945  oder durch Klicken auf 
946 \family sans
947
948 \begin_inset Info
949 type  "icon"
950 arg   "dialog-show-new-inset ref"
951 \end_inset
952
953
954 \family default
955  verweisen.
956  Das ist besser als eine vage Formulierung wie 
957 \begin_inset Quotes gld
958 \end_inset
959
960 die obige Abbildung
961 \begin_inset Quotes grd
962 \end_inset
963
964  zu benutzen, weil \SpecialChar LaTeX
965  die Abbildung dort platzieren wird, wo es sinnvoll erscheint
966 , und das muss nicht 
967 \emph on
968 oben
969 \emph default
970  sein.
971  Verweise werden detailliert in Abschnitt
972 \begin_inset space ~
973 \end_inset
974
975
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "abs:Auf-Gleitobjekte-verweisen"
979
980 \end_inset
981
982  beschrieben.
983 \end_layout
984
985 \begin_layout Standard
986 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
987  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
988  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
989  Gleitabbildung einfügt.
990  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
991  Abbildung
992 \begin_inset space ~
993 \end_inset
994
995
996 \begin_inset CommandInset ref
997 LatexCommand ref
998 reference "fig:Zwei-Teilabbildungen"
999
1000 \end_inset
1001
1002  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1003  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1004  Gleitabbildung auf Eingabe drücken.
1005  Abbildung
1006 \begin_inset space ~
1007 \end_inset
1008
1009
1010 \begin_inset CommandInset ref
1011 LatexCommand ref
1012 reference "fig:Pinkes-Objekt"
1013
1014 \end_inset
1015
1016  und 
1017 \begin_inset CommandInset ref
1018 LatexCommand ref
1019 reference "fig:Ein-Stern"
1020
1021 \end_inset
1022
1023  sind die Teilabbildungen.
1024 \end_layout
1025
1026 \begin_layout Standard
1027 \begin_inset Float figure
1028 placement document
1029 alignment document
1030 wide false
1031 sideways false
1032 status open
1033
1034 \begin_layout Plain Layout
1035 \begin_inset space \hfill{}
1036 \end_inset
1037
1038
1039 \begin_inset Float figure
1040 placement document
1041 alignment document
1042 wide false
1043 sideways false
1044 status collapsed
1045
1046 \begin_layout Plain Layout
1047 \begin_inset Caption Standard
1048
1049 \begin_layout Plain Layout
1050 \begin_inset CommandInset label
1051 LatexCommand label
1052 name "fig:Pinkes-Objekt"
1053
1054 \end_inset
1055
1056 Pinkes Objekt.
1057 \end_layout
1058
1059 \end_inset
1060
1061
1062 \end_layout
1063
1064 \begin_layout Plain Layout
1065 \begin_inset Graphics
1066         filename ../clipart/3D-structure-distort.pdf
1067         width 45col%
1068         scaleBeforeRotation
1069         groupId Teilabbildung
1070
1071 \end_inset
1072
1073
1074 \end_layout
1075
1076 \end_inset
1077
1078
1079 \begin_inset space \hfill{}
1080 \end_inset
1081
1082
1083 \begin_inset Float figure
1084 placement document
1085 alignment document
1086 wide false
1087 sideways false
1088 status collapsed
1089
1090 \begin_layout Plain Layout
1091 \begin_inset Caption Standard
1092
1093 \begin_layout Plain Layout
1094 \begin_inset CommandInset label
1095 LatexCommand label
1096 name "fig:Ein-Stern"
1097
1098 \end_inset
1099
1100 Ein Stern.
1101 \end_layout
1102
1103 \end_inset
1104
1105
1106 \end_layout
1107
1108 \begin_layout Plain Layout
1109 \begin_inset Graphics
1110         filename ../clipart/Star-structure.pdf
1111         width 45col%
1112         scaleBeforeRotation
1113         groupId Teilabbildung
1114
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \end_inset
1121
1122
1123 \begin_inset space \hfill{}
1124 \end_inset
1125
1126
1127 \end_layout
1128
1129 \begin_layout Plain Layout
1130 \begin_inset Caption Standard
1131
1132 \begin_layout Plain Layout
1133 \begin_inset CommandInset label
1134 LatexCommand label
1135 name "fig:Zwei-Teilabbildungen"
1136
1137 \end_inset
1138
1139 Zwei Teilabbildungen nebeneinander.
1140  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1141 \begin_inset Quotes gld
1142 \end_inset
1143
1144 Teilabbildung
1145 \begin_inset Quotes grd
1146 \end_inset
1147
1148  an.
1149 \end_layout
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \begin_layout Section
1162 Bildformate
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "abs:Bildformate"
1166
1167 \end_inset
1168
1169
1170 \begin_inset Index idx
1171 status collapsed
1172
1173 \begin_layout Plain Layout
1174 Abbildungen ! Bildformate
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \end_layout
1181
1182 \begin_layout Standard
1183 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1184  Aber wie in Anhang
1185 \begin_inset space ~
1186 \end_inset
1187
1188
1189 \begin_inset CommandInset ref
1190 LatexCommand ref
1191 reference "kap:Ausgabedatei-Formate"
1192
1193 \end_inset
1194
1195  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1196  \SpecialChar LyX
1197  benutzt im Hintergrund das Programm
1198 \family typewriter
1199  ImageMagick
1200 \family default
1201 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1202  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1203  vermeiden.
1204  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1205  werden können.
1206  Diese Formate werden in Anhang
1207 \begin_inset space ~
1208 \end_inset
1209
1210
1211 \begin_inset CommandInset ref
1212 LatexCommand ref
1213 reference "kap:Ausgabedatei-Formate"
1214
1215 \end_inset
1216
1217  beschrieben.
1218 \end_layout
1219
1220 \begin_layout Standard
1221 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1222 \end_layout
1223
1224 \begin_layout Description
1225 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1226  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1227  
1228 \emph on
1229 pixelig
1230 \emph default
1231  aus.
1232  Bekannte Pixel-Formate sind 
1233 \begin_inset Quotes gld
1234 \end_inset
1235
1236 Graphics Interchange Format
1237 \begin_inset Quotes grd
1238 \end_inset
1239
1240  (GIF, Dateiendung
1241 \family typewriter
1242  
1243 \family default
1244
1245 \begin_inset Quotes gld
1246 \end_inset
1247
1248
1249 \family typewriter
1250 .gif
1251 \family default
1252
1253 \begin_inset Quotes grd
1254 \end_inset
1255
1256 )
1257 \begin_inset Index idx
1258 status collapsed
1259
1260 \begin_layout Plain Layout
1261 GIF
1262 \end_layout
1263
1264 \end_inset
1265
1266
1267 \begin_inset Quotes gld
1268 \end_inset
1269
1270 Portable Network Graphics
1271 \begin_inset Quotes grd
1272 \end_inset
1273
1274  (PNG, Dateiendung 
1275 \begin_inset Quotes gld
1276 \end_inset
1277
1278
1279 \family typewriter
1280 .png
1281 \family default
1282
1283 \begin_inset Quotes grd
1284 \end_inset
1285
1286 )
1287 \begin_inset Index idx
1288 status collapsed
1289
1290 \begin_layout Plain Layout
1291 PNG
1292 \end_layout
1293
1294 \end_inset
1295
1296
1297 \begin_inset Quotes gld
1298 \end_inset
1299
1300 Joint Photographic Experts Group
1301 \begin_inset Quotes grd
1302 \end_inset
1303
1304  (JPEG, Dateiendung
1305 \family typewriter
1306  
1307 \family default
1308
1309 \begin_inset Quotes gld
1310 \end_inset
1311
1312
1313 \family typewriter
1314 .jpg
1315 \family default
1316
1317 \begin_inset Quotes grd
1318 \end_inset
1319
1320  oder 
1321 \begin_inset Quotes gld
1322 \end_inset
1323
1324
1325 \family typewriter
1326 .jpeg
1327 \family default
1328
1329 \begin_inset Quotes grd
1330 \end_inset
1331
1332 )
1333 \begin_inset Index idx
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337 JPG, JPEG
1338 \end_layout
1339
1340 \end_inset
1341
1342  und 
1343 \begin_inset Quotes gld
1344 \end_inset
1345
1346 Windows Bitmap
1347 \begin_inset Quotes grd
1348 \end_inset
1349
1350  (BMP, Dateiendung 
1351 \begin_inset Quotes gld
1352 \end_inset
1353
1354
1355 \family typewriter
1356 .bmp
1357 \family default
1358
1359 \begin_inset Quotes grd
1360 \end_inset
1361
1362 )
1363 \begin_inset Index idx
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367 BMP
1368 \end_layout
1369
1370 \end_inset
1371
1372 .
1373 \end_layout
1374
1375 \begin_layout Description
1376 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1377  auf jede beliebige Größe skaliert werden.
1378  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1379  zoomen zu können.
1380 \begin_inset Newline newline
1381 \end_inset
1382
1383 Bekannte Formate sind 
1384 \begin_inset Quotes gld
1385 \end_inset
1386
1387 Scalable Vector Graphics
1388 \begin_inset Quotes grd
1389 \end_inset
1390
1391  (SVG, Dateiendung
1392 \family typewriter
1393  
1394 \family default
1395
1396 \begin_inset Quotes gld
1397 \end_inset
1398
1399
1400 \family typewriter
1401 .svg
1402 \family default
1403
1404 \begin_inset Quotes grd
1405 \end_inset
1406
1407 )
1408 \begin_inset Index idx
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412 SVG
1413 \end_layout
1414
1415 \end_inset
1416
1417
1418 \begin_inset Quotes gld
1419 \end_inset
1420
1421 Encapsulated PostScript
1422 \begin_inset Quotes grd
1423 \end_inset
1424
1425  (EPS, Dateiendung 
1426 \begin_inset Quotes gld
1427 \end_inset
1428
1429
1430 \family typewriter
1431 .eps
1432 \family default
1433
1434 \begin_inset Quotes grd
1435 \end_inset
1436
1437 )
1438 \begin_inset Index idx
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442 EPS
1443 \end_layout
1444
1445 \end_inset
1446
1447
1448 \begin_inset Quotes gld
1449 \end_inset
1450
1451 Portable Document Format
1452 \begin_inset Quotes grd
1453 \end_inset
1454
1455  (PDF, Dateiendung
1456 \family typewriter
1457  
1458 \family default
1459
1460 \begin_inset Quotes gld
1461 \end_inset
1462
1463
1464 \family typewriter
1465 .pdf
1466 \family default
1467
1468 \begin_inset Quotes grd
1469 \end_inset
1470
1471 )
1472 \begin_inset Index idx
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476 PDF
1477 \end_layout
1478
1479 \end_inset
1480
1481  und 
1482 \begin_inset Quotes gld
1483 \end_inset
1484
1485 Windows Metafile
1486 \begin_inset Quotes grd
1487 \end_inset
1488
1489  (WMF, Dateiendung 
1490 \begin_inset Quotes gld
1491 \end_inset
1492
1493
1494 \family typewriter
1495 .wmf
1496 \family default
1497
1498 \begin_inset Quotes grd
1499 \end_inset
1500
1501 )
1502 \begin_inset Index idx
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506 WMF
1507 \end_layout
1508
1509 \end_inset
1510
1511 .
1512 \end_layout
1513
1514 \begin_layout Standard
1515 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1516  das Ergebnis ist immer noch ein Pixelbild.
1517  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1518  hinzugefügt.
1519 \begin_inset Foot
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 Bei PDF wird das Originalbild auch noch komprimiert.
1524 \end_layout
1525
1526 \end_inset
1527
1528  Die PDF-Dateien, die 
1529 \family typewriter
1530 Adobe Photoshop
1531 \family default
1532  erzeugt, sind zum Beispiel Pixelbilder.
1533 \end_layout
1534
1535 \begin_layout Standard
1536 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1537  umgekehrt.
1538  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1539  eingefügt werden.
1540  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1541  erzeugt wird, weil es zur Zeit keine WMF/SVG
1542 \begin_inset Formula $\to$
1543 \end_inset
1544
1545 PDF/EPS Konverter gibt.
1546 \end_layout
1547
1548 \begin_layout Chapter
1549 Tabellen
1550 \begin_inset Index idx
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554 Tabellen
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \begin_layout Section
1563 Einführung
1564 \begin_inset Index idx
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568 Tabellen ! Einführung
1569 \end_layout
1570
1571 \end_inset
1572
1573
1574 \end_layout
1575
1576 \begin_layout Standard
1577 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1578 \begin_inset Info
1579 type  "icon"
1580 arg   "tabular-insert"
1581 \end_inset
1582
1583  oder das Menü 
1584 \family sans
1585 Einfügen\SpecialChar menuseparator
1586 Tabelle
1587 \family default
1588  einfügen.
1589  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1590 \begin_inset space \thinspace{}
1591 \end_inset
1592
1593 -Tabelle.
1594  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1595  und die Größe der dunkelblauen Tabelle angezeigt.
1596  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1597  ein.
1598  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1599  Spaltenanzahl festlegen können und einen Tabellenstils (der die Rahmengestaltun
1600 g betrifft) auswählen können.
1601 \end_layout
1602
1603 \begin_layout Standard
1604 In der so erstellten Tabelle ist standardmäßig jede Zelle umrandet.
1605  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1606  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1607  die zweite Zeile eine Linie oberhalb haben.
1608  Hier ist ein Beispiel:
1609 \end_layout
1610
1611 \begin_layout Standard
1612 \align center
1613 \begin_inset Tabular
1614 <lyxtabular version="3" rows="5" columns="4">
1615 <features tabularvalignment="middle">
1616 <column alignment="center" valignment="top">
1617 <column alignment="center" valignment="top">
1618 <column alignment="center" valignment="top">
1619 <column alignment="center" valignment="top">
1620 <row>
1621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1622 \begin_inset Text
1623
1624 \begin_layout Plain Layout
1625
1626 \end_layout
1627
1628 \end_inset
1629 </cell>
1630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1631 \begin_inset Text
1632
1633 \begin_layout Plain Layout
1634
1635 \family roman
1636 \series medium
1637 \shape up
1638 \size normal
1639 \emph off
1640 \bar no
1641 \noun off
1642 \color none
1643 1
1644 \end_layout
1645
1646 \end_inset
1647 </cell>
1648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1649 \begin_inset Text
1650
1651 \begin_layout Plain Layout
1652 2
1653 \end_layout
1654
1655 \end_inset
1656 </cell>
1657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1658 \begin_inset Text
1659
1660 \begin_layout Plain Layout
1661 3
1662 \end_layout
1663
1664 \end_inset
1665 </cell>
1666 </row>
1667 <row>
1668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1669 \begin_inset Text
1670
1671 \begin_layout Plain Layout
1672
1673 \family roman
1674 \series medium
1675 \shape up
1676 \size normal
1677 \emph off
1678 \bar no
1679 \noun off
1680 \color none
1681 A
1682 \end_layout
1683
1684 \end_inset
1685 </cell>
1686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1687 \begin_inset Text
1688
1689 \begin_layout Plain Layout
1690
1691 \end_layout
1692
1693 \end_inset
1694 </cell>
1695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1696 \begin_inset Text
1697
1698 \begin_layout Plain Layout
1699
1700 \end_layout
1701
1702 \end_inset
1703 </cell>
1704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1705 \begin_inset Text
1706
1707 \begin_layout Plain Layout
1708
1709 \end_layout
1710
1711 \end_inset
1712 </cell>
1713 </row>
1714 <row>
1715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1716 \begin_inset Text
1717
1718 \begin_layout Plain Layout
1719
1720 \family roman
1721 \series medium
1722 \shape up
1723 \size normal
1724 \emph off
1725 \bar no
1726 \noun off
1727 \color none
1728 B
1729 \end_layout
1730
1731 \end_inset
1732 </cell>
1733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1734 \begin_inset Text
1735
1736 \begin_layout Plain Layout
1737
1738 \end_layout
1739
1740 \end_inset
1741 </cell>
1742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1743 \begin_inset Text
1744
1745 \begin_layout Plain Layout
1746
1747 \end_layout
1748
1749 \end_inset
1750 </cell>
1751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1752 \begin_inset Text
1753
1754 \begin_layout Plain Layout
1755
1756 \end_layout
1757
1758 \end_inset
1759 </cell>
1760 </row>
1761 <row>
1762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Plain Layout
1766
1767 \family roman
1768 \series medium
1769 \shape up
1770 \size normal
1771 \emph off
1772 \bar no
1773 \noun off
1774 \color none
1775 C
1776 \end_layout
1777
1778 \end_inset
1779 </cell>
1780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 </row>
1808 <row>
1809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813 D
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 </row>
1846 </lyxtabular>
1847
1848 \end_inset
1849
1850
1851 \end_layout
1852
1853 \begin_layout Standard
1854 Das entspricht dem Stil 
1855 \begin_inset Quotes gld
1856 \end_inset
1857
1858 Gitter mit abgesetztem Kopf
1859 \begin_inset Quotes grd
1860 \end_inset
1861
1862  in der Stilauswahl.
1863 \end_layout
1864
1865 \begin_layout Standard
1866 Andere auswählbare Stile sind:
1867 \end_layout
1868
1869 \begin_layout Itemize
1870 Ein 
1871 \begin_inset Quotes gld
1872 \end_inset
1873
1874 einfaches Gitter
1875 \begin_inset Quotes grd
1876 \end_inset
1877
1878 , das so aussieht wie die Tabelle oben, aber ohne durch Doppellinien abgesetzten
1879  Tabellenkopf,
1880 \end_layout
1881
1882 \begin_layout Itemize
1883 eine rahmenlose Tabelle (ohne jegliche Linien)
1884 \end_layout
1885
1886 \begin_layout Itemize
1887 und eine so genannte 
1888 \begin_inset Quotes gld
1889 \end_inset
1890
1891 formale Tabelle
1892 \begin_inset Quotes grd
1893 \end_inset
1894
1895 , wie sie häufig im professionellem Textsatz verwendet wird (nur mit horizontale
1896 n Linien und fetten Linien am Kopf und Fuß der Tabelle; das Handbuch 
1897 \emph on
1898 Eingebettete Objekte
1899 \emph default
1900  hat dazu einen eigenen Abschnitt).
1901 \end_layout
1902
1903 \begin_layout Standard
1904 Der Standardstil, der in diesem Dialog und auch vom Werkzeugleistenknopf
1905  verwendet wird, kann in 
1906 \family sans
1907 Dokument\SpecialChar menuseparator
1908 Einstellungen\SpecialChar menuseparator
1909 Seitenlayout
1910 \family default
1911  geändert werden.
1912  Wenn der Standardstil oben nicht Ihren Bedürfnissen entspricht, sollten
1913  Sie das tun.
1914 \end_layout
1915
1916 \begin_layout Section
1917 Tabellen-Dialog
1918 \begin_inset Index idx
1919 status collapsed
1920
1921 \begin_layout Plain Layout
1922 Tabellen ! Einstellungen
1923 \end_layout
1924
1925 \end_inset
1926
1927
1928 \end_layout
1929
1930 \begin_layout Standard
1931 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1932  Maustaste darauf klicken.
1933  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1934 \family sans
1935 Mehr
1936 \family default
1937  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1938  ist, geändert werden können.
1939  Das Kontextmenü 
1940 \family sans
1941 Mehr\SpecialChar menuseparator
1942 Einstellungen
1943 \family default
1944  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1945  können.
1946  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1947  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1948  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1949  Auswahl.
1950  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1951 \emph on
1952 Inhalt
1953 \emph default
1954  einer Zelle oder die Zelle selber ausgewählt haben.
1955 \begin_inset Newline newline
1956 \end_inset
1957
1958 Mit der Dialog-Option 
1959 \family sans
1960 Direkt
1961 \begin_inset space ~
1962 \end_inset
1963
1964 übernehmen
1965 \family default
1966  wird jede Änderung, die Sie machen, direkt übernommen.
1967  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1968  dann auch die Parameter der neuen Zelle an.
1969  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1970 \family sans
1971 Enter
1972 \family default
1973  drücken, um die Änderung zu übernehmen.
1974 \begin_inset Newline newline
1975 \end_inset
1976
1977 Der Tabellen-Dialog hat folgende Karteikarten:
1978 \end_layout
1979
1980 \begin_layout Description
1981 Tabellen-Einstellungen Hier können Sie die Horizontale
1982 \begin_inset space ~
1983 \end_inset
1984
1985 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1986  Die Ausrichtung 
1987 \family sans
1988 Am
1989 \begin_inset space ~
1990 \end_inset
1991
1992 Dezimaltrenner
1993 \family default
1994  ist in Abschnitt
1995 \begin_inset space ~
1996 \end_inset
1997
1998
1999 \begin_inset CommandInset ref
2000 LatexCommand ref
2001 reference "uab:Besondere-Zellenausrichtung"
2002
2003 \end_inset
2004
2005  beschrieben.
2006  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
2007 \begin_inset space ~
2008 \end_inset
2009
2010 Ausrichtung der momentanen Zeile wählen.
2011  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
2012  Absätze haben, wie in Abschnitt
2013 \begin_inset space ~
2014 \end_inset
2015
2016
2017 \begin_inset CommandInset ref
2018 LatexCommand ref
2019 reference "uab:Mehrere-Zeilen-in"
2020
2021 \end_inset
2022
2023  beschrieben.
2024  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2025 \begin_inset Newline newline
2026 \end_inset
2027
2028 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2029  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2030 \begin_inset space ~
2031 \end_inset
2032
2033
2034 \begin_inset CommandInset ref
2035 LatexCommand ref
2036 reference "uab:Mehrfachspalten"
2037
2038 \end_inset
2039
2040  und 
2041 \begin_inset CommandInset ref
2042 LatexCommand ref
2043 reference "uab:Mehrfachzeilen"
2044
2045 \end_inset
2046
2047  beschrieben.
2048 \begin_inset Newline newline
2049 \end_inset
2050
2051 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2052  den Uhrzeigersinn um 90° drehen.
2053  \SpecialChar LyX
2054  zeigt diese Drehung nur in der Ausgabe.
2055  Für weitere Informationen siehe Abschnitt
2056 \begin_inset space ~
2057 \end_inset
2058
2059
2060 \begin_inset CommandInset ref
2061 LatexCommand ref
2062 reference "abs:Rotierte-Tabellenzellen"
2063
2064 \end_inset
2065
2066 .
2067 \begin_inset Newline newline
2068 \end_inset
2069
2070
2071 \begin_inset Note Greyedout
2072 status open
2073
2074 \begin_layout Plain Layout
2075
2076 \series bold
2077 Achtung:
2078 \series default
2079  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2080 \end_layout
2081
2082 \end_inset
2083
2084
2085 \begin_inset Newline newline
2086 \end_inset
2087
2088 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2089  Textzeilen verwendet:
2090 \begin_inset Newline newline
2091 \end_inset
2092
2093 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2094 \begin_inset Tabular
2095 <lyxtabular version="3" rows="2" columns="2">
2096 <features tabularvalignment="top">
2097 <column alignment="center" valignment="top" width="0pt">
2098 <column alignment="center" valignment="top">
2099 <row>
2100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2101 \begin_inset Text
2102
2103 \begin_layout Plain Layout
2104
2105 \end_layout
2106
2107 \end_inset
2108 </cell>
2109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2110 \begin_inset Text
2111
2112 \begin_layout Plain Layout
2113 1
2114 \end_layout
2115
2116 \end_inset
2117 </cell>
2118 </row>
2119 <row>
2120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2121 \begin_inset Text
2122
2123 \begin_layout Plain Layout
2124 A
2125 \end_layout
2126
2127 \end_inset
2128 </cell>
2129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2130 \begin_inset Text
2131
2132 \begin_layout Plain Layout
2133
2134 \end_layout
2135
2136 \end_inset
2137 </cell>
2138 </row>
2139 </lyxtabular>
2140
2141 \end_inset
2142
2143  
2144 \begin_inset Tabular
2145 <lyxtabular version="3" rows="2" columns="2">
2146 <features tabularvalignment="middle">
2147 <column alignment="center" valignment="top">
2148 <column alignment="center" valignment="top">
2149 <row>
2150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2151 \begin_inset Text
2152
2153 \begin_layout Plain Layout
2154
2155 \end_layout
2156
2157 \end_inset
2158 </cell>
2159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2160 \begin_inset Text
2161
2162 \begin_layout Plain Layout
2163 1
2164 \end_layout
2165
2166 \end_inset
2167 </cell>
2168 </row>
2169 <row>
2170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2171 \begin_inset Text
2172
2173 \begin_layout Plain Layout
2174 A
2175 \end_layout
2176
2177 \end_inset
2178 </cell>
2179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2180 \begin_inset Text
2181
2182 \begin_layout Plain Layout
2183
2184 \end_layout
2185
2186 \end_inset
2187 </cell>
2188 </row>
2189 </lyxtabular>
2190
2191 \end_inset
2192
2193  
2194 \begin_inset Tabular
2195 <lyxtabular version="3" rows="2" columns="2">
2196 <features tabularvalignment="bottom">
2197 <column alignment="center" valignment="top" width="0pt">
2198 <column alignment="center" valignment="top">
2199 <row>
2200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2201 \begin_inset Text
2202
2203 \begin_layout Plain Layout
2204
2205 \end_layout
2206
2207 \end_inset
2208 </cell>
2209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2210 \begin_inset Text
2211
2212 \begin_layout Plain Layout
2213 1
2214 \end_layout
2215
2216 \end_inset
2217 </cell>
2218 </row>
2219 <row>
2220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2221 \begin_inset Text
2222
2223 \begin_layout Plain Layout
2224 A
2225 \end_layout
2226
2227 \end_inset
2228 </cell>
2229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2230 \begin_inset Text
2231
2232 \begin_layout Plain Layout
2233
2234 \end_layout
2235
2236 \end_inset
2237 </cell>
2238 </row>
2239 </lyxtabular>
2240
2241 \end_inset
2242
2243
2244 \begin_inset Newline newline
2245 \end_inset
2246
2247 Man kann auch ein \SpecialChar LaTeX
2248 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2249 gen einfügen,
2250  wie in den Abschnitten 
2251 \begin_inset CommandInset ref
2252 LatexCommand ref
2253 reference "uab:Mehrfachspalten-Berechnungen"
2254
2255 \end_inset
2256
2257  und 
2258 \begin_inset CommandInset ref
2259 LatexCommand ref
2260 reference "abs:Farbige-Tabellen"
2261
2262 \end_inset
2263
2264  beschrieben.
2265 \end_layout
2266
2267 \begin_layout Description
2268 Rahmen Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und
2269  Spalte(n) hinzufügen und löschen.
2270 \begin_inset Newline newline
2271 \end_inset
2272
2273 Wenn Sie die Stil-Option
2274 \family sans
2275  Formal
2276 \family default
2277  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2278 \begin_inset space ~
2279 \end_inset
2280
2281
2282 \begin_inset CommandInset ref
2283 LatexCommand ref
2284 reference "abs:Formale-Tabellen"
2285
2286 \end_inset
2287
2288  beschrieben, konvertiert.
2289 \begin_inset Newline newline
2290 \end_inset
2291
2292 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2293 \begin_inset space ~
2294 \end_inset
2295
2296
2297 \begin_inset CommandInset ref
2298 LatexCommand ref
2299 reference "uab:Zeilenabstand"
2300
2301 \end_inset
2302
2303  beschrieben.
2304 \end_layout
2305
2306 \begin_layout Description
2307 Mehrseitige
2308 \begin_inset space ~
2309 \end_inset
2310
2311 Tabelle Hier kann eine Tabelle definiert werden, die über mehrere Seiten
2312  reicht.
2313  Die Abschnitte
2314 \begin_inset space ~
2315 \end_inset
2316
2317
2318 \begin_inset CommandInset ref
2319 LatexCommand ref
2320 reference "abs:Mehrseitige-Tabellen"
2321
2322 \end_inset
2323
2324  und 
2325 \begin_inset CommandInset ref
2326 LatexCommand ref
2327 reference "sec:Weitere-Möglichkeiten-für"
2328
2329 \end_inset
2330
2331  beschreiben diese Funktion genauer.
2332 \end_layout
2333
2334 \begin_layout Section
2335 Tabellen-Werkzeugleiste
2336 \begin_inset Index idx
2337 status collapsed
2338
2339 \begin_layout Plain Layout
2340 Tabellen ! Werkzeugleiste
2341 \end_layout
2342
2343 \end_inset
2344
2345
2346 \end_layout
2347
2348 \begin_layout Standard
2349 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2350 \family sans
2351 Tabellen-Einstellungen
2352 \family default
2353 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2354  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2355  \SpecialChar LyX
2356 -Fensters.
2357 \end_layout
2358
2359 \begin_layout Standard
2360 Die Werkzeugleiste hat folgende Knöpfe:
2361 \end_layout
2362
2363 \begin_layout Labeling
2364 \labelwidthstring 00.00.0000
2365 \begin_inset Info
2366 type  "icon"
2367 arg   "tabular-feature append-row"
2368 \end_inset
2369
2370  Fügt eine Zeile unterhalb der momentanen an
2371 \end_layout
2372
2373 \begin_layout Labeling
2374 \labelwidthstring 00.00.0000
2375 \begin_inset Info
2376 type  "icon"
2377 arg   "tabular-feature append-column"
2378 \end_inset
2379
2380  Fügt eine Spalte rechts von der momentanen an
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385 \begin_inset Info
2386 type  "icon"
2387 arg   "tabular-feature delete-row"
2388 \end_inset
2389
2390  Löscht die ausgewählte(n) Zeile(n)
2391 \end_layout
2392
2393 \begin_layout Labeling
2394 \labelwidthstring 00.00.0000
2395 \begin_inset Info
2396 type  "icon"
2397 arg   "tabular-feature delete-column"
2398 \end_inset
2399
2400  Löscht die ausgewählte(n) Spalte(n)
2401 \end_layout
2402
2403 \begin_layout Labeling
2404 \labelwidthstring 00.00.0000
2405 \begin_inset Info
2406 type  "icon"
2407 arg   "tabular-feature move-row-up"
2408 \end_inset
2409
2410  verschiebt die ausgewählte Zeile nach oben
2411 \end_layout
2412
2413 \begin_layout Labeling
2414 \labelwidthstring 00.00.0000
2415 \begin_inset Info
2416 type  "icon"
2417 arg   "tabular-feature move-column-left"
2418 \end_inset
2419
2420  verschiebt die ausgewählte Spalte nach links
2421 \end_layout
2422
2423 \begin_layout Labeling
2424 \labelwidthstring 00.00.0000
2425 \begin_inset Info
2426 type  "icon"
2427 arg   "tabular-feature move-row-down"
2428 \end_inset
2429
2430  verschiebt die ausgewählte Zeile nach unten
2431 \end_layout
2432
2433 \begin_layout Labeling
2434 \labelwidthstring 00.00.0000
2435 \begin_inset Info
2436 type  "icon"
2437 arg   "tabular-feature move-column-right"
2438 \end_inset
2439
2440  verschiebt die ausgewählte Spalte nach rechts
2441 \end_layout
2442
2443 \begin_layout Labeling
2444 \labelwidthstring 00.00.0000
2445 \begin_inset Info
2446 type  "icon"
2447 arg   "tabular-feature toggle-line-top"
2448 \end_inset
2449
2450  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2451  wenn der Knopf grau hinterlegt ist
2452 \end_layout
2453
2454 \begin_layout Labeling
2455 \labelwidthstring 00.00.0000
2456 \begin_inset Info
2457 type  "icon"
2458 arg   "tabular-feature toggle-line-bottom"
2459 \end_inset
2460
2461  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2462  wenn der Knopf grau hinterlegt ist
2463 \end_layout
2464
2465 \begin_layout Labeling
2466 \labelwidthstring 00.00.0000
2467 \begin_inset Info
2468 type  "icon"
2469 arg   "tabular-feature toggle-line-left"
2470 \end_inset
2471
2472  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2473  wenn der Knopf grau hinterlegt ist
2474 \end_layout
2475
2476 \begin_layout Labeling
2477 \labelwidthstring 00.00.0000
2478 \begin_inset Info
2479 type  "icon"
2480 arg   "tabular-feature toggle-line-right"
2481 \end_inset
2482
2483  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2484  wenn der Knopf grau hinterlegt ist
2485 \end_layout
2486
2487 \begin_layout Labeling
2488 \labelwidthstring 00.00.0000
2489 \begin_inset Info
2490 type  "icon"
2491 arg   "tabular-feature set-all-lines"
2492 \end_inset
2493
2494  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2495 \end_layout
2496
2497 \begin_layout Labeling
2498 \labelwidthstring 00.00.0000
2499 \begin_inset Info
2500 type  "icon"
2501 arg   "tabular-feature set-border-lines"
2502 \end_inset
2503
2504  Fügt einen Rahmen um die ausgewählte(n) Zellen
2505 \end_layout
2506
2507 \begin_layout Labeling
2508 \labelwidthstring 00.00.0000
2509 \begin_inset Info
2510 type  "icon"
2511 arg   "tabular-feature unset-all-lines"
2512 \end_inset
2513
2514  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2515 \end_layout
2516
2517 \begin_layout Labeling
2518 \labelwidthstring 00.00.0000
2519 \begin_inset Info
2520 type  "icon"
2521 arg   "tabular-feature reset-formal-default"
2522 \end_inset
2523
2524  Wenn Sie eine formale Tabellen verwenden, setzt dies die Rahmen zu einem
2525  sinnvollen Standard zurück (horizontale Linien nur in der Kopf- und Fußzeile)
2526 \end_layout
2527
2528 \begin_layout Labeling
2529 \labelwidthstring 00.00.0000
2530 \begin_inset Info
2531 type  "icon"
2532 arg   "tabular-feature m-align-left"
2533 \end_inset
2534
2535  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2536 \end_layout
2537
2538 \begin_layout Labeling
2539 \labelwidthstring 00.00.0000
2540 \begin_inset Info
2541 type  "icon"
2542 arg   "tabular-feature m-align-center"
2543 \end_inset
2544
2545  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2546 \end_layout
2547
2548 \begin_layout Labeling
2549 \labelwidthstring 00.00.0000
2550 \begin_inset Info
2551 type  "icon"
2552 arg   "tabular-feature m-align-right"
2553 \end_inset
2554
2555  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2556 \end_layout
2557
2558 \begin_layout Labeling
2559 \labelwidthstring 00.00.0000
2560 \begin_inset Info
2561 type  "icon"
2562 arg   "tabular-feature align-decimal"
2563 \end_inset
2564
2565  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2566 \end_layout
2567
2568 \begin_layout Labeling
2569 \labelwidthstring 00.00.0000
2570 \begin_inset Info
2571 type  "icon"
2572 arg   "tabular-feature m-valign-top"
2573 \end_inset
2574
2575  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2576 \end_layout
2577
2578 \begin_layout Labeling
2579 \labelwidthstring 00.00.0000
2580 \begin_inset Info
2581 type  "icon"
2582 arg   "tabular-feature m-valign-middle"
2583 \end_inset
2584
2585  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2586 \end_layout
2587
2588 \begin_layout Labeling
2589 \labelwidthstring 00.00.0000
2590 \begin_inset Info
2591 type  "icon"
2592 arg   "tabular-feature m-valign-bottom"
2593 \end_inset
2594
2595  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2596 \end_layout
2597
2598 \begin_layout Labeling
2599 \labelwidthstring 00.00.0000
2600 \begin_inset Info
2601 type  "icon"
2602 arg   "tabular-feature set-rotate-cell"
2603 \end_inset
2604
2605  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2606 \end_layout
2607
2608 \begin_layout Labeling
2609 \labelwidthstring 00.00.0000
2610 \begin_inset Info
2611 type  "icon"
2612 arg   "tabular-feature set-rotate-tabular"
2613 \end_inset
2614
2615  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2616 \end_layout
2617
2618 \begin_layout Labeling
2619 \labelwidthstring 00.00.0000
2620 \begin_inset Info
2621 type  "icon"
2622 arg   "tabular-feature multicolumn"
2623 \end_inset
2624
2625  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2626 \end_layout
2627
2628 \begin_layout Labeling
2629 \labelwidthstring 00.00.0000
2630 \begin_inset Info
2631 type  "icon"
2632 arg   "tabular-feature multirow"
2633 \end_inset
2634
2635  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2636 \end_layout
2637
2638 \begin_layout Standard
2639 \begin_inset Note Greyedout
2640 status open
2641
2642 \begin_layout Plain Layout
2643
2644 \series bold
2645 Bemerkung:
2646 \series default
2647  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2648  Reihe für alle Zelle der Reihe verwendet.
2649 \end_layout
2650
2651 \end_inset
2652
2653
2654 \end_layout
2655
2656 \begin_layout Section
2657 Bearbeiten-Menü
2658 \begin_inset Index idx
2659 status collapsed
2660
2661 \begin_layout Plain Layout
2662 Tabellen ! Bearbeiten-Menü
2663 \end_layout
2664
2665 \end_inset
2666
2667
2668 \end_layout
2669
2670 \begin_layout Standard
2671 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2672  Wenn der Cursor in einer Tabelle steht, sind im 
2673 \family sans
2674 Bearbeiten
2675 \family default
2676 -Menü folgende Punkte aktiviert: 
2677 \family sans
2678 Tabelle
2679 \family default
2680
2681 \family sans
2682 Zeilen
2683 \begin_inset space ~
2684 \end_inset
2685
2686 &
2687 \begin_inset space ~
2688 \end_inset
2689
2690 Spalten
2691 \family default
2692  und 
2693 \family sans
2694 Tabellen-Einstellungen
2695 \family default
2696 .
2697  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2698 ngsmöglichkeiten zu erreichen.
2699 \end_layout
2700
2701 \begin_layout Section
2702 Gleitende Tabellen
2703 \begin_inset CommandInset label
2704 LatexCommand label
2705 name "abs:Gleitende-Tabellen"
2706
2707 \end_inset
2708
2709
2710 \begin_inset Index idx
2711 status collapsed
2712
2713 \begin_layout Plain Layout
2714 Gleitobjekte ! Tabellen
2715 \end_layout
2716
2717 \end_inset
2718
2719
2720 \begin_inset Index idx
2721 status collapsed
2722
2723 \begin_layout Plain Layout
2724 Tabellen ! gleitende
2725 \end_layout
2726
2727 \end_inset
2728
2729
2730 \end_layout
2731
2732 \begin_layout Standard
2733 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2734 \begin_inset space ~
2735 \end_inset
2736
2737
2738 \begin_inset CommandInset ref
2739 LatexCommand ref
2740 reference "abs:Gleitobjekte-Einleitung"
2741
2742 \end_inset
2743
2744 .
2745 \end_layout
2746
2747 \begin_layout Standard
2748 \begin_inset Float table
2749 placement h
2750 alignment document
2751 wide false
2752 sideways false
2753 status open
2754
2755 \begin_layout Plain Layout
2756 \begin_inset Caption Standard
2757
2758 \begin_layout Plain Layout
2759 \begin_inset CommandInset label
2760 LatexCommand label
2761 name "tab:Eine-gleitende-Tabelle"
2762
2763 \end_inset
2764
2765 Eine gleitende Tabelle
2766 \end_layout
2767
2768 \end_inset
2769
2770
2771 \end_layout
2772
2773 \begin_layout Plain Layout
2774 \align center
2775 \begin_inset Tabular
2776 <lyxtabular version="3" rows="3" columns="3">
2777 <features tabularvalignment="middle">
2778 <column alignment="center" valignment="top" width="0pt">
2779 <column alignment="center" valignment="top" width="0pt">
2780 <column alignment="center" valignment="top" width="0pt">
2781 <row>
2782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2783 \begin_inset Text
2784
2785 \begin_layout Plain Layout
2786
2787 \family roman
2788 \series medium
2789 \shape up
2790 \size normal
2791 \emph off
2792 \bar no
2793 \noun off
2794 \color none
2795 1
2796 \end_layout
2797
2798 \end_inset
2799 </cell>
2800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2801 \begin_inset Text
2802
2803 \begin_layout Plain Layout
2804
2805 \family roman
2806 \series medium
2807 \shape up
2808 \size normal
2809 \emph off
2810 \bar no
2811 \noun off
2812 \color none
2813 2
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2819 \begin_inset Text
2820
2821 \begin_layout Plain Layout
2822
2823 \family roman
2824 \series medium
2825 \shape up
2826 \size normal
2827 \emph off
2828 \bar no
2829 \noun off
2830 \color none
2831 3
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 </row>
2837 <row>
2838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2839 \begin_inset Text
2840
2841 \begin_layout Plain Layout
2842
2843 \family roman
2844 \series medium
2845 \shape up
2846 \size normal
2847 \emph off
2848 \bar no
2849 \noun off
2850 \color none
2851 Martin
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Plain Layout
2860
2861 \family roman
2862 \series medium
2863 \shape up
2864 \size normal
2865 \emph off
2866 \bar no
2867 \noun off
2868 \color none
2869 Lena
2870 \end_layout
2871
2872 \end_inset
2873 </cell>
2874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2875 \begin_inset Text
2876
2877 \begin_layout Plain Layout
2878
2879 \family roman
2880 \series medium
2881 \shape up
2882 \size normal
2883 \emph off
2884 \bar no
2885 \noun off
2886 \color none
2887 Alina
2888 \end_layout
2889
2890 \end_inset
2891 </cell>
2892 </row>
2893 <row>
2894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898
2899 \family roman
2900 \series medium
2901 \shape up
2902 \size normal
2903 \emph off
2904 \bar no
2905 \noun off
2906 \color none
2907 \begin_inset Formula $\int x^{2}dx$
2908 \end_inset
2909
2910
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2916 \begin_inset Text
2917
2918 \begin_layout Plain Layout
2919
2920 \family roman
2921 \series medium
2922 \shape up
2923 \size normal
2924 \emph off
2925 \bar no
2926 \noun off
2927 \color none
2928 \begin_inset Formula $\left[\begin{array}{cc}
2929 a & b\\
2930 c & d
2931 \end{array}\right]$
2932 \end_inset
2933
2934
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Plain Layout
2943
2944 \family roman
2945 \series medium
2946 \shape up
2947 \size normal
2948 \emph off
2949 \bar no
2950 \noun off
2951 \color none
2952 \begin_inset Formula $1+1=2$
2953 \end_inset
2954
2955
2956 \end_layout
2957
2958 \end_inset
2959 </cell>
2960 </row>
2961 </lyxtabular>
2962
2963 \end_inset
2964
2965
2966 \end_layout
2967
2968 \end_inset
2969
2970
2971 \end_layout
2972
2973 \begin_layout Standard
2974 Gleitende Tabellen können über 
2975 \family sans
2976 Einfügen\SpecialChar menuseparator
2977 Gleitobjekt\SpecialChar menuseparator
2978 Tabelle
2979 \family default
2980  oder einen Klick auf den Werkzeugleistenknopf 
2981 \begin_inset Info
2982 type  "icon"
2983 arg   "float-insert table"
2984 \end_inset
2985
2986  erzeugt werden.
2987  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2988  In das rot umrahmte Feld rechts von 
2989 \emph on
2990 Tabelle
2991 \begin_inset space ~
2992 \end_inset
2993
2994 Nr:
2995 \emph default
2996  schreiben Sie die Tabellenbeschriftung.
2997  Nach einem Klick oberhalb oder unterhalb von 
2998 \emph on
2999 Tabelle
3000 \begin_inset space ~
3001 \end_inset
3002
3003 Nr:
3004 \emph default
3005  können Sie dann eine Tabelle einfügen.
3006 \end_layout
3007
3008 \begin_layout Standard
3009 Tabelle
3010 \begin_inset space ~
3011 \end_inset
3012
3013
3014 \begin_inset CommandInset ref
3015 LatexCommand ref
3016 reference "tab:Eine-gleitende-Tabelle"
3017
3018 \end_inset
3019
3020  ist ein Beispiel für eine gleitende Tabelle.
3021 \end_layout
3022
3023 \begin_layout Standard
3024 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
3025 herweise wird das von \SpecialChar LaTeX
3026  Standard-Klassen nicht unterstützt.
3027  Das bedeutet, dass bei den Klassen 
3028 \family sans
3029 article
3030 \family default
3031
3032 \family sans
3033 book
3034 \family default
3035
3036 \family sans
3037 letter
3038 \family default
3039 , und 
3040 \family sans
3041 report
3042 \family default
3043  kein Abstand zwischen dem Titel und der Tabelle sein wird.
3044  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
3045 -Paketes 
3046 \series bold
3047 caption
3048 \series default
3049
3050 \begin_inset Index idx
3051 status collapsed
3052
3053 \begin_layout Plain Layout
3054 \SpecialChar LaTeX
3055 -Pakete ! caption
3056 \end_layout
3057
3058 \end_inset
3059
3060  im \SpecialChar LaTeX
3061 -Vorspann Ihres Dokuments folgende Option einfügen:
3062 \begin_inset Foot
3063 status collapsed
3064
3065 \begin_layout Plain Layout
3066 Näheres finden Sie im Abschnitt
3067 \begin_inset space ~
3068 \end_inset
3069
3070
3071 \begin_inset CommandInset ref
3072 LatexCommand ref
3073 reference "abs:Titel-Platzierung"
3074
3075 \end_inset
3076
3077 .
3078 \end_layout
3079
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \begin_layout Standard
3086
3087 \series bold
3088 tableposition=top
3089 \end_layout
3090
3091 \begin_layout Standard
3092 Das Paket 
3093 \series bold
3094 caption
3095 \series default
3096 , das in Abschnitt
3097 \begin_inset space ~
3098 \end_inset
3099
3100
3101 \begin_inset CommandInset ref
3102 LatexCommand ref
3103 reference "abs:Titel-Formatierung"
3104
3105 \end_inset
3106
3107  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3108 \end_layout
3109
3110 \begin_layout Standard
3111 \begin_inset Index idx
3112 status collapsed
3113
3114 \begin_layout Plain Layout
3115 Querverweise ! auf Tabellen
3116 \end_layout
3117
3118 \end_inset
3119
3120 Auf Tabellen kann über ihre Marke verwiesen werden.
3121  Dafür fügen Sie in der Beschriftung mit 
3122 \family sans
3123 Einfügen\SpecialChar menuseparator
3124 Marke
3125 \family default
3126  oder durch Klicken auf 
3127 \begin_inset Info
3128 type  "icon"
3129 arg   "label-insert"
3130 \end_inset
3131
3132  eine Marke ein.
3133  Auf diese können Sie dann wie gewohnt mit 
3134 \family sans
3135 Einfügen\SpecialChar menuseparator
3136 Querverweis
3137 \family default
3138  oder durch Klicken auf 
3139 \begin_inset Info
3140 type  "icon"
3141 arg   "dialog-show-new-inset ref"
3142 \end_inset
3143
3144  verweisen.
3145  Verweise werden detailliert in Abschnitt
3146 \begin_inset space ~
3147 \end_inset
3148
3149
3150 \begin_inset CommandInset ref
3151 LatexCommand ref
3152 reference "abs:Auf-Gleitobjekte-verweisen"
3153
3154 \end_inset
3155
3156  beschrieben.
3157 \end_layout
3158
3159 \begin_layout Section
3160 Mehrseitige Tabellen
3161 \begin_inset CommandInset label
3162 LatexCommand label
3163 name "abs:Mehrseitige-Tabellen"
3164
3165 \end_inset
3166
3167
3168 \begin_inset Index idx
3169 status collapsed
3170
3171 \begin_layout Plain Layout
3172 Tabellen ! mehrseitige
3173 \end_layout
3174
3175 \end_inset
3176
3177
3178 \end_layout
3179
3180 \begin_layout Standard
3181 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie in
3182  den Tabellen-Einstellungen auf der Karteikarte  
3183 \family sans
3184 Mehrseitige
3185 \begin_inset space ~
3186 \end_inset
3187
3188 Tabelle
3189 \family default
3190  die Option 
3191 \family sans
3192 Mehrseitige
3193 \begin_inset space ~
3194 \end_inset
3195
3196 Tabelle
3197 \begin_inset space ~
3198 \end_inset
3199
3200 verwenden
3201 \family default
3202  auswählen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3203  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3204 \end_layout
3205
3206 \begin_layout Description
3207 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3208  festgelegt; mit Ausnahme der ersten, wenn 
3209 \family sans
3210 Erste
3211 \begin_inset space ~
3212 \end_inset
3213
3214 Kopfzeile
3215 \family default
3216  aktiviert ist.
3217 \end_layout
3218
3219 \begin_layout Description
3220 Erste
3221 \begin_inset space ~
3222 \end_inset
3223
3224 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3225  Seite einer mehrseitigen Tabelle definiert.
3226 \end_layout
3227
3228 \begin_layout Description
3229 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3230  mit Ausnahme der letzten, wenn 
3231 \family sans
3232 Letzte
3233 \begin_inset space ~
3234 \end_inset
3235
3236 Fußzeile
3237 \family default
3238  aktiviert ist.
3239 \end_layout
3240
3241 \begin_layout Description
3242 Letzte
3243 \begin_inset space ~
3244 \end_inset
3245
3246 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3247  einer mehrseitigen Tabelle definiert.
3248 \end_layout
3249
3250 \begin_layout Description
3251 Legende: Die aktuelle Zeile enthält die Legende.
3252  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3253  Mehr über Beschriftungen mehrseitiger Tabellen ist in Abschnitt
3254 \begin_inset space ~
3255 \end_inset
3256
3257
3258 \begin_inset CommandInset ref
3259 LatexCommand ref
3260 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
3261
3262 \end_inset
3263
3264  erklärt.
3265 \end_layout
3266
3267 \begin_layout Standard
3268 Hier ist ein Beispiel einer mehrseitigen Tabelle:
3269 \end_layout
3270
3271 \begin_layout Standard
3272 \align center
3273 \begin_inset Tabular
3274 <lyxtabular version="3" rows="69" columns="3">
3275 <features islongtable="true" longtabularalignment="center">
3276 <column alignment="left" valignment="top" width="0cm">
3277 <column alignment="left" valignment="top" width="0pt">
3278 <column alignment="right" valignment="top" width="0pt">
3279 <row endfirsthead="true">
3280 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284
3285 \series bold
3286 Telefonliste (ignoriere die Namen)
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 </row>
3310 <row endfirsthead="true">
3311 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315
3316 \series bold
3317 NAME
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335
3336 \series bold
3337 TEL.
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 </row>
3343 <row endhead="true">
3344 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348
3349 \series bold
3350 Telefonliste
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 </row>
3374 <row endhead="true">
3375 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \series bold
3381 NAME
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399
3400 \series bold
3401 TEL.
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 </row>
3407 <row endfoot="true">
3408 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \series bold
3414 wird fortgesetzt
3415 \series default
3416  \SpecialChar ldots
3417
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 </row>
3441 <row>
3442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446
3447 \series bold
3448 Annovi
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell alignment="center" valignment="top" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457 Silvia
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 111
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 </row>
3472 <row>
3473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477
3478 \series bold
3479 Bertoli
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488 Stefano
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 111
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 </row>
3503 <row>
3504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508
3509 \series bold
3510 Bozzi
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell alignment="center" valignment="top" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519 Walter
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 111
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 </row>
3534 <row>
3535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539
3540 \series bold
3541 Cachia
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 Maria
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 111
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 </row>
3565 <row>
3566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570
3571 \series bold
3572 Cachia
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 Maurizio
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 111
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 </row>
3596 <row>
3597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601
3602 \series bold
3603 Cinquemani
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="center" valignment="top" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 Giusi
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 111
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 </row>
3627 <row>
3628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632
3633 \series bold
3634 Colin
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 Bernard
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 111
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 </row>
3658 <row>
3659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663
3664 \series bold
3665 Concli
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 Gianfranco
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 111
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 </row>
3689 <row>
3690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694
3695 \series bold
3696 Dal Bosco
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 Carolina
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 111
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 </row>
3720 <row>
3721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725
3726 \series bold
3727 Dalpiaz
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 Annamaria
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 111
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 </row>
3751 <row>
3752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756
3757 \series bold
3758 Feliciello
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 Domenico
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 111
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 </row>
3782 <row>
3783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787
3788 \series bold
3789 Focarelli
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 Paola
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 111
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 </row>
3813 <row>
3814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818
3819 \series bold
3820 Galletti
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 Oreste
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 111
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 </row>
3844 <row>
3845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849
3850 \series bold
3851 Gasparini
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 Franca
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 111
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 </row>
3875 <row>
3876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880
3881 \series bold
3882 Rizzardi
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 Paola
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 111
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 </row>
3906 <row>
3907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911
3912 \series bold
3913 Lassini
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 Giancarlo
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 111
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 </row>
3937 <row>
3938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942
3943 \series bold
3944 Malfatti
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 Luciano
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 111
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 </row>
3968 <row>
3969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973
3974 \series bold
3975 Malfatti
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 Valeriano
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 111
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 </row>
3999 <row>
4000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004
4005 \series bold
4006 Meneguzzo
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 Roberto
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 111
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 </row>
4030 <row>
4031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035
4036 \series bold
4037 Mezzadra
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 Roberto
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 111
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 </row>
4061 <row>
4062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066
4067 \series bold
4068 Pirpamer
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 Erich
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 111
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 </row>
4092 <row>
4093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097
4098 \series bold
4099 Pochiesa
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 Paolo
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 111, 222
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 <row>
4124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \series bold
4130 Radina
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 Claudio
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 111
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161 Stuffer
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Oskar
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 111
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \series bold
4192 Tacchelli
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 Ugo
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 111
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221
4222 \series bold
4223 Tezzele
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 Margit
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 111
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \series bold
4254 Unterkalmsteiner
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 Frieda
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 111
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 </row>
4278 <row>
4279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283
4284 \series bold
4285 Vieider
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 Hilde
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 111
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 </row>
4309 <row>
4310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314
4315 \series bold
4316 Vigna
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 Jürgen
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 111
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345
4346 \series bold
4347 Weber
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 Maurizio
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 111
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376
4377 \series bold
4378 Winkler
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 Franz
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 111
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 <row>
4403 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407  
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 </row>
4431 <row>
4432 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436
4437 \series bold
4438 Annovi
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 Silvia
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 555
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 </row>
4462 <row>
4463 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467
4468 \series bold
4469 Bertoli
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 Stefano
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 555
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 </row>
4493 <row>
4494 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498
4499 \series bold
4500 Bozzi
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 Walter
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 555
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 </row>
4524 <row>
4525 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529
4530 \series bold
4531 Cachia
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 Maria
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 555
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 </row>
4555 <row>
4556 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560
4561 \series bold
4562 Cachia
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 Maurizio
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 555
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 </row>
4586 <row>
4587 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591
4592 \series bold
4593 Cinquemani
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 Giusi
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 555
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 </row>
4617 <row>
4618 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622
4623 \series bold
4624 Colin
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 Bernard
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 555
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 </row>
4648 <row>
4649 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653
4654 \series bold
4655 Concli
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 Gianfranco
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 555
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 </row>
4679 <row>
4680 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684
4685 \series bold
4686 Dal Bosco
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 Carolina
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 555
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 </row>
4710 <row>
4711 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715
4716 \series bold
4717 Dalpiaz
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 Annamaria
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 555
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 </row>
4741 <row>
4742 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746
4747 \series bold
4748 Feliciello
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 Domenico
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 555
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 </row>
4772 <row>
4773 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777
4778 \series bold
4779 Focarelli
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 Paola
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 555
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 </row>
4803 <row>
4804 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808
4809 \series bold
4810 Galletti
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 Oreste
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 555
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 </row>
4834 <row>
4835 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839
4840 \series bold
4841 Gasparini
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 Franca
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 555
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 </row>
4865 <row>
4866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870
4871 \series bold
4872 Rizzardi
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 Paola
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 555
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 </row>
4896 <row>
4897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901
4902 \series bold
4903 Lassini
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 Giancarlo
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 555
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 </row>
4927 <row>
4928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932
4933 \series bold
4934 Malfatti
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 Luciano
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 555
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 </row>
4958 <row>
4959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963
4964 \series bold
4965 Malfatti
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 Valeriano
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 555
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 </row>
4989 <row>
4990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994
4995 \series bold
4996 Meneguzzo
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 Roberto
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 555
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 </row>
5020 <row>
5021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025
5026 \series bold
5027 Mezzadra
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 Roberto
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 555
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 </row>
5051 <row>
5052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056
5057 \series bold
5058 Pirpamer
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 Erich
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 555
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 </row>
5082 <row>
5083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087
5088 \series bold
5089 Pochiesa
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 Paolo
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 555, 222
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 </row>
5113 <row>
5114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118
5119 \series bold
5120 Radina
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 Claudio
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 555
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 </row>
5144 <row>
5145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149
5150 \series bold
5151 Stuffer
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 Oskar
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 555
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 </row>
5175 <row>
5176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180
5181 \series bold
5182 Tacchelli
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 Ugo
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 555
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 </row>
5206 <row>
5207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211
5212 \series bold
5213 Tezzele
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222 Margit
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 555
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 </row>
5237 <row>
5238 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242
5243 \series bold
5244 Unterkalmsteiner
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 <cell alignment="center" valignment="top" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253 Frieda
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 555
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 </row>
5268 <row>
5269 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273
5274 \series bold
5275 Vieider
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 Hilde
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 555
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 </row>
5299 <row>
5300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304
5305 \series bold
5306 Vigna
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 <cell alignment="center" valignment="top" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315 Jürgen
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 999
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 </row>
5330 <row>
5331 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335
5336 \series bold
5337 Weber
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell alignment="center" valignment="top" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 Maurizio
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 555
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 </row>
5361 <row>
5362 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366
5367 \series bold
5368 Winkler
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377 Franz
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 555
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 </row>
5392 <row endlastfoot="true">
5393 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 Ende
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 </lyxtabular>
5422
5423 \end_inset
5424
5425
5426 \begin_inset ERT
5427 status collapsed
5428
5429 \begin_layout Plain Layout
5430
5431
5432 \backslash
5433 addtocounter{table}{-1}
5434 \end_layout
5435
5436 \end_inset
5437
5438
5439 \begin_inset Note Note
5440 status collapsed
5441
5442 \begin_layout Plain Layout
5443 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5444 \begin_inset space ~
5445 \end_inset
5446
5447
5448 \begin_inset CommandInset ref
5449 LatexCommand ref
5450 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5451
5452 \end_inset
5453
5454
5455 \end_layout
5456
5457 \end_inset
5458
5459
5460 \end_layout
5461
5462 \begin_layout Subsection
5463 Fußnoten in mehrseitigen Tabellen
5464 \begin_inset CommandInset label
5465 LatexCommand label
5466 name "uab:Fußnoten-in-mehrseitigen"
5467
5468 \end_inset
5469
5470
5471 \begin_inset Index idx
5472 status collapsed
5473
5474 \begin_layout Plain Layout
5475 Tabellen ! mehrseitige ! Fußnoten
5476 \end_layout
5477
5478 \end_inset
5479
5480
5481 \end_layout
5482
5483 \begin_layout Standard
5484 Fußnoten kann man in jede Zelle einer mehrseitigen Tabelle einfügen.
5485  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5486  Tabelle
5487 \begin_inset space ~
5488 \end_inset
5489
5490
5491 \begin_inset CommandInset ref
5492 LatexCommand ref
5493 reference "tab:Telefonliste"
5494
5495 \end_inset
5496
5497  hat zum Beispiel eine Fußnote.
5498 \end_layout
5499
5500 \begin_layout Subsection
5501 Ausrichtung mehrseitiger Tabellen
5502 \begin_inset Index idx
5503 status collapsed
5504
5505 \begin_layout Plain Layout
5506 Tabellen ! mehrseitige ! Ausrichtung
5507 \end_layout
5508
5509 \end_inset
5510
5511
5512 \end_layout
5513
5514 \begin_layout Standard
5515 Die horizontale Ausrichtung von mehrseitigen Tabellen kann in den Tabelleneinste
5516 llungen festgelegt werden.
5517  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5518  Seitenrand.
5519  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5520  ausgerichtet werden und die Werte der Längen 
5521 \series bold
5522
5523 \backslash
5524 LTleft 
5525 \series default
5526 und 
5527 \series bold
5528
5529 \backslash
5530 LTright
5531 \series default
5532  geändert werden, indem diese Zeile als \SpecialChar TeX
5533 -Code vor die mehrseitige Tabelle
5534  eingefügt wird:
5535 \end_layout
5536
5537 \begin_layout Standard
5538
5539 \series bold
5540
5541 \backslash
5542 setlength{
5543 \backslash
5544 LTleft}{Wert}
5545 \end_layout
5546
5547 \begin_layout Standard
5548 Der Wert kann eine der in Tabelle
5549 \begin_inset space ~
5550 \end_inset
5551
5552
5553 \begin_inset CommandInset ref
5554 LatexCommand ref
5555 reference "tab:Maßeinheiten"
5556
5557 \end_inset
5558
5559  aufgelisteten Einheiten haben.
5560  
5561 \series bold
5562
5563 \backslash
5564 LTleft
5565 \series default
5566  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5567  
5568 \series bold
5569
5570 \backslash
5571 LTright
5572 \series default
5573  den Abstand von rechts.
5574  Die Voreinstellung für beide Werte ist 
5575 \series bold
5576
5577 \backslash
5578 fill
5579 \series default
5580 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5581  in \SpecialChar LyX
5582  ist.
5583 \end_layout
5584
5585 \begin_layout Standard
5586 Die folgende mehrseitige Tabelle wurde zentriert und 
5587 \series bold
5588
5589 \backslash
5590 LTleft
5591 \series default
5592  auf den Wert 
5593 \family sans
5594 0.1
5595 \backslash
5596 columnwidth
5597 \family default
5598  gesetzt:
5599 \begin_inset ERT
5600 status collapsed
5601
5602 \begin_layout Plain Layout
5603
5604
5605 \backslash
5606 setlength{
5607 \backslash
5608 LTleft}{0.1
5609 \backslash
5610 columnwidth}
5611 \end_layout
5612
5613 \end_inset
5614
5615
5616 \end_layout
5617
5618 \begin_layout Standard
5619 \begin_inset Tabular
5620 <lyxtabular version="3" rows="5" columns="5">
5621 <features islongtable="true" longtabularalignment="center">
5622 <column alignment="center" valignment="top">
5623 <column alignment="center" valignment="top">
5624 <column alignment="center" valignment="top" width="0pt">
5625 <column alignment="center" valignment="top">
5626 <column alignment="center" valignment="top">
5627 <row>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 1
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 2
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 3
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 4
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 5
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 </row>
5674 <row>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 asd
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 s
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 s
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 s
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 asd
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 <row>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 asd
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 s
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 s
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 s
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 asd
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 </row>
5768 <row>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 asd
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 s
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 s
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 s
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 asd
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 </row>
5815 <row>
5816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 asd
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 asd
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 asd
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 asd
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 asd
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 </row>
5862 </lyxtabular>
5863
5864 \end_inset
5865
5866
5867 \begin_inset ERT
5868 status collapsed
5869
5870 \begin_layout Plain Layout
5871
5872
5873 \backslash
5874 setlength{
5875 \backslash
5876 LTleft}{
5877 \backslash
5878 fill}
5879 \end_layout
5880
5881 \end_inset
5882
5883
5884 \begin_inset ERT
5885 status collapsed
5886
5887 \begin_layout Plain Layout
5888
5889
5890 \backslash
5891 addtocounter{table}{-1}
5892 \end_layout
5893
5894 \end_inset
5895
5896
5897 \begin_inset Note Note
5898 status collapsed
5899
5900 \begin_layout Plain Layout
5901 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5902 \begin_inset space ~
5903 \end_inset
5904
5905
5906 \begin_inset CommandInset ref
5907 LatexCommand ref
5908 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5909
5910 \end_inset
5911
5912
5913 \end_layout
5914
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \begin_layout Subsection
5921 Beschriftungen mehrseitiger Tabellen
5922 \begin_inset CommandInset label
5923 LatexCommand label
5924 name "uab:Beschriftungen-mehrseitiger-Tabellen"
5925
5926 \end_inset
5927
5928
5929 \begin_inset Index idx
5930 status collapsed
5931
5932 \begin_layout Plain Layout
5933 Mehrseitige Tabellen
5934 \end_layout
5935
5936 \end_inset
5937
5938
5939 \begin_inset Index idx
5940 status collapsed
5941
5942 \begin_layout Plain Layout
5943 Tabellen ! mehrseitige ! Titel
5944 \end_layout
5945
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \begin_layout Standard
5952 Eine mehrseitige Tabelle kann man nicht in ein Gleitobjekt packen, weil
5953  Gleitobjekte nur auf eine Seite gedruckt werden können.
5954  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5955 \begin_inset space ~
5956 \end_inset
5957
5958
5959 \begin_inset CommandInset ref
5960 LatexCommand ref
5961 reference "abs:Mehrseitige-Tabellen"
5962
5963 \end_inset
5964
5965  erklärt.
5966  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5967  Kopf- oder eine Fußzeile.
5968 \end_layout
5969
5970 \begin_layout Standard
5971 Hier ist eine kurze mehrseitige Tabelle, die zeigt, wie das funktioniert:
5972 \end_layout
5973
5974 \begin_layout Standard
5975 \begin_inset Tabular
5976 <lyxtabular version="3" rows="6" columns="5">
5977 <features islongtable="true" longtabularalignment="center">
5978 <column alignment="center" valignment="top">
5979 <column alignment="center" valignment="top">
5980 <column alignment="center" valignment="top">
5981 <column alignment="center" valignment="top">
5982 <column alignment="center" valignment="top">
5983 <row endfirsthead="true" caption="true">
5984 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 \begin_inset Caption Standard
5989
5990 \begin_layout Plain Layout
5991 Eine mehrseitige Tabelle mit Titel
5992 \begin_inset Argument 1
5993 status open
5994
5995 \begin_layout Plain Layout
5996 MehrseitigeTabelle
5997 \end_layout
5998
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \end_inset
6005
6006
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 </row>
6048 <row>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 1
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 2
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 3
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080 4
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 5
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 </row>
6095 <row>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 s
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 s
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 s
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 asd
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 </row>
6142 <row>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 asd
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 s
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 s
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 s
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 asd
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 <row>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 asd
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 s
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 s
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 s
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 asd
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 </row>
6236 <row>
6237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 asd
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 asd
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 asd
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 asd
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 asd
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 </row>
6283 </lyxtabular>
6284
6285 \end_inset
6286
6287
6288 \end_layout
6289
6290 \begin_layout Standard
6291 \begin_inset VSpace medskip
6292 \end_inset
6293
6294
6295 \begin_inset Note Greyedout
6296 status open
6297
6298 \begin_layout Plain Layout
6299
6300 \series bold
6301 Bemerkung
6302 \begin_inset space ~
6303 \end_inset
6304
6305 1:
6306 \series default
6307  Die Tabellennummer wird für jede mehrseitige Tabelle erhöht, auch wenn
6308  Sie keinen Titel vergeben.
6309  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6310 \begin_inset space ~
6311 \end_inset
6312
6313 2.4 auf Tabelle
6314 \begin_inset space ~
6315 \end_inset
6316
6317 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei mehrseitige Tabellen
6318  ohne Beschriftung sind.
6319  Um das zu vermeiden, können Sie hinter jede mehrseitige Tabelle ohne Titel
6320  folgenden \SpecialChar LaTeX
6321 -Befehl als \SpecialChar TeX
6322 -Code einfügen:
6323 \end_layout
6324
6325 \begin_layout Plain Layout
6326
6327 \series bold
6328
6329 \backslash
6330 addtocounter{table}{-1}
6331 \end_layout
6332
6333 \begin_layout Plain Layout
6334 Das ist nicht notwendig, wenn keine der mehrseitigen Tabellen im Dokument
6335  eine Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6336 -Vorspann hinzufügen:
6337 \end_layout
6338
6339 \begin_layout Plain Layout
6340
6341 \series bold
6342
6343 \backslash
6344 let
6345 \backslash
6346 myEnd
6347 \backslash
6348 endlongtable
6349 \begin_inset Newline newline
6350 \end_inset
6351
6352
6353 \backslash
6354 renewcommand{
6355 \backslash
6356 endlongtable}{
6357 \backslash
6358 myEnd
6359 \backslash
6360 addtocounter{table}{-1}}
6361 \end_layout
6362
6363 \end_inset
6364
6365
6366 \end_layout
6367
6368 \begin_layout Standard
6369 \begin_inset Note Greyedout
6370 status open
6371
6372 \begin_layout Plain Layout
6373
6374 \series bold
6375 Bemerkung
6376 \begin_inset space ~
6377 \end_inset
6378
6379 2:
6380 \series default
6381  Wenn Sie 
6382 \series bold
6383 hyperref
6384 \series default
6385
6386 \begin_inset Index idx
6387 status collapsed
6388
6389 \begin_layout Plain Layout
6390 \SpecialChar LaTeX
6391 -Pakete ! hyperref
6392 \end_layout
6393
6394 \end_inset
6395
6396  in den
6397 \family sans
6398  PDF-Eigenschaften
6399 \family default
6400  im 
6401 \family sans
6402 Dokument-Einstellungen
6403 \family default
6404  Dialog für Querverweise benutzen, wird der Verweis auf eine mehrseitige
6405  Tabelle immer auf den Anfang des Dokuments zeigen.
6406 \end_layout
6407
6408 \end_inset
6409
6410
6411 \end_layout
6412
6413 \begin_layout Subsubsection
6414 Querverweise auf mehrseitige
6415 \family sans
6416  Tabelle
6417 \family default
6418 n
6419 \begin_inset Index idx
6420 status collapsed
6421
6422 \begin_layout Plain Layout
6423 Tabellen ! mehrseitige ! Querverweis
6424 \end_layout
6425
6426 \end_inset
6427
6428
6429 \end_layout
6430
6431 \begin_layout Standard
6432 \begin_inset Tabular
6433 <lyxtabular version="3" rows="6" columns="5">
6434 <features islongtable="true" longtabularalignment="center">
6435 <column alignment="center" valignment="top">
6436 <column alignment="center" valignment="top">
6437 <column alignment="center" valignment="top">
6438 <column alignment="center" valignment="top">
6439 <column alignment="center" valignment="top">
6440 <row endfirsthead="true" caption="true">
6441 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 \begin_inset Caption Standard
6446
6447 \begin_layout Plain Layout
6448 Mehrseitige Tabelle mit Marke
6449 \begin_inset CommandInset label
6450 LatexCommand label
6451 name "tab:Mehrseitige-Tabelle-mit-Marke"
6452
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \end_inset
6459
6460
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Plain Layout
6469
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Plain Layout
6496
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 </row>
6502 <row>
6503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507 1
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516 2
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Plain Layout
6525 3
6526 \end_layout
6527
6528 \end_inset
6529 </cell>
6530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6531 \begin_inset Text
6532
6533 \begin_layout Plain Layout
6534 4
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543 5
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 </row>
6549 <row>
6550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 asd
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563 s
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Plain Layout
6572 s
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 s
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Plain Layout
6590 asd
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 </row>
6596 <row>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 asd
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 s
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619 s
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 s
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 asd
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 </row>
6643 <row>
6644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 asd
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 s
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666 s
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 s
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 asd
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 </row>
6690 <row>
6691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695 asd
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 sad
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 asd
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 asd
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 asd
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 </row>
6737 </lyxtabular>
6738
6739 \end_inset
6740
6741
6742 \end_layout
6743
6744 \begin_layout Standard
6745 Damit auf eine mehrseitige Tabelle verwiesen werden kann, müssen Sie eine
6746  Marke im Titel einfügen.
6747 \end_layout
6748
6749 \begin_layout Standard
6750 Dies ist ein Verweis auf Tabelle
6751 \begin_inset space ~
6752 \end_inset
6753
6754
6755 \begin_inset CommandInset ref
6756 LatexCommand ref
6757 reference "tab:Mehrseitige-Tabelle-mit-Marke"
6758
6759 \end_inset
6760
6761 .
6762 \end_layout
6763
6764 \begin_layout Standard
6765 Mit dem \SpecialChar LaTeX
6766 -Paket 
6767 \series bold
6768 caption
6769 \series default
6770
6771 \begin_inset Index idx
6772 status collapsed
6773
6774 \begin_layout Plain Layout
6775 \SpecialChar LaTeX
6776 -Pakete ! caption
6777 \end_layout
6778
6779 \end_inset
6780
6781 , siehe Abschnitt
6782 \begin_inset space ~
6783 \end_inset
6784
6785
6786 \begin_inset CommandInset ref
6787 LatexCommand ref
6788 reference "abs:Titel-Formatierung"
6789
6790 \end_inset
6791
6792 , können Sie alle anderen Beschriftungsoptionen benutzen.
6793 \end_layout
6794
6795 \begin_layout Subsubsection
6796 Titelbreite
6797 \begin_inset Index idx
6798 status collapsed
6799
6800 \begin_layout Plain Layout
6801 Tabellen ! mehrseitige ! Beschriftungsbreite
6802 \end_layout
6803
6804 \end_inset
6805
6806
6807 \end_layout
6808
6809 \begin_layout Standard
6810 Die maximale Titelbreite wird durch die Variable 
6811 \series bold
6812
6813 \backslash
6814 LTcapwidth
6815 \series default
6816  definiert.
6817  Ihr Standardwert ist 4
6818 \begin_inset space \thinspace{}
6819 \end_inset
6820
6821 Zoll (
6822 \begin_inset Formula $\approx10$
6823 \end_inset
6824
6825
6826 \begin_inset space \thinspace{}
6827 \end_inset
6828
6829 cm).
6830  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6831 -Vorspann oder als \SpecialChar TeX
6832 -Code vor der
6833  betreffenden mehrseitigen Tabelle folgenden Befehl einsetzen:
6834 \end_layout
6835
6836 \begin_layout Standard
6837
6838 \series bold
6839
6840 \backslash
6841 setlength{
6842 \backslash
6843 LTcapwidth}{Breite}
6844 \end_layout
6845
6846 \begin_layout Standard
6847 wobei die 
6848 \family sans
6849 Breite
6850 \family default
6851  eine der in Anhang
6852 \begin_inset space ~
6853 \end_inset
6854
6855
6856 \begin_inset CommandInset ref
6857 LatexCommand ref
6858 reference "kap:In-LyX-verfügbare"
6859
6860 \end_inset
6861
6862  aufgelisteten Einheiten haben kann.
6863 \end_layout
6864
6865 \begin_layout Standard
6866 Die beiden folgenden Tabellen zeigen den Unterschied:
6867 \end_layout
6868
6869 \begin_layout Standard
6870 \begin_inset Tabular
6871 <lyxtabular version="3" rows="6" columns="5">
6872 <features islongtable="true" longtabularalignment="center">
6873 <column alignment="center" valignment="top">
6874 <column alignment="center" valignment="top">
6875 <column alignment="center" valignment="top">
6876 <column alignment="center" valignment="top">
6877 <column alignment="center" valignment="top">
6878 <row endfirsthead="true" caption="true">
6879 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 \begin_inset Caption Standard
6884
6885 \begin_layout Plain Layout
6886 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6887 \begin_inset Argument 1
6888 status open
6889
6890 \begin_layout Plain Layout
6891 Titel mit Standardbreite
6892 \end_layout
6893
6894 \end_inset
6895
6896
6897 \end_layout
6898
6899 \end_inset
6900
6901
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 </row>
6943 <row>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 1
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 2
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 3
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 4
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 5
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 </row>
6990 <row>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 asd
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 s
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 s
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 s
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 asd
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 </row>
7037 <row>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 asd
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 s
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 s
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 s
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 asd
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 </row>
7084 <row>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 asd
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 s
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 s
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 s
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 asd
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 </row>
7131 <row>
7132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 asd
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 sad
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 asd
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 asd
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 asd
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 </row>
7178 </lyxtabular>
7179
7180 \end_inset
7181
7182
7183 \end_layout
7184
7185 \begin_layout Standard
7186 \begin_inset ERT
7187 status collapsed
7188
7189 \begin_layout Plain Layout
7190
7191
7192 \backslash
7193 setlength{
7194 \backslash
7195 LTcapwidth}{5cm}
7196 \end_layout
7197
7198 \end_inset
7199
7200
7201 \begin_inset Tabular
7202 <lyxtabular version="3" rows="6" columns="5">
7203 <features islongtable="true" longtabularalignment="center">
7204 <column alignment="center" valignment="top">
7205 <column alignment="center" valignment="top">
7206 <column alignment="center" valignment="top">
7207 <column alignment="center" valignment="top">
7208 <column alignment="center" valignment="top">
7209 <row endfirsthead="true" caption="true">
7210 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 \begin_inset Caption Standard
7215
7216 \begin_layout Plain Layout
7217 Langer Titel mit 5
7218 \begin_inset space \thinspace{}
7219 \end_inset
7220
7221 cm Breite, Langer Titel mit 5
7222 \begin_inset space \thinspace{}
7223 \end_inset
7224
7225 cm Breite
7226 \begin_inset Argument 1
7227 status open
7228
7229 \begin_layout Plain Layout
7230 Titel mit 5
7231 \begin_inset space \thinspace{}
7232 \end_inset
7233
7234 cm Breite
7235 \end_layout
7236
7237 \end_inset
7238
7239
7240 \end_layout
7241
7242 \end_inset
7243
7244
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 </row>
7286 <row>
7287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 1
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 2
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 3
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 4
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 5
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 </row>
7333 <row>
7334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 asd
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 s
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 s
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 s
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 asd
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 </row>
7380 <row>
7381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 asd
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 s
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 s
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 s
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421 asd
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 </row>
7427 <row>
7428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432 asd
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441 s
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 s
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 s
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468 asd
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 </row>
7474 <row>
7475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Plain Layout
7479 asd
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488 sad
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497 asd
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506 asd
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 asd
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 </row>
7521 </lyxtabular>
7522
7523 \end_inset
7524
7525
7526 \begin_inset ERT
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530
7531
7532 \backslash
7533 setlength{
7534 \backslash
7535 LTcapwidth}{4in}
7536 \end_layout
7537
7538 \end_inset
7539
7540
7541 \begin_inset Note Note
7542 status collapsed
7543
7544 \begin_layout Plain Layout
7545 Beschriftungsbreite zurücksetzen
7546 \end_layout
7547
7548 \end_inset
7549
7550
7551 \end_layout
7552
7553 \begin_layout Standard
7554 \begin_inset Note Greyedout
7555 status open
7556
7557 \begin_layout Plain Layout
7558
7559 \series bold
7560 Achtung:
7561 \series default
7562  Wenn das \SpecialChar LaTeX
7563 -Paket 
7564 \series bold
7565 caption
7566 \series default
7567
7568 \begin_inset Index idx
7569 status collapsed
7570
7571 \begin_layout Plain Layout
7572 \SpecialChar LaTeX
7573 -Pakete ! caption
7574 \end_layout
7575
7576 \end_inset
7577
7578  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7579  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7580  4
7581 \begin_inset space \thinspace{}
7582 \end_inset
7583
7584 Zoll für 
7585 \series bold
7586
7587 \backslash
7588 LTcapwidth
7589 \series default
7590  benutzen.
7591  Um in diesem Fall eine genau 4
7592 \begin_inset space \thinspace{}
7593 \end_inset
7594
7595 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7596  4
7597 \begin_inset space \thinspace{}
7598 \end_inset
7599
7600 Zoll veränderten Wert wie z.
7601 \begin_inset space \thinspace{}
7602 \end_inset
7603
7604 B.
7605  3.99
7606 \begin_inset space \thinspace{}
7607 \end_inset
7608
7609 Zoll verwenden oder den \SpecialChar LaTeX
7610 -Befehl 
7611 \series bold
7612
7613 \backslash
7614 captionsetup{width=Wert}
7615 \series default
7616  benutzen, der vom 
7617 \series bold
7618 caption
7619 \series default
7620 -Paket bereitgestellt wird.
7621 \end_layout
7622
7623 \end_inset
7624
7625
7626 \end_layout
7627
7628 \begin_layout Subsubsection
7629 Unterschiedliche Beschriftung für Tabellenseiten
7630 \begin_inset Index idx
7631 status collapsed
7632
7633 \begin_layout Plain Layout
7634 Tabellen ! mehrseitige ! mehrere Beschriftungen
7635 \end_layout
7636
7637 \end_inset
7638
7639
7640 \end_layout
7641
7642 \begin_layout Standard
7643 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7644  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7645  eine Beschriftung enthält.
7646  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7647  
7648 \family sans
7649 Legende
7650 \begin_inset space ~
7651 \end_inset
7652
7653 (Unnummeriert)
7654 \family default
7655  aus.
7656  Tabelle
7657 \begin_inset space ~
7658 \end_inset
7659
7660
7661 \begin_inset CommandInset ref
7662 LatexCommand ref
7663 reference "tab:Telefonliste"
7664
7665 \end_inset
7666
7667  ist ein Beispiel für eine mehrseitige Tabelle mit unterschiedlichen Titeln
7668  und ohne Tabellennummer auf der zweiten Seite.
7669 \end_layout
7670
7671 \begin_layout Standard
7672 \align center
7673 \begin_inset Tabular
7674 <lyxtabular version="3" rows="59" columns="3">
7675 <features islongtable="true" longtabularalignment="center">
7676 <column alignment="left" valignment="top" width="0pt">
7677 <column alignment="left" valignment="top" width="0pt">
7678 <column alignment="center" valignment="top" width="0pt">
7679 <row endfirsthead="true" caption="true">
7680 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684 \begin_inset Caption Standard
7685
7686 \begin_layout Plain Layout
7687 Telefonliste
7688 \begin_inset CommandInset label
7689 LatexCommand label
7690 name "tab:Telefonliste"
7691
7692 \end_inset
7693
7694
7695 \begin_inset Argument 1
7696 status collapsed
7697
7698 \begin_layout Plain Layout
7699 Telefonliste
7700 \end_layout
7701
7702 \end_inset
7703
7704
7705 \end_layout
7706
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 </row>
7733 <row endfirsthead="true">
7734 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \series bold
7740 Telefonliste (ignoriere die Namen)
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 </row>
7764 <row endfirsthead="true">
7765 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \series bold
7771 NAME
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \series bold
7791 TEL.
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row endhead="true" caption="true">
7798 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802 \begin_inset Caption Unnumbered
7803
7804 \begin_layout Plain Layout
7805 Fortsetzung der Telefonliste
7806 \end_layout
7807
7808 \end_inset
7809
7810
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 </row>
7834 <row endhead="true">
7835 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \series bold
7841 Telefonliste
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 </row>
7865 <row endhead="true">
7866 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870
7871 \series bold
7872 NAME
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \series bold
7892 TEL.
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 </row>
7898 <row endfoot="true">
7899 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 wird fortgesetzt\SpecialChar ldots
7904
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 </row>
7928 <row>
7929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \series bold
7935 Annovi
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944 Silvia
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 111
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 </row>
7959 <row>
7960 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964
7965 \series bold
7966 Bertoli
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 Stefano
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 111
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \series bold
7997 Bozzi
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 Walter
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 111
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row>
8022 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \series bold
8028 Cachia
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 Maria
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 111
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row>
8053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057
8058 \series bold
8059 Cachia
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 Maurizio
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077 111
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 </row>
8083 <row>
8084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088
8089 \series bold
8090 Cinquemani
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 Giusi
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 111
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 </row>
8114 <row>
8115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119
8120 \series bold
8121 Colin
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 Bernard
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 111
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 </row>
8145 <row>
8146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150
8151 \series bold
8152 Concli
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 Gianfranco
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 111
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 </row>
8176 <row>
8177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181
8182 \series bold
8183 Dal Bosco
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 Carolina
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 111
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 </row>
8207 <row>
8208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212
8213 \series bold
8214 Dalpiaz
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 Annamaria
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 111
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 </row>
8238 <row>
8239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243
8244 \series bold
8245 Feliciello
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 Domenico
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 111
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 </row>
8269 <row>
8270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274
8275 \series bold
8276 Focarelli
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 Paola
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 111
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \series bold
8307 Galletti
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 Oreste
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 111
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \series bold
8338 Gasparini
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 Franca
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 111
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 </row>
8362 <row>
8363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367
8368 \series bold
8369 Rizzardi
8370 \series default
8371
8372 \begin_inset Foot
8373 status open
8374
8375 \begin_layout Plain Layout
8376 Beispielfußnote
8377 \end_layout
8378
8379 \end_inset
8380
8381
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 Paola
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 111
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 </row>
8405 <row>
8406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410
8411 \series bold
8412 Lassini
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 Giancarlo
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430 111
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 </row>
8436 <row>
8437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441
8442 \series bold
8443 Malfatti
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 Luciano
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 111
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 </row>
8467 <row>
8468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472
8473 \series bold
8474 Malfatti
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 Valeriano
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 111
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 </row>
8498 <row>
8499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503
8504 \series bold
8505 Meneguzzo
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514 Roberto
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 111
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 </row>
8529 <row>
8530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534
8535 \series bold
8536 Mezzadra
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 Roberto
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 111
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 </row>
8560 <row>
8561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565
8566 \series bold
8567 Pirpamer
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 Erich
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 111
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 </row>
8591 <row>
8592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \series bold
8598 Pochiesa
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 Paolo
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 111, 222
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 </row>
8622 <row>
8623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627
8628 \series bold
8629 Radina
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 Claudio
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 111
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \series bold
8660 Stuffer
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 Oskar
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 111
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 </row>
8684 <row>
8685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689
8690 \series bold
8691 Tacchelli
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 Ugo
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 111
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 </row>
8715 <row>
8716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720
8721 \series bold
8722 Tezzele
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 Margit
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 111
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 <row>
8747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751
8752 \series bold
8753 Unterkalmsteiner
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 Frieda
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 111
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 </row>
8777 <row>
8778 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782
8783 \series bold
8784 Vieider
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 Hilde
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 111
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 </row>
8808 <row>
8809 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813
8814 \series bold
8815 Vigna
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 Jürgen
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 111
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 </row>
8839 <row>
8840 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844
8845 \series bold
8846 Weber
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 Maurizio
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 111
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 </row>
8870 <row>
8871 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875
8876 \series bold
8877 Winkler
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 Franz
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 111
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 </row>
8901 <row>
8902 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906  
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 </row>
8930 <row>
8931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935
8936 \series bold
8937 Annovi
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 Silvia
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 555
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 </row>
8961 <row>
8962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966
8967 \series bold
8968 Bertoli
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 Stefano
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 555
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \series bold
8999 Bozzi
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 Walter
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 555
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 </row>
9023 <row>
9024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028
9029 \series bold
9030 Cachia
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 Maria
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 555
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 </row>
9054 <row>
9055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059
9060 \series bold
9061 Cachia
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 Maurizio
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 555
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 <row>
9086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090
9091 \series bold
9092 Cinquemani
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 Giusi
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 555
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 </row>
9116 <row>
9117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121
9122 \series bold
9123 Colin
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 Bernard
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 555
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 </row>
9147 <row>
9148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152
9153 \series bold
9154 Concli
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 Gianfranco
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 555
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 <row>
9179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183
9184 \series bold
9185 Dal Bosco
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 Carolina
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 555
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 </row>
9209 <row>
9210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214
9215 \series bold
9216 Dalpiaz
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225 Annamaria
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 555
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 </row>
9240 <row>
9241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245
9246 \series bold
9247 Feliciello
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 Domenico
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 555
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row>
9272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \series bold
9278 Focarelli
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 Paola
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 555
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 </row>
9302 <row>
9303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307
9308 \series bold
9309 Galletti
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318 Oreste
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 555
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 </row>
9333 <row>
9334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338
9339 \series bold
9340 Gasparini
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 Franca
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358 555
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 </row>
9364 <row>
9365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369
9370 \series bold
9371 Rizzardi
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 Paola
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 555
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 </row>
9395 <row>
9396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400
9401 \series bold
9402 Lassini
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 Giancarlo
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 555
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 </row>
9426 <row>
9427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431
9432 \series bold
9433 Malfatti
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442 Luciano
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 555
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 </row>
9457 <row>
9458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462
9463 \series bold
9464 Malfatti
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 Valeriano
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482 555
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 </row>
9488 <row>
9489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493
9494 \series bold
9495 Meneguzzo
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504 Roberto
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513 555
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 </row>
9519 <row>
9520 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524
9525 \series bold
9526 Mezzadra
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 Roberto
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 555
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 </row>
9550 </lyxtabular>
9551
9552 \end_inset
9553
9554
9555 \end_layout
9556
9557 \begin_layout Section
9558 Weitere Möglichkeiten für mehrseitige
9559 \family sans
9560  Tabelle
9561 \family default
9562 n
9563 \begin_inset CommandInset label
9564 LatexCommand label
9565 name "sec:Weitere-Möglichkeiten-für"
9566
9567 \end_inset
9568
9569
9570 \end_layout
9571
9572 \begin_layout Subsection
9573 Berechnung mehrseitiger Tabellen
9574 \begin_inset Index idx
9575 status collapsed
9576
9577 \begin_layout Plain Layout
9578 Tabellen ! mehrseitige ! Berechnung
9579 \end_layout
9580
9581 \end_inset
9582
9583
9584 \end_layout
9585
9586 \begin_layout Standard
9587 \SpecialChar LaTeX
9588  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9589  
9590 \emph on
9591 chunks
9592 \emph default
9593  (Brocken).
9594  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9595  gleichzeitig im Speicher hält.
9596  Aus historischen Gründen wurde der Standardwert auf 20
9597 \begin_inset space ~
9598 \end_inset
9599
9600 Tabellenzeilen gesetzt.
9601  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9602  das die Druckausgabe.
9603  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100
9604 \begin_inset space \thinspace{}
9605 \end_inset
9606
9607 --
9608 \begin_inset space \thinspace{}
9609 \end_inset
9610
9611 1000 setzen, indem Sie in den \SpecialChar LaTeX
9612 -Vorspann Ihres Dokumentes folgende Zeile
9613  einfügen:
9614 \end_layout
9615
9616 \begin_layout Standard
9617
9618 \series bold
9619
9620 \backslash
9621 setcounter{LTchunksize}{100}
9622 \end_layout
9623
9624 \begin_layout Subsection
9625 Gleitobjekte und mehrseitige Tabellen
9626 \begin_inset Index idx
9627 status collapsed
9628
9629 \begin_layout Plain Layout
9630 Tabellen ! mehrseitige ! Gleitobjekte
9631 \end_layout
9632
9633 \end_inset
9634
9635
9636 \end_layout
9637
9638 \begin_layout Standard
9639 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine mehrseitige
9640  Tabelle beginnt, ein Gleitobjekt befindet.
9641  Um das zu vermeiden, können Sie vor der mehrseitigen Tabelle einen manuellen
9642  Seitenumbruch
9643 \family sans
9644  Einfügen\SpecialChar menuseparator
9645 Formatierung\SpecialChar menuseparator
9646 [Doppel]Seite
9647 \begin_inset space \space{}
9648 \end_inset
9649
9650 leeren
9651 \family default
9652  einfügen, siehe 
9653 \emph on
9654 Benutzerhandbuch
9655 \emph default
9656 .
9657 \end_layout
9658
9659 \begin_layout Subsection
9660 Manuelle Seitenumbrüche
9661 \begin_inset Index idx
9662 status collapsed
9663
9664 \begin_layout Plain Layout
9665 Tabellen ! mehrseitige ! manueller Seitenumbruch
9666 \end_layout
9667
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \begin_layout Standard
9674 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9675  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9676  der Zelle umbrechen wollen, fügen Sie den Befehl  
9677 \begin_inset Quotes gld
9678 \end_inset
9679
9680
9681 \series bold
9682
9683 \backslash
9684
9685 \backslash
9686
9687 \series default
9688
9689 \begin_inset Quotes grd
9690 \end_inset
9691
9692  für eine neue Zeile als \SpecialChar TeX
9693 -Code an der Stelle in der Zelle ein, wo umgebrochen
9694  werden kann.
9695  Vor dem 
9696 \begin_inset Quotes gld
9697 \end_inset
9698
9699
9700 \series bold
9701
9702 \backslash
9703
9704 \backslash
9705
9706 \series default
9707
9708 \begin_inset Quotes grd
9709 \end_inset
9710
9711 -Befehl müssen Sie so viele 
9712 \begin_inset Quotes gld
9713 \end_inset
9714
9715
9716 \series bold
9717 &
9718 \series default
9719
9720 \begin_inset Quotes grd
9721 \end_inset
9722
9723  als \SpecialChar TeX
9724 -Code einfügen wie noch Spalten in der Zeile folgen.
9725  Mit 
9726 \begin_inset Quotes gld
9727 \end_inset
9728
9729
9730 \series bold
9731 &
9732 \series default
9733
9734 \begin_inset Quotes grd
9735 \end_inset
9736
9737   werden in \SpecialChar LaTeX
9738  Tabellenzellen getrennt.
9739  Hinter jedes 
9740 \begin_inset Quotes gld
9741 \end_inset
9742
9743
9744 \series bold
9745 &
9746 \series default
9747
9748 \begin_inset Quotes grd
9749 \end_inset
9750
9751  schreiben Sie ebenfalls in \SpecialChar TeX
9752 -Code den Inhalt der entsprechenden Zelle und
9753  löschen den Inhalt dieser Zellen.
9754 \end_layout
9755
9756 \begin_layout Standard
9757 Hinter dem 
9758 \begin_inset Quotes gld
9759 \end_inset
9760
9761
9762 \series bold
9763
9764 \backslash
9765
9766 \backslash
9767
9768 \series default
9769
9770 \begin_inset Quotes grd
9771 \end_inset
9772
9773 -Befehl müssen Sie so viele 
9774 \begin_inset Quotes gld
9775 \end_inset
9776
9777
9778 \series bold
9779 &
9780 \series default
9781
9782 \begin_inset Quotes grd
9783 \end_inset
9784
9785  als \SpecialChar TeX
9786 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9787  In Tabelle
9788 \begin_inset space ~
9789 \end_inset
9790
9791
9792 \begin_inset CommandInset ref
9793 LatexCommand ref
9794 reference "tab:Tabelle-mit-manuellem"
9795
9796 \end_inset
9797
9798  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9799  Es folgt noch eine weitere Spalte.
9800  Deshalb wurde hinter dem Wort 
9801 \emph on
9802 Castelchiodato, 
9803 \emph default
9804 folgendes eingefügt:
9805 \end_layout
9806
9807 \begin_layout Standard
9808
9809 \series bold
9810 & 111
9811 \backslash
9812
9813 \backslash
9814  
9815 \backslash
9816 newpage
9817 \begin_inset Newline newline
9818 \end_inset
9819
9820 &
9821 \end_layout
9822
9823 \begin_layout Standard
9824 Die 
9825 \begin_inset Quotes gld
9826 \end_inset
9827
9828 111
9829 \begin_inset Quotes grd
9830 \end_inset
9831
9832  in der dritten Spalte wurde gelöscht.
9833  
9834 \series bold
9835
9836 \backslash
9837 newpage
9838 \series default
9839  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9840  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9841  Wenn die Fußzeile Ihrer mehrseitigen Tabelle keine obere Linie besitzt,
9842  Sie aber eine wünschen, sollten Sie folgende Befehle benutzen:
9843 \end_layout
9844
9845 \begin_layout Standard
9846
9847 \series bold
9848 & 111
9849 \backslash
9850
9851 \backslash
9852
9853 \begin_inset Newline newline
9854 \end_inset
9855
9856
9857 \backslash
9858 hline &
9859 \end_layout
9860
9861 \begin_layout Standard
9862 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9863  muss folgender Befehl als \SpecialChar TeX
9864 -Code am Anfang der Zelle eingefügt werden:
9865 \end_layout
9866
9867 \begin_layout Standard
9868
9869 \series bold
9870
9871 \backslash
9872 setlength{
9873 \backslash
9874 parfillskip}{0pt}
9875 \end_layout
9876
9877 \begin_layout Standard
9878 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9879  erscheint.
9880 \end_layout
9881
9882 \begin_layout Standard
9883 \align center
9884 \begin_inset Tabular
9885 <lyxtabular version="3" rows="38" columns="3">
9886 <features islongtable="true" longtabularalignment="center">
9887 <column alignment="left" valignment="top" width="0pt">
9888 <column alignment="left" valignment="top" width="3cm">
9889 <column alignment="right" valignment="top" width="0pt">
9890 <row endfirsthead="true" caption="true">
9891 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 \begin_inset Caption Standard
9896
9897 \begin_layout Plain Layout
9898 Tabelle mit manuellem Seitenumbruch in einer Zelle
9899 \begin_inset CommandInset label
9900 LatexCommand label
9901 name "tab:Tabelle-mit-manuellem"
9902
9903 \end_inset
9904
9905
9906 \begin_inset Argument 1
9907 status collapsed
9908
9909 \begin_layout Plain Layout
9910 Tabelle mit manuellem Seitenumbruch in einer Zelle
9911 \end_layout
9912
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \end_inset
9919
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 </row>
9944 <row endfirsthead="true">
9945 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949
9950 \series bold
9951 Telefonliste (ignoriere die Namen)
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 </row>
9975 <row endfirsthead="true">
9976 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980
9981 \series bold
9982 NAME
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \series bold
10002 TEL.
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 </row>
10008 <row endhead="true" caption="true">
10009 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013 \begin_inset Caption Unnumbered
10014
10015 \begin_layout Plain Layout
10016 Fortsetzung der Tabelle
10017 \end_layout
10018
10019 \end_inset
10020
10021
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 </row>
10045 <row endhead="true">
10046 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \series bold
10052 Telefonliste
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 <row endhead="true">
10077 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \series bold
10083 NAME
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \series bold
10103 TEL.
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 <row endfoot="true">
10110 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 wird fortgesetzt\SpecialChar ldots
10115
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row>
10140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \series bold
10146 Annovi
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 Silvia
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 111
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row>
10171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \series bold
10177 Bertoli
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 Stefano
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 111
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 </row>
10201 <row>
10202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \series bold
10208 Bozzi
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 Walter
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 111
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 </row>
10232 <row>
10233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 Cachia
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 Maria
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 111
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 </row>
10263 <row>
10264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \series bold
10270 Cachia
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 Maurizio
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 111
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 <row>
10295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299
10300 \series bold
10301 Cinquemani
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 Giusi
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 111
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 </row>
10325 <row>
10326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330
10331 \series bold
10332 Colin
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 Bernard
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 111
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 <row>
10357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \series bold
10363 Concli
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 Gianfranco
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 111
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row>
10388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392
10393 \series bold
10394 Dal Bosco
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 Carolina
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 111
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 </row>
10418 <row>
10419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423
10424 \series bold
10425 Dalpiaz
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 Annamaria
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 111
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 </row>
10449 <row>
10450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454
10455 \series bold
10456 Feliciello
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 Domenico
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 111
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 </row>
10480 <row>
10481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485
10486 \series bold
10487 Focarelli
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 Paola
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 111
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 </row>
10511 <row>
10512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516
10517 \series bold
10518 Galletti
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 Oreste
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 111
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 </row>
10542 <row>
10543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \series bold
10549 Gasparini
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 Franca
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 111
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 <row>
10574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \series bold
10580 Lassini
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 Giancarlo
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 111
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 </row>
10604 <row>
10605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609
10610 \series bold
10611 Malfatti
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 Luciano
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 111
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 </row>
10635 <row>
10636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640
10641 \series bold
10642 Malfatti
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 Valeriano
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660 111
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 </row>
10666 <row>
10667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671
10672 \series bold
10673 Meneguzzo
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 Roberto
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691 111
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 </row>
10697 <row>
10698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702
10703 \series bold
10704 Mezzadra
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 Roberto
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 111
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 </row>
10728 <row>
10729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \series bold
10735 Pirpamer
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 Erich
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 111
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 </row>
10759 <row>
10760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764
10765 \series bold
10766 Pochiesa
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 Paolo
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 111, 222
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 </row>
10790 <row>
10791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795
10796 \series bold
10797 Radina
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 Claudio
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815 111
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 </row>
10821 <row>
10822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826
10827 \series bold
10828 Rizzardi
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837 Paolo, 11.
10838  Fürst von Monte\SpecialChar softhyphen
10839 com\SpecialChar softhyphen
10840 patri, 11.
10841  Fürst von Sulmona und Vivaro, 10.
10842  Fürst von Rossano, 5.
10843  Herzog von Canemorte, 11.
10844  Herzog von Palombara, 5.
10845  Herzog von Castelchiodato,
10846 \begin_inset ERT
10847 status open
10848
10849 \begin_layout Plain Layout
10850
10851 & 111
10852 \backslash
10853
10854 \backslash
10855  
10856 \backslash
10857 newpage
10858 \end_layout
10859
10860 \begin_layout Plain Layout
10861
10862 &
10863 \end_layout
10864
10865 \end_inset
10866
10867  11.
10868  Herzog von Poggionativo, 11.
10869  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10870  Graf von Valinfreda, 11.
10871  Baron von Cropalati, 11.
10872  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 </row>
10887 <row>
10888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892
10893 \series bold
10894 Stuffer
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903 Oskar
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 111
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 </row>
10918 <row>
10919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923
10924 \series bold
10925 Tacchelli
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934 Ugo
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 111
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 </row>
10949 <row>
10950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954
10955 \series bold
10956 Tezzele
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965 Margit
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974 111
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 </row>
10980 <row>
10981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985
10986 \series bold
10987 Unterkalmsteiner
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996 Frieda
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 111
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 </row>
11011 <row>
11012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016
11017 \series bold
11018 Vieider
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 Hilde
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 111
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \series bold
11049 Vigna
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 Jürgen
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 111
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 </row>
11073 <row>
11074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078
11079 \series bold
11080 Weber
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 Maurizio
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 111
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 </row>
11104 <row>
11105 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109
11110 \series bold
11111 Winkler
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 Franz
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 111
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 </row>
11135 </lyxtabular>
11136
11137 \end_inset
11138
11139
11140 \end_layout
11141
11142 \begin_layout Section
11143 Mehrere Zeilen, Spalten und Zeilen
11144 \end_layout
11145
11146 \begin_layout Subsection
11147 Mehrere Zeilen in Tabellenzellen
11148 \begin_inset CommandInset label
11149 LatexCommand label
11150 name "uab:Mehrere-Zeilen-in"
11151
11152 \end_inset
11153
11154
11155 \begin_inset Index idx
11156 status collapsed
11157
11158 \begin_layout Plain Layout
11159 Mehrere Zeilen in Tabellenzellen
11160 \end_layout
11161
11162 \end_inset
11163
11164
11165 \begin_inset Index idx
11166 status collapsed
11167
11168 \begin_layout Plain Layout
11169 Tabellen ! Zeilenumbrüche
11170 \end_layout
11171
11172 \end_inset
11173
11174
11175 \end_layout
11176
11177 \begin_layout Standard
11178 \noindent
11179 \begin_inset Float table
11180 placement H
11181 alignment document
11182 wide false
11183 sideways false
11184 status open
11185
11186 \begin_layout Plain Layout
11187 \begin_inset Caption Standard
11188
11189 \begin_layout Plain Layout
11190 \begin_inset CommandInset label
11191 LatexCommand label
11192 name "tab:Tabelle-mit-mehrfachen"
11193
11194 \end_inset
11195
11196 Tabelle mit mehrfachen Zeilen in einer Zelle
11197 \end_layout
11198
11199 \end_inset
11200
11201
11202 \end_layout
11203
11204 \begin_layout Plain Layout
11205 \align center
11206 \begin_inset Tabular
11207 <lyxtabular version="3" rows="3" columns="3">
11208 <features tabularvalignment="middle">
11209 <column alignment="center" valignment="middle" width="2.5cm">
11210 <column alignment="center" valignment="middle" width="0.5cm">
11211 <column alignment="center" valignment="middle" width="0.5cm">
11212 <row>
11213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 zwei
11218 \begin_inset Newline linebreak
11219 \end_inset
11220
11221 Zeilen
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 b
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 c
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 </row>
11245 <row>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 d
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 e
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 f
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 </row>
11274 <row>
11275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 g
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 h
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 i
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 </row>
11303 </lyxtabular>
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \end_inset
11311
11312
11313 \end_layout
11314
11315 \begin_layout Standard
11316 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11317  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11318  Tabelle
11319 \begin_inset space ~
11320 \end_inset
11321
11322
11323 \begin_inset CommandInset ref
11324 LatexCommand ref
11325 reference "tab:Tabelle-mit-mehrfachen"
11326
11327 \end_inset
11328
11329  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11330 \family sans
11331 Tabellen-Einstellungen
11332 \family default
11333 -Dialog auf 2.5
11334 \begin_inset space \thinspace{}
11335 \end_inset
11336
11337 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11338  Weil unser Text schmaler als 2.5
11339 \begin_inset space \thinspace{}
11340 \end_inset
11341
11342 cm ist, würde er in einer Zeile gedruckt werden.
11343  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11344
11345 \family sans
11346 Strg+Shift+Enter
11347 \family default
11348 ) eingefügt.
11349  Wenn der Text länger ist, wird er automatisch umgebrochen.
11350 \end_layout
11351
11352 \begin_layout Standard
11353 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11354  setzen Sie die Breite der beiden Spalten im 
11355 \family sans
11356 Tabellen-Einstellungen
11357 \family default
11358 -Dialog auf 0.5
11359 \begin_inset space \thinspace{}
11360 \end_inset
11361
11362 cm und die vertikale Ausrichtung auf zentriert.
11363 \end_layout
11364
11365 \begin_layout Standard
11366 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11367  haben, kann \SpecialChar LaTeX
11368  es ohne Trennhilfen nicht trennen.
11369  Wenn Sie \SpecialChar LaTeX
11370  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11371  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11372  Fügen sie daher 0
11373 \begin_inset space \thinspace{}
11374 \end_inset
11375
11376 pt horizontalen Abstand vor dem Wort ein.
11377  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11378  Tabelle
11379 \begin_inset space ~
11380 \end_inset
11381
11382
11383 \begin_inset CommandInset ref
11384 LatexCommand ref
11385 reference "tab:Tabelle-ohne-und"
11386
11387 \end_inset
11388
11389  zeigt die Wirkungen.
11390 \end_layout
11391
11392 \begin_layout Standard
11393 \begin_inset Float table
11394 placement h
11395 alignment document
11396 wide false
11397 sideways false
11398 status open
11399
11400 \begin_layout Plain Layout
11401 \begin_inset Caption Standard
11402
11403 \begin_layout Plain Layout
11404 \begin_inset CommandInset label
11405 LatexCommand label
11406 name "tab:Tabelle-ohne-und"
11407
11408 \end_inset
11409
11410 Tabelle ohne und mit Silbentrennung
11411 \end_layout
11412
11413 \end_inset
11414
11415
11416 \end_layout
11417
11418 \begin_layout Plain Layout
11419 \begin_inset space \hfill{}
11420 \end_inset
11421
11422
11423 \begin_inset Tabular
11424 <lyxtabular version="3" rows="3" columns="3">
11425 <features tabularvalignment="middle">
11426 <column alignment="center" valignment="middle" width="2.5cm">
11427 <column alignment="center" valignment="middle" width="0.5cm">
11428 <column alignment="center" valignment="middle" width="0.5cm">
11429 <row>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 einsehrlangesZellenwort
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 b
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 c
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 <row>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 d
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 e
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 f
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 <row>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 g
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 h
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 i
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 </row>
11516 </lyxtabular>
11517
11518 \end_inset
11519
11520
11521 \begin_inset space \hfill{}
11522 \end_inset
11523
11524
11525 \begin_inset Tabular
11526 <lyxtabular version="3" rows="3" columns="3">
11527 <features tabularvalignment="middle">
11528 <column alignment="center" valignment="middle" width="2.5cm">
11529 <column alignment="center" valignment="middle" width="0.5cm">
11530 <column alignment="center" valignment="middle" width="0.5cm">
11531 <row>
11532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11533 \begin_inset Text
11534
11535 \begin_layout Plain Layout
11536 \begin_inset space \hspace{}
11537 \length 0pt
11538 \end_inset
11539
11540 einsehrlangesZellenwort
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 b
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 c
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 <row>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 d
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 e
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 f
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 </row>
11593 <row>
11594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 g
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 h
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 i
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 </row>
11622 </lyxtabular>
11623
11624 \end_inset
11625
11626
11627 \begin_inset space \hfill{}
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634
11635
11636 \end_layout
11637
11638 \begin_layout Subsection
11639 Mehrfachspalten
11640 \begin_inset CommandInset label
11641 LatexCommand label
11642 name "uab:Mehrfachspalten"
11643
11644 \end_inset
11645
11646
11647 \begin_inset Index idx
11648 status collapsed
11649
11650 \begin_layout Plain Layout
11651 Mahrfachspalten
11652 \end_layout
11653
11654 \end_inset
11655
11656
11657 \begin_inset Index idx
11658 status collapsed
11659
11660 \begin_layout Plain Layout
11661 Tabellen ! Mahrfachspalten
11662 \end_layout
11663
11664 \end_inset
11665
11666
11667 \end_layout
11668
11669 \begin_layout Subsubsection
11670 Grundlagen
11671 \end_layout
11672
11673 \begin_layout Standard
11674 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11675  und verwenden dann den Knopf 
11676 \begin_inset Info
11677 type  "icon"
11678 arg   "tabular-feature multicolumn"
11679 \end_inset
11680
11681  in der Werkzeugleiste, das Menü 
11682 \family sans
11683 Bearbeiten\SpecialChar menuseparator
11684 Tabelle\SpecialChar menuseparator
11685 Mehrfachspalte
11686 \family default
11687 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11688  
11689 \family sans
11690 Mehrfachspalte
11691 \family default
11692 .
11693 \end_layout
11694
11695 \begin_layout Standard
11696 Mehrfachspalten haben ihre eigenen Einstellungen.
11697  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11698  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11699  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11700 \end_layout
11701
11702 \begin_layout Standard
11703 \align center
11704 \begin_inset Tabular
11705 <lyxtabular version="3" rows="3" columns="4">
11706 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11707 <column alignment="center" valignment="top" width="0pt">
11708 <column alignment="center" valignment="middle">
11709 <column alignment="center" valignment="top" width="0in">
11710 <column alignment="center" valignment="top" width="0pt">
11711 <row>
11712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 abc
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 def ghi
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 jkl
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 </row>
11749 <row>
11750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754
11755 \family roman
11756 \series medium
11757 \shape up
11758 \size normal
11759 \emph off
11760 \bar no
11761 \noun off
11762 \color none
11763 A
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11769 \begin_inset Text
11770
11771 \begin_layout Plain Layout
11772 B
11773 \end_layout
11774
11775 \end_inset
11776 </cell>
11777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 C
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 D
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 </row>
11796 <row>
11797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 1
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810 2
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11816 \begin_inset Text
11817
11818 \begin_layout Plain Layout
11819 3
11820 \end_layout
11821
11822 \end_inset
11823 </cell>
11824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11825 \begin_inset Text
11826
11827 \begin_layout Plain Layout
11828 4
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 </row>
11834 </lyxtabular>
11835
11836 \end_inset
11837
11838
11839 \end_layout
11840
11841 \begin_layout Subsubsection
11842 Mehrfachspalten-Berechnungen
11843 \begin_inset CommandInset label
11844 LatexCommand label
11845 name "uab:Mehrfachspalten-Berechnungen"
11846
11847 \end_inset
11848
11849
11850 \begin_inset Index idx
11851 status collapsed
11852
11853 \begin_layout Plain Layout
11854 Mahrfachspalten ! Berechnung
11855 \end_layout
11856
11857 \end_inset
11858
11859
11860 \begin_inset Index idx
11861 status collapsed
11862
11863 \begin_layout Plain Layout
11864 Tabellen ! Mahrfachspalten ! Berechnung
11865 \end_layout
11866
11867 \end_inset
11868
11869
11870 \end_layout
11871
11872 \begin_layout Standard
11873 \SpecialChar LyX
11874  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11875  Zellen beachten.
11876 \end_layout
11877
11878 \begin_layout Standard
11879 \begin_inset Float table
11880 placement h
11881 alignment document
11882 wide false
11883 sideways false
11884 status open
11885
11886 \begin_layout Plain Layout
11887 \begin_inset Caption Standard
11888
11889 \begin_layout Plain Layout
11890 \begin_inset CommandInset label
11891 LatexCommand label
11892 name "tab:Tabelle-mit-zentriertem"
11893
11894 \end_inset
11895
11896 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11897  die halbe Breite der Mehrfachspalten-Zelle haben
11898 \begin_inset Argument 1
11899 status collapsed
11900
11901 \begin_layout Plain Layout
11902 Eine Mehrfachspalten-Tabelle
11903 \end_layout
11904
11905 \end_inset
11906
11907
11908 \end_layout
11909
11910 \end_inset
11911
11912
11913 \end_layout
11914
11915 \begin_layout Plain Layout
11916 \align center
11917 \begin_inset Tabular
11918 <lyxtabular version="3" rows="3" columns="3">
11919 <features tabularvalignment="middle">
11920 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11921 <column alignment="center" valignment="middle">
11922 <column alignment="center" valignment="top">
11923 <row>
11924 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 Dies ist eine Mehrfach\SpecialChar softhyphen
11929 spalten-Zelle
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 c
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 </row>
11953 <row>
11954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 d
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 e
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 f
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 </row>
11982 <row>
11983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11984 \begin_inset Text
11985
11986 \begin_layout Plain Layout
11987 g
11988 \end_layout
11989
11990 \end_inset
11991 </cell>
11992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996 h
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005 i
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 </row>
12011 </lyxtabular>
12012
12013 \end_inset
12014
12015
12016 \end_layout
12017
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \begin_layout Standard
12024 Um Tabelle
12025 \begin_inset space ~
12026 \end_inset
12027
12028
12029 \begin_inset CommandInset ref
12030 LatexCommand ref
12031 reference "tab:Tabelle-mit-zentriertem"
12032
12033 \end_inset
12034
12035  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12036  3×3-Tabelle, kreuzen im 
12037 \family sans
12038 Tabellen-Einstellungen
12039 \family default
12040 -Dialog 
12041 \family sans
12042 Mehrfachspalte
12043 \family default
12044  an, setzen die 
12045 \family sans
12046 Horizontale
12047 \begin_inset space ~
12048 \end_inset
12049
12050 Ausrichtung
12051 \family default
12052  auf 
12053 \family sans
12054 Zentriert
12055 \family default
12056  und die 
12057 \family sans
12058 Breite
12059 \family default
12060  auf 2.5
12061 \begin_inset space \thinspace{}
12062 \end_inset
12063
12064 cm.
12065  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12066  Sie die Breite der ersten Spalte auf 1.25
12067 \begin_inset space \thinspace{}
12068 \end_inset
12069
12070 cm setzen.
12071  Die zweite Spalte wird dann automatisch 1.25
12072 \begin_inset space \thinspace{}
12073 \end_inset
12074
12075 cm breit (Breite der 
12076 \family sans
12077 Mehrfachspalte
12078 \family default
12079  
12080 \begin_inset Formula $-$
12081 \end_inset
12082
12083  Breite der ersten Spalte).
12084  Dies wurde so für Tabelle
12085 \begin_inset space ~
12086 \end_inset
12087
12088
12089 \begin_inset CommandInset ref
12090 LatexCommand ref
12091 reference "tab:Tabelle,-in-der-die"
12092
12093 \end_inset
12094
12095  gemacht.
12096 \end_layout
12097
12098 \begin_layout Standard
12099 \begin_inset Float table
12100 placement document
12101 alignment document
12102 wide false
12103 sideways false
12104 status open
12105
12106 \begin_layout Plain Layout
12107 \begin_inset Caption Standard
12108
12109 \begin_layout Plain Layout
12110 \begin_inset CommandInset label
12111 LatexCommand label
12112 name "tab:Tabelle,-in-der-die"
12113
12114 \end_inset
12115
12116 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12117  wie die Mehrfachspalte
12118 \begin_inset Argument 1
12119 status collapsed
12120
12121 \begin_layout Plain Layout
12122 Eine unvollkommene Mehrfachspalten-Tabelle
12123 \end_layout
12124
12125 \end_inset
12126
12127
12128 \end_layout
12129
12130 \end_inset
12131
12132
12133 \end_layout
12134
12135 \begin_layout Plain Layout
12136 \align center
12137 \begin_inset Tabular
12138 <lyxtabular version="3" rows="3" columns="3">
12139 <features tabularvalignment="middle">
12140 <column alignment="center" valignment="top" width="1.25cm">
12141 <column alignment="center" valignment="top">
12142 <column alignment="center" valignment="top">
12143 <row>
12144 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12145 \begin_inset Text
12146
12147 \begin_layout Plain Layout
12148 Dies ist auch eine Mehr\SpecialChar softhyphen
12149 fach\SpecialChar softhyphen
12150 spalten-Zelle
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Plain Layout
12159
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12165 \begin_inset Text
12166
12167 \begin_layout Plain Layout
12168 c
12169 \end_layout
12170
12171 \end_inset
12172 </cell>
12173 </row>
12174 <row>
12175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12176 \begin_inset Text
12177
12178 \begin_layout Plain Layout
12179 d
12180 \end_layout
12181
12182 \end_inset
12183 </cell>
12184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Plain Layout
12188 e
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12194 \begin_inset Text
12195
12196 \begin_layout Plain Layout
12197 f
12198 \end_layout
12199
12200 \end_inset
12201 </cell>
12202 </row>
12203 <row>
12204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 g
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Plain Layout
12217 h
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12223 \begin_inset Text
12224
12225 \begin_layout Plain Layout
12226 i
12227 \end_layout
12228
12229 \end_inset
12230 </cell>
12231 </row>
12232 </lyxtabular>
12233
12234 \end_inset
12235
12236
12237 \end_layout
12238
12239 \end_inset
12240
12241
12242 \end_layout
12243
12244 \begin_layout Standard
12245 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12246  als die zweite ist.
12247  Das liegt daran, dass die Zellenbreite 
12248 \begin_inset Formula $W_{\mathrm{tot}}$
12249 \end_inset
12250
12251  nicht ihre definierte Breite 
12252 \begin_inset Formula $W_{g}$
12253 \end_inset
12254
12255  ist, sondern ein wenig mehr.
12256  Anhang
12257 \begin_inset space ~
12258 \end_inset
12259
12260
12261 \begin_inset CommandInset ref
12262 LatexCommand ref
12263 reference "kap:Erläuterung-einer-Gleichung"
12264
12265 \end_inset
12266
12267  erklärt das genauer.
12268 \end_layout
12269
12270 \begin_layout Standard
12271 Wenn 
12272 \emph on
12273 n
12274 \emph default
12275  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12276  die definierte Breite 
12277 \begin_inset Formula $W_{g\,n}$
12278 \end_inset
12279
12280  einer Spalte, deren totale Breite = 
12281 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12282 \end_inset
12283
12284  sein soll, wie folgt:
12285 \begin_inset Formula 
12286 \begin{equation}
12287 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12288 \end{equation}
12289
12290 \end_inset
12291
12292
12293 \end_layout
12294
12295 \begin_layout Standard
12296 In unserem Falls ist 
12297 \begin_inset Formula $n=2$
12298 \end_inset
12299
12300
12301 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12302 \end_inset
12303
12304 cm, und damit wird aus Gleichung
12305 \begin_inset space ~
12306 \end_inset
12307
12308
12309 \begin_inset CommandInset ref
12310 LatexCommand ref
12311 reference "eq:Wgn"
12312
12313 \end_inset
12314
12315  
12316 \begin_inset Formula 
12317 \begin{equation}
12318 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12319 \end{equation}
12320
12321 \end_inset
12322
12323
12324 \end_layout
12325
12326 \begin_layout Standard
12327 Damit \SpecialChar LaTeX
12328  rechnen kann, muss das Paket 
12329 \series bold
12330 calc
12331 \series default
12332  im Vorspann geladen werden.
12333 \begin_inset Index idx
12334 status collapsed
12335
12336 \begin_layout Plain Layout
12337 \SpecialChar LaTeX
12338 -Pakete ! calc
12339 \end_layout
12340
12341 \end_inset
12342
12343
12344 \end_layout
12345
12346 \begin_layout Standard
12347
12348 \series bold
12349
12350 \backslash
12351 usepackage{calc}
12352 \end_layout
12353
12354 \begin_layout Standard
12355 \SpecialChar LyX
12356  erlaubt im 
12357 \family sans
12358 Breite
12359 \family default
12360 -Feld des 
12361 \family sans
12362 Tabellen-Einstellungen
12363 \family default
12364 -Dialogs keine Berechnungen.
12365  Deshalb müssen Sie die Formel für die Breite im Feld 
12366 \family sans
12367 LaTeX-Argument
12368 \family default
12369  eingeben.
12370  Hier iss ein Überblick über die Argumente:
12371 \end_layout
12372
12373 \begin_layout Itemize
12374
12375 \series bold
12376 p{Breite}
12377 \series default
12378  die Zelle bekommt eine feste 
12379 \series bold
12380 Breite
12381 \series default
12382 , und die vertikale Ausrichtung ist 
12383 \family sans
12384 Oben
12385 \end_layout
12386
12387 \begin_layout Itemize
12388
12389 \series bold
12390 m{Breite}
12391 \series default
12392  die Zelle bekommt eine feste 
12393 \series bold
12394 Breite
12395 \series default
12396 , und die vertikale Ausrichtung ist 
12397 \family sans
12398 Mitte
12399 \end_layout
12400
12401 \begin_layout Itemize
12402
12403 \series bold
12404 b{Breite}
12405 \series default
12406  die Zelle bekommt eine feste 
12407 \series bold
12408 Breite
12409 \series default
12410 , und die vertikale Ausrichtung ist 
12411 \family sans
12412 Unten
12413 \end_layout
12414
12415 \begin_layout Standard
12416 Wenn Sie ein \SpecialChar LaTeX
12417 -Argument eingeben, werden alle anderen Einstellungen für diese
12418  Zelle überschrieben.
12419 \end_layout
12420
12421 \begin_layout Standard
12422 \begin_inset Note Greyedout
12423 status open
12424
12425 \begin_layout Plain Layout
12426
12427 \series bold
12428 Bemerkung:
12429 \series default
12430  Wegen eines Fehlers in \SpecialChar LyX
12431  werden die überschriebenen Einstellungen dennoch
12432  angezeigt.
12433 \end_layout
12434
12435 \end_inset
12436
12437
12438 \end_layout
12439
12440 \begin_layout Standard
12441 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12442  der Zelle mit dem Inhalt 
12443 \begin_inset Quotes gld
12444 \end_inset
12445
12446 d
12447 \begin_inset Quotes grd
12448 \end_inset
12449
12450  der Tabelle
12451 \begin_inset space ~
12452 \end_inset
12453
12454
12455 \begin_inset CommandInset ref
12456 LatexCommand ref
12457 reference "tab:Tabelle-mit-zentriertem"
12458
12459 \end_inset
12460
12461  auch noch der Befehl
12462 \family typewriter
12463 \series bold
12464  
12465 \family default
12466
12467 \backslash
12468 centering
12469 \series default
12470  hinzugefügt.
12471  Das Ganze sieht dann so aus:
12472 \end_layout
12473
12474 \begin_layout Standard
12475
12476 \series bold
12477 |>{
12478 \backslash
12479 centering}m{1.25cm-6.2pt}
12480 \end_layout
12481
12482 \begin_layout Standard
12483 Der vertikale Strich 
12484 \series bold
12485
12486 \begin_inset Quotes gld
12487 \end_inset
12488
12489 |
12490 \series default
12491
12492 \begin_inset Quotes grd
12493 \end_inset
12494
12495  am Anfang zeichnet die linke Linie, und der Befehl 
12496 \series bold
12497
12498 \begin_inset Quotes gld
12499 \end_inset
12500
12501 >{ }
12502 \begin_inset Quotes grd
12503 \end_inset
12504
12505
12506 \series default
12507  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12508  der Zelle benutzt werden sollen.
12509 \end_layout
12510
12511 \begin_layout Standard
12512 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12513  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12514  Ausrichtungen nur für
12515  einzelne Spalten anwendet.
12516  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12517 -Argument benutzt werden:
12518 \end_layout
12519
12520 \begin_layout Standard
12521
12522 \series bold
12523 |>{
12524 \backslash
12525 centering}m{2.5cm}|
12526 \end_layout
12527
12528 \begin_layout Subsection
12529 Mehrfachzeilen
12530 \begin_inset CommandInset label
12531 LatexCommand label
12532 name "uab:Mehrfachzeilen"
12533
12534 \end_inset
12535
12536
12537 \begin_inset Index idx
12538 status collapsed
12539
12540 \begin_layout Plain Layout
12541 Mehrfachzeilen
12542 \end_layout
12543
12544 \end_inset
12545
12546
12547 \begin_inset Index idx
12548 status collapsed
12549
12550 \begin_layout Plain Layout
12551 Tabellen ! Mehrfachzeilen
12552 \end_layout
12553
12554 \end_inset
12555
12556
12557 \end_layout
12558
12559 \begin_layout Standard
12560 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12561  und verwenden dann den Knopf 
12562 \begin_inset Info
12563 type  "icon"
12564 arg   "tabular-feature multirow"
12565 \end_inset
12566
12567  in der Werkzeugleiste, das Menü 
12568 \family sans
12569 Bearbeiten\SpecialChar menuseparator
12570 Tabelle\SpecialChar menuseparator
12571 Mehrfachzeile
12572 \family default
12573 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12574  
12575 \family sans
12576 Mehrfachzeile
12577 \family default
12578 .
12579 \end_layout
12580
12581 \begin_layout Standard
12582 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12583 \end_layout
12584
12585 \begin_layout Standard
12586 \align center
12587 \begin_inset Tabular
12588 <lyxtabular version="3" rows="3" columns="3">
12589 <features tabularvalignment="middle">
12590 <column alignment="center" valignment="top" width="0pt">
12591 <column alignment="center" valignment="top">
12592 <column alignment="center" valignment="top">
12593 <row>
12594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 ein langer Eintrag
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 b
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12613 \begin_inset Text
12614
12615 \begin_layout Plain Layout
12616 c
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 </row>
12622 <row>
12623 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 Mehrfachzeile
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 e
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 f
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 </row>
12651 <row>
12652 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 h
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 i
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 </row>
12680 </lyxtabular>
12681
12682 \end_inset
12683
12684
12685 \end_layout
12686
12687 \begin_layout Standard
12688 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12689  Spalte festgelegt.
12690  Der 
12691 \family sans
12692 Vertikale Versatz
12693 \family default
12694  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12695  positiv/negativ ist.
12696 \end_layout
12697
12698 \begin_layout Standard
12699 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12700  die Mehrfachzeile die Ausrichtung der Spalte.
12701  Ansonsten ist sie standardmäßig links ausgerichtet.
12702  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12703 \series bold
12704
12705 \backslash
12706 multirowsetup
12707 \series default
12708  mit dem Befehl
12709 \end_layout
12710
12711 \begin_layout Standard
12712
12713 \series bold
12714
12715 \backslash
12716 renewcommand{
12717 \backslash
12718 multirowsetup}{
12719 \backslash
12720 centering}
12721 \end_layout
12722
12723 \begin_layout Standard
12724 im \SpecialChar LaTeX
12725 -Vorspann.
12726  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12727  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12728  auch mittels \SpecialChar TeX
12729 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12730 -Vorspann, erneuert
12731  werden.
12732  Für rechtsbündigen Text ersetzt man 
12733 \series bold
12734
12735 \backslash
12736 centering
12737 \series default
12738  durch 
12739 \series bold
12740
12741 \backslash
12742 raggedleft
12743 \series default
12744 .
12745  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12746 \series bold
12747
12748 \backslash
12749 raggedright
12750 \series default
12751  verwendet.
12752 \end_layout
12753
12754 \begin_layout Standard
12755 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12756  die -4
12757 \begin_inset space \thinspace{}
12758 \end_inset
12759
12760 mm vertikalen Versatz hat und sich in einer 3
12761 \begin_inset space \thinspace{}
12762 \end_inset
12763
12764 cm breiten Spalte befindet:
12765 \end_layout
12766
12767 \begin_layout Standard
12768 \noindent
12769 \align center
12770 \begin_inset ERT
12771 status collapsed
12772
12773 \begin_layout Plain Layout
12774
12775
12776 \backslash
12777 renewcommand{
12778 \backslash
12779 multirowsetup}{
12780 \backslash
12781 raggedleft}
12782 \end_layout
12783
12784 \end_inset
12785
12786
12787 \begin_inset Tabular
12788 <lyxtabular version="3" rows="4" columns="3">
12789 <features tabularvalignment="middle">
12790 <column alignment="center" valignment="top" width="3cm">
12791 <column alignment="center" valignment="top">
12792 <column alignment="center" valignment="top">
12793 <row>
12794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 ein langer Eintrag
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 b
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 c
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 </row>
12822 <row>
12823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 t
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 n
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845 m
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 </row>
12851 <row>
12852 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 Mehrfachzeile
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 e
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 f
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 </row>
12880 <row>
12881 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 h
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 i
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 </row>
12909 </lyxtabular>
12910
12911 \end_inset
12912
12913
12914 \begin_inset ERT
12915 status collapsed
12916
12917 \begin_layout Plain Layout
12918
12919
12920 \backslash
12921 renewcommand{
12922 \backslash
12923 multirowsetup}{
12924 \backslash
12925 raggedright}
12926 \end_layout
12927
12928 \end_inset
12929
12930
12931 \end_layout
12932
12933 \begin_layout Standard
12934 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12935  (Tastenkürzel 
12936 \family sans
12937 Strg+Enter
12938 \family default
12939 ) verwenden.
12940  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12941 \end_layout
12942
12943 \begin_layout Standard
12944 \noindent
12945 \align center
12946 \begin_inset Tabular
12947 <lyxtabular version="3" rows="3" columns="2">
12948 <features tabularvalignment="middle">
12949 <column alignment="left" valignment="middle" width="2cm">
12950 <column alignment="center" valignment="top">
12951 <row>
12952 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 aaa
12957 \begin_inset Newline newline
12958 \end_inset
12959
12960 aaa
12961 \begin_inset Newline newline
12962 \end_inset
12963
12964 falsche Zelle
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 ccc
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 </row>
12979 <row>
12980 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993 ddd
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 </row>
12999 <row>
13000 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13001 \begin_inset Text
13002
13003 \begin_layout Plain Layout
13004 bbb
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 eee
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 </row>
13019 </lyxtabular>
13020
13021 \end_inset
13022
13023
13024 \end_layout
13025
13026 \begin_layout Standard
13027 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13028 \end_layout
13029
13030 \begin_layout Subsection
13031 Zellen mit diagonalen Linien
13032 \end_layout
13033
13034 \begin_layout Standard
13035 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13036  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13037  oder zwei diagonalen Linien zu teilen.
13038  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
13039 -Paket 
13040 \series bold
13041 diagbox
13042 \series default
13043
13044 \begin_inset Index idx
13045 status collapsed
13046
13047 \begin_layout Plain Layout
13048 \SpecialChar LaTeX
13049 -Pakete ! diagbox
13050 \end_layout
13051
13052 \end_inset
13053
13054  im \SpecialChar LaTeX
13055 -Vorspann lädt.
13056  Das Paket stellt den Befehl 
13057 \series bold
13058
13059 \backslash
13060 diagbox
13061 \series default
13062  zur Verfügung, der als \SpecialChar TeX
13063 -Code eingefügt wird und 2 oder 3
13064 \begin_inset space ~
13065 \end_inset
13066
13067 Argumente hat:
13068 \end_layout
13069
13070 \begin_layout Standard
13071
13072 \series bold
13073
13074 \backslash
13075 diagbox[Optionen]{links unten}{rechts oben}
13076 \end_layout
13077
13078 \begin_layout Standard
13079
13080 \series bold
13081
13082 \backslash
13083 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13084 \end_layout
13085
13086 \begin_layout Standard
13087 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13088  die Argumente werden unter und über diese Linie platziert.
13089  Das zweite Schema teilt die Zelle mit 2
13090 \begin_inset space ~
13091 \end_inset
13092
13093 Linien.
13094 \end_layout
13095
13096 \begin_layout Standard
13097 \begin_inset ERT
13098 status collapsed
13099
13100 \begin_layout Plain Layout
13101
13102
13103 \backslash
13104 ifdiagbox
13105 \end_layout
13106
13107 \end_inset
13108
13109
13110 \begin_inset Note Note
13111 status open
13112
13113 \begin_layout Plain Layout
13114 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13115 -Paket 
13116 \series bold
13117 diagbox
13118 \series default
13119  installiert ist.
13120 \end_layout
13121
13122 \end_inset
13123
13124
13125 \end_layout
13126
13127 \begin_layout Standard
13128 Hier ist eine Beispieltabelle in der 
13129 \series bold
13130
13131 \backslash
13132 diagbox 
13133 \series default
13134 im 2-Argument Schema in der ersten Zelle verwendet wird:
13135 \begin_inset VSpace medskip
13136 \end_inset
13137
13138
13139 \end_layout
13140
13141 \begin_layout Standard
13142 \noindent
13143 \begin_inset Tabular
13144 <lyxtabular version="3" rows="4" columns="4">
13145 <features tabularvalignment="middle">
13146 <column alignment="center" valignment="top">
13147 <column alignment="center" valignment="top">
13148 <column alignment="center" valignment="top">
13149 <column alignment="center" valignment="top">
13150 <row>
13151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 \begin_inset ERT
13156 status collapsed
13157
13158 \begin_layout Plain Layout
13159
13160
13161 \backslash
13162 diagbox{
13163 \end_layout
13164
13165 \end_inset
13166
13167 Name
13168 \begin_inset ERT
13169 status collapsed
13170
13171 \begin_layout Plain Layout
13172
13173 }{
13174 \end_layout
13175
13176 \end_inset
13177
13178 Parameter
13179 \begin_inset ERT
13180 status collapsed
13181
13182 \begin_layout Plain Layout
13183
13184 }
13185 \end_layout
13186
13187 \end_inset
13188
13189
13190 \end_layout
13191
13192 \end_inset
13193 </cell>
13194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13195 \begin_inset Text
13196
13197 \begin_layout Plain Layout
13198 Dicke in nm
13199 \end_layout
13200
13201 \end_inset
13202 </cell>
13203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207 Transparenz in %
13208 \end_layout
13209
13210 \end_inset
13211 </cell>
13212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216 Härte in MPa
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 </row>
13222 <row>
13223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13224 \begin_inset Text
13225
13226 \begin_layout Plain Layout
13227 Perfekt Grün
13228 \end_layout
13229
13230 \end_inset
13231 </cell>
13232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13233 \begin_inset Text
13234
13235 \begin_layout Plain Layout
13236 45
13237 \end_layout
13238
13239 \end_inset
13240 </cell>
13241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245 80
13246 \end_layout
13247
13248 \end_inset
13249 </cell>
13250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13251 \begin_inset Text
13252
13253 \begin_layout Plain Layout
13254 504
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 </row>
13260 <row>
13261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 Dunkel Multi-P
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 60
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 72
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 982
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 </row>
13298 <row>
13299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 Kristallklar Pro
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 18
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 86
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 374
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 </row>
13336 </lyxtabular>
13337
13338 \end_inset
13339
13340
13341 \begin_inset VSpace medskip
13342 \end_inset
13343
13344
13345 \end_layout
13346
13347 \begin_layout Standard
13348 \begin_inset Newpage newpage
13349 \end_inset
13350
13351
13352 \end_layout
13353
13354 \begin_layout Standard
13355 Das 3-Argument Schema ist z.
13356 \begin_inset space \thinspace{}
13357 \end_inset
13358
13359 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13360 \end_layout
13361
13362 \begin_layout Standard
13363 \noindent
13364 \align center
13365 \begin_inset Tabular
13366 <lyxtabular version="3" rows="4" columns="4">
13367 <features tabularvalignment="middle">
13368 <column alignment="center" valignment="top" width="0pt">
13369 <column alignment="center" valignment="top">
13370 <column alignment="center" valignment="top">
13371 <column alignment="center" valignment="top">
13372 <row>
13373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 \begin_inset ERT
13378 status collapsed
13379
13380 \begin_layout Plain Layout
13381
13382
13383 \backslash
13384 diagbox{
13385 \end_layout
13386
13387 \end_inset
13388
13389 Heim
13390 \begin_inset ERT
13391 status collapsed
13392
13393 \begin_layout Plain Layout
13394
13395 }{
13396 \end_layout
13397
13398 \end_inset
13399
13400 Ergebnis
13401 \begin_inset ERT
13402 status collapsed
13403
13404 \begin_layout Plain Layout
13405
13406 }{
13407 \end_layout
13408
13409 \end_inset
13410
13411 Auswärts
13412 \begin_inset ERT
13413 status collapsed
13414
13415 \begin_layout Plain Layout
13416
13417 }
13418 \end_layout
13419
13420 \end_inset
13421
13422
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431 Tiger
13432 \end_layout
13433
13434 \end_inset
13435 </cell>
13436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440 Panther
13441 \end_layout
13442
13443 \end_inset
13444 </cell>
13445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 Falken
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 </row>
13455 <row>
13456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460 Tiger
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13466 \begin_inset Text
13467
13468 \begin_layout Plain Layout
13469
13470 \end_layout
13471
13472 \end_inset
13473 </cell>
13474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13475 \begin_inset Text
13476
13477 \begin_layout Plain Layout
13478 1:3
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 0:1
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 </row>
13493 <row>
13494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 Panther
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 3:1
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 0:0
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 </row>
13531 <row>
13532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13533 \begin_inset Text
13534
13535 \begin_layout Plain Layout
13536 Falken
13537 \end_layout
13538
13539 \end_inset
13540 </cell>
13541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13542 \begin_inset Text
13543
13544 \begin_layout Plain Layout
13545 1:0
13546 \end_layout
13547
13548 \end_inset
13549 </cell>
13550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13551 \begin_inset Text
13552
13553 \begin_layout Plain Layout
13554 0:0
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 </row>
13569 </lyxtabular>
13570
13571 \end_inset
13572
13573
13574 \end_layout
13575
13576 \begin_layout Standard
13577 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13578  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13579 \end_layout
13580
13581 \begin_layout Standard
13582 \noindent
13583 \align center
13584 \begin_inset Tabular
13585 <lyxtabular version="3" rows="5" columns="5">
13586 <features tabularvalignment="middle">
13587 <column alignment="center" valignment="top" width="0pt">
13588 <column alignment="center" valignment="top">
13589 <column alignment="center" valignment="top">
13590 <column alignment="center" valignment="top">
13591 <column alignment="center" valignment="top">
13592 <row>
13593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597 \begin_inset ERT
13598 status open
13599
13600 \begin_layout Plain Layout
13601
13602
13603 \backslash
13604 diagbox{
13605 \end_layout
13606
13607 \end_inset
13608
13609 Heim
13610 \begin_inset ERT
13611 status collapsed
13612
13613 \begin_layout Plain Layout
13614
13615 }{
13616 \end_layout
13617
13618 \end_inset
13619
13620 Ergebnis
13621 \begin_inset ERT
13622 status collapsed
13623
13624 \begin_layout Plain Layout
13625
13626 }{
13627 \end_layout
13628
13629 \end_inset
13630
13631 Auswärts
13632 \begin_inset ERT
13633 status collapsed
13634
13635 \begin_layout Plain Layout
13636
13637 }
13638 \end_layout
13639
13640 \end_inset
13641
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 Tiger
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 Panther
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 Falken
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 \begin_inset ERT
13679 status open
13680
13681 \begin_layout Plain Layout
13682
13683
13684 \backslash
13685 diagbox[dir=NE]{
13686 \end_layout
13687
13688 \end_inset
13689
13690 Heim
13691 \begin_inset ERT
13692 status collapsed
13693
13694 \begin_layout Plain Layout
13695
13696 }{
13697 \end_layout
13698
13699 \end_inset
13700
13701 Ergebnis
13702 \begin_inset ERT
13703 status collapsed
13704
13705 \begin_layout Plain Layout
13706
13707 }{
13708 \end_layout
13709
13710 \end_inset
13711
13712 Auswärts
13713 \begin_inset ERT
13714 status collapsed
13715
13716 \begin_layout Plain Layout
13717
13718 }
13719 \end_layout
13720
13721 \end_inset
13722
13723
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 </row>
13729 <row>
13730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 Tiger
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13749 \begin_inset Text
13750
13751 \begin_layout Plain Layout
13752 1:3
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 0:1
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770 Tiger
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 </row>
13776 <row>
13777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 Panther
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 3:1
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808 0:0
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817 Panther
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 </row>
13823 <row>
13824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828 Falken
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 1:0
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 0:0
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864 Falken
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 </row>
13870 <row>
13871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 \begin_inset ERT
13876 status open
13877
13878 \begin_layout Plain Layout
13879
13880
13881 \backslash
13882 diagbox[dir=SW]{
13883 \end_layout
13884
13885 \end_inset
13886
13887 Heim
13888 \begin_inset ERT
13889 status collapsed
13890
13891 \begin_layout Plain Layout
13892
13893 }{
13894 \end_layout
13895
13896 \end_inset
13897
13898 Ergebnis
13899 \begin_inset ERT
13900 status collapsed
13901
13902 \begin_layout Plain Layout
13903
13904 }{
13905 \end_layout
13906
13907 \end_inset
13908
13909 Auswärts
13910 \begin_inset ERT
13911 status collapsed
13912
13913 \begin_layout Plain Layout
13914
13915 }
13916 \end_layout
13917
13918 \end_inset
13919
13920
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 Tiger
13930 \end_layout
13931
13932 \end_inset
13933 </cell>
13934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938 Panther
13939 \end_layout
13940
13941 \end_inset
13942 </cell>
13943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947 Falken
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 \begin_inset ERT
13957 status open
13958
13959 \begin_layout Plain Layout
13960
13961
13962 \backslash
13963 diagbox[dir=SE]{
13964 \end_layout
13965
13966 \end_inset
13967
13968 Heim
13969 \begin_inset ERT
13970 status collapsed
13971
13972 \begin_layout Plain Layout
13973
13974 }{
13975 \end_layout
13976
13977 \end_inset
13978
13979 Ergebnis
13980 \begin_inset ERT
13981 status collapsed
13982
13983 \begin_layout Plain Layout
13984
13985 }{
13986 \end_layout
13987
13988 \end_inset
13989
13990 Auswärts
13991 \begin_inset ERT
13992 status collapsed
13993
13994 \begin_layout Plain Layout
13995
13996 }
13997 \end_layout
13998
13999 \end_inset
14000
14001
14002 \end_layout
14003
14004 \end_inset
14005 </cell>
14006 </row>
14007 </lyxtabular>
14008
14009 \end_inset
14010
14011
14012 \end_layout
14013
14014 \begin_layout Standard
14015 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
14016 \series bold
14017 dir=Richtung
14018 \series default
14019  verwendet.
14020  
14021 \emph on
14022 Richtung
14023 \emph default
14024  ist entweder 
14025 \series bold
14026 NE
14027 \series default
14028
14029 \series bold
14030 SE
14031 \series default
14032
14033 \series bold
14034 SW
14035 \series default
14036  oder 
14037 \series bold
14038 NW
14039 \series default
14040  und stellt eine Himmelsrichtung dar.
14041  
14042 \series bold
14043 SW
14044 \series default
14045  ist z.
14046 \begin_inset space \thinspace{}
14047 \end_inset
14048
14049 B.
14050  die Südwestecke.
14051  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14052 \end_layout
14053
14054 \begin_layout Standard
14055
14056 \series bold
14057
14058 \backslash
14059 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14060 \end_layout
14061
14062 \begin_layout Standard
14063 verwendet.
14064  Wenn keine Richtung angegeben ist, wird NW verwendet.
14065 \end_layout
14066
14067 \begin_layout Standard
14068 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14069  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14070 e ist, ragt der Inhalt über die Zelle hinaus:
14071 \end_layout
14072
14073 \begin_layout Standard
14074 \noindent
14075 \align center
14076 \begin_inset Tabular
14077 <lyxtabular version="3" rows="2" columns="2">
14078 <features tabularvalignment="middle">
14079 <column alignment="center" valignment="top" width="3cm">
14080 <column alignment="center" valignment="top">
14081 <row>
14082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 \begin_inset ERT
14087 status collapsed
14088
14089 \begin_layout Plain Layout
14090
14091
14092 \backslash
14093 diagbox{
14094 \end_layout
14095
14096 \end_inset
14097
14098 Name
14099 \begin_inset ERT
14100 status collapsed
14101
14102 \begin_layout Plain Layout
14103
14104 }{
14105 \end_layout
14106
14107 \end_inset
14108
14109 Parameter
14110 \begin_inset ERT
14111 status collapsed
14112
14113 \begin_layout Plain Layout
14114
14115 }
14116 \end_layout
14117
14118 \end_inset
14119
14120
14121 \end_layout
14122
14123 \end_inset
14124 </cell>
14125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 Dicke in nm
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 </row>
14135 <row>
14136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Plain Layout
14140 Perfekt Grün
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 45
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 </row>
14155 </lyxtabular>
14156
14157 \end_inset
14158
14159
14160 \end_layout
14161
14162 \begin_layout Standard
14163 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14164  verwendet man die Befehlsoption 
14165 \series bold
14166 width=3cm
14167 \series default
14168  (ersetzen Sie '3cm' durch die benötigte Breite).
14169  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14170 \begin_inset space \thinspace{}
14171 \end_inset
14172
14173 cm gesetzt.
14174  Für 
14175 \series bold
14176
14177 \backslash
14178 diagbox
14179 \series default
14180  wird eine Breite von 4
14181 \begin_inset space \thinspace{}
14182 \end_inset
14183
14184 cm + 2
14185 \begin_inset space \thinspace{}
14186 \end_inset
14187
14188
14189 \backslash
14190 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14191  diesem Fall 4
14192 \begin_inset space \thinspace{}
14193 \end_inset
14194
14195 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14196  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14197 \series bold
14198
14199 \backslash
14200 diagbox
14201 \series default
14202  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14203  später verwenden kann.
14204  Dies wird mit den \SpecialChar TeX
14205 -Code Befehlen
14206 \end_layout
14207
14208 \begin_layout Standard
14209
14210 \series bold
14211
14212 \backslash
14213 newlength{
14214 \backslash
14215 diagtest}
14216 \begin_inset Newline newline
14217 \end_inset
14218
14219
14220 \backslash
14221 setlength{
14222 \backslash
14223 diagtest}{4cm+2
14224 \backslash
14225 tabcolsep}
14226 \end_layout
14227
14228 \begin_layout Standard
14229 erreicht.
14230 \end_layout
14231
14232 \begin_layout Standard
14233 \begin_inset ERT
14234 status collapsed
14235
14236 \begin_layout Plain Layout
14237
14238
14239 \backslash
14240 newlength{
14241 \backslash
14242 diagtest}
14243 \end_layout
14244
14245 \begin_layout Plain Layout
14246
14247
14248 \backslash
14249 setlength{
14250 \backslash
14251 diagtest}{4cm+2
14252 \backslash
14253 tabcolsep}
14254 \end_layout
14255
14256 \end_inset
14257
14258
14259 \end_layout
14260
14261 \begin_layout Standard
14262 Um Berechnungen in \SpecialChar LaTeX
14263  zu aktivieren, muss das Paket 
14264 \series bold
14265 calc
14266 \series default
14267
14268 \begin_inset Index idx
14269 status collapsed
14270
14271 \begin_layout Plain Layout
14272 \SpecialChar LaTeX
14273 -Pakete ! calc
14274 \end_layout
14275
14276 \end_inset
14277
14278  im \SpecialChar LaTeX
14279 -Vorspann geladen werden.
14280 \end_layout
14281
14282 \begin_layout Standard
14283 In der Tabelle kann man nun den Befehl
14284 \end_layout
14285
14286 \begin_layout Standard
14287
14288 \series bold
14289
14290 \backslash
14291 diagbox[width=
14292 \backslash
14293 diagtest]{A}{B}
14294 \end_layout
14295
14296 \begin_layout Standard
14297 in der ersten Zelle verwenden:
14298 \end_layout
14299
14300 \begin_layout Standard
14301 \noindent
14302 \align center
14303 \begin_inset Tabular
14304 <lyxtabular version="3" rows="2" columns="2">
14305 <features tabularvalignment="middle">
14306 <column alignment="center" valignment="top" width="4cm">
14307 <column alignment="center" valignment="top">
14308 <row>
14309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 \begin_inset ERT
14314 status open
14315
14316 \begin_layout Plain Layout
14317
14318
14319 \backslash
14320 diagbox[width=
14321 \backslash
14322 diagtest]{
14323 \end_layout
14324
14325 \end_inset
14326
14327 A
14328 \begin_inset ERT
14329 status collapsed
14330
14331 \begin_layout Plain Layout
14332
14333 }{
14334 \end_layout
14335
14336 \end_inset
14337
14338 B
14339 \begin_inset ERT
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343
14344 }
14345 \end_layout
14346
14347 \end_inset
14348
14349
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 Dicke in nm
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 </row>
14364 <row>
14365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369 Perfekt Grün
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378 45
14379 \end_layout
14380
14381 \end_inset
14382 </cell>
14383 </row>
14384 </lyxtabular>
14385
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \begin_layout Standard
14392 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14393  muss.
14394  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14395  wie in in dieser Tabelle:
14396 \end_layout
14397
14398 \begin_layout Standard
14399 \noindent
14400 \align center
14401 \begin_inset Tabular
14402 <lyxtabular version="3" rows="2" columns="2">
14403 <features tabularvalignment="middle">
14404 <column alignment="center" valignment="top" width="0pt">
14405 <column alignment="center" valignment="top">
14406 <row>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 \begin_inset ERT
14412 status collapsed
14413
14414 \begin_layout Plain Layout
14415
14416
14417 \backslash
14418 diagbox{
14419 \end_layout
14420
14421 \end_inset
14422
14423 A
14424 \begin_inset ERT
14425 status collapsed
14426
14427 \begin_layout Plain Layout
14428
14429 }{
14430 \end_layout
14431
14432 \end_inset
14433
14434 B
14435 \begin_inset ERT
14436 status collapsed
14437
14438 \begin_layout Plain Layout
14439
14440 }
14441 \end_layout
14442
14443 \end_inset
14444
14445
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454 Dicke in nm
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 </row>
14460 <row>
14461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 Perfekt Grün
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474 45
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 </row>
14480 </lyxtabular>
14481
14482 \end_inset
14483
14484
14485 \end_layout
14486
14487 \begin_layout Standard
14488 Verwenden Sie in diesem Fall die Option 
14489 \series bold
14490 width
14491 \series default
14492  des Befehls 
14493 \series bold
14494
14495 \backslash
14496 diagbox
14497 \series default
14498 .
14499  Es ist dabei nicht notwendig, 2
14500 \backslash
14501 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14502  ist.
14503  In dieser Tabelle wird eine Breite von 3
14504 \begin_inset space \thinspace{}
14505 \end_inset
14506
14507 cm verwendet:
14508 \end_layout
14509
14510 \begin_layout Standard
14511 \noindent
14512 \align center
14513 \begin_inset Tabular
14514 <lyxtabular version="3" rows="2" columns="2">
14515 <features tabularvalignment="middle">
14516 <column alignment="center" valignment="top" width="0pt">
14517 <column alignment="center" valignment="top">
14518 <row>
14519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 \begin_inset ERT
14524 status open
14525
14526 \begin_layout Plain Layout
14527
14528
14529 \backslash
14530 diagbox[width=3cm]{
14531 \end_layout
14532
14533 \end_inset
14534
14535 A
14536 \begin_inset ERT
14537 status collapsed
14538
14539 \begin_layout Plain Layout
14540
14541 }{
14542 \end_layout
14543
14544 \end_inset
14545
14546 B
14547 \begin_inset ERT
14548 status collapsed
14549
14550 \begin_layout Plain Layout
14551
14552 }
14553 \end_layout
14554
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566 Dicke in nm
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 </row>
14572 <row>
14573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14574 \begin_inset Text
14575
14576 \begin_layout Plain Layout
14577 Perfekt Grün
14578 \end_layout
14579
14580 \end_inset
14581 </cell>
14582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586 45
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 </row>
14592 </lyxtabular>
14593
14594 \end_inset
14595
14596
14597 \end_layout
14598
14599 \begin_layout Standard
14600 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14601  Text in der Zelle unterzubringen.
14602  Dies wird mit der 
14603 \series bold
14604
14605 \backslash
14606 diagbox
14607 \series default
14608 -Option 
14609 \series bold
14610 height=3cm
14611 \series default
14612  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14613  In der folgenden Tabelle wird der Befehl
14614 \end_layout
14615
14616 \begin_layout Standard
14617
14618 \series bold
14619
14620 \backslash
14621 diagbox[width=3cm,height=1.4cm]{A
14622 \backslash
14623
14624 \backslash
14625 B}{C
14626 \backslash
14627
14628 \backslash
14629 D}
14630 \end_layout
14631
14632 \begin_layout Standard
14633 in der ersten Zelle verwendet.
14634  Der Befehl 
14635 \series bold
14636
14637 \backslash
14638
14639 \backslash
14640
14641 \series default
14642  erzeugt hierbei den Zeilenumbruch.
14643 \begin_inset Foot
14644 status collapsed
14645
14646 \begin_layout Plain Layout
14647 Zeilen mit 
14648 \family sans
14649 Strg+Enter
14650 \family default
14651  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14652 \end_layout
14653
14654 \end_inset
14655
14656
14657 \end_layout
14658
14659 \begin_layout Standard
14660 \noindent
14661 \align center
14662 \begin_inset Tabular
14663 <lyxtabular version="3" rows="2" columns="2">
14664 <features tabularvalignment="middle">
14665 <column alignment="center" valignment="top">
14666 <column alignment="center" valignment="top">
14667 <row>
14668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Plain Layout
14672 \begin_inset ERT
14673 status open
14674
14675 \begin_layout Plain Layout
14676
14677
14678 \backslash
14679 diagbox[width=3cm,height=1.4cm]{
14680 \end_layout
14681
14682 \end_inset
14683
14684 A
14685 \begin_inset ERT
14686 status collapsed
14687
14688 \begin_layout Plain Layout
14689
14690
14691 \backslash
14692
14693 \backslash
14694
14695 \end_layout
14696
14697 \end_inset
14698
14699 B
14700 \begin_inset ERT
14701 status collapsed
14702
14703 \begin_layout Plain Layout
14704
14705 }{
14706 \end_layout
14707
14708 \end_inset
14709
14710 C
14711 \begin_inset ERT
14712 status collapsed
14713
14714 \begin_layout Plain Layout
14715
14716
14717 \backslash
14718
14719 \backslash
14720
14721 \end_layout
14722
14723 \end_inset
14724
14725 D
14726 \begin_inset ERT
14727 status collapsed
14728
14729 \begin_layout Plain Layout
14730
14731 }
14732 \end_layout
14733
14734 \end_inset
14735
14736
14737 \end_layout
14738
14739 \end_inset
14740 </cell>
14741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Plain Layout
14745 Dicke in nm
14746 \end_layout
14747
14748 \end_inset
14749 </cell>
14750 </row>
14751 <row>
14752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14753 \begin_inset Text
14754
14755 \begin_layout Plain Layout
14756 Perfekt Grün
14757 \end_layout
14758
14759 \end_inset
14760 </cell>
14761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14762 \begin_inset Text
14763
14764 \begin_layout Plain Layout
14765 45
14766 \end_layout
14767
14768 \end_inset
14769 </cell>
14770 </row>
14771 </lyxtabular>
14772
14773 \end_inset
14774
14775
14776 \end_layout
14777
14778 \begin_layout Standard
14779 \begin_inset ERT
14780 status collapsed
14781
14782 \begin_layout Plain Layout
14783
14784
14785 \backslash
14786 else
14787 \end_layout
14788
14789 \end_inset
14790
14791
14792 \begin_inset Note Note
14793 status open
14794
14795 \begin_layout Plain Layout
14796 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14797 -Paket 
14798 \series bold
14799 diagbox
14800 \series default
14801  nicht installiert ist:
14802 \end_layout
14803
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \begin_layout Standard
14810 Sie müssen das \SpecialChar LaTeX
14811 -Paket 
14812 \series bold
14813 diagbox
14814 \series default
14815  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14816 \end_layout
14817
14818 \begin_layout Standard
14819 \begin_inset ERT
14820 status collapsed
14821
14822 \begin_layout Plain Layout
14823
14824
14825 \backslash
14826 fi
14827 \end_layout
14828
14829 \end_inset
14830
14831
14832 \end_layout
14833
14834 \begin_layout Standard
14835 Für mehr Informationen über das \SpecialChar LaTeX
14836 -Paket 
14837 \series bold
14838 diagbox
14839 \series default
14840 , siehe dessen Dokumentation, 
14841 \begin_inset CommandInset citation
14842 LatexCommand cite
14843 key "diagbox"
14844 literal "true"
14845
14846 \end_inset
14847
14848 .
14849 \end_layout
14850
14851 \begin_layout Section
14852 Formale Tabellen
14853 \begin_inset CommandInset label
14854 LatexCommand label
14855 name "abs:Formale-Tabellen"
14856
14857 \end_inset
14858
14859
14860 \begin_inset Index idx
14861 status collapsed
14862
14863 \begin_layout Plain Layout
14864 Tabellen ! Formale
14865 \end_layout
14866
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \begin_layout Standard
14873 Tabellen werden in Büchern oft wie Tabelle
14874 \begin_inset space ~
14875 \end_inset
14876
14877
14878 \begin_inset CommandInset ref
14879 LatexCommand ref
14880 reference "tab:Formale-Tabelle"
14881
14882 \end_inset
14883
14884  gesetzt.
14885  Diese Tabellen werden
14886 \emph on
14887  formal
14888 \emph default
14889  genannt.
14890  Formale Tabellen bekommen Sie, wenn Sie den Stil 
14891 \begin_inset Quotes gld
14892 \end_inset
14893
14894 Formale Tabelle
14895 \begin_inset Quotes grd
14896 \end_inset
14897
14898  im Dialog 
14899 \family sans
14900 Einfügen\SpecialChar menuseparator
14901 Tabelle
14902 \family default
14903  wählen oder im 
14904 \family sans
14905 Tabellen-Einstellungen
14906 \family default
14907 -Dialog auf der Karteikarte 
14908 \family sans
14909 Rahmen
14910 \family default
14911  den 
14912 \family sans
14913 Stil
14914 \family default
14915  
14916 \family sans
14917 Formal
14918 \family default
14919  ankreuzen (wenn Sie zusätzlich noch dort 
14920 \family sans
14921 Formalen Standardstil verwenden
14922 \family default
14923  ankreuzen, werden die Linien für formale Tabellen sinnvoll voreingestellt).
14924 \end_layout
14925
14926 \begin_layout Standard
14927 \begin_inset Float table
14928 placement h
14929 alignment document
14930 wide false
14931 sideways false
14932 status open
14933
14934 \begin_layout Plain Layout
14935 \begin_inset Caption Standard
14936
14937 \begin_layout Plain Layout
14938 \begin_inset CommandInset label
14939 LatexCommand label
14940 name "tab:Formale-Tabelle"
14941
14942 \end_inset
14943
14944 Formale Tabelle
14945 \end_layout
14946
14947 \end_inset
14948
14949
14950 \end_layout
14951
14952 \begin_layout Plain Layout
14953 \align center
14954 \begin_inset Tabular
14955 <lyxtabular version="3" rows="8" columns="4">
14956 <features booktabs="true" tabularvalignment="middle">
14957 <column alignment="center" valignment="top">
14958 <column alignment="right" valignment="top" width="0pt">
14959 <column alignment="right" valignment="top" width="0pt">
14960 <column alignment="right" valignment="top">
14961 <row>
14962 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 System
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 <cell alignment="right" valignment="top" topline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975 Chip
14976 \begin_inset space \thinspace{}
14977 \end_inset
14978
14979 1
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 Chip
14989 \begin_inset space \thinspace{}
14990 \end_inset
14991
14992 2
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 </row>
15007 <row>
15008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 Detektordicke in µm
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 <cell alignment="right" valignment="top" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021 300
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="right" valignment="top" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 300
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039 700
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 </row>
15045 <row>
15046 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 Kantenwinkel in °
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="right" valignment="top" topline="true" toplinertrim="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 3.55
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="right" valignment="top" topline="true" toplineltrim="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 2.71
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" topline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 7.99
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 </row>
15083 <row topspace="default">
15084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 räumliche Auf\SpecialChar ligaturebreak
15089 lösung in µm
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="right" valignment="top" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 4.26
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="right" valignment="top" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 10.17
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 10.56
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 <row topspace="default">
15123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127 MTF bei 
15128 \begin_inset Formula $f_{\mathrm{max}}$
15129 \end_inset
15130
15131
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="right" valignment="top" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 0.53
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="right" valignment="top" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 0.37
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 0.39
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 </row>
15164 <row topspace="default">
15165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 LSF räumliche Auf\SpecialChar ligaturebreak
15170 lösung
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="right" valignment="top" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="right" valignment="top" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 <cell alignment="center" valignment="top" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 </row>
15203 <row>
15204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 in µm
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="right" valignment="top" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217 129.7
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="right" valignment="top" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 52.75
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 <cell alignment="center" valignment="top" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235 50.78
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 <row>
15242 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 in % der Pixelgröße
15247 \end_layout
15248
15249 \end_inset
15250 </cell>
15251 <cell alignment="right" valignment="top" bottomline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255 76.3
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 <cell alignment="right" valignment="top" bottomline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264 95.9
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273 92.3
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 </row>
15279 </lyxtabular>
15280
15281 \end_inset
15282
15283
15284 \end_layout
15285
15286 \end_inset
15287
15288
15289 \end_layout
15290
15291 \begin_layout Standard
15292 Abstände zu Tabellenzeilen können auf der Karteikarte 
15293 \family sans
15294 Rahmen
15295 \family default
15296  des 
15297 \family sans
15298 Tabellen-Ein\SpecialChar softhyphen
15299 stel\SpecialChar softhyphen
15300 lun\SpecialChar softhyphen
15301 gen
15302 \family default
15303 -Dialogs hinzugefügt werden, wie in Abschnitt
15304 \begin_inset space ~
15305 \end_inset
15306
15307
15308 \begin_inset CommandInset ref
15309 LatexCommand ref
15310 reference "uab:Zeilenabstand"
15311
15312 \end_inset
15313
15314  beschrieben.
15315 \end_layout
15316
15317 \begin_layout Standard
15318 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15319  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15320  gedruckt aber anders aus.
15321  Die erste und letzte Linie ist 0.08
15322 \begin_inset space \thinspace{}
15323 \end_inset
15324
15325 em dick, während die anderen 0.05
15326 \begin_inset space \thinspace{}
15327 \end_inset
15328
15329 em dick sind.
15330 \end_layout
15331
15332 \begin_layout Standard
15333 Die Standarddicken können im \SpecialChar LaTeX
15334 -Vorspann geändert werden:
15335 \end_layout
15336
15337 \begin_layout Standard
15338
15339 \series bold
15340
15341 \backslash
15342 let
15343 \backslash
15344 mytoprule
15345 \backslash
15346 toprule
15347 \begin_inset Newline newline
15348 \end_inset
15349
15350
15351 \backslash
15352 renewcommand{
15353 \backslash
15354 toprule}{
15355 \backslash
15356 mytoprule[Breite]}
15357 \end_layout
15358
15359 \begin_layout Standard
15360 Dies Beispiel gilt für die oberste Linie, genannt 
15361 \series bold
15362 toprule
15363 \series default
15364 .
15365  Für die letzte müssen Sie 
15366 \series bold
15367 toprule
15368 \series default
15369  durch 
15370 \series bold
15371 bottomrule
15372 \series default
15373  ersetzen.
15374  Die Linien dazwischen heißen 
15375 \series bold
15376 midrule
15377 \series default
15378 .
15379  Für 
15380 \family sans
15381 Breite
15382 \family default
15383  können Sie alle Einheiten benutzen, die in Anhang
15384 \begin_inset space ~
15385 \end_inset
15386
15387
15388 \begin_inset CommandInset ref
15389 LatexCommand ref
15390 reference "kap:In-LyX-verfügbare"
15391
15392 \end_inset
15393
15394  aufgelistet sind.
15395 \end_layout
15396
15397 \begin_layout Standard
15398 Bei formalen Tabellen ist es üblich, die Gruppierung von Spalten durch unterbroc
15399 hene Mittellinien anzuzeigen (wie in Tabelle
15400 \begin_inset space ~
15401 \end_inset
15402
15403
15404 \begin_inset CommandInset ref
15405 LatexCommand ref
15406 reference "tab:Formale-Tabelle"
15407
15408 \end_inset
15409
15410 ).
15411  Dies können Sie über den Tabellendialog machen.
15412  Wenn Sie eine formale Tabelle bearbeiten, zeigt das Rahmenwerkzeug bei
15413  den oberen uns unteren Rahmenlinien kurze abgetrennte Linien links und
15414  rechts an.
15415  Wenn Sie diese anklicken, wird die Linie entsprechend zurechtgestutzt.
15416 \end_layout
15417
15418 \begin_layout Standard
15419 Wenn Sie die Dicke der Mittellinien oder die Kürzungslänge verändern wollen,
15420  müssen Sie \SpecialChar TeX
15421 -Code benutzen.
15422  Der entsprechende Befehl, der auch für die gestutzten Mittellinien intern
15423  verwendet wird, sieht so aus:
15424 \end_layout
15425
15426 \begin_layout Standard
15427
15428 \series bold
15429
15430 \backslash
15431 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15432 \end_layout
15433
15434 \begin_layout Standard
15435 Der Standardwert der optionalen 
15436 \series bold
15437 Höhe
15438 \series default
15439  ist 0.03
15440 \begin_inset space \thinspace{}
15441 \end_inset
15442
15443 em.
15444  Die Linie reicht von 
15445 \series bold
15446 Anfangsspalte
15447 \series default
15448  bis 
15449 \series bold
15450 Endspalte
15451 \series default
15452 .
15453  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15454  Die 
15455 \series bold
15456 Endspalte
15457 \series default
15458  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15459  Der optionale Parameter 
15460 \series bold
15461 trim
15462 \series default
15463  kann die Werte 
15464 \emph on
15465 r
15466 \emph default
15467
15468 \emph on
15469 r{Breite}
15470 \emph default
15471
15472 \emph on
15473 l
15474 \family typewriter
15475 \emph default
15476  
15477 \family default
15478 oder 
15479 \emph on
15480 l{Breite}
15481 \emph default
15482  annehmen, wobei die 
15483 \emph on
15484 Breite
15485 \emph default
15486  optional ist.
15487  
15488 \emph on
15489 l{2pt}
15490 \emph default
15491  zum Beispiel bedeutet, dass die Linie links um 2
15492 \begin_inset space \thinspace{}
15493 \end_inset
15494
15495 pt gekürzt wird.
15496  Ohne Breitenangabe wird die Linie um 0.5
15497 \begin_inset space \thinspace{}
15498 \end_inset
15499
15500 em gekürzt.
15501 \end_layout
15502
15503 \begin_layout Standard
15504 Die 
15505 \emph on
15506 Höhen
15507 \emph default
15508 -Optionen und die 
15509 \emph on
15510 Breiten
15511 \emph default
15512 -Parameter von 
15513 \emph on
15514 l
15515 \emph default
15516  und 
15517 \emph on
15518 r
15519 \emph default
15520  werden (noch) nicht von \SpecialChar LyX
15521  unterstützt.
15522  Wenn Sie dies brauchen, können Sie manuell im \SpecialChar TeX
15523 -Modus einen entsprechenden
15524  
15525 \series bold
15526
15527 \backslash
15528 cmidrule
15529 \series default
15530 -Befehl einfügen.
15531  Fügen Sie dies als erstes in die erste Zelle einer Zeile ein, dann wird
15532  die entsprechende Linie über dieser Zeile gedruckt.
15533  Tabelle
15534 \begin_inset space ~
15535 \end_inset
15536
15537
15538 \begin_inset CommandInset ref
15539 LatexCommand ref
15540 reference "tab:Special-booktabs-table"
15541
15542 \end_inset
15543
15544  exemplifiziert dies (in der sechsten Zeile).
15545 \end_layout
15546
15547 \begin_layout Standard
15548 Sie können mit 
15549 \series bold
15550
15551 \backslash
15552 cmidrule
15553 \series default
15554  auch überlappende Linien, wie ebenfalls in Tabelle
15555 \begin_inset space ~
15556 \end_inset
15557
15558
15559 \begin_inset CommandInset ref
15560 LatexCommand ref
15561 reference "tab:Special-booktabs-table"
15562
15563 \end_inset
15564
15565  demonstriert, definieren.
15566  Beachten Sie aber, dass dies als schlechter Stil gilt (verwenden Sie es
15567  also nur, wenn Sie es unbedingt brauchen).
15568  Der Befehl ist:
15569 \end_layout
15570
15571 \begin_layout Standard
15572
15573 \series bold
15574
15575 \backslash
15576 morecmidrules
15577 \end_layout
15578
15579 \begin_layout Standard
15580 In Zeile zwei der Tabelle
15581 \begin_inset space ~
15582 \end_inset
15583
15584
15585 \begin_inset CommandInset ref
15586 LatexCommand ref
15587 reference "tab:Special-booktabs-table"
15588
15589 \end_inset
15590
15591  wurde folgender Befehl benutzt:
15592 \end_layout
15593
15594 \begin_layout Standard
15595
15596 \series bold
15597
15598 \backslash
15599 morecmidrules
15600 \backslash
15601 cmidrule{2-4}
15602 \end_layout
15603
15604 \begin_layout Standard
15605 und in Zeile sechs:
15606 \end_layout
15607
15608 \begin_layout Standard
15609
15610 \series bold
15611
15612 \backslash
15613 morecmidrules
15614 \backslash
15615 cmidrule{3-4}
15616 \end_layout
15617
15618 \begin_layout Standard
15619 \begin_inset VSpace bigskip
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \begin_layout Standard
15626 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15627  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15628 \end_layout
15629
15630 \begin_layout Standard
15631
15632 \series bold
15633
15634 \backslash
15635 specialrule{Dicke}{Abstand davor}{Abstand danach}
15636 \end_layout
15637
15638 \begin_layout Standard
15639 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15640 -Pakets 
15641 \series bold
15642 booktabs
15643 \series default
15644  
15645 \begin_inset CommandInset citation
15646 LatexCommand cite
15647 key "booktabs"
15648 literal "true"
15649
15650 \end_inset
15651
15652 .
15653 \begin_inset Index idx
15654 status collapsed
15655
15656 \begin_layout Plain Layout
15657 \SpecialChar LaTeX
15658 -Pakete ! booktabs
15659 \end_layout
15660
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \begin_layout Standard
15667 \begin_inset Float table
15668 placement h
15669 alignment document
15670 wide false
15671 sideways false
15672 status open
15673
15674 \begin_layout Plain Layout
15675 \begin_inset Caption Standard
15676
15677 \begin_layout Plain Layout
15678 \begin_inset CommandInset label
15679 LatexCommand label
15680 name "tab:Special-booktabs-table"
15681
15682 \end_inset
15683
15684 Eine spezielle (hässliche) formale Tabelle
15685 \end_layout
15686
15687 \end_inset
15688
15689
15690 \end_layout
15691
15692 \begin_layout Plain Layout
15693 \align center
15694 \begin_inset Tabular
15695 <lyxtabular version="3" rows="8" columns="4">
15696 <features booktabs="true" tabularvalignment="middle">
15697 <column alignment="center" valignment="top">
15698 <column alignment="center" valignment="top" width="0pt">
15699 <column alignment="right" valignment="top" width="0pt">
15700 <column alignment="right" valignment="top">
15701 <row>
15702 <cell alignment="center" valignment="top" topline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706 System
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 <cell alignment="center" valignment="top" topline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715 Chip
15716 \begin_inset space \thinspace{}
15717 \end_inset
15718
15719 1
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15725 \begin_inset Text
15726
15727 \begin_layout Plain Layout
15728 Chip
15729 \begin_inset space \thinspace{}
15730 \end_inset
15731
15732 2
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 </row>
15747 <row>
15748 <cell alignment="center" valignment="top" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 \begin_inset ERT
15753 status collapsed
15754
15755 \begin_layout Plain Layout
15756
15757
15758 \backslash
15759 morecmidrules
15760 \end_layout
15761
15762 \end_inset
15763
15764
15765 \begin_inset ERT
15766 status collapsed
15767
15768 \begin_layout Plain Layout
15769
15770
15771 \backslash
15772 cmidrule{2-4}
15773 \end_layout
15774
15775 \end_inset
15776
15777 Detektordicke in µm
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786 300
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="right" valignment="top" topline="true" toplineltrim="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795 300
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 <cell alignment="center" valignment="top" topline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 700
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 </row>
15810 <row>
15811 <cell alignment="center" valignment="top" topline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815 Kantenwinkel in °
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 <cell alignment="center" valignment="top" topline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824 3,55
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="right" valignment="top" topline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833 2,71
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" topline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 7,99
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 </row>
15848 <row topspace="default">
15849 <cell alignment="center" valignment="top" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853 räumliche Auf\SpecialChar ligaturebreak
15854 lösung in µm
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863 4,26
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="right" valignment="top" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872 10,17
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 10,56
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 </row>
15887 <row topspace="default">
15888 <cell alignment="center" valignment="top" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Plain Layout
15892 MTF bei 
15893 \begin_inset Formula $f_{\mathrm{max}}$
15894 \end_inset
15895
15896
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 <cell alignment="center" valignment="top" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905 0,53
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 <cell alignment="right" valignment="top" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914 0,37
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 <cell alignment="center" valignment="top" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923 0,39
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 </row>
15929 <row>
15930 <cell alignment="center" valignment="top" topline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 \begin_inset ERT
15935 status collapsed
15936
15937 \begin_layout Plain Layout
15938
15939
15940 \backslash
15941 morecmidrules
15942 \end_layout
15943
15944 \end_inset
15945
15946
15947 \begin_inset ERT
15948 status collapsed
15949
15950 \begin_layout Plain Layout
15951
15952
15953 \backslash
15954 cmidrule[2pt](l{7pt}){3-4}
15955 \end_layout
15956
15957 \end_inset
15958
15959 LSF-räumliche Auf\SpecialChar ligaturebreak
15960 lösung
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" topline="true" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="right" valignment="top" topline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 <cell alignment="center" valignment="top" topline="true" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 </row>
15993 <row>
15994 <cell alignment="center" valignment="top" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Plain Layout
15998 in µm
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 <cell alignment="center" valignment="top" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007 129,7
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 <cell alignment="right" valignment="top" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 52,75
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 <cell alignment="center" valignment="top" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025 50,78
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 </row>
16031 <row>
16032 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036 in % der Pixelgröße
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045 76,3
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 <cell alignment="right" valignment="top" bottomline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 95,9
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 92,3
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 </row>
16069 </lyxtabular>
16070
16071 \end_inset
16072
16073
16074 \end_layout
16075
16076 \end_inset
16077
16078
16079 \end_layout
16080
16081 \begin_layout Section
16082 Vertikale Tabellen-Ausrichtung
16083 \begin_inset Index idx
16084 status collapsed
16085
16086 \begin_layout Plain Layout
16087 Tabellen ! Ausrichtung
16088 \end_layout
16089
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \begin_layout Standard
16096 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16097  einer Box sein.
16098  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16099 \begin_inset space ~
16100 \end_inset
16101
16102
16103 \begin_inset CommandInset ref
16104 LatexCommand ref
16105 reference "abs:Box-Dialog"
16106
16107 \end_inset
16108
16109  beschrieben.
16110 \end_layout
16111
16112 \begin_layout Standard
16113 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16114 \begin_inset Foot
16115 status collapsed
16116
16117 \begin_layout Plain Layout
16118 Minipages werden in Abschnitt
16119 \begin_inset space ~
16120 \end_inset
16121
16122
16123 \begin_inset CommandInset ref
16124 LatexCommand ref
16125 reference "abs:Minipage"
16126
16127 \end_inset
16128
16129  beschrieben.
16130 \end_layout
16131
16132 \end_inset
16133
16134  mit 15
16135 \begin_inset space \thinspace{}
16136 \end_inset
16137
16138 col%-Breite:
16139 \end_layout
16140
16141 \begin_layout Itemize
16142 Test 
16143 \begin_inset Box Frameless
16144 position "t"
16145 hor_pos "c"
16146 has_inner_box 1
16147 inner_pos "c"
16148 use_parbox 0
16149 use_makebox 0
16150 width "15col%"
16151 special "none"
16152 height "1in"
16153 height_special "totalheight"
16154 thickness "0.4pt"
16155 separation "3pt"
16156 shadowsize "4pt"
16157 framecolor "black"
16158 backgroundcolor "none"
16159 status collapsed
16160
16161 \begin_layout Plain Layout
16162 \begin_inset Tabular
16163 <lyxtabular version="3" rows="3" columns="3">
16164 <features tabularvalignment="middle">
16165 <column alignment="center" valignment="top">
16166 <column alignment="center" valignment="top">
16167 <column alignment="center" valignment="top">
16168 <row>
16169 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173 Tabelle 1
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 </row>
16197 <row>
16198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 b
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211 e
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 h
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 </row>
16226 <row>
16227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 c
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 f
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 i
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 </row>
16255 </lyxtabular>
16256
16257 \end_inset
16258
16259
16260 \end_layout
16261
16262 \end_inset
16263
16264  Test 
16265 \begin_inset ERT
16266 status collapsed
16267
16268 \begin_layout Plain Layout
16269
16270
16271 \backslash
16272 raisebox{0.85
16273 \backslash
16274 baselineskip}{
16275 \end_layout
16276
16277 \end_inset
16278
16279
16280 \begin_inset Box Frameless
16281 position "t"
16282 hor_pos "c"
16283 has_inner_box 1
16284 inner_pos "c"
16285 use_parbox 0
16286 use_makebox 0
16287 width "15col%"
16288 special "none"
16289 height "1in"
16290 height_special "totalheight"
16291 thickness "0.4pt"
16292 separation "3pt"
16293 shadowsize "4pt"
16294 framecolor "black"
16295 backgroundcolor "none"
16296 status collapsed
16297
16298 \begin_layout Plain Layout
16299 \begin_inset Tabular
16300 <lyxtabular version="3" rows="3" columns="3">
16301 <features tabularvalignment="middle">
16302 <column alignment="center" valignment="top">
16303 <column alignment="center" valignment="top">
16304 <column alignment="center" valignment="top">
16305 <row>
16306 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310 Tabelle 2
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 </row>
16334 <row>
16335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 b
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 e
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357 h
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 </row>
16363 <row>
16364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368 c
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 f
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 i
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 </lyxtabular>
16393
16394 \end_inset
16395
16396
16397 \end_layout
16398
16399 \end_inset
16400
16401
16402 \begin_inset ERT
16403 status collapsed
16404
16405 \begin_layout Plain Layout
16406
16407 }
16408 \end_layout
16409
16410 \end_inset
16411
16412
16413 \end_layout
16414
16415 \begin_layout Itemize
16416 Test 
16417 \begin_inset Box Frameless
16418 position "c"
16419 hor_pos "c"
16420 has_inner_box 1
16421 inner_pos "c"
16422 use_parbox 0
16423 use_makebox 0
16424 width "15col%"
16425 special "none"
16426 height "1in"
16427 height_special "totalheight"
16428 thickness "0.4pt"
16429 separation "3pt"
16430 shadowsize "4pt"
16431 framecolor "black"
16432 backgroundcolor "none"
16433 status collapsed
16434
16435 \begin_layout Plain Layout
16436 \begin_inset Tabular
16437 <lyxtabular version="3" rows="3" columns="3">
16438 <features tabularvalignment="middle">
16439 <column alignment="center" valignment="top">
16440 <column alignment="center" valignment="top">
16441 <column alignment="center" valignment="top">
16442 <row>
16443 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447 Tabelle 3
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 </row>
16471 <row>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 b
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 e
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494 h
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 </row>
16500 <row>
16501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505 c
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 f
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523 i
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 </row>
16529 </lyxtabular>
16530
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \end_inset
16537
16538
16539 \end_layout
16540
16541 \begin_layout Itemize
16542 Test 
16543 \begin_inset Box Frameless
16544 position "b"
16545 hor_pos "c"
16546 has_inner_box 1
16547 inner_pos "c"
16548 use_parbox 0
16549 use_makebox 0
16550 width "15col%"
16551 special "none"
16552 height "1in"
16553 height_special "totalheight"
16554 thickness "0.4pt"
16555 separation "3pt"
16556 shadowsize "4pt"
16557 framecolor "black"
16558 backgroundcolor "none"
16559 status collapsed
16560
16561 \begin_layout Plain Layout
16562 \begin_inset Tabular
16563 <lyxtabular version="3" rows="3" columns="3">
16564 <features tabularvalignment="middle">
16565 <column alignment="center" valignment="top">
16566 <column alignment="center" valignment="top">
16567 <column alignment="center" valignment="top">
16568 <row>
16569 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Plain Layout
16573 Tabelle 4
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 </row>
16597 <row>
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602 b
16603 \end_layout
16604
16605 \end_inset
16606 </cell>
16607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 e
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 h
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 </row>
16626 <row>
16627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Plain Layout
16631 c
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640 f
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649 i
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 </row>
16655 </lyxtabular>
16656
16657 \end_inset
16658
16659
16660 \end_layout
16661
16662 \end_inset
16663
16664 Test 
16665 \begin_inset ERT
16666 status collapsed
16667
16668 \begin_layout Plain Layout
16669
16670
16671 \backslash
16672 raisebox{-0.32
16673 \backslash
16674 baselineskip}{
16675 \end_layout
16676
16677 \end_inset
16678
16679
16680 \begin_inset Box Frameless
16681 position "b"
16682 hor_pos "c"
16683 has_inner_box 1
16684 inner_pos "c"
16685 use_parbox 0
16686 use_makebox 0
16687 width "15col%"
16688 special "none"
16689 height "1in"
16690 height_special "totalheight"
16691 thickness "0.4pt"
16692 separation "3pt"
16693 shadowsize "4pt"
16694 framecolor "black"
16695 backgroundcolor "none"
16696 status collapsed
16697
16698 \begin_layout Plain Layout
16699 \begin_inset Tabular
16700 <lyxtabular version="3" rows="3" columns="3">
16701 <features tabularvalignment="middle">
16702 <column alignment="center" valignment="top">
16703 <column alignment="center" valignment="top">
16704 <column alignment="center" valignment="top">
16705 <row>
16706 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 Tabelle 5
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 </row>
16734 <row>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 b
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 e
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 h
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 </row>
16763 <row>
16764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 c
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 f
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 i
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 </row>
16792 </lyxtabular>
16793
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \end_inset
16800
16801
16802 \begin_inset ERT
16803 status collapsed
16804
16805 \begin_layout Plain Layout
16806
16807 }
16808 \end_layout
16809
16810 \end_inset
16811
16812
16813 \end_layout
16814
16815 \begin_layout Standard
16816 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16817 \begin_inset space \space{}
16818 \end_inset
16819
16820 1 und letzten Zeile von Tabelle
16821 \begin_inset space \space{}
16822 \end_inset
16823
16824 4 bezüglich dem Wort 
16825 \begin_inset Quotes gld
16826 \end_inset
16827
16828 Test
16829 \begin_inset Quotes grd
16830 \end_inset
16831
16832  nicht richtig ausgerichtet.
16833  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16834 \begin_inset Quotes gld
16835 \end_inset
16836
16837 Raisebox
16838 \begin_inset Quotes grd
16839 \end_inset
16840
16841
16842 \begin_inset Foot
16843 status collapsed
16844
16845 \begin_layout Plain Layout
16846 Raiseboxen werden in Abschnitt
16847 \begin_inset space ~
16848 \end_inset
16849
16850
16851 \begin_inset CommandInset ref
16852 LatexCommand ref
16853 reference "uab:Vertikale-Ausrichtung"
16854
16855 \end_inset
16856
16857  beschrieben.
16858 \end_layout
16859
16860 \end_inset
16861
16862  setzen.
16863  In Tabelle
16864 \begin_inset space \space{}
16865 \end_inset
16866
16867 2 wurde der Text mit dem Befehl
16868 \end_layout
16869
16870 \begin_layout Standard
16871
16872 \series bold
16873
16874 \backslash
16875 raisebox{0.85
16876 \backslash
16877 baselineskip}{
16878 \end_layout
16879
16880 \begin_layout Standard
16881 vor der Box ausgerichtet.
16882  Hinter der Box wurde auch noch 
16883 \series bold
16884 }
16885 \series default
16886  als \SpecialChar TeX
16887 -Code eingefügt, weil der obige Befehl mit 
16888 \series bold
16889 {
16890 \series default
16891  aufhörte.
16892  Für Tabelle
16893 \begin_inset space \space{}
16894 \end_inset
16895
16896 5 wurde der Befehl
16897 \end_layout
16898
16899 \begin_layout Standard
16900
16901 \series bold
16902
16903 \backslash
16904 raisebox{-0.32
16905 \backslash
16906 baselineskip}{
16907 \end_layout
16908
16909 \begin_layout Standard
16910 benutzt.
16911 \end_layout
16912
16913 \begin_layout Standard
16914 \begin_inset Note Greyedout
16915 status open
16916
16917 \begin_layout Plain Layout
16918
16919 \series bold
16920 Bemerkung:
16921 \series default
16922  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16923  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16924  Der Faktor im 
16925 \series bold
16926
16927 \backslash
16928 raisebox
16929 \series default
16930 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16931 \end_layout
16932
16933 \end_inset
16934
16935
16936 \end_layout
16937
16938 \begin_layout Section
16939 Farbige Tabellen
16940 \begin_inset CommandInset label
16941 LatexCommand label
16942 name "abs:Farbige-Tabellen"
16943
16944 \end_inset
16945
16946
16947 \begin_inset Index idx
16948 status collapsed
16949
16950 \begin_layout Plain Layout
16951 Tabellen ! farbige
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \begin_layout Subsection
16960 Farbige Zellen
16961 \begin_inset Index idx
16962 status collapsed
16963
16964 \begin_layout Plain Layout
16965 farbige !  Tabellenzellen
16966 \end_layout
16967
16968 \end_inset
16969
16970
16971 \end_layout
16972
16973 \begin_layout Standard
16974 \begin_inset Float table
16975 placement h
16976 alignment document
16977 wide false
16978 sideways false
16979 status open
16980
16981 \begin_layout Plain Layout
16982 \begin_inset Caption Standard
16983
16984 \begin_layout Plain Layout
16985 \begin_inset CommandInset label
16986 LatexCommand label
16987 name "tab:Farbige-Tabelle-ohne"
16988
16989 \end_inset
16990
16991 Farbige Tabelle, ohne Paket 
16992 \series bold
16993 colortbl
16994 \series default
16995
16996 \begin_inset Argument 1
16997 status collapsed
16998
16999 \begin_layout Plain Layout
17000 Tabelle ohne 
17001 \family typewriter
17002 colortbl
17003 \end_layout
17004
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \begin_layout Plain Layout
17016 \align center
17017 \begin_inset Tabular
17018 <lyxtabular version="3" rows="3" columns="3">
17019 <features tabularvalignment="middle">
17020 <column alignment="center" valignment="top">
17021 <column alignment="center" valignment="top">
17022 <column alignment="center" valignment="top">
17023 <row>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \color green
17030 a
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \color red
17041 b
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050
17051 \color red
17052 c
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 </row>
17058 <row>
17059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063
17064 \color green
17065 d
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074
17075 \color blue
17076 e
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085
17086 \color blue
17087 f
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 </row>
17093 <row>
17094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \color green
17100 g
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \color blue
17111 h
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \color blue
17122 i
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 </row>
17128 </lyxtabular>
17129
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \begin_layout Standard
17141 Wenn Sie nur farbigen Text
17142 \begin_inset Index idx
17143 status collapsed
17144
17145 \begin_layout Plain Layout
17146 Farbe ! für Text
17147 \end_layout
17148
17149 \end_inset
17150
17151  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17152 \family sans
17153 Textstil
17154 \family default
17155 -Dialog (Werkzeugleistenknopf 
17156 \begin_inset Info
17157 type  "icon"
17158 arg   "dialog-show character"
17159 \end_inset
17160
17161 ) wie es in Tabelle
17162 \begin_inset space ~
17163 \end_inset
17164
17165
17166 \begin_inset CommandInset ref
17167 LatexCommand ref
17168 reference "tab:Farbige-Tabelle-ohne"
17169
17170 \end_inset
17171
17172  gemacht wurde.
17173  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17174 -Paket 
17175 \series bold
17176 colortbl
17177 \series default
17178  benutzen.
17179 \begin_inset Index idx
17180 status collapsed
17181
17182 \begin_layout Plain Layout
17183 \SpecialChar LaTeX
17184 -Pakete ! colortbl
17185 \end_layout
17186
17187 \end_inset
17188
17189
17190 \end_layout
17191
17192 \begin_layout Standard
17193 \begin_inset ERT
17194 status collapsed
17195
17196 \begin_layout Plain Layout
17197
17198
17199 \backslash
17200 ifcolortbl
17201 \end_layout
17202
17203 \end_inset
17204
17205
17206 \begin_inset Note Note
17207 status open
17208
17209 \begin_layout Plain Layout
17210 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17211 -Paket 
17212 \series bold
17213 colortbl
17214 \series default
17215  installiert ist.
17216 \end_layout
17217
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \begin_layout Standard
17224 Um farbige Tabellen zu erzeugen, muss 
17225 \series bold
17226 colortbl
17227 \series default
17228  im \SpecialChar LaTeX
17229 -Vorspann geladen werden:
17230 \end_layout
17231
17232 \begin_layout Standard
17233
17234 \series bold
17235
17236 \backslash
17237 usepackage{colortbl}
17238 \end_layout
17239
17240 \begin_layout Standard
17241 Die Farbe einer Spalte ändert man dann mit dem Befehl
17242 \end_layout
17243
17244 \begin_layout Standard
17245
17246 \series bold
17247
17248 \backslash
17249 columncolor{Farbname}
17250 \end_layout
17251
17252 \begin_layout Standard
17253 innerhalb des Befehls 
17254 \series bold
17255 >{}
17256 \series default
17257 .
17258  Mehr über den Befehl 
17259 \series bold
17260 >{}
17261 \series default
17262  finden Sie im Abschnitt
17263 \begin_inset space ~
17264 \end_inset
17265
17266
17267 \begin_inset CommandInset ref
17268 LatexCommand ref
17269 reference "uab:Mehrfachspalten-Berechnungen"
17270
17271 \end_inset
17272
17273 .
17274 \end_layout
17275
17276 \begin_layout Standard
17277 Folgende Farbnamen sind vordefiniert:
17278 \end_layout
17279
17280 \begin_layout Standard
17281
17282 \family sans
17283 red
17284 \family default
17285
17286 \family sans
17287 green
17288 \family default
17289
17290 \family sans
17291 yellow
17292 \family default
17293
17294 \family sans
17295 blue
17296 \family default
17297
17298 \family sans
17299 cyan
17300 \family default
17301
17302 \family sans
17303 magenta
17304 \family default
17305
17306 \family sans
17307 black
17308 \family default
17309  und 
17310 \family sans
17311 white
17312 \begin_inset Newline newline
17313 \end_inset
17314
17315 (
17316 \family default
17317 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17318 \end_layout
17319
17320 \begin_layout Standard
17321 \begin_inset VSpace medskip
17322 \end_inset
17323
17324
17325 \end_layout
17326
17327 \begin_layout Standard
17328 Wenn Sie die Option
17329 \end_layout
17330
17331 \begin_layout Standard
17332
17333 \series bold
17334 dvipsnames
17335 \end_layout
17336
17337 \begin_layout Standard
17338 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17339  können Sie zusätzlich weitere 61
17340 \begin_inset space ~
17341 \end_inset
17342
17343 Farben verwenden.
17344  Diese Farben sind in Anhang
17345 \begin_inset space ~
17346 \end_inset
17347
17348
17349 \begin_inset CommandInset ref
17350 LatexCommand ref
17351 reference "kap:Liste-der-dvips-Farbnamen"
17352
17353 \end_inset
17354
17355  aufgelistet.
17356  Eine dieser Farben, 
17357 \family sans
17358 Maroon
17359 \family default
17360 , wird als Beispiel in Tabelle
17361 \begin_inset space ~
17362 \end_inset
17363
17364
17365 \begin_inset CommandInset ref
17366 LatexCommand ref
17367 reference "tab:Eine-mit-colortbl"
17368
17369 \end_inset
17370
17371  verwendet.
17372 \end_layout
17373
17374 \begin_layout Standard
17375 \begin_inset VSpace medskip
17376 \end_inset
17377
17378
17379 \end_layout
17380
17381 \begin_layout Standard
17382 Sie können auch eigene Farben definieren:
17383 \end_layout
17384
17385 \begin_layout Standard
17386
17387 \series bold
17388
17389 \backslash
17390 definecolor{Farbname}{Farbmodell}{Farbwerte}
17391 \end_layout
17392
17393 \begin_layout Standard
17394 Das Farbmodell kann eins der folgenden sein:
17395 \end_layout
17396
17397 \begin_layout Labeling
17398 \labelwidthstring 00.00.0000
17399 cmyk: cyan, magenta, yellow, black
17400 \end_layout
17401
17402 \begin_layout Labeling
17403 \labelwidthstring 00.00.0000
17404 rgb: red, green blue
17405 \end_layout
17406
17407 \begin_layout Labeling
17408 \labelwidthstring 00.00.0000
17409 gray: gray
17410 \end_layout
17411
17412 \begin_layout Standard
17413 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17414  die die entsprechende Farbe für das Farbmodell beschreiben.
17415 \end_layout
17416
17417 \begin_layout Standard
17418 Im \SpecialChar LaTeX
17419 -Vorspann können Sie zum Beispiel die Farbe 
17420 \emph on
17421
17422 \begin_inset Quotes gld
17423 \end_inset
17424
17425 dunkelgruen
17426 \emph default
17427
17428 \begin_inset Quotes grd
17429 \end_inset
17430
17431  und 
17432 \begin_inset Quotes gld
17433 \end_inset
17434
17435
17436 \emph on
17437 hellgrau
17438 \emph default
17439
17440 \begin_inset Quotes grd
17441 \end_inset
17442
17443  folgendermaßen definieren:
17444 \end_layout
17445
17446 \begin_layout Standard
17447
17448 \series bold
17449
17450 \backslash
17451 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17452 \end_layout
17453
17454 \begin_layout Standard
17455
17456 \series bold
17457
17458 \backslash
17459 definecolor{hellgrau}{gray}{0.8}
17460 \end_layout
17461
17462 \begin_layout Standard
17463 \begin_inset VSpace medskip
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \begin_layout Standard
17470 Linien werden mit dem Befehl
17471 \end_layout
17472
17473 \begin_layout Standard
17474
17475 \series bold
17476
17477 \backslash
17478 rowcolor{Farbname}
17479 \end_layout
17480
17481 \begin_layout Standard
17482 gefärbt, Zellen mit dem Befehl
17483 \end_layout
17484
17485 \begin_layout Standard
17486
17487 \series bold
17488
17489 \backslash
17490 cellcolor{Farbname}
17491 \end_layout
17492
17493 \begin_layout Standard
17494 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17495 -Code eingegeben.
17496 \end_layout
17497
17498 \begin_layout Standard
17499 Um nur Text zu färben, verwenden Sie den 
17500 \family sans
17501 Textstil
17502 \family default
17503 -Dialog.
17504  Wenn die Zelle aber \SpecialChar TeX
17505 -Code zum Färben enthält, 
17506 \emph on
17507 markieren Sie nur den Text
17508 \emph default
17509 , sonst werden Sie \SpecialChar LaTeX
17510 -Fehler erzeugen.
17511 \end_layout
17512
17513 \begin_layout Standard
17514 \begin_inset Note Greyedout
17515 status open
17516
17517 \begin_layout Plain Layout
17518
17519 \series bold
17520 Achtung:
17521 \series default
17522  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17523 \end_layout
17524
17525 \end_inset
17526
17527
17528 \end_layout
17529
17530 \begin_layout Standard
17531 \begin_inset VSpace medskip
17532 \end_inset
17533
17534
17535 \end_layout
17536
17537 \begin_layout Standard
17538 Die Tabelle
17539 \begin_inset space ~
17540 \end_inset
17541
17542
17543 \begin_inset CommandInset ref
17544 LatexCommand ref
17545 reference "tab:Eine-mit-colortbl"
17546
17547 \end_inset
17548
17549  wurde folgendermaßen erstellt: die erste Spalte soll 
17550 \emph on
17551
17552 \begin_inset Quotes gld
17553 \end_inset
17554
17555 dunkelgruen
17556 \emph default
17557
17558 \begin_inset Quotes grd
17559 \end_inset
17560
17561  werden, also müssen Sie ins 
17562 \family sans
17563 LaTeX-Argument
17564 \family default
17565  der Zellen der ersten Spalte den Befehl
17566 \end_layout
17567
17568 \begin_layout Standard
17569
17570 \series bold
17571 >{
17572 \backslash
17573 columncolor{dunkelgruen}
17574 \backslash
17575 centering}c
17576 \end_layout
17577
17578 \begin_layout Standard
17579 schreiben.
17580  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17581 -Code-Befehl
17582 \end_layout
17583
17584 \begin_layout Standard
17585
17586 \series bold
17587
17588 \backslash
17589 rowcolor{cyan}
17590 \end_layout
17591
17592 \begin_layout Standard
17593 in die erste Zelle der ersten Zeile eingefügt.
17594  Diese Farbe ersetzt die Spaltenfarbe.
17595  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17596  Das wird mit folgendem Befehl erreicht:
17597 \end_layout
17598
17599 \begin_layout Standard
17600
17601 \series bold
17602
17603 \backslash
17604 cellcolor{Maroon}
17605 \end_layout
17606
17607 \begin_layout Standard
17608 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17609 \family sans
17610 Textstil
17611 \family default
17612 -Dialog.
17613 \end_layout
17614
17615 \begin_layout Standard
17616 \begin_inset Float table
17617 placement h
17618 alignment document
17619 wide false
17620 sideways false
17621 status open
17622
17623 \begin_layout Plain Layout
17624 \begin_inset Caption Standard
17625
17626 \begin_layout Plain Layout
17627 \begin_inset CommandInset label
17628 LatexCommand label
17629 name "tab:Eine-mit-colortbl"
17630
17631 \end_inset
17632
17633 Eine mit dem Paket 
17634 \series bold
17635 colortbl
17636 \series default
17637  gefärbte Tabelle
17638 \begin_inset Argument 1
17639 status collapsed
17640
17641 \begin_layout Plain Layout
17642 Tabelle mit 
17643 \family typewriter
17644 colortbl
17645 \end_layout
17646
17647 \end_inset
17648
17649
17650 \end_layout
17651
17652 \end_inset
17653
17654
17655 \end_layout
17656
17657 \begin_layout Plain Layout
17658 \align center
17659 \begin_inset Tabular
17660 <lyxtabular version="3" rows="3" columns="3">
17661 <features tabularvalignment="middle">
17662 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17663 <column alignment="center" valignment="top">
17664 <column alignment="center" valignment="top">
17665 <row>
17666 <cell alignment="center" valignment="top" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 \begin_inset ERT
17671 status open
17672
17673 \begin_layout Plain Layout
17674
17675
17676 \backslash
17677 rowcolor{cyan}
17678 \end_layout
17679
17680 \end_inset
17681
17682
17683 \color magenta
17684 a
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 <cell alignment="center" valignment="top" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693
17694 \color red
17695 b
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 <cell alignment="center" valignment="top" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704
17705 \color red
17706 c
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 </row>
17712 <row>
17713 <cell alignment="center" valignment="top" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout Plain Layout
17717
17718 \color yellow
17719 d
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 <cell alignment="center" valignment="top" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728
17729 \color blue
17730 e
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 <cell alignment="center" valignment="top" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Plain Layout
17739
17740 \color blue
17741 f
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 </row>
17747 <row>
17748 <cell alignment="center" valignment="top" usebox="none">
17749 \begin_inset Text
17750
17751 \begin_layout Plain Layout
17752
17753 \color yellow
17754 g
17755 \end_layout
17756
17757 \end_inset
17758 </cell>
17759 <cell alignment="center" valignment="top" usebox="none">
17760 \begin_inset Text
17761
17762 \begin_layout Plain Layout
17763
17764 \color blue
17765 h
17766 \end_layout
17767
17768 \end_inset
17769 </cell>
17770 <cell alignment="center" valignment="top" usebox="none">
17771 \begin_inset Text
17772
17773 \begin_layout Plain Layout
17774 \begin_inset ERT
17775 status collapsed
17776
17777 \begin_layout Plain Layout
17778
17779
17780 \backslash
17781 cellcolor{Maroon}
17782 \end_layout
17783
17784 \end_inset
17785
17786
17787 \color green
17788 i
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 </row>
17794 </lyxtabular>
17795
17796 \end_inset
17797
17798
17799 \end_layout
17800
17801 \end_inset
17802
17803
17804 \end_layout
17805
17806 \begin_layout Standard
17807 \begin_inset ERT
17808 status collapsed
17809
17810 \begin_layout Plain Layout
17811
17812
17813 \backslash
17814 else
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \begin_inset Note Note
17821 status open
17822
17823 \begin_layout Plain Layout
17824 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17825 -Paket 
17826 \series bold
17827 colortbl
17828 \series default
17829  nicht installiert ist:
17830 \end_layout
17831
17832 \end_inset
17833
17834
17835 \end_layout
17836
17837 \begin_layout Standard
17838 Sie müssen das \SpecialChar LaTeX
17839 -Paket 
17840 \series bold
17841 colortbl
17842 \series default
17843  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17844 \end_layout
17845
17846 \begin_layout Standard
17847 \begin_inset ERT
17848 status collapsed
17849
17850 \begin_layout Plain Layout
17851
17852
17853 \backslash
17854 fi
17855 \end_layout
17856
17857 \end_inset
17858
17859
17860 \end_layout
17861
17862 \begin_layout Subsection
17863 Farbige Zeilen
17864 \begin_inset Index idx
17865 status collapsed
17866
17867 \begin_layout Plain Layout
17868 farbige ! Tabellenzeilen
17869 \end_layout
17870
17871 \end_inset
17872
17873
17874 \end_layout
17875
17876 \begin_layout Standard
17877 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17878  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17879  Man lädt das \SpecialChar LaTeX
17880 -Paket 
17881 \series bold
17882 xcolor
17883 \series default
17884
17885 \begin_inset Index idx
17886 status collapsed
17887
17888 \begin_layout Plain Layout
17889 \SpecialChar LaTeX
17890 -Pakete ! xcolor
17891 \begin_inset ERT
17892 status collapsed
17893
17894 \begin_layout Plain Layout
17895
17896
17897 \backslash
17898 vspace{4mm}
17899 \end_layout
17900
17901 \end_inset
17902
17903
17904 \end_layout
17905
17906 \end_inset
17907
17908  im \SpecialChar LaTeX
17909 -Vorspann mit dem Befehl
17910 \end_layout
17911
17912 \begin_layout Standard
17913
17914 \series bold
17915
17916 \backslash
17917 usepackage[table]{xcolor}
17918 \end_layout
17919
17920 \begin_layout Standard
17921
17922 \series bold
17923 xcolor
17924 \series default
17925  lädt automatisch auch das \SpecialChar LaTeX
17926 -Paket 
17927 \series bold
17928 colortbl
17929 \series default
17930
17931 \begin_inset Index idx
17932 status collapsed
17933
17934 \begin_layout Plain Layout
17935 \SpecialChar LaTeX
17936 -Pakete ! colortbl
17937 \end_layout
17938
17939 \end_inset
17940
17941 , so dass 
17942 \series bold
17943 colortbl
17944 \series default
17945  in Ihrer \SpecialChar LaTeX
17946 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
17947 -Fehler.
17948 \end_layout
17949
17950 \begin_layout Standard
17951 \begin_inset ERT
17952 status collapsed
17953
17954 \begin_layout Plain Layout
17955
17956
17957 \backslash
17958 ifcolortbl
17959 \end_layout
17960
17961 \end_inset
17962
17963
17964 \begin_inset Note Note
17965 status open
17966
17967 \begin_layout Plain Layout
17968 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17969 -Paket 
17970 \series bold
17971 colortbl
17972 \series default
17973  installiert ist.
17974 \end_layout
17975
17976 \end_inset
17977
17978
17979 \end_layout
17980
17981 \begin_layout Standard
17982 Die Tabellenzeilen werden mit dem Befehl
17983 \end_layout
17984
17985 \begin_layout Standard
17986
17987 \series bold
17988
17989 \backslash
17990 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17991 \end_layout
17992
17993 \begin_layout Standard
17994 eingefärbt, der entweder in den \SpecialChar LaTeX
17995 -Vorspann oder als \SpecialChar TeX
17996 -Code vor der ersten
17997  zu färbenden Tabelle eingefügt wird.
17998  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17999  Zeilenfarbe gefärbt werden soll.
18000  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
18001  werden.
18002  So führt zum Beispiel der Befehl
18003 \end_layout
18004
18005 \begin_layout Standard
18006
18007 \series bold
18008
18009 \backslash
18010 rowcolors{1}{white}{lightgray}
18011 \end_layout
18012
18013 \begin_layout Standard
18014 zum Farbschema von Tabelle
18015 \begin_inset space ~
18016 \end_inset
18017
18018
18019 \begin_inset CommandInset ref
18020 LatexCommand ref
18021 reference "tab:Tabelle-rowcolors"
18022
18023 \end_inset
18024
18025 .
18026  Der Befehl
18027 \end_layout
18028
18029 \begin_layout Standard
18030
18031 \series bold
18032
18033 \backslash
18034 rowcolors[
18035 \backslash
18036 hline]{1}{lightgray}{cyan}
18037 \end_layout
18038
18039 \begin_layout Standard
18040 führt zum Farbschema von Tabelle
18041 \begin_inset space ~
18042 \end_inset
18043
18044
18045 \begin_inset CommandInset ref
18046 LatexCommand ref
18047 reference "tab:Tabelle-rowcolors-2"
18048
18049 \end_inset
18050
18051 .
18052  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18053  wird keine Farbe verwendet, so dass der Befehl
18054 \end_layout
18055
18056 \begin_layout Standard
18057
18058 \series bold
18059
18060 \backslash
18061 rowcolors{1}{}{}
18062 \end_layout
18063
18064 \begin_layout Standard
18065 alle Farben löscht.
18066  
18067 \series bold
18068
18069 \backslash
18070 rowcolors
18071 \series default
18072  beeinflusst alle diesem Befehl folgenden Tabellen.
18073 \end_layout
18074
18075 \begin_layout Standard
18076 \begin_inset ERT
18077 status open
18078
18079 \begin_layout Plain Layout
18080
18081
18082 \backslash
18083 rowcolors{1}{white}{lightgray}
18084 \end_layout
18085
18086 \end_inset
18087
18088
18089 \end_layout
18090
18091 \begin_layout Standard
18092 \begin_inset Float table
18093 placement h
18094 alignment document
18095 wide false
18096 sideways false
18097 status open
18098
18099 \begin_layout Plain Layout
18100 \begin_inset Caption Standard
18101
18102 \begin_layout Plain Layout
18103 \begin_inset CommandInset label
18104 LatexCommand label
18105 name "tab:Tabelle-rowcolors"
18106
18107 \end_inset
18108
18109 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18110 \end_layout
18111
18112 \end_inset
18113
18114
18115 \end_layout
18116
18117 \begin_layout Plain Layout
18118 \align center
18119 \begin_inset Tabular
18120 <lyxtabular version="3" rows="4" columns="3">
18121 <features tabularvalignment="middle">
18122 <column alignment="center" valignment="top">
18123 <column alignment="center" valignment="top" width="0pt">
18124 <column alignment="center" valignment="top" width="0pt">
18125 <row>
18126 <cell alignment="center" valignment="top" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 X
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 Y
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 Z
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 </row>
18154 <row>
18155 <cell alignment="center" valignment="top" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 1
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 2
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 3
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 </row>
18183 <row>
18184 <cell alignment="center" valignment="top" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 4
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 5
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206 6
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 </row>
18212 <row>
18213 <cell alignment="center" valignment="top" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217 7
18218 \end_layout
18219
18220 \end_inset
18221 </cell>
18222 <cell alignment="center" valignment="top" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226 8
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235 9
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 </row>
18241 </lyxtabular>
18242
18243 \end_inset
18244
18245
18246 \end_layout
18247
18248 \end_inset
18249
18250
18251 \end_layout
18252
18253 \begin_layout Standard
18254 \begin_inset ERT
18255 status open
18256
18257 \begin_layout Plain Layout
18258
18259
18260 \backslash
18261 rowcolors[
18262 \backslash
18263 hline]{1}{lightgray}{cyan}
18264 \end_layout
18265
18266 \end_inset
18267
18268
18269 \end_layout
18270
18271 \begin_layout Standard
18272 \begin_inset Float table
18273 placement h
18274 alignment document
18275 wide false
18276 sideways false
18277 status open
18278
18279 \begin_layout Plain Layout
18280 \begin_inset Caption Standard
18281
18282 \begin_layout Plain Layout
18283 \begin_inset CommandInset label
18284 LatexCommand label
18285 name "tab:Tabelle-rowcolors-2"
18286
18287 \end_inset
18288
18289 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18290  Linie zwischen jeder Zeile befindet.
18291 \end_layout
18292
18293 \end_inset
18294
18295
18296 \end_layout
18297
18298 \begin_layout Plain Layout
18299 \align center
18300 \begin_inset Tabular
18301 <lyxtabular version="3" rows="4" columns="3">
18302 <features tabularvalignment="middle">
18303 <column alignment="center" valignment="top">
18304 <column alignment="center" valignment="top">
18305 <column alignment="center" valignment="top" width="0pt">
18306 <row>
18307 <cell alignment="center" valignment="top" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 X
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 Y
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 <cell alignment="center" valignment="top" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329 Z
18330 \end_layout
18331
18332 \end_inset
18333 </cell>
18334 </row>
18335 <row>
18336 <cell alignment="center" valignment="top" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340 1
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 <cell alignment="center" valignment="top" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349 2
18350 \end_layout
18351
18352 \end_inset
18353 </cell>
18354 <cell alignment="center" valignment="top" usebox="none">
18355 \begin_inset Text
18356
18357 \begin_layout Plain Layout
18358 3
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 </row>
18364 <row>
18365 <cell alignment="center" valignment="top" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 4
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 5
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 6
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 </row>
18393 <row>
18394 <cell alignment="center" valignment="top" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 7
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 8
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 <cell alignment="center" valignment="top" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416 9
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 </row>
18422 </lyxtabular>
18423
18424 \end_inset
18425
18426
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \begin_layout Standard
18435 \begin_inset ERT
18436 status collapsed
18437
18438 \begin_layout Plain Layout
18439
18440
18441 \backslash
18442 rowcolors{1}{}{}
18443 \end_layout
18444
18445 \end_inset
18446
18447
18448 \begin_inset Note Note
18449 status collapsed
18450
18451 \begin_layout Plain Layout
18452 schaltet die Färbung aus
18453 \end_layout
18454
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \begin_layout Standard
18461 \begin_inset ERT
18462 status collapsed
18463
18464 \begin_layout Plain Layout
18465
18466
18467 \backslash
18468 else
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \begin_inset Note Note
18475 status open
18476
18477 \begin_layout Plain Layout
18478 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18479 -Paket 
18480 \series bold
18481 colortbl
18482 \series default
18483  nicht installiert ist:
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Standard
18492 Sie müssen das \SpecialChar LaTeX
18493 -Paket 
18494 \series bold
18495 colortbl
18496 \series default
18497  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18498 \end_layout
18499
18500 \begin_layout Standard
18501 \begin_inset ERT
18502 status collapsed
18503
18504 \begin_layout Plain Layout
18505
18506
18507 \backslash
18508 fi
18509 \end_layout
18510
18511 \end_inset
18512
18513
18514 \end_layout
18515
18516 \begin_layout Subsection
18517 Farbige Linien
18518 \begin_inset Index idx
18519 status collapsed
18520
18521 \begin_layout Plain Layout
18522 farbige !  Tabellenlinien
18523 \end_layout
18524
18525 \end_inset
18526
18527
18528 \end_layout
18529
18530 \begin_layout Standard
18531 Wie in Abschnitt
18532 \begin_inset space ~
18533 \end_inset
18534
18535
18536 \begin_inset CommandInset ref
18537 LatexCommand ref
18538 reference "uab:Liniendicke"
18539
18540 \end_inset
18541
18542  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18543 \series bold
18544
18545 \backslash
18546 arrayrulewidth
18547 \series default
18548  definiert werden.
18549  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18550 \begin_inset space \thinspace{}
18551 \end_inset
18552
18553 pt gesetzt.
18554 \begin_inset ERT
18555 status collapsed
18556
18557 \begin_layout Plain Layout
18558
18559
18560 \backslash
18561 setlength{
18562 \backslash
18563 arrayrulewidth}{1.5pt}
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \begin_layout Standard
18572 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18573 -Vorspann
18574  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18575 \begin_inset space ~
18576 \end_inset
18577
18578
18579 \begin_inset CommandInset ref
18580 LatexCommand ref
18581 reference "uab:Angepasste-Zellen-/Spaltenformate"
18582
18583 \end_inset
18584
18585  definiert:
18586 \end_layout
18587
18588 \begin_layout Standard
18589
18590 \series bold
18591
18592 \backslash
18593 newcolumntype{W}{!{
18594 \backslash
18595 color{green}
18596 \backslash
18597 vline}}
18598 \end_layout
18599
18600 \begin_layout Standard
18601 In Tabelle
18602 \begin_inset space ~
18603 \end_inset
18604
18605
18606 \begin_inset CommandInset ref
18607 LatexCommand ref
18608 reference "tab:Tabelle-mit-farbigen-vert"
18609
18610 \end_inset
18611
18612  wurde das \SpecialChar LaTeX
18613 -Argument 
18614 \series bold
18615 WcW
18616 \series default
18617  für die letzte und 
18618 \series bold
18619 Wc
18620 \series default
18621  für die anderen Spalten benutzt.
18622 \end_layout
18623
18624 \begin_layout Standard
18625 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18626 \end_layout
18627
18628 \begin_layout Standard
18629 \begin_inset Float table
18630 placement h
18631 alignment document
18632 wide false
18633 sideways false
18634 status open
18635
18636 \begin_layout Plain Layout
18637 \begin_inset Caption Standard
18638
18639 \begin_layout Plain Layout
18640 \begin_inset CommandInset label
18641 LatexCommand label
18642 name "tab:Tabelle-mit-farbigen-vert"
18643
18644 \end_inset
18645
18646 Tabelle mit farbigen vertikalen Linien
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \begin_layout Plain Layout
18655 \align center
18656 \begin_inset Tabular
18657 <lyxtabular version="3" rows="3" columns="3">
18658 <features tabularvalignment="middle">
18659 <column alignment="center" valignment="top" special="Wc">
18660 <column alignment="center" valignment="top" special="Wc">
18661 <column alignment="center" valignment="top" special="WcW">
18662 <row>
18663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667 sd
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 <cell alignment="center" valignment="top" topline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 </row>
18691 <row>
18692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 <cell alignment="center" valignment="top" topline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705 sd
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 </row>
18720 <row>
18721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 sd
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 </row>
18749 </lyxtabular>
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \end_inset
18757
18758
18759 \end_layout
18760
18761 \begin_layout Standard
18762 \begin_inset VSpace bigskip
18763 \end_inset
18764
18765 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18766 \begin_inset space ~
18767 \end_inset
18768
18769
18770 \begin_inset CommandInset ref
18771 LatexCommand ref
18772 reference "tab:Tabelle-mit-farbigen-horiz"
18773
18774 \end_inset
18775
18776 , müssen Sie folgenden Befehl als \SpecialChar TeX
18777 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18778 \end_layout
18779
18780 \begin_layout Standard
18781
18782 \series bold
18783
18784 \backslash
18785 let
18786 \backslash
18787 myHlineC
18788 \backslash
18789 hline
18790 \begin_inset Newline newline
18791 \end_inset
18792
18793
18794 \backslash
18795 renewcommand{
18796 \backslash
18797 hline}
18798 \begin_inset Newline newline
18799 \end_inset
18800
18801
18802 \begin_inset Phantom HPhantom
18803 status open
18804
18805 \begin_layout Plain Layout
18806
18807 \series bold
18808 \begin_inset space ~
18809 \end_inset
18810
18811
18812 \end_layout
18813
18814 \end_inset
18815
18816 {
18817 \backslash
18818 arrayrulecolor{red}
18819 \backslash
18820 myHlineC
18821 \backslash
18822 arrayrulecolor{black}}
18823 \end_layout
18824
18825 \begin_layout Standard
18826 \begin_inset ERT
18827 status collapsed
18828
18829 \begin_layout Plain Layout
18830
18831
18832 \backslash
18833 let
18834 \backslash
18835 myHlineC
18836 \backslash
18837 hline
18838 \end_layout
18839
18840 \begin_layout Plain Layout
18841
18842
18843 \backslash
18844 renewcommand{
18845 \backslash
18846 hline}
18847 \end_layout
18848
18849 \begin_layout Plain Layout
18850
18851  {
18852 \backslash
18853 arrayrulecolor{red}
18854 \backslash
18855 myHlineC
18856 \backslash
18857 arrayrulecolor{black}}
18858 \end_layout
18859
18860 \end_inset
18861
18862
18863 \begin_inset Float table
18864 placement h
18865 alignment document
18866 wide false
18867 sideways false
18868 status open
18869
18870 \begin_layout Plain Layout
18871 \begin_inset Caption Standard
18872
18873 \begin_layout Plain Layout
18874 \begin_inset CommandInset label
18875 LatexCommand label
18876 name "tab:Tabelle-mit-farbigen-horiz"
18877
18878 \end_inset
18879
18880 Tabelle mit farbigen horizontalen Linien
18881 \end_layout
18882
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \begin_layout Plain Layout
18889 \align center
18890 \begin_inset Tabular
18891 <lyxtabular version="3" rows="3" columns="3">
18892 <features tabularvalignment="middle">
18893 <column alignment="center" valignment="top">
18894 <column alignment="center" valignment="top">
18895 <column alignment="center" valignment="top">
18896 <row>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 sd
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 </row>
18925 <row>
18926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939 sd
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 </row>
18954 <row>
18955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977 sd
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 </row>
18983 </lyxtabular>
18984
18985 \end_inset
18986
18987
18988 \end_layout
18989
18990 \end_inset
18991
18992
18993 \end_layout
18994
18995 \begin_layout Standard
18996 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18997  als \SpecialChar TeX
18998 -Code hinter der Tabelle einfügen:
18999 \end_layout
19000
19001 \begin_layout Standard
19002
19003 \series bold
19004
19005 \backslash
19006 renewcommand{
19007 \backslash
19008 hline}{
19009 \backslash
19010 myHlineC}
19011 \end_layout
19012
19013 \begin_layout Standard
19014 Tabelle
19015 \begin_inset space ~
19016 \end_inset
19017
19018
19019 \begin_inset CommandInset ref
19020 LatexCommand ref
19021 reference "tab:Table-with-colored"
19022
19023 \end_inset
19024
19025  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
19026 \end_layout
19027
19028 \begin_layout Standard
19029 \begin_inset Float table
19030 placement h
19031 alignment document
19032 wide false
19033 sideways false
19034 status open
19035
19036 \begin_layout Plain Layout
19037 \begin_inset Caption Standard
19038
19039 \begin_layout Plain Layout
19040 \begin_inset CommandInset label
19041 LatexCommand label
19042 name "tab:Table-with-colored"
19043
19044 \end_inset
19045
19046 Tabelle mit farbigen Linien
19047 \end_layout
19048
19049 \end_inset
19050
19051
19052 \end_layout
19053
19054 \begin_layout Plain Layout
19055 \align center
19056 \begin_inset Tabular
19057 <lyxtabular version="3" rows="3" columns="3">
19058 <features tabularvalignment="middle">
19059 <column alignment="center" valignment="top" special="Wc">
19060 <column alignment="center" valignment="top" special="Wc">
19061 <column alignment="center" valignment="top" special="WcW">
19062 <row>
19063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067 sd
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" topline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 </row>
19091 <row>
19092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 <cell alignment="center" valignment="top" topline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 sd
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 </row>
19120 <row topspace="default">
19121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19140 \begin_inset Text
19141
19142 \begin_layout Plain Layout
19143 sd
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 </row>
19149 </lyxtabular>
19150
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \end_inset
19157
19158
19159 \end_layout
19160
19161 \begin_layout Standard
19162 \begin_inset ERT
19163 status collapsed
19164
19165 \begin_layout Plain Layout
19166
19167
19168 \backslash
19169 renewcommand{
19170 \backslash
19171 hline}{
19172 \backslash
19173 myHlineC}
19174 \end_layout
19175
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \begin_layout Standard
19182 \begin_inset ERT
19183 status collapsed
19184
19185 \begin_layout Plain Layout
19186
19187
19188 \backslash
19189 setlength{
19190 \backslash
19191 arrayrulewidth}{1.2pt}
19192 \end_layout
19193
19194 \end_inset
19195
19196
19197 \end_layout
19198
19199 \begin_layout Standard
19200 Um nur einige Linien einzufärben ist eine andere Strategie notwendig.
19201  Um alle folgenden horizontalen Linien zu färben, fügt man diesen Befehl
19202  als \SpecialChar TeX
19203 -Code als letzte Sache in die Zeile ein, die über der ersten gefärbten
19204  Linie sein soll:
19205 \end_layout
19206
19207 \begin_layout Standard
19208
19209 \series bold
19210
19211 \backslash
19212
19213 \backslash
19214
19215 \backslash
19216 arrayrulecolor{blue}%
19217 \end_layout
19218
19219 \begin_layout Standard
19220 Um wieder schwarze Linien zu erhalten, fügt man diesen Befehl als erste
19221  Sache in die Zeile ein, die über den schwarzen Linien liegt:
19222 \end_layout
19223
19224 \begin_layout Standard
19225
19226 \series bold
19227
19228 \backslash
19229 arrayrulecolor{black}
19230 \end_layout
19231
19232 \begin_layout Standard
19233 Damit kann man Tabellenlinien wie in Tabelle
19234 \begin_inset space ~
19235 \end_inset
19236
19237
19238 \begin_inset CommandInset ref
19239 LatexCommand ref
19240 reference "tab:Tabelle-mit-verschiedenen-hor"
19241
19242 \end_inset
19243
19244  färben.
19245  Es ist jedoch mit dieser Methode nicht möglich die Linie über der ersten
19246  Zeile einer Tabelle zu färben.
19247 \end_layout
19248
19249 \begin_layout Standard
19250 \begin_inset Float table
19251 placement document
19252 alignment document
19253 wide false
19254 sideways false
19255 status open
19256
19257 \begin_layout Plain Layout
19258 \begin_inset Caption Standard
19259
19260 \begin_layout Plain Layout
19261 \begin_inset CommandInset label
19262 LatexCommand label
19263 name "tab:Tabelle-mit-verschiedenen-hor"
19264
19265 \end_inset
19266
19267 Tabelle mit verschiedenen horizontalen Linienfarben.
19268 \end_layout
19269
19270 \end_inset
19271
19272
19273 \end_layout
19274
19275 \begin_layout Plain Layout
19276 \align center
19277 \begin_inset Tabular
19278 <lyxtabular version="3" rows="6" columns="7">
19279 <features tabularvalignment="middle">
19280 <column alignment="center" valignment="top">
19281 <column alignment="center" valignment="top">
19282 <column alignment="center" valignment="top">
19283 <column alignment="center" valignment="top">
19284 <column alignment="center" valignment="top">
19285 <column alignment="center" valignment="top">
19286 <column alignment="center" valignment="top">
19287 <row>
19288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 <cell alignment="center" valignment="top" topline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" topline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" topline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 <cell alignment="center" valignment="top" topline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346 \begin_inset ERT
19347 status open
19348
19349 \begin_layout Plain Layout
19350
19351
19352 \backslash
19353
19354 \backslash
19355
19356 \backslash
19357 arrayrulecolor{blue}%
19358 \end_layout
19359
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 <row>
19369 <cell alignment="center" valignment="top" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373 Y
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 <cell alignment="center" valignment="top" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427 Y
19428 \end_layout
19429
19430 \end_inset
19431 </cell>
19432 </row>
19433 <row>
19434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438 \begin_inset ERT
19439 status open
19440
19441 \begin_layout Plain Layout
19442
19443
19444 \backslash
19445 arrayrulecolor{black}
19446 \end_layout
19447
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 <cell alignment="center" valignment="top" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 <cell alignment="center" valignment="top" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 <cell alignment="center" valignment="top" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 </row>
19510 <row>
19511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515
19516 \end_layout
19517
19518 \end_inset
19519 </cell>
19520 <cell alignment="center" valignment="top" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 <cell alignment="center" valignment="top" usebox="none">
19530 \begin_inset Text
19531
19532 \begin_layout Plain Layout
19533
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 <cell alignment="center" valignment="top" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 <cell alignment="center" valignment="top" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569 \begin_inset ERT
19570 status collapsed
19571
19572 \begin_layout Plain Layout
19573
19574
19575 \backslash
19576
19577 \backslash
19578
19579 \backslash
19580 arrayrulecolor{green}%
19581 \end_layout
19582
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 </row>
19591 <row>
19592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 </row>
19656 <row>
19657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661 \begin_inset ERT
19662 status collapsed
19663
19664 \begin_layout Plain Layout
19665
19666
19667 \backslash
19668 arrayrulecolor{black}
19669 \end_layout
19670
19671 \end_inset
19672
19673 B
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727 \begin_inset ERT
19728 status collapsed
19729
19730 \begin_layout Plain Layout
19731
19732
19733 \backslash
19734
19735 \backslash
19736
19737 \backslash
19738 arrayrulecolor{blue}%
19739 \end_layout
19740
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 </row>
19749 </lyxtabular>
19750
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \begin_layout Standard
19762 Um die Farbe von vertikalen Linien innerhalb einer Zeile zu ändern, wie
19763  in Tabelle
19764 \begin_inset space ~
19765 \end_inset
19766
19767
19768 \begin_inset CommandInset ref
19769 LatexCommand ref
19770 reference "tab:Tabelle-mit-verschiedenen-ver"
19771
19772 \end_inset
19773
19774 , benötigt man Mehrfachzeilen.
19775  Zuerst müssen alle vertikalen Linien entfernt werden, die nicht entlang
19776  der kompletten Spalte laufen.
19777  Nun werden alle Linien mit dem Befehl
19778 \end_layout
19779
19780 \begin_layout Standard
19781
19782 \series bold
19783
19784 \backslash
19785
19786 \backslash
19787
19788 \backslash
19789 arrayrulecolor{blue}%
19790 \end_layout
19791
19792 \begin_layout Standard
19793 wie oben gefärbt.
19794  Zuletzt fügt man diesen Befehl als \SpecialChar TeX
19795 -Code in jede Zelle ein, für die man
19796  eine vertikale Linie in einer anderen Farbe benötigt:
19797 \end_layout
19798
19799 \begin_layout Standard
19800
19801 \series bold
19802
19803 \backslash
19804 multicolumn{1}{!{
19805 \backslash
19806 color{green}
19807 \backslash
19808 vline}c!{
19809 \backslash
19810 color{red}
19811 \backslash
19812 vline}}{
19813 \end_layout
19814
19815 \begin_layout Standard
19816 Dies fügt eine vertikale Linie an beiden Seiten der Zelle ein.
19817  Die linke ist grün, die rechte rot.
19818  Wenn keine Farbänderung notwendig ist, kann man den Befehl 
19819 \series bold
19820
19821 \backslash
19822 color
19823 \series default
19824  in obigem Befehl weglassen.
19825  Um z.
19826 \begin_inset space \thinspace{}
19827 \end_inset
19828
19829 B.
19830  eine schwarze linke Linie und eine blaue rechte zu erhalten, kann man schreiben
19831 :
19832 \end_layout
19833
19834 \begin_layout Standard
19835
19836 \series bold
19837
19838 \backslash
19839 multicolumn{1}{!{
19840 \backslash
19841 color{black}
19842 \backslash
19843 vline}c|}{
19844 \end_layout
19845
19846 \begin_layout Standard
19847 Denn die Farbe blau ist bereits für alle Linien gesetzt.
19848  Das | erstellt dabei die vertikale Linie, während das ansonsten 
19849 \series bold
19850
19851 \backslash
19852 vline
19853 \series default
19854  tut, wenn 
19855 \series bold
19856
19857 \backslash
19858 color
19859 \series default
19860  verwendet wird.
19861  Um vertikale Linien einzufügen, ohne die Farbe zu ändern, verwendet man
19862 \end_layout
19863
19864 \begin_layout Standard
19865
19866 \series bold
19867
19868 \backslash
19869 multicolumn{1}{|c|}{
19870 \end_layout
19871
19872 \begin_layout Standard
19873 Nach diesem Befehl fügt man den Zelleninhalt normal ein und beendet die
19874  Zelle mit einer schließenden Klammer 
19875 \series bold
19876 }
19877 \series default
19878  in \SpecialChar TeX
19879 -Code.
19880 \end_layout
19881
19882 \begin_layout Standard
19883 \begin_inset Float table
19884 placement document
19885 alignment document
19886 wide false
19887 sideways false
19888 status open
19889
19890 \begin_layout Plain Layout
19891 \begin_inset Caption Standard
19892
19893 \begin_layout Plain Layout
19894 \begin_inset CommandInset label
19895 LatexCommand label
19896 name "tab:Tabelle-mit-verschiedenen-ver"
19897
19898 \end_inset
19899
19900 Tabelle mit verschiedenen vertikalen Linienfarben in einer Zeile.
19901 \end_layout
19902
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \begin_layout Plain Layout
19909 \align center
19910 \begin_inset Tabular
19911 <lyxtabular version="3" rows="5" columns="7">
19912 <features tabularvalignment="middle">
19913 <column alignment="center" valignment="top">
19914 <column alignment="center" valignment="top">
19915 <column alignment="center" valignment="top">
19916 <column alignment="center" valignment="top">
19917 <column alignment="center" valignment="top">
19918 <column alignment="center" valignment="top">
19919 <column alignment="center" valignment="top">
19920 <row>
19921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 <cell alignment="center" valignment="top" topline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 <cell alignment="center" valignment="top" topline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 <cell alignment="center" valignment="top" topline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 <cell alignment="center" valignment="top" topline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 <cell alignment="center" valignment="top" topline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 \begin_inset ERT
19980 status open
19981
19982 \begin_layout Plain Layout
19983
19984
19985 \backslash
19986
19987 \backslash
19988
19989 \backslash
19990 arrayrulecolor{red}%
19991 \end_layout
19992
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 </row>
20001 <row>
20002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006 \begin_inset ERT
20007 status open
20008
20009 \begin_layout Plain Layout
20010
20011
20012 \backslash
20013 multicolumn{1}{!{
20014 \backslash
20015 color{black}
20016 \backslash
20017 vline}c|}{
20018 \end_layout
20019
20020 \end_inset
20021
20022 Y
20023 \begin_inset ERT
20024 status collapsed
20025
20026 \begin_layout Plain Layout
20027
20028 }
20029 \end_layout
20030
20031 \end_inset
20032
20033
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078 \begin_inset ERT
20079 status open
20080
20081 \begin_layout Plain Layout
20082
20083
20084 \backslash
20085 multicolumn{1}{c|}{
20086 \end_layout
20087
20088 \end_inset
20089
20090
20091 \begin_inset ERT
20092 status collapsed
20093
20094 \begin_layout Plain Layout
20095
20096 }
20097 \end_layout
20098
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110 \begin_inset ERT
20111 status open
20112
20113 \begin_layout Plain Layout
20114
20115
20116 \backslash
20117 multicolumn{1}{c!{
20118 \backslash
20119 color{black}
20120 \backslash
20121 vline}}{
20122 \end_layout
20123
20124 \end_inset
20125
20126 Y
20127 \begin_inset ERT
20128 status collapsed
20129
20130 \begin_layout Plain Layout
20131
20132 }
20133 \end_layout
20134
20135 \end_inset
20136
20137
20138 \end_layout
20139
20140 \end_inset
20141 </cell>
20142 </row>
20143 <row>
20144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148 \begin_inset ERT
20149 status collapsed
20150
20151 \begin_layout Plain Layout
20152
20153
20154 \backslash
20155 arrayrulecolor{black}
20156 \end_layout
20157
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 <cell alignment="center" valignment="top" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 <cell alignment="center" valignment="top" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187
20188 \end_layout
20189
20190 \end_inset
20191 </cell>
20192 <cell alignment="center" valignment="top" usebox="none">
20193 \begin_inset Text
20194
20195 \begin_layout Plain Layout
20196
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 <cell alignment="center" valignment="top" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214 \begin_inset ERT
20215 status collapsed
20216
20217 \begin_layout Plain Layout
20218
20219
20220 \backslash
20221
20222 \backslash
20223
20224 \backslash
20225 arrayrulecolor{magenta}%
20226 \end_layout
20227
20228 \end_inset
20229
20230
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 </row>
20236 <row>
20237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241 \begin_inset ERT
20242 status collapsed
20243
20244 \begin_layout Plain Layout
20245
20246
20247 \backslash
20248 multicolumn{1}{|c!{
20249 \backslash
20250 color{red}
20251 \backslash
20252 vline}}{
20253 \end_layout
20254
20255 \end_inset
20256
20257
20258 \begin_inset ERT
20259 status collapsed
20260
20261 \begin_layout Plain Layout
20262
20263 }
20264 \end_layout
20265
20266 \end_inset
20267
20268
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277 \begin_inset ERT
20278 status collapsed
20279
20280 \begin_layout Plain Layout
20281
20282
20283 \backslash
20284 multicolumn{1}{c!{
20285 \backslash
20286 color{green}
20287 \backslash
20288 vline}}{
20289 \end_layout
20290
20291 \end_inset
20292
20293
20294 \begin_inset ERT
20295 status collapsed
20296
20297 \begin_layout Plain Layout
20298
20299 }
20300 \end_layout
20301
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313 \begin_inset ERT
20314 status collapsed
20315
20316 \begin_layout Plain Layout
20317
20318
20319 \backslash
20320 multicolumn{1}{c!{
20321 \backslash
20322 color{yellow}
20323 \backslash
20324 vline}}{
20325 \end_layout
20326
20327 \end_inset
20328
20329
20330 \begin_inset ERT
20331 status collapsed
20332
20333 \begin_layout Plain Layout
20334
20335 }
20336 \end_layout
20337
20338 \end_inset
20339
20340
20341 \end_layout
20342
20343 \end_inset
20344 </cell>
20345 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349 \begin_inset ERT
20350 status collapsed
20351
20352 \begin_layout Plain Layout
20353
20354
20355 \backslash
20356 multicolumn{1}{c!{
20357 \backslash
20358 color{blue}
20359 \backslash
20360 vline}}{
20361 \end_layout
20362
20363 \end_inset
20364
20365
20366 \begin_inset ERT
20367 status collapsed
20368
20369 \begin_layout Plain Layout
20370
20371 }
20372 \end_layout
20373
20374 \end_inset
20375
20376
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385 \begin_inset ERT
20386 status collapsed
20387
20388 \begin_layout Plain Layout
20389
20390
20391 \backslash
20392 multicolumn{1}{c!{
20393 \backslash
20394 color{cyan}
20395 \backslash
20396 vline}}{
20397 \end_layout
20398
20399 \end_inset
20400
20401
20402 \begin_inset ERT
20403 status collapsed
20404
20405 \begin_layout Plain Layout
20406
20407 }
20408 \end_layout
20409
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421 \begin_inset ERT
20422 status collapsed
20423
20424 \begin_layout Plain Layout
20425
20426
20427 \backslash
20428 multicolumn{1}{c!{
20429 \backslash
20430 color{black}
20431 \backslash
20432 vline}}{
20433 \end_layout
20434
20435 \end_inset
20436
20437
20438 \begin_inset ERT
20439 status collapsed
20440
20441 \begin_layout Plain Layout
20442
20443 }
20444 \end_layout
20445
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457 \begin_inset ERT
20458 status collapsed
20459
20460 \begin_layout Plain Layout
20461
20462
20463 \backslash
20464 multicolumn{1}{c|}{
20465 \end_layout
20466
20467 \end_inset
20468
20469
20470 \begin_inset ERT
20471 status collapsed
20472
20473 \begin_layout Plain Layout
20474
20475 }
20476 \end_layout
20477
20478 \end_inset
20479
20480
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 </row>
20486 <row>
20487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20488 \begin_inset Text
20489
20490 \begin_layout Plain Layout
20491 \begin_inset ERT
20492 status collapsed
20493
20494 \begin_layout Plain Layout
20495
20496
20497 \backslash
20498 arrayrulecolor{black}
20499 \end_layout
20500
20501 \end_inset
20502
20503 B
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20554 \begin_inset Text
20555
20556 \begin_layout Plain Layout
20557
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 </row>
20563 </lyxtabular>
20564
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \begin_layout Standard
20576 \begin_inset ERT
20577 status collapsed
20578
20579 \begin_layout Plain Layout
20580
20581
20582 \backslash
20583 setlength{
20584 \backslash
20585 arrayrulewidth}{0.4pt}
20586 \end_layout
20587
20588 \end_inset
20589
20590
20591 \end_layout
20592
20593 \begin_layout Section
20594 Rotierte Tabellenzellen
20595 \begin_inset CommandInset label
20596 LatexCommand label
20597 name "abs:Rotierte-Tabellenzellen"
20598
20599 \end_inset
20600
20601
20602 \begin_inset Index idx
20603 status collapsed
20604
20605 \begin_layout Plain Layout
20606 Tabellen ! rotierte Zellen
20607 \end_layout
20608
20609 \end_inset
20610
20611
20612 \begin_inset Index idx
20613 status collapsed
20614
20615 \begin_layout Plain Layout
20616 Rotiertes Material
20617 \end_layout
20618
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \begin_layout Standard
20625 \begin_inset Note Greyedout
20626 status open
20627
20628 \begin_layout Plain Layout
20629
20630 \series bold
20631 Achtung:
20632 \series default
20633  Nicht alle DVI-Betrachter können Rotationen anzeigen.
20634 \end_layout
20635
20636 \end_inset
20637
20638
20639 \end_layout
20640
20641 \begin_layout Standard
20642 Tabelle
20643 \begin_inset space ~
20644 \end_inset
20645
20646
20647 \begin_inset CommandInset ref
20648 LatexCommand ref
20649 reference "tab:Tabelle-mit-rotierten"
20650
20651 \end_inset
20652
20653  ist ein Beispiel bei dem 3
20654 \begin_inset space ~
20655 \end_inset
20656
20657 Zellen um 45
20658 \begin_inset space \thinspace{}
20659 \end_inset
20660
20661 ° rotiert wurden.
20662 \end_layout
20663
20664 \begin_layout Standard
20665 \begin_inset Float table
20666 placement h
20667 alignment document
20668 wide false
20669 sideways false
20670 status open
20671
20672 \begin_layout Plain Layout
20673 \begin_inset Caption Standard
20674
20675 \begin_layout Plain Layout
20676 \begin_inset CommandInset label
20677 LatexCommand label
20678 name "tab:Tabelle-mit-rotierten"
20679
20680 \end_inset
20681
20682 Tabelle mit rotierten Zellen in der ersten Zeile.
20683 \end_layout
20684
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \begin_layout Plain Layout
20691 \noindent
20692 \align center
20693 \begin_inset Tabular
20694 <lyxtabular version="3" rows="2" columns="3">
20695 <features tabularvalignment="middle">
20696 <column alignment="center" valignment="top" width="0pt">
20697 <column alignment="center" valignment="top" width="0pt">
20698 <column alignment="center" valignment="top" width="0pt">
20699 <row>
20700 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 Tassen
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713 Teller
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722 Untertassen
20723 \end_layout
20724
20725 \end_inset
20726 </cell>
20727 </row>
20728 <row>
20729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733 45
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20739 \begin_inset Text
20740
20741 \begin_layout Plain Layout
20742 33
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 21
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 </lyxtabular>
20758
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \end_inset
20765
20766
20767 \end_layout
20768
20769 \begin_layout Standard
20770 \begin_inset Note Greyedout
20771 status open
20772
20773 \begin_layout Plain Layout
20774
20775 \series bold
20776 Achtung:
20777 \series default
20778  Zeilenumbrüche (Tastenkürzel 
20779 \family sans
20780 Strg+Enter
20781 \family default
20782 ) sind in rotierten Zellen nicht erlaubt.
20783 \end_layout
20784
20785 \end_inset
20786
20787
20788 \end_layout
20789
20790 \begin_layout Standard
20791 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
20792  den Zelleninhalt in eine Minipage oder Parbox tun.
20793 \begin_inset Foot
20794 status collapsed
20795
20796 \begin_layout Plain Layout
20797 Für mehr über diese Boxen siehe Abschnitt
20798 \begin_inset space ~
20799 \end_inset
20800
20801
20802 \begin_inset CommandInset ref
20803 LatexCommand ref
20804 reference "abs:Minipage"
20805
20806 \end_inset
20807
20808  und 
20809 \begin_inset CommandInset ref
20810 LatexCommand ref
20811 reference "abs:Parbox"
20812
20813 \end_inset
20814
20815 .
20816 \end_layout
20817
20818 \end_inset
20819
20820  Wenn Sie diese Zelle um 90
20821 \begin_inset space \thinspace{}
20822 \end_inset
20823
20824 ° rotieren, ist die Breite der Box die Höhe der Zelle.
20825  Um zu vermeiden, dass man eine geeignete Breite abschätzen muss, kann man
20826  eine Minipage mit variabler Breite verwenden.
20827  So eine Box wird eingefügt, indem man das Modul 
20828 \family sans
20829 Breitenvariable
20830 \begin_inset space ~
20831 \end_inset
20832
20833 Minipages
20834 \family default
20835  in den Dokumenteinstellungen lädt.
20836  Dann kann man das Menü 
20837 \family sans
20838 Einfügen\SpecialChar menuseparator
20839 Benutzerdefinierte
20840 \begin_inset space ~
20841 \end_inset
20842
20843 Einfügungen\SpecialChar menuseparator
20844 Minipage
20845 \begin_inset space ~
20846 \end_inset
20847
20848 (var.
20849 \begin_inset space ~
20850 \end_inset
20851
20852 Breite)
20853 \family default
20854  vewenden.
20855  Tabelle
20856 \begin_inset space ~
20857 \end_inset
20858
20859
20860 \begin_inset CommandInset ref
20861 LatexCommand ref
20862 reference "tab:Tabelle-mit-rotierter-Umbruch"
20863
20864 \end_inset
20865
20866  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch in der eine
20867  Minipage mit variabler Breite verwendet wurde.
20868 \end_layout
20869
20870 \begin_layout Standard
20871 \begin_inset Float table
20872 placement document
20873 alignment document
20874 wide false
20875 sideways false
20876 status open
20877
20878 \begin_layout Plain Layout
20879 \begin_inset Caption Standard
20880
20881 \begin_layout Plain Layout
20882 \begin_inset CommandInset label
20883 LatexCommand label
20884 name "tab:Tabelle-mit-rotierter-Umbruch"
20885
20886 \end_inset
20887
20888 Tabelle mit rotierter Zelle mit Zeilenumbruch.
20889 \end_layout
20890
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \begin_layout Plain Layout
20897 \noindent
20898 \align center
20899 \begin_inset Tabular
20900 <lyxtabular version="3" rows="2" columns="3">
20901 <features tabularvalignment="middle">
20902 <column alignment="center" valignment="top">
20903 <column alignment="center" valignment="top" width="0pt">
20904 <column alignment="center" valignment="top">
20905 <row>
20906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910 a
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919 \begin_inset Flex Minipage (Var. Width)
20920 status open
20921
20922 \begin_layout Plain Layout
20923 rotierte Zelle
20924 \begin_inset Newline newline
20925 \end_inset
20926
20927 mit Zeilenumbruch
20928 \begin_inset space ~
20929 \end_inset
20930
20931
20932 \end_layout
20933
20934 \end_inset
20935
20936
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945 e
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 </row>
20951 <row>
20952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956 b
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 c
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974 d
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 </row>
20980 </lyxtabular>
20981
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \end_inset
20988
20989
20990 \end_layout
20991
20992 \begin_layout Section
20993 Berechnung der Tabellenbreite
20994 \begin_inset CommandInset label
20995 LatexCommand label
20996 name "abs:Berechnung-der-Tabellenbreite"
20997
20998 \end_inset
20999
21000
21001 \end_layout
21002
21003 \begin_layout Standard
21004 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
21005  Tabelle nicht über den Seitenrand hinausragt.
21006  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
21007  aber wie viel Platz wird für jede Spalte benötigt?
21008 \end_layout
21009
21010 \begin_layout Standard
21011 Die Tabellenbreite 
21012 \begin_inset Formula $W_{\mathrm{Tabelle}}$
21013 \end_inset
21014
21015  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
21016  
21017 \begin_inset Formula $W_{\mathrm{Spalte}}$
21018 \end_inset
21019
21020  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
21021  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
21022 -Länge
21023 \series bold
21024  
21025 \backslash
21026 tabcolsep
21027 \series default
21028 , Voreinstellung 6
21029 \begin_inset space \thinspace{}
21030 \end_inset
21031
21032 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
21033 -Länge 
21034 \series bold
21035
21036 \backslash
21037 arrayrulewidth
21038 \series default
21039 , Voreinstellung 0.4
21040 \begin_inset space \thinspace{}
21041 \end_inset
21042
21043 pt): Wenn alle 
21044 \begin_inset Formula $n$
21045 \end_inset
21046
21047
21048 \begin_inset space ~
21049 \end_inset
21050
21051 Spalten dieselbe Breite haben, ist die Tabellenbreite also
21052 \begin_inset Formula 
21053 \begin{equation}
21054 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
21055 \end{equation}
21056
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \begin_layout Standard
21063 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
21064  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
21065 -Länge
21066  
21067 \series bold
21068
21069 \backslash
21070 columnwidth
21071 \series default
21072 ).
21073  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
21074 \begin_inset Formula $W_{\mathrm{Tabelle}}$
21075 \end_inset
21076
21077  gleich 1
21078 \begin_inset space \thinspace{}
21079 \end_inset
21080
21081
21082 \backslash
21083 columnwidth sein soll, kann 
21084 \begin_inset Formula $W_{\mathrm{Spalte}}$
21085 \end_inset
21086
21087  leicht berechnet werden.
21088 \end_layout
21089
21090 \begin_layout Standard
21091 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
21092 -Paket 
21093 \series bold
21094 calc
21095 \series default
21096
21097 \begin_inset Index idx
21098 status collapsed
21099
21100 \begin_layout Plain Layout
21101 \SpecialChar LaTeX
21102 -Pakete ! calc
21103 \end_layout
21104
21105 \end_inset
21106
21107  im \SpecialChar LaTeX
21108 -Vorspann geladen werden.
21109  Um die Breite im Tabellendialog anzugeben, muss das Feld 
21110 \family sans
21111 \SpecialChar LaTeX
21112 -Argument
21113 \family default
21114  verwendet werden.
21115  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
21116 \begin_inset space ~
21117 \end_inset
21118
21119
21120 \begin_inset CommandInset ref
21121 LatexCommand ref
21122 reference "uab:Mehrfachspalten-Berechnungen"
21123
21124 \end_inset
21125
21126  erklärt ist.
21127  Für eine Tabelle mit 5
21128 \begin_inset space \thinspace{}
21129 \end_inset
21130
21131 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
21132  für jede Spalte den Befehl
21133 \end_layout
21134
21135 \begin_layout Standard
21136
21137 \series bold
21138 >{
21139 \backslash
21140 centering}p{(1
21141 \backslash
21142 columnwidth-62.4pt)/5}
21143 \end_layout
21144
21145 \begin_layout Standard
21146 an.
21147  Für eine Tabelle mit 5
21148 \begin_inset space \thinspace{}
21149 \end_inset
21150
21151 Spalten bei der 2 das 0,75
21152 \begin_inset space \thinspace{}
21153 \end_inset
21154
21155 fache der Breite der anderen 3
21156 \begin_inset space ~
21157 \end_inset
21158
21159 Spalten haben sollen, ist die Berechnung
21160 \begin_inset Formula 
21161 \begin{align}
21162 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21163  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21164  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
21165 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
21166 \end{align}
21167
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \begin_layout Standard
21174 In der Tabelle wird daher der Befehl
21175 \end_layout
21176
21177 \begin_layout Standard
21178
21179 \series bold
21180 >{
21181 \backslash
21182 centering}p{(1
21183 \backslash
21184 columnwidth-62.4pt)/
21185 \backslash
21186 real{4.5}}
21187 \end_layout
21188
21189 \begin_layout Standard
21190 für die breiteren Spalten verwendet und
21191 \end_layout
21192
21193 \begin_layout Standard
21194
21195 \series bold
21196 >{
21197 \backslash
21198 centering}p{(1
21199 \backslash
21200 columnwidth-62.4pt)/
21201 \backslash
21202 real{4.5}*
21203 \backslash
21204 real{0.75}}
21205 \end_layout
21206
21207 \begin_layout Standard
21208 für die schmaleren:
21209 \end_layout
21210
21211 \begin_layout Standard
21212 \begin_inset Tabular
21213 <lyxtabular version="3" rows="2" columns="5">
21214 <features tabularvalignment="middle">
21215 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21216 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21217 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21218 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21219 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21220 <row>
21221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225 1
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 2
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243 3
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252 4
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261 5
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 </row>
21267 <row>
21268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272 111111 1111111 111111 111111111 11111 11111 1111
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21287 \begin_inset Text
21288
21289 \begin_layout Plain Layout
21290 2222 22222 222222 222222222 2222222 22 22222
21291 \end_layout
21292
21293 \end_inset
21294 </cell>
21295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21305 \begin_inset Text
21306
21307 \begin_layout Plain Layout
21308 333333 333333 333333 33333 3333333 333
21309 \end_layout
21310
21311 \end_inset
21312 </cell>
21313 </row>
21314 </lyxtabular>
21315
21316 \end_inset
21317
21318
21319 \end_layout
21320
21321 \begin_layout Section
21322 Tabellen-Anpassung
21323 \begin_inset Index idx
21324 status collapsed
21325
21326 \begin_layout Plain Layout
21327 Tabellen ! Anpassung
21328 \end_layout
21329
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \begin_layout Subsection
21336 Zeilenabstand
21337 \begin_inset CommandInset label
21338 LatexCommand label
21339 name "uab:Zeilenabstand"
21340
21341 \end_inset
21342
21343
21344 \begin_inset Index idx
21345 status collapsed
21346
21347 \begin_layout Plain Layout
21348 Tabellen ! Zeilenabstand
21349 \end_layout
21350
21351 \end_inset
21352
21353
21354 \end_layout
21355
21356 \begin_layout Standard
21357 Auf der Karteikarte 
21358 \family sans
21359 Rahmen
21360 \family default
21361  des 
21362 \family sans
21363 Tabellen-Einstellungen
21364 \family default
21365 -Dialogs können Sie 
21366 \family sans
21367 zusätzliche
21368 \begin_inset space ~
21369 \end_inset
21370
21371 Abstände
21372 \family default
21373  einfügen.
21374  Dabei haben Sie drei Möglichkeiten:
21375 \end_layout
21376
21377 \begin_layout Description
21378 Oberhalb
21379 \begin_inset space ~
21380 \end_inset
21381
21382 der
21383 \begin_inset space ~
21384 \end_inset
21385
21386 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
21387  Bei einer formalen Tabelle
21388 \begin_inset Foot
21389 status collapsed
21390
21391 \begin_layout Plain Layout
21392 Formale Tabellen wurden in Abschnitt
21393 \begin_inset space ~
21394 \end_inset
21395
21396
21397 \begin_inset CommandInset ref
21398 LatexCommand ref
21399 reference "abs:Formale-Tabellen"
21400
21401 \end_inset
21402
21403  beschrieben.
21404 \end_layout
21405
21406 \end_inset
21407
21408  fügt \SpecialChar LyX
21409  standardmäßig 0.5
21410 \begin_inset space \thinspace{}
21411 \end_inset
21412
21413 em Leerraum ein.
21414  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21415 \begin_inset VSpace medskip
21416 \end_inset
21417
21418
21419 \begin_inset Newline newline
21420 \end_inset
21421
21422
21423 \begin_inset space \hspace*{}
21424 \length 0pt
21425 \end_inset
21426
21427
21428 \begin_inset space \hfill{}
21429 \end_inset
21430
21431
21432 \begin_inset Tabular
21433 <lyxtabular version="3" rows="3" columns="1">
21434 <features tabularvalignment="middle">
21435 <column alignment="center" valignment="top">
21436 <row>
21437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21438 \begin_inset Text
21439
21440 \begin_layout Plain Layout
21441 A
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 </row>
21447 <row topspace="3mm">
21448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452 3
21453 \begin_inset space \thinspace{}
21454 \end_inset
21455
21456 mm Leerraum oberhalb der Zeile
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 <row>
21463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467 C
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 </row>
21473 </lyxtabular>
21474
21475 \end_inset
21476
21477
21478 \begin_inset space \hfill{}
21479 \end_inset
21480
21481
21482 \begin_inset space \hspace*{}
21483 \length 0pt
21484 \end_inset
21485
21486
21487 \begin_inset VSpace medskip
21488 \end_inset
21489
21490
21491 \begin_inset Newline newline
21492 \end_inset
21493
21494 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21495 n Linien verwenden.
21496 \end_layout
21497
21498 \begin_layout Description
21499 Unterhalb
21500 \begin_inset space ~
21501 \end_inset
21502
21503 der
21504 \begin_inset space ~
21505 \end_inset
21506
21507 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
21508  Bei einer formalen Tabelle fügt \SpecialChar LyX
21509  standardmäßig 0.5
21510 \begin_inset space \thinspace{}
21511 \end_inset
21512
21513 em Leerraum ein.
21514  Bei normalen Tabellen ist der Standardwert 2
21515 \begin_inset space \thinspace{}
21516 \end_inset
21517
21518 pt.
21519 \end_layout
21520
21521 \begin_layout Description
21522 Zwischen
21523 \begin_inset space ~
21524 \end_inset
21525
21526 den
21527 \begin_inset space ~
21528 \end_inset
21529
21530 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
21531  Bei einer formalen Tabelle fügt \SpecialChar LyX
21532  standardmäßig 0.5
21533 \begin_inset space \thinspace{}
21534 \end_inset
21535
21536 em Leerraum ein.
21537  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21538 \begin_inset VSpace medskip
21539 \end_inset
21540
21541
21542 \begin_inset Newline newline
21543 \end_inset
21544
21545
21546 \begin_inset space \hspace*{}
21547 \length 0pt
21548 \end_inset
21549
21550
21551 \begin_inset space \hfill{}
21552 \end_inset
21553
21554
21555 \begin_inset Tabular
21556 <lyxtabular version="3" rows="3" columns="1">
21557 <features tabularvalignment="middle">
21558 <column alignment="center" valignment="top">
21559 <row>
21560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564 A
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 </row>
21570 <row interlinespace="3mm">
21571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 \begin_inset Formula $\downarrow$
21576 \end_inset
21577
21578  3
21579 \begin_inset space \thinspace{}
21580 \end_inset
21581
21582 mm Leerraum zwischen den Zeilen 
21583 \begin_inset Formula $\downarrow$
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 </row>
21592 <row>
21593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 \begin_inset Formula $\uparrow$
21598 \end_inset
21599
21600  3
21601 \begin_inset space \thinspace{}
21602 \end_inset
21603
21604 mm Leerraum zwischen den Zeilen 
21605 \begin_inset Formula $\uparrow$
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 </row>
21614 </lyxtabular>
21615
21616 \end_inset
21617
21618
21619 \begin_inset space \hfill{}
21620 \end_inset
21621
21622
21623 \begin_inset space \hspace*{}
21624 \length 0pt
21625 \end_inset
21626
21627
21628 \begin_inset VSpace medskip
21629 \end_inset
21630
21631
21632 \begin_inset Newline newline
21633 \end_inset
21634
21635 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21636 n Linien verwenden.
21637 \end_layout
21638
21639 \begin_layout Standard
21640 \begin_inset VSpace bigskip
21641 \end_inset
21642
21643 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
21644  Befehlen im \SpecialChar LaTeX
21645 -Vorspann machen:
21646 \end_layout
21647
21648 \begin_layout Standard
21649
21650 \series bold
21651
21652 \backslash
21653 @ifundefined{extrarowheight}
21654 \begin_inset Newline newline
21655 \end_inset
21656
21657
21658 \begin_inset Phantom HPhantom
21659 status open
21660
21661 \begin_layout Plain Layout
21662
21663 \series bold
21664 \begin_inset space ~
21665 \end_inset
21666
21667
21668 \end_layout
21669
21670 \end_inset
21671
21672 {
21673 \backslash
21674 usepackage{array}}{}
21675 \begin_inset Newline newline
21676 \end_inset
21677
21678
21679 \backslash
21680 setlength{
21681 \backslash
21682 extrarowheight}{Höhe}
21683 \series default
21684
21685 \begin_inset Note Note
21686 status collapsed
21687
21688 \begin_layout Plain Layout
21689 Das Paket 
21690 \series bold
21691 array
21692 \series default
21693  wird automatisch von \SpecialChar LyX
21694  geladen, wenn Sie selbst definierte Tabellenformate
21695  verwenden.
21696  Der Befehl 
21697 \series bold
21698
21699 \backslash
21700 @ifundefined
21701 \series default
21702  vermeidet, dass es in diesem Fall doppelt geladen wird.
21703 \end_layout
21704
21705 \end_inset
21706
21707
21708 \end_layout
21709
21710 \begin_layout Standard
21711 wobei die 
21712 \family sans
21713 Höhe
21714 \family default
21715  eine der in Anhang
21716 \begin_inset space ~
21717 \end_inset
21718
21719
21720 \begin_inset CommandInset ref
21721 LatexCommand ref
21722 reference "kap:In-LyX-verfügbare"
21723
21724 \end_inset
21725
21726  aufgelisteten Einheiten haben kann.
21727  Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
21728  ausgerichtet sind.
21729 \end_layout
21730
21731 \begin_layout Standard
21732 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
21733  zu nah an den Buchstaben.
21734  Das kann korrigiert werden, indem man den Befehl 
21735 \series bold
21736
21737 \backslash
21738 strut
21739 \series default
21740  als \SpecialChar TeX
21741 -Code am Anfang einer Tabellenzeile einfügt.
21742  Tabelle
21743 \begin_inset space ~
21744 \end_inset
21745
21746
21747 \begin_inset CommandInset ref
21748 LatexCommand ref
21749 reference "tab:Vertikale-Ausrichtung-von"
21750
21751 \end_inset
21752
21753  zeigt den Effekt.
21754 \end_layout
21755
21756 \begin_layout Standard
21757 \noindent
21758 \begin_inset Float table
21759 placement h
21760 alignment document
21761 wide false
21762 sideways false
21763 status open
21764
21765 \begin_layout Plain Layout
21766 \begin_inset Caption Standard
21767
21768 \begin_layout Plain Layout
21769 \begin_inset CommandInset label
21770 LatexCommand label
21771 name "tab:Vertikale-Ausrichtung-von"
21772
21773 \end_inset
21774
21775 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
21776 \end_layout
21777
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \begin_layout Plain Layout
21784 \begin_inset space \hfill{}
21785 \end_inset
21786
21787
21788 \begin_inset Float table
21789 placement document
21790 alignment document
21791 wide false
21792 sideways false
21793 status collapsed
21794
21795 \begin_layout Plain Layout
21796 \begin_inset Caption Standard
21797
21798 \begin_layout Plain Layout
21799 Normale Tabelle.
21800 \end_layout
21801
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \begin_layout Plain Layout
21808 \noindent
21809 \align center
21810 \begin_inset Tabular
21811 <lyxtabular version="3" rows="6" columns="1">
21812 <features tabularvalignment="middle">
21813 <column alignment="left" valignment="top">
21814 <row>
21815 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819 Normal, g
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 </row>
21825 <row>
21826 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830
21831 \size large
21832 Groß, g
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 </row>
21838 <row>
21839 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843
21844 \size larger
21845 Größer, g
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 </row>
21851 <row>
21852 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856
21857 \size largest
21858 noch Größer, g
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 </row>
21864 <row>
21865 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869
21870 \size huge
21871 Riesig
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 </row>
21877 <row>
21878 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882
21883 \size giant
21884 Gigantisch
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 </lyxtabular>
21891
21892 \end_inset
21893
21894
21895 \end_layout
21896
21897 \end_inset
21898
21899
21900 \begin_inset space \hfill{}
21901 \end_inset
21902
21903
21904 \begin_inset Float table
21905 placement document
21906 alignment document
21907 wide false
21908 sideways false
21909 status collapsed
21910
21911 \begin_layout Plain Layout
21912 \begin_inset Caption Standard
21913
21914 \begin_layout Plain Layout
21915 Tabelle bei der der Befehl 
21916 \series bold
21917
21918 \backslash
21919 strut
21920 \series default
21921  verwendet wurde.
21922 \end_layout
21923
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \begin_layout Plain Layout
21930 \noindent
21931 \align center
21932 \begin_inset Tabular
21933 <lyxtabular version="3" rows="6" columns="1">
21934 <features tabularvalignment="middle">
21935 <column alignment="left" valignment="top">
21936 <row>
21937 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941 Normal, g
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 </row>
21947 <row>
21948 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952
21953 \size large
21954 \begin_inset ERT
21955 status collapsed
21956
21957 \begin_layout Plain Layout
21958
21959
21960 \backslash
21961 strut 
21962 \end_layout
21963
21964 \end_inset
21965
21966 Groß, g
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977
21978 \size larger
21979 \begin_inset ERT
21980 status collapsed
21981
21982 \begin_layout Plain Layout
21983
21984
21985 \backslash
21986 strut 
21987 \end_layout
21988
21989 \end_inset
21990
21991 Größer, g
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 <row>
21998 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002
22003 \size largest
22004 \begin_inset ERT
22005 status collapsed
22006
22007 \begin_layout Plain Layout
22008
22009
22010 \backslash
22011 strut 
22012 \end_layout
22013
22014 \end_inset
22015
22016 noch Größer, g
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 </row>
22022 <row>
22023 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027
22028 \size huge
22029 \begin_inset ERT
22030 status collapsed
22031
22032 \begin_layout Plain Layout
22033
22034
22035 \backslash
22036 strut 
22037 \end_layout
22038
22039 \end_inset
22040
22041 Riesig
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 <row>
22048 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052
22053 \size giant
22054 \begin_inset ERT
22055 status collapsed
22056
22057 \begin_layout Plain Layout
22058
22059
22060 \backslash
22061 strut 
22062 \end_layout
22063
22064 \end_inset
22065
22066 Gigantisch
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 </row>
22072 </lyxtabular>
22073
22074 \end_inset
22075
22076
22077 \end_layout
22078
22079 \end_inset
22080
22081
22082 \begin_inset space \hfill{}
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \begin_layout Subsection
22094 Besondere Zellenausrichtung
22095 \begin_inset CommandInset label
22096 LatexCommand label
22097 name "uab:Besondere-Zellenausrichtung"
22098
22099 \end_inset
22100
22101
22102 \begin_inset Index idx
22103 status collapsed
22104
22105 \begin_layout Plain Layout
22106 Tabellen ! Zellenausrichtung
22107 \end_layout
22108
22109 \end_inset
22110
22111
22112 \end_layout
22113
22114 \begin_layout Standard
22115 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
22116  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
22117 \begin_inset space ~
22118 \end_inset
22119
22120
22121 \begin_inset CommandInset ref
22122 LatexCommand ref
22123 reference "tab:Tabellenzellen-sind-auf"
22124
22125 \end_inset
22126
22127 .
22128  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
22129  dann entweder den Werkzeugleistenknopf 
22130 \begin_inset Info
22131 type  "icon"
22132 arg   "tabular-feature align-decimal"
22133 \end_inset
22134
22135  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
22136 \family sans
22137 Am
22138 \begin_inset space ~
22139 \end_inset
22140
22141 Dezimaltrenner
22142 \family default
22143  setzt.
22144  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
22145  frei wählen.
22146 \end_layout
22147
22148 \begin_layout Standard
22149 \begin_inset Float table
22150 placement h
22151 alignment document
22152 wide false
22153 sideways false
22154 status open
22155
22156 \begin_layout Plain Layout
22157 \begin_inset Caption Standard
22158
22159 \begin_layout Plain Layout
22160 \begin_inset CommandInset label
22161 LatexCommand label
22162 name "tab:Tabellenzellen-sind-auf"
22163
22164 \end_inset
22165
22166 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
22167 \end_layout
22168
22169 \end_inset
22170
22171
22172 \end_layout
22173
22174 \begin_layout Plain Layout
22175 \align center
22176 \begin_inset Tabular
22177 <lyxtabular version="3" rows="4" columns="1">
22178 <features booktabs="true" tabularvalignment="middle">
22179 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
22180 <row>
22181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185 Überschrift
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 </row>
22191 <row>
22192 <cell alignment="center" valignment="top" topline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 12,6
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 </row>
22202 <row>
22203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207 0,68
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 </row>
22213 <row>
22214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218 -123,0
22219 \end_layout
22220
22221 \end_inset
22222 </cell>
22223 </row>
22224 </lyxtabular>
22225
22226 \end_inset
22227
22228
22229 \end_layout
22230
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \begin_layout Standard
22237 \begin_inset Float table
22238 placement h
22239 alignment document
22240 wide false
22241 sideways false
22242 status open
22243
22244 \begin_layout Plain Layout
22245 \begin_inset Caption Standard
22246
22247 \begin_layout Plain Layout
22248 \begin_inset CommandInset label
22249 LatexCommand label
22250 name "tab:Tabellenzellen-Operator"
22251
22252 \end_inset
22253
22254 Tabellenzellen sind auf den Operator ausgerichtet
22255 \end_layout
22256
22257 \end_inset
22258
22259
22260 \end_layout
22261
22262 \begin_layout Plain Layout
22263 \align center
22264 \begin_inset Tabular
22265 <lyxtabular version="3" rows="4" columns="2">
22266 <features booktabs="true" tabularvalignment="middle">
22267 <column alignment="right" valignment="top" width="0pt">
22268 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22269 <row>
22270 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274 Überschrift
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 </row>
22289 <row>
22290 <cell alignment="center" valignment="top" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294 \begin_inset Formula $12\,+$
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 <cell alignment="center" valignment="top" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 \begin_inset Formula $\,6$
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 </row>
22315 <row>
22316 <cell alignment="center" valignment="top" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 \begin_inset Formula $0\,-$
22321 \end_inset
22322
22323
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332 \begin_inset Formula $\,68$
22333 \end_inset
22334
22335
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 </row>
22341 <row>
22342 <cell alignment="center" valignment="top" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 \begin_inset Formula $-123\,/$
22347 \end_inset
22348
22349
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 \begin_inset Formula $\,0$
22359 \end_inset
22360
22361
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 </row>
22367 </lyxtabular>
22368
22369 \end_inset
22370
22371
22372 \end_layout
22373
22374 \end_inset
22375
22376
22377 \end_layout
22378
22379 \begin_layout Standard
22380 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
22381  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
22382  Formeln erlaubt.
22383  In diesem Fall verwendet man die Methode von Tabelle
22384 \begin_inset space ~
22385 \end_inset
22386
22387
22388 \begin_inset CommandInset ref
22389 LatexCommand ref
22390 reference "tab:Tabellenzellen-Operator"
22391
22392 \end_inset
22393
22394 .
22395  Diese Tabelle wurde als 4×2 Tabelle erstellt.
22396  Die Überschrift ist eine zentrierte Mehrfachspalte.
22397  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
22398  und den Operator.
22399  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
22400  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
22401  um den üblichen Leerraum um einen Operator zu erhalten.
22402  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
22403 -Argument
22404  für die zweite Spalte folgendes eingefügt:
22405 \end_layout
22406
22407 \begin_layout Standard
22408
22409 \series bold
22410 @{}l
22411 \end_layout
22412
22413 \begin_layout Standard
22414 Tabelle
22415 \begin_inset space ~
22416 \end_inset
22417
22418
22419 \begin_inset CommandInset ref
22420 LatexCommand ref
22421 reference "tab:Verschiedene-Ausrichtungen"
22422
22423 \end_inset
22424
22425  zeigt einige Ausrichtungen.
22426  Für die Ausrichtung der Relationen wurde ein kleiner 
22427 \family sans
22428 Leerraum
22429 \family default
22430  eingefügt; wie in der zweiten Spalte von Tabelle
22431 \begin_inset space ~
22432 \end_inset
22433
22434
22435 \begin_inset CommandInset ref
22436 LatexCommand ref
22437 reference "tab:Tabellenzellen-Operator"
22438
22439 \end_inset
22440
22441 .
22442 \end_layout
22443
22444 \begin_layout Standard
22445
22446 \color black
22447 \begin_inset Float table
22448 placement h
22449 alignment document
22450 wide false
22451 sideways false
22452 status open
22453
22454 \begin_layout Plain Layout
22455
22456 \color black
22457 \begin_inset Caption Standard
22458
22459 \begin_layout Plain Layout
22460
22461 \color black
22462 \begin_inset CommandInset label
22463 LatexCommand label
22464 name "tab:Verschiedene-Ausrichtungen"
22465
22466 \end_inset
22467
22468
22469 \color inherit
22470 Verschiedene Ausrichtungen
22471 \end_layout
22472
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \begin_layout Plain Layout
22479 \align center
22480 \begin_inset Tabular
22481 <lyxtabular version="3" rows="4" columns="6">
22482 <features tabularvalignment="middle">
22483 <column alignment="right" valignment="top">
22484 <column alignment="left" valignment="top" special="@{}l">
22485 <column alignment="right" valignment="top">
22486 <column alignment="left" valignment="top" special="@{}l">
22487 <column alignment="right" valignment="top">
22488 <column alignment="left" valignment="top" special="@{}l">
22489 <row>
22490 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494 Einheiten
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512 Exponenten
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530 Relationen
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 </row>
22545 <row>
22546 <cell alignment="center" valignment="top" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 12×
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 24
22560 \begin_inset space \thinspace{}
22561 \end_inset
22562
22563 Flaschen
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 \begin_inset Formula $10\cdot$
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 \begin_inset Formula $10^{\mbox{-}17}$
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 \begin_inset Formula $\Gamma(t)\propto$
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 <cell alignment="center" valignment="top" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608 \begin_inset Formula $\:\Upsilon(t)$
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 </row>
22617 <row>
22618 <cell alignment="center" valignment="top" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 1024×
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 768
22632 \begin_inset space \thinspace{}
22633 \end_inset
22634
22635 Pixel
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell alignment="center" valignment="top" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 \begin_inset Formula $5.78\cdot$
22645 \end_inset
22646
22647
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656 \begin_inset Formula $10^{7}$
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668 \begin_inset Formula $A\ne$
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 \begin_inset Formula $\:B_{\mathrm{red}}$
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 </row>
22689 <row>
22690 <cell alignment="center" valignment="top" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694 32×
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703 6
22704 \begin_inset space \thinspace{}
22705 \end_inset
22706
22707 cm
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 -
22717 \begin_inset Formula $33.5\cdot$
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 \begin_inset Formula $10^{4}$
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 \begin_inset Formula $\sin(\alpha)\ge$
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 \begin_inset Formula $\:\sin(\beta)$
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 </row>
22762 </lyxtabular>
22763
22764 \end_inset
22765
22766
22767 \end_layout
22768
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \begin_layout Subsection
22775 Angepasste Zellen-/Spaltenformate
22776 \begin_inset CommandInset label
22777 LatexCommand label
22778 name "uab:Angepasste-Zellen-/Spaltenformate"
22779
22780 \end_inset
22781
22782
22783 \begin_inset Index idx
22784 status collapsed
22785
22786 \begin_layout Plain Layout
22787 Tabellen ! Spaltenformat
22788 \end_layout
22789
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \begin_layout Standard
22796 Wenn man wie in Abschnitt
22797 \begin_inset space ~
22798 \end_inset
22799
22800
22801 \begin_inset CommandInset ref
22802 LatexCommand ref
22803 reference "abs:Berechnung-der-Tabellenbreite"
22804
22805 \end_inset
22806
22807  oder Abschnitt
22808 \begin_inset space ~
22809 \end_inset
22810
22811
22812 \begin_inset CommandInset ref
22813 LatexCommand ref
22814 reference "uab:Mehrfachspalten-Berechnungen"
22815
22816 \end_inset
22817
22818  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
22819  Tabellen sehr lästig.
22820  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
22821 -Vorspann ein Zellen/Spalten-Form
22822 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
22823  kann.
22824  Das Format wird mit dem Befehl
22825 \end_layout
22826
22827 \begin_layout Standard
22828
22829 \series bold
22830
22831 \backslash
22832 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
22833 \end_layout
22834
22835 \begin_layout Standard
22836 definiert.
22837  Der Formatname darf nur ein Buchstabe sein, aber nicht 
22838 \emph on
22839 b
22840 \emph default
22841
22842 \emph on
22843 c
22844 \emph default
22845
22846 \emph on
22847 l
22848 \emph default
22849
22850 \emph on
22851 m
22852 \emph default
22853
22854 \emph on
22855 p
22856 \emph default
22857  oder 
22858 \emph on
22859 r
22860 \emph default
22861 , weil diese vordefiniert sind.
22862  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
22863 \end_layout
22864
22865 \begin_layout Standard
22866 \begin_inset VSpace medskip
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \begin_layout Standard
22873 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
22874  Breite könnte das Format so aussehen:
22875 \end_layout
22876
22877 \begin_layout Standard
22878
22879 \series bold
22880
22881 \backslash
22882 newcolumntype{M}[1]{>{
22883 \backslash
22884 centering
22885 \backslash
22886 hspace{0pt}}m{#1}}
22887 \end_layout
22888
22889 \begin_layout Standard
22890 wobei 
22891 \series bold
22892
22893 \backslash
22894 hspace{0pt}
22895 \series default
22896  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
22897  Abschnitt
22898 \begin_inset space ~
22899 \end_inset
22900
22901
22902 \begin_inset CommandInset ref
22903 LatexCommand ref
22904 reference "uab:Mehrere-Zeilen-in"
22905
22906 \end_inset
22907
22908  beschrieben.
22909  Jetzt können Sie mit
22910 \end_layout
22911
22912 \begin_layout Standard
22913
22914 \series bold
22915 M{Breite}
22916 \end_layout
22917
22918 \begin_layout Standard
22919 im 
22920 \family sans
22921 \SpecialChar LaTeX
22922 -Argument
22923 \family default
22924  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
22925 \end_layout
22926
22927 \begin_layout Standard
22928 \begin_inset VSpace bigskip
22929 \end_inset
22930
22931
22932 \end_layout
22933
22934 \begin_layout Standard
22935 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
22936  Format definieren:
22937 \end_layout
22938
22939 \begin_layout Standard
22940
22941 \series bold
22942
22943 \backslash
22944 newcolumntype{S}[2]{>{
22945 \backslash
22946 centering
22947 \backslash
22948 hspace{0pt}}
22949 \begin_inset Newline newline
22950 \end_inset
22951
22952
22953 \begin_inset Phantom HPhantom
22954 status open
22955
22956 \begin_layout Plain Layout
22957
22958 \series bold
22959
22960 \backslash
22961 newcolumntype
22962 \end_layout
22963
22964 \end_inset
22965
22966 m{(#1+(2
22967 \backslash
22968 tabcolsep+
22969 \backslash
22970 arrayrulewidth)*(1-#2))/#2}}
22971 \end_layout
22972
22973 \begin_layout Standard
22974 Dieses Format benutzt Gleichung
22975 \begin_inset space ~
22976 \end_inset
22977
22978
22979 \begin_inset CommandInset ref
22980 LatexCommand ref
22981 reference "eq:Wgn"
22982
22983 \end_inset
22984
22985 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
22986  breit ist.
22987 \end_layout
22988
22989 \begin_layout Standard
22990 Jetzt können Sie im 
22991 \family sans
22992 \SpecialChar LaTeX
22993 -Argument
22994 \family default
22995  im 
22996 \family sans
22997 Tabellen-Einstellungen
22998 \family default
22999 -Dialog folgendes einfügen:
23000 \end_layout
23001
23002 \begin_layout Standard
23003
23004 \series bold
23005 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
23006 \end_layout
23007
23008 \begin_layout Standard
23009 \begin_inset VSpace bigskip
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \begin_layout Standard
23016 Für farbige Spalten können Sie folgendes einfügen:
23017 \end_layout
23018
23019 \begin_layout Standard
23020
23021 \series bold
23022
23023 \backslash
23024 newcolumntype{K}[1]{>{
23025 \backslash
23026 columncolor{#1}
23027 \backslash
23028 hspace{0pt}}c}
23029 \end_layout
23030
23031 \begin_layout Standard
23032 Das 
23033 \begin_inset Quotes gld
23034 \end_inset
23035
23036 c
23037 \begin_inset Quotes grd
23038 \end_inset
23039
23040  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
23041  zentriert ist.
23042  Jetzt können Sie als 
23043 \family sans
23044 \SpecialChar LaTeX
23045 -Argument
23046 \family default
23047  folgendes einfügen:
23048 \end_layout
23049
23050 \begin_layout Standard
23051
23052 \series bold
23053 K{Farbname}
23054 \end_layout
23055
23056 \begin_layout Standard
23057 \begin_inset VSpace bigskip
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \begin_layout Standard
23064 Für Tabelle
23065 \begin_inset space ~
23066 \end_inset
23067
23068
23069 \begin_inset CommandInset ref
23070 LatexCommand ref
23071 reference "tab:Tabelle-mit-benutzerdefinierte"
23072
23073 \end_inset
23074
23075  wurden folgende 
23076 \family sans
23077 \SpecialChar LaTeX
23078 -Argumente
23079 \family default
23080  benutzt:
23081 \end_layout
23082
23083 \begin_layout Standard
23084
23085 \series bold
23086 M{2.5cm}
23087 \end_layout
23088
23089 \begin_layout Standard
23090 für die erste Spalte und die Mehrfachspalte,
23091 \end_layout
23092
23093 \begin_layout Standard
23094
23095 \series bold
23096 K{red}
23097 \end_layout
23098
23099 \begin_layout Standard
23100 für die letzte Spalte und
23101 \end_layout
23102
23103 \begin_layout Standard
23104
23105 \series bold
23106 S{2.5cm}{2}
23107 \end_layout
23108
23109 \begin_layout Standard
23110 für die Spalten in der zweiten Mehrfachspalte.
23111 \end_layout
23112
23113 \begin_layout Standard
23114 \begin_inset Float table
23115 placement h
23116 alignment document
23117 wide false
23118 sideways false
23119 status open
23120
23121 \begin_layout Plain Layout
23122 \begin_inset Caption Standard
23123
23124 \begin_layout Plain Layout
23125 \begin_inset CommandInset label
23126 LatexCommand label
23127 name "tab:Tabelle-mit-benutzerdefinierte"
23128
23129 \end_inset
23130
23131 Tabelle mit benutzerdefinierten Formaten
23132 \end_layout
23133
23134 \end_inset
23135
23136
23137 \end_layout
23138
23139 \begin_layout Plain Layout
23140 \align center
23141 \begin_inset Tabular
23142 <lyxtabular version="3" rows="3" columns="4">
23143 <features tabularvalignment="middle">
23144 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23145 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23146 <column alignment="center" valignment="middle">
23147 <column alignment="center" valignment="middle" special="K{red}">
23148 <row>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153 einsehrlangesWort
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 Mehrfachspalte mit mehreren Zeilen
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 c
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 </row>
23186 <row>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191 d
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200 e
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209 f
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23215 \begin_inset Text
23216
23217 \begin_layout Plain Layout
23218 g
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 </row>
23224 <row>
23225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229 h
23230 \end_layout
23231
23232 \end_inset
23233 </cell>
23234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238 i
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 j
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256 k
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 </row>
23262 </lyxtabular>
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \begin_layout Subsection
23275 Liniendicke
23276 \begin_inset CommandInset label
23277 LatexCommand label
23278 name "uab:Liniendicke"
23279
23280 \end_inset
23281
23282
23283 \begin_inset Index idx
23284 status collapsed
23285
23286 \begin_layout Plain Layout
23287 Tabellen  ! Linien ! -dicke
23288 \end_layout
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \begin_layout Standard
23296 Die Liniendicke für alle Linien einer Tabelle kann mit 
23297 \series bold
23298
23299 \backslash
23300 arrayrulewidth
23301 \series default
23302  eingestellt werden.
23303  Um eine Liniendicke von 1.5
23304 \begin_inset space \thinspace{}
23305 \end_inset
23306
23307 pt wie in Tabelle
23308 \begin_inset space ~
23309 \end_inset
23310
23311
23312 \begin_inset CommandInset ref
23313 LatexCommand ref
23314 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
23315
23316 \end_inset
23317
23318  zu bekommen, geben Sie den Befehl
23319 \end_layout
23320
23321 \begin_layout Standard
23322
23323 \series bold
23324
23325 \backslash
23326 setlength{
23327 \backslash
23328 arrayrulewidth}{1.5pt}
23329 \end_layout
23330
23331 \begin_layout Standard
23332 als \SpecialChar TeX
23333 -Code vor der (Gleitobjekt-)Tabelle ein.
23334  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
23335  Mit
23336 \end_layout
23337
23338 \begin_layout Standard
23339
23340 \series bold
23341
23342 \backslash
23343 setlength{
23344 \backslash
23345 arrayrulewidth}{0.4pt}
23346 \end_layout
23347
23348 \begin_layout Standard
23349 bekommen Sie wieder die Standarddicke.
23350 \end_layout
23351
23352 \begin_layout Standard
23353 \begin_inset ERT
23354 status collapsed
23355
23356 \begin_layout Plain Layout
23357
23358
23359 \backslash
23360 setlength{
23361 \backslash
23362 arrayrulewidth}{1.5pt}
23363 \end_layout
23364
23365 \end_inset
23366
23367
23368 \begin_inset Float table
23369 placement H
23370 alignment document
23371 wide false
23372 sideways false
23373 status open
23374
23375 \begin_layout Plain Layout
23376 \begin_inset Caption Standard
23377
23378 \begin_layout Plain Layout
23379 \begin_inset CommandInset label
23380 LatexCommand label
23381 name "tab:Tabelle-mit-1.5pt-Liniendicke"
23382
23383 \end_inset
23384
23385 Tabelle mit 1.5
23386 \begin_inset space \thinspace{}
23387 \end_inset
23388
23389 pt Liniendicke
23390 \end_layout
23391
23392 \end_inset
23393
23394
23395 \end_layout
23396
23397 \begin_layout Plain Layout
23398 \align center
23399 \begin_inset Tabular
23400 <lyxtabular version="3" rows="3" columns="3">
23401 <features tabularvalignment="middle">
23402 <column alignment="center" valignment="top">
23403 <column alignment="center" valignment="top">
23404 <column alignment="center" valignment="top">
23405 <row>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 sd
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 </row>
23434 <row>
23435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439
23440 \end_layout
23441
23442 \end_inset
23443 </cell>
23444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448 sd
23449 \end_layout
23450
23451 \end_inset
23452 </cell>
23453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 </row>
23463 <row>
23464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486 sd
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 </row>
23492 </lyxtabular>
23493
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500
23501
23502 \begin_inset ERT
23503 status collapsed
23504
23505 \begin_layout Plain Layout
23506
23507
23508 \backslash
23509 setlength{
23510 \backslash
23511 arrayrulewidth}{0.4pt}
23512 \end_layout
23513
23514 \end_inset
23515
23516
23517 \end_layout
23518
23519 \begin_layout Standard
23520 \begin_inset VSpace bigskip
23521 \end_inset
23522
23523 Um eine Liniendicke von 1.5
23524 \begin_inset space \thinspace{}
23525 \end_inset
23526
23527 pt nur für horizontale Linien zu bekommen wie in Tabelle
23528 \begin_inset space ~
23529 \end_inset
23530
23531
23532 \begin_inset CommandInset ref
23533 LatexCommand ref
23534 reference "tab:Tabelle-mit-1.5pt-horiz"
23535
23536 \end_inset
23537
23538 , müssen Sie folgende Befehle als \SpecialChar TeX
23539 -Code vor der (Gleitobjekt-)Tabelle einfügen:
23540 \end_layout
23541
23542 \begin_layout Standard
23543
23544 \series bold
23545
23546 \backslash
23547 let
23548 \backslash
23549 myHline
23550 \backslash
23551 hline
23552 \begin_inset Newline newline
23553 \end_inset
23554
23555
23556 \backslash
23557 renewcommand{
23558 \backslash
23559 hline}
23560 \begin_inset Newline newline
23561 \end_inset
23562
23563  {
23564 \backslash
23565 noalign{
23566 \backslash
23567 global
23568 \backslash
23569 arrayrulewidth 1.5pt}
23570 \begin_inset Newline newline
23571 \end_inset
23572
23573  
23574 \backslash
23575 myHline
23576 \backslash
23577 noalign{
23578 \backslash
23579 global
23580 \backslash
23581 arrayrulewidth 0.4pt}}
23582 \end_layout
23583
23584 \begin_layout Standard
23585 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
23586 -Code hinter der
23587  (Gleit\SpecialChar softhyphen
23588 objekt-)Tabelle zurück:
23589 \end_layout
23590
23591 \begin_layout Standard
23592
23593 \series bold
23594
23595 \backslash
23596 renewcommand{
23597 \backslash
23598 hline}{
23599 \backslash
23600 myHline}
23601 \end_layout
23602
23603 \begin_layout Standard
23604 \begin_inset ERT
23605 status collapsed
23606
23607 \begin_layout Plain Layout
23608
23609
23610 \backslash
23611 let
23612 \backslash
23613 myHline
23614 \backslash
23615 hline
23616 \end_layout
23617
23618 \begin_layout Plain Layout
23619
23620
23621 \backslash
23622 renewcommand{
23623 \backslash
23624 hline}
23625 \end_layout
23626
23627 \begin_layout Plain Layout
23628
23629  {
23630 \backslash
23631 noalign{
23632 \backslash
23633 global
23634 \backslash
23635 arrayrulewidth 1.5pt}
23636 \end_layout
23637
23638 \begin_layout Plain Layout
23639
23640   
23641 \backslash
23642 myHline
23643 \backslash
23644 noalign{
23645 \backslash
23646 global
23647 \backslash
23648 arrayrulewidth 0.4pt}}
23649 \end_layout
23650
23651 \end_inset
23652
23653
23654 \begin_inset Float table
23655 placement h
23656 alignment document
23657 wide false
23658 sideways false
23659 status open
23660
23661 \begin_layout Plain Layout
23662 \begin_inset Caption Standard
23663
23664 \begin_layout Plain Layout
23665 \begin_inset CommandInset label
23666 LatexCommand label
23667 name "tab:Tabelle-mit-1.5pt-horiz"
23668
23669 \end_inset
23670
23671 Tabelle mit 1.5
23672 \begin_inset space \thinspace{}
23673 \end_inset
23674
23675 pt dicken horizontalen Linien
23676 \end_layout
23677
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \begin_layout Plain Layout
23684 \align center
23685 \begin_inset Tabular
23686 <lyxtabular version="3" rows="3" columns="3">
23687 <features tabularvalignment="middle">
23688 <column alignment="center" valignment="top">
23689 <column alignment="center" valignment="top">
23690 <column alignment="center" valignment="top">
23691 <row>
23692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696 sd
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 </row>
23720 <row>
23721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 sd
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 </row>
23749 <row>
23750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772 sd
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 </row>
23778 </lyxtabular>
23779
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \end_inset
23786
23787
23788 \begin_inset ERT
23789 status collapsed
23790
23791 \begin_layout Plain Layout
23792
23793
23794 \backslash
23795 renewcommand{
23796 \backslash
23797 hline}{
23798 \backslash
23799 myHline}
23800 \end_layout
23801
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \begin_layout Standard
23808 \begin_inset VSpace bigskip
23809 \end_inset
23810
23811 Um die Liniendicke von 1.5
23812 \begin_inset space \thinspace{}
23813 \end_inset
23814
23815 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
23816 -Vorspann folgendes
23817  Spaltenformat entsprechend der Beschreibung in Abschnitt
23818 \begin_inset space ~
23819 \end_inset
23820
23821
23822 \begin_inset CommandInset ref
23823 LatexCommand ref
23824 reference "uab:Angepasste-Zellen-/Spaltenformate"
23825
23826 \end_inset
23827
23828  definieren:
23829 \end_layout
23830
23831 \begin_layout Standard
23832
23833 \series bold
23834
23835 \backslash
23836 newcolumntype{V}{!{
23837 \backslash
23838 vrule width 1.5pt}}
23839 \end_layout
23840
23841 \begin_layout Standard
23842 In Tabelle
23843 \begin_inset space ~
23844 \end_inset
23845
23846
23847 \begin_inset CommandInset ref
23848 LatexCommand ref
23849 reference "tab:Tabelle-mit-1.5pt-vert"
23850
23851 \end_inset
23852
23853  wurde das 
23854 \family sans
23855 LaTeX-Argument
23856 \family default
23857 \series bold
23858  VcV
23859 \series default
23860  für die letzte Spalte und
23861 \series bold
23862  Vc
23863 \series default
23864  für die anderen benutzt.
23865 \end_layout
23866
23867 \begin_layout Standard
23868 \begin_inset Float table
23869 placement H
23870 alignment document
23871 wide false
23872 sideways false
23873 status open
23874
23875 \begin_layout Plain Layout
23876 \begin_inset Caption Standard
23877
23878 \begin_layout Plain Layout
23879 \begin_inset CommandInset label
23880 LatexCommand label
23881 name "tab:Tabelle-mit-1.5pt-vert"
23882
23883 \end_inset
23884
23885 Tabelle mit 1.5
23886 \begin_inset space \thinspace{}
23887 \end_inset
23888
23889 pt dicken vertikalen Linien
23890 \end_layout
23891
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \begin_layout Plain Layout
23898 \align center
23899 \begin_inset Tabular
23900 <lyxtabular version="3" rows="3" columns="3">
23901 <features tabularvalignment="middle">
23902 <column alignment="center" valignment="top" special="Vc">
23903 <column alignment="center" valignment="top" special="Vc">
23904 <column alignment="center" valignment="top" special="VcV">
23905 <row>
23906 <cell alignment="center" valignment="top" topline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910 sd
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 <cell alignment="center" valignment="top" topline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 <cell alignment="center" valignment="top" topline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Plain Layout
23928
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 </row>
23934 <row>
23935 <cell alignment="center" valignment="top" topline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 sd
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" topline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 </row>
23963 <row>
23964 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968
23969 \end_layout
23970
23971 \end_inset
23972 </cell>
23973 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23983 \begin_inset Text
23984
23985 \begin_layout Plain Layout
23986 sd
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 </row>
23992 </lyxtabular>
23993
23994 \end_inset
23995
23996
23997 \end_layout
23998
23999 \end_inset
24000
24001
24002 \end_layout
24003
24004 \begin_layout Subsection
24005 Gestrichelte Linien
24006 \begin_inset Index idx
24007 status collapsed
24008
24009 \begin_layout Plain Layout
24010 Tabellen  ! Linien ! gestrichelte 
24011 \end_layout
24012
24013 \end_inset
24014
24015
24016 \end_layout
24017
24018 \begin_layout Standard
24019 \begin_inset ERT
24020 status collapsed
24021
24022 \begin_layout Plain Layout
24023
24024
24025 \backslash
24026 ifarydshln
24027 \end_layout
24028
24029 \end_inset
24030
24031
24032 \begin_inset Note Note
24033 status open
24034
24035 \begin_layout Plain Layout
24036 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
24037 -Paket 
24038 \series bold
24039 arydshln
24040 \series default
24041  installiert ist.
24042 \end_layout
24043
24044 \end_inset
24045
24046
24047 \end_layout
24048
24049 \begin_layout Standard
24050 \begin_inset Float table
24051 placement h
24052 alignment document
24053 wide false
24054 sideways false
24055 status open
24056
24057 \begin_layout Plain Layout
24058 \begin_inset Caption Standard
24059
24060 \begin_layout Plain Layout
24061 \begin_inset CommandInset label
24062 LatexCommand label
24063 name "tab:Tabelle-mit-gestrichelten"
24064
24065 \end_inset
24066
24067 Tabelle mit gestrichelten Linien
24068 \end_layout
24069
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \begin_layout Plain Layout
24076 \align center
24077 \begin_inset Tabular
24078 <lyxtabular version="3" rows="5" columns="5">
24079 <features tabularvalignment="middle">
24080 <column alignment="center" valignment="top">
24081 <column alignment="center" valignment="top">
24082 <column alignment="center" valignment="top" special=":c">
24083 <column alignment="center" valignment="top">
24084 <column alignment="center" valignment="top">
24085 <row>
24086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Plain Layout
24090 a
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099 b
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 c
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117 d
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 e
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 </row>
24132 <row>
24133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137 f
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 g
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 h
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164 i
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24170 \begin_inset Text
24171
24172 \begin_layout Plain Layout
24173 j
24174 \end_layout
24175
24176 \end_inset
24177 </cell>
24178 </row>
24179 <row>
24180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184 \begin_inset ERT
24185 status collapsed
24186
24187 \begin_layout Plain Layout
24188
24189
24190 \backslash
24191 hdashline 
24192 \end_layout
24193
24194 \end_inset
24195
24196 k
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 l
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 <cell alignment="center" valignment="top" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214 m
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223 n
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Plain Layout
24232 o
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 </row>
24238 <row>
24239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243 \begin_inset ERT
24244 status collapsed
24245
24246 \begin_layout Plain Layout
24247
24248
24249 \backslash
24250 cdashline{4-5}
24251 \end_layout
24252
24253 \end_inset
24254
24255 p
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264 q
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273 r
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282 s
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 </row>
24297 <row>
24298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302 t
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311 u
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320 v
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24326 \begin_inset Text
24327
24328 \begin_layout Plain Layout
24329 w
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24335 \begin_inset Text
24336
24337 \begin_layout Plain Layout
24338 x
24339 \end_layout
24340
24341 \end_inset
24342 </cell>
24343 </row>
24344 </lyxtabular>
24345
24346 \end_inset
24347
24348
24349 \end_layout
24350
24351 \end_inset
24352
24353
24354 \end_layout
24355
24356 \begin_layout Standard
24357 \SpecialChar LyX
24358  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
24359 -Code
24360  benutzen.
24361  Zunächst müssen Sie das \SpecialChar LaTeX
24362 -Paket 
24363 \series bold
24364 arydshln
24365 \series default
24366
24367 \begin_inset Index idx
24368 status collapsed
24369
24370 \begin_layout Plain Layout
24371 \SpecialChar LaTeX
24372 -Pakete ! arydshln
24373 \end_layout
24374
24375 \end_inset
24376
24377  im \SpecialChar LaTeX
24378 -Vorspann laden:
24379 \end_layout
24380
24381 \begin_layout Standard
24382
24383 \series bold
24384
24385 \backslash
24386 usepackage{arydshln}
24387 \end_layout
24388
24389 \begin_layout Standard
24390 Um senkrechte Linien zu stricheln, müssen Sie im 
24391 \family sans
24392 LaTeX-Argument
24393 \family default
24394  des 
24395 \family sans
24396 Tabellen-Einstellungen
24397 \family default
24398 -Dialogs 
24399 \begin_inset Quotes gld
24400 \end_inset
24401
24402 :
24403 \begin_inset Quotes grd
24404 \end_inset
24405
24406 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
24407 \end_layout
24408
24409 \begin_layout Standard
24410 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
24411 \end_layout
24412
24413 \begin_layout Standard
24414
24415 \series bold
24416
24417 \backslash
24418 hdashline
24419 \end_layout
24420
24421 \begin_layout Standard
24422 als \SpecialChar TeX
24423 -Code als erstes in die erste Zelle einer Zeile einfügen.
24424 \end_layout
24425
24426 \begin_layout Standard
24427 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
24428 \end_layout
24429
24430 \begin_layout Standard
24431
24432 \series bold
24433
24434 \backslash
24435 cdashline{Anfangsspalte-Endspalte}
24436 \end_layout
24437
24438 \begin_layout Standard
24439 als \SpecialChar TeX
24440 -Code als erstes in die erste Zelle einer Zeile eingefügt.
24441  Wenn Sie z.
24442 \begin_inset space \thinspace{}
24443 \end_inset
24444
24445 B.
24446  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
24447  gestrichelte Linie haben, fügen Sie den Befehl
24448 \end_layout
24449
24450 \begin_layout Standard
24451
24452 \series bold
24453
24454 \backslash
24455 cdashline{2-4}
24456 \end_layout
24457
24458 \begin_layout Standard
24459 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
24460 \end_layout
24461
24462 \begin_layout Standard
24463 \begin_inset VSpace bigskip
24464 \end_inset
24465
24466
24467 \end_layout
24468
24469 \begin_layout Standard
24470 In Tabelle
24471 \begin_inset space ~
24472 \end_inset
24473
24474
24475 \begin_inset CommandInset ref
24476 LatexCommand ref
24477 reference "tab:Tabelle-mit-gestrichelten"
24478
24479 \end_inset
24480
24481  wurde in der dritten Spalte der Befehl
24482 \series bold
24483  
24484 \series default
24485
24486 \begin_inset Quotes gld
24487 \end_inset
24488
24489
24490 \series bold
24491 :c
24492 \begin_inset Quotes grd
24493 \end_inset
24494
24495
24496 \series default
24497  benutzt.
24498  Der Befehl 
24499 \series bold
24500
24501 \backslash
24502 hdashline
24503 \series default
24504  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
24505 \begin_inset Newline newline
24506 \end_inset
24507
24508  
24509 \series bold
24510
24511 \backslash
24512 cdashline{4-5} 
24513 \series default
24514 wurde in die erste Zelle der vierten Zeile eingefügt.
24515 \end_layout
24516
24517 \begin_layout Standard
24518 \begin_inset VSpace bigskip
24519 \end_inset
24520
24521
24522 \end_layout
24523
24524 \begin_layout Standard
24525 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
24526 \begin_inset space ~
24527 \end_inset
24528
24529
24530 \begin_inset CommandInset ref
24531 LatexCommand ref
24532 reference "tab:Farbige-Tabelle-mit"
24533
24534 \end_inset
24535
24536  verdeutlicht.
24537 \end_layout
24538
24539 \begin_layout Standard
24540 \begin_inset ERT
24541 status collapsed
24542
24543 \begin_layout Plain Layout
24544
24545
24546 \backslash
24547 setlength{
24548 \backslash
24549 arrayrulewidth}{1pt}
24550 \end_layout
24551
24552 \end_inset
24553
24554
24555 \begin_inset Note Note
24556 status collapsed
24557
24558 \begin_layout Plain Layout
24559 dickere Linien zur besseren Visualisierung der Linienfarbe
24560 \end_layout
24561
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \begin_layout Standard
24568 \begin_inset ERT
24569 status collapsed
24570
24571 \begin_layout Plain Layout
24572
24573
24574 \backslash
24575 dashgapcolor{green}
24576 \end_layout
24577
24578 \end_inset
24579
24580
24581 \begin_inset Note Note
24582 status collapsed
24583
24584 \begin_layout Plain Layout
24585 färbt Raum zwischen den Strichen grün
24586 \end_layout
24587
24588 \end_inset
24589
24590
24591 \end_layout
24592
24593 \begin_layout Standard
24594 \begin_inset ERT
24595 status collapsed
24596
24597 \begin_layout Plain Layout
24598
24599
24600 \backslash
24601 let
24602 \backslash
24603 myHdashline
24604 \backslash
24605 hdashline
24606 \end_layout
24607
24608 \begin_layout Plain Layout
24609
24610
24611 \backslash
24612 renewcommand{
24613 \backslash
24614 hdashline}
24615 \end_layout
24616
24617 \begin_layout Plain Layout
24618
24619  {
24620 \backslash
24621 arrayrulecolor{red}
24622 \backslash
24623 myHdashline
24624 \backslash
24625 arrayrulecolor{black}}
24626 \end_layout
24627
24628 \end_inset
24629
24630
24631 \begin_inset Note Note
24632 status collapsed
24633
24634 \begin_layout Plain Layout
24635 färbt horizontale, gestrichelte Linien rot
24636 \end_layout
24637
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \begin_layout Standard
24644 \begin_inset ERT
24645 status collapsed
24646
24647 \begin_layout Plain Layout
24648
24649
24650 \backslash
24651 let
24652 \backslash
24653 myCdashline
24654 \backslash
24655 cdashline
24656 \end_layout
24657
24658 \begin_layout Plain Layout
24659
24660
24661 \backslash
24662 renewcommand{
24663 \backslash
24664 cdashline}[1]
24665 \end_layout
24666
24667 \begin_layout Plain Layout
24668
24669  {
24670 \backslash
24671 arrayrulecolor{yellow}
24672 \backslash
24673 myCdashline{#1}
24674 \backslash
24675 arrayrulecolor{black}}
24676 \end_layout
24677
24678 \end_inset
24679
24680
24681 \begin_inset Note Note
24682 status collapsed
24683
24684 \begin_layout Plain Layout
24685 färbt partielle horizontale, gestrichelte Linien gelb
24686 \end_layout
24687
24688 \end_inset
24689
24690
24691 \end_layout
24692
24693 \begin_layout Standard
24694 \begin_inset Float table
24695 placement h
24696 alignment document
24697 wide false
24698 sideways false
24699 status open
24700
24701 \begin_layout Plain Layout
24702 \begin_inset Caption Standard
24703
24704 \begin_layout Plain Layout
24705 \begin_inset CommandInset label
24706 LatexCommand label
24707 name "tab:Farbige-Tabelle-mit"
24708
24709 \end_inset
24710
24711 Farbige Tabelle mit gestrichelten Linien
24712 \end_layout
24713
24714 \end_inset
24715
24716
24717 \end_layout
24718
24719 \begin_layout Plain Layout
24720 \align center
24721 \begin_inset Tabular
24722 <lyxtabular version="3" rows="5" columns="5">
24723 <features tabularvalignment="middle">
24724 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
24725 <column alignment="center" valignment="top" width="0pt">
24726 <column alignment="center" valignment="top" width="0pt" special=":c">
24727 <column alignment="center" valignment="top">
24728 <column alignment="center" valignment="top">
24729 <row>
24730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734 a
24735 \end_layout
24736
24737 \end_inset
24738 </cell>
24739 <cell alignment="center" valignment="top" topline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743 b
24744 \end_layout
24745
24746 \end_inset
24747 </cell>
24748 <cell alignment="center" valignment="top" topline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752 c
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761 d
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 e
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 </row>
24776 <row>
24777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781 f
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 g
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" topline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799 h
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808 i
24809 \end_layout
24810
24811 \end_inset
24812 </cell>
24813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817 j
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 </row>
24823 <row>
24824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Plain Layout
24828 \begin_inset ERT
24829 status collapsed
24830
24831 \begin_layout Plain Layout
24832
24833
24834 \backslash
24835 hdashline 
24836 \end_layout
24837
24838 \end_inset
24839
24840
24841 \begin_inset ERT
24842 status collapsed
24843
24844 \begin_layout Plain Layout
24845
24846
24847 \backslash
24848 rowcolor{Gray}
24849 \end_layout
24850
24851 \end_inset
24852
24853 k
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862 l
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell alignment="center" valignment="top" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871 m
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Plain Layout
24880 n
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889 o
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 </row>
24895 <row>
24896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900 \begin_inset ERT
24901 status collapsed
24902
24903 \begin_layout Plain Layout
24904
24905
24906 \backslash
24907 cdashline{4-5}
24908 \end_layout
24909
24910 \end_inset
24911
24912 p
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921 q
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930 r
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939 s
24940 \end_layout
24941
24942 \end_inset
24943 </cell>
24944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24945 \begin_inset Text
24946
24947 \begin_layout Plain Layout
24948
24949 \end_layout
24950
24951 \end_inset
24952 </cell>
24953 </row>
24954 <row>
24955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Plain Layout
24959 t
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968 u
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977 v
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986 w
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995 \begin_inset ERT
24996 status collapsed
24997
24998 \begin_layout Plain Layout
24999
25000
25001 \backslash
25002 cellcolor{Maroon}
25003 \end_layout
25004
25005 \end_inset
25006
25007
25008 \color green
25009 i
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 </row>
25015 </lyxtabular>
25016
25017 \end_inset
25018
25019
25020 \end_layout
25021
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \begin_layout Standard
25028 \begin_inset ERT
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032
25033
25034 \backslash
25035 renewcommand{
25036 \backslash
25037 hdashline}{
25038 \backslash
25039 myHdashline}
25040 \end_layout
25041
25042 \end_inset
25043
25044
25045 \begin_inset Note Note
25046 status collapsed
25047
25048 \begin_layout Plain Layout
25049 zurücksetzen auf Standardwert
25050 \end_layout
25051
25052 \end_inset
25053
25054
25055 \end_layout
25056
25057 \begin_layout Standard
25058 \begin_inset ERT
25059 status collapsed
25060
25061 \begin_layout Plain Layout
25062
25063
25064 \backslash
25065 renewcommand{
25066 \backslash
25067 cdashline}{
25068 \backslash
25069 myCdashline}
25070 \end_layout
25071
25072 \end_inset
25073
25074
25075 \begin_inset Note Note
25076 status collapsed
25077
25078 \begin_layout Plain Layout
25079 zurücksetzen auf Standardwert
25080 \end_layout
25081
25082 \end_inset
25083
25084
25085 \end_layout
25086
25087 \begin_layout Standard
25088 \begin_inset ERT
25089 status collapsed
25090
25091 \begin_layout Plain Layout
25092
25093
25094 \backslash
25095 nodashgapcolor
25096 \end_layout
25097
25098 \end_inset
25099
25100
25101 \begin_inset Note Note
25102 status collapsed
25103
25104 \begin_layout Plain Layout
25105 zurücksetzen auf Standardwert
25106 \end_layout
25107
25108 \end_inset
25109
25110
25111 \end_layout
25112
25113 \begin_layout Standard
25114 \begin_inset ERT
25115 status collapsed
25116
25117 \begin_layout Plain Layout
25118
25119
25120 \backslash
25121 setlength{
25122 \backslash
25123 arrayrulewidth}{0.4pt}
25124 \end_layout
25125
25126 \end_inset
25127
25128
25129 \begin_inset Note Note
25130 status collapsed
25131
25132 \begin_layout Plain Layout
25133 zurücksetzen auf Standardwert
25134 \end_layout
25135
25136 \end_inset
25137
25138
25139 \end_layout
25140
25141 \begin_layout Standard
25142 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
25143 \begin_inset space ~
25144 \end_inset
25145
25146
25147 \begin_inset CommandInset ref
25148 LatexCommand ref
25149 reference "abs:Farbige-Tabellen"
25150
25151 \end_inset
25152
25153  beschrieben.
25154  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
25155  beschrieben, man muss in den Befehlen nur 
25156 \series bold
25157
25158 \backslash
25159 myHlineC
25160 \series default
25161  durch 
25162 \series bold
25163
25164 \backslash
25165 myHdashline
25166 \series default
25167  und 
25168 \backslash
25169
25170 \series bold
25171 hline
25172 \series default
25173  durch 
25174 \series bold
25175
25176 \backslash
25177 hdashline
25178 \series default
25179  ersetzen; man verwendet also den Befehl
25180 \end_layout
25181
25182 \begin_layout Standard
25183
25184 \series bold
25185
25186 \backslash
25187 let
25188 \backslash
25189 myHdashline
25190 \backslash
25191 hdashline
25192 \begin_inset Newline newline
25193 \end_inset
25194
25195
25196 \backslash
25197 renewcommand{
25198 \backslash
25199 hdashline}
25200 \begin_inset Newline newline
25201 \end_inset
25202
25203
25204 \begin_inset Phantom HPhantom
25205 status open
25206
25207 \begin_layout Plain Layout
25208
25209 \series bold
25210 \begin_inset space ~
25211 \end_inset
25212
25213
25214 \end_layout
25215
25216 \end_inset
25217
25218 {
25219 \backslash
25220 arrayrulecolor{red}
25221 \backslash
25222 myHdashline
25223 \backslash
25224 arrayrulecolor{black}}
25225 \end_layout
25226
25227 \begin_layout Standard
25228 Um 
25229 \series bold
25230
25231 \backslash
25232 cdashline
25233 \series default
25234  zu färben, lautet der Befehl
25235 \end_layout
25236
25237 \begin_layout Standard
25238
25239 \series bold
25240
25241 \backslash
25242 let
25243 \backslash
25244 myCdashline
25245 \backslash
25246 cdashline
25247 \begin_inset Newline newline
25248 \end_inset
25249
25250
25251 \backslash
25252 renewcommand{
25253 \backslash
25254 cdashline}[1]
25255 \begin_inset Newline newline
25256 \end_inset
25257
25258
25259 \begin_inset Phantom HPhantom
25260 status open
25261
25262 \begin_layout Plain Layout
25263
25264 \series bold
25265 \begin_inset space ~
25266 \end_inset
25267
25268
25269 \end_layout
25270
25271 \end_inset
25272
25273 {
25274 \backslash
25275 arrayrulecolor{red}
25276 \backslash
25277 myCdashline{#1}
25278 \backslash
25279 arrayrulecolor{black}}
25280 \end_layout
25281
25282 \begin_layout Standard
25283 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
25284  als \SpecialChar TeX
25285 -Code hinter der Tabelle einfügen:
25286 \end_layout
25287
25288 \begin_layout Standard
25289 Für 
25290 \series bold
25291
25292 \backslash
25293 hdashline
25294 \end_layout
25295
25296 \begin_layout Standard
25297
25298 \series bold
25299
25300 \backslash
25301 renewcommand{
25302 \backslash
25303 hdashline}{
25304 \backslash
25305 myHdashline}
25306 \end_layout
25307
25308 \begin_layout Standard
25309 und für 
25310 \series bold
25311
25312 \backslash
25313 cdashline
25314 \end_layout
25315
25316 \begin_layout Standard
25317
25318 \series bold
25319
25320 \backslash
25321 renewcommand{
25322 \backslash
25323 cdashline}{
25324 \backslash
25325 myCdashline}
25326 \end_layout
25327
25328 \begin_layout Standard
25329 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
25330  Befehl
25331 \end_layout
25332
25333 \begin_layout Standard
25334
25335 \series bold
25336
25337 \backslash
25338 dashgapcolor{Farbe}
25339 \end_layout
25340
25341 \begin_layout Standard
25342 als \SpecialChar TeX
25343 -Code vor der Tabelle verwenden.
25344  Farbe ist hierbei der Name einer definierten Farbe.
25345  Der Befehl
25346 \end_layout
25347
25348 \begin_layout Standard
25349
25350 \series bold
25351
25352 \backslash
25353 nodashgapcolor
25354 \end_layout
25355
25356 \begin_layout Standard
25357 hebt die Einstellung von 
25358 \series bold
25359
25360 \backslash
25361 dashgapcolor
25362 \series default
25363  auf.
25364 \end_layout
25365
25366 \begin_layout Standard
25367 \begin_inset Note Greyedout
25368 status open
25369
25370 \begin_layout Plain Layout
25371
25372 \series bold
25373 \color none
25374 Achtung
25375 \series default
25376 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
25377  
25378 \series bold
25379 arydshln
25380 \series default
25381  an erster Stelle in der Zelle befinden.
25382  Daher ist in in Zelle 
25383 \emph on
25384 k
25385 \emph default
25386  der Tabelle
25387 \begin_inset space ~
25388 \end_inset
25389
25390
25391 \begin_inset CommandInset ref
25392 LatexCommand ref
25393 reference "tab:Farbige-Tabelle-mit"
25394
25395 \end_inset
25396
25397  der Befehl 
25398 \series bold
25399
25400 \backslash
25401 hdashline
25402 \series default
25403  vor 
25404 \series bold
25405
25406 \backslash
25407 rowcolor
25408 \series default
25409 .
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \begin_layout Standard
25418 \begin_inset Note Greyedout
25419 status open
25420
25421 \begin_layout Plain Layout
25422
25423 \series bold
25424 \color none
25425 Achtung:
25426 \series default
25427  Das \SpecialChar LaTeX
25428 -Paket 
25429 \series bold
25430 arydshln
25431 \series default
25432  muss im \SpecialChar LaTeX
25433 -Vorspann nach dem \SpecialChar LaTeX
25434 -Paket 
25435 \series bold
25436 colortbl
25437 \series default
25438
25439 \begin_inset Index idx
25440 status collapsed
25441
25442 \begin_layout Plain Layout
25443 \SpecialChar LaTeX
25444 -Pakete ! colortbl
25445 \end_layout
25446
25447 \end_inset
25448
25449  geladen werden.
25450 \end_layout
25451
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \begin_layout Standard
25458 \begin_inset ERT
25459 status collapsed
25460
25461 \begin_layout Plain Layout
25462
25463
25464 \backslash
25465 else
25466 \end_layout
25467
25468 \end_inset
25469
25470
25471 \begin_inset Note Note
25472 status open
25473
25474 \begin_layout Plain Layout
25475 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
25476 -Paket 
25477 \series bold
25478 arydshln
25479 \series default
25480  nicht installiert ist:
25481 \end_layout
25482
25483 \end_inset
25484
25485
25486 \end_layout
25487
25488 \begin_layout Standard
25489 Sie müssen das \SpecialChar LaTeX
25490 -Paket 
25491 \series bold
25492 arydshln
25493 \series default
25494  installiert haben um den Inhalt dieses Abschnitts zu sehen.
25495 \end_layout
25496
25497 \begin_layout Standard
25498 \begin_inset ERT
25499 status collapsed
25500
25501 \begin_layout Plain Layout
25502
25503
25504 \backslash
25505 fi
25506 \end_layout
25507
25508 \end_inset
25509
25510
25511 \end_layout
25512
25513 \begin_layout Standard
25514 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
25515  von 
25516 \series bold
25517 arydshln
25518 \series default
25519
25520 \begin_inset CommandInset citation
25521 LatexCommand cite
25522 key "arydshln"
25523 literal "true"
25524
25525 \end_inset
25526
25527 .
25528 \end_layout
25529
25530 \begin_layout Chapter
25531 Gleitobjekte
25532 \begin_inset CommandInset label
25533 LatexCommand label
25534 name "kap:Gleitobjekte"
25535
25536 \end_inset
25537
25538
25539 \begin_inset Index idx
25540 status collapsed
25541
25542 \begin_layout Plain Layout
25543 Gleitobjekte
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \begin_layout Section
25552 Einleitung
25553 \begin_inset CommandInset label
25554 LatexCommand label
25555 name "abs:Gleitobjekte-Einleitung"
25556
25557 \end_inset
25558
25559
25560 \begin_inset Index idx
25561 status collapsed
25562
25563 \begin_layout Plain Layout
25564 Gleitobjekte ! Einleitung
25565 \end_layout
25566
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \begin_layout Standard
25573 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
25574  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
25575  der beste Platz ist.
25576  
25577 \family sans
25578 Fußnoten
25579 \family default
25580  und 
25581 \family sans
25582 Randnotizen
25583 \family default
25584  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
25585  wenn auf ihrer Seite schon zu viele sind.
25586 \end_layout
25587
25588 \begin_layout Standard
25589 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
25590  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
25591  um weiße Flächen und Seiten ohne Text zu vermeiden.
25592  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
25593 löst,
25594  kann im Text auf ein Gleitobjekt verwiesen werden.
25595  Gleitobjekte sind deshalb nummeriert.
25596  Querverweise werden in Abschnitt
25597 \begin_inset space ~
25598 \end_inset
25599
25600
25601 \begin_inset CommandInset ref
25602 LatexCommand ref
25603 reference "abs:Auf-Gleitobjekte-verweisen"
25604
25605 \end_inset
25606
25607  beschrieben.
25608 \end_layout
25609
25610 \begin_layout Standard
25611 Ein Gleitobjekt wird mit 
25612 \family sans
25613 Einfügen\SpecialChar menuseparator
25614 Gleitobjekt\SpecialChar menuseparator
25615 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
25616 belle/Um\SpecialChar softhyphen
25617 flos\SpecialChar softhyphen
25618 se\SpecialChar softhyphen
25619 nes
25620 \begin_inset space ~
25621 \end_inset
25622
25623 Gleitobjekt
25624 \family default
25625  eingefügt (Werkzeugleistenknopf 
25626 \begin_inset Info
25627 type  "icon"
25628 arg   "float-insert figure"
25629 \end_inset
25630
25631  oder 
25632 \begin_inset Info
25633 type  "icon"
25634 arg   "float-insert table"
25635 \end_inset
25636
25637 ).
25638  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
25639  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
25640  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
25641  #:).
25642  Statt # sehen Sie die von \SpecialChar LyX
25643  vergebene Nummer.
25644  In das schmale Feld nach der Marke können Sie den Titel schreiben.
25645  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
25646  eingefügt.
25647  In Abschnitt
25648 \begin_inset space ~
25649 \end_inset
25650
25651
25652 \begin_inset CommandInset ref
25653 LatexCommand ref
25654 reference "abs:Titel-Platzierung"
25655
25656 \end_inset
25657
25658  finden Sie mehr über die Platzierung des Titels.
25659  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
25660  auch wieder geöffnet.
25661  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
25662 \begin_inset Graphics
25663         filename clipart/Gleitobjekt.png
25664         scale 95
25665         scaleBeforeRotation
25666
25667 \end_inset
25668
25669  – ein graues Kästchen mit roter Beschriftung.
25670 \end_layout
25671
25672 \begin_layout Standard
25673 Um mögliche \SpecialChar LaTeX
25674 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
25675  Gleitobjekte in einem eigenen Absatz einzufügen.
25676 \end_layout
25677
25678 \begin_layout Standard
25679 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
25680  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
25681  klicken.
25682 \end_layout
25683
25684 \begin_layout Section
25685 Gleitobjekt-Typen
25686 \begin_inset Index idx
25687 status collapsed
25688
25689 \begin_layout Plain Layout
25690 Gleitobjekte ! Typen
25691 \end_layout
25692
25693 \end_inset
25694
25695
25696 \end_layout
25697
25698 \begin_layout Standard
25699 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
25700 \begin_inset space ~
25701 \end_inset
25702
25703
25704 \begin_inset CommandInset ref
25705 LatexCommand ref
25706 reference "abs:Gleitende-Abbildungen"
25707
25708 \end_inset
25709
25710  und 
25711 \begin_inset CommandInset ref
25712 LatexCommand ref
25713 reference "abs:Gleitende-Tabellen"
25714
25715 \end_inset
25716
25717  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
25718  Letztere sind in Abschnitt
25719 \begin_inset space ~
25720 \end_inset
25721
25722
25723 \begin_inset CommandInset ref
25724 LatexCommand ref
25725 reference "abs:Umflossene-Gleitobjekte"
25726
25727 \end_inset
25728
25729  beschrieben.
25730 \end_layout
25731
25732 \begin_layout Subsection
25733 Algorithmen-Gleitobjekt
25734 \begin_inset Index idx
25735 status collapsed
25736
25737 \begin_layout Plain Layout
25738 Gleitobjekte ! Algorithmen
25739 \end_layout
25740
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \begin_layout Standard
25747 \begin_inset Float algorithm
25748 placement h
25749 alignment document
25750 wide false
25751 sideways false
25752 status open
25753
25754 \begin_layout Plain Layout
25755 \begin_inset Caption Standard
25756
25757 \begin_layout Plain Layout
25758 \begin_inset CommandInset label
25759 LatexCommand label
25760 name "alg:Ein-Gleitobjekt-Algorithmus"
25761
25762 \end_inset
25763
25764 Ein Gleitobjekt-Algorithmus 
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \begin_layout LyX-Code
25773 for I in 1..N loop
25774 \begin_inset Newline newline
25775 \end_inset
25776
25777  Sum:= Sum + A(I); /*Kommentar*/
25778 \begin_inset Newline newline
25779 \end_inset
25780
25781 end loop
25782 \begin_inset VSpace -4mm
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \end_inset
25789
25790
25791 \end_layout
25792
25793 \begin_layout Standard
25794 Dieser Typ wird mit 
25795 \family sans
25796 Einfügen\SpecialChar menuseparator
25797 Gleitobjekt\SpecialChar menuseparator
25798 Algorithmus
25799 \family default
25800  eingefügt.
25801  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
25802  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
25803 \begin_inset space ~
25804 \end_inset
25805
25806
25807 \begin_inset CommandInset ref
25808 LatexCommand ref
25809 reference "kap:Programm-Code-Listen"
25810
25811 \end_inset
25812
25813 .
25814  Eine mögliche Absatz-Umgebung hier für ist 
25815 \family sans
25816 \SpecialChar LyX
25817 -Code
25818 \family default
25819 , beschrieben im 
25820 \emph on
25821 Benutzerhandbuch
25822 \emph default
25823 .
25824  In Algorithmus
25825 \begin_inset space ~
25826 \end_inset
25827
25828
25829 \begin_inset CommandInset ref
25830 LatexCommand ref
25831 reference "alg:Ein-Gleitobjekt-Algorithmus"
25832
25833 \end_inset
25834
25835  wurden am Ende -4
25836 \begin_inset space \thinspace{}
25837 \end_inset
25838
25839 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
25840  letzten Zeile gedruckt wird.
25841 \end_layout
25842
25843 \begin_layout Standard
25844 Die Marke 
25845 \emph on
25846 Algorithmus
25847 \emph default
25848  wird nicht automatisch in die druckbare Version übernommen, sondern das
25849  englische Wort 
25850 \emph on
25851 Algorithm
25852 \emph default
25853  verwendet.
25854  Soll
25855 \emph on
25856  Algorithmus
25857 \emph default
25858  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
25859 -Vorspann schreiben: 
25860 \end_layout
25861
25862 \begin_layout Standard
25863
25864 \series bold
25865
25866 \backslash
25867 floatname{algorithm}{Algorithmus}
25868 \end_layout
25869
25870 \begin_layout Standard
25871 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
25872  Sprache wie die \SpecialChar LyX
25873  Menünamen haben, das Menü 
25874 \family sans
25875 Einfügen\SpecialChar menuseparator
25876 Liste
25877 \begin_inset space \thinspace{}
25878 \end_inset
25879
25880 /
25881 \begin_inset space \thinspace{}
25882 \end_inset
25883
25884 Inhaltsverzeichnis\SpecialChar menuseparator
25885 Algorithmenverzeichnis
25886 \family default
25887  verwendet werden.
25888  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
25889 -Code
25890  eingefügt werden:
25891 \end_layout
25892
25893 \begin_layout Standard
25894
25895 \series bold
25896
25897 \backslash
25898 listof{algorithm}{Algorithmenverzeichnis}
25899 \end_layout
25900
25901 \begin_layout Standard
25902 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
25903  nach dem Schema 
25904 \begin_inset Quotes gld
25905 \end_inset
25906
25907 Kapitelnummer.Algorithmusnummer
25908 \begin_inset Quotes grd
25909 \end_inset
25910
25911  nummeriert.
25912  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
25913 -Vorspann einfügen:
25914 \end_layout
25915
25916 \begin_layout Standard
25917
25918 \series bold
25919
25920 \backslash
25921 numberwithin{algorithm}{chapter}
25922 \end_layout
25923
25924 \begin_layout Standard
25925 Um 
25926 \series bold
25927
25928 \backslash
25929 numberwithin
25930 \series default
25931  benutzen zu können, muss in den 
25932 \family sans
25933 Mathe
25934 \begin_inset space ~
25935 \end_inset
25936
25937 Optionen
25938 \family default
25939  der 
25940 \family sans
25941 Dokument-Einstellungen
25942 \family default
25943  
25944 \family sans
25945 AMS
25946 \begin_inset space ~
25947 \end_inset
25948
25949 Mathe
25950 \begin_inset space ~
25951 \end_inset
25952
25953 Paket
25954 \family default
25955
25956 \begin_inset space ~
25957 \end_inset
25958
25959
25960 \family sans
25961 verwenden
25962 \family default
25963  angekreuzt sein.
25964 \end_layout
25965
25966 \begin_layout Section
25967 Gleitobjekt-Nummerierung
25968 \begin_inset Index idx
25969 status collapsed
25970
25971 \begin_layout Plain Layout
25972 Gleitobjekte ! Nummerierung
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \begin_layout Standard
25981 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
25982  nummeriert oder nach dem Schema 
25983 \begin_inset Quotes gld
25984 \end_inset
25985
25986 Kapitelnummer.Gleitobjektnummer
25987 \begin_inset Quotes grd
25988 \end_inset
25989
25990  oder 
25991 \begin_inset Quotes gld
25992 \end_inset
25993
25994 Abschnittsnummer.Gleitobjektnummer
25995 \begin_inset Quotes grd
25996 \end_inset
25997
25998 .
25999  Das hängt von der Dokumentklasse ab.
26000 \end_layout
26001
26002 \begin_layout Standard
26003 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
26004  in den \SpecialChar LaTeX
26005 -Vorspann einfügen:
26006 \end_layout
26007
26008 \begin_layout Standard
26009
26010 \series bold
26011
26012 \backslash
26013 renewcommand{
26014 \backslash
26015 thetable}{
26016 \backslash
26017 roman{table}}
26018 \end_layout
26019
26020 \begin_layout Standard
26021
26022 \series bold
26023
26024 \backslash
26025 thetable
26026 \series default
26027  ist der Befehl, der die Tabellennummer druckt.
26028  Für Abbildungen ist das 
26029 \series bold
26030
26031 \backslash
26032 thefigure
26033 \series default
26034 .
26035  Der Befehl 
26036 \series bold
26037
26038 \backslash
26039 roman
26040 \series default
26041  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
26042 \end_layout
26043
26044 \begin_layout Standard
26045 Um das Nummerierungsschema zum Beispiel auf 
26046 \begin_inset Quotes gld
26047 \end_inset
26048
26049 Unterabschnittsnummer.Num\SpecialChar softhyphen
26050 mer
26051 \begin_inset Quotes grd
26052 \end_inset
26053
26054  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
26055 -Vorspann:
26056 \end_layout
26057
26058 \begin_layout Standard
26059
26060 \series bold
26061
26062 \backslash
26063 numberwithin{table}{subsection}
26064 \end_layout
26065
26066 \begin_layout Standard
26067 Um den Befehl 
26068 \series bold
26069
26070 \backslash
26071 numberwithin
26072 \series default
26073  benutzen zu können, müssen Sie in den 
26074 \family sans
26075 Mathe
26076 \begin_inset space ~
26077 \end_inset
26078
26079 Optionen
26080 \family default
26081  der 
26082 \family sans
26083 Dokument-Einstellungen
26084 \family default
26085  
26086 \family sans
26087 AMS
26088 \begin_inset space ~
26089 \end_inset
26090
26091 Mathe
26092 \begin_inset space ~
26093 \end_inset
26094
26095 Paket
26096 \family default
26097
26098 \begin_inset space ~
26099 \end_inset
26100
26101
26102 \family sans
26103 verwenden
26104 \family default
26105  ankreuzen.
26106 \end_layout
26107
26108 \begin_layout Standard
26109 Sehen Sie sich bitte auch Abschnitt
26110 \begin_inset space ~
26111 \end_inset
26112
26113
26114 \begin_inset CommandInset ref
26115 LatexCommand ref
26116 reference "uab:Fußnoten-Nummerierung"
26117
26118 \end_inset
26119
26120  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
26121 \end_layout
26122
26123 \begin_layout Section
26124 Auf Gleitobjekte verweisen
26125 \begin_inset CommandInset label
26126 LatexCommand label
26127 name "abs:Auf-Gleitobjekte-verweisen"
26128
26129 \end_inset
26130
26131
26132 \begin_inset Index idx
26133 status collapsed
26134
26135 \begin_layout Plain Layout
26136 Gleitobjekte ! Querverweise
26137 \end_layout
26138
26139 \end_inset
26140
26141
26142 \begin_inset Index idx
26143 status collapsed
26144
26145 \begin_layout Plain Layout
26146 Querverweise ! auf Gleitobjekte
26147 \end_layout
26148
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \begin_layout Standard
26155 Zunächst müssen Sie mit 
26156 \family sans
26157 Einfügen\SpecialChar menuseparator
26158 Marke
26159 \family default
26160  oder einen Klick auf 
26161 \begin_inset Info
26162 type  "icon"
26163 arg   "label-insert"
26164 \end_inset
26165
26166  eine Marke im Titel einfügen.
26167  Im 
26168 \family sans
26169 Marke
26170 \family default
26171 -Dialog schreiben Sie einen Text in das Feld 
26172 \family sans
26173 Marke
26174 \family default
26175  oder übernehmen den vorgeschlagenen.
26176  Die Marke sieht in \SpecialChar LyX
26177  dann so aus:
26178 \end_layout
26179
26180 \begin_layout Standard
26181 \begin_inset Graphics
26182         filename clipart/Marke.png
26183         scaleBeforeRotation
26184
26185 \end_inset
26186
26187
26188 \end_layout
26189
26190 \begin_layout Standard
26191 Die Marke wird als Anker und Name für den Querverweis benutzt.
26192  Mit 
26193 \family sans
26194 Einfügen\SpecialChar menuseparator
26195 Querverweis
26196 \family default
26197  oder einen Klick auf 
26198 \begin_inset Info
26199 type  "icon"
26200 arg   "dialog-show-new-inset ref"
26201 \end_inset
26202
26203  können Sie dann auf die Marke verweisen.
26204  Als Querverweis wird in \SpecialChar LyX
26205  ein graues Kästchen wie zum Beispiel dieses angezeigt:
26206 \end_layout
26207
26208 \begin_layout Standard
26209 \begin_inset Graphics
26210         filename clipart/Querverweis.png
26211         scaleBeforeRotation
26212
26213 \end_inset
26214
26215
26216 \begin_inset Newline newline
26217 \end_inset
26218
26219  Mehr zu Querverweisen finden Sie im 
26220 \emph on
26221 Benutzerhandbuch
26222 \emph default
26223 .
26224 \end_layout
26225
26226 \begin_layout Standard
26227 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
26228  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
26229  durch einen Zeilenumbruch getrennt werden können.
26230 \end_layout
26231
26232 \begin_layout Standard
26233 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
26234  \SpecialChar LyX
26235  passt die Querverweise automatisch an.
26236 \end_layout
26237
26238 \begin_layout Standard
26239 Ein Klick auf den Schalter 
26240 \family sans
26241 Gehe
26242 \begin_inset space ~
26243 \end_inset
26244
26245 zur
26246 \begin_inset space ~
26247 \end_inset
26248
26249 Marke
26250 \family default
26251  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
26252  Der Text der Schaltfläche heißt jetzt 
26253 \family sans
26254 Gehe
26255 \begin_inset space ~
26256 \end_inset
26257
26258 zurück
26259 \family default
26260  und ein Klick darauf macht genau dies.
26261 \end_layout
26262
26263 \begin_layout Subsection
26264 Querverweis-Formate
26265 \begin_inset CommandInset label
26266 LatexCommand label
26267 name "uab:Querverweis-Formate"
26268
26269 \end_inset
26270
26271
26272 \begin_inset Index idx
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276 Querverweise ! Formate
26277 \end_layout
26278
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \begin_layout Standard
26285 Es gibt sechs verschiedene Querverweisstile:
26286 \end_layout
26287
26288 \begin_layout Description
26289 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
26290  
26291 \begin_inset CommandInset ref
26292 LatexCommand ref
26293 reference "fig:Zwei-Teilabbildungen"
26294
26295 \end_inset
26296
26297
26298 \end_layout
26299
26300 \begin_layout Description
26301 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
26302  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
26303  verwendet wird, speziell wenn der Name 
26304 \begin_inset Quotes gld
26305 \end_inset
26306
26307 Gleichung
26308 \begin_inset Quotes grd
26309 \end_inset
26310
26311  weggelassen wird: 
26312 \begin_inset CommandInset ref
26313 LatexCommand eqref
26314 reference "eq:Wgn"
26315
26316 \end_inset
26317
26318
26319 \end_layout
26320
26321 \begin_layout Description
26322 <Seite>: druckt die Seitennummer: Seite
26323 \begin_inset space ~
26324 \end_inset
26325
26326
26327 \begin_inset CommandInset ref
26328 LatexCommand pageref
26329 reference "fig:Zwei-Teilabbildungen"
26330
26331 \end_inset
26332
26333
26334 \end_layout
26335
26336 \begin_layout Description
26337 auf
26338 \begin_inset space ~
26339 \end_inset
26340
26341 Seite
26342 \begin_inset space ~
26343 \end_inset
26344
26345 <Seite>: druckt den Text 
26346 \begin_inset Quotes gld
26347 \end_inset
26348
26349 auf Seite
26350 \begin_inset Quotes grd
26351 \end_inset
26352
26353  und die Seitennummer: 
26354 \begin_inset CommandInset ref
26355 LatexCommand vpageref
26356 reference "fig:Zwei-Teilabbildungen"
26357
26358 \end_inset
26359
26360
26361 \end_layout
26362
26363 \begin_layout Description
26364 <Querverweis>
26365 \begin_inset space ~
26366 \end_inset
26367
26368 auf
26369 \begin_inset space ~
26370 \end_inset
26371
26372 Seite
26373 \begin_inset space ~
26374 \end_inset
26375
26376 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
26377 \begin_inset Quotes gld
26378 \end_inset
26379
26380 auf Seite
26381 \begin_inset Quotes grd
26382 \end_inset
26383
26384 , und die Seitennummer: 
26385 \begin_inset CommandInset ref
26386 LatexCommand vref
26387 reference "fig:Zwei-Teilabbildungen"
26388
26389 \end_inset
26390
26391
26392 \end_layout
26393
26394 \begin_layout Description
26395 Formatierter
26396 \begin_inset space ~
26397 \end_inset
26398
26399 Querverweis: druckt ein selbst definiertes Querverweisformat
26400 \begin_inset Newline newline
26401 \end_inset
26402
26403
26404 \begin_inset Note Greyedout
26405 status open
26406
26407 \begin_layout Plain Layout
26408
26409 \series bold
26410 Bemerkung:
26411 \series default
26412  Dies ist nur möglich, wenn das \SpecialChar LaTeX
26413 -Paket 
26414 \series bold
26415 prettyref
26416 \series default
26417  oder 
26418 \series bold
26419 refstyle
26420 \series default
26421
26422 \begin_inset Index idx
26423 status collapsed
26424
26425 \begin_layout Plain Layout
26426 \SpecialChar LaTeX
26427 -Pakete ! prettyref
26428 \end_layout
26429
26430 \end_inset
26431
26432
26433 \begin_inset Index idx
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437 \SpecialChar LaTeX
26438 -Pakete ! refstyle
26439 \end_layout
26440
26441 \end_inset
26442
26443  installiert ist.
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \begin_inset Newline newline
26450 \end_inset
26451
26452 Sie können durch setzen der Option 
26453 \family sans
26454 Verwende refstyle (nicht prettyref) für Querverweise
26455 \family default
26456  im Menü 
26457 \family sans
26458 Dokument\SpecialChar menuseparator
26459 Einstellungen\SpecialChar menuseparator
26460 Dokumentklasse
26461 \family default
26462  wählen, welches \SpecialChar LaTeX
26463 -Paket für diesen Verweistyp verwendet wird.
26464  Das Format wird definiert, indem man den Befehl 
26465 \series bold
26466
26467 \backslash
26468 newrefformat
26469 \series default
26470  (prettyref) oder 
26471 \series bold
26472
26473 \backslash
26474 newref
26475 \series default
26476  (refstyle) in den \SpecialChar LaTeX
26477 -Vorspann einfügt.
26478  Z.
26479 \begin_inset space \thinspace{}
26480 \end_inset
26481
26482 B.
26483  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
26484  
26485 \begin_inset Quotes eld
26486 \end_inset
26487
26488
26489 \family sans
26490 abb
26491 \family default
26492
26493 \begin_inset Quotes erd
26494 \end_inset
26495
26496 ) mit dem Befehle
26497 \begin_inset Newline newline
26498 \end_inset
26499
26500
26501 \series bold
26502
26503 \backslash
26504 newref{abb}{refcmd={Bild auf Seite 
26505 \backslash
26506 pageref{#1}}}
26507 \series default
26508
26509 \begin_inset Newline newline
26510 \end_inset
26511
26512 geändert werden.
26513  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
26514 en verwiesen, 
26515 \begin_inset CommandInset citation
26516 LatexCommand cite
26517 key "prettyref,refstyle"
26518 literal "true"
26519
26520 \end_inset
26521
26522 .
26523 \begin_inset Newline newline
26524 \end_inset
26525
26526 Die Optionen 
26527 \family sans
26528 Plural
26529 \family default
26530  und 
26531 \family sans
26532 Großschreibung
26533 \family default
26534  sind nur verfügbar, wenn Sie das \SpecialChar LaTeX
26535 -Paket 
26536 \series bold
26537 refstyle
26538 \series default
26539  verwenden.
26540  Beide Optionen sind für deutsche Text nicht nützlich, denn 
26541 \family sans
26542 Plural
26543 \family default
26544  fügt ein 
26545 \emph on
26546 s
26547 \emph default
26548  an den Namen an, z.
26549 \begin_inset space \thinspace{}
26550 \end_inset
26551
26552 B.
26553  
26554 \begin_inset Quotes gld
26555 \end_inset
26556
26557 Abbildungs
26558 \begin_inset Quotes grd
26559 \end_inset
26560
26561  und 
26562 \family sans
26563 Großschreibung
26564 \family default
26565  gibt den Namen großgeschrieben aus, z.
26566 \begin_inset space \thinspace{}
26567 \end_inset
26568
26569 B.
26570  
26571 \begin_inset Quotes gld
26572 \end_inset
26573
26574 Abbildung
26575 \begin_inset Quotes grd
26576 \end_inset
26577
26578 , was aber bereits die Voreinstellung ist.
26579 \end_layout
26580
26581 \begin_layout Description
26582 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
26583 \begin_inset CommandInset ref
26584 LatexCommand nameref
26585 reference "fig:Zwei-Teilabbildungen"
26586
26587 \end_inset
26588
26589
26590 \end_layout
26591
26592 \begin_layout Description
26593 Nur
26594 \begin_inset space ~
26595 \end_inset
26596
26597 Marke: gibt nur die \SpecialChar LaTeX
26598 -Marke der Referenz aus: 
26599 \begin_inset CommandInset ref
26600 LatexCommand labelonly
26601 reference "fig:Zwei-Teilabbildungen"
26602 plural "false"
26603 caps "false"
26604 noprefix "false"
26605
26606 \end_inset
26607
26608
26609 \begin_inset Newline newline
26610 \end_inset
26611
26612 Damit kann man die Marke für Befehle im \SpecialChar TeX
26613 -Code verwenden.
26614  Mit der Option 
26615 \family sans
26616 Ohne
26617 \begin_inset space ~
26618 \end_inset
26619
26620 Präfix
26621 \family default
26622  kann der Präfix des Markennamens weggelassen werden: 
26623 \begin_inset CommandInset ref
26624 LatexCommand labelonly
26625 reference "fig:Zwei-Teilabbildungen"
26626 plural "false"
26627 caps "false"
26628 noprefix "true"
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Standard
26636
26637 \family sans
26638 <Seite>
26639 \family default
26640  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
26641  vorherigen, der selben oder der nächsten Seite befindet.
26642  Stattdessen wird z.
26643 \begin_inset space \thinspace{}
26644 \end_inset
26645
26646 B.
26647  der Text 
26648 \begin_inset Quotes gld
26649 \end_inset
26650
26651
26652 \family sans
26653 auf dieser Seite
26654 \family default
26655
26656 \begin_inset Quotes grd
26657 \end_inset
26658
26659  gedruckt.
26660  Der Stil 
26661 \family sans
26662 <Querverweis>
26663 \begin_inset space ~
26664 \end_inset
26665
26666 auf
26667 \begin_inset space ~
26668 \end_inset
26669
26670 Seite
26671 \begin_inset space ~
26672 \end_inset
26673
26674 <Seite>
26675 \family default
26676  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
26677  Seite ist.
26678 \end_layout
26679
26680 \begin_layout Standard
26681 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
26682  automatisch von \SpecialChar LaTeX
26683  berechnet.
26684  Die Stile können im Feld 
26685 \family sans
26686 Format
26687 \family default
26688  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
26689  einen Querverweis klicken.
26690 \end_layout
26691
26692 \begin_layout Standard
26693 \begin_inset Note Greyedout
26694 status open
26695
26696 \begin_layout Plain Layout
26697
26698 \series bold
26699 Bemerkung:
26700 \series default
26701  Es wird empfohlen, das \SpecialChar LaTeX
26702 -Paket 
26703 \series bold
26704 refstyle
26705 \series default
26706
26707 \begin_inset Index idx
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711 \SpecialChar LaTeX
26712 -Pakete ! refstyle
26713 \end_layout
26714
26715 \end_inset
26716
26717  zu verwenden, da 
26718 \series bold
26719 prettyref
26720 \series default
26721
26722 \begin_inset Index idx
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726 \SpecialChar LaTeX
26727 -Pakete ! prettyref
26728 \end_layout
26729
26730 \end_inset
26731
26732  nicht alle möglichen \SpecialChar LyX
26733 -Marken-Kürzel
26734 \begin_inset Foot
26735 status collapsed
26736
26737 \begin_layout Plain Layout
26738  
26739 \begin_inset Quotes gld
26740 \end_inset
26741
26742 abb:
26743 \begin_inset Quotes grd
26744 \end_inset
26745
26746  ist z.
26747 \begin_inset space \thinspace{}
26748 \end_inset
26749
26750 B.
26751  \SpecialChar LyX
26752 ' Kürzel für Marken in Bildbeschriftungen.
26753 \end_layout
26754
26755 \end_inset
26756
26757  kennt und auch nicht internationalisiert ist.
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \begin_layout Subsection
26766 Automatische Querverweisnamen
26767 \begin_inset Index idx
26768 status collapsed
26769
26770 \begin_layout Plain Layout
26771 Querverweise ! Automatische Namen 
26772 \end_layout
26773
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \begin_layout Standard
26780 Das \SpecialChar LaTeX
26781 -Paket 
26782 \series bold
26783 hyperref
26784 \series default
26785
26786 \begin_inset Index idx
26787 status collapsed
26788
26789 \begin_layout Plain Layout
26790 \SpecialChar LaTeX
26791 -Pakete ! hyperref
26792 \end_layout
26793
26794 \end_inset
26795
26796 , das in den
26797 \family sans
26798  PDF-Eigenschaften
26799 \family default
26800  im 
26801 \family sans
26802 Dokument-Einstellungen
26803 \family default
26804  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
26805  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
26806  wie 
26807 \emph on
26808 Abschnitt
26809 \emph default
26810 ).
26811  Sie müssen damit z.
26812 \begin_inset space \thinspace{}
26813 \end_inset
26814
26815 B.
26816  nicht mehr den Namen 
26817 \begin_inset Quotes gld
26818 \end_inset
26819
26820 Abbildung
26821 \begin_inset Quotes grd
26822 \end_inset
26823
26824  vor jeden Querverweis auf eine Abbildung schreiben.
26825  Um diese Funktion benutzen zu können, aktivieren Sie 
26826 \series bold
26827 hyperref
26828 \series default
26829  und fügen diese Zeile in den \SpecialChar LaTeX
26830 -Vorspann ein:
26831 \end_layout
26832
26833 \begin_layout Standard
26834
26835 \series bold
26836
26837 \backslash
26838 AtBeginDocument{
26839 \backslash
26840 renewcommand{
26841 \backslash
26842 ref}[1]{
26843 \backslash
26844 mbox{
26845 \backslash
26846 autoref{#1}}}}
26847 \end_layout
26848
26849 \begin_layout Standard
26850 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
26851 \begin_inset space \thinspace{}
26852 \end_inset
26853
26854 B.
26855  statt 
26856 \begin_inset Quotes gld
26857 \end_inset
26858
26859 Abschnitt
26860 \begin_inset Quotes grd
26861 \end_inset
26862
26863  den Namen 
26864 \begin_inset Quotes gld
26865 \end_inset
26866
26867 Kap.
26868 \begin_inset space \thinspace{}
26869 \end_inset
26870
26871
26872 \begin_inset Quotes grd
26873 \end_inset
26874
26875 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
26876 \end_layout
26877
26878 \begin_layout Standard
26879
26880 \series bold
26881
26882 \backslash
26883 addto
26884 \backslash
26885 extrasngerman{
26886 \backslash
26887 renewcommand{
26888 \backslash
26889 sectionautorefname}
26890 \begin_inset Newline newline
26891 \end_inset
26892
26893
26894 \begin_inset Phantom HPhantom
26895 status open
26896
26897 \begin_layout Plain Layout
26898
26899 \series bold
26900 \begin_inset space ~
26901 \end_inset
26902
26903
26904 \end_layout
26905
26906 \end_inset
26907
26908 {Kap.
26909 \backslash
26910 negthinspace}}
26911 \end_layout
26912
26913 \begin_layout Standard
26914 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
26915 \begin_inset Newline newline
26916 \end_inset
26917
26918
26919 \series bold
26920
26921 \backslash
26922 extrasngerman
26923 \series default
26924  durch 
26925 \series bold
26926
26927 \backslash
26928 extras***
26929 \series default
26930 , wobei *** der Name der verwendeten Sprache ist.
26931 \end_layout
26932
26933 \begin_layout Standard
26934 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
26935  z.
26936 \begin_inset space \thinspace{}
26937 \end_inset
26938
26939 B.
26940  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
26941 \end_layout
26942
26943 \begin_layout Standard
26944
26945 \series bold
26946
26947 \backslash
26948 addto
26949 \backslash
26950 extrasngerman{
26951 \backslash
26952 renewcommand*{
26953 \backslash
26954 equationautorefname}[1]{}}
26955 \end_layout
26956
26957 \begin_layout Standard
26958 Mehr über dieses Thema finden Sie in der 
26959 \series bold
26960 hyperref
26961 \series default
26962 -Dokumentation 
26963 \begin_inset CommandInset citation
26964 LatexCommand cite
26965 key "hyperref"
26966 literal "true"
26967
26968 \end_inset
26969
26970 .
26971 \end_layout
26972
26973 \begin_layout Standard
26974 \begin_inset Note Greyedout
26975 status open
26976
26977 \begin_layout Plain Layout
26978
26979 \series bold
26980 Bemerkung:
26981 \series default
26982  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
26983  als Querverweisstil 
26984 \family sans
26985 Formatierter
26986 \begin_inset space ~
26987 \end_inset
26988
26989 Querverweis
26990 \family default
26991  benutzen, wie in Abschnitt
26992 \begin_inset space ~
26993 \end_inset
26994
26995
26996 \begin_inset CommandInset ref
26997 LatexCommand ref
26998 reference "uab:Querverweis-Formate"
26999
27000 \end_inset
27001
27002  beschrieben.
27003 \end_layout
27004
27005 \end_inset
27006
27007
27008 \end_layout
27009
27010 \begin_layout Standard
27011 Das 
27012 \emph on
27013 Mathe
27014 \emph default
27015  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
27016 \end_layout
27017
27018 \begin_layout Subsection
27019 Querverweis-Position
27020 \begin_inset CommandInset label
27021 LatexCommand label
27022 name "uab:Querverweis-Position"
27023
27024 \end_inset
27025
27026
27027 \begin_inset Index idx
27028 status collapsed
27029
27030 \begin_layout Plain Layout
27031 Querverweise !  Position
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \begin_layout Standard
27040 Wenn Sie 
27041 \series bold
27042 hyperref
27043 \series default
27044
27045 \begin_inset Index idx
27046 status collapsed
27047
27048 \begin_layout Plain Layout
27049 \SpecialChar LaTeX
27050 -Pakete ! hyperref
27051 \end_layout
27052
27053 \end_inset
27054
27055  in den
27056 \family sans
27057  PDF-Eigenschaften
27058 \family default
27059  im 
27060 \family sans
27061 Dokument-Einstellungen
27062 \family default
27063  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
27064  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
27065  und Sie werden das Bild ohne Scrollen nicht sehen.
27066  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
27067  ist.
27068  Wenn Sie das  \SpecialChar LaTeX
27069 -Paket 
27070 \series bold
27071 hypcap
27072 \series default
27073
27074 \begin_inset Index idx
27075 status collapsed
27076
27077 \begin_layout Plain Layout
27078 \SpecialChar LaTeX
27079 -Pakete ! hypcap
27080 \end_layout
27081
27082 \end_inset
27083
27084 , das Teil des \SpecialChar LaTeX
27085 -Pakets 
27086 \series bold
27087 oberdiek
27088 \series default
27089
27090 \begin_inset Index idx
27091 status collapsed
27092
27093 \begin_layout Plain Layout
27094 \SpecialChar LaTeX
27095 -Pakete ! oberdiek
27096 \end_layout
27097
27098 \end_inset
27099
27100  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
27101  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
27102 -Paket 
27103 \series bold
27104 hypcap
27105 \series default
27106  zunächst in den \SpecialChar LaTeX
27107 -Vorspann laden:
27108 \end_layout
27109
27110 \begin_layout Standard
27111
27112 \series bold
27113
27114 \backslash
27115 usepackage[figure]{hypcap}
27116 \end_layout
27117
27118 \begin_layout Standard
27119 Sie können 
27120 \series bold
27121 hypcap
27122 \series default
27123  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
27124  nicht empfohlen.
27125  Weitere Informationen finden Sie im
27126 \series bold
27127  hypcap
27128 \series default
27129 -Handbuch 
27130 \begin_inset CommandInset citation
27131 LatexCommand cite
27132 key "hypcap"
27133 literal "true"
27134
27135 \end_inset
27136
27137 .
27138 \end_layout
27139
27140 \begin_layout Standard
27141 \begin_inset Note Greyedout
27142 status open
27143
27144 \begin_layout Plain Layout
27145
27146 \series bold
27147 Bemerkung:
27148 \series default
27149  
27150 \series bold
27151 hypcap
27152 \series medium
27153  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
27154 \end_layout
27155
27156 \end_inset
27157
27158
27159 \end_layout
27160
27161 \begin_layout Section
27162 Gleitobjekt-Einstellungen
27163 \begin_inset CommandInset label
27164 LatexCommand label
27165 name "sec:Gleitobjekt-Einstellungen"
27166
27167 \end_inset
27168
27169
27170 \begin_inset Index idx
27171 status open
27172
27173 \begin_layout Plain Layout
27174 Gleitobjekte ! Einstellungen
27175 \end_layout
27176
27177 \end_inset
27178
27179
27180 \end_layout
27181
27182 \begin_layout Standard
27183 Gleitobjekt-Einstellungen können in \SpecialChar LyX
27184  an zwei Orten vorgenommen werden: In
27185  
27186 \family sans
27187 Dokument\SpecialChar menuseparator
27188 Einstellungen\SpecialChar menuseparator
27189 Gleitobjekt-Einstellungen
27190 \family default
27191  können Sie einige Einstellungen (bezüglich Platzierung auf der Seite und
27192  Ausrichtung der Inhalte) vornehmen, die per Voreinstellung für alle Gleitobjekt
27193 e des Dokuments gelten, so lange Sie nicht die lokalen Einstellungen eines
27194  Gleitobjekts modifizieren.
27195 \end_layout
27196
27197 \begin_layout Standard
27198 Dieses können Sie per Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken
27199  auf 
27200 \family sans
27201 Einstellungen\SpecialChar ldots
27202  
27203 \family default
27204 tun.
27205  Dies öffnet einen Dialog, in dem Sie – nun nur für dieses spezifische Gleitobje
27206 kt –, die globalen Einstellungen modifizieren können.
27207  Außerdem können Sie einige Einstellungen vornehmen, die es nur für einzelne
27208  Gleitobjekte gibt.
27209  All dies beschrieben wir in den folgenden Abschnitten.
27210 \end_layout
27211
27212 \begin_layout Subsection
27213 Gleitobjekt-Platzierung
27214 \begin_inset CommandInset label
27215 LatexCommand label
27216 name "abs:Gleitobjekt-Platzierung"
27217
27218 \end_inset
27219
27220
27221 \begin_inset Index idx
27222 status collapsed
27223
27224 \begin_layout Plain Layout
27225 Gleitobjekte ! Platzierung
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \begin_layout Standard
27234 Sowohl in 
27235 \family sans
27236 Dokument\SpecialChar menuseparator
27237 Einstellungen
27238 \family default
27239  als auch im lokalen Dialog 
27240 \family sans
27241 Einstellungen\SpecialChar ldots
27242
27243 \family default
27244  können Sie den Algorithmus anpassen, den \SpecialChar LaTeX
27245  verwendet, um Gleitobjekte möglichst
27246  gut auf der Seite zu platzieren.
27247  Im ersteren Fall geschieht dies für alle Gleitobjekte, im zweiten nur für
27248  das aktuelle.
27249  Hierfür gibt es die Option 
27250 \family sans
27251 Platzierungseinstellungen
27252 \family default
27253 .
27254  Per Voreinstellung übernimmt \SpecialChar LyX
27255  hier die Einstellungen der Dokumentklasse
27256  (in 
27257 \family sans
27258 Dokument\SpecialChar menuseparator
27259 Einstellungen
27260 \family default
27261  ist die Voreinstellung entsprechend 
27262 \family sans
27263 Klassenvoreinstellung
27264 \family default
27265 , im lokalen Dialog 
27266 \family sans
27267 Dokumentvoreinstellung
27268 \family default
27269 , welches die Einstellung von 
27270 \family sans
27271 Dokument\SpecialChar menuseparator
27272 Einstellungen
27273 \family default
27274  übernimmt).
27275  Wenn Sie das ändern möchten, wählen Sie 
27276 \family sans
27277 Platzierungseinstellungen: Benutzerdefiniert
27278 \family default
27279 .
27280  Danach können Sie eine oder mehrere der folgenden Optionen auswählen:
27281 \end_layout
27282
27283 \begin_layout Description
27284 Hier
27285 \begin_inset space ~
27286 \end_inset
27287
27288 wenn
27289 \begin_inset space ~
27290 \end_inset
27291
27292 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
27293 \end_layout
27294
27295 \begin_layout Description
27296 Anfang
27297 \begin_inset space ~
27298 \end_inset
27299
27300 der
27301 \begin_inset space ~
27302 \end_inset
27303
27304 Seite
27305 \family sans
27306  
27307 \family default
27308 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
27309  Gleitobjekte, die maximal 70
27310 \begin_inset space \thinspace{}
27311 \end_inset
27312
27313 % einer Seite benötigen, dürfen oben platziert werden.
27314  Dies kann durch die Variable 
27315 \series bold
27316
27317 \backslash
27318 topfraction
27319 \series default
27320  im \SpecialChar LaTeX
27321 -Vorspann überschrieben werden, zum Beispiel: 
27322 \end_layout
27323
27324 \begin_deeper
27325 \begin_layout Standard
27326
27327 \series bold
27328
27329 \backslash
27330 renewcommand{
27331 \backslash
27332 topfraction}{0.9}
27333 \family typewriter
27334 \series default
27335  
27336 \end_layout
27337
27338 \end_deeper
27339 \begin_layout Description
27340 Ende
27341 \begin_inset space ~
27342 \end_inset
27343
27344 der
27345 \begin_inset space ~
27346 \end_inset
27347
27348 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
27349  Gleitobjekte, die maximal 30
27350 \begin_inset space \thinspace{}
27351 \end_inset
27352
27353 % einer Seite benötigen, dürfen unten platziert werden.
27354  Dies kann durch die Variable 
27355 \series bold
27356
27357 \backslash
27358 bottomfraction
27359 \series default
27360  im \SpecialChar LaTeX
27361 -Vorspann überschrieben werden, zum Beispiel setzt 
27362 \end_layout
27363
27364 \begin_deeper
27365 \begin_layout Standard
27366
27367 \series bold
27368
27369 \backslash
27370 renewcommand{
27371 \backslash
27372 bottomfraction}{0.5}
27373 \end_layout
27374
27375 \begin_layout Standard
27376 die oftmals zu kleine untere Grenze auf 50
27377 \begin_inset space \thinspace{}
27378 \end_inset
27379
27380 %.
27381 \end_layout
27382
27383 \end_deeper
27384 \begin_layout Description
27385 Seite
27386 \begin_inset space ~
27387 \end_inset
27388
27389 mit
27390 \begin_inset space ~
27391 \end_inset
27392
27393 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
27394  Nur wenn mehr als 50
27395 \begin_inset space \thinspace{}
27396 \end_inset
27397
27398 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
27399  Gleitobjekte bereitgestellt.
27400  Dies kann durch die Variable 
27401 \series bold
27402
27403 \backslash
27404 floatpagefraction 
27405 \series default
27406 im \SpecialChar LaTeX
27407 -Vorspann überschrieben werden.
27408 \end_layout
27409
27410 \begin_layout Standard
27411 Die Reihenfolge der obigen Optionen wird 
27412 \emph on
27413 immer
27414 \emph default
27415  von \SpecialChar LaTeX
27416  verwendet.
27417  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27418  zuerst versuchen
27419  
27420 \family sans
27421 Hier
27422 \begin_inset space \space{}
27423 \end_inset
27424
27425 wenn
27426 \begin_inset space \space{}
27427 \end_inset
27428
27429 möglich
27430 \family default
27431 , dann 
27432 \family sans
27433 Anfang
27434 \begin_inset space ~
27435 \end_inset
27436
27437 der
27438 \begin_inset space ~
27439 \end_inset
27440
27441 Seite
27442 \family default
27443  und dann die anderen Optionen anzuwenden.
27444  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27445  nur die von Ihnen
27446  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
27447  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
27448 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
27449 \end_layout
27450
27451 \begin_layout Standard
27452 Die Option 
27453 \family sans
27454 Hier,
27455 \begin_inset space ~
27456 \end_inset
27457
27458 auf
27459 \begin_inset space ~
27460 \end_inset
27461
27462 jeden
27463 \begin_inset space ~
27464 \end_inset
27465
27466 Fall
27467 \family default
27468  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
27469  fast druckreif ist.
27470  Denn mit der Option kann das Objekt nicht mehr 
27471 \emph on
27472 gleiten
27473 \emph default
27474 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
27475  oftmals zerstört.
27476 \end_layout
27477
27478 \begin_layout Standard
27479 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
27480  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
27481 \begin_inset VSpace bigskip
27482 \end_inset
27483
27484
27485 \end_layout
27486
27487 \begin_layout Standard
27488 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
27489 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
27490  das Gleitobjekt sei Teil des vorherigen Abschnitts.
27491  Das kann mit dem \SpecialChar LaTeX
27492 -Befehl
27493 \series bold
27494  
27495 \backslash
27496 suppressfloats
27497 \series default
27498  verhindert werden.
27499  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
27500  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
27501  gesetzt wird.
27502  Dazu müssen Sie im \SpecialChar LaTeX
27503 -Vorspann folgende Befehle einfügen:
27504 \end_layout
27505
27506 \begin_layout Standard
27507
27508 \series bold
27509
27510 \backslash
27511 let
27512 \backslash
27513 meinAbschnitt
27514 \backslash
27515 section
27516 \begin_inset Newline newline
27517 \end_inset
27518
27519
27520 \backslash
27521 renewcommand{
27522 \backslash
27523 section}{
27524 \backslash
27525 suppressfloats[t]
27526 \backslash
27527 meinAbschnitt}
27528 \end_layout
27529
27530 \begin_layout Standard
27531 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
27532  Unterabschnitten festlegen.
27533  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
27534  \SpecialChar LaTeX
27535  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
27536 \end_layout
27537
27538 \begin_layout Standard
27539 Es gibt auch noch das \SpecialChar LaTeX
27540 -Paket 
27541 \series bold
27542 flafter
27543 \series default
27544
27545 \begin_inset Index idx
27546 status collapsed
27547
27548 \begin_layout Plain Layout
27549 \SpecialChar LaTeX
27550 -Pakete ! flafter
27551 \end_layout
27552
27553 \end_inset
27554
27555  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
27556  gedruckt wird.
27557 \end_layout
27558
27559 \begin_layout Standard
27560 \begin_inset VSpace bigskip
27561 \end_inset
27562
27563 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
27564  Dafür gibt es das \SpecialChar LaTeX
27565 -Paket 
27566 \series bold
27567 endfloat
27568 \series default
27569
27570 \begin_inset Index idx
27571 status collapsed
27572
27573 \begin_layout Plain Layout
27574 \SpecialChar LaTeX
27575 -Pakete ! endfloat
27576 \end_layout
27577
27578 \end_inset
27579
27580 .
27581  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
27582  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
27583  
27584 \family sans
27585
27586 \begin_inset Quotes gld
27587 \end_inset
27588
27589 [Abbildung
27590 \begin_inset space ~
27591 \end_inset
27592
27593 3.2 ist ungefähr hier.]
27594 \family default
27595
27596 \begin_inset Quotes grd
27597 \end_inset
27598
27599  finden.
27600  Das 
27601 \series bold
27602 endfloat
27603 \series default
27604 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
27605 -Vorspann eingefügt:
27606 \end_layout
27607
27608 \begin_layout Standard
27609
27610 \series bold
27611
27612 \backslash
27613 usepackage[Optionen]{endfloat}
27614 \end_layout
27615
27616 \begin_layout Standard
27617 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
27618  Tabellen-Abschnitte, die Sie in der 
27619 \series bold
27620 endfloat
27621 \series default
27622 -Dokumentation 
27623 \begin_inset CommandInset citation
27624 LatexCommand cite
27625 key "endfloat"
27626 literal "true"
27627
27628 \end_inset
27629
27630  nachlesen können.
27631 \begin_inset Newline newline
27632 \end_inset
27633
27634
27635 \begin_inset Note Greyedout
27636 status open
27637
27638 \begin_layout Plain Layout
27639
27640 \series bold
27641 Bemerkung
27642 \begin_inset space ~
27643 \end_inset
27644
27645 1: endfloat
27646 \series default
27647  übersetzt den Hinweistext nicht automatisch.
27648  Abschnitt
27649 \begin_inset space ~
27650 \end_inset
27651
27652 4 in 
27653 \begin_inset CommandInset citation
27654 LatexCommand cite
27655 key "endfloat"
27656 literal "true"
27657
27658 \end_inset
27659
27660  beschreibt, wie es geht.
27661 \end_layout
27662
27663 \end_inset
27664
27665
27666 \end_layout
27667
27668 \begin_layout Standard
27669 \begin_inset Note Greyedout
27670 status open
27671
27672 \begin_layout Plain Layout
27673
27674 \series bold
27675 Bemerkung
27676 \begin_inset space ~
27677 \end_inset
27678
27679 2: 
27680 \series default
27681 Die aktuelle Version von 
27682 \series bold
27683 endfloat
27684 \series default
27685  hat einen Fehler, wenn die Überschrift ein 
27686 \begin_inset Quotes gld
27687 \end_inset
27688
27689 ß
27690 \begin_inset Quotes grd
27691 \end_inset
27692
27693  enthält.
27694  Sie müssen stattdessen den Befehl 
27695 \series bold
27696
27697 \backslash
27698 ss
27699 \series default
27700  als \SpecialChar TeX
27701 -Code benutzen.
27702 \end_layout
27703
27704 \end_inset
27705
27706
27707 \end_layout
27708
27709 \begin_layout Standard
27710 \begin_inset VSpace bigskip
27711 \end_inset
27712
27713 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
27714 -Büchern
27715  wie 
27716 \begin_inset CommandInset citation
27717 LatexCommand cite
27718 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
27719 literal "true"
27720
27721 \end_inset
27722
27723 .
27724 \end_layout
27725
27726 \begin_layout Subsection
27727 Ausrichtung des Inhalts
27728 \end_layout
27729
27730 \begin_layout Standard
27731 In dieser Liste von Optionen können Sie festlegen, wie die Inhalte eines
27732  Gleitobjekts (oder aller Gleitobjekte, wenn Sie das in 
27733 \family sans
27734 Dokument\SpecialChar menuseparator
27735 Einstellungen
27736 \family default
27737  festlegen), horizontal ausgerichtet werden.
27738  
27739 \family sans
27740 Klassenvoreinstellung
27741 \family default
27742  bedeutet, dass die Ausrichtung, wie Sie in der Klasse (bzw.
27743  von \SpecialChar LaTeX
27744 ) für Gleitobjekte voreingestellt ist, übernommen wird.
27745  
27746 \family sans
27747 Dokumentvoreinstellung
27748 \family default
27749  (nur im lokalen Dialog Gleitobjekt-Einstellungen sichtbar, nicht in 
27750 \family sans
27751 Dokument\SpecialChar menuseparator
27752 Einstellungen
27753 \family default
27754 ) übernimmt die Einstellungen aus 
27755 \family sans
27756 Dokument\SpecialChar menuseparator
27757 Einstellungen
27758 \family default
27759  (standardmäßig sind das ebenfalls die Klassenvoreinstellungen).
27760  Die anderen drei Optionen, 
27761 \family sans
27762 Links
27763 \family default
27764
27765 \family sans
27766 Rechts
27767 \family default
27768  und 
27769 \family sans
27770 Zentriert
27771 \family default
27772 , sind selbsterklärend.
27773  Wenn eine dieser drei in 
27774 \family sans
27775 Dokument\SpecialChar menuseparator
27776 Einstellungen\SpecialChar menuseparator
27777 Gleitobjekt-Einstellungen
27778 \family default
27779  gewählt wurde, werden alle Gleitobjekte standardmäßig so ausgerichtet (es
27780  ist also recht einfach, beispielsweise alle Gleitobjekte zentriert auszurichten
27781 ).
27782 \end_layout
27783
27784 \begin_layout Subsection
27785 Weitere Optionen
27786 \end_layout
27787
27788 \begin_layout Standard
27789 Diese Optionen sind nur im lokalen Dialog Gleitobjekt-Einstellungen sichtbar,
27790  nicht in 
27791 \family sans
27792 Dokument\SpecialChar menuseparator
27793 Einstellungen
27794 \family default
27795 .
27796 \end_layout
27797
27798 \begin_layout Standard
27799 Die Option 
27800 \family sans
27801 Spalten
27802 \begin_inset space ~
27803 \end_inset
27804
27805 überspannen
27806 \family default
27807  ist bei zweispaltigen Dokumenten sinnvoll.
27808  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
27809 \end_layout
27810
27811 \begin_layout Standard
27812 Die Option 
27813 \family sans
27814 Seitwärts
27815 \begin_inset space ~
27816 \end_inset
27817
27818 drehen
27819 \family default
27820  ist in Abschnitt 
27821 \begin_inset CommandInset ref
27822 LatexCommand ref
27823 reference "abs:Gedrehte-Gleitobjekte"
27824
27825 \end_inset
27826
27827  beschrieben.
27828 \end_layout
27829
27830 \begin_layout Section
27831 Gedrehte Gleitobjekte
27832 \begin_inset CommandInset label
27833 LatexCommand label
27834 name "abs:Gedrehte-Gleitobjekte"
27835
27836 \end_inset
27837
27838
27839 \begin_inset Index idx
27840 status collapsed
27841
27842 \begin_layout Plain Layout
27843 Gleitobjekte ! drehen
27844 \end_layout
27845
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \begin_layout Standard
27852 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
27853 t drehen.
27854  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
27855  und die Option 
27856 \family sans
27857 Seitwärts
27858 \begin_inset space ~
27859 \end_inset
27860
27861 drehen
27862 \family default
27863  wählen.
27864 \end_layout
27865
27866 \begin_layout Standard
27867 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
27868  sie ein mehrspaltiges Dokument haben) gedruckt.
27869  Sie können mehrere Spalten überspannen, wenn die Option 
27870 \family sans
27871 Spalten
27872 \begin_inset space ~
27873 \end_inset
27874
27875 überspannen
27876 \family default
27877  in den Gleitobjekt Einstellungen gewählt ist.
27878  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
27879  werden können.
27880  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
27881  Option 
27882 \series bold
27883 figuresleft
27884 \series default
27885  oder 
27886 \series bold
27887 figuresright
27888 \series default
27889  zu den Dokumentklassen-Optionen hinzu.
27890 \end_layout
27891
27892 \begin_layout Standard
27893 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
27894  Tabelle
27895 \begin_inset space ~
27896 \end_inset
27897
27898
27899 \begin_inset CommandInset ref
27900 LatexCommand ref
27901 reference "tab:Gedrehte-Tabelle"
27902
27903 \end_inset
27904
27905  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
27906 \end_layout
27907
27908 \begin_layout Standard
27909 \begin_inset Note Greyedout
27910 status open
27911
27912 \begin_layout Plain Layout
27913
27914 \series bold
27915 Bemerkung:
27916 \series default
27917  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
27918 \end_layout
27919
27920 \end_inset
27921
27922
27923 \end_layout
27924
27925 \begin_layout Standard
27926 \begin_inset Float table
27927 placement document
27928 alignment document
27929 wide false
27930 sideways true
27931 status open
27932
27933 \begin_layout Plain Layout
27934 \begin_inset Caption Standard
27935
27936 \begin_layout Plain Layout
27937 \begin_inset CommandInset label
27938 LatexCommand label
27939 name "tab:Gedrehte-Tabelle"
27940
27941 \end_inset
27942
27943 Gedrehte Tabelle
27944 \end_layout
27945
27946 \end_inset
27947
27948
27949 \end_layout
27950
27951 \begin_layout Plain Layout
27952 \align center
27953 \begin_inset Tabular
27954 <lyxtabular version="3" rows="1" columns="5">
27955 <features tabularvalignment="middle">
27956 <column alignment="center" valignment="top">
27957 <column alignment="center" valignment="top">
27958 <column alignment="center" valignment="top">
27959 <column alignment="center" valignment="top">
27960 <column alignment="center" valignment="top">
27961 <row>
27962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27963 \begin_inset Text
27964
27965 \begin_layout Plain Layout
27966 Test
27967 \end_layout
27968
27969 \end_inset
27970 </cell>
27971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27972 \begin_inset Text
27973
27974 \begin_layout Plain Layout
27975 b
27976 \end_layout
27977
27978 \end_inset
27979 </cell>
27980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27981 \begin_inset Text
27982
27983 \begin_layout Plain Layout
27984 c
27985 \end_layout
27986
27987 \end_inset
27988 </cell>
27989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27990 \begin_inset Text
27991
27992 \begin_layout Plain Layout
27993 d
27994 \end_layout
27995
27996 \end_inset
27997 </cell>
27998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27999 \begin_inset Text
28000
28001 \begin_layout Plain Layout
28002 e
28003 \end_layout
28004
28005 \end_inset
28006 </cell>
28007 </row>
28008 </lyxtabular>
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \end_inset
28016
28017
28018 \end_layout
28019
28020 \begin_layout Section
28021 Untergleitobjekte
28022 \begin_inset Index idx
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026 Gleitobjekte ! Untergleitobjekte
28027 \end_layout
28028
28029 \end_inset
28030
28031
28032 \end_layout
28033
28034 \begin_layout Standard
28035 Untergleitobjekte werden z.
28036 \begin_inset space \thinspace{}
28037 \end_inset
28038
28039 B.
28040  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
28041  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
28042  eingefügt wird.
28043  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
28044  in Tabelle
28045 \begin_inset space ~
28046 \end_inset
28047
28048
28049 \begin_inset CommandInset ref
28050 LatexCommand ref
28051 reference "tab:Untertabellen-nebeneinander"
28052
28053 \end_inset
28054
28055  und 
28056 \begin_inset CommandInset ref
28057 LatexCommand ref
28058 reference "tab:Untertabellen-übereinander"
28059
28060 \end_inset
28061
28062 .
28063 \end_layout
28064
28065 \begin_layout Standard
28066 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
28067 \begin_inset space ~
28068 \end_inset
28069
28070
28071 \begin_inset CommandInset ref
28072 LatexCommand ref
28073 reference "tab:Untertabelle-a"
28074
28075 \end_inset
28076
28077  und 
28078 \begin_inset CommandInset ref
28079 LatexCommand ref
28080 reference "tab:Untertabelle-b"
28081
28082 \end_inset
28083
28084  sind Untertabellen von Tabelle
28085 \begin_inset space ~
28086 \end_inset
28087
28088
28089 \begin_inset CommandInset ref
28090 LatexCommand ref
28091 reference "tab:Untertabellen-nebeneinander"
28092
28093 \end_inset
28094
28095 .
28096 \end_layout
28097
28098 \begin_layout Standard
28099 \begin_inset Float table
28100 placement document
28101 alignment document
28102 wide false
28103 sideways false
28104 status open
28105
28106 \begin_layout Plain Layout
28107 \begin_inset Caption Standard
28108
28109 \begin_layout Plain Layout
28110 \begin_inset CommandInset label
28111 LatexCommand label
28112 name "tab:Untertabellen-nebeneinander"
28113
28114 \end_inset
28115
28116 Zwei Untertabellen nebeneinander.
28117 \end_layout
28118
28119 \end_inset
28120
28121
28122 \end_layout
28123
28124 \begin_layout Plain Layout
28125 \align center
28126 \begin_inset space \hfill{}
28127 \end_inset
28128
28129
28130 \begin_inset Float table
28131 placement document
28132 alignment document
28133 wide false
28134 sideways false
28135 status collapsed
28136
28137 \begin_layout Plain Layout
28138 \begin_inset Caption Standard
28139
28140 \begin_layout Plain Layout
28141 \begin_inset CommandInset label
28142 LatexCommand label
28143 name "tab:Untertabelle-a"
28144
28145 \end_inset
28146
28147 Dies ist Untertabelle a.
28148 \end_layout
28149
28150 \end_inset
28151
28152
28153 \end_layout
28154
28155 \begin_layout Plain Layout
28156 \align center
28157 \begin_inset Tabular
28158 <lyxtabular version="3" rows="1" columns="5">
28159 <features tabularvalignment="middle">
28160 <column alignment="center" valignment="top">
28161 <column alignment="center" valignment="top">
28162 <column alignment="center" valignment="top">
28163 <column alignment="center" valignment="top">
28164 <column alignment="center" valignment="top">
28165 <row>
28166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28167 \begin_inset Text
28168
28169 \begin_layout Plain Layout
28170 Test
28171 \end_layout
28172
28173 \end_inset
28174 </cell>
28175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28176 \begin_inset Text
28177
28178 \begin_layout Plain Layout
28179 b
28180 \end_layout
28181
28182 \end_inset
28183 </cell>
28184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28185 \begin_inset Text
28186
28187 \begin_layout Plain Layout
28188 c
28189 \end_layout
28190
28191 \end_inset
28192 </cell>
28193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28194 \begin_inset Text
28195
28196 \begin_layout Plain Layout
28197 d
28198 \end_layout
28199
28200 \end_inset
28201 </cell>
28202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28203 \begin_inset Text
28204
28205 \begin_layout Plain Layout
28206 e
28207 \end_layout
28208
28209 \end_inset
28210 </cell>
28211 </row>
28212 </lyxtabular>
28213
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \end_inset
28220
28221
28222 \begin_inset space \hfill{}
28223 \end_inset
28224
28225
28226 \begin_inset Float table
28227 placement document
28228 alignment document
28229 wide false
28230 sideways false
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234 \begin_inset Caption Standard
28235
28236 \begin_layout Plain Layout
28237 \begin_inset CommandInset label
28238 LatexCommand label
28239 name "tab:Untertabelle-b"
28240
28241 \end_inset
28242
28243 Dies ist Untertabelle b.
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \end_layout
28250
28251 \begin_layout Plain Layout
28252 \align center
28253 \begin_inset Tabular
28254 <lyxtabular version="3" rows="1" columns="5">
28255 <features tabularvalignment="middle">
28256 <column alignment="center" valignment="top">
28257 <column alignment="center" valignment="top">
28258 <column alignment="center" valignment="top">
28259 <column alignment="center" valignment="top">
28260 <column alignment="center" valignment="top">
28261 <row>
28262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28263 \begin_inset Text
28264
28265 \begin_layout Plain Layout
28266 e
28267 \end_layout
28268
28269 \end_inset
28270 </cell>
28271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28272 \begin_inset Text
28273
28274 \begin_layout Plain Layout
28275 d
28276 \end_layout
28277
28278 \end_inset
28279 </cell>
28280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28281 \begin_inset Text
28282
28283 \begin_layout Plain Layout
28284 c
28285 \end_layout
28286
28287 \end_inset
28288 </cell>
28289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28290 \begin_inset Text
28291
28292 \begin_layout Plain Layout
28293 b
28294 \end_layout
28295
28296 \end_inset
28297 </cell>
28298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28299 \begin_inset Text
28300
28301 \begin_layout Plain Layout
28302 Test
28303 \end_layout
28304
28305 \end_inset
28306 </cell>
28307 </row>
28308 </lyxtabular>
28309
28310 \end_inset
28311
28312
28313 \end_layout
28314
28315 \end_inset
28316
28317
28318 \begin_inset space \hfill{}
28319 \end_inset
28320
28321
28322 \end_layout
28323
28324 \end_inset
28325
28326
28327 \end_layout
28328
28329 \begin_layout Standard
28330 \begin_inset Float table
28331 placement document
28332 alignment document
28333 wide false
28334 sideways false
28335 status open
28336
28337 \begin_layout Plain Layout
28338 \begin_inset Caption Standard
28339
28340 \begin_layout Plain Layout
28341 \begin_inset CommandInset label
28342 LatexCommand label
28343 name "tab:Untertabellen-übereinander"
28344
28345 \end_inset
28346
28347 Zwei Untertabellen übereinander.
28348  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
28349 \end_layout
28350
28351 \end_inset
28352
28353
28354 \end_layout
28355
28356 \begin_layout Plain Layout
28357 \align center
28358 \begin_inset Float table
28359 placement document
28360 alignment document
28361 wide false
28362 sideways false
28363 status collapsed
28364
28365 \begin_layout Plain Layout
28366 \begin_inset Caption Standard
28367
28368 \begin_layout Plain Layout
28369
28370 \end_layout
28371
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \begin_layout Plain Layout
28378 \align center
28379 \begin_inset Tabular
28380 <lyxtabular version="3" rows="1" columns="4">
28381 <features tabularvalignment="middle">
28382 <column alignment="center" valignment="top">
28383 <column alignment="center" valignment="top">
28384 <column alignment="center" valignment="top">
28385 <column alignment="center" valignment="top">
28386 <row>
28387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28388 \begin_inset Text
28389
28390 \begin_layout Plain Layout
28391 Test
28392 \end_layout
28393
28394 \end_inset
28395 </cell>
28396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28397 \begin_inset Text
28398
28399 \begin_layout Plain Layout
28400 Test
28401 \end_layout
28402
28403 \end_inset
28404 </cell>
28405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28406 \begin_inset Text
28407
28408 \begin_layout Plain Layout
28409 Test
28410 \end_layout
28411
28412 \end_inset
28413 </cell>
28414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28415 \begin_inset Text
28416
28417 \begin_layout Plain Layout
28418 Test
28419 \end_layout
28420
28421 \end_inset
28422 </cell>
28423 </row>
28424 </lyxtabular>
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \end_inset
28432
28433
28434 \end_layout
28435
28436 \begin_layout Plain Layout
28437 \align center
28438 \begin_inset Float table
28439 placement document
28440 alignment document
28441 wide false
28442 sideways false
28443 status collapsed
28444
28445 \begin_layout Plain Layout
28446 \begin_inset Caption Standard
28447
28448 \begin_layout Plain Layout
28449
28450 \end_layout
28451
28452 \end_inset
28453
28454
28455 \end_layout
28456
28457 \begin_layout Plain Layout
28458 \align center
28459 \begin_inset Tabular
28460 <lyxtabular version="3" rows="1" columns="5">
28461 <features tabularvalignment="middle">
28462 <column alignment="center" valignment="top">
28463 <column alignment="center" valignment="top">
28464 <column alignment="center" valignment="top">
28465 <column alignment="center" valignment="top">
28466 <column alignment="center" valignment="top">
28467 <row>
28468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28469 \begin_inset Text
28470
28471 \begin_layout Plain Layout
28472 a
28473 \end_layout
28474
28475 \end_inset
28476 </cell>
28477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28478 \begin_inset Text
28479
28480 \begin_layout Plain Layout
28481 b
28482 \end_layout
28483
28484 \end_inset
28485 </cell>
28486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28487 \begin_inset Text
28488
28489 \begin_layout Plain Layout
28490 c
28491 \end_layout
28492
28493 \end_inset
28494 </cell>
28495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28496 \begin_inset Text
28497
28498 \begin_layout Plain Layout
28499 d
28500 \end_layout
28501
28502 \end_inset
28503 </cell>
28504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28505 \begin_inset Text
28506
28507 \begin_layout Plain Layout
28508 e
28509 \end_layout
28510
28511 \end_inset
28512 </cell>
28513 </row>
28514 </lyxtabular>
28515
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \end_inset
28522
28523
28524 \end_layout
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \begin_layout Section
28532 Gleitobjekte nebeneinander
28533 \begin_inset Index idx
28534 status collapsed
28535
28536 \begin_layout Plain Layout
28537 Gleitobjekte ! nebeneinander
28538 \end_layout
28539
28540 \end_inset
28541
28542
28543 \end_layout
28544
28545 \begin_layout Standard
28546 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
28547 \begin_inset space ~
28548 \end_inset
28549
28550
28551 \begin_inset CommandInset ref
28552 LatexCommand ref
28553 reference "abb:Gleitobjekt-links"
28554
28555 \end_inset
28556
28557  und 
28558 \begin_inset CommandInset ref
28559 LatexCommand ref
28560 reference "abb:Gleitobjekt-rechts"
28561
28562 \end_inset
28563
28564  wird nur 
28565 \emph on
28566 ein
28567 \emph default
28568  Gleitobjekt verwendet.
28569  In dieses werden zwei Minipage Boxen eingefügt.
28570 \begin_inset Foot
28571 status collapsed
28572
28573 \begin_layout Plain Layout
28574 Minipages sind in Abschnitt
28575 \begin_inset space ~
28576 \end_inset
28577
28578
28579 \begin_inset CommandInset ref
28580 LatexCommand ref
28581 reference "abs:Minipage"
28582
28583 \end_inset
28584
28585  erklärt.
28586 \end_layout
28587
28588 \end_inset
28589
28590  Die Breite wird für jede Minipage auf 45
28591 \begin_inset space \thinspace{}
28592 \end_inset
28593
28594 -50
28595 \begin_inset space \thinspace{}
28596 \end_inset
28597
28598 Spalten% und die Box Ausrichtung auf 
28599 \family sans
28600 Unten
28601 \family default
28602  gesetzt.
28603  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
28604  Gleitobjekt.
28605  Der einzige Unterschied ist, dass die Bildeinheit 
28606 \family sans
28607 Spaltenbreite
28608 \begin_inset space ~
28609 \end_inset
28610
28611 %
28612 \family default
28613  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
28614 \end_layout
28615
28616 \begin_layout Standard
28617 \begin_inset Float figure
28618 placement document
28619 alignment document
28620 wide false
28621 sideways false
28622 status open
28623
28624 \begin_layout Plain Layout
28625 \begin_inset Box Frameless
28626 position "b"
28627 hor_pos "c"
28628 has_inner_box 1
28629 inner_pos "t"
28630 use_parbox 0
28631 use_makebox 0
28632 width "45col%"
28633 special "none"
28634 height "1in"
28635 height_special "totalheight"
28636 thickness "0.4pt"
28637 separation "3pt"
28638 shadowsize "4pt"
28639 framecolor "black"
28640 backgroundcolor "none"
28641 status open
28642
28643 \begin_layout Plain Layout
28644 \align center
28645 \begin_inset Graphics
28646         filename ../clipart/2D-intensity-plot.pdf
28647         width 100col%
28648         scaleBeforeRotation
28649
28650 \end_inset
28651
28652
28653 \end_layout
28654
28655 \begin_layout Plain Layout
28656 \begin_inset Caption Standard
28657
28658 \begin_layout Plain Layout
28659 \begin_inset CommandInset label
28660 LatexCommand label
28661 name "abb:Gleitobjekt-links"
28662
28663 \end_inset
28664
28665 Gleitobjekt auf der linken Seite.
28666 \end_layout
28667
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \end_inset
28674
28675
28676 \begin_inset space \hfill{}
28677 \end_inset
28678
28679
28680 \begin_inset Box Frameless
28681 position "b"
28682 hor_pos "c"
28683 has_inner_box 1
28684 inner_pos "t"
28685 use_parbox 0
28686 use_makebox 0
28687 width "45col%"
28688 special "none"
28689 height "1in"
28690 height_special "totalheight"
28691 thickness "0.4pt"
28692 separation "3pt"
28693 shadowsize "4pt"
28694 framecolor "black"
28695 backgroundcolor "none"
28696 status open
28697
28698 \begin_layout Plain Layout
28699 \align center
28700 \begin_inset Graphics
28701         filename ../clipart/Star-structure.pdf
28702         width 100col%
28703         scaleBeforeRotation
28704
28705 \end_inset
28706
28707
28708 \end_layout
28709
28710 \begin_layout Plain Layout
28711 \begin_inset Caption Standard
28712
28713 \begin_layout Plain Layout
28714 \begin_inset CommandInset label
28715 LatexCommand label
28716 name "abb:Gleitobjekt-rechts"
28717
28718 \end_inset
28719
28720 Gleitobjekt auf der rechten Seite.
28721 \end_layout
28722
28723 \end_inset
28724
28725
28726 \end_layout
28727
28728 \end_inset
28729
28730
28731 \end_layout
28732
28733 \end_inset
28734
28735
28736 \end_layout
28737
28738 \begin_layout Standard
28739 Eine alternative und einfachere Methode ist, das Modul 
28740 \family sans
28741 Breitenvariable
28742 \begin_inset space ~
28743 \end_inset
28744
28745 Minipages
28746 \family default
28747  zu verwenden, siehe Abschnitt
28748 \begin_inset space ~
28749 \end_inset
28750
28751
28752 \begin_inset CommandInset ref
28753 LatexCommand ref
28754 reference "abs:Minipage"
28755
28756 \end_inset
28757
28758 .
28759  Breitenvariable Minipages berücksichtigen die Breite der Abbildungen und
28760  Tabellen automatisch, so dass keine explizite Breite angegeben werden muss.
28761  Die \SpecialChar LyX
28762 -Beispieldatei 
28763 \emph on
28764 varwidth-floats-side-by-side
28765 \emph default
28766  zeigt ein paar Beispiele.
28767 \end_layout
28768
28769 \begin_layout Section
28770 Beschriftungs-Formatierung
28771 \begin_inset CommandInset label
28772 LatexCommand label
28773 name "abs:Titel-Formatierung"
28774
28775 \end_inset
28776
28777
28778 \begin_inset Index idx
28779 status collapsed
28780
28781 \begin_layout Plain Layout
28782 Gleitobjekte ! Beschriftung ! Formatierung
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \end_layout
28789
28790 \begin_layout Standard
28791
28792 \family sans
28793 Legende
28794 \family default
28795  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
28796  In \SpecialChar LyX
28797  sehen Titel so aus:  
28798 \family sans
28799
28800 \begin_inset Quotes gld
28801 \end_inset
28802
28803 Abbildung xyz:
28804 \family default
28805
28806 \begin_inset Quotes grd
28807 \end_inset
28808
28809 , gefolgt vom Beschriftungstext, wobei 
28810 \family sans
28811 xyz
28812 \family default
28813  die von \SpecialChar LyX
28814  vergebene Nummer ist.
28815  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
28816  gedruckt.
28817  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
28818 \end_layout
28819
28820 \begin_layout Standard
28821 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
28822 -Paket
28823  
28824 \series bold
28825 caption
28826 \series default
28827
28828 \begin_inset Index idx
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832 \SpecialChar LaTeX
28833 -Pakete ! caption
28834 \end_layout
28835
28836 \end_inset
28837
28838  in den \SpecialChar LaTeX
28839 -Vorspann laden:
28840 \end_layout
28841
28842 \begin_layout Standard
28843
28844 \series bold
28845
28846 \backslash
28847 usepackage[Format-Definition]{caption}
28848 \end_layout
28849
28850 \begin_layout Standard
28851 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
28852  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
28853  verwenden:
28854 \end_layout
28855
28856 \begin_layout Standard
28857
28858 \series bold
28859
28860 \backslash
28861 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28862 \end_layout
28863
28864 \begin_layout Standard
28865 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
28866  definieren.
28867  Dazu laden Sie das 
28868 \series bold
28869 caption
28870 \series default
28871 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
28872  dem Befehl
28873 \end_layout
28874
28875 \begin_layout Standard
28876
28877 \series bold
28878
28879 \backslash
28880 captionsetup[Gleitobjekt-Typ]{Format-Definition}
28881 \end_layout
28882
28883 \begin_layout Standard
28884 Für Abbildung
28885 \begin_inset space ~
28886 \end_inset
28887
28888
28889 \begin_inset CommandInset ref
28890 LatexCommand ref
28891 reference "abb:Langer-Abb-Titel"
28892
28893 \end_inset
28894
28895  und Tabelle
28896 \begin_inset space ~
28897 \end_inset
28898
28899
28900 \begin_inset CommandInset ref
28901 LatexCommand ref
28902 reference "tab:Langer-Tab-Titel"
28903
28904 \end_inset
28905
28906  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
28907 -Vorspann definiert
28908  werden:
28909 \end_layout
28910
28911 \begin_layout Standard
28912
28913 \series bold
28914
28915 \backslash
28916 usepackage[tableposition=top]{caption}
28917 \begin_inset Newline newline
28918 \end_inset
28919
28920
28921 \backslash
28922 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28923 \begin_inset Newline newline
28924 \end_inset
28925
28926
28927 \begin_inset Phantom HPhantom
28928 status open
28929
28930 \begin_layout Plain Layout
28931
28932 \series bold
28933
28934 \backslash
28935 captionsetup[figure]{
28936 \end_layout
28937
28938 \end_inset
28939
28940 labelsep=period}
28941 \begin_inset Newline newline
28942 \end_inset
28943
28944
28945 \backslash
28946 captionsetup[table]{labelfont={bf,sf}}
28947 \end_layout
28948
28949 \begin_layout Standard
28950 \begin_inset Note Greyedout
28951 status open
28952
28953 \begin_layout Plain Layout
28954
28955 \series bold
28956 Bemerkung:
28957 \series default
28958  Die Option 
28959 \series bold
28960 tableposition=top
28961 \series default
28962  hat keine Auswirkung, wenn eine 
28963 \series bold
28964 KOMA-Script
28965 \series default
28966
28967 \begin_inset Index idx
28968 status collapsed
28969
28970 \begin_layout Plain Layout
28971 \SpecialChar LaTeX
28972 -Pakete ! KOMA-Script
28973 \end_layout
28974
28975 \end_inset
28976
28977 -Dokumentklasse verwendet wird.
28978  Hier muss die Option 
28979 \series bold
28980 captions=tableheading
28981 \series default
28982  benutzt werden.
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \end_layout
28989
28990 \begin_layout Standard
28991 Weitere Informationen über das Paket
28992 \series bold
28993  caption
28994 \series default
28995  finden Sie in seiner Dokumentation 
28996 \begin_inset CommandInset citation
28997 LatexCommand cite
28998 key "caption"
28999 literal "true"
29000
29001 \end_inset
29002
29003 .
29004 \end_layout
29005
29006 \begin_layout Standard
29007 Wenn Sie den Namen von 
29008 \begin_inset Quotes gld
29009 \end_inset
29010
29011 Abbildung
29012 \begin_inset Quotes grd
29013 \end_inset
29014
29015  auf 
29016 \begin_inset Quotes gld
29017 \end_inset
29018
29019 Bild
29020 \begin_inset Quotes grd
29021 \end_inset
29022
29023  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
29024 -Vorspann  machen:
29025 \end_layout
29026
29027 \begin_layout Standard
29028
29029 \series bold
29030
29031 \backslash
29032 renewcommand{
29033 \backslash
29034 fnum@figure}{Bild~
29035 \backslash
29036 thefigure}
29037 \end_layout
29038
29039 \begin_layout Standard
29040 wobei 
29041 \series bold
29042
29043 \backslash
29044 thefigure
29045 \series default
29046  die Bildnummer einsetzt und
29047 \series bold
29048  ~
29049 \series default
29050  ein geschütztes Leerzeichen ist.
29051 \end_layout
29052
29053 \begin_layout Standard
29054 \begin_inset VSpace bigskip
29055 \end_inset
29056
29057 Wenn Sie eine 
29058 \series bold
29059 KOMA-Script
29060 \series default
29061
29062 \begin_inset Index idx
29063 status collapsed
29064
29065 \begin_layout Plain Layout
29066 \SpecialChar LaTeX
29067 -Pakete ! KOMA-Script
29068 \end_layout
29069
29070 \end_inset
29071
29072 -Dokumentklasse (
29073 \family sans
29074 article (KOMA-Script)
29075 \family default
29076
29077 \family sans
29078 book (KOMA-Script)
29079 \family default
29080
29081 \family sans
29082 letter (KOMA-Script)
29083 \family default
29084  oder 
29085 \family sans
29086 report (KOMA-Script)
29087 \family default
29088 ) benutzen, können Sie anstatt des 
29089 \series bold
29090 caption
29091 \series default
29092 -Paketes den eingebauten Befehl 
29093 \series bold
29094
29095 \backslash
29096 setkomafont
29097 \series default
29098  von 
29099 \series bold
29100 KOMA-Script
29101 \series default
29102  benutzen.
29103  Der Befehl
29104 \end_layout
29105
29106 \begin_layout Standard
29107
29108 \series bold
29109
29110 \backslash
29111 setkomafont{captionlabel}{
29112 \backslash
29113 bfseries}
29114 \end_layout
29115
29116 \begin_layout Standard
29117 im \SpecialChar LaTeX
29118 -Vorspann druckt den Namen fett.
29119 \end_layout
29120
29121 \begin_layout Standard
29122 Weitere Informationen über 
29123 \series bold
29124
29125 \backslash
29126 setkomafont
29127 \series default
29128  finden Sie in der 
29129 \series bold
29130 KOMA-Script
29131 \series default
29132 -Do\SpecialChar softhyphen
29133 ku\SpecialChar softhyphen
29134 men\SpecialChar softhyphen
29135 ta\SpecialChar softhyphen
29136 tion 
29137 \begin_inset CommandInset citation
29138 LatexCommand cite
29139 key "KOMA-Script"
29140 literal "true"
29141
29142 \end_inset
29143
29144 .
29145 \end_layout
29146
29147 \begin_layout Standard
29148 \begin_inset ERT
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152
29153
29154 \backslash
29155 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
29156 }
29157 \end_layout
29158
29159 \end_inset
29160
29161
29162 \begin_inset Note Note
29163 status open
29164
29165 \begin_layout Plain Layout
29166 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
29167 \end_layout
29168
29169 \end_inset
29170
29171
29172 \end_layout
29173
29174 \begin_layout Standard
29175 \begin_inset Float figure
29176 placement !p
29177 alignment document
29178 wide false
29179 sideways false
29180 status open
29181
29182 \begin_layout Plain Layout
29183 \align center
29184 \begin_inset Graphics
29185         filename ../clipart/2D-intensity-plot.pdf
29186         scaleBeforeRotation
29187
29188 \end_inset
29189
29190
29191 \end_layout
29192
29193 \begin_layout Plain Layout
29194 \begin_inset Caption Standard
29195
29196 \begin_layout Plain Layout
29197 \begin_inset CommandInset label
29198 LatexCommand label
29199 name "abb:Langer-Abb-Titel"
29200
29201 \end_inset
29202
29203 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29204  ist, um das andere Beschriftungsformat zu zeigen.
29205  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
29206 \begin_inset Argument 1
29207 status collapsed
29208
29209 \begin_layout Plain Layout
29210 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29211  ist.
29212 \end_layout
29213
29214 \end_inset
29215
29216
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Standard
29230 \begin_inset ERT
29231 status collapsed
29232
29233 \begin_layout Plain Layout
29234
29235
29236 \backslash
29237 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
29238 on}
29239 \end_layout
29240
29241 \end_inset
29242
29243
29244 \end_layout
29245
29246 \begin_layout Standard
29247 \begin_inset Float table
29248 placement !p
29249 alignment document
29250 wide false
29251 sideways false
29252 status open
29253
29254 \begin_layout Plain Layout
29255 \begin_inset Caption Standard
29256
29257 \begin_layout Plain Layout
29258 \begin_inset CommandInset label
29259 LatexCommand label
29260 name "tab:Langer-Tab-Titel"
29261
29262 \end_inset
29263
29264 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29265  ist, um das andere Beschriftungsformat zu zeigen.
29266  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
29267  benutzt.
29268 \begin_inset Argument 1
29269 status collapsed
29270
29271 \begin_layout Plain Layout
29272 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29273  ist.
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \end_layout
29280
29281 \end_inset
29282
29283
29284 \end_layout
29285
29286 \begin_layout Plain Layout
29287 \align center
29288 \begin_inset Tabular
29289 <lyxtabular version="3" rows="1" columns="5">
29290 <features tabularvalignment="middle">
29291 <column alignment="center" valignment="top">
29292 <column alignment="center" valignment="top">
29293 <column alignment="center" valignment="top">
29294 <column alignment="center" valignment="top">
29295 <column alignment="center" valignment="top">
29296 <row>
29297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29298 \begin_inset Text
29299
29300 \begin_layout Plain Layout
29301 a
29302 \end_layout
29303
29304 \end_inset
29305 </cell>
29306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29307 \begin_inset Text
29308
29309 \begin_layout Plain Layout
29310 b
29311 \end_layout
29312
29313 \end_inset
29314 </cell>
29315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29316 \begin_inset Text
29317
29318 \begin_layout Plain Layout
29319 c
29320 \end_layout
29321
29322 \end_inset
29323 </cell>
29324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29325 \begin_inset Text
29326
29327 \begin_layout Plain Layout
29328 d
29329 \end_layout
29330
29331 \end_inset
29332 </cell>
29333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29334 \begin_inset Text
29335
29336 \begin_layout Plain Layout
29337 e
29338 \end_layout
29339
29340 \end_inset
29341 </cell>
29342 </row>
29343 </lyxtabular>
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \end_inset
29351
29352
29353 \end_layout
29354
29355 \begin_layout Section
29356 Beschriftungs-Platzierung
29357 \begin_inset CommandInset label
29358 LatexCommand label
29359 name "abs:Titel-Platzierung"
29360
29361 \end_inset
29362
29363
29364 \begin_inset Index idx
29365 status collapsed
29366
29367 \begin_layout Plain Layout
29368 Gleitobjekte ! Beschriftung ! Platzierung
29369 \end_layout
29370
29371 \end_inset
29372
29373
29374 \end_layout
29375
29376 \begin_layout Standard
29377 Normalerweise werden die Beschriftungen wie folgt platziert:
29378 \end_layout
29379
29380 \begin_layout Description
29381 Abbildung: darunter
29382 \end_layout
29383
29384 \begin_layout Description
29385 Tabelle: darüber
29386 \end_layout
29387
29388 \begin_layout Standard
29389 \SpecialChar LaTeX
29390 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
29391  Das heißt wenn Sie eine der Dokument-Klassen 
29392 \family sans
29393 article
29394 \family default
29395
29396 \family sans
29397 book
29398 \family default
29399
29400 \family sans
29401 letter
29402 \family default
29403  oder 
29404 \family sans
29405 report
29406 \family default
29407  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
29408  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
29409 -Paket 
29410 \series bold
29411 caption
29412 \series default
29413
29414 \begin_inset Index idx
29415 status collapsed
29416
29417 \begin_layout Plain Layout
29418 \SpecialChar LaTeX
29419 -Pakete ! caption
29420 \end_layout
29421
29422 \end_inset
29423
29424  im \SpecialChar LaTeX
29425 -Vorspann mit der Option
29426 \begin_inset Foot
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430 In Abschnitt
29431 \begin_inset space ~
29432 \end_inset
29433
29434
29435 \begin_inset CommandInset ref
29436 LatexCommand ref
29437 reference "abs:Titel-Formatierung"
29438
29439 \end_inset
29440
29441  steht mehr über das Paket 
29442 \series bold
29443 caption
29444 \series default
29445 .
29446 \end_layout
29447
29448 \end_inset
29449
29450
29451 \end_layout
29452
29453 \begin_layout Standard
29454
29455 \series bold
29456 tableposition=top
29457 \end_layout
29458
29459 \begin_layout Standard
29460 Wenn Sie eine 
29461 \series bold
29462 KOMA-Script
29463 \series default
29464
29465 \begin_inset Index idx
29466 status collapsed
29467
29468 \begin_layout Plain Layout
29469 \SpecialChar LaTeX
29470 -Pakete ! KOMA-Script
29471 \end_layout
29472
29473 \end_inset
29474
29475 -Dokumentklasse (
29476 \family sans
29477 article (KOMA-Script)
29478 \family default
29479
29480 \family sans
29481 book (KOMA-Script)
29482 \family default
29483
29484 \family sans
29485 letter (KOMA-Script)
29486 \family default
29487  oder 
29488 \family sans
29489 report (KOMA-Script)
29490 \family default
29491 ) benutzen, können Sie alternativ zum 
29492 \series bold
29493 caption
29494 \series default
29495 -Paket die Dokumentklassen-Option
29496 \end_layout
29497
29498 \begin_layout Standard
29499
29500 \series bold
29501 captions=tableheading
29502 \end_layout
29503
29504 \begin_layout Standard
29505 benutzen.
29506 \begin_inset Foot
29507 status collapsed
29508
29509 \begin_layout Plain Layout
29510 Diese Option wird in diesem Dokument verwendet.
29511 \end_layout
29512
29513 \end_inset
29514
29515
29516 \end_layout
29517
29518 \begin_layout Standard
29519 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
29520  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
29521  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
29522  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
29523  Beschriftungen überschrieben werden.
29524  Tabelle
29525 \begin_inset space ~
29526 \end_inset
29527
29528
29529 \begin_inset CommandInset ref
29530 LatexCommand ref
29531 reference "tab:Eine-Beschriftung-unterhalb"
29532
29533 \end_inset
29534
29535  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
29536  wurde, obwohl sie über der Tabelle steht.
29537  Zum Vergleich ist die Beschriftung von Tabelle
29538 \begin_inset space ~
29539 \end_inset
29540
29541
29542 \begin_inset CommandInset ref
29543 LatexCommand ref
29544 reference "tab:Eine-normale-Tabellen-Beschriftu"
29545
29546 \end_inset
29547
29548  nicht markiert.
29549 \end_layout
29550
29551 \begin_layout Standard
29552 \begin_inset Float table
29553 placement document
29554 alignment document
29555 wide false
29556 sideways false
29557 status open
29558
29559 \begin_layout Plain Layout
29560 \begin_inset Caption Below
29561
29562 \begin_layout Plain Layout
29563 \begin_inset CommandInset label
29564 LatexCommand label
29565 name "tab:Eine-Beschriftung-unterhalb"
29566
29567 \end_inset
29568
29569 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
29570 \end_layout
29571
29572 \end_inset
29573
29574
29575 \end_layout
29576
29577 \begin_layout Plain Layout
29578 \align center
29579 \begin_inset Tabular
29580 <lyxtabular version="3" rows="3" columns="3">
29581 <features tabularvalignment="middle">
29582 <column alignment="center" valignment="top" width="0pt">
29583 <column alignment="center" valignment="top" width="0pt">
29584 <column alignment="center" valignment="top" width="0pt">
29585 <row>
29586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29587 \begin_inset Text
29588
29589 \begin_layout Plain Layout
29590 1
29591 \end_layout
29592
29593 \end_inset
29594 </cell>
29595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29596 \begin_inset Text
29597
29598 \begin_layout Plain Layout
29599 2
29600 \end_layout
29601
29602 \end_inset
29603 </cell>
29604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29605 \begin_inset Text
29606
29607 \begin_layout Plain Layout
29608 3
29609 \end_layout
29610
29611 \end_inset
29612 </cell>
29613 </row>
29614 <row>
29615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29616 \begin_inset Text
29617
29618 \begin_layout Plain Layout
29619 Joe
29620 \end_layout
29621
29622 \end_inset
29623 </cell>
29624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29625 \begin_inset Text
29626
29627 \begin_layout Plain Layout
29628 Mary
29629 \end_layout
29630
29631 \end_inset
29632 </cell>
29633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29634 \begin_inset Text
29635
29636 \begin_layout Plain Layout
29637 Ted
29638 \end_layout
29639
29640 \end_inset
29641 </cell>
29642 </row>
29643 <row>
29644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29645 \begin_inset Text
29646
29647 \begin_layout Plain Layout
29648 \begin_inset Formula $\int x^{2}dx$
29649 \end_inset
29650
29651
29652 \end_layout
29653
29654 \end_inset
29655 </cell>
29656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29657 \begin_inset Text
29658
29659 \begin_layout Plain Layout
29660 \begin_inset Formula $\left[\begin{array}{cc}
29661 a & b\\
29662 c & d
29663 \end{array}\right]$
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \end_inset
29670 </cell>
29671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29672 \begin_inset Text
29673
29674 \begin_layout Plain Layout
29675 \begin_inset Formula $1+1=2$
29676 \end_inset
29677
29678
29679 \end_layout
29680
29681 \end_inset
29682 </cell>
29683 </row>
29684 </lyxtabular>
29685
29686 \end_inset
29687
29688
29689 \end_layout
29690
29691 \end_inset
29692
29693
29694 \end_layout
29695
29696 \begin_layout Standard
29697 \begin_inset Float table
29698 placement document
29699 alignment document
29700 wide false
29701 sideways false
29702 status open
29703
29704 \begin_layout Plain Layout
29705 \begin_inset Caption Standard
29706
29707 \begin_layout Plain Layout
29708 \begin_inset CommandInset label
29709 LatexCommand label
29710 name "tab:Eine-normale-Tabellen-Beschriftu"
29711
29712 \end_inset
29713
29714 Eine normale Tabellen-Beschriftung.
29715 \end_layout
29716
29717 \end_inset
29718
29719
29720 \end_layout
29721
29722 \begin_layout Plain Layout
29723 \align center
29724 \begin_inset Tabular
29725 <lyxtabular version="3" rows="3" columns="3">
29726 <features tabularvalignment="middle">
29727 <column alignment="center" valignment="top" width="0pt">
29728 <column alignment="center" valignment="top" width="0pt">
29729 <column alignment="center" valignment="top" width="0pt">
29730 <row>
29731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29732 \begin_inset Text
29733
29734 \begin_layout Plain Layout
29735 1
29736 \end_layout
29737
29738 \end_inset
29739 </cell>
29740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29741 \begin_inset Text
29742
29743 \begin_layout Plain Layout
29744 2
29745 \end_layout
29746
29747 \end_inset
29748 </cell>
29749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29750 \begin_inset Text
29751
29752 \begin_layout Plain Layout
29753 3
29754 \end_layout
29755
29756 \end_inset
29757 </cell>
29758 </row>
29759 <row>
29760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29761 \begin_inset Text
29762
29763 \begin_layout Plain Layout
29764 Joe
29765 \end_layout
29766
29767 \end_inset
29768 </cell>
29769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29770 \begin_inset Text
29771
29772 \begin_layout Plain Layout
29773 Mary
29774 \end_layout
29775
29776 \end_inset
29777 </cell>
29778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29779 \begin_inset Text
29780
29781 \begin_layout Plain Layout
29782 Ted
29783 \end_layout
29784
29785 \end_inset
29786 </cell>
29787 </row>
29788 <row>
29789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29790 \begin_inset Text
29791
29792 \begin_layout Plain Layout
29793 \begin_inset Formula $\int x^{2}dx$
29794 \end_inset
29795
29796
29797 \end_layout
29798
29799 \end_inset
29800 </cell>
29801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29802 \begin_inset Text
29803
29804 \begin_layout Plain Layout
29805 \begin_inset Formula $\left[\begin{array}{cc}
29806 a & b\\
29807 c & d
29808 \end{array}\right]$
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \end_inset
29815 </cell>
29816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29817 \begin_inset Text
29818
29819 \begin_layout Plain Layout
29820 \begin_inset Formula $1+1=2$
29821 \end_inset
29822
29823
29824 \end_layout
29825
29826 \end_inset
29827 </cell>
29828 </row>
29829 </lyxtabular>
29830
29831 \end_inset
29832
29833
29834 \end_layout
29835
29836 \end_inset
29837
29838
29839 \end_layout
29840
29841 \begin_layout Standard
29842 \begin_inset VSpace bigskip
29843 \end_inset
29844
29845 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
29846  Das bewirkt das \SpecialChar LaTeX
29847 -Paket 
29848 \series bold
29849 sidecap
29850 \series default
29851
29852 \begin_inset Index idx
29853 status collapsed
29854
29855 \begin_layout Plain Layout
29856 \SpecialChar LaTeX
29857 -Pakete ! sidecap
29858 \end_layout
29859
29860 \end_inset
29861
29862 , das so in den \SpecialChar LaTeX
29863 -Vorspann geladen wird:
29864 \end_layout
29865
29866 \begin_layout Standard
29867
29868 \series bold
29869
29870 \backslash
29871 usepackage[Option]{sidecap}
29872 \end_layout
29873
29874 \begin_layout Standard
29875 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
29876  Mit 
29877 \series bold
29878 innercaption
29879 \series default
29880  wird die Beschriftung innen gedruckt.
29881  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
29882  
29883 \series bold
29884 rightcaption
29885 \series default
29886  oder 
29887 \series bold
29888 leftcaption
29889 \series default
29890 .
29891 \end_layout
29892
29893 \begin_layout Standard
29894 \begin_inset ERT
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898
29899
29900 \backslash
29901 ifsidecap
29902 \end_layout
29903
29904 \end_inset
29905
29906
29907 \begin_inset Note Note
29908 status open
29909
29910 \begin_layout Plain Layout
29911 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
29912 -Paket 
29913 \series bold
29914 sidecap
29915 \series default
29916  installiert ist.
29917 \end_layout
29918
29919 \end_inset
29920
29921
29922 \end_layout
29923
29924 \begin_layout Standard
29925 Um die Beschriftung mit \SpecialChar LyX
29926  seitlich zu drucken, müssen Sie folgende Befehle
29927  in den \SpecialChar LaTeX
29928 -Vorspann schreiben:
29929 \end_layout
29930
29931 \begin_layout Standard
29932 \begin_inset Newpage newpage
29933 \end_inset
29934
29935
29936 \end_layout
29937
29938 \begin_layout Standard
29939 \noindent
29940 \begin_inset CommandInset line
29941 LatexCommand rule
29942 offset "0.5ex"
29943 width "100line%"
29944 height "1pt"
29945
29946 \end_inset
29947
29948
29949 \end_layout
29950
29951 \begin_layout Standard
29952
29953 \series bold
29954
29955 \backslash
29956 newcommand{
29957 \backslash
29958 TabBesBeg}[1][1.0]{%
29959 \begin_inset Newline newline
29960 \end_inset
29961
29962
29963 \begin_inset Phantom HPhantom
29964 status open
29965
29966 \begin_layout Plain Layout
29967 \begin_inset space ~
29968 \end_inset
29969
29970
29971 \end_layout
29972
29973 \end_inset
29974
29975
29976 \backslash
29977 let
29978 \backslash
29979 MyTable
29980 \backslash
29981 table
29982 \begin_inset Newline newline
29983 \end_inset
29984
29985
29986 \begin_inset Phantom HPhantom
29987 status open
29988
29989 \begin_layout Plain Layout
29990
29991 \series medium
29992 \begin_inset space ~
29993 \end_inset
29994
29995
29996 \end_layout
29997
29998 \end_inset
29999
30000
30001 \backslash
30002 let
30003 \backslash
30004 MyEndtable
30005 \backslash
30006 endtable
30007 \begin_inset Newline newline
30008 \end_inset
30009
30010
30011 \begin_inset Phantom HPhantom
30012 status open
30013
30014 \begin_layout Plain Layout
30015
30016 \series medium
30017 \begin_inset space ~
30018 \end_inset
30019
30020
30021 \end_layout
30022
30023 \end_inset
30024
30025
30026 \backslash
30027 renewenvironment{table}[1]{
30028 \backslash
30029 begin{SCtable}[#1]##1}{
30030 \backslash
30031 end{SCtable}}}
30032 \end_layout
30033
30034 \begin_layout Standard
30035
30036 \series bold
30037
30038 \backslash
30039 newcommand{
30040 \backslash
30041 TabBesEnd}{%
30042 \begin_inset Newline newline
30043 \end_inset
30044
30045
30046 \begin_inset Phantom HPhantom
30047 status open
30048
30049 \begin_layout Plain Layout
30050 \begin_inset space ~
30051 \end_inset
30052
30053
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \backslash
30060 let
30061 \backslash
30062 table
30063 \backslash
30064 MyTable
30065 \begin_inset Newline newline
30066 \end_inset
30067
30068
30069 \begin_inset Phantom HPhantom
30070 status open
30071
30072 \begin_layout Plain Layout
30073 \begin_inset space ~
30074 \end_inset
30075
30076
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \backslash
30083 let
30084 \backslash
30085 endtable
30086 \backslash
30087 MyEndtable
30088 \end_layout
30089
30090 \begin_layout Standard
30091
30092 \series bold
30093
30094 \backslash
30095 newcommand{
30096 \backslash
30097 FigBesBeg}[1][1.0]{%
30098 \begin_inset Newline newline
30099 \end_inset
30100
30101
30102 \begin_inset Phantom HPhantom
30103 status open
30104
30105 \begin_layout Plain Layout
30106 \begin_inset space ~
30107 \end_inset
30108
30109
30110 \end_layout
30111
30112 \end_inset
30113
30114
30115 \backslash
30116 let
30117 \backslash
30118 MyFigure
30119 \backslash
30120 figure
30121 \begin_inset Newline newline
30122 \end_inset
30123
30124
30125 \begin_inset Phantom HPhantom
30126 status open
30127
30128 \begin_layout Plain Layout
30129 \begin_inset space ~
30130 \end_inset
30131
30132
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \backslash
30139 let
30140 \backslash
30141 MyEndfigure
30142 \backslash
30143 endfigure
30144 \begin_inset Newline newline
30145 \end_inset
30146
30147
30148 \begin_inset Phantom HPhantom
30149 status open
30150
30151 \begin_layout Plain Layout
30152 \begin_inset space ~
30153 \end_inset
30154
30155
30156 \end_layout
30157
30158 \end_inset
30159
30160
30161 \backslash
30162 renewenvironment{figure}[1]{
30163 \backslash
30164 begin{SCfigure}[#1]##1}{
30165 \backslash
30166 end{SCfigure}}}
30167 \end_layout
30168
30169 \begin_layout Standard
30170
30171 \series bold
30172
30173 \backslash
30174 newcommand{
30175 \backslash
30176 FigBesEnd}{%
30177 \begin_inset Newline newline
30178 \end_inset
30179
30180
30181 \begin_inset Phantom HPhantom
30182 status open
30183
30184 \begin_layout Plain Layout
30185 \begin_inset space ~
30186 \end_inset
30187
30188
30189 \end_layout
30190
30191 \end_inset
30192
30193
30194 \backslash
30195 let
30196 \backslash
30197 figure
30198 \backslash
30199 MyFigure
30200 \begin_inset Newline newline
30201 \end_inset
30202
30203
30204 \begin_inset Phantom HPhantom
30205 status open
30206
30207 \begin_layout Plain Layout
30208 \begin_inset space ~
30209 \end_inset
30210
30211
30212 \end_layout
30213
30214 \end_inset
30215
30216
30217 \backslash
30218 let
30219 \backslash
30220 endfigure
30221 \backslash
30222 MyEndfigure}
30223 \end_layout
30224
30225 \begin_layout Standard
30226 \noindent
30227 \begin_inset CommandInset line
30228 LatexCommand rule
30229 offset "0.5ex"
30230 width "100line%"
30231 height "1pt"
30232
30233 \end_inset
30234
30235
30236 \end_layout
30237
30238 \begin_layout Standard
30239 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
30240 ungen seitlich gedruckt werden.
30241  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
30242 \end_layout
30243
30244 \begin_layout Standard
30245
30246 \series bold
30247
30248 \backslash
30249 FigBesBeg
30250 \end_layout
30251
30252 \begin_layout Standard
30253 als \SpecialChar TeX
30254 -Code vor das Gleitobjekt und fügen Sie den Befehl
30255 \end_layout
30256
30257 \begin_layout Standard
30258
30259 \series bold
30260
30261 \backslash
30262 FigBesEnd
30263 \end_layout
30264
30265 \begin_layout Standard
30266 als \SpecialChar TeX
30267 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
30268  zurückkehren wollen.
30269 \end_layout
30270
30271 \begin_layout Standard
30272 Bei Gleitobjekt-Tabellen heißen die Befehle
30273 \end_layout
30274
30275 \begin_layout Standard
30276
30277 \series bold
30278
30279 \backslash
30280 TabBesBeg
30281 \series default
30282  und 
30283 \series bold
30284
30285 \backslash
30286 TabBesEnd
30287 \series default
30288 .
30289 \end_layout
30290
30291 \begin_layout Standard
30292 Abbildung
30293 \begin_inset space ~
30294 \end_inset
30295
30296
30297 \begin_inset CommandInset ref
30298 LatexCommand ref
30299 reference "abb:Beschriftung-neben"
30300
30301 \end_inset
30302
30303  und Tabelle
30304 \begin_inset space ~
30305 \end_inset
30306
30307
30308 \begin_inset CommandInset ref
30309 LatexCommand ref
30310 reference "tab:Beschriftung-neben"
30311
30312 \end_inset
30313
30314  sind Beispiele für seitliche Beschriftungen.
30315 \end_layout
30316
30317 \begin_layout Standard
30318 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
30319  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
30320  der Abbildung.
30321  Das kann man mit dem Befehl
30322 \end_layout
30323
30324 \begin_layout Standard
30325
30326 \series bold
30327
30328 \backslash
30329 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
30330 \end_layout
30331
30332 \begin_layout Standard
30333 im \SpecialChar LaTeX
30334 -Vorspann oder als \SpecialChar TeX
30335 -Code vor dem Gleitobjekt ändern.
30336  Der Gleitobjekt-Typ ist entweder 
30337 \family sans
30338 figure
30339 \family default
30340  oder 
30341 \family sans
30342 table
30343 \family default
30344 , die
30345 \family sans
30346  
30347 \family default
30348 Platzierung ist 
30349 \family typewriter
30350 t
30351 \family default
30352  für oben, 
30353 \family typewriter
30354 c
30355 \family default
30356  für zentriert oder 
30357 \family typewriter
30358 b
30359 \family default
30360  für unten.
30361  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
30362  lautet der Befehl
30363 \end_layout
30364
30365 \begin_layout Standard
30366
30367 \series bold
30368
30369 \backslash
30370 sidecaptionvpos{figure}{c}
30371 \end_layout
30372
30373 \begin_layout Standard
30374 Das wurde in Abbildung
30375 \begin_inset space ~
30376 \end_inset
30377
30378
30379 \begin_inset CommandInset ref
30380 LatexCommand ref
30381 reference "abb:cap-beside-fig-2"
30382
30383 \end_inset
30384
30385  benutzt.
30386 \end_layout
30387
30388 \begin_layout Standard
30389 \begin_inset VSpace medskip
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
30397  Für schmale Bilder/Tabellen, wie in Tabelle
30398 \begin_inset space ~
30399 \end_inset
30400
30401
30402 \begin_inset CommandInset ref
30403 LatexCommand ref
30404 reference "tab:Beschriftung-neben"
30405
30406 \end_inset
30407
30408 , führt dies zu zu schmalen Beschriftungen.
30409  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
30410  Breite des Bildes/der Tabelle multipliziert wird.
30411  Das Ergebnis ist die Beschriftungsbreite.
30412  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
30413  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
30414  Der 
30415 \emph on
30416 Faktor
30417 \emph default
30418  kann entweder als optionales Argument für 
30419 \series bold
30420
30421 \backslash
30422 FigBesBeg
30423 \series default
30424  angegeben werden:
30425 \end_layout
30426
30427 \begin_layout Standard
30428
30429 \series bold
30430
30431 \backslash
30432 FigBesBeg[Faktor]
30433 \end_layout
30434
30435 \begin_layout Standard
30436 oder indem man in der Definition von 
30437 \series bold
30438
30439 \backslash
30440 FigBesBeg
30441 \series default
30442  die 
30443 \series bold
30444 1.0
30445 \series default
30446  mit einem anderen Wert ersetzt.
30447  Bei letzterem ist der angegebene Faktor der Standard wenn 
30448 \series bold
30449
30450 \backslash
30451 FigBesBeg
30452 \series default
30453  ohne Argument verwendet wird.
30454  Für Tabelle
30455 \begin_inset space ~
30456 \end_inset
30457
30458
30459 \begin_inset CommandInset ref
30460 LatexCommand ref
30461 reference "tab:Beschriftung-neben-breiter"
30462
30463 \end_inset
30464
30465  wurde der Faktor 5 verwendet.
30466 \end_layout
30467
30468 \begin_layout Standard
30469 \begin_inset Note Greyedout
30470 status open
30471
30472 \begin_layout Plain Layout
30473
30474 \series bold
30475 Achtung:
30476 \series default
30477  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
30478 erungsoption 
30479 \family sans
30480 Hier,
30481 \begin_inset space ~
30482 \end_inset
30483
30484 auf
30485 \begin_inset space ~
30486 \end_inset
30487
30488 jeden
30489 \begin_inset space ~
30490 \end_inset
30491
30492 Fall
30493 \family default
30494  nicht verwendet werden werden, da diese von 
30495 \series bold
30496 sidecap
30497 \series default
30498  nicht unterstützt wird.
30499 \end_layout
30500
30501 \end_inset
30502
30503
30504 \end_layout
30505
30506 \begin_layout Standard
30507 \begin_inset VSpace medskip
30508 \end_inset
30509
30510 Weitere Informationen über das Paket
30511 \series bold
30512  sidecap
30513 \series default
30514  finden Sie in seiner Dokumentation 
30515 \begin_inset CommandInset citation
30516 LatexCommand cite
30517 key "sidecap"
30518 literal "true"
30519
30520 \end_inset
30521
30522 .
30523 \end_layout
30524
30525 \begin_layout Standard
30526 \begin_inset Note Greyedout
30527 status open
30528
30529 \begin_layout Plain Layout
30530
30531 \series bold
30532 Bemerkung:
30533 \series default
30534  Das \SpecialChar LaTeX
30535 -Paket 
30536 \series bold
30537 hypcap
30538 \series default
30539 ,
30540 \begin_inset Index idx
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544 \SpecialChar LaTeX
30545 -Pakete ! hypcap
30546 \end_layout
30547
30548 \end_inset
30549
30550  das in Abschnitt
30551 \begin_inset space ~
30552 \end_inset
30553
30554
30555 \begin_inset CommandInset ref
30556 LatexCommand ref
30557 reference "uab:Querverweis-Position"
30558
30559 \end_inset
30560
30561  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
30562  Beschriftungen.
30563 \end_layout
30564
30565 \end_inset
30566
30567
30568 \end_layout
30569
30570 \begin_layout Standard
30571 \begin_inset ERT
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575
30576
30577 \backslash
30578 FigBesBeg 
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \end_layout
30585
30586 \begin_layout Standard
30587 \begin_inset Float figure
30588 placement document
30589 alignment document
30590 wide false
30591 sideways false
30592 status open
30593
30594 \begin_layout Plain Layout
30595 \begin_inset Graphics
30596         filename ../clipart/3D-structure-distort.pdf
30597         scale 50
30598         scaleBeforeRotation
30599
30600 \end_inset
30601
30602
30603 \end_layout
30604
30605 \begin_layout Plain Layout
30606 \begin_inset Caption Standard
30607
30608 \begin_layout Plain Layout
30609 \begin_inset CommandInset label
30610 LatexCommand label
30611 name "abb:Beschriftung-neben"
30612
30613 \end_inset
30614
30615 Dies ist eine Beschriftung neben einer Abbildung.
30616 \end_layout
30617
30618 \end_inset
30619
30620
30621 \end_layout
30622
30623 \end_inset
30624
30625
30626 \end_layout
30627
30628 \begin_layout Standard
30629 \begin_inset ERT
30630 status collapsed
30631
30632 \begin_layout Plain Layout
30633
30634
30635 \backslash
30636 FigBesEnd
30637 \end_layout
30638
30639 \end_inset
30640
30641
30642 \end_layout
30643
30644 \begin_layout Standard
30645 \begin_inset ERT
30646 status collapsed
30647
30648 \begin_layout Plain Layout
30649
30650
30651 \backslash
30652 TabBesBeg 
30653 \end_layout
30654
30655 \end_inset
30656
30657
30658 \end_layout
30659
30660 \begin_layout Standard
30661 \begin_inset Float table
30662 placement document
30663 alignment document
30664 wide false
30665 sideways false
30666 status open
30667
30668 \begin_layout Plain Layout
30669 \begin_inset Caption Standard
30670
30671 \begin_layout Plain Layout
30672 \begin_inset CommandInset label
30673 LatexCommand label
30674 name "tab:Beschriftung-neben"
30675
30676 \end_inset
30677
30678 Dies ist eine Beschriftung neben einer Tabelle.
30679 \end_layout
30680
30681 \end_inset
30682
30683
30684 \end_layout
30685
30686 \begin_layout Plain Layout
30687 \begin_inset Tabular
30688 <lyxtabular version="3" rows="4" columns="5">
30689 <features tabularvalignment="middle">
30690 <column alignment="center" valignment="top">
30691 <column alignment="center" valignment="top">
30692 <column alignment="center" valignment="top">
30693 <column alignment="center" valignment="top">
30694 <column alignment="center" valignment="top">
30695 <row>
30696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30697 \begin_inset Text
30698
30699 \begin_layout Plain Layout
30700 a
30701 \end_layout
30702
30703 \end_inset
30704 </cell>
30705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30706 \begin_inset Text
30707
30708 \begin_layout Plain Layout
30709
30710 \end_layout
30711
30712 \end_inset
30713 </cell>
30714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30715 \begin_inset Text
30716
30717 \begin_layout Plain Layout
30718 b
30719 \end_layout
30720
30721 \end_inset
30722 </cell>
30723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30724 \begin_inset Text
30725
30726 \begin_layout Plain Layout
30727
30728 \end_layout
30729
30730 \end_inset
30731 </cell>
30732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30733 \begin_inset Text
30734
30735 \begin_layout Plain Layout
30736 c
30737 \end_layout
30738
30739 \end_inset
30740 </cell>
30741 </row>
30742 <row>
30743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30744 \begin_inset Text
30745
30746 \begin_layout Plain Layout
30747
30748 \end_layout
30749
30750 \end_inset
30751 </cell>
30752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30753 \begin_inset Text
30754
30755 \begin_layout Plain Layout
30756 d
30757 \end_layout
30758
30759 \end_inset
30760 </cell>
30761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30762 \begin_inset Text
30763
30764 \begin_layout Plain Layout
30765
30766 \end_layout
30767
30768 \end_inset
30769 </cell>
30770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30771 \begin_inset Text
30772
30773 \begin_layout Plain Layout
30774 e
30775 \end_layout
30776
30777 \end_inset
30778 </cell>
30779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30780 \begin_inset Text
30781
30782 \begin_layout Plain Layout
30783
30784 \end_layout
30785
30786 \end_inset
30787 </cell>
30788 </row>
30789 <row>
30790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30791 \begin_inset Text
30792
30793 \begin_layout Plain Layout
30794 f
30795 \end_layout
30796
30797 \end_inset
30798 </cell>
30799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30800 \begin_inset Text
30801
30802 \begin_layout Plain Layout
30803
30804 \end_layout
30805
30806 \end_inset
30807 </cell>
30808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30809 \begin_inset Text
30810
30811 \begin_layout Plain Layout
30812 g
30813 \end_layout
30814
30815 \end_inset
30816 </cell>
30817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30818 \begin_inset Text
30819
30820 \begin_layout Plain Layout
30821
30822 \end_layout
30823
30824 \end_inset
30825 </cell>
30826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30827 \begin_inset Text
30828
30829 \begin_layout Plain Layout
30830 h
30831 \end_layout
30832
30833 \end_inset
30834 </cell>
30835 </row>
30836 <row>
30837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30838 \begin_inset Text
30839
30840 \begin_layout Plain Layout
30841
30842 \end_layout
30843
30844 \end_inset
30845 </cell>
30846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30847 \begin_inset Text
30848
30849 \begin_layout Plain Layout
30850 i
30851 \end_layout
30852
30853 \end_inset
30854 </cell>
30855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30856 \begin_inset Text
30857
30858 \begin_layout Plain Layout
30859
30860 \end_layout
30861
30862 \end_inset
30863 </cell>
30864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30865 \begin_inset Text
30866
30867 \begin_layout Plain Layout
30868 j
30869 \end_layout
30870
30871 \end_inset
30872 </cell>
30873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30874 \begin_inset Text
30875
30876 \begin_layout Plain Layout
30877
30878 \end_layout
30879
30880 \end_inset
30881 </cell>
30882 </row>
30883 </lyxtabular>
30884
30885 \end_inset
30886
30887
30888 \end_layout
30889
30890 \end_inset
30891
30892
30893 \end_layout
30894
30895 \begin_layout Standard
30896 \begin_inset ERT
30897 status collapsed
30898
30899 \begin_layout Plain Layout
30900
30901
30902 \backslash
30903 TabBesEnd
30904 \end_layout
30905
30906 \end_inset
30907
30908
30909 \end_layout
30910
30911 \begin_layout Standard
30912 \begin_inset ERT
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916
30917
30918 \backslash
30919 FigBesBeg 
30920 \end_layout
30921
30922 \end_inset
30923
30924
30925 \end_layout
30926
30927 \begin_layout Standard
30928 \begin_inset ERT
30929 status collapsed
30930
30931 \begin_layout Plain Layout
30932
30933
30934 \backslash
30935 sidecaptionvpos{figure}{c}
30936 \end_layout
30937
30938 \end_inset
30939
30940
30941 \begin_inset Float figure
30942 placement document
30943 alignment document
30944 wide false
30945 sideways false
30946 status open
30947
30948 \begin_layout Plain Layout
30949 \begin_inset Graphics
30950         filename ../clipart/3D-structure-distort.pdf
30951         scale 50
30952         scaleBeforeRotation
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \begin_layout Plain Layout
30960 \begin_inset Caption Standard
30961
30962 \begin_layout Plain Layout
30963 \begin_inset CommandInset label
30964 LatexCommand label
30965 name "abb:cap-beside-fig-2"
30966
30967 \end_inset
30968
30969 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
30970 \end_layout
30971
30972 \end_inset
30973
30974
30975 \end_layout
30976
30977 \end_inset
30978
30979
30980 \end_layout
30981
30982 \begin_layout Standard
30983 \begin_inset ERT
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987
30988
30989 \backslash
30990 FigBesEnd
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \end_layout
30997
30998 \begin_layout Standard
30999 \begin_inset ERT
31000 status collapsed
31001
31002 \begin_layout Plain Layout
31003
31004
31005 \backslash
31006 TabBesBeg[5]
31007 \end_layout
31008
31009 \end_inset
31010
31011
31012 \end_layout
31013
31014 \begin_layout Standard
31015 \begin_inset Float table
31016 placement document
31017 alignment document
31018 wide false
31019 sideways false
31020 status open
31021
31022 \begin_layout Plain Layout
31023 \begin_inset Caption Standard
31024
31025 \begin_layout Plain Layout
31026 \begin_inset CommandInset label
31027 LatexCommand label
31028 name "tab:Beschriftung-neben-breiter"
31029
31030 \end_inset
31031
31032 Diese Beschriftung ist breiter als die in Tabelle
31033 \begin_inset space ~
31034 \end_inset
31035
31036
31037 \begin_inset CommandInset ref
31038 LatexCommand ref
31039 reference "tab:Beschriftung-neben"
31040
31041 \end_inset
31042
31043 .
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \end_layout
31050
31051 \begin_layout Plain Layout
31052 \begin_inset Tabular
31053 <lyxtabular version="3" rows="4" columns="5">
31054 <features tabularvalignment="middle">
31055 <column alignment="center" valignment="top">
31056 <column alignment="center" valignment="top">
31057 <column alignment="center" valignment="top">
31058 <column alignment="center" valignment="top">
31059 <column alignment="center" valignment="top">
31060 <row>
31061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31062 \begin_inset Text
31063
31064 \begin_layout Plain Layout
31065 a
31066 \end_layout
31067
31068 \end_inset
31069 </cell>
31070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31071 \begin_inset Text
31072
31073 \begin_layout Plain Layout
31074
31075 \end_layout
31076
31077 \end_inset
31078 </cell>
31079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31080 \begin_inset Text
31081
31082 \begin_layout Plain Layout
31083 b
31084 \end_layout
31085
31086 \end_inset
31087 </cell>
31088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31089 \begin_inset Text
31090
31091 \begin_layout Plain Layout
31092
31093 \end_layout
31094
31095 \end_inset
31096 </cell>
31097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31098 \begin_inset Text
31099
31100 \begin_layout Plain Layout
31101 c
31102 \end_layout
31103
31104 \end_inset
31105 </cell>
31106 </row>
31107 <row>
31108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31109 \begin_inset Text
31110
31111 \begin_layout Plain Layout
31112
31113 \end_layout
31114
31115 \end_inset
31116 </cell>
31117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31118 \begin_inset Text
31119
31120 \begin_layout Plain Layout
31121 d
31122 \end_layout
31123
31124 \end_inset
31125 </cell>
31126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31127 \begin_inset Text
31128
31129 \begin_layout Plain Layout
31130
31131 \end_layout
31132
31133 \end_inset
31134 </cell>
31135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31136 \begin_inset Text
31137
31138 \begin_layout Plain Layout
31139 e
31140 \end_layout
31141
31142 \end_inset
31143 </cell>
31144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31145 \begin_inset Text
31146
31147 \begin_layout Plain Layout
31148
31149 \end_layout
31150
31151 \end_inset
31152 </cell>
31153 </row>
31154 <row>
31155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31156 \begin_inset Text
31157
31158 \begin_layout Plain Layout
31159 f
31160 \end_layout
31161
31162 \end_inset
31163 </cell>
31164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31165 \begin_inset Text
31166
31167 \begin_layout Plain Layout
31168
31169 \end_layout
31170
31171 \end_inset
31172 </cell>
31173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31174 \begin_inset Text
31175
31176 \begin_layout Plain Layout
31177 g
31178 \end_layout
31179
31180 \end_inset
31181 </cell>
31182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31183 \begin_inset Text
31184
31185 \begin_layout Plain Layout
31186
31187 \end_layout
31188
31189 \end_inset
31190 </cell>
31191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31192 \begin_inset Text
31193
31194 \begin_layout Plain Layout
31195 h
31196 \end_layout
31197
31198 \end_inset
31199 </cell>
31200 </row>
31201 <row>
31202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31203 \begin_inset Text
31204
31205 \begin_layout Plain Layout
31206
31207 \end_layout
31208
31209 \end_inset
31210 </cell>
31211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31212 \begin_inset Text
31213
31214 \begin_layout Plain Layout
31215 i
31216 \end_layout
31217
31218 \end_inset
31219 </cell>
31220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31221 \begin_inset Text
31222
31223 \begin_layout Plain Layout
31224
31225 \end_layout
31226
31227 \end_inset
31228 </cell>
31229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31230 \begin_inset Text
31231
31232 \begin_layout Plain Layout
31233 j
31234 \end_layout
31235
31236 \end_inset
31237 </cell>
31238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31239 \begin_inset Text
31240
31241 \begin_layout Plain Layout
31242
31243 \end_layout
31244
31245 \end_inset
31246 </cell>
31247 </row>
31248 </lyxtabular>
31249
31250 \end_inset
31251
31252
31253 \end_layout
31254
31255 \end_inset
31256
31257
31258 \end_layout
31259
31260 \begin_layout Standard
31261 \begin_inset ERT
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265
31266
31267 \backslash
31268 TabBesEnd
31269 \end_layout
31270
31271 \end_inset
31272
31273
31274 \end_layout
31275
31276 \begin_layout Standard
31277 \begin_inset ERT
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281
31282
31283 \backslash
31284 else
31285 \end_layout
31286
31287 \end_inset
31288
31289
31290 \begin_inset Note Note
31291 status open
31292
31293 \begin_layout Plain Layout
31294 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
31295 -Paket 
31296 \series bold
31297 sidecap
31298 \series default
31299  nicht installiert ist:
31300 \end_layout
31301
31302 \end_inset
31303
31304
31305 \end_layout
31306
31307 \begin_layout Standard
31308 Das \SpecialChar LaTeX
31309 -Paket 
31310 \series bold
31311 sidecap
31312 \series default
31313  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
31314 \end_layout
31315
31316 \begin_layout Standard
31317 \begin_inset ERT
31318 status collapsed
31319
31320 \begin_layout Plain Layout
31321
31322
31323 \backslash
31324 fi
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \end_layout
31331
31332 \begin_layout Section
31333 Gleitobjekt-Verzeichnisse
31334 \begin_inset Index idx
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338 Gleitobjekte ! Verzeichnisse
31339 \end_layout
31340
31341 \end_inset
31342
31343
31344 \end_layout
31345
31346 \begin_layout Standard
31347 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
31348  Sie können mit den Untermenüs von 
31349 \family sans
31350 Einfügen\SpecialChar menuseparator
31351 Liste
31352 \begin_inset space ~
31353 \end_inset
31354
31355 /
31356 \begin_inset space ~
31357 \end_inset
31358
31359 Inhaltsverzeichnis
31360 \family default
31361  eingefügt werden.
31362 \end_layout
31363
31364 \begin_layout Standard
31365 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
31366  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
31367 \end_layout
31368
31369 \begin_layout Standard
31370 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
31371  und ein Tabellen-Verzeichnis.
31372 \end_layout
31373
31374 \begin_layout Chapter
31375 Notizen
31376 \end_layout
31377
31378 \begin_layout Section
31379 \SpecialChar LyX
31380 -Notizen
31381 \begin_inset Index idx
31382 status collapsed
31383
31384 \begin_layout Plain Layout
31385 Notizen ! \SpecialChar LyX
31386 -Notizen
31387 \end_layout
31388
31389 \end_inset
31390
31391
31392 \end_layout
31393
31394 \begin_layout Standard
31395 Notizen werden mit einem Klick auf 
31396 \begin_inset Info
31397 type  "icon"
31398 arg   "note-insert"
31399 \end_inset
31400
31401  oder 
31402 \family sans
31403 Einfügen\SpecialChar menuseparator
31404 Notiz
31405 \family default
31406  eingefügt.
31407  Es gibt drei Arten:
31408 \end_layout
31409
31410 \begin_layout Description
31411 \SpecialChar LyX
31412 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
31413  Eine 
31414 \family sans
31415 \SpecialChar LyX
31416 -Notiz
31417 \family default
31418  sieht so aus:
31419 \begin_inset Newline newline
31420 \end_inset
31421
31422
31423 \begin_inset Newline newline
31424 \end_inset
31425
31426
31427 \begin_inset Graphics
31428         filename clipart/LyXNotiz.png
31429         display false
31430         scale 80
31431         scaleBeforeRotation
31432
31433 \end_inset
31434
31435  
31436 \begin_inset Note Note
31437 status open
31438
31439 \begin_layout Plain Layout
31440 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
31441 \end_layout
31442
31443 \end_inset
31444
31445
31446 \end_layout
31447
31448 \begin_layout Description
31449 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
31450  \SpecialChar LaTeX
31451 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
31452  exportieren (
31453 \family sans
31454 Datei\SpecialChar menuseparator
31455 Ex\SpecialChar softhyphen
31456 por\SpecialChar softhyphen
31457 tie\SpecialChar softhyphen
31458 ren\SpecialChar menuseparator
31459 LaTeX
31460 \begin_inset space ~
31461 \end_inset
31462
31463 (pdflatex) / (normal)
31464 \family default
31465 .
31466  Ein Kommentar sieht so aus:
31467 \begin_inset Newline newline
31468 \end_inset
31469
31470
31471 \begin_inset Newline newline
31472 \end_inset
31473
31474
31475 \begin_inset Graphics
31476         filename clipart/Kommentar.png
31477         display false
31478         scale 80
31479         scaleBeforeRotation
31480
31481 \end_inset
31482
31483  
31484 \begin_inset Note Comment
31485 status open
31486
31487 \begin_layout Plain Layout
31488 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
31489 \end_layout
31490
31491 \end_inset
31492
31493
31494 \end_layout
31495
31496 \begin_layout Description
31497 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
31498 \begin_inset Newline newline
31499 \end_inset
31500
31501
31502 \begin_inset Newline newline
31503 \end_inset
31504
31505
31506 \begin_inset Graphics
31507         filename clipart/GrauschriftNotiz.png
31508         display false
31509         scale 80
31510         scaleBeforeRotation
31511
31512 \end_inset
31513
31514
31515 \begin_inset Newline newline
31516 \end_inset
31517
31518
31519 \begin_inset ERT
31520 status collapsed
31521
31522 \begin_layout Plain Layout
31523
31524
31525 \backslash
31526 renewenvironment{lyxgreyedout}
31527 \end_layout
31528
31529 \begin_layout Plain Layout
31530
31531 {
31532 \backslash
31533 textcolor[gray]{0.4}
31534 \backslash
31535 bgroup}{
31536 \backslash
31537 egroup}
31538 \end_layout
31539
31540 \end_inset
31541
31542
31543 \begin_inset Note Greyedout
31544 status open
31545
31546 \begin_layout Plain Layout
31547 Dies ist Text in einem Kommentar-Kästchen, der nur als Kommentar in der
31548  \SpecialChar LaTeX
31549 -Datei erscheint.
31550 \end_layout
31551
31552 \end_inset
31553
31554
31555 \begin_inset ERT
31556 status collapsed
31557
31558 \begin_layout Plain Layout
31559
31560
31561 \backslash
31562 renewenvironment{lyxgreyedout}
31563 \end_layout
31564
31565 \begin_layout Plain Layout
31566
31567 {
31568 \backslash
31569 textcolor{blue}
31570 \backslash
31571 bgroup}{
31572 \backslash
31573 egroup}
31574 \end_layout
31575
31576 \end_inset
31577
31578
31579 \begin_inset Note Note
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
31584 -Definition zurückgesetzt,
31585  weil Grauschriften im \SpecialChar LaTeX
31586 -Vorspann dieses Dokuments blau definiert wurden.
31587  
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \begin_inset Newline newline
31594 \end_inset
31595
31596
31597 \begin_inset Newline newline
31598 \end_inset
31599
31600 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
31601  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
31602 \end_layout
31603
31604 \begin_layout Standard
31605 \begin_inset VSpace bigskip
31606 \end_inset
31607
31608 Wenn Sie auf den Werkzeugleistenknopf 
31609 \family sans
31610
31611 \begin_inset Info
31612 type  "icon"
31613 arg   "note-insert"
31614 \end_inset
31615
31616
31617 \family default
31618  klicken, wird zunächst eine 
31619 \family sans
31620 \SpecialChar LyX
31621 -Notiz
31622 \family default
31623  eingefügt.
31624  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
31625  Notiz-Typen auswählen.
31626  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
31627  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
31628  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
31629  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
31630  am Ende der Notiz ist.
31631 \end_layout
31632
31633 \begin_layout Standard
31634 \begin_inset VSpace bigskip
31635 \end_inset
31636
31637 Die Textfarbe von Grauschrift-Boxen kann im Menü 
31638 \family sans
31639 Dokument\SpecialChar menuseparator
31640 Einstellungen\SpecialChar menuseparator
31641 Farben
31642 \family default
31643  geändert werden.
31644 \end_layout
31645
31646 \begin_layout Section
31647 Fußnoten
31648 \begin_inset CommandInset label
31649 LatexCommand label
31650 name "abs:Fußnoten"
31651
31652 \end_inset
31653
31654
31655 \begin_inset Index idx
31656 status collapsed
31657
31658 \begin_layout Plain Layout
31659 Notizen ! Fußnoten
31660 \end_layout
31661
31662 \end_inset
31663
31664
31665 \begin_inset Index idx
31666 status collapsed
31667
31668 \begin_layout Plain Layout
31669 Fußnoten
31670 \end_layout
31671
31672 \end_inset
31673
31674
31675 \end_layout
31676
31677 \begin_layout Standard
31678 Fußnoten werden über den Werkzeugleistenknopf 
31679 \begin_inset Info
31680 type  "icon"
31681 arg   "footnote-insert"
31682 \end_inset
31683
31684  oder das Menü 
31685 \family sans
31686 Einfügen\SpecialChar menuseparator
31687 Fußnote
31688 \family default
31689  eingefügt.
31690  Man sieht dann diese Fußnotenbox: 
31691 \begin_inset Graphics
31692         filename clipart/Fussnote.png
31693         scale 95
31694         scaleBeforeRotation
31695
31696 \end_inset
31697
31698  in die der Fußnotentext eingegeben wird.
31699  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
31700  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
31701  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
31702 \family sans
31703 Backspace
31704 \family default
31705  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
31706 \family sans
31707 Entf
31708 \family default
31709  wenn der Cursor am Ende der Fußnote ist.
31710 \end_layout
31711
31712 \begin_layout Standard
31713 Hier ist eine Beispielfußnote:
31714 \color black
31715
31716 \begin_inset Foot
31717 status open
31718
31719 \begin_layout Plain Layout
31720 \begin_inset CommandInset label
31721 LatexCommand label
31722 name "fuss:Fußnoten-Beispiel"
31723
31724 \end_inset
31725
31726 Dies ist eine Fußnote.
31727 \end_layout
31728
31729 \end_inset
31730
31731
31732 \color inherit
31733
31734 \begin_inset ERT
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738
31739
31740 \backslash
31741 newcounter{MyRepeatFoot}
31742 \end_layout
31743
31744 \begin_layout Plain Layout
31745
31746
31747 \backslash
31748 setcounter{MyRepeatFoot}{
31749 \backslash
31750 thefootnote}
31751 \end_layout
31752
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \begin_layout Standard
31759 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
31760  wurde, eine hochgestellte Zahl.
31761  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
31762  hochgestellt dem Text vorangeht.
31763  Die Fußnotennummern werden von \SpecialChar LaTeX
31764  berechnet und sind fortlaufend.
31765  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
31766  werden.
31767 \end_layout
31768
31769 \begin_layout Standard
31770 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
31771  der Fußnote eine Marke eingefügt wurde.
31772  Dies ist ein Querverweis auf Fußnote
31773 \begin_inset space ~
31774 \end_inset
31775
31776
31777 \begin_inset CommandInset ref
31778 LatexCommand ref
31779 reference "fuss:Fußnoten-Beispiel"
31780
31781 \end_inset
31782
31783 .
31784 \end_layout
31785
31786 \begin_layout Standard
31787 \begin_inset VSpace defskip
31788 \end_inset
31789
31790 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
31791  und sie können nur einen Absatz enthalten.
31792  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
31793 \end_layout
31794
31795 \begin_layout Standard
31796 Fußnoten in langen Tabellen sind in Abschnitt
31797 \begin_inset space ~
31798 \end_inset
31799
31800
31801 \begin_inset CommandInset ref
31802 LatexCommand ref
31803 reference "uab:Fußnoten-in-mehrseitigen"
31804
31805 \end_inset
31806
31807  beschrieben.
31808 \end_layout
31809
31810 \begin_layout Standard
31811 \begin_inset VSpace defskip
31812 \end_inset
31813
31814
31815 \end_layout
31816
31817 \begin_layout Standard
31818 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
31819  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
31820  innerhalb einer Seite ist.
31821  (Mehr über Minipages ist in Abschnitt
31822 \begin_inset space ~
31823 \end_inset
31824
31825
31826 \begin_inset CommandInset ref
31827 LatexCommand ref
31828 reference "abs:Minipage"
31829
31830 \end_inset
31831
31832  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
31833  Seitenrand wie normale Fußnoten gedruckt wird, verwenden Sie diese Methode:
31834  Anstatt einer Fußnote wird der Befehl 
31835 \series bold
31836
31837 \backslash
31838 footnotemark{}
31839 \series default
31840  als \SpecialChar TeX
31841 -Code eingefügt.
31842  Der Text der Fußnote wird als Argument des \SpecialChar TeX
31843 -Code-Befehls 
31844 \series bold
31845
31846 \backslash
31847 footnotetext
31848 \series default
31849  nach der Minipage-Box eingegeben.
31850 \begin_inset Newline newline
31851 \end_inset
31852
31853 Hinter folgender Minipage-Box wurde als Beispiel dieser Befehl eingegeben:
31854 \end_layout
31855
31856 \begin_layout Standard
31857
31858 \series bold
31859
31860 \backslash
31861 footnotetext{
31862 \series default
31863 Fußnote außerhalb der Minipage.
31864 \series bold
31865 }
31866 \end_layout
31867
31868 \begin_layout Standard
31869 \begin_inset Box Frameless
31870 position "t"
31871 hor_pos "c"
31872 has_inner_box 1
31873 inner_pos "t"
31874 use_parbox 0
31875 use_makebox 0
31876 width "100col%"
31877 special "none"
31878 height "1in"
31879 height_special "totalheight"
31880 thickness "0.4pt"
31881 separation "3pt"
31882 shadowsize "4pt"
31883 framecolor "black"
31884 backgroundcolor "none"
31885 status open
31886
31887 \begin_layout Plain Layout
31888 Dies ist ein Beispieltext.in einer Minipage.
31889 \begin_inset Foot
31890 status open
31891
31892 \begin_layout Plain Layout
31893 Fußnote in einer Minipage.
31894 \end_layout
31895
31896 \end_inset
31897
31898
31899 \end_layout
31900
31901 \begin_layout Plain Layout
31902 Dies ist ein Beispieltext.
31903  in einer Minipage.
31904 \begin_inset ERT
31905 status collapsed
31906
31907 \begin_layout Plain Layout
31908
31909
31910 \backslash
31911 footnotemark{}
31912 \end_layout
31913
31914 \end_inset
31915
31916
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \begin_layout Standard
31925 \begin_inset ERT
31926 status collapsed
31927
31928 \begin_layout Plain Layout
31929
31930
31931 \backslash
31932 footnotetext{
31933 \end_layout
31934
31935 \end_inset
31936
31937 Fußnote außerhalb der Minipage.
31938 \begin_inset ERT
31939 status collapsed
31940
31941 \begin_layout Plain Layout
31942
31943 }
31944 \end_layout
31945
31946 \end_inset
31947
31948
31949 \end_layout
31950
31951 \begin_layout Standard
31952 \begin_inset VSpace defskip
31953 \end_inset
31954
31955
31956 \end_layout
31957
31958 \begin_layout Standard
31959 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
31960  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
31961 -Code-Befehl 
31962 \series bold
31963
31964 \backslash
31965 footnotemark[Nummer]
31966 \series default
31967 .
31968 \begin_inset Newline newline
31969 \end_inset
31970
31971 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
31972  sie speichern, nachdem Sie die Fußnote eingefügt haben.
31973  Hinter Fußnote
31974 \begin_inset space ~
31975 \end_inset
31976
31977
31978 \begin_inset CommandInset ref
31979 LatexCommand ref
31980 reference "fuss:Fußnoten-Beispiel"
31981
31982 \end_inset
31983
31984  wurde das mit folgenden \SpecialChar TeX
31985 -Code-Befehlen gemacht:
31986 \end_layout
31987
31988 \begin_layout Standard
31989
31990 \series bold
31991
31992 \backslash
31993 newcounter{MyRepeatFoot}
31994 \begin_inset Newline newline
31995 \end_inset
31996
31997
31998 \backslash
31999 setcounter{MyRepeatFoot}{
32000 \backslash
32001 thefootnote}
32002 \end_layout
32003
32004 \begin_layout Standard
32005 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
32006 -Code-Befehl definiert;
32007 \end_layout
32008
32009 \begin_layout Standard
32010
32011 \series bold
32012
32013 \backslash
32014 footnotemark[
32015 \backslash
32016 theMyRepeatFoot]
32017 \end_layout
32018
32019 \begin_layout Standard
32020 Hier ist eine wiederholte Fußnote:
32021 \begin_inset ERT
32022 status collapsed
32023
32024 \begin_layout Plain Layout
32025
32026
32027 \backslash
32028 footnotemark[
32029 \backslash
32030 theMyRepeatFoot]
32031 \end_layout
32032
32033 \end_inset
32034
32035
32036 \end_layout
32037
32038 \begin_layout Standard
32039 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
32040  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
32041 \end_layout
32042
32043 \begin_layout Standard
32044
32045 \series bold
32046
32047 \backslash
32048 footnotemark[
32049 \backslash
32050 thefootnote]
32051 \end_layout
32052
32053 \begin_layout Standard
32054 Hier ist eine weitere wiederholte Fußnote:
32055 \begin_inset ERT
32056 status collapsed
32057
32058 \begin_layout Plain Layout
32059
32060
32061 \backslash
32062 footnotemark[
32063 \backslash
32064 thefootnote]
32065 \end_layout
32066
32067 \end_inset
32068
32069
32070 \end_layout
32071
32072 \begin_layout Subsection
32073 Fußnoten-Nummerierung
32074 \begin_inset CommandInset label
32075 LatexCommand label
32076 name "uab:Fußnoten-Nummerierung"
32077
32078 \end_inset
32079
32080
32081 \begin_inset Index idx
32082 status collapsed
32083
32084 \begin_layout Plain Layout
32085 Fußnoten ! Nummerierung
32086 \end_layout
32087
32088 \end_inset
32089
32090
32091 \end_layout
32092
32093 \begin_layout Standard
32094 Um Fußnoten nach jedem Abschnitt
32095 \family roman
32096  auf 1 zurückzusetzen, 
32097 \family default
32098 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
32099 -Vorspann schreiben:
32100 \end_layout
32101
32102 \begin_layout Standard
32103
32104 \series bold
32105
32106 \backslash
32107 @addtoreset{footnote}{section}
32108 \end_layout
32109
32110 \begin_layout Standard
32111 \begin_inset VSpace bigskip
32112 \end_inset
32113
32114 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
32115  Zahlen:
32116 \end_layout
32117
32118 \begin_layout Standard
32119
32120 \series bold
32121
32122 \backslash
32123 renewcommand{
32124 \backslash
32125 thefootnote}{
32126 \backslash
32127 roman{footnote}}
32128 \end_layout
32129
32130 \begin_layout Standard
32131 \begin_inset ERT
32132 status collapsed
32133
32134 \begin_layout Plain Layout
32135
32136
32137 \backslash
32138 renewcommand{
32139 \backslash
32140 thefootnote}{
32141 \backslash
32142 roman{footnote}}
32143 \end_layout
32144
32145 \end_inset
32146
32147  Hier ist ein Beispiel für solch eine Fußnote:
32148 \begin_inset Foot
32149 status open
32150
32151 \begin_layout Plain Layout
32152 Dies ist eine Fußnote mit kleinen römischen Zahlen
32153 \end_layout
32154
32155 \end_inset
32156
32157
32158 \end_layout
32159
32160 \begin_layout Standard
32161 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
32162  in obigem Befehl 
32163 \series bold
32164
32165 \backslash
32166 roman
32167 \series default
32168  durch 
32169 \series bold
32170
32171 \backslash
32172 Roman
32173 \series default
32174 .
32175  Um Fußnoten mit großen oder kleinen Buchstaben zu 
32176 \begin_inset Quotes gld
32177 \end_inset
32178
32179 nummerieren
32180 \begin_inset Quotes grd
32181 \end_inset
32182
32183 , verwenden Sie die Befehle 
32184 \series bold
32185
32186 \backslash
32187 Alph
32188 \series default
32189  oder 
32190 \series bold
32191
32192 \backslash
32193 alph
32194 \series default
32195 .
32196  Für die 
32197 \begin_inset Quotes gld
32198 \end_inset
32199
32200 Nummerierung
32201 \begin_inset Quotes grd
32202 \end_inset
32203
32204  mit Symbolen steht der Befehl 
32205 \series bold
32206
32207 \backslash
32208 fnsymbol
32209 \series default
32210  zur Verfügung.
32211 \end_layout
32212
32213 \begin_layout Standard
32214 \begin_inset Note Greyedout
32215 status open
32216
32217 \begin_layout Plain Layout
32218
32219 \series bold
32220 Bemerkung 1:
32221 \series default
32222  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
32223  
32224 \emph on
32225 ein
32226 \emph default
32227  Buchstabe verwendet wird.
32228 \end_layout
32229
32230 \end_inset
32231
32232
32233 \begin_inset Newline newline
32234 \end_inset
32235
32236
32237 \begin_inset Note Greyedout
32238 status open
32239
32240 \begin_layout Plain Layout
32241
32242 \series bold
32243 Bemerkung 2:
32244 \series default
32245  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
32246 \end_layout
32247
32248 \end_inset
32249
32250
32251 \end_layout
32252
32253 \begin_layout Standard
32254 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
32255 \series bold
32256
32257 \backslash
32258 arabic
32259 \series default
32260  anstelle von 
32261 \series bold
32262
32263 \backslash
32264 roman
32265 \series default
32266  in obigem Befehl.
32267 \begin_inset ERT
32268 status collapsed
32269
32270 \begin_layout Plain Layout
32271
32272
32273 \backslash
32274 renewcommand{
32275 \backslash
32276 thefootnote}{
32277 \backslash
32278 arabic{footnote}}
32279 \end_layout
32280
32281 \end_inset
32282
32283
32284 \end_layout
32285
32286 \begin_layout Standard
32287 \begin_inset VSpace bigskip
32288 \end_inset
32289
32290
32291 \end_layout
32292
32293 \begin_layout Standard
32294 Wenn Sie wollen, dass Fußnoten nach dem Schema 
32295 \begin_inset Quotes gld
32296 \end_inset
32297
32298 Kapitel.Fußnote
32299 \begin_inset Quotes grd
32300 \end_inset
32301
32302  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
32303 -Vorspann schreiben:
32304 \end_layout
32305
32306 \begin_layout Standard
32307
32308 \series bold
32309
32310 \backslash
32311 numberwithin{footnote}{chapter}
32312 \end_layout
32313
32314 \begin_layout Standard
32315 Um 
32316 \series bold
32317
32318 \backslash
32319 numberwithin
32320 \series default
32321  benutzen zu können, muss in den 
32322 \family sans
32323 Mathe
32324 \begin_inset space ~
32325 \end_inset
32326
32327 Optionen
32328 \family default
32329  der 
32330 \family sans
32331 Dokument-Einstellungen
32332 \family default
32333  
32334 \family sans
32335 AMS
32336 \begin_inset space ~
32337 \end_inset
32338
32339 Mathe
32340 \begin_inset space ~
32341 \end_inset
32342
32343 Paket
32344 \family default
32345
32346 \begin_inset space ~
32347 \end_inset
32348
32349
32350 \family sans
32351 verwenden
32352 \family default
32353  angekreuzt sein.
32354 \begin_inset ERT
32355 status collapsed
32356
32357 \begin_layout Plain Layout
32358
32359
32360 \backslash
32361 numberwithin{footnote}{chapter}
32362 \end_layout
32363
32364 \end_inset
32365
32366  Hier ist ein Beispiel für solch eine Fußnote.
32367 \series bold
32368
32369 \begin_inset Foot
32370 status open
32371
32372 \begin_layout Plain Layout
32373 Dies ist eine Fußnote nach dem Schema 
32374 \begin_inset Quotes gld
32375 \end_inset
32376
32377 Kapitel.Fußnote
32378 \begin_inset Quotes grd
32379 \end_inset
32380
32381 .
32382 \end_layout
32383
32384 \end_inset
32385
32386
32387 \series default
32388
32389 \begin_inset ERT
32390 status collapsed
32391
32392 \begin_layout Plain Layout
32393
32394
32395 \backslash
32396 renewcommand{
32397 \backslash
32398 thefootnote}{
32399 \backslash
32400 arabic{footnote}}
32401 \end_layout
32402
32403 \end_inset
32404
32405
32406 \end_layout
32407
32408 \begin_layout Standard
32409 \begin_inset Note Greyedout
32410 status open
32411
32412 \begin_layout Plain Layout
32413
32414 \series bold
32415 Bemerkung:
32416 \series default
32417  
32418 \series bold
32419
32420 \backslash
32421 numberwithin
32422 \series default
32423  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
32424  werden überschrieben.
32425 \end_layout
32426
32427 \end_inset
32428
32429
32430 \end_layout
32431
32432 \begin_layout Standard
32433 Um also z.
32434 \begin_inset space \thinspace{}
32435 \end_inset
32436
32437 B.
32438  das Schema 
32439 \begin_inset Quotes gld
32440 \end_inset
32441
32442 Kapitel.
32443 \backslash
32444 Roman{footnote}
32445 \begin_inset Quotes grd
32446 \end_inset
32447
32448  zu erhalten, muss dieser Befehl anstelle von 
32449 \series bold
32450
32451 \backslash
32452 numberwithin
32453 \series default
32454  verwendet werden:
32455 \end_layout
32456
32457 \begin_layout Standard
32458
32459 \series bold
32460
32461 \backslash
32462 renewcommand{
32463 \backslash
32464 thefootnote}{
32465 \backslash
32466 thechapter.
32467 \backslash
32468 Roman{footnote}}
32469 \end_layout
32470
32471 \begin_layout Subsection
32472 Fußnoten-Platzierung
32473 \begin_inset Index idx
32474 status collapsed
32475
32476 \begin_layout Plain Layout
32477 Fußnoten ! Platzierung
32478 \end_layout
32479
32480 \end_inset
32481
32482
32483 \end_layout
32484
32485 \begin_layout Standard
32486 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
32487  ohne Zwischenraum am Ende der Seite gedruckt.
32488  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
32489  \SpecialChar LaTeX
32490 -Vorspann 1.5
32491 \begin_inset space \thinspace{}
32492 \end_inset
32493
32494 mm Zwischenraum einfügen:
32495 \end_layout
32496
32497 \begin_layout Standard
32498
32499 \series bold
32500
32501 \backslash
32502 let
32503 \backslash
32504 myFoot
32505 \backslash
32506 footnote
32507 \begin_inset Newline newline
32508 \end_inset
32509
32510
32511 \backslash
32512 renewcommand{
32513 \backslash
32514 footnote}[1]{
32515 \backslash
32516 myFoot{#1
32517 \backslash
32518 vspace{1.5mm}}}
32519 \end_layout
32520
32521 \begin_layout Standard
32522 \begin_inset VSpace bigskip
32523 \end_inset
32524
32525 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
32526  Spalte gedruckt, Abbildung
32527 \begin_inset space ~
32528 \end_inset
32529
32530
32531 \begin_inset CommandInset ref
32532 LatexCommand ref
32533 reference "abb:Standard-Fußnoten-Platzierung-in"
32534
32535 \end_inset
32536
32537 .
32538  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
32539  in Abbildung
32540 \begin_inset space ~
32541 \end_inset
32542
32543
32544 \begin_inset CommandInset ref
32545 LatexCommand ref
32546 reference "abb:Fußnoten-Platzierung-in-einem"
32547
32548 \end_inset
32549
32550 , müssen Sie das \SpecialChar LaTeX
32551 -Paket 
32552 \series bold
32553 ftnright
32554 \series default
32555
32556 \begin_inset Index idx
32557 status collapsed
32558
32559 \begin_layout Plain Layout
32560 \SpecialChar LaTeX
32561 -Pakete ! ftnright
32562 \end_layout
32563
32564 \end_inset
32565
32566  mit folgendem Befehl im \SpecialChar LaTeX
32567 -Vorspann einfügen:
32568 \end_layout
32569
32570 \begin_layout Standard
32571
32572 \series bold
32573
32574 \backslash
32575 usepackage{ftnright}
32576 \end_layout
32577
32578 \begin_layout Standard
32579 \begin_inset Float figure
32580 placement !h
32581 alignment document
32582 wide false
32583 sideways false
32584 status open
32585
32586 \begin_layout Plain Layout
32587 \noindent
32588 \align center
32589 \begin_inset Box Boxed
32590 position "t"
32591 hor_pos "c"
32592 has_inner_box 0
32593 inner_pos "t"
32594 use_parbox 0
32595 use_makebox 0
32596 width ""
32597 special "none"
32598 height "1in"
32599 height_special "totalheight"
32600 thickness "0.4pt"
32601 separation "3pt"
32602 shadowsize "4pt"
32603 framecolor "black"
32604 backgroundcolor "none"
32605 status open
32606
32607 \begin_layout Plain Layout
32608 \begin_inset Graphics
32609         filename ../clipart/without_fntright.pdf
32610         width 100col%
32611         scaleBeforeRotation
32612
32613 \end_inset
32614
32615
32616 \end_layout
32617
32618 \end_inset
32619
32620
32621 \end_layout
32622
32623 \begin_layout Plain Layout
32624 \begin_inset Caption Standard
32625
32626 \begin_layout Plain Layout
32627 \begin_inset CommandInset label
32628 LatexCommand label
32629 name "abb:Standard-Fußnoten-Platzierung-in"
32630
32631 \end_inset
32632
32633 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32634 \begin_inset Argument 1
32635 status open
32636
32637 \begin_layout Plain Layout
32638 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \end_layout
32645
32646 \end_inset
32647
32648
32649 \end_layout
32650
32651 \end_inset
32652
32653
32654 \end_layout
32655
32656 \begin_layout Standard
32657 \begin_inset Float figure
32658 placement !h
32659 alignment document
32660 wide false
32661 sideways false
32662 status open
32663
32664 \begin_layout Plain Layout
32665 \noindent
32666 \align center
32667 \begin_inset Box Boxed
32668 position "t"
32669 hor_pos "c"
32670 has_inner_box 0
32671 inner_pos "t"
32672 use_parbox 0
32673 use_makebox 0
32674 width ""
32675 special "none"
32676 height "1in"
32677 height_special "totalheight"
32678 thickness "0.4pt"
32679 separation "3pt"
32680 shadowsize "4pt"
32681 framecolor "black"
32682 backgroundcolor "none"
32683 status open
32684
32685 \begin_layout Plain Layout
32686 \begin_inset Graphics
32687         filename ../clipart/with_fntright.pdf
32688         width 100col%
32689         scaleBeforeRotation
32690
32691 \end_inset
32692
32693
32694 \end_layout
32695
32696 \end_inset
32697
32698
32699 \end_layout
32700
32701 \begin_layout Plain Layout
32702 \begin_inset Caption Standard
32703
32704 \begin_layout Plain Layout
32705 \begin_inset CommandInset label
32706 LatexCommand label
32707 name "abb:Fußnoten-Platzierung-in-einem"
32708
32709 \end_inset
32710
32711 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
32712 -Paket 
32713 \series bold
32714 ftnright
32715 \series default
32716 .
32717 \begin_inset Argument 1
32718 status collapsed
32719
32720 \begin_layout Plain Layout
32721 Fußnoten-Platzierung mit 
32722 \family typewriter
32723 ftnright
32724 \end_layout
32725
32726 \end_inset
32727
32728
32729 \end_layout
32730
32731 \end_inset
32732
32733
32734 \end_layout
32735
32736 \end_inset
32737
32738
32739 \end_layout
32740
32741 \begin_layout Standard
32742 \begin_inset VSpace bigskip
32743 \end_inset
32744
32745 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
32746  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
32747 \begin_inset space ~
32748 \end_inset
32749
32750
32751 \begin_inset CommandInset ref
32752 LatexCommand ref
32753 reference "abb:endnotes"
32754
32755 \end_inset
32756
32757  gedruckt.
32758  Man nennt sie dann 
32759 \begin_inset Quotes gld
32760 \end_inset
32761
32762 Endnoten
32763 \begin_inset Quotes grd
32764 \end_inset
32765
32766 .
32767 \begin_inset Index idx
32768 status collapsed
32769
32770 \begin_layout Plain Layout
32771 Endnoten
32772 \end_layout
32773
32774 \end_inset
32775
32776  Um das zu erreichen, laden Sie im Menü 
32777 \family sans
32778 Dokument\SpecialChar menuseparator
32779 Einstellungen\SpecialChar menuseparator
32780 Module 
32781 \family default
32782 das Modul 
32783 \family sans
32784 Fußnote
32785 \begin_inset space ~
32786 \end_inset
32787
32788 als
32789 \begin_inset space ~
32790 \end_inset
32791
32792 Endnote
32793 \family default
32794 .
32795  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
32796 \end_layout
32797
32798 \begin_layout Standard
32799
32800 \series bold
32801
32802 \backslash
32803 theendnotes
32804 \end_layout
32805
32806 \begin_layout Standard
32807 als \SpecialChar TeX
32808 -Code am Ende des Abschnitts oder Kapitels ein.
32809 \end_layout
32810
32811 \begin_layout Standard
32812 \begin_inset Float figure
32813 placement document
32814 alignment document
32815 wide false
32816 sideways false
32817 status open
32818
32819 \begin_layout Plain Layout
32820 \align center
32821 \begin_inset Box Boxed
32822 position "t"
32823 hor_pos "c"
32824 has_inner_box 0
32825 inner_pos "t"
32826 use_parbox 0
32827 use_makebox 0
32828 width ""
32829 special "none"
32830 height "1in"
32831 height_special "totalheight"
32832 thickness "0.4pt"
32833 separation "3pt"
32834 shadowsize "4pt"
32835 framecolor "black"
32836 backgroundcolor "none"
32837 status open
32838
32839 \begin_layout Plain Layout
32840 \begin_inset Graphics
32841         filename ../clipart/endnotes.pdf
32842         width 100col%
32843         scaleBeforeRotation
32844
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \end_inset
32851
32852
32853 \end_layout
32854
32855 \begin_layout Plain Layout
32856 \begin_inset Caption Standard
32857
32858 \begin_layout Plain Layout
32859 \begin_inset CommandInset label
32860 LatexCommand label
32861 name "abb:endnotes"
32862
32863 \end_inset
32864
32865
32866 \series bold
32867 endnotes
32868 \series default
32869  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
32870  gedruckt.
32871 \end_layout
32872
32873 \end_inset
32874
32875
32876 \end_layout
32877
32878 \end_inset
32879
32880
32881 \end_layout
32882
32883 \begin_layout Standard
32884 \begin_inset VSpace medskip
32885 \end_inset
32886
32887 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
32888 ache übersetzt.
32889  Der folgende Befehl im \SpecialChar LaTeX
32890 -Vorspann  übersetzt den englischen Namen 
32891 \begin_inset Quotes gld
32892 \end_inset
32893
32894 Notes
32895 \begin_inset Quotes grd
32896 \end_inset
32897
32898  in 
32899 \begin_inset Quotes gld
32900 \end_inset
32901
32902 Anmerkungen
32903 \begin_inset Quotes grd
32904 \end_inset
32905
32906 :
32907 \end_layout
32908
32909 \begin_layout Standard
32910
32911 \series bold
32912
32913 \backslash
32914 renewcommand{
32915 \backslash
32916 notesname}{Anmerkungen}
32917 \end_layout
32918
32919 \begin_layout Standard
32920 \begin_inset VSpace medskip
32921 \end_inset
32922
32923 Wenn Sie in den Befehlen von Abschnitt
32924 \begin_inset space ~
32925 \end_inset
32926
32927
32928 \begin_inset CommandInset ref
32929 LatexCommand ref
32930 reference "uab:Fußnoten-Nummerierung"
32931
32932 \end_inset
32933
32934  
32935 \series bold
32936
32937 \backslash
32938 thefootnote
32939 \series default
32940  durch 
32941 \series bold
32942
32943 \backslash
32944 theendnote
32945 \series default
32946  ersetzen, können Sie die Nummerierung von Endnoten ändern.
32947  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
32948 \series bold
32949
32950 \backslash
32951 @addtoreset
32952 \series default
32953  wie in Abschnitt
32954 \begin_inset space \space{}
32955 \end_inset
32956
32957
32958 \begin_inset CommandInset ref
32959 LatexCommand ref
32960 reference "uab:Fußnoten-Nummerierung"
32961
32962 \end_inset
32963
32964  beschrieben und ersetzen 
32965 \series bold
32966 footnote
32967 \series default
32968  durch 
32969 \series bold
32970 endnote
32971 \series default
32972 .
32973 \end_layout
32974
32975 \begin_layout Standard
32976 Für Endnoten gibt es den Befehl 
32977 \series bold
32978
32979 \backslash
32980 endnotemark[Nummer]
32981 \series default
32982  analog zum Befehl 
32983 \series bold
32984
32985 \backslash
32986 footnotemark
32987 \series default
32988  der in Abschnitt
32989 \begin_inset space ~
32990 \end_inset
32991
32992
32993 \begin_inset CommandInset ref
32994 LatexCommand ref
32995 reference "abs:Fußnoten"
32996
32997 \end_inset
32998
32999  beschrieben ist.
33000 \end_layout
33001
33002 \begin_layout Standard
33003 \begin_inset VSpace bigskip
33004 \end_inset
33005
33006 Mit dem \SpecialChar LaTeX
33007 -Paket 
33008 \series bold
33009 footmisc
33010 \series default
33011
33012 \begin_inset Index idx
33013 status collapsed
33014
33015 \begin_layout Plain Layout
33016 \SpecialChar LaTeX
33017 -Pakete ! footmisc
33018 \end_layout
33019
33020 \end_inset
33021
33022  (
33023 \begin_inset CommandInset citation
33024 LatexCommand cite
33025 key "footmisc"
33026 literal "true"
33027
33028 \end_inset
33029
33030 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
33031 \end_layout
33032
33033 \begin_layout Standard
33034 In \SpecialChar LaTeX
33035 -Büchern, 
33036 \begin_inset CommandInset citation
33037 LatexCommand cite
33038 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
33039 literal "true"
33040
33041 \end_inset
33042
33043 , finden Sie weiteres zu Fußnoten.
33044  Wenn Sie eine 
33045 \series bold
33046 KOMA-Script
33047 \series default
33048
33049 \begin_inset Index idx
33050 status collapsed
33051
33052 \begin_layout Plain Layout
33053 \SpecialChar LaTeX
33054 -Pakete ! KOMA-Script
33055 \end_layout
33056
33057 \end_inset
33058
33059  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
33060 zifische Befehle anpassen, siehe 
33061 \begin_inset CommandInset citation
33062 LatexCommand cite
33063 key "KOMA-Script"
33064 literal "true"
33065
33066 \end_inset
33067
33068 .
33069 \end_layout
33070
33071 \begin_layout Section
33072 Randnotizen
33073 \begin_inset Index idx
33074 status collapsed
33075
33076 \begin_layout Plain Layout
33077 Randnotizen
33078 \end_layout
33079
33080 \end_inset
33081
33082
33083 \begin_inset Index idx
33084 status collapsed
33085
33086 \begin_layout Plain Layout
33087 Notizen ! Randnotizen
33088 \end_layout
33089
33090 \end_inset
33091
33092
33093 \end_layout
33094
33095 \begin_layout Standard
33096 Randnotizen sehen in \SpecialChar LyX
33097  wie Fußnoten aus und verhalten sich auch so.
33098  Sie fügen sie mit einem Klick auf den Schalter 
33099 \begin_inset Info
33100 type  "icon"
33101 arg   "marginalnote-insert"
33102 \end_inset
33103
33104  oder über 
33105 \family sans
33106 Einfügen\SpecialChar menuseparator
33107 Randnotiz
33108 \family default
33109  ein.
33110  Ein graues Kästchen mit der Aufschrift 
33111 \begin_inset Quotes gld
33112 \end_inset
33113
33114 Rand
33115 \begin_inset Quotes grd
33116 \end_inset
33117
33118  erscheint
33119 \family roman
33120 \series medium
33121 , und dort, wo der Cursor steht, können Sie Text eingeben.
33122 \end_layout
33123
33124 \begin_layout Standard
33125 Hier am Rand sehen Sie eine Randnotiz.
33126  
33127 \begin_inset Marginal
33128 status open
33129
33130 \begin_layout Plain Layout
33131 Dies ist eine Randnotiz.
33132 \end_layout
33133
33134 \end_inset
33135
33136
33137 \end_layout
33138
33139 \begin_layout Standard
33140 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
33141  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
33142  Seiten und rechts auf den ungeraden.
33143  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
33144  wird und umgekehrt.
33145  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
33146  wurde.
33147 \end_layout
33148
33149 \begin_layout Standard
33150 \begin_inset VSpace bigskip
33151 \end_inset
33152
33153 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
33154 \end_layout
33155
33156 \begin_layout Standard
33157
33158 \series bold
33159
33160 \backslash
33161 reversemarginpar
33162 \end_layout
33163
33164 \begin_layout Standard
33165 als \SpecialChar TeX
33166 -Code vor einer Randnotiz ein.
33167  Das gilt dann für alle folgenden Randnotizen.
33168  
33169 \begin_inset ERT
33170 status collapsed
33171
33172 \begin_layout Plain Layout
33173
33174
33175 \backslash
33176 reversemarginpar 
33177 \end_layout
33178
33179 \end_inset
33180
33181
33182 \begin_inset Marginal
33183 status open
33184
33185 \begin_layout Plain Layout
33186 Hier ist ein Beispiel im inneren Rand.
33187 \end_layout
33188
33189 \end_inset
33190
33191
33192 \begin_inset Newline newline
33193 \end_inset
33194
33195
33196 \begin_inset Note Greyedout
33197 status open
33198
33199 \begin_layout Plain Layout
33200  
33201 \series bold
33202 Achtung:
33203 \series default
33204  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
33205 \end_layout
33206
33207 \end_inset
33208
33209
33210 \end_layout
33211
33212 \begin_layout Standard
33213 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
33214 \end_layout
33215
33216 \begin_layout Standard
33217
33218 \series bold
33219
33220 \backslash
33221 normalmarginpar
33222 \end_layout
33223
33224 \begin_layout Standard
33225 als \SpecialChar TeX
33226 -Code ein.
33227 \begin_inset ERT
33228 status collapsed
33229
33230 \begin_layout Plain Layout
33231
33232
33233 \backslash
33234 normalmarginpar 
33235 \end_layout
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \begin_layout Standard
33243 \begin_inset Note Greyedout
33244 status open
33245
33246 \begin_layout Plain Layout
33247
33248 \series bold
33249 Achtung:
33250 \series default
33251  Der Befehl wird missachtet, wenn er im selben Absatz wie 
33252 \series bold
33253
33254 \backslash
33255 reversemarginpar
33256 \series default
33257  verwendet wird.
33258 \end_layout
33259
33260 \end_inset
33261
33262
33263 \end_layout
33264
33265 \begin_layout Standard
33266 \begin_inset VSpace bigskip
33267 \end_inset
33268
33269
33270 \begin_inset Marginal
33271 status open
33272
33273 \begin_layout Plain Layout
33274
33275 \family roman
33276 \series medium
33277 EinSehrLangesWort am Anfang, das umgebrochen wird.
33278 \end_layout
33279
33280 \end_inset
33281
33282  Ähnlich wie in Abschnitt
33283 \begin_inset space ~
33284 \end_inset
33285
33286
33287 \begin_inset CommandInset ref
33288 LatexCommand ref
33289 reference "uab:Mehrere-Zeilen-in"
33290
33291 \end_inset
33292
33293  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
33294  Wort der Randnotiz sind.
33295  Um das zu vermeiden, fügen sie 0
33296 \begin_inset space \thinspace{}
33297 \end_inset
33298
33299 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
33300 \begin_inset Marginal
33301 status open
33302
33303 \begin_layout Plain Layout
33304 \begin_inset space \hspace{}
33305 \length 0pt
33306 \end_inset
33307
33308
33309 \family roman
33310 \series medium
33311 EinSehrLangesWort am Anfang, das umgebrochen wird.
33312 \end_layout
33313
33314 \end_inset
33315
33316
33317 \end_layout
33318
33319 \begin_layout Standard
33320 \begin_inset VSpace bigskip
33321 \end_inset
33322
33323
33324 \end_layout
33325
33326 \begin_layout Standard
33327 \begin_inset Note Greyedout
33328 status open
33329
33330 \begin_layout Plain Layout
33331
33332 \series bold
33333 Bemerkung:
33334 \series default
33335  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
33336  verwendet werden.
33337 \end_layout
33338
33339 \end_inset
33340
33341
33342 \end_layout
33343
33344 \begin_layout Standard
33345 \begin_inset VSpace bigskip
33346 \end_inset
33347
33348
33349 \end_layout
33350
33351 \begin_layout Standard
33352 \begin_inset ERT
33353 status collapsed
33354
33355 \begin_layout Plain Layout
33356
33357
33358 \backslash
33359 ifmarginnote
33360 \end_layout
33361
33362 \end_inset
33363
33364
33365 \begin_inset Note Note
33366 status open
33367
33368 \begin_layout Plain Layout
33369 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
33370 -Paket 
33371 \series bold
33372 marginnote
33373 \series default
33374  installiert ist.
33375 \end_layout
33376
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \begin_layout Standard
33383 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
33384 -Paket 
33385 \series bold
33386 marginnote
33387 \series default
33388
33389 \begin_inset Index idx
33390 status collapsed
33391
33392 \begin_layout Plain Layout
33393 \SpecialChar LaTeX
33394 -Pakete ! marginnote
33395 \end_layout
33396
33397 \end_inset
33398
33399  verwendet wird.
33400  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
33401 -Vorspann hinzufügen, wird der Befehl, der
33402  von \SpecialChar LyX
33403  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
33404  Pakets 
33405 \series bold
33406 marginnote
33407 \series default
33408  für Randnotizen verwendet wird:
33409 \end_layout
33410
33411 \begin_layout Standard
33412
33413 \series bold
33414
33415 \backslash
33416 usepackage{marginnote}
33417 \begin_inset Newline newline
33418 \end_inset
33419
33420
33421 \backslash
33422 let
33423 \backslash
33424 marginpar
33425 \backslash
33426 marginnote
33427 \end_layout
33428
33429 \begin_layout Standard
33430 Dies wird auch in diesem Dokument verwendet, denn 
33431 \series bold
33432 marginnote
33433 \series default
33434  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
33435  für Randnotizen angeben.
33436  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
33437 n zu dicht beieinander sind.
33438  Der Versatz wird in \SpecialChar LyX
33439  als \SpecialChar TeX
33440 -Code direkt nach der Randnotiz mit dem Schema
33441 \end_layout
33442
33443 \begin_layout Standard
33444
33445 \series bold
33446 [Versatz]
33447 \end_layout
33448
33449 \begin_layout Standard
33450 angegeben.
33451  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
33452 \begin_inset space ~
33453 \end_inset
33454
33455
33456 \begin_inset CommandInset ref
33457 LatexCommand ref
33458 reference "tab:Maßeinheiten"
33459
33460 \end_inset
33461
33462  aufgelistet sind.
33463  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
33464  nach unten.
33465  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
33466 \begin_inset space \thinspace{}
33467 \end_inset
33468
33469 cm mit dem \SpecialChar TeX
33470 -Code-Befehl  
33471 \begin_inset Quotes gld
33472 \end_inset
33473
33474
33475 \series bold
33476 [-1.5cm]
33477 \series default
33478
33479 \begin_inset Quotes grd
33480 \end_inset
33481
33482  nach oben versetzt.
33483 \begin_inset Marginal
33484 status open
33485
33486 \begin_layout Plain Layout
33487 Diese Randnotiz ist 1.5
33488 \begin_inset space \thinspace{}
33489 \end_inset
33490
33491 cm von ihrer Originalposition nach oben versetzt.
33492 \end_layout
33493
33494 \end_inset
33495
33496
33497 \begin_inset ERT
33498 status collapsed
33499
33500 \begin_layout Plain Layout
33501
33502 [-1.5cm]
33503 \end_layout
33504
33505 \end_inset
33506
33507
33508 \end_layout
33509
33510 \begin_layout Standard
33511 \begin_inset VSpace medskip
33512 \end_inset
33513
33514 Mit 
33515 \series bold
33516 marginnote
33517 \series default
33518  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
33519  Zum Beispiel setzen die Befehle
33520 \end_layout
33521
33522 \begin_layout Standard
33523
33524 \series bold
33525
33526 \backslash
33527 renewcommand*{
33528 \backslash
33529 raggedleftmarginnote}{
33530 \backslash
33531 centering}
33532 \begin_inset Newline newline
33533 \end_inset
33534
33535
33536 \backslash
33537 renewcommand*{
33538 \backslash
33539 raggedrightmarginnote}{
33540 \backslash
33541 centering}
33542 \end_layout
33543
33544 \begin_layout Standard
33545 die Ausrichtung auf zentriert.
33546  
33547 \series bold
33548
33549 \backslash
33550 raggedleftmarginnote
33551 \series default
33552  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
33553  
33554 \begin_inset ERT
33555 status collapsed
33556
33557 \begin_layout Plain Layout
33558
33559
33560 \backslash
33561 renewcommand*{
33562 \backslash
33563 raggedleftmarginnote}{
33564 \backslash
33565 centering}
33566 \end_layout
33567
33568 \begin_layout Plain Layout
33569
33570
33571 \backslash
33572 renewcommand*{
33573 \backslash
33574 raggedrightmarginnote}{
33575 \backslash
33576 centering}
33577 \end_layout
33578
33579 \end_inset
33580
33581
33582 \begin_inset Marginal
33583 status open
33584
33585 \begin_layout Plain Layout
33586 Der Text dieser Randnotiz ist zentriert ausgerichtet.
33587 \end_layout
33588
33589 \end_inset
33590
33591  Die Voreinstellung ist
33592 \end_layout
33593
33594 \begin_layout Standard
33595
33596 \series bold
33597
33598 \backslash
33599 renewcommand*{
33600 \backslash
33601 raggedleftmarginnote}{
33602 \backslash
33603 raggedleft}
33604 \begin_inset Newline newline
33605 \end_inset
33606
33607
33608 \backslash
33609 renewcommand*{
33610 \backslash
33611 raggedrightmarginnote}{
33612 \backslash
33613 raggedright}
33614 \series default
33615
33616 \begin_inset ERT
33617 status collapsed
33618
33619 \begin_layout Plain Layout
33620
33621
33622 \backslash
33623 renewcommand*{
33624 \backslash
33625 raggedleftmarginnote}{
33626 \backslash
33627 raggedleft}
33628 \end_layout
33629
33630 \begin_layout Plain Layout
33631
33632
33633 \backslash
33634 renewcommand*{
33635 \backslash
33636 raggedrightmarginnote}{
33637 \backslash
33638 raggedright}
33639 \end_layout
33640
33641 \end_inset
33642
33643
33644 \end_layout
33645
33646 \begin_layout Standard
33647 \begin_inset VSpace medskip
33648 \end_inset
33649
33650 Für weitere Fähigkeiten des Pakets 
33651 \series bold
33652 marginnote
33653 \series default
33654  sei auf dessen Dokumentation verwiesen 
33655 \begin_inset CommandInset citation
33656 LatexCommand cite
33657 key "marginnote"
33658 literal "true"
33659
33660 \end_inset
33661
33662 .
33663 \end_layout
33664
33665 \begin_layout Standard
33666 \begin_inset VSpace bigskip
33667 \end_inset
33668
33669 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
33670  geändert werden.
33671  Um z.
33672 \begin_inset space \thinspace{}
33673 \end_inset
33674
33675 B.
33676  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
33677  und fettgedruckten Text 
33678 \begin_inset Quotes eld
33679 \end_inset
33680
33681
33682 \family sans
33683 \series bold
33684 \bar under
33685 Achtung!
33686 \family default
33687 \series default
33688 \bar default
33689
33690 \begin_inset Quotes erd
33691 \end_inset
33692
33693  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
33694 -Vorspann hinzu:
33695 \end_layout
33696
33697 \begin_layout Standard
33698
33699 \series bold
33700
33701 \backslash
33702 let
33703 \backslash
33704 myMarginpar
33705 \backslash
33706 marginpar
33707 \begin_inset Newline newline
33708 \end_inset
33709
33710
33711 \backslash
33712 renewcommand{
33713 \backslash
33714 marginpar}[1]{
33715 \backslash
33716 myMarginpar{%
33717 \begin_inset Newline newline
33718 \end_inset
33719
33720
33721 \begin_inset Phantom HPhantom
33722 status open
33723
33724 \begin_layout Plain Layout
33725
33726 \series bold
33727 \begin_inset space ~
33728 \end_inset
33729
33730
33731 \end_layout
33732
33733 \end_inset
33734
33735
33736 \backslash
33737 hspace{0pt}
33738 \backslash
33739 textsf{
33740 \backslash
33741 textbf{
33742 \backslash
33743 underbar{Achtung!}}}%
33744 \begin_inset Newline newline
33745 \end_inset
33746
33747
33748 \begin_inset Phantom HPhantom
33749 status open
33750
33751 \begin_layout Plain Layout
33752
33753 \series bold
33754 \begin_inset space ~
33755 \end_inset
33756
33757
33758 \end_layout
33759
33760 \end_inset
33761
33762
33763 \backslash
33764 vspace{1.5mm}
33765 \backslash
33766
33767 \backslash
33768 #1}}
33769 \end_layout
33770
33771 \begin_layout Standard
33772 \begin_inset ERT
33773 status collapsed
33774
33775 \begin_layout Plain Layout
33776
33777
33778 \backslash
33779 let
33780 \backslash
33781 myMarginpar
33782 \backslash
33783 marginpar
33784 \end_layout
33785
33786 \begin_layout Plain Layout
33787
33788
33789 \backslash
33790 renewcommand{
33791 \backslash
33792 marginpar}[1]{
33793 \backslash
33794 myMarginpar{%
33795 \end_layout
33796
33797 \begin_layout Plain Layout
33798
33799    
33800 \backslash
33801 textsf{
33802 \backslash
33803 textbf{
33804 \backslash
33805 underbar{Achtung!}}}%
33806 \end_layout
33807
33808 \begin_layout Plain Layout
33809
33810    
33811 \backslash
33812 vspace{1.5mm}
33813 \backslash
33814
33815 \backslash
33816 #1}}
33817 \end_layout
33818
33819 \end_inset
33820
33821
33822 \begin_inset Marginal
33823 status open
33824
33825 \begin_layout Plain Layout
33826 Dies ist eine Randnotiz mit einer definierten Überschrift.
33827 \end_layout
33828
33829 \end_inset
33830
33831
33832 \begin_inset ERT
33833 status collapsed
33834
33835 \begin_layout Plain Layout
33836
33837 [-1.5cm]
33838 \end_layout
33839
33840 \end_inset
33841
33842
33843 \begin_inset ERT
33844 status collapsed
33845
33846 \begin_layout Plain Layout
33847
33848
33849 \backslash
33850 renewcommand{
33851 \backslash
33852 marginpar}[1]{
33853 \backslash
33854 myMarginpar{#1}}
33855 \end_layout
33856
33857 \end_inset
33858
33859
33860 \begin_inset Note Note
33861 status open
33862
33863 \begin_layout Plain Layout
33864 Das Format wurde nur für dieses Beispiel geändert.
33865 \end_layout
33866
33867 \end_inset
33868
33869
33870 \end_layout
33871
33872 \begin_layout Standard
33873 \begin_inset ERT
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877
33878
33879 \backslash
33880 else
33881 \end_layout
33882
33883 \end_inset
33884
33885
33886 \begin_inset Note Note
33887 status open
33888
33889 \begin_layout Plain Layout
33890 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
33891 -Paket 
33892 \series bold
33893 marginnote
33894 \series default
33895  nicht installiert ist:
33896 \end_layout
33897
33898 \end_inset
33899
33900
33901 \end_layout
33902
33903 \begin_layout Standard
33904 Das \SpecialChar LaTeX
33905 -Paket 
33906 \series bold
33907 marginnote
33908 \series default
33909  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
33910 \end_layout
33911
33912 \begin_layout Standard
33913 \begin_inset ERT
33914 status collapsed
33915
33916 \begin_layout Plain Layout
33917
33918
33919 \backslash
33920 fi
33921 \end_layout
33922
33923 \end_inset
33924
33925
33926 \end_layout
33927
33928 \begin_layout Chapter
33929 Boxen
33930 \end_layout
33931
33932 \begin_layout Section
33933 Einleitung
33934 \begin_inset Index idx
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938 Boxen ! Einleitung
33939 \end_layout
33940
33941 \end_inset
33942
33943
33944 \end_layout
33945
33946 \begin_layout Standard
33947 Boxen werden benutzt, um einen Textblock zu formatieren.
33948  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
33949  siehe Abschnitt
33950 \begin_inset space ~
33951 \end_inset
33952
33953
33954 \begin_inset CommandInset ref
33955 LatexCommand ref
33956 reference "abs:Minipage"
33957
33958 \end_inset
33959
33960 , um Text zu umrahmen, siehe Abschnitt
33961 \begin_inset space ~
33962 \end_inset
33963
33964
33965 \begin_inset CommandInset ref
33966 LatexCommand ref
33967 reference "uab:Verzierung"
33968
33969 \end_inset
33970
33971 , um Silbentrennung zu verhindern, siehe Abschnitt
33972 \begin_inset space ~
33973 \end_inset
33974
33975
33976 \begin_inset CommandInset ref
33977 LatexCommand ref
33978 reference "abs:Silbentrennung-unterbinden"
33979
33980 \end_inset
33981
33982 , um Text senkrecht auszurichten, siehe Abschnitt
33983 \begin_inset space ~
33984 \end_inset
33985
33986
33987 \begin_inset CommandInset ref
33988 LatexCommand ref
33989 reference "uab:Vertikale-Ausrichtung"
33990
33991 \end_inset
33992
33993  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
33994 \begin_inset space ~
33995 \end_inset
33996
33997
33998 \begin_inset CommandInset ref
33999 LatexCommand ref
34000 reference "abs:Farbige-Boxen"
34001
34002 \end_inset
34003
34004 .
34005 \end_layout
34006
34007 \begin_layout Standard
34008 Boxen werden mit 
34009 \family sans
34010 Einfügen\SpecialChar menuseparator
34011 Box
34012 \family default
34013  oder dem Schalter 
34014 \begin_inset Info
34015 type  "icon"
34016 arg   "box-insert Frameless"
34017 \end_inset
34018
34019  eingefügt.
34020  Ein graues Kästchen mit der Aufschrift 
34021 \begin_inset Quotes gld
34022 \end_inset
34023
34024 Box (Minipage)
34025 \begin_inset Quotes grd
34026 \end_inset
34027
34028  erscheint: 
34029 \begin_inset Graphics
34030         filename clipart/StandardBox.png
34031         scale 95
34032         scaleBeforeRotation
34033
34034 \end_inset
34035
34036  Mit einem Rechts\SpecialChar softhyphen
34037 klick auf das graue Kästchen und der Auswahl von 
34038 \family sans
34039 Einstellungen
34040 \family default
34041  kann der Typ spezifiziert werden.
34042  Das Dialogfenster bietet bei 
34043 \family sans
34044 Innere
34045 \begin_inset space ~
34046 \end_inset
34047
34048 Box
34049 \family default
34050  die Typen 
34051 \family sans
34052 Makebox
34053 \family default
34054
34055 \family sans
34056 Parbox
34057 \family default
34058  und 
34059 \family sans
34060 Minipage
34061 \family default
34062  an.
34063  
34064 \family sans
34065 Minipage
34066 \family default
34067  ist die Standard-Einstellung für neue Boxen und in Abschnitt
34068 \begin_inset space ~
34069 \end_inset
34070
34071
34072 \begin_inset CommandInset ref
34073 LatexCommand ref
34074 reference "abs:Minipage"
34075
34076 \end_inset
34077
34078  beschrieben, 
34079 \family sans
34080 Parbox
34081 \family default
34082  in Abschnitt
34083 \begin_inset space ~
34084 \end_inset
34085
34086
34087 \begin_inset CommandInset ref
34088 LatexCommand ref
34089 reference "abs:Parbox"
34090
34091 \end_inset
34092
34093  und 
34094 \family sans
34095 Makebox
34096 \family default
34097  in 
34098 \begin_inset CommandInset ref
34099 LatexCommand ref
34100 reference "abs:Silbentrennung-unterbinden"
34101
34102 \end_inset
34103
34104 .
34105 \end_layout
34106
34107 \begin_layout Standard
34108 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
34109  wie auf Gleitobjekte und Fußnoten.
34110 \end_layout
34111
34112 \begin_layout Standard
34113 \begin_inset Note Greyedout
34114 status open
34115
34116 \begin_layout Plain Layout
34117
34118 \series bold
34119 Bemerkung
34120 \begin_inset space ~
34121 \end_inset
34122
34123 1:
34124 \series default
34125  Boxen dürfen in 
34126 \family sans
34127 List-
34128 \family default
34129  oder 
34130 \family sans
34131 Beschreibung-
34132 \family default
34133 Umgebungen nicht verwendet werden.
34134 \end_layout
34135
34136 \end_inset
34137
34138
34139 \end_layout
34140
34141 \begin_layout Standard
34142 \begin_inset Note Greyedout
34143 status open
34144
34145 \begin_layout Plain Layout
34146
34147 \series bold
34148 Bemerkung
34149 \begin_inset space ~
34150 \end_inset
34151
34152 2:
34153 \series default
34154  Boxen ohne 
34155 \family sans
34156 Innere
34157 \begin_inset space ~
34158 \end_inset
34159
34160 Box
34161 \family default
34162  und ohne Rahmen werden in Abschnitt
34163 \begin_inset space ~
34164 \end_inset
34165
34166
34167 \begin_inset CommandInset ref
34168 LatexCommand ref
34169 reference "abs:Silbentrennung-unterbinden"
34170
34171 \end_inset
34172
34173  beschrieben.
34174 \end_layout
34175
34176 \end_inset
34177
34178
34179 \end_layout
34180
34181 \begin_layout Section
34182 Das Box-Einstellungen-Fenster
34183 \begin_inset CommandInset label
34184 LatexCommand label
34185 name "abs:Box-Dialog"
34186
34187 \end_inset
34188
34189
34190 \begin_inset Index idx
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194 Boxen ! Box-Dialog-Fenster
34195 \end_layout
34196
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \begin_layout Subsection
34203 Box-Größe
34204 \begin_inset Index idx
34205 status collapsed
34206
34207 \begin_layout Plain Layout
34208 Boxen ! Größe
34209 \end_layout
34210
34211 \end_inset
34212
34213
34214 \end_layout
34215
34216 \begin_layout Standard
34217 Im 
34218 \family sans
34219 Box-Einstellungen
34220 \family default
34221 -Fenster können Sie die Größe der Box mit 
34222 \family sans
34223 Breite
34224 \family default
34225  und 
34226 \family sans
34227 Höhe 
34228 \family default
34229 festlegen.
34230  Die verfügbaren Einheiten werden in Tabelle
34231 \begin_inset space ~
34232 \end_inset
34233
34234
34235 \begin_inset CommandInset ref
34236 LatexCommand ref
34237 reference "tab:Maßeinheiten"
34238
34239 \end_inset
34240
34241  aufgelistet.
34242  Das Feld
34243 \family sans
34244  Höhe
34245 \family default
34246  bietet die folgenden zusätzlichen Größen:
34247 \end_layout
34248
34249 \begin_layout Description
34250 Tiefe Dies ist die reine Text-
34251 \begin_inset Quotes gld
34252 \end_inset
34253
34254 Höhe
34255 \begin_inset Quotes grd
34256 \end_inset
34257
34258 .
34259  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
34260 \begin_inset Newline newline
34261 \end_inset
34262
34263
34264 \begin_inset Newline newline
34265 \end_inset
34266
34267
34268 \begin_inset Newline newline
34269 \end_inset
34270
34271
34272 \begin_inset Box Boxed
34273 position "c"
34274 hor_pos "c"
34275 has_inner_box 1
34276 inner_pos "c"
34277 use_parbox 0
34278 use_makebox 0
34279 width "12col%"
34280 special "none"
34281 height "1in"
34282 height_special "depth"
34283 thickness "0.4pt"
34284 separation "3pt"
34285 shadowsize "4pt"
34286 framecolor "black"
34287 backgroundcolor "none"
34288 status collapsed
34289
34290 \begin_layout Plain Layout
34291 \align center
34292 Box-Höhe = 1
34293 \begin_inset space \thinspace{}
34294 \end_inset
34295
34296 Tiefe
34297 \end_layout
34298
34299 \end_inset
34300
34301
34302 \begin_inset Newline newline
34303 \end_inset
34304
34305
34306 \begin_inset Newline newline
34307 \end_inset
34308
34309
34310 \end_layout
34311
34312 \begin_layout Description
34313 Höhe Dies ist die Texthöhe innerhalb der Box.
34314  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
34315  Texthöhe setzen: 
34316 \begin_inset Box Boxed
34317 position "c"
34318 hor_pos "c"
34319 has_inner_box 1
34320 inner_pos "c"
34321 use_parbox 0
34322 use_makebox 0
34323 width "20col%"
34324 special "none"
34325 height "2in"
34326 height_special "height"
34327 thickness "0.4pt"
34328 separation "3pt"
34329 shadowsize "4pt"
34330 framecolor "black"
34331 backgroundcolor "none"
34332 status collapsed
34333
34334 \begin_layout Plain Layout
34335 \align center
34336 Boxhöhe = 2
34337 \begin_inset space \thinspace{}
34338 \end_inset
34339
34340 Höhe
34341 \end_layout
34342
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \begin_layout Description
34349 Gesamthöhe Dies ist Höhe
34350 \begin_inset space \thinspace{}
34351 \end_inset
34352
34353 +
34354 \begin_inset space \thinspace{}
34355 \end_inset
34356
34357 Tiefe: 
34358 \begin_inset Box Boxed
34359 position "c"
34360 hor_pos "c"
34361 has_inner_box 1
34362 inner_pos "c"
34363 use_parbox 0
34364 use_makebox 0
34365 width "20col%"
34366 special "none"
34367 height "1in"
34368 height_special "totalheight"
34369 thickness "0.4pt"
34370 separation "3pt"
34371 shadowsize "4pt"
34372 framecolor "black"
34373 backgroundcolor "none"
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377 \align center
34378 Boxhöhe = 1
34379 \begin_inset space \thinspace{}
34380 \end_inset
34381
34382 Gesamthöhe
34383 \end_layout
34384
34385 \end_inset
34386
34387
34388 \end_layout
34389
34390 \begin_layout Description
34391 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
34392 \begin_inset Box Boxed
34393 position "c"
34394 hor_pos "c"
34395 has_inner_box 1
34396 inner_pos "c"
34397 use_parbox 0
34398 use_makebox 0
34399 width "12col%"
34400 special "none"
34401 height "1in"
34402 height_special "width"
34403 thickness "0.4pt"
34404 separation "3pt"
34405 shadowsize "4pt"
34406 framecolor "black"
34407 backgroundcolor "none"
34408 status collapsed
34409
34410 \begin_layout Plain Layout
34411 \align center
34412 Boxhöhe = 1
34413 \begin_inset space \thinspace{}
34414 \end_inset
34415
34416 Breite
34417 \end_layout
34418
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Subsection
34425 Ausrichtung
34426 \begin_inset Index idx
34427 status collapsed
34428
34429 \begin_layout Plain Layout
34430 Boxen ! Ausrichtung
34431 \end_layout
34432
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \begin_layout Standard
34439 Wenn Sie eine 
34440 \family sans
34441 Innere
34442 \begin_inset space ~
34443 \end_inset
34444
34445 Box
34446 \family default
34447  gewählt haben, kann die Box mit folgenden Werten für 
34448 \family sans
34449 Box
34450 \family default
34451  senkrecht ausgerichtet werden:
34452 \end_layout
34453
34454 \begin_layout Description
34455 Oben Dies ist ein Beispieltext.
34456  
34457 \begin_inset Box Boxed
34458 position "t"
34459 hor_pos "c"
34460 has_inner_box 1
34461 inner_pos "c"
34462 use_parbox 0
34463 use_makebox 0
34464 width "20col%"
34465 special "none"
34466 height "1in"
34467 height_special "totalheight"
34468 thickness "0.4pt"
34469 separation "3pt"
34470 shadowsize "4pt"
34471 framecolor "black"
34472 backgroundcolor "none"
34473 status collapsed
34474
34475 \begin_layout Plain Layout
34476 \align center
34477 Die Ober\SpecialChar softhyphen
34478 kante der Box ist in der Zeile.
34479 \end_layout
34480
34481 \end_inset
34482
34483  Dies ist ein Beispieltext.
34484 \end_layout
34485
34486 \begin_layout Description
34487 Mitte Dies ist ein Beispieltext.
34488  
34489 \begin_inset Box Boxed
34490 position "c"
34491 hor_pos "c"
34492 has_inner_box 1
34493 inner_pos "c"
34494 use_parbox 0
34495 use_makebox 0
34496 width "20col%"
34497 special "none"
34498 height "1in"
34499 height_special "totalheight"
34500 thickness "0.4pt"
34501 separation "3pt"
34502 shadowsize "4pt"
34503 framecolor "black"
34504 backgroundcolor "none"
34505 status collapsed
34506
34507 \begin_layout Plain Layout
34508 \align center
34509 Die Mitte der Box ist in der Zeile.
34510 \end_layout
34511
34512 \end_inset
34513
34514  Dies ist ein Beispieltext.
34515 \end_layout
34516
34517 \begin_layout Description
34518 Unten Dies ist ein Beispieltext.
34519  
34520 \begin_inset Box Boxed
34521 position "b"
34522 hor_pos "c"
34523 has_inner_box 1
34524 inner_pos "c"
34525 use_parbox 0
34526 use_makebox 0
34527 width "20col%"
34528 special "none"
34529 height "1in"
34530 height_special "totalheight"
34531 thickness "0.4pt"
34532 separation "3pt"
34533 shadowsize "4pt"
34534 framecolor "black"
34535 backgroundcolor "none"
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539 \align center
34540 Die Unter\SpecialChar softhyphen
34541 kante der Box ist in der Zeile.
34542 \end_layout
34543
34544 \end_inset
34545
34546  Dies ist ein Beispieltext.
34547 \end_layout
34548
34549 \begin_layout Standard
34550 \begin_inset Note Greyedout
34551 status open
34552
34553 \begin_layout Plain Layout
34554
34555 \series bold
34556 Bemerkung:
34557 \series default
34558  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
34559  Boxen in einer Zeile sind und eine Box z.
34560 \begin_inset space \thinspace{}
34561 \end_inset
34562
34563 B.
34564  schattiert ist, die andere aber nicht.
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \begin_layout Standard
34573 Eine Box kann mit dem Dialog 
34574 \family sans
34575 Absatz-Einstellungen
34576 \family default
34577  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
34578 \end_layout
34579
34580 \begin_layout Standard
34581 \begin_inset VSpace bigskip
34582 \end_inset
34583
34584 Wenn Sie eine 
34585 \family sans
34586 Innere
34587 \begin_inset space ~
34588 \end_inset
34589
34590 Box
34591 \family default
34592  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
34593 \family sans
34594 Inhalt
34595 \family default
34596  senkrecht ausgerichtet werden:
34597 \end_layout
34598
34599 \begin_layout Description
34600 Oben Dies ist ein Beispieltext.
34601  
34602 \begin_inset Box Boxed
34603 position "c"
34604 hor_pos "c"
34605 has_inner_box 1
34606 inner_pos "t"
34607 use_parbox 0
34608 use_makebox 0
34609 width "20col%"
34610 special "none"
34611 height "1.5in"
34612 height_special "totalheight"
34613 thickness "0.4pt"
34614 separation "3pt"
34615 shadowsize "4pt"
34616 framecolor "black"
34617 backgroundcolor "none"
34618 status collapsed
34619
34620 \begin_layout Plain Layout
34621 \align center
34622 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
34623 \end_layout
34624
34625 \end_inset
34626
34627  Dies ist ein Beispieltext.
34628 \end_layout
34629
34630 \begin_layout Description
34631 Mitte Dies ist ein Beispieltext.
34632  
34633 \begin_inset Box Boxed
34634 position "c"
34635 hor_pos "c"
34636 has_inner_box 1
34637 inner_pos "c"
34638 use_parbox 0
34639 use_makebox 0
34640 width "20col%"
34641 special "none"
34642 height "1.5in"
34643 height_special "totalheight"
34644 thickness "0.4pt"
34645 separation "3pt"
34646 shadowsize "4pt"
34647 framecolor "black"
34648 backgroundcolor "none"
34649 status collapsed
34650
34651 \begin_layout Plain Layout
34652 \align center
34653 Der Boxinhalt ist zentriert ausgerichtet.
34654 \end_layout
34655
34656 \end_inset
34657
34658  Dies ist ein Beispieltext.
34659 \end_layout
34660
34661 \begin_layout Description
34662 Unten Dies ist ein Beispieltext.
34663  
34664 \begin_inset Box Boxed
34665 position "c"
34666 hor_pos "c"
34667 has_inner_box 1
34668 inner_pos "b"
34669 use_parbox 0
34670 use_makebox 0
34671 width "20col%"
34672 special "none"
34673 height "1.5in"
34674 height_special "totalheight"
34675 thickness "0.4pt"
34676 separation "3pt"
34677 shadowsize "4pt"
34678 framecolor "black"
34679 backgroundcolor "none"
34680 status collapsed
34681
34682 \begin_layout Plain Layout
34683 \align center
34684 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
34685 \end_layout
34686
34687 \end_inset
34688
34689  Dies ist ein Beispieltext.
34690 \end_layout
34691
34692 \begin_layout Description
34693 Dehnen Dies ist ein Beispieltext.
34694  
34695 \begin_inset Box Boxed
34696 position "c"
34697 hor_pos "c"
34698 has_inner_box 1
34699 inner_pos "s"
34700 use_parbox 0
34701 use_makebox 0
34702 width "20col%"
34703 special "none"
34704 height "1in"
34705 height_special "totalheight"
34706 thickness "0.4pt"
34707 separation "3pt"
34708 shadowsize "4pt"
34709 framecolor "black"
34710 backgroundcolor "none"
34711 status collapsed
34712
34713 \begin_layout Plain Layout
34714 \align center
34715 Der Boxinhalt
34716 \end_layout
34717
34718 \begin_layout Plain Layout
34719 \align center
34720 ist über die
34721 \end_layout
34722
34723 \begin_layout Plain Layout
34724 \align center
34725 Boxhöhe
34726 \end_layout
34727
34728 \begin_layout Plain Layout
34729 \align center
34730 gleichmäßig verteilt.
34731 \end_layout
34732
34733 \end_inset
34734
34735  Dies ist ein Beispieltext.
34736 \end_layout
34737
34738 \begin_layout Standard
34739 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
34740  besteht.
34741  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
34742 \end_layout
34743
34744 \begin_layout Standard
34745 Ein Boxinhalt kann mit dem Dialog 
34746 \family sans
34747 Absatz-Einstellungen
34748 \family default
34749  waagerecht ausgerichtet werden, wenn Sie eine
34750 \family sans
34751  Innere
34752 \begin_inset space ~
34753 \end_inset
34754
34755 Box
34756 \family default
34757  gewählt haben.
34758 \end_layout
34759
34760 \begin_layout Standard
34761 \align center
34762 \begin_inset Box Boxed
34763 position "c"
34764 hor_pos "c"
34765 has_inner_box 1
34766 inner_pos "s"
34767 use_parbox 0
34768 use_makebox 0
34769 width "30col%"
34770 special "none"
34771 height "1.25in"
34772 height_special "totalheight"
34773 thickness "0.4pt"
34774 separation "3pt"
34775 shadowsize "4pt"
34776 framecolor "black"
34777 backgroundcolor "none"
34778 status collapsed
34779
34780 \begin_layout Plain Layout
34781 \align left
34782 Hier ist jede Zeile
34783 \end_layout
34784
34785 \begin_layout Plain Layout
34786 \align center
34787 anders
34788 \end_layout
34789
34790 \begin_layout Plain Layout
34791 \align right
34792 ausgerichtet.
34793 \end_layout
34794
34795 \end_inset
34796
34797
34798 \end_layout
34799
34800 \begin_layout Standard
34801 Wenn Sie keine
34802 \family sans
34803  Innere
34804 \begin_inset space ~
34805 \end_inset
34806
34807 Box
34808 \family default
34809  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
34810 \family sans
34811 Box-Einstellungen-
34812 \family default
34813 Dialog ausrichten
34814 \end_layout
34815
34816 \begin_layout Standard
34817 \align center
34818 \begin_inset Box Boxed
34819 position "c"
34820 hor_pos "s"
34821 has_inner_box 0
34822 inner_pos "s"
34823 use_parbox 0
34824 use_makebox 0
34825 width "90col%"
34826 special "none"
34827 height "1.25in"
34828 height_special "totalheight"
34829 thickness "0.4pt"
34830 separation "3pt"
34831 shadowsize "4pt"
34832 framecolor "black"
34833 backgroundcolor "none"
34834 status collapsed
34835
34836 \begin_layout Plain Layout
34837 Dieser Boxinhalt wurde horizontal gedehnt.
34838 \end_layout
34839
34840 \end_inset
34841
34842
34843 \end_layout
34844
34845 \begin_layout Subsection
34846 Verzierung
34847 \begin_inset CommandInset label
34848 LatexCommand label
34849 name "uab:Verzierung"
34850
34851 \end_inset
34852
34853
34854 \begin_inset Index idx
34855 status collapsed
34856
34857 \begin_layout Plain Layout
34858 Boxen ! Verzierung
34859 \end_layout
34860
34861 \end_inset
34862
34863
34864 \end_layout
34865
34866 \begin_layout Standard
34867 Im 
34868 \family sans
34869 Box-Einstellungen-
34870 \family default
34871 Dialog können Sie mit der 
34872 \family sans
34873 Verzierung
34874 \family default
34875  den Typ der Box auswählen:
34876 \end_layout
34877
34878 \begin_layout Description
34879 Kein
34880 \begin_inset space ~
34881 \end_inset
34882
34883 Rahmen Nichts wird gezeichnet.
34884 \end_layout
34885
34886 \begin_layout Description
34887 Einfacher
34888 \begin_inset space ~
34889 \end_inset
34890
34891 rechteckiger
34892 \begin_inset space ~
34893 \end_inset
34894
34895 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
34896  Die Rahmendicke kann festgelegt werden.
34897  
34898 \begin_inset Box Boxed
34899 position "c"
34900 hor_pos "c"
34901 has_inner_box 1
34902 inner_pos "c"
34903 use_parbox 0
34904 use_makebox 0
34905 width "21col%"
34906 special "none"
34907 height "1in"
34908 height_special "totalheight"
34909 thickness "0.4pt"
34910 separation "3pt"
34911 shadowsize "4pt"
34912 framecolor "black"
34913 backgroundcolor "none"
34914 status collapsed
34915
34916 \begin_layout Plain Layout
34917
34918 \series medium
34919 Rechteckige
34920 \begin_inset space ~
34921 \end_inset
34922
34923 Box
34924 \end_layout
34925
34926 \end_inset
34927
34928
34929 \end_layout
34930
34931 \begin_layout Description
34932 erlaube
34933 \begin_inset space ~
34934 \end_inset
34935
34936 Seitenumbrüche 
34937 \end_layout
34938
34939 \begin_layout Description
34940 Ovaler
34941 \begin_inset space ~
34942 \end_inset
34943
34944 Rahmen,
34945 \begin_inset space ~
34946 \end_inset
34947
34948 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
34949  Die Rahmendicke ist 0.4
34950 \begin_inset space \thinspace{}
34951 \end_inset
34952
34953 pt.
34954  
34955 \begin_inset Box ovalbox
34956 position "c"
34957 hor_pos "c"
34958 has_inner_box 1
34959 inner_pos "c"
34960 use_parbox 0
34961 use_makebox 0
34962 width "20col%"
34963 special "none"
34964 height "1in"
34965 height_special "totalheight"
34966 thickness "0.4pt"
34967 separation "3pt"
34968 shadowsize "4pt"
34969 framecolor "black"
34970 backgroundcolor "none"
34971 status collapsed
34972
34973 \begin_layout Plain Layout
34974 Ovale
34975 \begin_inset space ~
34976 \end_inset
34977
34978 Box,
34979 \begin_inset space ~
34980 \end_inset
34981
34982 dünn
34983 \end_layout
34984
34985 \end_inset
34986
34987
34988 \end_layout
34989
34990 \begin_layout Description
34991 Ovaler
34992 \begin_inset space ~
34993 \end_inset
34994
34995 Rahmen,
34996 \begin_inset space ~
34997 \end_inset
34998
34999 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
35000  Die Rahmendicke ist 0.8
35001 \begin_inset space \thinspace{}
35002 \end_inset
35003
35004 pt.
35005  
35006 \begin_inset Box Ovalbox
35007 position "c"
35008 hor_pos "c"
35009 has_inner_box 1
35010 inner_pos "c"
35011 use_parbox 0
35012 use_makebox 0
35013 width "20col%"
35014 special "none"
35015 height "1in"
35016 height_special "totalheight"
35017 thickness "0.4pt"
35018 separation "3pt"
35019 shadowsize "4pt"
35020 framecolor "black"
35021 backgroundcolor "none"
35022 status collapsed
35023
35024 \begin_layout Plain Layout
35025 Ovale
35026 \begin_inset space ~
35027 \end_inset
35028
35029 Box,
35030 \begin_inset space ~
35031 \end_inset
35032
35033 dick
35034 \end_layout
35035
35036 \end_inset
35037
35038
35039 \end_layout
35040
35041 \begin_layout Description
35042 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
35043  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
35044 \begin_inset Newline newline
35045 \end_inset
35046
35047
35048 \begin_inset Box Shadowbox
35049 position "c"
35050 hor_pos "c"
35051 has_inner_box 1
35052 inner_pos "c"
35053 use_parbox 0
35054 use_makebox 0
35055 width "20col%"
35056 special "none"
35057 height "1in"
35058 height_special "totalheight"
35059 thickness "0.4pt"
35060 separation "3pt"
35061 shadowsize "4pt"
35062 framecolor "black"
35063 backgroundcolor "none"
35064 status collapsed
35065
35066 \begin_layout Plain Layout
35067 Schattierte
35068 \begin_inset space ~
35069 \end_inset
35070
35071 Box
35072 \end_layout
35073
35074 \end_inset
35075
35076
35077 \end_layout
35078
35079 \begin_layout Description
35080 Schattierter
35081 \begin_inset space ~
35082 \end_inset
35083
35084 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
35085  Im Gegensatz zu farbigen Boxen
35086 \begin_inset Foot
35087 status collapsed
35088
35089 \begin_layout Plain Layout
35090 siehe Abschnitt
35091 \begin_inset space ~
35092 \end_inset
35093
35094
35095 \begin_inset CommandInset ref
35096 LatexCommand ref
35097 reference "abs:Farbige-Boxen"
35098
35099 \end_inset
35100
35101
35102 \end_layout
35103
35104 \end_inset
35105
35106  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
35107  die Box ist ein Absatz für sich.
35108  
35109 \begin_inset Box Shaded
35110 position "t"
35111 hor_pos "c"
35112 has_inner_box 0
35113 inner_pos "t"
35114 use_parbox 0
35115 use_makebox 0
35116 width "50col%"
35117 special "none"
35118 height "1in"
35119 height_special "totalheight"
35120 thickness "0.4pt"
35121 separation "3pt"
35122 shadowsize "4pt"
35123 framecolor "black"
35124 backgroundcolor "none"
35125 status collapsed
35126
35127 \begin_layout Plain Layout
35128 Schattierter Hintergrund Box
35129 \end_layout
35130
35131 \end_inset
35132
35133
35134 \end_layout
35135
35136 \begin_layout Description
35137 Doppelter
35138 \begin_inset space ~
35139 \end_inset
35140
35141 rechteckiger
35142 \begin_inset space ~
35143 \end_inset
35144
35145 Rahmen zeichnet einen doppelten Rahmen um die Box.
35146  Der innere Rahmen ist 0,75
35147 \begin_inset space \thinspace{}
35148 \end_inset
35149
35150 Rahmendicke breit, der äußere 1,5
35151 \begin_inset space \thinspace{}
35152 \end_inset
35153
35154 Rahmendicke.
35155  Der Zwischenraum beträgt 1,5
35156 \begin_inset space \thinspace{}
35157 \end_inset
35158
35159 Rahmendicke
35160 \begin_inset space \thinspace{}
35161 \end_inset
35162
35163 +
35164 \begin_inset space \thinspace{}
35165 \end_inset
35166
35167 0,5
35168 \begin_inset space \thinspace{}
35169 \end_inset
35170
35171 pt.
35172  
35173 \begin_inset Box Doublebox
35174 position "c"
35175 hor_pos "c"
35176 has_inner_box 1
35177 inner_pos "c"
35178 use_parbox 0
35179 use_makebox 0
35180 width "20col%"
35181 special "none"
35182 height "1in"
35183 height_special "totalheight"
35184 thickness "0.4pt"
35185 separation "3pt"
35186 shadowsize "4pt"
35187 framecolor "black"
35188 backgroundcolor "none"
35189 status collapsed
35190
35191 \begin_layout Plain Layout
35192 Doppelt
35193 \begin_inset space ~
35194 \end_inset
35195
35196 gerahmte
35197 \begin_inset space ~
35198 \end_inset
35199
35200 Box
35201 \end_layout
35202
35203 \end_inset
35204
35205
35206 \end_layout
35207
35208 \begin_layout Standard
35209 \begin_inset VSpace bigskip
35210 \end_inset
35211
35212 Die Aufschrift der Box in \SpecialChar LyX
35213  ändert sich mit der gewählten Verzierung.
35214  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
35215 -Paket 
35216 \series bold
35217 fancybox
35218 \series default
35219
35220 \begin_inset Index idx
35221 status collapsed
35222
35223 \begin_layout Plain Layout
35224 \SpecialChar LaTeX
35225 -Pakete ! fancybox
35226 \end_layout
35227
35228 \end_inset
35229
35230  installiert sein.
35231 \end_layout
35232
35233 \begin_layout Standard
35234 \begin_inset VSpace bigskip
35235 \end_inset
35236
35237 Wenn Sie die Verzierung 
35238 \family sans
35239 Einfacher rechteckiger Rahmen
35240 \family default
35241  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
35242  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
35243  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
35244  sich ist: 
35245 \begin_inset Box Framed
35246 position "t"
35247 hor_pos "c"
35248 has_inner_box 0
35249 inner_pos "t"
35250 use_parbox 0
35251 use_makebox 0
35252 width "100col%"
35253 special "none"
35254 height "1in"
35255 height_special "totalheight"
35256 thickness "0.4pt"
35257 separation "3pt"
35258 shadowsize "4pt"
35259 framecolor "black"
35260 backgroundcolor "none"
35261 status collapsed
35262
35263 \begin_layout Plain Layout
35264 Box erlaubt Seitenumbruch
35265 \end_layout
35266
35267 \end_inset
35268
35269
35270 \end_layout
35271
35272 \begin_layout Section
35273 Box-Anpassung
35274 \begin_inset Index idx
35275 status collapsed
35276
35277 \begin_layout Plain Layout
35278 Boxen ! Anpassung
35279 \end_layout
35280
35281 \end_inset
35282
35283
35284 \end_layout
35285
35286 \begin_layout Standard
35287 \noindent
35288 Der Durchmesser der abgerundeten Ecken kann mit 
35289 \series bold
35290
35291 \backslash
35292 cornersize
35293 \series default
35294  gesetzt werden.
35295  Der \SpecialChar TeX
35296 -Code-Befehl
35297 \end_layout
35298
35299 \begin_layout Standard
35300
35301 \series bold
35302
35303 \backslash
35304 cornersize*{1cm}
35305 \end_layout
35306
35307 \begin_layout Standard
35308 setzt den Durchmesser auf 1
35309 \begin_inset space \thinspace{}
35310 \end_inset
35311
35312 cm.
35313  Der \SpecialChar TeX
35314 -Code-Befehl
35315 \end_layout
35316
35317 \begin_layout Standard
35318
35319 \series bold
35320
35321 \backslash
35322 cornersize{num}
35323 \end_layout
35324
35325 \begin_layout Standard
35326 setzt den Durchmesser auf 
35327 \family sans
35328 num
35329 \begin_inset space \thinspace{}
35330 \end_inset
35331
35332 ×
35333 \begin_inset space \thinspace{}
35334 \end_inset
35335
35336 Minimum(Breite der Box, Höhe der Box)
35337 \family default
35338 .
35339  Der Standardwert ist 
35340 \series bold
35341
35342 \backslash
35343 cornersize{0.5}
35344 \series default
35345 .
35346 \end_layout
35347
35348 \begin_layout Standard
35349 \begin_inset ERT
35350 status collapsed
35351
35352 \begin_layout Plain Layout
35353
35354
35355 \backslash
35356 cornersize*{1.5cm}
35357 \end_layout
35358
35359 \end_inset
35360
35361
35362 \begin_inset Box Ovalbox
35363 position "c"
35364 hor_pos "c"
35365 has_inner_box 1
35366 inner_pos "c"
35367 use_parbox 0
35368 use_makebox 0
35369 width "30col%"
35370 special "none"
35371 height "1in"
35372 height_special "totalheight"
35373 thickness "0.4pt"
35374 separation "3pt"
35375 shadowsize "4pt"
35376 framecolor "black"
35377 backgroundcolor "none"
35378 status open
35379
35380 \begin_layout Plain Layout
35381 \align center
35382 Ovale Box, dicker Rand, mit 
35383 \series bold
35384
35385 \backslash
35386 cornersize
35387 \series default
35388
35389 \begin_inset space \thinspace{}
35390 \end_inset
35391
35392 =
35393 \begin_inset space \thinspace{}
35394 \end_inset
35395
35396 1.5
35397 \begin_inset space \thinspace{}
35398 \end_inset
35399
35400 cm
35401 \end_layout
35402
35403 \end_inset
35404
35405
35406 \begin_inset ERT
35407 status collapsed
35408
35409 \begin_layout Plain Layout
35410
35411
35412 \backslash
35413 cornersize{0.5}
35414 \end_layout
35415
35416 \end_inset
35417
35418
35419 \end_layout
35420
35421 \begin_layout Standard
35422 \begin_inset VSpace bigskip
35423 \end_inset
35424
35425 Die Standard-Hintergrundfarbe rot von Boxen mit 
35426 \family sans
35427 schattiertem Hintergrund
35428 \family default
35429  kann entweder lokal mit dem Befehl 
35430 \series bold
35431
35432 \backslash
35433 definecolor{shadecolor}
35434 \series default
35435  oder global über das Menü 
35436 \family sans
35437 Werkzeuge\SpecialChar menuseparator
35438 Einstellungen\SpecialChar menuseparator
35439 Farben\SpecialChar menuseparator
35440 Schattierte
35441 \begin_inset space ~
35442 \end_inset
35443
35444 Box
35445 \family default
35446  geändert werden.
35447  Das Schema des 
35448 \series bold
35449
35450 \backslash
35451 definecolor
35452 \series default
35453  Befehls ist  in Abschnitt
35454 \begin_inset space ~
35455 \end_inset
35456
35457
35458 \begin_inset CommandInset ref
35459 LatexCommand ref
35460 reference "abs:Farbige-Tabellen"
35461
35462 \end_inset
35463
35464  erklärt.
35465 \begin_inset Foot
35466 status collapsed
35467
35468 \begin_layout Plain Layout
35469 Beachten Sie, dass 
35470 \series bold
35471
35472 \backslash
35473 definecolor
35474 \series default
35475  das \SpecialChar LaTeX
35476 -Paket 
35477 \series bold
35478 color
35479 \series default
35480  im \SpecialChar LaTeX
35481 -Vorspann benötigt, siehe Abschnitt
35482 \begin_inset space ~
35483 \end_inset
35484
35485
35486 \begin_inset CommandInset ref
35487 LatexCommand ref
35488 reference "abs:Farbige-Boxen"
35489
35490 \end_inset
35491
35492 .
35493 \end_layout
35494
35495 \end_inset
35496
35497  Für das nächste Beispiel wurden folgender \SpecialChar TeX
35498 -Code verwendet:
35499 \end_layout
35500
35501 \begin_layout Standard
35502
35503 \series bold
35504
35505 \backslash
35506 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35507 \end_layout
35508
35509 \begin_layout Standard
35510 \begin_inset ERT
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514
35515
35516 \backslash
35517 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35518 \end_layout
35519
35520 \end_inset
35521
35522
35523 \begin_inset Box Shaded
35524 position "t"
35525 hor_pos "c"
35526 has_inner_box 0
35527 inner_pos "t"
35528 use_parbox 0
35529 use_makebox 0
35530 width "100col%"
35531 special "none"
35532 height "1in"
35533 height_special "totalheight"
35534 thickness "0.4pt"
35535 separation "3pt"
35536 shadowsize "4pt"
35537 framecolor "black"
35538 backgroundcolor "none"
35539 status open
35540
35541 \begin_layout Plain Layout
35542
35543 \color yellow
35544 Dies ist gelber Text in einer 
35545 \family sans
35546 schattierten Hintergrund
35547 \begin_inset space ~
35548 \end_inset
35549
35550
35551 \family default
35552 Box auf dunkelgrünem Hintergrund.
35553 \end_layout
35554
35555 \end_inset
35556
35557
35558 \begin_inset ERT
35559 status collapsed
35560
35561 \begin_layout Plain Layout
35562
35563
35564 \backslash
35565 definecolor{shadecolor}{rgb}{1,0,0}
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \end_layout
35572
35573 \begin_layout Standard
35574 \begin_inset VSpace bigskip
35575 \end_inset
35576
35577 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
35578  der sie ändert.
35579 \end_layout
35580
35581 \begin_layout Section
35582 Minipage
35583 \begin_inset CommandInset label
35584 LatexCommand label
35585 name "abs:Minipage"
35586
35587 \end_inset
35588
35589
35590 \begin_inset Index idx
35591 status collapsed
35592
35593 \begin_layout Plain Layout
35594 Boxen ! Minipage
35595 \end_layout
35596
35597 \end_inset
35598
35599
35600 \end_layout
35601
35602 \begin_layout Standard
35603 Minipages werden von \SpecialChar LaTeX
35604  wie Seiten auf einer Seite behandelt und können deshalb
35605  unter anderem eigene Fußnoten haben.
35606 \end_layout
35607
35608 \begin_layout Standard
35609 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
35610 \end_layout
35611
35612 \begin_layout Standard
35613 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
35614  Ihre Breite ist 45 Spaltenbreite
35615 \begin_inset space ~
35616 \end_inset
35617
35618 %, und sie sind durch einen 
35619 \family sans
35620 HFill
35621 \family default
35622  getrennt (
35623 \family sans
35624 Einfügen\SpecialChar menuseparator
35625 Formatierung\SpecialChar menuseparator
35626 Horizontaler
35627 \begin_inset space \space{}
35628 \end_inset
35629
35630 Abstand\SpecialChar menuseparator
35631 Abstand\SpecialChar menuseparator
35632 Variabler
35633 \begin_inset space ~
35634 \end_inset
35635
35636 horiz.
35637 \begin_inset space ~
35638 \end_inset
35639
35640 Abstand
35641 \family default
35642 ).
35643 \begin_inset Newpage newpage
35644 \end_inset
35645
35646
35647 \end_layout
35648
35649 \begin_layout Standard
35650 \noindent
35651 \begin_inset Box Frameless
35652 position "t"
35653 hor_pos "c"
35654 has_inner_box 1
35655 inner_pos "c"
35656 use_parbox 0
35657 use_makebox 0
35658 width "45col%"
35659 special "none"
35660 height "1in"
35661 height_special "totalheight"
35662 thickness "0.4pt"
35663 separation "3pt"
35664 shadowsize "4pt"
35665 framecolor "black"
35666 backgroundcolor "none"
35667 status open
35668
35669 \begin_layout Plain Layout
35670 Dies ist ein deutscher Text.
35671  Dies ist ein deutscher Text.
35672  Dies ist ein deutscher Text.
35673  Dies ist ein deutscher Text.
35674  Dies ist ein deutscher Text.
35675  Dies ist ein deutscher Text.
35676  Dies ist ein deutscher Text.
35677  Dies ist ein deutscher Text.
35678  Dies ist ein deutscher Text.
35679  Dies ist ein deutscher Text.
35680  Dies ist ein deutscher Text.
35681  Dies ist ein deutscher Text.
35682  Dies ist ein deutscher Text
35683 \begin_inset Foot
35684 status open
35685
35686 \begin_layout Plain Layout
35687 Dies ist eine deutsche Fußnote.
35688 \end_layout
35689
35690 \end_inset
35691
35692 .
35693  Dies ist ein deutscher Text.
35694  Dies ist ein deutscher Text.
35695 \end_layout
35696
35697 \end_inset
35698
35699
35700 \begin_inset space \hfill{}
35701 \end_inset
35702
35703
35704 \begin_inset Box Frameless
35705 position "t"
35706 hor_pos "c"
35707 has_inner_box 1
35708 inner_pos "c"
35709 use_parbox 0
35710 use_makebox 0
35711 width "45col%"
35712 special "none"
35713 height "1in"
35714 height_special "totalheight"
35715 thickness "0.4pt"
35716 separation "3pt"
35717 shadowsize "4pt"
35718 framecolor "black"
35719 backgroundcolor "none"
35720 status open
35721
35722 \begin_layout Plain Layout
35723
35724 \lang english
35725 This is an English Text.
35726  This is an English Text.
35727  This is an English Text.
35728  This is an English Text.
35729  This is an English Text.
35730  This is an English Text.
35731  This is an English Text.
35732  This is an English Text.
35733  This is an English Text.
35734  This is an English Text.
35735  This is an English Text.
35736  This is an English Text.
35737  This is an English Text.
35738  This is an English Text.
35739  This is an English Text.
35740  This is an English Text.
35741 \begin_inset Foot
35742 status collapsed
35743
35744 \begin_layout Plain Layout
35745
35746 \lang english
35747 This is an English footnote.
35748 \end_layout
35749
35750 \end_inset
35751
35752  This is an English Text.
35753 \end_layout
35754
35755 \end_inset
35756
35757
35758 \end_layout
35759
35760 \begin_layout Standard
35761 \begin_inset VSpace bigskip
35762 \end_inset
35763
35764 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
35765  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
35766  Absätze nicht eingerückt werden, obwohl Sie das in 
35767 \family sans
35768 Dokument
35769 \family default
35770 \SpecialChar menuseparator
35771
35772 \family sans
35773 Einstellun\SpecialChar softhyphen
35774 gen\SpecialChar menuseparator
35775 Textformat
35776 \family default
35777  festgelegt haben.
35778  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
35779  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
35780 -Code 
35781 \series bold
35782
35783 \backslash
35784 hspace*{1em}
35785 \series default
35786 .
35787 \end_layout
35788
35789 \begin_layout Standard
35790 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
35791  zu verpassen, siehe Abschnitt
35792 \begin_inset space ~
35793 \end_inset
35794
35795
35796 \begin_inset CommandInset ref
35797 LatexCommand ref
35798 reference "abs:Farbige-Boxen"
35799
35800 \end_inset
35801
35802 .
35803 \end_layout
35804
35805 \begin_layout Standard
35806 \begin_inset Note Greyedout
35807 status open
35808
35809 \begin_layout Plain Layout
35810
35811 \series bold
35812 Bemerkung:
35813 \series default
35814  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
35815  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
35816 \end_layout
35817
35818 \end_inset
35819
35820
35821 \end_layout
35822
35823 \begin_layout Standard
35824 \begin_inset VSpace bigskip
35825 \end_inset
35826
35827
35828 \end_layout
35829
35830 \begin_layout Standard
35831 \SpecialChar LyX
35832  unterstützt auch Minipages, deren Breite sich automatisch an die Größe
35833  des Inhalts anpasst, über das Modul 
35834 \family sans
35835 Breitenvariable
35836 \begin_inset space ~
35837 \end_inset
35838
35839 Minipages
35840 \family default
35841 .
35842  Die \SpecialChar LyX
35843 -Beispieldatei 
35844 \emph on
35845 varwidth-floats-side-by-side
35846 \emph default
35847  gibt Beispiele von breitenvariablen Minipages, um Gleitobjekte nebeneinander
35848  zu setzen.
35849 \end_layout
35850
35851 \begin_layout Section
35852 Parbox
35853 \begin_inset CommandInset label
35854 LatexCommand label
35855 name "abs:Parbox"
35856
35857 \end_inset
35858
35859
35860 \begin_inset Index idx
35861 status collapsed
35862
35863 \begin_layout Plain Layout
35864 Boxen ! Parbox
35865 \end_layout
35866
35867 \end_inset
35868
35869
35870 \end_layout
35871
35872 \begin_layout Standard
35873 Parbox ist eine Abkürzung für 
35874 \begin_inset Quotes gld
35875 \end_inset
35876
35877 paragraph box
35878 \begin_inset Quotes grd
35879 \end_inset
35880
35881 , was Absatzbox bedeutet.
35882  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
35883  in Parboxen nicht ausgegeben werden:
35884 \end_layout
35885
35886 \begin_layout Standard
35887 \align center
35888 \begin_inset Box Frameless
35889 position "t"
35890 hor_pos "c"
35891 has_inner_box 1
35892 inner_pos "t"
35893 use_parbox 1
35894 use_makebox 0
35895 width "33col%"
35896 special "none"
35897 height "1in"
35898 height_special "totalheight"
35899 thickness "0.4pt"
35900 separation "3pt"
35901 shadowsize "4pt"
35902 framecolor "black"
35903 backgroundcolor "none"
35904 status open
35905
35906 \begin_layout Plain Layout
35907 Dies ist Text in einer Parbox.
35908  Dies ist Text in einer Parbox.
35909 \end_layout
35910
35911 \begin_layout Plain Layout
35912 Diese Fußnote wird nicht gedruckt:
35913 \begin_inset Foot
35914 status collapsed
35915
35916 \begin_layout Plain Layout
35917 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
35918 \end_layout
35919
35920 \end_inset
35921
35922
35923 \end_layout
35924
35925 \end_inset
35926
35927
35928 \end_layout
35929
35930 \begin_layout Section
35931 Boxen für Worte und Buchstaben
35932 \begin_inset Index idx
35933 status collapsed
35934
35935 \begin_layout Plain Layout
35936 Boxen ! für Buchstaben
35937 \end_layout
35938
35939 \end_inset
35940
35941
35942 \end_layout
35943
35944 \begin_layout Subsection
35945 Silbentrennung unterbinden
35946 \begin_inset CommandInset label
35947 LatexCommand label
35948 name "abs:Silbentrennung-unterbinden"
35949
35950 \end_inset
35951
35952
35953 \begin_inset Index idx
35954 status collapsed
35955
35956 \begin_layout Plain Layout
35957 Boxen ! zur Vermeidung von Silbentrennung
35958 \end_layout
35959
35960 \end_inset
35961
35962
35963 \end_layout
35964
35965 \begin_layout Standard
35966 Sie können den Boxtyp 
35967 \family sans
35968 Makebox
35969 \family default
35970  benutzen, um Silbentrennungen zu unterbinden.
35971 \begin_inset Newline newline
35972 \end_inset
35973
35974 Hier ist ein Beispiel: 
35975 \end_layout
35976
35977 \begin_layout Standard
35978 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
35979 \begin_inset Quotes gld
35980 \end_inset
35981
35982 einsehrsehrsehrlangeswort
35983 \begin_inset Quotes grd
35984 \end_inset
35985
35986 .
35987 \end_layout
35988
35989 \begin_layout Standard
35990 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
35991  Innere
35992 \begin_inset space ~
35993 \end_inset
35994
35995 Box auf Makebox und verwenden keine explizite Breite.
35996 \end_layout
35997
35998 \begin_layout Standard
35999 Hier ist das Ergebnis:
36000 \end_layout
36001
36002 \begin_layout Standard
36003 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
36004 \begin_inset Box Frameless
36005 position "t"
36006 hor_pos "c"
36007 has_inner_box 1
36008 inner_pos "t"
36009 use_parbox 0
36010 use_makebox 1
36011 width ""
36012 special "none"
36013 height "1in"
36014 height_special "totalheight"
36015 thickness "0.4pt"
36016 separation "3pt"
36017 shadowsize "4pt"
36018 framecolor "black"
36019 backgroundcolor "none"
36020 status open
36021
36022 \begin_layout Plain Layout
36023 \begin_inset Quotes gld
36024 \end_inset
36025
36026 einsehrsehrsehrlangeswort
36027 \begin_inset Quotes grd
36028 \end_inset
36029
36030
36031 \end_layout
36032
36033 \end_inset
36034
36035 .
36036 \end_layout
36037
36038 \begin_layout Standard
36039 Alternativ dazu kann man auch den Befehl 
36040 \begin_inset Quotes gld
36041 \end_inset
36042
36043
36044 \series bold
36045
36046 \backslash
36047 -
36048 \series default
36049
36050 \begin_inset Quotes grd
36051 \end_inset
36052
36053  als \SpecialChar TeX
36054 -Code direkt vor das Wort setzen:
36055 \end_layout
36056
36057 \begin_layout Standard
36058 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
36059 \begin_inset Quotes gld
36060 \end_inset
36061
36062
36063 \begin_inset ERT
36064 status collapsed
36065
36066 \begin_layout Plain Layout
36067
36068
36069 \backslash
36070 -
36071 \end_layout
36072
36073 \end_inset
36074
36075 einsehrsehrsehrlangeswort
36076 \begin_inset Quotes grd
36077 \end_inset
36078
36079 .
36080 \end_layout
36081
36082 \begin_layout Standard
36083 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
36084  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
36085 \family sans
36086 Strg-Eingabe
36087 \family default
36088 ) einfügen: 
36089 \end_layout
36090
36091 \begin_layout Standard
36092 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
36093 \begin_inset Newline newline
36094 \end_inset
36095
36096
36097 \begin_inset Box Frameless
36098 position "t"
36099 hor_pos "c"
36100 has_inner_box 1
36101 inner_pos "t"
36102 use_parbox 0
36103 use_makebox 1
36104 width ""
36105 special "none"
36106 height "1in"
36107 height_special "totalheight"
36108 thickness "0.4pt"
36109 separation "3pt"
36110 shadowsize "4pt"
36111 framecolor "black"
36112 backgroundcolor "none"
36113 status open
36114
36115 \begin_layout Plain Layout
36116 \begin_inset Quotes gld
36117 \end_inset
36118
36119 einsehrsehrsehrlangeswort
36120 \begin_inset Quotes grd
36121 \end_inset
36122
36123
36124 \end_layout
36125
36126 \end_inset
36127
36128 .
36129 \end_layout
36130
36131 \begin_layout Subsection
36132 Vertikale Ausrichtung
36133 \begin_inset CommandInset label
36134 LatexCommand label
36135 name "uab:Vertikale-Ausrichtung"
36136
36137 \end_inset
36138
36139
36140 \begin_inset Index idx
36141 status collapsed
36142
36143 \begin_layout Plain Layout
36144 Boxen ! für Vertikale Ausrichtung
36145 \end_layout
36146
36147 \end_inset
36148
36149
36150 \begin_inset Index idx
36151 status collapsed
36152
36153 \begin_layout Plain Layout
36154 Boxen ! raisebox
36155 \end_layout
36156
36157 \end_inset
36158
36159
36160 \end_layout
36161
36162 \begin_layout Standard
36163 Mit dem \SpecialChar LaTeX
36164 -Befehl 
36165 \series bold
36166
36167 \backslash
36168 raisebox
36169 \series default
36170  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
36171 n Textes ausrichten.
36172  
36173 \series bold
36174
36175 \backslash
36176 raisebox
36177 \series default
36178  wird folgendermaßen benutzt:
36179 \end_layout
36180
36181 \begin_layout Standard
36182
36183 \series bold
36184
36185 \backslash
36186 raisebox{Verschiebung}[oben][unten]{Text}
36187 \end_layout
36188
36189 \begin_layout Standard
36190 Positive Werte für Verschiebung
36191 \series bold
36192  
36193 \series default
36194 verschieben die Box nach oben, negative nach unten.
36195  Die beiden optionalen Parameter 
36196 \family typewriter
36197 oben
36198 \family default
36199  und 
36200 \family typewriter
36201 unten
36202 \family default
36203  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
36204  hinausgeht, wenn sie nicht verschoben ist.
36205 \end_layout
36206
36207 \begin_layout Standard
36208 Um zum Beispiel das Wort 
36209 \begin_inset Quotes gld
36210 \end_inset
36211
36212 provokant
36213 \begin_inset Quotes grd
36214 \end_inset
36215
36216  mit seinem 
36217 \begin_inset Quotes gld
36218 \end_inset
36219
36220 niedrigsten
36221 \begin_inset Quotes grd
36222 \end_inset
36223
36224  Buchstaben 
36225 \begin_inset Quotes gld
36226 \end_inset
36227
36228 p
36229 \begin_inset Quotes grd
36230 \end_inset
36231
36232  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
36233 -Code-Befehl
36234 \end_layout
36235
36236 \begin_layout Standard
36237
36238 \series bold
36239
36240 \backslash
36241 raisebox{
36242 \backslash
36243 depth}{
36244 \end_layout
36245
36246 \begin_layout Standard
36247 vor dem Wort einfügen und 
36248 \begin_inset Quotes gld
36249 \end_inset
36250
36251
36252 \series bold
36253 }
36254 \series default
36255
36256 \begin_inset Quotes grd
36257 \end_inset
36258
36259  als \SpecialChar TeX
36260 -Code dahinter:
36261 \end_layout
36262
36263 \begin_layout Standard
36264 Dies ist eine Zeile, in der das Wort 
36265 \begin_inset ERT
36266 status collapsed
36267
36268 \begin_layout Plain Layout
36269
36270
36271 \backslash
36272 raisebox{
36273 \backslash
36274 depth}{
36275 \end_layout
36276
36277 \end_inset
36278
36279
36280 \begin_inset Quotes gld
36281 \end_inset
36282
36283 provokant
36284 \begin_inset Quotes grd
36285 \end_inset
36286
36287
36288 \begin_inset ERT
36289 status collapsed
36290
36291 \begin_layout Plain Layout
36292
36293 }
36294 \end_layout
36295
36296 \end_inset
36297
36298  nach oben verschoben wurde.
36299 \end_layout
36300
36301 \begin_layout Standard
36302 \begin_inset VSpace bigskip
36303 \end_inset
36304
36305 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
36306  gedehnt:
36307 \end_layout
36308
36309 \begin_layout Standard
36310 Dies ist eine Zeile, in der das Wort 
36311 \begin_inset ERT
36312 status collapsed
36313
36314 \begin_layout Plain Layout
36315
36316
36317 \backslash
36318 raisebox{-
36319 \backslash
36320 depth}{
36321 \end_layout
36322
36323 \end_inset
36324
36325
36326 \begin_inset Quotes gld
36327 \end_inset
36328
36329 provokant
36330 \begin_inset Quotes grd
36331 \end_inset
36332
36333
36334 \begin_inset ERT
36335 status collapsed
36336
36337 \begin_layout Plain Layout
36338
36339 }
36340 \end_layout
36341
36342 \end_inset
36343
36344  nach unten verschoben wurde.
36345 \end_layout
36346
36347 \begin_layout Standard
36348 Dies ist eine Zeile, in der das Wort 
36349 \begin_inset ERT
36350 status collapsed
36351
36352 \begin_layout Plain Layout
36353
36354
36355 \backslash
36356 raisebox{0.5cm}{
36357 \end_layout
36358
36359 \end_inset
36360
36361
36362 \begin_inset Quotes gld
36363 \end_inset
36364
36365 testen
36366 \begin_inset Quotes grd
36367 \end_inset
36368
36369
36370 \begin_inset ERT
36371 status collapsed
36372
36373 \begin_layout Plain Layout
36374
36375 }
36376 \end_layout
36377
36378 \end_inset
36379
36380  um 0.5
36381 \begin_inset space \thinspace{}
36382 \end_inset
36383
36384 cm nach oben verschoben wurde.
36385 \end_layout
36386
36387 \begin_layout Standard
36388 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
36389 \end_layout
36390
36391 \begin_layout Standard
36392
36393 \series bold
36394
36395 \backslash
36396 raisebox{-
36397 \backslash
36398 depth}[0pt]{
36399 \end_layout
36400
36401 \begin_layout Standard
36402 Dies ist eine Zeile, in der das Wort 
36403 \begin_inset ERT
36404 status collapsed
36405
36406 \begin_layout Plain Layout
36407
36408
36409 \backslash
36410 raisebox{-
36411 \backslash
36412 depth}[0pt]{
36413 \end_layout
36414
36415 \end_inset
36416
36417
36418 \begin_inset Quotes gld
36419 \end_inset
36420
36421 provokant
36422 \begin_inset Quotes grd
36423 \end_inset
36424
36425
36426 \begin_inset ERT
36427 status collapsed
36428
36429 \begin_layout Plain Layout
36430
36431 }
36432 \end_layout
36433
36434 \end_inset
36435
36436  nach unten verschoben wurde.
36437 \begin_inset Newline newline
36438 \end_inset
36439
36440
36441 \begin_inset Newline newline
36442 \end_inset
36443
36444 Dies ist eine Zeile, in der das Wort 
36445 \begin_inset ERT
36446 status collapsed
36447
36448 \begin_layout Plain Layout
36449
36450
36451 \backslash
36452 raisebox{0.5cm}[0pt]{
36453 \end_layout
36454
36455 \end_inset
36456
36457
36458 \begin_inset Quotes gld
36459 \end_inset
36460
36461 testen
36462 \begin_inset Quotes grd
36463 \end_inset
36464
36465
36466 \begin_inset ERT
36467 status collapsed
36468
36469 \begin_layout Plain Layout
36470
36471 }
36472 \end_layout
36473
36474 \end_inset
36475
36476  um 0.5
36477 \begin_inset space \thinspace{}
36478 \end_inset
36479
36480 cm nach oben verschoben wurde.
36481  Jetzt überschneiden sich die verschobenen Worte.
36482 \end_layout
36483
36484 \begin_layout Section
36485 Farbige Boxen
36486 \begin_inset CommandInset label
36487 LatexCommand label
36488 name "abs:Farbige-Boxen"
36489
36490 \end_inset
36491
36492
36493 \begin_inset Index idx
36494 status collapsed
36495
36496 \begin_layout Plain Layout
36497 Boxen ! farbige
36498 \end_layout
36499
36500 \end_inset
36501
36502
36503 \end_layout
36504
36505 \begin_layout Standard
36506 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
36507  Box-Dialog aus.
36508  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
36509 \begin_inset Newline newline
36510 \end_inset
36511
36512
36513 \begin_inset Box Frameless
36514 position "t"
36515 hor_pos "c"
36516 has_inner_box 1
36517 inner_pos "t"
36518 use_parbox 0
36519 use_makebox 1
36520 width ""
36521 special "none"
36522 height "1in"
36523 height_special "totalheight"
36524 thickness "0.4pt"
36525 separation "3pt"
36526 shadowsize "4pt"
36527 framecolor "black"
36528 backgroundcolor "orange"
36529 status open
36530
36531 \begin_layout Plain Layout
36532 Box mit orangenem Hintergrund
36533 \end_layout
36534
36535 \end_inset
36536
36537
36538 \end_layout
36539
36540 \begin_layout Standard
36541 Wenn Sie die Dekoration
36542 \family sans
36543  Einfacher
36544 \begin_inset space ~
36545 \end_inset
36546
36547 rechteckiger
36548 \begin_inset space ~
36549 \end_inset
36550
36551 Rahmen 
36552 \family default
36553 verwenden, können Sie eine Rahmenfarbe festlegen.
36554  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
36555  sie standardmäßig auf weiß).
36556  Hier ist ein Beispiel:
36557 \begin_inset Newline newline
36558 \end_inset
36559
36560
36561 \begin_inset Box Boxed
36562 position "t"
36563 hor_pos "c"
36564 has_inner_box 0
36565 inner_pos "t"
36566 use_parbox 0
36567 use_makebox 0
36568 width ""
36569 special "none"
36570 height "1in"
36571 height_special "totalheight"
36572 thickness "0.4pt"
36573 separation "3pt"
36574 shadowsize "4pt"
36575 framecolor "teal"
36576 backgroundcolor "yellow"
36577 status open
36578
36579 \begin_layout Plain Layout
36580 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
36581 \end_layout
36582
36583 \end_inset
36584
36585
36586 \end_layout
36587
36588 \begin_layout Standard
36589 \begin_inset VSpace bigskip
36590 \end_inset
36591
36592 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
36593 \begin_inset Newline newline
36594 \end_inset
36595
36596
36597 \begin_inset Box Boxed
36598 position "t"
36599 hor_pos "c"
36600 has_inner_box 0
36601 inner_pos "t"
36602 use_parbox 0
36603 use_makebox 0
36604 width ""
36605 special "none"
36606 height "1in"
36607 height_special "totalheight"
36608 thickness "0.4pt"
36609 separation "3pt"
36610 shadowsize "4pt"
36611 framecolor "cyan"
36612 backgroundcolor "magenta"
36613 status open
36614
36615 \begin_layout Plain Layout
36616
36617 \color yellow
36618 Dies ist farbiger Text in einer farbigen, gerahmten Box.
36619 \end_layout
36620
36621 \end_inset
36622
36623
36624 \end_layout
36625
36626 \begin_layout Standard
36627 \begin_inset VSpace bigskip
36628 \end_inset
36629
36630
36631 \end_layout
36632
36633 \begin_layout Standard
36634 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
36635  eigenen Farben definieren, wie in Abschnitt
36636 \begin_inset space ~
36637 \end_inset
36638
36639
36640 \begin_inset CommandInset ref
36641 LatexCommand ref
36642 reference "abs:Farbige-Tabellen"
36643
36644 \end_inset
36645
36646  beschrieben.
36647  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
36648  gesetzt werden:
36649 \end_layout
36650
36651 \begin_layout Standard
36652 Farbige Boxen ohne Rahmen werden mit dem Befehl 
36653 \series bold
36654
36655 \backslash
36656 colorbox
36657 \series default
36658  erzeugt.
36659  Er hat folgendes Schema:
36660 \end_layout
36661
36662 \begin_layout Standard
36663
36664 \series bold
36665
36666 \backslash
36667 colorbox{Farbe}{Boxinhalt}
36668 \end_layout
36669
36670 \begin_layout Standard
36671 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
36672  Boxen sein.
36673  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
36674  fügen sie den \SpecialChar TeX
36675 -Code-Befehl
36676 \end_layout
36677
36678 \begin_layout Standard
36679
36680 \series bold
36681
36682 \backslash
36683 colorbox{dunkelgruen}{
36684 \end_layout
36685
36686 \begin_layout Standard
36687 vor dem Wort ein.
36688  Hinter dem Wort fügen Sie 
36689 \series bold
36690
36691 \begin_inset Quotes gld
36692 \end_inset
36693
36694 }
36695 \series default
36696
36697 \begin_inset Quotes grd
36698 \end_inset
36699
36700  als \SpecialChar TeX
36701 -Code ein.
36702  Hier ist das Ergebnis:
36703 \end_layout
36704
36705 \begin_layout Standard
36706 In dieser Zeile hat 
36707 \begin_inset ERT
36708 status collapsed
36709
36710 \begin_layout Plain Layout
36711
36712
36713 \backslash
36714 colorbox{dunkelgruen}{
36715 \end_layout
36716
36717 \end_inset
36718
36719 Achtung!
36720 \begin_inset ERT
36721 status collapsed
36722
36723 \begin_layout Plain Layout
36724
36725 }
36726 \end_layout
36727
36728 \end_inset
36729
36730  einen dunkelgrünen Hintergrund.
36731 \end_layout
36732
36733 \begin_layout Standard
36734 Farbige Boxen mit Rahmen werden mit dem Befehl
36735 \series bold
36736  
36737 \backslash
36738 fcolorbox
36739 \series default
36740  erzeugt.
36741  Er hat folgendes Schema:
36742 \end_layout
36743
36744 \begin_layout Standard
36745
36746 \series bold
36747
36748 \backslash
36749 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
36750 \end_layout
36751
36752 \begin_layout Section
36753 Rotierte und skalierte Boxen
36754 \end_layout
36755
36756 \begin_layout Standard
36757 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
36758  Modul 
36759 \family sans
36760 Grafik-Boxen
36761 \family default
36762  in den Dokumenteinstellungen geladen sein.
36763 \end_layout
36764
36765 \begin_layout Standard
36766 \begin_inset Note Greyedout
36767 status open
36768
36769 \begin_layout Plain Layout
36770
36771 \series bold
36772 Achtung:
36773 \series default
36774  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
36775 \end_layout
36776
36777 \end_inset
36778
36779
36780 \end_layout
36781
36782 \begin_layout Standard
36783 \begin_inset Note Greyedout
36784 status open
36785
36786 \begin_layout Plain Layout
36787
36788 \series bold
36789 Achtung:
36790 \series default
36791  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
36792 \end_layout
36793
36794 \end_inset
36795
36796
36797 \end_layout
36798
36799 \begin_layout Subsection
36800 Rotierte Boxen
36801 \begin_inset Index idx
36802 status collapsed
36803
36804 \begin_layout Plain Layout
36805 Boxen ! rotierte
36806 \end_layout
36807
36808 \end_inset
36809
36810
36811 \begin_inset Index idx
36812 status collapsed
36813
36814 \begin_layout Plain Layout
36815 Rotiertes Material
36816 \end_layout
36817
36818 \end_inset
36819
36820
36821 \end_layout
36822
36823 \begin_layout Standard
36824 Um Material zu drehen, setzt man es in eine 
36825 \family sans
36826 Rotationsbox
36827 \family default
36828 .
36829  Solch eine Box wird über das Menü 
36830 \family sans
36831 Einfügen\SpecialChar menuseparator
36832 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
36833 Rotationsbox
36834 \family default
36835  eingefügt.
36836 \end_layout
36837
36838 \begin_layout Standard
36839 Der Drehpunkt kann über die Einfügung 
36840 \family sans
36841 Drehpunkt
36842 \family default
36843  (Menü 
36844 \family sans
36845 Einfügen\SpecialChar menuseparator
36846 Drehpunkt
36847 \family default
36848 ) in der Form 
36849 \series bold
36850 origin=Position
36851 \series default
36852  angegeben.
36853  Folgende Positionen sind möglich: 
36854 \emph on
36855 c
36856 \emph default
36857  (mittig), 
36858 \emph on
36859 l
36860 \emph default
36861  (links), 
36862 \emph on
36863 r
36864 \emph default
36865  (rechts), 
36866 \emph on
36867 b
36868 \emph default
36869  (unten), 
36870 \emph on
36871 t
36872 \emph default
36873  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
36874  Z.
36875 \begin_inset space \thinspace{}
36876 \end_inset
36877
36878 B.
36879  bedeutet 
36880 \emph on
36881 lt
36882 \emph default
36883 , dass sich der Drehpunkt links oben befindet.
36884  Wird kein Drehpunkt angegeben, wird die Position 
36885 \emph on
36886 l
36887 \emph default
36888  verwendet.
36889  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
36890  Gedreht wird gegen den Uhrzeigersinn.
36891 \end_layout
36892
36893 \begin_layout Standard
36894 Im folgenden Beispiel wurde
36895 \series bold
36896  origin=c
36897 \series default
36898  in the Einfügung 
36899 \family sans
36900 Drehpunkt
36901 \family default
36902  und 
36903 \series bold
36904 60
36905 \series default
36906  in die Einfügung 
36907 \family sans
36908 Winkel
36909 \family default
36910  eingegeben.
36911 \end_layout
36912
36913 \begin_layout Standard
36914 Dies ist eine Zeile 
36915 \begin_inset Flex Rotatebox
36916 status open
36917
36918 \begin_layout Plain Layout
36919 \begin_inset Argument 1
36920 status open
36921
36922 \begin_layout Plain Layout
36923 origin=c
36924 \end_layout
36925
36926 \end_inset
36927
36928
36929 \begin_inset Argument 2
36930 status open
36931
36932 \begin_layout Plain Layout
36933 60
36934 \end_layout
36935
36936 \end_inset
36937
36938 mit rotiertem
36939 \end_layout
36940
36941 \end_inset
36942
36943  Text.
36944 \end_layout
36945
36946 \begin_layout Standard
36947 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
36948 \end_layout
36949
36950 \begin_layout Standard
36951 Dies ist eine Zeile 
36952 \begin_inset Flex Rotatebox
36953 status open
36954
36955 \begin_layout Plain Layout
36956 \begin_inset Argument 1
36957 status open
36958
36959 \begin_layout Plain Layout
36960 origin=r
36961 \end_layout
36962
36963 \end_inset
36964
36965
36966 \begin_inset Argument 2
36967 status open
36968
36969 \begin_layout Plain Layout
36970 -60
36971 \end_layout
36972
36973 \end_inset
36974
36975
36976 \begin_inset Box Doublebox
36977 position "c"
36978 hor_pos "c"
36979 has_inner_box 0
36980 inner_pos "c"
36981 use_parbox 0
36982 use_makebox 0
36983 width "1in"
36984 special "width"
36985 height "1in"
36986 height_special "totalheight"
36987 thickness "0.4pt"
36988 separation "3pt"
36989 shadowsize "4pt"
36990 framecolor "black"
36991 backgroundcolor "none"
36992 status collapsed
36993
36994 \begin_layout Plain Layout
36995 mit rotiertem
36996 \end_layout
36997
36998 \end_inset
36999
37000
37001 \end_layout
37002
37003 \end_inset
37004
37005  umrandeten Text 
37006 \begin_inset Flex Rotatebox
37007 status open
37008
37009 \begin_layout Plain Layout
37010 \begin_inset Argument 1
37011 status open
37012
37013 \begin_layout Plain Layout
37014 origin=lb
37015 \end_layout
37016
37017 \end_inset
37018
37019
37020 \begin_inset Argument 2
37021 status open
37022
37023 \begin_layout Plain Layout
37024 60
37025 \end_layout
37026
37027 \end_inset
37028
37029
37030 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37031 \end_inset
37032
37033
37034 \end_layout
37035
37036 \end_inset
37037
37038  und einer Formel.
37039 \end_layout
37040
37041 \begin_layout Standard
37042 Oder ein Bild oder Tabelle:
37043 \end_layout
37044
37045 \begin_layout Standard
37046 Dies ist eine Zeile 
37047 \begin_inset Flex Rotatebox
37048 status open
37049
37050 \begin_layout Plain Layout
37051 \begin_inset Argument 1
37052 status open
37053
37054 \begin_layout Plain Layout
37055 origin=lb
37056 \end_layout
37057
37058 \end_inset
37059
37060
37061 \begin_inset Argument 2
37062 status open
37063
37064 \begin_layout Plain Layout
37065 90
37066 \end_layout
37067
37068 \end_inset
37069
37070
37071 \begin_inset Graphics
37072         filename ../clipart/Star-structure.pdf
37073         lyxscale 50
37074         width 25col%
37075
37076 \end_inset
37077
37078
37079 \end_layout
37080
37081 \end_inset
37082
37083  mit einem rotierten Bild 
37084 \begin_inset Flex Rotatebox
37085 status open
37086
37087 \begin_layout Plain Layout
37088 \begin_inset Argument 2
37089 status open
37090
37091 \begin_layout Plain Layout
37092 -90
37093 \end_layout
37094
37095 \end_inset
37096
37097
37098 \begin_inset Tabular
37099 <lyxtabular version="3" rows="2" columns="2">
37100 <features tabularvalignment="middle">
37101 <column alignment="center" valignment="top">
37102 <column alignment="center" valignment="top">
37103 <row>
37104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37105 \begin_inset Text
37106
37107 \begin_layout Plain Layout
37108 q
37109 \end_layout
37110
37111 \end_inset
37112 </cell>
37113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37114 \begin_inset Text
37115
37116 \begin_layout Plain Layout
37117 w
37118 \end_layout
37119
37120 \end_inset
37121 </cell>
37122 </row>
37123 <row>
37124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37125 \begin_inset Text
37126
37127 \begin_layout Plain Layout
37128 e
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37134 \begin_inset Text
37135
37136 \begin_layout Plain Layout
37137 r
37138 \end_layout
37139
37140 \end_inset
37141 </cell>
37142 </row>
37143 </lyxtabular>
37144
37145 \end_inset
37146
37147
37148 \end_layout
37149
37150 \end_inset
37151
37152  und Tabelle.
37153 \begin_inset Index idx
37154 status collapsed
37155
37156 \begin_layout Plain Layout
37157 Abbildungen ! rotierte
37158 \end_layout
37159
37160 \end_inset
37161
37162
37163 \begin_inset Index idx
37164 status collapsed
37165
37166 \begin_layout Plain Layout
37167 Tabellen ! rotierte
37168 \end_layout
37169
37170 \end_inset
37171
37172
37173 \end_layout
37174
37175 \begin_layout Standard
37176 \begin_inset Note Greyedout
37177 status open
37178
37179 \begin_layout Plain Layout
37180
37181 \series bold
37182 Achtung:
37183 \series default
37184  Wenn die Einfügung 
37185 \family sans
37186 Drehpunkt
37187 \family default
37188  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
37189 -Fehler
37190  wenn man das Dokument ansieht/exportiert.
37191 \end_layout
37192
37193 \end_inset
37194
37195
37196 \end_layout
37197
37198 \begin_layout Subsection
37199 Skalierte Boxen
37200 \begin_inset Index idx
37201 status collapsed
37202
37203 \begin_layout Plain Layout
37204 Boxen ! skalierte
37205 \end_layout
37206
37207 \end_inset
37208
37209
37210 \begin_inset Index idx
37211 status collapsed
37212
37213 \begin_layout Plain Layout
37214 Skaliertes Material
37215 \end_layout
37216
37217 \end_inset
37218
37219
37220 \end_layout
37221
37222 \begin_layout Standard
37223 Um Material zu skalieren, setzt man es in eine 
37224 \family sans
37225 Skalierende
37226 \begin_inset space ~
37227 \end_inset
37228
37229 Box
37230 \family default
37231 .
37232  Solch eine Box wird über das Menü 
37233 \family sans
37234 Einfügen\SpecialChar menuseparator
37235 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37236 Skalierende
37237 \begin_inset space ~
37238 \end_inset
37239
37240 Box
37241 \family default
37242  eingefügt.
37243 \end_layout
37244
37245 \begin_layout Standard
37246 Die 
37247 \family sans
37248 Skalierende
37249 \begin_inset space ~
37250 \end_inset
37251
37252 Box
37253 \family default
37254  Einfügung hat die obligatorische Einfügung 
37255 \family sans
37256 H-Faktor
37257 \family default
37258  und die optionale Einfügung 
37259 \family sans
37260 V-Faktor
37261 \family default
37262  (wird eingefügt über das Menü 
37263 \family sans
37264 Einfügen\SpecialChar menuseparator
37265 V-Faktor)
37266 \family default
37267 .
37268  Fügen Sie hier den horizontalen bzw.
37269 \begin_inset space \space{}
37270 \end_inset
37271
37272 den vertikalen Skalierungsfaktor ein.
37273  Wenn die Einfügung 
37274 \family sans
37275 V-Faktor
37276 \family default
37277  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
37278  vertikalen verwendet.
37279 \end_layout
37280
37281 \begin_layout Standard
37282 Um z.
37283 \begin_inset space \thinspace{}
37284 \end_inset
37285
37286 B.
37287  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
37288  
37289 \series bold
37290 2
37291 \series default
37292  in die Einfügung 
37293 \family sans
37294 H-Faktor
37295 \family default
37296  ein.
37297  Ein Beispiel: 
37298 \begin_inset Flex Scalebox
37299 status open
37300
37301 \begin_layout Plain Layout
37302 \begin_inset Argument 1
37303 status open
37304
37305 \begin_layout Plain Layout
37306 2
37307 \end_layout
37308
37309 \end_inset
37310
37311 Hallo
37312 \end_layout
37313
37314 \end_inset
37315
37316
37317 \end_layout
37318
37319 \begin_layout Standard
37320
37321 \series bold
37322 2
37323 \series default
37324  als 
37325 \family sans
37326 H-Faktor
37327 \family default
37328  und 
37329 \series bold
37330 1
37331 \series default
37332  als 
37333 \family sans
37334 V-Faktor
37335 \family default
37336  verzerrt das 
37337 \begin_inset Flex Scalebox
37338 status open
37339
37340 \begin_layout Plain Layout
37341 \begin_inset Argument 1
37342 status open
37343
37344 \begin_layout Plain Layout
37345 2
37346 \end_layout
37347
37348 \end_inset
37349
37350
37351 \begin_inset Argument 2
37352 status open
37353
37354 \begin_layout Plain Layout
37355 1
37356 \end_layout
37357
37358 \end_inset
37359
37360 Hallo
37361 \end_layout
37362
37363 \end_inset
37364
37365 .
37366 \end_layout
37367
37368 \begin_layout Standard
37369 Die Skalierungsfaktoren dürfen auch negativ sein.
37370  In diesem Fall wird der Boxinhalt gespiegelt.
37371  Daher kann 
37372 \series bold
37373 -1
37374 \series default
37375  als 
37376 \family sans
37377 H-Faktor
37378 \family default
37379  und 
37380 \series bold
37381 1
37382 \series default
37383  als 
37384 \family sans
37385 V-Faktor
37386 \family default
37387  verwendet werden um Spiegelschrift zu erstellen: 
37388 \begin_inset Flex Scalebox
37389 status open
37390
37391 \begin_layout Plain Layout
37392 \begin_inset Argument 1
37393 status open
37394
37395 \begin_layout Plain Layout
37396 -1
37397 \end_layout
37398
37399 \end_inset
37400
37401
37402 \begin_inset Argument 2
37403 status open
37404
37405 \begin_layout Plain Layout
37406 1
37407 \end_layout
37408
37409 \end_inset
37410
37411 Hallo
37412 \end_layout
37413
37414 \end_inset
37415
37416
37417 \end_layout
37418
37419 \begin_layout Standard
37420
37421 \series bold
37422 1
37423 \series default
37424  als 
37425 \family sans
37426 H-Faktor
37427 \family default
37428  und 
37429 \series bold
37430 -1
37431 \series default
37432  als 
37433 \family sans
37434 V-Faktor
37435 \family default
37436  reflektiert das 
37437 \begin_inset Flex Scalebox
37438 status open
37439
37440 \begin_layout Plain Layout
37441 \begin_inset Argument 1
37442 status open
37443
37444 \begin_layout Plain Layout
37445 1
37446 \end_layout
37447
37448 \end_inset
37449
37450
37451 \begin_inset Argument 2
37452 status open
37453
37454 \begin_layout Plain Layout
37455 -1
37456 \end_layout
37457
37458 \end_inset
37459
37460 Hallo
37461 \end_layout
37462
37463 \end_inset
37464
37465  an der Grundlinie.
37466 \end_layout
37467
37468 \begin_layout Standard
37469 Die 
37470 \family sans
37471 Spiegelbox
37472 \family default
37473  (Menü 
37474 \family sans
37475 Einfügen\SpecialChar menuseparator
37476 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37477 Spiegelbox
37478 \family default
37479 ) ist äquivalent zu 
37480 \series bold
37481 -1
37482 \series default
37483  als 
37484 \family sans
37485 H-Faktor
37486 \family default
37487  und 
37488 \series bold
37489 1
37490 \series default
37491  als 
37492 \family sans
37493 V-Faktor 
37494 \family default
37495 für eine 
37496 \family sans
37497 Skalierende
37498 \begin_inset space ~
37499 \end_inset
37500
37501 Box
37502 \family default
37503 .
37504 \end_layout
37505
37506 \begin_layout Standard
37507 \begin_inset Note Greyedout
37508 status open
37509
37510 \begin_layout Plain Layout
37511
37512 \series bold
37513 Achtung:
37514 \series default
37515  Wenn die Einfügung 
37516 \family sans
37517 Drehpunkt
37518 \family default
37519  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
37520 -Fehler
37521  wenn man das Dokument ansieht/exportiert.
37522 \end_layout
37523
37524 \end_inset
37525
37526
37527 \end_layout
37528
37529 \begin_layout Standard
37530 \begin_inset VSpace bigskip
37531 \end_inset
37532
37533 Die 
37534 \family sans
37535 Neugrößenbox
37536 \family default
37537  (Menü 
37538 \family sans
37539 Einfügen\SpecialChar menuseparator
37540 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37541 Neugrößenbox
37542 \family default
37543 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
37544  skalieren.
37545  Die 
37546 \family sans
37547 Neugrößenbox
37548 \family default
37549  Einfügung hat die obligatorische Einfügung 
37550 \family sans
37551 Breite
37552 \family default
37553  und die optionale Einfügung 
37554 \family sans
37555 Höhe
37556 \family default
37557  (wird eingefügt über das Menü 
37558 \family sans
37559 Einfügen\SpecialChar menuseparator
37560 Höhe)
37561 \family default
37562 .
37563  Fügen Sie hier die Breite bzw.
37564 \begin_inset space \space{}
37565 \end_inset
37566
37567 Höhe als Wert mit Einheit ein.
37568  
37569 \begin_inset CommandInset ref
37570 LatexCommand ref
37571 reference "tab:Maßeinheiten"
37572
37573 \end_inset
37574
37575  listet die möglichen Maßeinheiten auf.
37576  Befindet sich ein Ausrufezeichen 
37577 \series bold
37578 !
37579 \series default
37580  in einer der beiden Einfügungen, wird die Größe so gewählt, dass das Seitenverh
37581 ältnis der Box beibehalten wird.
37582  Wenn die Einfügung 
37583 \family sans
37584 Höhe
37585 \family default
37586  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
37587 \end_layout
37588
37589 \begin_layout Standard
37590
37591 \series bold
37592 2cm
37593 \series default
37594  als 
37595 \family sans
37596 Breite
37597 \family default
37598  und 
37599 \series bold
37600 1cm
37601 \series default
37602  als 
37603 \family sans
37604 Höhe
37605 \family default
37606  ergibt: 
37607 \begin_inset Flex Resizebox
37608 status open
37609
37610 \begin_layout Plain Layout
37611 \begin_inset Argument 1
37612 status open
37613
37614 \begin_layout Plain Layout
37615 2cm
37616 \end_layout
37617
37618 \end_inset
37619
37620
37621 \begin_inset Argument 2
37622 status open
37623
37624 \begin_layout Plain Layout
37625 1cm
37626 \end_layout
37627
37628 \end_inset
37629
37630 Hallo
37631 \end_layout
37632
37633 \end_inset
37634
37635
37636 \begin_inset Newline newline
37637 \end_inset
37638
37639
37640 \series bold
37641 2cm
37642 \series default
37643  als 
37644 \family sans
37645 Breite
37646 \family default
37647  und 
37648 \series bold
37649 !
37650 \series default
37651  als 
37652 \family sans
37653 Höhe
37654 \family default
37655  (oder keine 
37656 \family sans
37657 Höhe
37658 \family default
37659 ) ergibt: 
37660 \begin_inset Flex Resizebox
37661 status open
37662
37663 \begin_layout Plain Layout
37664 \begin_inset Argument 1
37665 status open
37666
37667 \begin_layout Plain Layout
37668 2cm
37669 \end_layout
37670
37671 \end_inset
37672
37673
37674 \begin_inset Argument 2
37675 status open
37676
37677 \begin_layout Plain Layout
37678 !
37679 \end_layout
37680
37681 \end_inset
37682
37683 Hallo
37684 \end_layout
37685
37686 \end_inset
37687
37688
37689 \end_layout
37690
37691 \begin_layout Standard
37692 \begin_inset Note Greyedout
37693 status open
37694
37695 \begin_layout Plain Layout
37696
37697 \series bold
37698 Achtung:
37699 \series default
37700  Wenn die Einfügung
37701 \family sans
37702  Breite 
37703 \family default
37704 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
37705 -Fehler wenn man
37706  das Dokument ansieht/exportiert.
37707 \end_layout
37708
37709 \end_inset
37710
37711
37712 \end_layout
37713
37714 \begin_layout Standard
37715 \begin_inset VSpace bigskip
37716 \end_inset
37717
37718
37719 \end_layout
37720
37721 \begin_layout Standard
37722 Alle Boxen können beliebig miteinander kombiniert werden.
37723  Als Beispiel eine 
37724 \family sans
37725 Spiegelbox
37726 \family default
37727  in einer 
37728 \family sans
37729 Neugrößenbox
37730 \family default
37731 , die wiederum in einer 
37732 \family sans
37733 Rotationsbox
37734 \family default
37735  ist:
37736 \end_layout
37737
37738 \begin_layout Standard
37739 \noindent
37740 \align center
37741 \begin_inset Flex Rotatebox
37742 status open
37743
37744 \begin_layout Plain Layout
37745 \begin_inset Argument 1
37746 status open
37747
37748 \begin_layout Plain Layout
37749 origin=c
37750 \end_layout
37751
37752 \end_inset
37753
37754
37755 \begin_inset Argument 2
37756 status open
37757
37758 \begin_layout Plain Layout
37759 -45
37760 \end_layout
37761
37762 \end_inset
37763
37764
37765 \begin_inset Flex Resizebox
37766 status open
37767
37768 \begin_layout Plain Layout
37769 \begin_inset Argument 1
37770 status open
37771
37772 \begin_layout Plain Layout
37773 2cm
37774 \end_layout
37775
37776 \end_inset
37777
37778
37779 \begin_inset Flex Reflectbox
37780 status open
37781
37782 \begin_layout Plain Layout
37783 Hallo
37784 \end_layout
37785
37786 \end_inset
37787
37788
37789 \end_layout
37790
37791 \end_inset
37792
37793
37794 \end_layout
37795
37796 \end_inset
37797
37798
37799 \end_layout
37800
37801 \begin_layout Standard
37802 \noindent
37803 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
37804 \end_layout
37805
37806 \begin_layout Standard
37807 \noindent
37808 \align center
37809 \begin_inset Flex Resizebox
37810 status open
37811
37812 \begin_layout Plain Layout
37813 \begin_inset Argument 1
37814 status open
37815
37816 \begin_layout Plain Layout
37817 2cm
37818 \end_layout
37819
37820 \end_inset
37821
37822
37823 \begin_inset Flex Reflectbox
37824 status open
37825
37826 \begin_layout Plain Layout
37827 \begin_inset Graphics
37828         filename ../clipart/Star-structure.pdf
37829         lyxscale 50
37830         width 25col%
37831
37832 \end_inset
37833
37834
37835 \end_layout
37836
37837 \end_inset
37838
37839
37840 \end_layout
37841
37842 \end_inset
37843
37844  
37845 \begin_inset Flex Resizebox
37846 status open
37847
37848 \begin_layout Plain Layout
37849 \begin_inset Argument 1
37850 status open
37851
37852 \begin_layout Plain Layout
37853 2cm
37854 \end_layout
37855
37856 \end_inset
37857
37858
37859 \begin_inset Flex Reflectbox
37860 status open
37861
37862 \begin_layout Plain Layout
37863 \begin_inset Tabular
37864 <lyxtabular version="3" rows="2" columns="2">
37865 <features tabularvalignment="middle">
37866 <column alignment="center" valignment="top">
37867 <column alignment="center" valignment="top">
37868 <row>
37869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37870 \begin_inset Text
37871
37872 \begin_layout Plain Layout
37873 q
37874 \end_layout
37875
37876 \end_inset
37877 </cell>
37878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37879 \begin_inset Text
37880
37881 \begin_layout Plain Layout
37882 w
37883 \end_layout
37884
37885 \end_inset
37886 </cell>
37887 </row>
37888 <row>
37889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37890 \begin_inset Text
37891
37892 \begin_layout Plain Layout
37893 e
37894 \end_layout
37895
37896 \end_inset
37897 </cell>
37898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37899 \begin_inset Text
37900
37901 \begin_layout Plain Layout
37902 r
37903 \end_layout
37904
37905 \end_inset
37906 </cell>
37907 </row>
37908 </lyxtabular>
37909
37910 \end_inset
37911
37912
37913 \end_layout
37914
37915 \end_inset
37916
37917
37918 \end_layout
37919
37920 \end_inset
37921
37922  
37923 \begin_inset Flex Resizebox
37924 status open
37925
37926 \begin_layout Plain Layout
37927 \begin_inset Argument 1
37928 status open
37929
37930 \begin_layout Plain Layout
37931 3cm
37932 \end_layout
37933
37934 \end_inset
37935
37936
37937 \begin_inset Flex Reflectbox
37938 status open
37939
37940 \begin_layout Plain Layout
37941 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37942 \end_inset
37943
37944
37945 \end_layout
37946
37947 \end_inset
37948
37949
37950 \end_layout
37951
37952 \end_inset
37953
37954
37955 \begin_inset Index idx
37956 status collapsed
37957
37958 \begin_layout Plain Layout
37959 Abbildungen ! skalierte
37960 \end_layout
37961
37962 \end_inset
37963
37964
37965 \begin_inset Index idx
37966 status collapsed
37967
37968 \begin_layout Plain Layout
37969 Tabellen ! skalierte
37970 \end_layout
37971
37972 \end_inset
37973
37974
37975 \end_layout
37976
37977 \begin_layout Standard
37978 Hat man den globalen Formelstil 
37979 \series bold
37980 fleqn
37981 \series default
37982
37983 \begin_inset Foot
37984 status collapsed
37985
37986 \begin_layout Plain Layout
37987 Wenn 
37988 \begin_inset Quotes gld
37989 \end_inset
37990
37991 fleqn
37992 \begin_inset Quotes grd
37993 \end_inset
37994
37995  zu den Dokumentklassen-Optionen hinzugefügt wurde.
37996 \end_layout
37997
37998 \end_inset
37999
38000  gewählt, kann man auch abgesetzte Formeln skalieren.
38001 \end_layout
38002
38003 \begin_layout Chapter
38004 Umflossene Objekte
38005 \begin_inset Index idx
38006 status collapsed
38007
38008 \begin_layout Plain Layout
38009 Umflossene Objekte
38010 \end_layout
38011
38012 \end_inset
38013
38014
38015 \end_layout
38016
38017 \begin_layout Section
38018 Umflossene Gleitobjekte
38019 \begin_inset CommandInset label
38020 LatexCommand label
38021 name "abs:Umflossene-Gleitobjekte"
38022
38023 \end_inset
38024
38025
38026 \begin_inset Index idx
38027 status collapsed
38028
38029 \begin_layout Plain Layout
38030 Gleitobjekte ! umflossene
38031 \end_layout
38032
38033 \end_inset
38034
38035
38036 \begin_inset Index idx
38037 status collapsed
38038
38039 \begin_layout Plain Layout
38040 Umflossene Objekte ! Gleitobjekte
38041 \end_layout
38042
38043 \end_inset
38044
38045
38046 \end_layout
38047
38048 \begin_layout Standard
38049 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
38050  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
38051  den die Abbildung bzw.
38052 \begin_inset space ~
38053 \end_inset
38054
38055 Tabelle übrig lässt.
38056  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
38057  Sie werden über das Menü
38058 \family sans
38059  Einfügen\SpecialChar menuseparator
38060 Gleitobjekt\SpecialChar menuseparator
38061 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
38062 objekt
38063 \family default
38064  eingefügt, wenn das \SpecialChar LaTeX
38065 -Paket 
38066 \series bold
38067 wrapfig
38068 \series default
38069
38070 \begin_inset Index idx
38071 status collapsed
38072
38073 \begin_layout Plain Layout
38074 \SpecialChar LaTeX
38075 -Pakete ! wrapfig
38076 \end_layout
38077
38078 \end_inset
38079
38080  installiert ist.
38081 \begin_inset Foot
38082 status collapsed
38083
38084 \begin_layout Plain Layout
38085 Wie man ein \SpecialChar LaTeX
38086 -Paket installiert, wird im Handbuch 
38087 \emph on
38088 \SpecialChar LaTeX
38089 -Konfiguration
38090 \emph default
38091  beschrieben.
38092 \end_layout
38093
38094 \end_inset
38095
38096  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
38097  Box des Gleitobjekts geändert werden.
38098  
38099 \begin_inset Wrap figure
38100 lines 0
38101 placement l
38102 overhang 1cm
38103 width "40col%"
38104 status open
38105
38106 \begin_layout Plain Layout
38107 \begin_inset Graphics
38108         filename ../clipart/2D-intensity-plot.pdf
38109         width 35col%
38110         scaleBeforeRotation
38111         rotateOrigin center
38112
38113 \end_inset
38114
38115
38116 \end_layout
38117
38118 \begin_layout Plain Layout
38119 \begin_inset Caption Standard
38120
38121 \begin_layout Plain Layout
38122 \begin_inset CommandInset label
38123 LatexCommand label
38124 name "abb:Dies-ist-eine"
38125
38126 \end_inset
38127
38128 Dies ist eine umflossene Gleitobjekt-Abbildung
38129 \end_layout
38130
38131 \end_inset
38132
38133
38134 \end_layout
38135
38136 \end_inset
38137
38138  Obligatorische Einstellungen sind die 
38139 \family sans
38140 Breite
38141 \family default
38142  und 
38143 \family sans
38144 Platzierung
38145 \family default
38146  des Gleitobjekts.
38147  Optional sind der 
38148 \family sans
38149 Überhang 
38150 \family default
38151 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
38152 \begin_inset space \thinspace{}
38153 \end_inset
38154
38155 /
38156 \begin_inset space \thinspace{}
38157 \end_inset
38158
38159 der Seite ragt und die 
38160 \family sans
38161 benötigten Zeilen
38162 \family default
38163 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
38164  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
38165  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
38166  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
38167  erlaubt sein soll, das Gleitobjekt
38168  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
38169  Abbildung
38170 \begin_inset space ~
38171 \end_inset
38172
38173
38174 \begin_inset CommandInset ref
38175 LatexCommand ref
38176 reference "abb:Dies-ist-eine"
38177
38178 \end_inset
38179
38180  ist zum Beispiel ein umflossenes Bild, das 35
38181 \begin_inset space \thinspace{}
38182 \end_inset
38183
38184 % der Spaltenbreite einnimmt, 1
38185 \begin_inset space \thinspace{}
38186 \end_inset
38187
38188 cm in den Rand ragt und links gesetzt wurde.
38189 \end_layout
38190
38191 \begin_layout Standard
38192 \begin_inset Note Greyedout
38193 status open
38194
38195 \begin_layout Plain Layout
38196
38197 \series bold
38198 Bemerkung:
38199 \series default
38200  Umflossene Objekte sind fragil! Wenn die Abbildung z.
38201 \begin_inset space \thinspace{}
38202 \end_inset
38203
38204 B.
38205  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
38206  oder über anderen Text gedruckt wird.
38207 \end_layout
38208
38209 \end_inset
38210
38211
38212 \end_layout
38213
38214 \begin_layout Standard
38215 Allgemein gilt für umflossene Gleitobjekte:
38216 \end_layout
38217
38218 \begin_layout Itemize
38219 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
38220  fortgesetzt werden.
38221  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
38222  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
38223 \end_layout
38224
38225 \begin_layout Itemize
38226 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
38227  werden oder darin.
38228 \end_layout
38229
38230 \begin_layout Itemize
38231 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
38232  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
38233 \end_layout
38234
38235 \begin_layout Itemize
38236 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
38237 \end_layout
38238
38239 \begin_layout Itemize
38240 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
38241 \begin_inset space \thinspace{}
38242 \end_inset
38243
38244
38245 \begin_inset CommandInset ref
38246 LatexCommand ref
38247 reference "kap:Gleitobjekte"
38248
38249 \end_inset
38250
38251  beschrieben.
38252 \end_layout
38253
38254 \begin_layout Section
38255 Umflossene Fixe Objekte
38256 \begin_inset Index idx
38257 status collapsed
38258
38259 \begin_layout Plain Layout
38260 Umflossene Objekte ! Fixe Objekte
38261 \end_layout
38262
38263 \end_inset
38264
38265
38266 \end_layout
38267
38268 \begin_layout Standard
38269 Die in Abschnitt
38270 \begin_inset space ~
38271 \end_inset
38272
38273
38274 \begin_inset CommandInset ref
38275 LatexCommand ref
38276 reference "abs:Umflossene-Gleitobjekte"
38277
38278 \end_inset
38279
38280  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
38281 \end_layout
38282
38283 \begin_layout Standard
38284 \noindent
38285 \align center
38286 \begin_inset Tabular
38287 <lyxtabular version="3" rows="2" columns="2">
38288 <features tabularvalignment="middle">
38289 <column alignment="center" valignment="top">
38290 <column alignment="center" valignment="top">
38291 <row>
38292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38293 \begin_inset Text
38294
38295 \begin_layout Plain Layout
38296 \begin_inset Info
38297 type  "icon"
38298 arg   "dialog-show-new-inset graphics"
38299 \end_inset
38300
38301
38302 \end_layout
38303
38304 \end_inset
38305 </cell>
38306 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38307 \begin_inset Text
38308
38309 \begin_layout Plain Layout
38310 Text
38311 \end_layout
38312
38313 \end_inset
38314 </cell>
38315 </row>
38316 <row>
38317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38318 \begin_inset Text
38319
38320 \begin_layout Plain Layout
38321 Text
38322 \end_layout
38323
38324 \end_inset
38325 </cell>
38326 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38327 \begin_inset Text
38328
38329 \begin_layout Plain Layout
38330 Text
38331 \end_layout
38332
38333 \end_inset
38334 </cell>
38335 </row>
38336 </lyxtabular>
38337
38338 \end_inset
38339
38340  oder 
38341 \begin_inset Tabular
38342 <lyxtabular version="3" rows="2" columns="2">
38343 <features tabularvalignment="middle">
38344 <column alignment="center" valignment="top">
38345 <column alignment="center" valignment="top">
38346 <row>
38347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38348 \begin_inset Text
38349
38350 \begin_layout Plain Layout
38351 Text
38352 \end_layout
38353
38354 \end_inset
38355 </cell>
38356 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38357 \begin_inset Text
38358
38359 \begin_layout Plain Layout
38360 \begin_inset Info
38361 type  "icon"
38362 arg   "dialog-show-new-inset graphics"
38363 \end_inset
38364
38365
38366 \end_layout
38367
38368 \end_inset
38369 </cell>
38370 </row>
38371 <row>
38372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38373 \begin_inset Text
38374
38375 \begin_layout Plain Layout
38376 Text
38377 \end_layout
38378
38379 \end_inset
38380 </cell>
38381 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38382 \begin_inset Text
38383
38384 \begin_layout Plain Layout
38385 Text
38386 \end_layout
38387
38388 \end_inset
38389 </cell>
38390 </row>
38391 </lyxtabular>
38392
38393 \end_inset
38394
38395
38396 \end_layout
38397
38398 \begin_layout Standard
38399 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
38400  wurde, um z.
38401 \begin_inset space \thinspace{}
38402 \end_inset
38403
38404 B.
38405  solche Positionen zu erhalten:
38406 \begin_inset VSpace defskip
38407 \end_inset
38408
38409
38410 \end_layout
38411
38412 \begin_layout Standard
38413 \noindent
38414 \align center
38415 \begin_inset Tabular
38416 <lyxtabular version="3" rows="2" columns="2">
38417 <features tabularvalignment="middle">
38418 <column alignment="center" valignment="top">
38419 <column alignment="center" valignment="top">
38420 <row>
38421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38422 \begin_inset Text
38423
38424 \begin_layout Plain Layout
38425 Text
38426 \end_layout
38427
38428 \end_inset
38429 </cell>
38430 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38431 \begin_inset Text
38432
38433 \begin_layout Plain Layout
38434 Text
38435 \end_layout
38436
38437 \end_inset
38438 </cell>
38439 </row>
38440 <row>
38441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38442 \begin_inset Text
38443
38444 \begin_layout Plain Layout
38445 \begin_inset Info
38446 type  "icon"
38447 arg   "dialog-show-new-inset graphics"
38448 \end_inset
38449
38450
38451 \end_layout
38452
38453 \end_inset
38454 </cell>
38455 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38456 \begin_inset Text
38457
38458 \begin_layout Plain Layout
38459 Text
38460 \end_layout
38461
38462 \end_inset
38463 </cell>
38464 </row>
38465 </lyxtabular>
38466
38467 \end_inset
38468
38469  
38470 \begin_inset Tabular
38471 <lyxtabular version="3" rows="2" columns="2">
38472 <features tabularvalignment="middle">
38473 <column alignment="center" valignment="top">
38474 <column alignment="center" valignment="top">
38475 <row>
38476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38477 \begin_inset Text
38478
38479 \begin_layout Plain Layout
38480 Text
38481 \end_layout
38482
38483 \end_inset
38484 </cell>
38485 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38486 \begin_inset Text
38487
38488 \begin_layout Plain Layout
38489 Text
38490 \end_layout
38491
38492 \end_inset
38493 </cell>
38494 </row>
38495 <row>
38496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38497 \begin_inset Text
38498
38499 \begin_layout Plain Layout
38500 Text
38501 \end_layout
38502
38503 \end_inset
38504 </cell>
38505 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38506 \begin_inset Text
38507
38508 \begin_layout Plain Layout
38509 \begin_inset Info
38510 type  "icon"
38511 arg   "dialog-show-new-inset graphics"
38512 \end_inset
38513
38514
38515 \end_layout
38516
38517 \end_inset
38518 </cell>
38519 </row>
38520 </lyxtabular>
38521
38522 \end_inset
38523
38524  
38525 \begin_inset Tabular
38526 <lyxtabular version="3" rows="2" columns="3">
38527 <features tabularvalignment="middle">
38528 <column alignment="center" valignment="top">
38529 <column alignment="center" valignment="top">
38530 <column alignment="center" valignment="top">
38531 <row>
38532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38533 \begin_inset Text
38534
38535 \begin_layout Plain Layout
38536 Text
38537 \end_layout
38538
38539 \end_inset
38540 </cell>
38541 <cell alignment="center" valignment="top" topline="true" usebox="none">
38542 \begin_inset Text
38543
38544 \begin_layout Plain Layout
38545 \begin_inset Info
38546 type  "icon"
38547 arg   "dialog-show-new-inset graphics"
38548 \end_inset
38549
38550
38551 \end_layout
38552
38553 \end_inset
38554 </cell>
38555 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38556 \begin_inset Text
38557
38558 \begin_layout Plain Layout
38559 Text
38560 \end_layout
38561
38562 \end_inset
38563 </cell>
38564 </row>
38565 <row>
38566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38567 \begin_inset Text
38568
38569 \begin_layout Plain Layout
38570 Text
38571 \end_layout
38572
38573 \end_inset
38574 </cell>
38575 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38576 \begin_inset Text
38577
38578 \begin_layout Plain Layout
38579 Text
38580 \end_layout
38581
38582 \end_inset
38583 </cell>
38584 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38585 \begin_inset Text
38586
38587 \begin_layout Plain Layout
38588 Text
38589 \end_layout
38590
38591 \end_inset
38592 </cell>
38593 </row>
38594 </lyxtabular>
38595
38596 \end_inset
38597
38598  
38599 \begin_inset Tabular
38600 <lyxtabular version="3" rows="2" columns="3">
38601 <features tabularvalignment="middle">
38602 <column alignment="center" valignment="top">
38603 <column alignment="center" valignment="top">
38604 <column alignment="center" valignment="top">
38605 <row>
38606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38607 \begin_inset Text
38608
38609 \begin_layout Plain Layout
38610 Text
38611 \end_layout
38612
38613 \end_inset
38614 </cell>
38615 <cell alignment="center" valignment="top" topline="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" bottomline="true" 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" bottomline="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 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38659 \begin_inset Text
38660
38661 \begin_layout Plain Layout
38662 Text
38663 \end_layout
38664
38665 \end_inset
38666 </cell>
38667 </row>
38668 </lyxtabular>
38669
38670 \end_inset
38671
38672
38673 \end_layout
38674
38675 \begin_layout Standard
38676 \noindent
38677 \align center
38678 \begin_inset Tabular
38679 <lyxtabular version="3" rows="3" columns="2">
38680 <features tabularvalignment="middle">
38681 <column alignment="center" valignment="top">
38682 <column alignment="center" valignment="top">
38683 <row>
38684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38685 \begin_inset Text
38686
38687 \begin_layout Plain Layout
38688 Text
38689 \end_layout
38690
38691 \end_inset
38692 </cell>
38693 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38694 \begin_inset Text
38695
38696 \begin_layout Plain Layout
38697 Text
38698 \end_layout
38699
38700 \end_inset
38701 </cell>
38702 </row>
38703 <row>
38704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38705 \begin_inset Text
38706
38707 \begin_layout Plain Layout
38708 \begin_inset Info
38709 type  "icon"
38710 arg   "dialog-show-new-inset graphics"
38711 \end_inset
38712
38713
38714 \end_layout
38715
38716 \end_inset
38717 </cell>
38718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38719 \begin_inset Text
38720
38721 \begin_layout Plain Layout
38722 Text
38723 \end_layout
38724
38725 \end_inset
38726 </cell>
38727 </row>
38728 <row>
38729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38730 \begin_inset Text
38731
38732 \begin_layout Plain Layout
38733 Text
38734 \end_layout
38735
38736 \end_inset
38737 </cell>
38738 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38739 \begin_inset Text
38740
38741 \begin_layout Plain Layout
38742 Text
38743 \end_layout
38744
38745 \end_inset
38746 </cell>
38747 </row>
38748 </lyxtabular>
38749
38750 \end_inset
38751
38752  
38753 \begin_inset Tabular
38754 <lyxtabular version="3" rows="3" columns="3">
38755 <features tabularvalignment="middle">
38756 <column alignment="center" valignment="top">
38757 <column alignment="center" valignment="top">
38758 <column alignment="center" valignment="top">
38759 <row>
38760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38761 \begin_inset Text
38762
38763 \begin_layout Plain Layout
38764 Text
38765 \end_layout
38766
38767 \end_inset
38768 </cell>
38769 <cell alignment="center" valignment="top" topline="true" usebox="none">
38770 \begin_inset Text
38771
38772 \begin_layout Plain Layout
38773 Text
38774 \end_layout
38775
38776 \end_inset
38777 </cell>
38778 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38779 \begin_inset Text
38780
38781 \begin_layout Plain Layout
38782 Text
38783 \end_layout
38784
38785 \end_inset
38786 </cell>
38787 </row>
38788 <row>
38789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38790 \begin_inset Text
38791
38792 \begin_layout Plain Layout
38793 Text
38794 \end_layout
38795
38796 \end_inset
38797 </cell>
38798 <cell alignment="center" valignment="top" usebox="none">
38799 \begin_inset Text
38800
38801 \begin_layout Plain Layout
38802 \begin_inset Info
38803 type  "icon"
38804 arg   "dialog-show-new-inset graphics"
38805 \end_inset
38806
38807
38808 \end_layout
38809
38810 \end_inset
38811 </cell>
38812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38813 \begin_inset Text
38814
38815 \begin_layout Plain Layout
38816 Text
38817 \end_layout
38818
38819 \end_inset
38820 </cell>
38821 </row>
38822 <row>
38823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38824 \begin_inset Text
38825
38826 \begin_layout Plain Layout
38827 Text
38828 \end_layout
38829
38830 \end_inset
38831 </cell>
38832 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38833 \begin_inset Text
38834
38835 \begin_layout Plain Layout
38836 Text
38837 \end_layout
38838
38839 \end_inset
38840 </cell>
38841 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38842 \begin_inset Text
38843
38844 \begin_layout Plain Layout
38845 Text
38846 \end_layout
38847
38848 \end_inset
38849 </cell>
38850 </row>
38851 </lyxtabular>
38852
38853 \end_inset
38854
38855  
38856 \begin_inset Tabular
38857 <lyxtabular version="3" rows="3" columns="2">
38858 <features tabularvalignment="middle">
38859 <column alignment="center" valignment="top">
38860 <column alignment="center" valignment="top">
38861 <row>
38862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38863 \begin_inset Text
38864
38865 \begin_layout Plain Layout
38866 Text
38867 \end_layout
38868
38869 \end_inset
38870 </cell>
38871 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38872 \begin_inset Text
38873
38874 \begin_layout Plain Layout
38875 Text
38876 \end_layout
38877
38878 \end_inset
38879 </cell>
38880 </row>
38881 <row>
38882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38883 \begin_inset Text
38884
38885 \begin_layout Plain Layout
38886 Text
38887 \end_layout
38888
38889 \end_inset
38890 </cell>
38891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38892 \begin_inset Text
38893
38894 \begin_layout Plain Layout
38895 \begin_inset Info
38896 type  "icon"
38897 arg   "dialog-show-new-inset graphics"
38898 \end_inset
38899
38900
38901 \end_layout
38902
38903 \end_inset
38904 </cell>
38905 </row>
38906 <row>
38907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38908 \begin_inset Text
38909
38910 \begin_layout Plain Layout
38911 Text
38912 \end_layout
38913
38914 \end_inset
38915 </cell>
38916 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38917 \begin_inset Text
38918
38919 \begin_layout Plain Layout
38920 Text
38921 \end_layout
38922
38923 \end_inset
38924 </cell>
38925 </row>
38926 </lyxtabular>
38927
38928 \end_inset
38929
38930
38931 \end_layout
38932
38933 \begin_layout Standard
38934 \noindent
38935 kann man das \SpecialChar LaTeX
38936 -Paket 
38937 \series bold
38938 picinpar
38939 \series default
38940
38941 \begin_inset Index idx
38942 status collapsed
38943
38944 \begin_layout Plain Layout
38945 \SpecialChar LaTeX
38946 -Pakete ! picinpar
38947 \end_layout
38948
38949 \end_inset
38950
38951  benutzen.
38952  Hier ist ein Beispiel:
38953 \end_layout
38954
38955 \begin_layout Standard
38956 \begin_inset ERT
38957 status collapsed
38958
38959 \begin_layout Plain Layout
38960
38961
38962 \backslash
38963 ifpicinpar
38964 \end_layout
38965
38966 \end_inset
38967
38968
38969 \begin_inset Note Note
38970 status open
38971
38972 \begin_layout Plain Layout
38973 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
38974 -Paket 
38975 \series bold
38976 picinpar
38977 \series default
38978  installiert ist.
38979 \end_layout
38980
38981 \end_inset
38982
38983
38984 \end_layout
38985
38986 \begin_layout Standard
38987 \begin_inset ERT
38988 status collapsed
38989
38990 \begin_layout Plain Layout
38991
38992
38993 \backslash
38994 begin{window}[2,c,{
38995 \end_layout
38996
38997 \end_inset
38998
38999
39000 \begin_inset Graphics
39001         filename ../clipart/2D-intensity-plot.pdf
39002         lyxscale 60
39003         width 40col%
39004         scaleBeforeRotation
39005         rotateOrigin center
39006
39007 \end_inset
39008
39009
39010 \begin_inset ERT
39011 status collapsed
39012
39013 \begin_layout Plain Layout
39014
39015 },]
39016 \end_layout
39017
39018 \begin_layout Plain Layout
39019
39020 {}
39021 \end_layout
39022
39023 \end_inset
39024
39025
39026 \size small
39027 \lang english
39028 It was in the spring of the year 1894 that all London was interested, and
39029  the fashionable world dismayed, by the murder of the Honourable Ronald
39030  Adair under most unusual and inexplicable circumstances.
39031  The public has already learned those particulars of the crime which
39032 \size default
39033
39034 \begin_inset ERT
39035 status collapsed
39036
39037 \begin_layout Plain Layout
39038
39039
39040 \backslash
39041 footnotemark{}
39042 \end_layout
39043
39044 \end_inset
39045
39046
39047 \size small
39048  came out in the police investigation, but a good deal was suppressed upon
39049  that occasion, since the case for the prosecution was so overwhelmingly
39050  strong that it was not necessary to bring forward all the facts.
39051  Only now, at the end of nearly ten years, am I allowed to supply those
39052  missing links which make up the whole of that remarkable chain.
39053 \size default
39054 \lang ngerman
39055
39056 \begin_inset ERT
39057 status collapsed
39058
39059 \begin_layout Plain Layout
39060
39061
39062 \backslash
39063 end{window}
39064 \end_layout
39065
39066 \end_inset
39067
39068
39069 \end_layout
39070
39071 \begin_layout Standard
39072 \begin_inset ERT
39073 status collapsed
39074
39075 \begin_layout Plain Layout
39076
39077
39078 \backslash
39079 footnotetext{
39080 \end_layout
39081
39082 \end_inset
39083
39084 Fußnote des Absatzes mit fixem Objekt.
39085 \begin_inset ERT
39086 status collapsed
39087
39088 \begin_layout Plain Layout
39089
39090 }
39091 \end_layout
39092
39093 \end_inset
39094
39095
39096 \end_layout
39097
39098 \begin_layout Standard
39099 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
39100  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
39101  vertikale Position im Text bestimmen kann.
39102  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
39103  beschriftet werden.
39104 \end_layout
39105
39106 \begin_layout Standard
39107 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
39108  Befehl
39109 \end_layout
39110
39111 \begin_layout Standard
39112
39113 \series bold
39114
39115 \backslash
39116 begin{window}[2,c,{
39117 \end_layout
39118
39119 \begin_layout Standard
39120 als \SpecialChar TeX
39121 -Code einfügt.
39122  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
39123  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
39124  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
39125  Danach fügt man das Objekt ein.
39126  In diesem Beispiel wurde ein Bild der Breite von 40
39127 \begin_inset space \thinspace{}
39128 \end_inset
39129
39130 % der Textspaltenbreite eingefügt.
39131  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
39132  Nach dem Objekt fügt man den Befehl
39133 \end_layout
39134
39135 \begin_layout Standard
39136
39137 \series bold
39138 },Beschreibungstext]
39139 \begin_inset Newline newline
39140 \end_inset
39141
39142 {}
39143 \end_layout
39144
39145 \begin_layout Standard
39146 ein.
39147  Man beachte dass das 
39148 \begin_inset Quotes gld
39149 \end_inset
39150
39151
39152 \series bold
39153 {}
39154 \series default
39155
39156 \begin_inset Quotes grd
39157 \end_inset
39158
39159  in der zweiten Zeile steht.
39160  Der Beschreibungstext ist optional.
39161  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
39162  das Objekt befinden, also direkt nach dem 
39163 \series bold
39164 {}
39165 \series default
39166  beginnen.
39167  Am Ende des Absatzes fügt man folgenden Befehl ein:
39168 \end_layout
39169
39170 \begin_layout Standard
39171
39172 \series bold
39173
39174 \backslash
39175 end{window}
39176 \end_layout
39177
39178 \begin_layout Standard
39179 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
39180  man muss stattdessen den Befehl 
39181 \series bold
39182
39183 \backslash
39184 footnotemark
39185 \series default
39186  verwenden.
39187  Außerhalb des Absatzes den Befehl 
39188 \series bold
39189
39190 \backslash
39191 footnotetext
39192 \series default
39193 , wie es in Abschnitt
39194 \begin_inset space ~
39195 \end_inset
39196
39197
39198 \begin_inset CommandInset ref
39199 LatexCommand ref
39200 reference "abs:Fußnoten"
39201
39202 \end_inset
39203
39204  beschrieben ist.
39205 \end_layout
39206
39207 \begin_layout Standard
39208 \begin_inset ERT
39209 status collapsed
39210
39211 \begin_layout Plain Layout
39212
39213
39214 \backslash
39215 else
39216 \end_layout
39217
39218 \end_inset
39219
39220
39221 \begin_inset Note Note
39222 status open
39223
39224 \begin_layout Plain Layout
39225 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
39226 -Paket 
39227 \series bold
39228 picinpar
39229 \series default
39230  nicht installiert ist:
39231 \end_layout
39232
39233 \end_inset
39234
39235
39236 \end_layout
39237
39238 \begin_layout Standard
39239 Das \SpecialChar LaTeX
39240 -Paket 
39241 \series bold
39242 picinpar
39243 \series default
39244  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
39245 \end_layout
39246
39247 \begin_layout Standard
39248 \begin_inset ERT
39249 status collapsed
39250
39251 \begin_layout Plain Layout
39252
39253
39254 \backslash
39255 fi
39256 \end_layout
39257
39258 \end_inset
39259
39260
39261 \end_layout
39262
39263 \begin_layout Section
39264 Initiale
39265 \begin_inset Index idx
39266 status collapsed
39267
39268 \begin_layout Plain Layout
39269 Initiale
39270 \end_layout
39271
39272 \end_inset
39273
39274
39275 \begin_inset Index idx
39276 status collapsed
39277
39278 \begin_layout Plain Layout
39279 Umflossene Objekte ! Initiale
39280 \end_layout
39281
39282 \end_inset
39283
39284
39285 \end_layout
39286
39287 \begin_layout Standard
39288 Für Initialen muss das \SpecialChar LaTeX
39289 -Paket 
39290 \series bold
39291 lettrine
39292 \series default
39293
39294 \begin_inset Index idx
39295 status collapsed
39296
39297 \begin_layout Plain Layout
39298 \SpecialChar LaTeX
39299 -Pakete ! lettrine
39300 \end_layout
39301
39302 \end_inset
39303
39304  installiert sein und das Modul 
39305 \family sans
39306 Initialen
39307 \family default
39308  im Dokument verwendet werden (Menü 
39309 \family sans
39310 Dokument\SpecialChar menuseparator
39311 Einstellungen\SpecialChar menuseparator
39312 Module
39313 \family default
39314 ).
39315  Um eine Initiale einzufügen, verwendet man den Stil 
39316 \family sans
39317 Initiale
39318 \family default
39319 .
39320  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
39321  Die Argumente werden über das Menü 
39322 \family sans
39323 Einfügen
39324 \family default
39325  eingefügt.
39326  Das obligatorische Argument 
39327 \family sans
39328 Initiale
39329 \family default
39330  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
39331 \family sans
39332 Rest
39333 \begin_inset space ~
39334 \end_inset
39335
39336 der
39337 \begin_inset space ~
39338 \end_inset
39339
39340 Initiale
39341 \family default
39342  enthält den Rest des Wortes oder Textes der Initiale.
39343  Das Argument 
39344 \family sans
39345 Optionen
39346 \family default
39347  enthält Parameter um die Initiale zu modifizieren.
39348  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
39349  von 
39350 \series bold
39351 lettrine
39352 \series default
39353
39354 \begin_inset CommandInset citation
39355 LatexCommand cite
39356 key "lettrine"
39357 literal "true"
39358
39359 \end_inset
39360
39361 .
39362  Der Stil selbst enthält den Text, der die Initiale umgibt.
39363  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
39364  Initiale ist, in 
39365 \shape smallcaps
39366 Kapitälchen
39367 \shape default
39368  gedruckt wird.
39369 \end_layout
39370
39371 \begin_layout Standard
39372 Hier sind einige Beispiele:
39373 \end_layout
39374
39375 \begin_layout Standard
39376 \begin_inset ERT
39377 status collapsed
39378
39379 \begin_layout Plain Layout
39380
39381
39382 \backslash
39383 iflettrine
39384 \end_layout
39385
39386 \end_inset
39387
39388
39389 \begin_inset Note Note
39390 status open
39391
39392 \begin_layout Plain Layout
39393 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
39394 -Paket 
39395 \series bold
39396 lettrine
39397 \series default
39398  installiert ist.
39399 \end_layout
39400
39401 \end_inset
39402
39403
39404 \end_layout
39405
39406 \begin_layout Enumerate
39407 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
39408
39409 \begin_inset Formula $\mathfrak{Fraktur}$
39410 \end_inset
39411
39412 :
39413 \end_layout
39414
39415 \begin_deeper
39416 \begin_layout Initial
39417 \begin_inset Argument 2
39418 status open
39419
39420 \begin_layout Plain Layout
39421 \begin_inset Formula $\mathfrak{I}$
39422 \end_inset
39423
39424
39425 \end_layout
39426
39427 \end_inset
39428
39429
39430 \begin_inset Argument 3
39431 status open
39432
39433 \begin_layout Plain Layout
39434 t
39435 \end_layout
39436
39437 \end_inset
39438
39439  
39440 \lang english
39441 was in the spring of the year 1894 that all London was interested, and the
39442  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39443  under most unusual and inexplicable circumstances.
39444  The public has already learned those particulars of the crime which came
39445  out in the police investigation, but a good deal was suppressed upon that
39446  occasion, since the case for the prosecution was so overwhelmingly strong
39447  that it was not necessary to bring forward all the facts.
39448 \end_layout
39449
39450 \end_deeper
39451 \begin_layout Enumerate
39452 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
39453  besteht und kein Text ist in 
39454 \shape smallcaps
39455 Kapitälchen
39456 \shape default
39457 :
39458 \end_layout
39459
39460 \begin_deeper
39461 \begin_layout Initial
39462 \begin_inset Argument 1
39463 status open
39464
39465 \begin_layout Plain Layout
39466 lines=1
39467 \end_layout
39468
39469 \end_inset
39470
39471
39472 \begin_inset Argument 2
39473 status open
39474
39475 \begin_layout Plain Layout
39476 It
39477 \end_layout
39478
39479 \end_inset
39480
39481  
39482 \lang english
39483 was in the spring of the year 1894 that all London was interested, and the
39484  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39485  under most unusual and inexplicable circumstances.
39486  The public has already learned those particulars of the crime which came
39487  out in the police investigation, but a good deal was suppressed upon that
39488  occasion, since the case for the prosecution was so overwhelmingly strong
39489  that it was not necessary to bring forward all the facts.
39490 \end_layout
39491
39492 \end_deeper
39493 \begin_layout Enumerate
39494 Magenta, hängende Initiale über 3
39495 \begin_inset space ~
39496 \end_inset
39497
39498 Zeilen in der Mathe-Schrift
39499 \begin_inset Newline newline
39500 \end_inset
39501
39502  
39503 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
39504 \end_inset
39505
39506 , der Text 
39507 \begin_inset Quotes gld
39508 \end_inset
39509
39510
39511 \lang english
39512 t was in the spring
39513 \lang ngerman
39514
39515 \begin_inset Quotes erd
39516 \end_inset
39517
39518  ist in 
39519 \shape smallcaps
39520 Kapitälchen
39521 \shape default
39522 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
39523 \begin_inset Newline newline
39524 \end_inset
39525
39526
39527 \series bold
39528
39529 \backslash
39530 renewcommand{
39531 \backslash
39532 LettrineFontHook}{
39533 \backslash
39534 color{Farbe}}
39535 \series default
39536
39537 \begin_inset Newline newline
39538 \end_inset
39539
39540 wobei 
39541 \emph on
39542 Farbe
39543 \emph default
39544  
39545 \begin_inset Quotes gld
39546 \end_inset
39547
39548 red
39549 \begin_inset Quotes erd
39550 \end_inset
39551
39552
39553 \begin_inset Quotes gld
39554 \end_inset
39555
39556 blue
39557 \begin_inset Quotes erd
39558 \end_inset
39559
39560
39561 \begin_inset Quotes gld
39562 \end_inset
39563
39564 green
39565 \begin_inset Quotes erd
39566 \end_inset
39567
39568
39569 \begin_inset Quotes gld
39570 \end_inset
39571
39572 yellow
39573 \begin_inset Quotes erd
39574 \end_inset
39575
39576
39577 \begin_inset Quotes gld
39578 \end_inset
39579
39580 cyan
39581 \begin_inset Quotes erd
39582 \end_inset
39583
39584
39585 \begin_inset Quotes gld
39586 \end_inset
39587
39588 magenta
39589 \begin_inset Quotes erd
39590 \end_inset
39591
39592
39593 \begin_inset Quotes gld
39594 \end_inset
39595
39596 black
39597 \begin_inset Quotes erd
39598 \end_inset
39599
39600  oder 
39601 \begin_inset Quotes gld
39602 \end_inset
39603
39604 white
39605 \begin_inset Quotes erd
39606 \end_inset
39607
39608  sein kann, und diesen Befehl zum \SpecialChar LaTeX
39609 -Vorspann hinzufügen:
39610 \begin_inset Newline newline
39611 \end_inset
39612
39613
39614 \series bold
39615
39616 \backslash
39617 @ifundefined{textcolor}
39618 \begin_inset Newline newline
39619 \end_inset
39620
39621
39622 \begin_inset space ~
39623 \end_inset
39624
39625 {
39626 \backslash
39627 usepackage{color}}{}
39628 \end_layout
39629
39630 \begin_deeper
39631 \begin_layout Standard
39632 \begin_inset ERT
39633 status collapsed
39634
39635 \begin_layout Plain Layout
39636
39637
39638 \backslash
39639 renewcommand{
39640 \backslash
39641 LettrineFontHook}{
39642 \backslash
39643 color{magenta}}
39644 \end_layout
39645
39646 \end_inset
39647
39648
39649 \begin_inset Note Note
39650 status open
39651
39652 \begin_layout Plain Layout
39653 macht die Initiale magenta
39654 \end_layout
39655
39656 \end_inset
39657
39658
39659 \end_layout
39660
39661 \begin_layout Initial
39662 \begin_inset Argument 1
39663 status open
39664
39665 \begin_layout Plain Layout
39666 lines=3, lhang=0.33, loversize=0.25
39667 \end_layout
39668
39669 \end_inset
39670
39671
39672 \begin_inset Argument 2
39673 status open
39674
39675 \begin_layout Plain Layout
39676 \begin_inset Formula $\mathcal{I}$
39677 \end_inset
39678
39679
39680 \end_layout
39681
39682 \end_inset
39683
39684
39685 \begin_inset Argument 3
39686 status open
39687
39688 \begin_layout Plain Layout
39689
39690 \lang english
39691 t was in the spring
39692 \end_layout
39693
39694 \end_inset
39695
39696  
39697 \lang english
39698 of the year 1894 that all London was interested, and the fashionable world
39699  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39700  and inexplicable circumstances.
39701  The public has already learned those particulars of the crime which came
39702  out in the police investigation, but a good deal was suppressed upon that
39703  occasion, since the case for the prosecution was so overwhelmingly strong
39704  that it was not necessary to bring forward all the facts.
39705 \end_layout
39706
39707 \end_deeper
39708 \begin_layout Standard
39709 \begin_inset ERT
39710 status collapsed
39711
39712 \begin_layout Plain Layout
39713
39714
39715 \backslash
39716 else
39717 \end_layout
39718
39719 \end_inset
39720
39721
39722 \begin_inset Note Note
39723 status open
39724
39725 \begin_layout Plain Layout
39726 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
39727 -Paket 
39728 \series bold
39729 lettrine
39730 \series default
39731  nicht installiert ist:
39732 \end_layout
39733
39734 \end_inset
39735
39736
39737 \end_layout
39738
39739 \begin_layout Standard
39740 Das \SpecialChar LaTeX
39741 -Paket 
39742 \series bold
39743 lettrine
39744 \series default
39745  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
39746 \end_layout
39747
39748 \begin_layout Standard
39749 \begin_inset ERT
39750 status collapsed
39751
39752 \begin_layout Plain Layout
39753
39754
39755 \backslash
39756 fi
39757 \end_layout
39758
39759 \end_inset
39760
39761
39762 \end_layout
39763
39764 \begin_layout Chapter
39765 Externe Dateien
39766 \begin_inset Index idx
39767 status collapsed
39768
39769 \begin_layout Plain Layout
39770 Dateien ! externe
39771 \end_layout
39772
39773 \end_inset
39774
39775
39776 \end_layout
39777
39778 \begin_layout Standard
39779 Mit 
39780 \family sans
39781 Einfügen\SpecialChar menuseparator
39782 Datei
39783 \family default
39784  können Sie fremdes Material in Ihr Dokument einsetzen.
39785  Das kann folgendes sein:
39786 \end_layout
39787
39788 \begin_layout Description
39789 \SpecialChar LyX
39790 -Dokument Der Inhalt eines anderen \SpecialChar LyX
39791 -Dokuments wird direkt in Ihr Dokument
39792  eingefügt.
39793 \end_layout
39794
39795 \begin_layout Description
39796 Einfacher
39797 \begin_inset space ~
39798 \end_inset
39799
39800 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
39801  eingefügt.
39802 \end_layout
39803
39804 \begin_layout Description
39805 Einfacher
39806 \begin_inset space ~
39807 \end_inset
39808
39809 Text,
39810 \begin_inset space ~
39811 \end_inset
39812
39813 Zeilen
39814 \begin_inset space ~
39815 \end_inset
39816
39817 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
39818  Leerzeilen trennen die Absätze.
39819 \end_layout
39820
39821 \begin_layout Description
39822 Externes
39823 \begin_inset space ~
39824 \end_inset
39825
39826 Material Dateien in verschiedenen Formaten.
39827 \end_layout
39828
39829 \begin_layout Description
39830 Unterdokument \SpecialChar LyX
39831 - oder \SpecialChar LaTeX
39832 -Dokumente.
39833 \end_layout
39834
39835 \begin_layout Section
39836 Externes Material
39837 \begin_inset Index idx
39838 status collapsed
39839
39840 \begin_layout Plain Layout
39841 Externes Material
39842 \end_layout
39843
39844 \end_inset
39845
39846
39847 \end_layout
39848
39849 \begin_layout Standard
39850 Mit 
39851 \family sans
39852 Einfügen\SpecialChar menuseparator
39853 Datei\SpecialChar menuseparator
39854  Externes Material
39855 \family default
39856  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
39857  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
39858  weil \SpecialChar LyX
39859  sich darum kümmert.
39860  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
39861 -Dokumente
39862  eingefügt werden können.
39863  Wenn die Grafikvorschau in den \SpecialChar LyX
39864 -Einstellungen unter
39865 \family sans
39866  Aussehen
39867 \begin_inset space ~
39868 \end_inset
39869
39870 &
39871 \begin_inset space ~
39872 \end_inset
39873
39874 Handhabung\SpecialChar menuseparator
39875 Grafik
39876 \family default
39877 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
39878  angezeigt.
39879 \end_layout
39880
39881 \begin_layout Standard
39882 Zur Zeit können Sie folgende Dateitypen (
39883 \family sans
39884 Vorlagen
39885 \family default
39886 ) benutzen:
39887 \end_layout
39888
39889 \begin_layout Description
39890 Dia-Diagramm unterstützt Diagramme, die mit dem Programm 
39891 \series bold
39892
39893 \begin_inset CommandInset href
39894 LatexCommand href
39895 name "Dia"
39896 target "https://de.wikipedia.org/wiki/Dia_(Software)"
39897 literal "false"
39898
39899 \end_inset
39900
39901
39902 \series default
39903  erzeugt wurden.
39904 \end_layout
39905
39906 \begin_layout Description
39907 Inkscape-Grafik Diese Vorlage unterstützt spezifische skalierbare Grafiken,
39908  die aus skalierbaren Vektorgrafiken (SVG) generiert werden.
39909  Das Besondere an ihnen ist, dass aller enthaltener Text durch Text ersetzt
39910  wird, der mit \SpecialChar LaTeX
39911  gesetzt wurde (und somit die aktuelle Schriftart des \SpecialChar LyX
39912 -Dokuments
39913  verwendet).
39914  Die Vorlage basiert auf einem Feature des Programms 
39915 \series bold
39916
39917 \begin_inset CommandInset href
39918 LatexCommand href
39919 name "Inkscape"
39920 target "https://inkscape.org/de"
39921 literal "false"
39922
39923 \end_inset
39924
39925
39926 \series default
39927 , das aus einer gegebenen SVG-Datei spezielle PDF- oder EPS- und \SpecialChar LaTeX
39928 -Dateien
39929  generiert (in Inkscape selbst ist dieses Feature über die Option 
39930 \family sans
39931 Text in PDF weglassen und LaTeX Datei erstellen
39932 \family default
39933  verfügbar, wenn man eine Grafik als PDF oder EPS speichert).
39934  Der Vorteil von solchen Dateien ist es, dass man einen einheitlichen Textstil
39935  im ganzen Dokument erzeugen kann.
39936 \begin_inset Newline newline
39937 \end_inset
39938
39939 Die Vorlage liest SVG-Dateien ein und verwendet ein Konverterprogramm, um
39940  daraus (jeweils aktuelle) PDF- oder EPS- sowie \SpecialChar LaTeX
39941 -Dateien zu erzeugen (das
39942  Konverterprogramm verwendet hierfür Inkscape).
39943  Somit müssen Sie diese Dateien nicht selbst exportieren und pflegen.
39944  Wenn Sie dennoch lieber bereits vorhandene 
39945 \family typewriter
39946 *.pdf-
39947 \family default
39948  und 
39949 \family typewriter
39950 *.pdf_tex
39951 \family default
39952 -Dateien bzw.
39953  
39954 \family typewriter
39955 *.eps-
39956 \family default
39957  und 
39958 \family typewriter
39959 *.eps_tex
39960 \family default
39961 -Dateien verwenden möchten (oder müssen), binden Sie die entsprechende 
39962 \family typewriter
39963 *.pdf_tex
39964 \family default
39965 - oder 
39966 \family typewriter
39967 *.eps_tex
39968 \family default
39969 -Datei einfach über 
39970 \begin_inset Info
39971 type  "menu"
39972 arg   "dialog-show-new-inset include"
39973 \end_inset
39974
39975  (mittels 
39976 \family typewriter
39977 Input
39978 \family default
39979 ) ein (siehe Abschnitt.
39980 \begin_inset space ~
39981 \end_inset
39982
39983
39984 \begin_inset CommandInset ref
39985 LatexCommand ref
39986 reference "abs:Unterdokumente"
39987 plural "false"
39988 caps "false"
39989 noprefix "false"
39990
39991 \end_inset
39992
39993 ) statt die hier beschriebene Vorlage zu verwenden.
39994 \begin_inset Newline newline
39995 \end_inset
39996
39997 Man kann \SpecialChar TeX
39998 -Code-Befehle wie 
39999 \series bold
40000
40001 \backslash
40002 Large
40003 \series default
40004
40005 \series bold
40006
40007 \backslash
40008 small
40009 \series default
40010  usw.
40011  im Text der SVGs verwenden.
40012  Die Schriftgröße wird von den Einstellungen des \SpecialChar LyX
40013 -Dokuments übernommen.
40014  Siehe 
40015 \begin_inset CommandInset citation
40016 LatexCommand cite
40017 key "Inkscape"
40018 literal "false"
40019
40020 \end_inset
40021
40022  für mehr Informationen und Beispiele.
40023 \end_layout
40024
40025 \begin_layout Description
40026 LilyPond-Notenblatt Mit dieser Vorlage können Sie Musik-Notationen einfügen,
40027  die mit dem Notensatzprogramm 
40028 \series bold
40029
40030 \begin_inset CommandInset href
40031 LatexCommand href
40032 name "LilyPond"
40033 target "https://de.wikipedia.org/wiki/LilyPond"
40034 literal "false"
40035
40036 \end_inset
40037
40038
40039 \series default
40040  gesetzt werden.
40041  Für \SpecialChar LyX
40042 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
40043 ' Beispieldatei 
40044 \emph on
40045 lilypond.lyx
40046 \emph default
40047 .
40048 \end_layout
40049
40050 \begin_layout Description
40051 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
40052  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
40053  
40054 \series bold
40055 pages
40056 \series default
40057  im Feld 
40058 \family sans
40059 Option
40060 \family default
40061  in der Karteikarte 
40062 \family sans
40063 \SpecialChar LaTeX
40064 - und \SpecialChar LyX
40065 -Optionen
40066 \family default
40067 .
40068  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
40069  (man gibt als Option 
40070 \series bold
40071 pages={3,5,6,8}
40072 \series default
40073  an), Seitenbereiche (
40074 \series bold
40075 pages={4-9}
40076 \series default
40077 ) oder eine Kombination davon enthält.
40078  Um leere Seiten einzufügen, verwendet man {}.
40079  Z.
40080 \begin_inset space \thinspace{}
40081 \end_inset
40082
40083 B.
40084  fügt 
40085 \series bold
40086 pages={3,{},8-11,15}
40087 \series default
40088  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
40089  Seitenbereiche werden mit der Syntax 
40090 \emph on
40091 Start
40092 \emph default
40093 -
40094 \emph on
40095 Stop
40096 \emph default
40097  angegeben.
40098  Dies wählt alle Seiten von 
40099 \emph on
40100 Start
40101 \emph default
40102  bis 
40103 \emph on
40104 Stop
40105 \emph default
40106  aus.
40107  Wird 
40108 \emph on
40109 Start
40110 \emph default
40111  weggelassen, wird stattdessen die erste Seite verwendet; wird 
40112 \emph on
40113 Stop
40114 \emph default
40115  weggelassen, wird stattdessen die letzte Seite verwendet.
40116  Die letzte Seite kann außerdem mit dem Schlagwort 
40117 \series bold
40118 last
40119 \series default
40120  ausgewählt werden.
40121  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
40122 \series bold
40123 pages=-
40124 \series default
40125  fügt also alle Seiten des Dokuments ein und 
40126 \series bold
40127 pages=last-1
40128 \series default
40129  fügt alle Seiten in umgekehrter Reihenfolge ein.
40130  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
40131  eingefügt.
40132 \begin_inset Newline newline
40133 \end_inset
40134
40135 Die Option 
40136 \series bold
40137 noautoscale
40138 \series default
40139  fügt die Seiten in ihrer Originalgröße ein.
40140  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
40141  dass sie die komplette Breite Ihres Dokuments einnehmen.
40142  In der Karteikarte 
40143 \family sans
40144 Größe und Drehung
40145 \family default
40146  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
40147  werden.
40148  Wird eine andere Breite als 100
40149 \begin_inset space \thinspace{}
40150 \end_inset
40151
40152 Größe% verwendet, wird die Option 
40153 \series bold
40154 noautoscale
40155 \series default
40156  überschrieben.
40157  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
40158  des \SpecialChar LaTeX
40159 -Pakets 
40160 \series bold
40161 pdfpages
40162 \series default
40163  
40164 \begin_inset CommandInset citation
40165 LatexCommand cite
40166 key "pdfpages"
40167 literal "true"
40168
40169 \end_inset
40170
40171 .
40172 \begin_inset Index idx
40173 status collapsed
40174
40175 \begin_layout Plain Layout
40176 \SpecialChar LaTeX
40177 -Pakete ! pdfpages
40178 \end_layout
40179
40180 \end_inset
40181
40182
40183 \begin_inset Newline newline
40184 \end_inset
40185
40186 Um diese Vorlage in einer 
40187 \family sans
40188 Beamer
40189 \family default
40190 -Präsentation zu verwenden, muss zuerst eine 
40191 \family sans
40192 BeendeRahmen
40193 \family default
40194  Umgebung eingefügt werden.
40195  In den folgenden Absatz kommt eine \SpecialChar TeX
40196 -Code Box mit dem Befehl 
40197 \series bold
40198
40199 \backslash
40200 setbeamertemplate{background canvas}{}
40201 \series default
40202 .
40203  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
40204  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
40205  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
40206  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
40207  sicher, dass die Ausrichtung 
40208 \family sans
40209 Standard
40210 \family default
40211  für den Absatz verwendet wird, der die Vorlage enthält.
40212 \begin_inset Newline newline
40213 \end_inset
40214
40215 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
40216 \begin_inset External
40217         template PDFPages
40218         filename ../clipart/Abstract.pdf
40219         extra LaTeX "pages=-"
40220         rotateAngle -5
40221         rotateOrigin bottomleft
40222         width 50col%
40223
40224 \end_inset
40225
40226
40227 \end_layout
40228
40229 \begin_layout Description
40230 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
40231  Die Bilddateien können im Dialogfenster 
40232 \family sans
40233 Externes
40234 \begin_inset space ~
40235 \end_inset
40236
40237 Material
40238 \family default
40239  genauso behandelt werden wie die mit dem normalen 
40240 \family sans
40241 Grafik
40242 \family default
40243 -Dialog eingefügten, siehe Abschnitt
40244 \begin_inset space ~
40245 \end_inset
40246
40247
40248 \begin_inset CommandInset ref
40249 LatexCommand ref
40250 reference "abs:Grafik-Dialog"
40251
40252 \end_inset
40253
40254 .
40255  Hier ist ein eingefügtes Rasterbild: 
40256 \begin_inset External
40257         template RasterImage
40258         filename ../clipart/ToolbarEnvBox.png
40259
40260 \end_inset
40261
40262
40263 \end_layout
40264
40265 \begin_layout Description
40266 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
40267 \series bold
40268
40269 \begin_inset CommandInset href
40270 LatexCommand href
40271 name "XBoard"
40272 target "https://de.wikipedia.org/wiki/XBoard"
40273 literal "false"
40274
40275 \end_inset
40276
40277
40278 \series default
40279  erzeugt wurden.
40280 \end_layout
40281
40282 \begin_layout Description
40283 Tabelle Mit dieser Vorlage können Sie Tabellen im Format von 
40284 \series bold
40285
40286 \begin_inset CommandInset href
40287 LatexCommand href
40288 name "Gnumeric"
40289 target "https://de.wikipedia.org/wiki/Gnumeric"
40290 literal "false"
40291
40292 \end_inset
40293
40294
40295 \series default
40296
40297 \begin_inset CommandInset href
40298 LatexCommand href
40299 name "OpenDocument"
40300 target "https://de.wikipedia.org/wiki/OpenDocument"
40301 literal "false"
40302
40303 \end_inset
40304
40305
40306 \begin_inset CommandInset href
40307 LatexCommand href
40308 name "Microsoft Office XML"
40309 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40310 literal "false"
40311
40312 \end_inset
40313
40314  und 
40315 \begin_inset CommandInset href
40316 LatexCommand href
40317 name "Office Open XML"
40318 target "https://de.wikipedia.org/wiki/Office_Open_XML"
40319 literal "false"
40320
40321 \end_inset
40322
40323  einfügen.
40324  Für dieses Feature muss \SpecialChar LyX
40325  während seiner Konfiguration das Programm 
40326 \family typewriter
40327 ssconvert
40328 \family default
40329  gefunden haben.
40330  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
40331  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
40332  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
40333 ' Beispieldatei 
40334 \emph on
40335 spreadsheet.lyx
40336 \emph default
40337 .
40338 \end_layout
40339
40340 \begin_layout Description
40341 Vektorgrafik Diese Vorlage kann für Vektorgrafiken benutzt werden.
40342  Die Bilddateien können im Dialogfenster 
40343 \family sans
40344 Externes
40345 \begin_inset space ~
40346 \end_inset
40347
40348 Material
40349 \family default
40350  genauso behandelt werden, wie die mit dem normalen 
40351 \family sans
40352 Grafik
40353 \family default
40354 -Dialog eingefügten, siehe Abschnitt
40355 \begin_inset space ~
40356 \end_inset
40357
40358
40359 \begin_inset CommandInset ref
40360 LatexCommand ref
40361 reference "abs:Grafik-Dialog"
40362
40363 \end_inset
40364
40365 .
40366  Hier ist eine eingefügte Vektorgrafik: 
40367 \begin_inset External
40368         template VectorGraphics
40369         filename ../clipart/SVG-Drawing.svg
40370         lyxscale 50
40371         scale 33
40372
40373 \end_inset
40374
40375
40376 \end_layout
40377
40378 \begin_layout Description
40379 Xfig-Abbildung Diese Vorlage unterstützt Bilder, die mit dem Programm 
40380 \begin_inset CommandInset href
40381 LatexCommand href
40382 name "Xfig"
40383 target "https://de.wikipedia.org/wiki/Xfig"
40384 literal "false"
40385
40386 \end_inset
40387
40388  erzeugt wurden.
40389 \end_layout
40390
40391 \begin_layout Standard
40392 Wenn Sie im Dialogfenster
40393 \family sans
40394  Externes
40395 \begin_inset space ~
40396 \end_inset
40397
40398 Material 
40399 \family default
40400 in der Karteikarte
40401 \family sans
40402  Datei
40403 \family default
40404  die Option 
40405 \family sans
40406 Entwurf
40407 \family default
40408  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
40409 \begin_inset Newline newline
40410 \end_inset
40411
40412 \SpecialChar LyX
40413  kann externes Material entweder als Box wie hier:
40414 \begin_inset Newline newline
40415 \end_inset
40416
40417
40418 \begin_inset Graphics
40419         filename clipart/ExternesMaterial.png
40420         scale 95
40421         scaleBeforeRotation
40422
40423 \end_inset
40424
40425  oder als Bild darstellen.
40426  Das hängt davon ab, ob Sie im Dialog
40427 \family sans
40428  
40429 \family default
40430 in der Karteikarte 
40431 \family sans
40432 LaTeX- und LyX-Optionen
40433 \family default
40434  die Option 
40435 \family sans
40436 In
40437 \begin_inset space ~
40438 \end_inset
40439
40440 LyX
40441 \begin_inset space ~
40442 \end_inset
40443
40444 anzeigen
40445 \family default
40446  gewählt haben oder nicht.
40447 \end_layout
40448
40449 \begin_layout Standard
40450 Im \SpecialChar LyX
40451 -Handbuch 
40452 \family sans
40453 \emph on
40454 Anpassung
40455 \family default
40456 \emph default
40457  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
40458 \end_layout
40459
40460 \begin_layout Section
40461 Unterdokumente
40462 \begin_inset CommandInset label
40463 LatexCommand label
40464 name "abs:Unterdokumente"
40465
40466 \end_inset
40467
40468
40469 \begin_inset Index idx
40470 status collapsed
40471
40472 \begin_layout Plain Layout
40473 Unterdokument
40474 \end_layout
40475
40476 \end_inset
40477
40478
40479 \end_layout
40480
40481 \begin_layout Standard
40482 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
40483  oder Abschnitten bestehen.
40484  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
40485  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
40486  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
40487  z.
40488 \begin_inset space \thinspace{}
40489 \end_inset
40490
40491 B.
40492  den \SpecialChar LaTeX
40493 -Vorspann, das Literaturverzeichnis und Querverweismarken.
40494 \end_layout
40495
40496 \begin_layout Standard
40497 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
40498  müssen, geben Sie im Unterdokument im Menü
40499 \family sans
40500  Dokument\SpecialChar menuseparator
40501 Einstellungen\SpecialChar menuseparator
40502 Dokumentklasse
40503 \family default
40504  das Hauptdokument an.
40505  Dieses wird dann von \SpecialChar LyX
40506  im Hintergrund benutzt, wenn Sie das Unterdokument
40507  bearbeiten.
40508 \end_layout
40509
40510 \begin_layout Standard
40511 Unterdokumente werden in \SpecialChar LyX
40512  als Box angezeigt: 
40513 \begin_inset Graphics
40514         filename ../clipart/ChildDocument.png
40515         scale 95
40516         scaleBeforeRotation
40517
40518 \end_inset
40519
40520  Sie werden über
40521 \family sans
40522  Einfügen\SpecialChar menuseparator
40523 Datei\SpecialChar menuseparator
40524 Unterdokument
40525 \family default
40526  eingebunden, was das Dialogfenster
40527 \family sans
40528  Unterdokument
40529 \family default
40530  öffnet.
40531  Für 
40532 \family sans
40533 die Art
40534 \begin_inset space ~
40535 \end_inset
40536
40537 der
40538 \begin_inset space ~
40539 \end_inset
40540
40541 Einbindung
40542 \family default
40543  gibt es dort vier Möglichkeiten:
40544 \end_layout
40545
40546 \begin_layout Description
40547 Include Sie können \SpecialChar LyX
40548 - und \SpecialChar LaTeX
40549 -Dokumente einbinden.
40550  Wenn Sie im Dialogfenster
40551 \family sans
40552  Unterdokument
40553 \family default
40554  auf 
40555 \family sans
40556 Bearbeiten
40557 \family default
40558  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
40559  und Sie können es editieren.
40560 \begin_inset Newline newline
40561 \end_inset
40562
40563
40564 \end_layout
40565
40566 \begin_layout Standard
40567 Hier wird ein Unterdokument
40568 \family sans
40569  
40570 \family default
40571 per 
40572 \family sans
40573 Include
40574 \family default
40575  eingebunden: 
40576 \begin_inset CommandInset include
40577 LatexCommand include
40578 filename "DummyDocument1.lyx"
40579 literal "true"
40580
40581 \end_inset
40582
40583 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
40584  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
40585  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
40586 s.
40587  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
40588 \begin_inset space ~
40589 \end_inset
40590
40591
40592 \begin_inset CommandInset ref
40593 LatexCommand ref
40594 reference "uab:Externer-Unterabschnitt-1"
40595
40596 \end_inset
40597
40598 .
40599 \end_layout
40600
40601 \begin_layout Standard
40602 Der \SpecialChar LaTeX
40603 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
40604  wird benutzt.
40605  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
40606  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
40607  Unterdokumente, die per 
40608 \family sans
40609 Include
40610 \family default
40611  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
40612  und enden mit einem Seitenumbruch.
40613 \end_layout
40614
40615 \begin_layout Standard
40616 \begin_inset Note Greyedout
40617 status open
40618
40619 \begin_layout Plain Layout
40620
40621 \series bold
40622 Bemerkung:
40623 \series default
40624  Wenn Sie eine \SpecialChar LyX
40625 - oder \SpecialChar LaTeX
40626 -Datei eingebunden haben, werden Sie beim Export oder
40627  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
40628  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
40629  führen wird.
40630 \end_layout
40631
40632 \end_inset
40633
40634
40635 \end_layout
40636
40637 \begin_layout Description
40638 Input Diese Methode ist 
40639 \family sans
40640 Include
40641 \family default
40642  sehr ähnlich mit folgenden Unterschieden:
40643 \end_layout
40644
40645 \begin_deeper
40646 \begin_layout Itemize
40647 Unterdokumente, die per 
40648 \family sans
40649 Input
40650 \family default
40651  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
40652  Seite und enden NICHT mit einem Seitenumbruch.
40653 \end_layout
40654
40655 \begin_layout Itemize
40656 Unterdokumente, die per 
40657 \family sans
40658 Input
40659 \family default
40660  eingebunden werden, können in \SpecialChar LyX
40661  angesehen werden, wenn im Dialogfenster
40662 \family sans
40663  Unterdokument Vorschau
40664 \begin_inset space ~
40665 \end_inset
40666
40667 anzeigen
40668 \family default
40669  angekreuzt wurde und in den \SpecialChar LyX
40670 -Einstellungen unter
40671 \family sans
40672  Aussehen
40673 \begin_inset space ~
40674 \end_inset
40675
40676 &
40677 \begin_inset space ~
40678 \end_inset
40679
40680 Handhabung\SpecialChar menuseparator
40681 Grafik\SpecialChar menuseparator
40682 Sofortige
40683 \begin_inset space ~
40684 \end_inset
40685
40686 Vorschau
40687 \family default
40688  auf 
40689 \family sans
40690 An
40691 \family default
40692  gesetzt wurde.
40693  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
40694  aus.
40695 \end_layout
40696
40697 \begin_layout Itemize
40698 Unterdokumente, die per 
40699 \family sans
40700 Input
40701 \family default
40702  eingebunden werden, können nicht über das Menü 
40703 \family sans
40704 Dokument\SpecialChar menuseparator
40705 Einstellungen\SpecialChar menuseparator
40706 Unterdokumente
40707 \family default
40708  unterdrückt werden.
40709 \end_layout
40710
40711 \end_deeper
40712 \begin_layout Standard
40713 Hier ist ein Unterdokument, das mit
40714 \family sans
40715  Input
40716 \family default
40717  eingebunden wurde: 
40718 \begin_inset CommandInset include
40719 LatexCommand input
40720 filename "DummyDocument2.lyx"
40721 literal "true"
40722
40723 \end_inset
40724
40725 .
40726 \end_layout
40727
40728 \begin_layout Description
40729 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
40730   In der Druckvorschau wird für den Text der Stil 
40731 \family typewriter
40732 Schreibmaschine
40733 \family default
40734  verwendet.
40735  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
40736  Wenn Sie im Dialogfenster
40737 \family sans
40738  Unterdokument Leerzeichen
40739 \begin_inset space ~
40740 \end_inset
40741
40742 bei
40743 \begin_inset space ~
40744 \end_inset
40745
40746 der
40747 \begin_inset space ~
40748 \end_inset
40749
40750 Ausgabe
40751 \begin_inset space ~
40752 \end_inset
40753
40754 kennzeichnen 
40755 \family default
40756 ankreuzen, wird in der Druckvorschau das Zeichen 
40757 \begin_inset Quotes gld
40758 \end_inset
40759
40760
40761 \begin_inset ERT
40762 status collapsed
40763
40764 \begin_layout Plain Layout
40765
40766
40767 \backslash
40768 textvisiblespace 
40769 \end_layout
40770
40771 \end_inset
40772
40773
40774 \begin_inset Quotes grd
40775 \end_inset
40776
40777  für jedes Leerzeichen eingefügt.
40778 \begin_inset Newline newline
40779 \end_inset
40780
40781 Im Gegensatz zu 
40782 \family sans
40783 Einfügen\SpecialChar menuseparator
40784 Datei\SpecialChar menuseparator
40785 Einfacher
40786 \begin_inset space ~
40787 \end_inset
40788
40789 Text
40790 \family default
40791  wird bei 
40792 \family sans
40793 Unformatiert
40794 \family default
40795  der Dateiinhalt in \SpecialChar LyX
40796  nicht dargestellt.
40797 \end_layout
40798
40799 \begin_layout Standard
40800 Hier ist ein Unterdokument, das mit
40801 \family sans
40802  Unformatiert
40803 \family default
40804  eingebunden wurde: 
40805 \begin_inset CommandInset include
40806 LatexCommand verbatiminput
40807 filename "DummyTextDocument.txt"
40808 literal "true"
40809
40810 \end_inset
40811
40812
40813 \begin_inset VSpace bigskip
40814 \end_inset
40815
40816 Hier ist ein Unterdokument, das mit
40817 \family sans
40818  Unformatiert
40819 \family default
40820  eingebunden wurde und
40821 \family sans
40822  Leerzeichen
40823 \begin_inset space ~
40824 \end_inset
40825
40826 bei
40827 \begin_inset space ~
40828 \end_inset
40829
40830 der
40831 \begin_inset space ~
40832 \end_inset
40833
40834 Ausgabe
40835 \begin_inset space ~
40836 \end_inset
40837
40838 kennzeichnen
40839 \family default
40840  angekreuzt hat: 
40841 \begin_inset CommandInset include
40842 LatexCommand verbatiminput*
40843 filename "DummyTextDocument.txt"
40844 literal "true"
40845
40846 \end_inset
40847
40848
40849 \end_layout
40850
40851 \begin_layout Standard
40852 \begin_inset VSpace bigskip
40853 \end_inset
40854
40855
40856 \end_layout
40857
40858 \begin_layout Standard
40859 \begin_inset Note Greyedout
40860 status open
40861
40862 \begin_layout Plain Layout
40863
40864 \series bold
40865 Bemerkung:
40866 \series default
40867  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
40868  
40869 \family sans
40870 Unformatiert
40871 \family default
40872  eingebunden werden, am Zeilenende nicht umgebrochen.
40873 \end_layout
40874
40875 \end_inset
40876
40877
40878 \end_layout
40879
40880 \begin_layout Description
40881 Listing Dieser Typ wird in Kapitel
40882 \begin_inset space ~
40883 \end_inset
40884
40885
40886 \begin_inset CommandInset ref
40887 LatexCommand ref
40888 reference "kap:Programm-Code-Listen"
40889
40890 \end_inset
40891
40892  beschrieben.
40893 \end_layout
40894
40895 \begin_layout Standard
40896 \begin_inset Note Greyedout
40897 status open
40898
40899 \begin_layout Plain Layout
40900
40901 \series bold
40902 Bemerkung:
40903 \series default
40904  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
40905  das zu \SpecialChar LaTeX
40906 -Problemen führen.
40907 \end_layout
40908
40909 \end_inset
40910
40911
40912 \end_layout
40913
40914 \begin_layout Standard
40915 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
40916  wollen, z.
40917 \begin_inset space \thinspace{}
40918 \end_inset
40919
40920 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
40921  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
40922  Dies geschieht über das Menü 
40923 \family sans
40924 Dokument\SpecialChar menuseparator
40925 Einstellungen\SpecialChar menuseparator
40926 Unterdokumente
40927 \family default
40928 .
40929  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
40930  in die Spalte 
40931 \family sans
40932 In Ausgabe einbinden
40933 \family default
40934  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
40935  für Unterdokumente möglich ist, die per 
40936 \family sans
40937 Input
40938 \family default
40939  eingebunden wurden).
40940  Wenn die Option 
40941 \family sans
40942 Zähler und Querverweise wahren
40943 \family default
40944  aktiviert ist, sorgt \SpecialChar LyX
40945  dafür, dass alle Seitennummern, Querverweise usw.
40946 \begin_inset space ~
40947 \end_inset
40948
40949 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
40950  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
40951  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
40952  Dazu muss \SpecialChar LyX
40953  intern allerdings das gesamte Dokument prozessieren.
40954  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
40955  sind, wählen sie die Option nicht.
40956 \end_layout
40957
40958 \begin_layout Standard
40959 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
40960 \begin_inset Foot
40961 status collapsed
40962
40963 \begin_layout Plain Layout
40964 Zweige sind im Kapitel 
40965 \emph on
40966 Zweige
40967 \emph default
40968  des \SpecialChar LyX
40969
40970 \emph on
40971 -Benutzerhandbuchs
40972 \emph default
40973  erklärt.
40974 \end_layout
40975
40976 \end_inset
40977
40978  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
40979  Dateien in der Ausgabe erscheinen.
40980  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
40981  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
40982  werden.
40983 \end_layout
40984
40985 \begin_layout Chapter
40986 Programm-Code-Listen
40987 \begin_inset CommandInset label
40988 LatexCommand label
40989 name "kap:Programm-Code-Listen"
40990
40991 \end_inset
40992
40993
40994 \begin_inset Index idx
40995 status collapsed
40996
40997 \begin_layout Plain Layout
40998 Listen
40999 \end_layout
41000
41001 \end_inset
41002
41003
41004 \begin_inset Index idx
41005 status collapsed
41006
41007 \begin_layout Plain Layout
41008 Programm-Code
41009 \end_layout
41010
41011 \end_inset
41012
41013
41014 \end_layout
41015
41016 \begin_layout Standard
41017 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
41018 \family sans
41019 Einfügen\SpecialChar menuseparator
41020 Pro\SpecialChar softhyphen
41021 grammlisting
41022 \family default
41023  verwenden.
41024  Die \SpecialChar LaTeX
41025 -Pakete 
41026 \series bold
41027 listings
41028 \series default
41029
41030 \begin_inset Index idx
41031 status collapsed
41032
41033 \begin_layout Plain Layout
41034 \SpecialChar LaTeX
41035 -Pakete ! listings
41036 \end_layout
41037
41038 \end_inset
41039
41040  und 
41041 \series bold
41042 minted
41043 \series default
41044
41045 \begin_inset Index idx
41046 status collapsed
41047
41048 \begin_layout Plain Layout
41049 \SpecialChar LaTeX
41050 -Pakete ! minted
41051 \end_layout
41052
41053 \end_inset
41054
41055  können Programm-Code auf vielfältige und flexible Weise in Ihr Dokument
41056  einfügen.
41057  Man kann nur eines der Pakete in einem Dokument verwenden.
41058  
41059 \series bold
41060 listings
41061 \series default
41062  ist voreingestellt.
41063 \end_layout
41064
41065 \begin_layout Standard
41066 \begin_inset Note Note
41067 status open
41068
41069 \begin_layout Plain Layout
41070
41071 \series bold
41072 Achtung:
41073 \series default
41074  Es wird nicht empfohlen die Option 
41075 \family typewriter
41076 -shell-escape
41077 \family default
41078  zu verwenden.
41079  Sie funktioniert, ist aber ein großes Sicherheitsproblem.
41080  Die \SpecialChar LyX
41081 -Entwickler diskutieren, wie damit umzugehen ist.
41082  Diese Notiz kann erst geändert werden, bis eine Entscheidung getroffen
41083  wurde.
41084 \end_layout
41085
41086 \begin_layout Plain Layout
41087 =====
41088 \end_layout
41089
41090 \begin_layout Plain Layout
41091 Um 
41092 \series bold
41093 minted
41094 \series default
41095  zu benutzen, muss man es als Paket zur Code-Hervorhebung in den Dokumenteinstel
41096 lungen in der Rubrik 
41097 \family sans
41098 Programmlistings
41099 \family default
41100  festlegen.
41101  
41102 \series bold
41103 minted
41104 \series default
41105  benötigt zusätzlich das Modul 
41106 \family sans
41107 pygments
41108 \family default
41109  des Programms 
41110 \noun on
41111 Python
41112 \noun default
41113
41114 \begin_inset Foot
41115 status collapsed
41116
41117 \begin_layout Plain Layout
41118 Unte
41119 \family sans
41120 r \SpecialChar LyX
41121  f
41122 \family default
41123 ür Windows ist 
41124 \family sans
41125 pygments
41126 \family default
41127  bereits installiert.
41128 \end_layout
41129
41130 \end_inset
41131
41132  und die Option 
41133 \family typewriter
41134 -shell-escape
41135 \family default
41136  für den \SpecialChar LaTeX
41137 -Prozessor.
41138  Wenn Sie z.
41139 \begin_inset space \thinspace{}
41140 \end_inset
41141
41142 B.
41143  Ihr Dokument als Format 
41144 \family sans
41145 PDF
41146 \begin_inset space ~
41147 \end_inset
41148
41149 (pdflatex)
41150 \family default
41151  ansehen oder exportieren wollen, gehen Sie in die \SpecialChar LyX
41152 -Einstellungen und dort
41153  zum Abschnitt 
41154 \family sans
41155 Datei-Handhanbung\SpecialChar menuseparator
41156 Konverter
41157 \family default
41158 .
41159  gehen Sie dort auf den Eintrag 
41160 \family sans
41161 LaTeX
41162 \begin_inset space ~
41163 \end_inset
41164
41165 (pdflatex) -> PDF
41166 \begin_inset space ~
41167 \end_inset
41168
41169 (pdflatex)
41170 \family default
41171  und schauen Sie in das Feld 
41172 \family sans
41173 Konverter
41174 \family default
41175 .
41176  Dort sehen sie voreingestellt den Inhalt
41177 \begin_inset Newline newline
41178 \end_inset
41179
41180
41181 \series bold
41182 pdflatex $$i
41183 \series default
41184
41185 \begin_inset Newline newline
41186 \end_inset
41187
41188 Ändern Sie ihn nun ab zu
41189 \begin_inset Newline newline
41190 \end_inset
41191
41192
41193 \series bold
41194 pdflatex $$i -shell-escape
41195 \begin_inset Newline newline
41196 \end_inset
41197
41198
41199 \series default
41200 und drücken Sie den 
41201 \family sans
41202 Ändern
41203 \family default
41204 -Knopf und anschließend 
41205 \family sans
41206 Übernehmen
41207 \family default
41208  oder 
41209 \family sans
41210 Speichern
41211 \family default
41212 .
41213  Dasselbe kann für die Ausgabeformate 
41214 \family sans
41215 PDF
41216 \begin_inset space ~
41217 \end_inset
41218
41219 (LuaTeX)
41220 \family default
41221  und 
41222 \family sans
41223 PDF
41224 \begin_inset space ~
41225 \end_inset
41226
41227 (XeTeX)
41228 \family default
41229  gemacht werden.
41230 \end_layout
41231
41232 \end_inset
41233
41234
41235 \end_layout
41236
41237 \begin_layout Standard
41238 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
41239 rmat der Programm-Code-Liste festlegen.
41240 \end_layout
41241
41242 \begin_layout Standard
41243 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
41244  Die Platzierungsoption 
41245 \family sans
41246 Eingebettetes
41247 \begin_inset space ~
41248 \end_inset
41249
41250 Listing
41251 \family default
41252  druckt das Listing in der Zeile wie hier: 
41253 \begin_inset listings
41254 lstparams "language={C++}"
41255 inline true
41256 status open
41257
41258 \begin_layout Plain Layout
41259
41260 int a=5;
41261 \end_layout
41262
41263 \end_inset
41264
41265
41266 \begin_inset Newline newline
41267 \end_inset
41268
41269 Die Option 
41270 \family sans
41271 Gleitobjekt
41272 \family default
41273  erzeugt ein Listing-Gleitobjekt, dessen 
41274 \family sans
41275 Platzierung 
41276 \family default
41277 Sie mit 
41278 \family sans
41279 h
41280 \family default
41281
41282 \family sans
41283 t
41284 \family default
41285
41286 \family sans
41287 b
41288 \family default
41289  und 
41290 \family sans
41291 p
41292 \family default
41293 , analog zu den in Abschnitt
41294 \begin_inset space ~
41295 \end_inset
41296
41297
41298 \begin_inset CommandInset ref
41299 LatexCommand ref
41300 reference "abs:Gleitobjekt-Platzierung"
41301
41302 \end_inset
41303
41304  beschriebenen Platzierungsoptionen festlegen können.
41305  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
41306  hintereinander angegeben, z.
41307 \begin_inset space \thinspace{}
41308 \end_inset
41309
41310 B.
41311  
41312 \begin_inset Quotes gld
41313 \end_inset
41314
41315
41316 \family sans
41317 htbp
41318 \family default
41319
41320 \begin_inset Quotes grd
41321 \end_inset
41322
41323 .
41324  Die Option 
41325 \begin_inset Quotes gld
41326 \end_inset
41327
41328 h
41329 \begin_inset Quotes grd
41330 \end_inset
41331
41332  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
41333  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
41334 \end_layout
41335
41336 \begin_layout Standard
41337 Mit dem Menü 
41338 \family sans
41339 Einfügen\SpecialChar menuseparator
41340 Legende
41341 \family default
41342  kann man für das Listing eine Beschriftung hinzufügen.
41343  Man kann Listings mit Marken versehen, um auf sie wie auf andere Gleitobjekte
41344  zu verweisen: Listing
41345 \begin_inset space ~
41346 \end_inset
41347
41348
41349 \begin_inset CommandInset ref
41350 LatexCommand ref
41351 reference "lst:Gleitendes-Programm-Listing"
41352
41353 \end_inset
41354
41355 .
41356  Mit dem Menü 
41357 \family sans
41358 Einfügen\SpecialChar menuseparator
41359 Liste
41360 \begin_inset space ~
41361 \end_inset
41362
41363 /
41364 \begin_inset space ~
41365 \end_inset
41366
41367 Inhaltsverzeichnis\SpecialChar menuseparator
41368 Listings Verzeichnis
41369 \family default
41370  kann ein Verzeichnis aller Listings eingefügt werden.
41371  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
41372 \end_layout
41373
41374 \begin_layout Standard
41375 \begin_inset listings
41376 lstparams "language=Python"
41377 inline false
41378 status open
41379
41380 \begin_layout Plain Layout
41381
41382 \begin_inset Caption Standard
41383
41384 \begin_layout Plain Layout
41385 \begin_inset CommandInset label
41386 LatexCommand label
41387 name "lst:Gleitendes-Programm-Listing"
41388
41389 \end_inset
41390
41391 Gleitendes Programm-Listing
41392 \end_layout
41393
41394 \end_inset
41395
41396 # Gleitendes Programm-Listing
41397 \end_layout
41398
41399 \begin_layout Plain Layout
41400
41401 def func(param):
41402 \end_layout
41403
41404 \begin_layout Plain Layout
41405
41406     'Dies ist eine Python-Funktion'
41407 \end_layout
41408
41409 \begin_layout Plain Layout
41410
41411     pass
41412 \end_layout
41413
41414 \end_inset
41415
41416
41417 \end_layout
41418
41419 \begin_layout Standard
41420 \begin_inset Note Greyedout
41421 status open
41422
41423 \begin_layout Plain Layout
41424
41425 \series bold
41426 Bemerkung: 
41427 \series default
41428 Das Paket 
41429 \series bold
41430 listings
41431 \series default
41432  setzt Beschriftungen standardmäßig vor das Listing.
41433 \begin_inset Newline newline
41434 \end_inset
41435
41436 Das Paket 
41437 \series bold
41438 minted
41439 \series default
41440  setzt sie standardmäßig vor das Listing, wenn es gleitend ist.
41441  Ansonsten wird die Beschriftung vor das Listing gesetzt, wenn die Marke
41442  in die erste Zeile eingefügt wurde, ansonsten hinter das Listing.
41443  Um die Beschriftung in jedem Fall vor das Listing zu setzen, müssen diese
41444  Zeilen als Letztes zum \SpecialChar LaTeX
41445 -Vorspann hinzugefügt werden:
41446 \begin_inset Newline newline
41447 \end_inset
41448
41449
41450 \series bold
41451
41452 \backslash
41453 @ifundefined{newfloat}
41454 \begin_inset Newline newline
41455 \end_inset
41456
41457
41458 \begin_inset Phantom HPhantom
41459 status open
41460
41461 \begin_layout Plain Layout
41462 \begin_inset space ~
41463 \end_inset
41464
41465
41466 \end_layout
41467
41468 \end_inset
41469
41470 {
41471 \backslash
41472 usepackage{float}}{}
41473 \begin_inset Newline newline
41474 \end_inset
41475
41476
41477 \backslash
41478 floatstyle{plaintop}
41479 \series default
41480
41481 \begin_inset Note Note
41482 status collapsed
41483
41484 \begin_layout Plain Layout
41485 Das Paket 
41486 \series bold
41487 float
41488 \series default
41489  wird automatisch von \SpecialChar LyX
41490  geladen, wenn Sie spezielle dokumentweite Gleitobjektplat
41491 zierungen verwenden.
41492  Der Befehl 
41493 \series bold
41494
41495 \backslash
41496 @ifundefined
41497 \series default
41498  vermeidet, dass es in diesem Fall doppelt geladen wird.
41499 \end_layout
41500
41501 \end_inset
41502
41503
41504 \end_layout
41505
41506 \end_inset
41507
41508
41509 \end_layout
41510
41511 \begin_layout Standard
41512 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
41513  der Sprache erkannt und besonders gedruckt, wie 
41514 \emph on
41515 #
41516 \emph default
41517
41518 \emph on
41519 def
41520 \emph default
41521  und 
41522 \emph on
41523 pass
41524 \emph default
41525  in Listing
41526 \begin_inset space ~
41527 \end_inset
41528
41529
41530 \begin_inset CommandInset ref
41531 LatexCommand ref
41532 reference "lst:Gleitendes-Programm-Listing"
41533
41534 \end_inset
41535
41536 .
41537 \end_layout
41538
41539 \begin_layout Standard
41540 \begin_inset Note Greyedout
41541 status open
41542
41543 \begin_layout Plain Layout
41544
41545 \series bold
41546 Bemerkung:
41547 \series default
41548  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
41549 \family typewriter
41550 Schreib\SpecialChar softhyphen
41551 maschine
41552 \family default
41553  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
41554 h keine fett gedruckten Buchstaben.
41555  Wählen Sie in diesem Fall eine andere Schrift im Menü 
41556 \family sans
41557 Dokument\SpecialChar menuseparator
41558 Einstellungen\SpecialChar menuseparator
41559 Schriften
41560 \family default
41561 .
41562  (Die Schriften 
41563 \emph on
41564 LuxiMono, BeraMono
41565 \emph default
41566  und 
41567 \emph on
41568 Courier
41569 \emph default
41570  enthalten fett gedruckte Buchstaben.)
41571 \end_layout
41572
41573 \end_inset
41574
41575
41576 \end_layout
41577
41578 \begin_layout Standard
41579 Im Abschnitt 
41580 \family sans
41581 Zeilennummerierung
41582 \family default
41583  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
41584 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
41585  jede wievielte Zeile nummeriert werden soll und die 
41586 \family sans
41587 Schriftgröße
41588 \family default
41589  der Nummerierung.
41590 \end_layout
41591
41592 \begin_layout Standard
41593 Im Abschnitt 
41594 \family sans
41595 Bereich
41596 \family default
41597  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
41598  Im Abschnitt 
41599 \family sans
41600 Stil
41601 \family default
41602  legen Sie fest, wie die Liste ausgedruckt werden soll.
41603  Die Option 
41604 \family sans
41605 Erweiterte
41606 \begin_inset space ~
41607 \end_inset
41608
41609 Zeichentabelle
41610 \family default
41611  ist nur für das Paket 
41612 \series bold
41613 listings
41614 \series default
41615  relevant und sollte verwendet werden, wenn nationale Zeichen wie Umlaute
41616  benutzt werden.
41617 \end_layout
41618
41619 \begin_layout Standard
41620 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
41621 \begin_inset Quotes gld
41622 \end_inset
41623
41624 3
41625 \begin_inset Quotes grd
41626 \end_inset
41627
41628 , Sprache 
41629 \begin_inset Quotes gld
41630 \end_inset
41631
41632 Python
41633 \begin_inset Quotes grd
41634 \end_inset
41635
41636 , Optionen 
41637 \begin_inset Quotes gld
41638 \end_inset
41639
41640 Erweiterte Zeichentabelle
41641 \begin_inset Quotes grd
41642 \end_inset
41643
41644  und 
41645 \begin_inset Quotes gld
41646 \end_inset
41647
41648 Leerzeichen als Symbol
41649 \begin_inset Quotes grd
41650 \end_inset
41651
41652  und Bereich Zeilen 3
41653 \begin_inset space \thinspace{}
41654 \end_inset
41655
41656 -
41657 \begin_inset space \thinspace{}
41658 \end_inset
41659
41660 8:
41661 \end_layout
41662
41663 \begin_layout Standard
41664 \begin_inset listings
41665 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
41666 inline false
41667 status open
41668
41669 \begin_layout Plain Layout
41670
41671 def func(param):
41672 \end_layout
41673
41674 \begin_layout Plain Layout
41675
41676     'Dies ist eine Python-Funktion'
41677 \end_layout
41678
41679 \begin_layout Plain Layout
41680
41681     pass
41682 \end_layout
41683
41684 \begin_layout Plain Layout
41685
41686 def func(param):
41687 \end_layout
41688
41689 \begin_layout Plain Layout
41690
41691 'Sonderzeichen: Tschüß'
41692 \end_layout
41693
41694 \begin_layout Plain Layout
41695
41696 pass
41697 \end_layout
41698
41699 \begin_layout Plain Layout
41700
41701 def func(param):
41702 \end_layout
41703
41704 \begin_layout Plain Layout
41705
41706 'Dies ist eine Python-Funktion'
41707 \end_layout
41708
41709 \begin_layout Plain Layout
41710
41711 pass
41712 \end_layout
41713
41714 \end_inset
41715
41716
41717 \end_layout
41718
41719 \begin_layout Standard
41720 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
41721 \family sans
41722 Tabulatorgröße
41723 \family default
41724  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
41725 \end_layout
41726
41727 \begin_layout Standard
41728 \noindent
41729 \begin_inset Note Greyedout
41730 status open
41731
41732 \begin_layout Plain Layout
41733
41734 \series bold
41735 Bemerkung:
41736 \series default
41737  Wegen eines Fehlers im 
41738 \series bold
41739 listings
41740 \series default
41741 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
41742  verschoben.
41743  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
41744  Listing nummeriert werden.
41745 \end_layout
41746
41747 \end_inset
41748
41749
41750 \end_layout
41751
41752 \begin_layout Standard
41753 \begin_inset VSpace bigskip
41754 \end_inset
41755
41756
41757 \end_layout
41758
41759 \begin_layout Standard
41760 \noindent
41761 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
41762  Das machen Sie mit
41763 \family sans
41764  Einfügen\SpecialChar menuseparator
41765 Datei\SpecialChar menuseparator
41766 Unterdokument
41767 \family default
41768  und der 
41769 \family sans
41770 Art
41771 \begin_inset space ~
41772 \end_inset
41773
41774 der
41775 \begin_inset space ~
41776 \end_inset
41777
41778 Einbindung
41779 \family default
41780  
41781 \family sans
41782 Listing
41783 \family default
41784 .
41785 \begin_inset Foot
41786 status collapsed
41787
41788 \begin_layout Plain Layout
41789 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
41790 \begin_inset space ~
41791 \end_inset
41792
41793
41794 \begin_inset CommandInset ref
41795 LatexCommand ref
41796 reference "abs:Unterdokumente"
41797
41798 \end_inset
41799
41800  beschrieben.
41801 \end_layout
41802
41803 \end_inset
41804
41805  Im Dialogfenster
41806 \family sans
41807  Unterdokument
41808 \family default
41809  können Sie die Listing-Parameter unter 
41810 \family sans
41811 Weitere
41812 \begin_inset space ~
41813 \end_inset
41814
41815 Parameter
41816 \family default
41817  eingeben.
41818  Wenn Sie dort ein Fragezeichen 
41819 \begin_inset Quotes gld
41820 \end_inset
41821
41822 ?
41823 \begin_inset Quotes grd
41824 \end_inset
41825
41826  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
41827 det.
41828 \end_layout
41829
41830 \begin_layout Standard
41831 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
41832  Text ins Feld 
41833 \family sans
41834 Marke
41835 \family default
41836 , auf die dann wie üblich verwiesen werden kann.
41837 \end_layout
41838
41839 \begin_layout Standard
41840 Listing
41841 \begin_inset space ~
41842 \end_inset
41843
41844
41845 \begin_inset CommandInset ref
41846 LatexCommand ref
41847 reference "lst:Datei-Listing"
41848
41849 \end_inset
41850
41851  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
41852 \begin_inset space \thinspace{}
41853 \end_inset
41854
41855
41856 \begin_inset space \thinspace{}
41857 \end_inset
41858
41859 15 gedruckt werden.
41860 \end_layout
41861
41862 \begin_layout Standard
41863 \begin_inset CommandInset include
41864 LatexCommand lstinputlisting
41865 filename "EmbeddedObjects.lyx"
41866 lstparams "breaklines=true,extendedchars=true,firstline=10,language={[LaTeX]TeX},lastline=15,literate={{ä}{{\\\"a}}1 {ö}{{\\\"o}}1 {ü}{{\\\"u}}1{À}{{\\\"a}}1 {ö}{{\\\"o}}1 {ÃŒ}{{\\\"u}}1},caption={Zeilen 10--15 dieser LyX-Datei},label={lst:Datei-Listing}"
41867 literal "true"
41868
41869 \end_inset
41870
41871
41872 \end_layout
41873
41874 \begin_layout Standard
41875 \begin_inset VSpace bigskip
41876 \end_inset
41877
41878
41879 \end_layout
41880
41881 \begin_layout Standard
41882 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
41883 \end_layout
41884
41885 \begin_layout Enumerate
41886 Öffnen Sie die Listings-Einstellungen und fügen
41887 \begin_inset Newline newline
41888 \end_inset
41889
41890
41891 \family sans
41892 mathescape=true
41893 \family default
41894
41895 \begin_inset Newline newline
41896 \end_inset
41897
41898 in das Feld des Tabs 
41899 \family sans
41900 Erweitert
41901 \family default
41902  ein
41903 \end_layout
41904
41905 \begin_layout Enumerate
41906 Erstellen Sie eine Formel außerhalb des Listings
41907 \end_layout
41908
41909 \begin_layout Enumerate
41910 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
41911 blage (Tastenkürzel 
41912 \family sans
41913 Ctrl+C
41914 \family default
41915 )
41916 \end_layout
41917
41918 \begin_layout Enumerate
41919 Schreiben sie 
41920 \begin_inset Quotes gld
41921 \end_inset
41922
41923
41924 \family sans
41925 $$
41926 \family default
41927
41928 \begin_inset Quotes grd
41929 \end_inset
41930
41931  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
41932 hen (Tastenkürzel 
41933 \family sans
41934 Ctrl+V
41935 \family default
41936 )
41937 \end_layout
41938
41939 \begin_layout Standard
41940 \begin_inset listings
41941 lstparams "language=Python,mathescape=true"
41942 inline false
41943 status open
41944
41945 \begin_layout Plain Layout
41946
41947 \begin_inset Caption Standard
41948
41949 \begin_layout Plain Layout
41950 Programm-Listing mit einer Formel
41951 \end_layout
41952
41953 \end_inset
41954
41955 # Beispiel-Programm-Listing
41956 \end_layout
41957
41958 \begin_layout Plain Layout
41959
41960 def func(param):
41961 \end_layout
41962
41963 \begin_layout Plain Layout
41964
41965     # $
41966 \backslash
41967 prod_{n=1}^{
41968 \backslash
41969 infty}
41970 \backslash
41971 ,
41972 \backslash
41973 frac{1}{x^{2}}$
41974 \end_layout
41975
41976 \begin_layout Plain Layout
41977
41978     pass
41979 \end_layout
41980
41981 \end_inset
41982
41983
41984 \end_layout
41985
41986 \begin_layout Standard
41987 \begin_inset VSpace bigskip
41988 \end_inset
41989
41990
41991 \end_layout
41992
41993 \begin_layout Standard
41994 \noindent
41995 Dokumentweite Listing-Eigenschaften können im Dialog 
41996 \family sans
41997 Dokument\SpecialChar menuseparator
41998 Einstellungen\SpecialChar menuseparator
41999 Listing
42000 \family default
42001  festgelegt werden.
42002  Dort bekommt man durch Eingabe eines Fragezeichens 
42003 \begin_inset Quotes gld
42004 \end_inset
42005
42006 ?
42007 \begin_inset Quotes grd
42008 \end_inset
42009
42010  eine Liste aller möglichen Parameter.
42011 \end_layout
42012
42013 \begin_layout Standard
42014 Weitere Informationen über die Pakete 
42015 \series bold
42016 listings
42017 \series default
42018  und 
42019 \series bold
42020 minted
42021 \series default
42022 , siehe 
42023 \begin_inset CommandInset citation
42024 LatexCommand cite
42025 key "listings,minted"
42026 literal "true"
42027
42028 \end_inset
42029
42030 .
42031 \end_layout
42032
42033 \begin_layout Chapter
42034 \start_of_appendix
42035 In \SpecialChar LyX
42036  verfügbare Maßeinheiten
42037 \begin_inset CommandInset label
42038 LatexCommand label
42039 name "kap:In-LyX-verfügbare"
42040
42041 \end_inset
42042
42043
42044 \begin_inset Index idx
42045 status collapsed
42046
42047 \begin_layout Plain Layout
42048 Einheiten
42049 \end_layout
42050
42051 \end_inset
42052
42053
42054 \end_layout
42055
42056 \begin_layout Standard
42057 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
42058  Tabelle
42059 \begin_inset space ~
42060 \end_inset
42061
42062
42063 \begin_inset CommandInset ref
42064 LatexCommand ref
42065 reference "tab:Maßeinheiten"
42066
42067 \end_inset
42068
42069  alle in \SpecialChar LyX
42070  verfügbaren Maßeinheiten.
42071 \end_layout
42072
42073 \begin_layout Standard
42074 \begin_inset Float table
42075 placement h
42076 alignment document
42077 wide false
42078 sideways false
42079 status open
42080
42081 \begin_layout Plain Layout
42082 \begin_inset Caption Standard
42083
42084 \begin_layout Plain Layout
42085 \begin_inset CommandInset label
42086 LatexCommand label
42087 name "tab:Maßeinheiten"
42088
42089 \end_inset
42090
42091 Maßeinheiten
42092 \end_layout
42093
42094 \end_inset
42095
42096
42097 \end_layout
42098
42099 \begin_layout Plain Layout
42100 \begin_inset VSpace medskip
42101 \end_inset
42102
42103
42104 \end_layout
42105
42106 \begin_layout Plain Layout
42107 \align center
42108 \begin_inset Tabular
42109 <lyxtabular version="3" rows="21" columns="3">
42110 <features tabularvalignment="middle">
42111 <column alignment="center" valignment="top">
42112 <column alignment="center" valignment="middle" width="50col%">
42113 <column alignment="center" valignment="top">
42114 <row>
42115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42116 \begin_inset Text
42117
42118 \begin_layout Plain Layout
42119 Maßeinheit
42120 \end_layout
42121
42122 \end_inset
42123 </cell>
42124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42125 \begin_inset Text
42126
42127 \begin_layout Plain Layout
42128 Name/Beschreibung
42129 \end_layout
42130
42131 \end_inset
42132 </cell>
42133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42134 \begin_inset Text
42135
42136 \begin_layout Plain Layout
42137 \SpecialChar LaTeX
42138 -Befehl
42139 \end_layout
42140
42141 \end_inset
42142 </cell>
42143 </row>
42144 <row>
42145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42146 \begin_inset Text
42147
42148 \begin_layout Plain Layout
42149 bp
42150 \end_layout
42151
42152 \end_inset
42153 </cell>
42154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42155 \begin_inset Text
42156
42157 \begin_layout Plain Layout
42158 großer Punkt (72
42159 \begin_inset space \thinspace{}
42160 \end_inset
42161
42162 bp = 1
42163 \begin_inset space \thinspace{}
42164 \end_inset
42165
42166 in)
42167 \end_layout
42168
42169 \end_inset
42170 </cell>
42171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42172 \begin_inset Text
42173
42174 \begin_layout Plain Layout
42175 -
42176 \end_layout
42177
42178 \end_inset
42179 </cell>
42180 </row>
42181 <row>
42182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42183 \begin_inset Text
42184
42185 \begin_layout Plain Layout
42186 cc
42187 \end_layout
42188
42189 \end_inset
42190 </cell>
42191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42192 \begin_inset Text
42193
42194 \begin_layout Plain Layout
42195 Cicero (1
42196 \begin_inset space \thinspace{}
42197 \end_inset
42198
42199 cc = 12
42200 \begin_inset space \thinspace{}
42201 \end_inset
42202
42203 dd)
42204 \end_layout
42205
42206 \end_inset
42207 </cell>
42208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42209 \begin_inset Text
42210
42211 \begin_layout Plain Layout
42212 -
42213 \end_layout
42214
42215 \end_inset
42216 </cell>
42217 </row>
42218 <row>
42219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42220 \begin_inset Text
42221
42222 \begin_layout Plain Layout
42223 cm
42224 \end_layout
42225
42226 \end_inset
42227 </cell>
42228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42229 \begin_inset Text
42230
42231 \begin_layout Plain Layout
42232 Zentimeter
42233 \end_layout
42234
42235 \end_inset
42236 </cell>
42237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42238 \begin_inset Text
42239
42240 \begin_layout Plain Layout
42241 -
42242 \end_layout
42243
42244 \end_inset
42245 </cell>
42246 </row>
42247 <row>
42248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42249 \begin_inset Text
42250
42251 \begin_layout Plain Layout
42252 dd
42253 \end_layout
42254
42255 \end_inset
42256 </cell>
42257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42258 \begin_inset Text
42259
42260 \begin_layout Plain Layout
42261 Didot (1
42262 \begin_inset space \thinspace{}
42263 \end_inset
42264
42265 dd 
42266 \begin_inset Formula $\approx$
42267 \end_inset
42268
42269  0,376
42270 \begin_inset space \thinspace{}
42271 \end_inset
42272
42273 mm)
42274 \end_layout
42275
42276 \end_inset
42277 </cell>
42278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42279 \begin_inset Text
42280
42281 \begin_layout Plain Layout
42282 -
42283 \end_layout
42284
42285 \end_inset
42286 </cell>
42287 </row>
42288 <row>
42289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42290 \begin_inset Text
42291
42292 \begin_layout Plain Layout
42293 em
42294 \end_layout
42295
42296 \end_inset
42297 </cell>
42298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42299 \begin_inset Text
42300
42301 \begin_layout Plain Layout
42302 Die Breite des Buchstabens 
42303 \emph on
42304 M
42305 \emph default
42306  im aktiven Zeichensatz
42307 \end_layout
42308
42309 \end_inset
42310 </cell>
42311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42312 \begin_inset Text
42313
42314 \begin_layout Plain Layout
42315 -
42316 \end_layout
42317
42318 \end_inset
42319 </cell>
42320 </row>
42321 <row>
42322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42323 \begin_inset Text
42324
42325 \begin_layout Plain Layout
42326 ex
42327 \end_layout
42328
42329 \end_inset
42330 </cell>
42331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42332 \begin_inset Text
42333
42334 \begin_layout Plain Layout
42335 Die Höhe des Buchstabens 
42336 \emph on
42337 x
42338 \emph default
42339  im aktiven Zeichensatz
42340 \end_layout
42341
42342 \end_inset
42343 </cell>
42344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42345 \begin_inset Text
42346
42347 \begin_layout Plain Layout
42348 -
42349 \end_layout
42350
42351 \end_inset
42352 </cell>
42353 </row>
42354 <row>
42355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42356 \begin_inset Text
42357
42358 \begin_layout Plain Layout
42359 in
42360 \end_layout
42361
42362 \end_inset
42363 </cell>
42364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42365 \begin_inset Text
42366
42367 \begin_layout Plain Layout
42368 Zoll (1
42369 \begin_inset space \thinspace{}
42370 \end_inset
42371
42372 in = 2.54
42373 \begin_inset space \thinspace{}
42374 \end_inset
42375
42376 cm
42377 \end_layout
42378
42379 \end_inset
42380 </cell>
42381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42382 \begin_inset Text
42383
42384 \begin_layout Plain Layout
42385 -
42386 \end_layout
42387
42388 \end_inset
42389 </cell>
42390 </row>
42391 <row>
42392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42393 \begin_inset Text
42394
42395 \begin_layout Plain Layout
42396 mm
42397 \end_layout
42398
42399 \end_inset
42400 </cell>
42401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42402 \begin_inset Text
42403
42404 \begin_layout Plain Layout
42405 Millimeter
42406 \end_layout
42407
42408 \end_inset
42409 </cell>
42410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42411 \begin_inset Text
42412
42413 \begin_layout Plain Layout
42414 -
42415 \end_layout
42416
42417 \end_inset
42418 </cell>
42419 </row>
42420 <row>
42421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42422 \begin_inset Text
42423
42424 \begin_layout Plain Layout
42425 mu
42426 \end_layout
42427
42428 \end_inset
42429 </cell>
42430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42431 \begin_inset Text
42432
42433 \begin_layout Plain Layout
42434 mathematische Maßeinheit
42435 \series bold
42436  
42437 \series default
42438 (1
42439 \begin_inset space \thinspace{}
42440 \end_inset
42441
42442 mu = 1/18
42443 \begin_inset space \thinspace{}
42444 \end_inset
42445
42446 em)
42447 \end_layout
42448
42449 \end_inset
42450 </cell>
42451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42452 \begin_inset Text
42453
42454 \begin_layout Plain Layout
42455 -
42456 \end_layout
42457
42458 \end_inset
42459 </cell>
42460 </row>
42461 <row>
42462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42463 \begin_inset Text
42464
42465 \begin_layout Plain Layout
42466 pt
42467 \end_layout
42468
42469 \end_inset
42470 </cell>
42471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42472 \begin_inset Text
42473
42474 \begin_layout Plain Layout
42475 Punkt (72.27
42476 \begin_inset space \thinspace{}
42477 \end_inset
42478
42479 pt = 1
42480 \begin_inset space \thinspace{}
42481 \end_inset
42482
42483 in)
42484 \end_layout
42485
42486 \end_inset
42487 </cell>
42488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42489 \begin_inset Text
42490
42491 \begin_layout Plain Layout
42492 -
42493 \end_layout
42494
42495 \end_inset
42496 </cell>
42497 </row>
42498 <row>
42499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42500 \begin_inset Text
42501
42502 \begin_layout Plain Layout
42503 pc
42504 \end_layout
42505
42506 \end_inset
42507 </cell>
42508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42509 \begin_inset Text
42510
42511 \begin_layout Plain Layout
42512 Pica (1
42513 \begin_inset space \thinspace{}
42514 \end_inset
42515
42516 pc = 12
42517 \begin_inset space \thinspace{}
42518 \end_inset
42519
42520 pt)
42521 \end_layout
42522
42523 \end_inset
42524 </cell>
42525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42526 \begin_inset Text
42527
42528 \begin_layout Plain Layout
42529 -
42530 \end_layout
42531
42532 \end_inset
42533 </cell>
42534 </row>
42535 <row>
42536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42537 \begin_inset Text
42538
42539 \begin_layout Plain Layout
42540 sp
42541 \end_layout
42542
42543 \end_inset
42544 </cell>
42545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42546 \begin_inset Text
42547
42548 \begin_layout Plain Layout
42549 skalierter Punkt (65536
42550 \begin_inset space \thinspace{}
42551 \end_inset
42552
42553 sp = 1
42554 \begin_inset space \thinspace{}
42555 \end_inset
42556
42557 pt)
42558 \end_layout
42559
42560 \end_inset
42561 </cell>
42562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42563 \begin_inset Text
42564
42565 \begin_layout Plain Layout
42566 -
42567 \end_layout
42568
42569 \end_inset
42570 </cell>
42571 </row>
42572 <row>
42573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42574 \begin_inset Text
42575
42576 \begin_layout Plain Layout
42577 Seitenbreite %
42578 \end_layout
42579
42580 \end_inset
42581 </cell>
42582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42583 \begin_inset Text
42584
42585 \begin_layout Plain Layout
42586 % der Seitenbreite
42587 \end_layout
42588
42589 \end_inset
42590 </cell>
42591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42592 \begin_inset Text
42593
42594 \begin_layout Plain Layout
42595
42596 \backslash
42597 paperwidth
42598 \end_layout
42599
42600 \end_inset
42601 </cell>
42602 </row>
42603 <row>
42604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42605 \begin_inset Text
42606
42607 \begin_layout Plain Layout
42608 Seitenhöhe %
42609 \end_layout
42610
42611 \end_inset
42612 </cell>
42613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42614 \begin_inset Text
42615
42616 \begin_layout Plain Layout
42617 % der Seitenhöhe
42618 \end_layout
42619
42620 \end_inset
42621 </cell>
42622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42623 \begin_inset Text
42624
42625 \begin_layout Plain Layout
42626
42627 \backslash
42628 paperheight
42629 \end_layout
42630
42631 \end_inset
42632 </cell>
42633 </row>
42634 <row>
42635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42636 \begin_inset Text
42637
42638 \begin_layout Plain Layout
42639 Skalierung %
42640 \end_layout
42641
42642 \end_inset
42643 </cell>
42644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42645 \begin_inset Text
42646
42647 \begin_layout Plain Layout
42648 % der originalen Bildbreite
42649 \end_layout
42650
42651 \end_inset
42652 </cell>
42653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42654 \begin_inset Text
42655
42656 \begin_layout Plain Layout
42657
42658 \end_layout
42659
42660 \end_inset
42661 </cell>
42662 </row>
42663 <row>
42664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42665 \begin_inset Text
42666
42667 \begin_layout Plain Layout
42668 Spaltenbreite %
42669 \end_layout
42670
42671 \end_inset
42672 </cell>
42673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42674 \begin_inset Text
42675
42676 \begin_layout Plain Layout
42677 % der Spaltenbreite
42678 \end_layout
42679
42680 \end_inset
42681 </cell>
42682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42683 \begin_inset Text
42684
42685 \begin_layout Plain Layout
42686
42687 \backslash
42688 columnwidth
42689 \end_layout
42690
42691 \end_inset
42692 </cell>
42693 </row>
42694 <row>
42695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42696 \begin_inset Text
42697
42698 \begin_layout Plain Layout
42699 Textbreite %
42700 \end_layout
42701
42702 \end_inset
42703 </cell>
42704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42705 \begin_inset Text
42706
42707 \begin_layout Plain Layout
42708 % der Textbreite
42709 \end_layout
42710
42711 \end_inset
42712 </cell>
42713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42714 \begin_inset Text
42715
42716 \begin_layout Plain Layout
42717
42718 \backslash
42719 textwidth
42720 \end_layout
42721
42722 \end_inset
42723 </cell>
42724 </row>
42725 <row>
42726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42727 \begin_inset Text
42728
42729 \begin_layout Plain Layout
42730 Texthöhe %
42731 \end_layout
42732
42733 \end_inset
42734 </cell>
42735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42736 \begin_inset Text
42737
42738 \begin_layout Plain Layout
42739 % der Texthöhe
42740 \end_layout
42741
42742 \end_inset
42743 </cell>
42744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42745 \begin_inset Text
42746
42747 \begin_layout Plain Layout
42748
42749 \backslash
42750 textheight
42751 \end_layout
42752
42753 \end_inset
42754 </cell>
42755 </row>
42756 <row>
42757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42758 \begin_inset Text
42759
42760 \begin_layout Plain Layout
42761 Zeilenabstand %
42762 \end_layout
42763
42764 \end_inset
42765 </cell>
42766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42767 \begin_inset Text
42768
42769 \begin_layout Plain Layout
42770 % der Höhe zwischen Grundlinien von zwei aufeinanderfolgenden Textzeilen
42771 \end_layout
42772
42773 \end_inset
42774 </cell>
42775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42776 \begin_inset Text
42777
42778 \begin_layout Plain Layout
42779
42780 \backslash
42781 baselineskip
42782 \end_layout
42783
42784 \end_inset
42785 </cell>
42786 </row>
42787 <row>
42788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42789 \begin_inset Text
42790
42791 \begin_layout Plain Layout
42792 Zeilenbreite %
42793 \end_layout
42794
42795 \end_inset
42796 </cell>
42797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42798 \begin_inset Text
42799
42800 \begin_layout Plain Layout
42801 % der Zeilenbreite
42802 \end_layout
42803
42804 \end_inset
42805 </cell>
42806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42807 \begin_inset Text
42808
42809 \begin_layout Plain Layout
42810
42811 \backslash
42812 linewidth
42813 \end_layout
42814
42815 \end_inset
42816 </cell>
42817 </row>
42818 </lyxtabular>
42819
42820 \end_inset
42821
42822
42823 \end_layout
42824
42825 \end_inset
42826
42827
42828 \end_layout
42829
42830 \begin_layout Chapter
42831 Ausgabedatei-Formate mit Grafiken
42832 \begin_inset CommandInset label
42833 LatexCommand label
42834 name "kap:Ausgabedatei-Formate"
42835
42836 \end_inset
42837
42838
42839 \end_layout
42840
42841 \begin_layout Section
42842 DVI
42843 \begin_inset Index idx
42844 status collapsed
42845
42846 \begin_layout Plain Layout
42847 Dateiformat! DVI
42848 \end_layout
42849
42850 \end_inset
42851
42852
42853 \begin_inset Index idx
42854 status collapsed
42855
42856 \begin_layout Plain Layout
42857 DVI
42858 \end_layout
42859
42860 \end_inset
42861
42862
42863 \end_layout
42864
42865 \begin_layout Standard
42866 Dieser Dateityp hat die Erweiterung 
42867 \begin_inset Quotes gld
42868 \end_inset
42869
42870
42871 \family typewriter
42872 .dvi
42873 \family default
42874
42875 \begin_inset Quotes grd
42876 \end_inset
42877
42878  und wird 
42879 \begin_inset Quotes gld
42880 \end_inset
42881
42882 device independent
42883 \begin_inset Quotes grd
42884 \end_inset
42885
42886  genannt, weil er vollkommen portierbar ist.
42887  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
42888  dvi-Betrachter installiert hat.
42889  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
42890 ate wie PostScript benutzt.
42891 \end_layout
42892
42893 \begin_layout Standard
42894 \begin_inset Note Greyedout
42895 status open
42896
42897 \begin_layout Plain Layout
42898
42899 \series bold
42900 Bemerkung:
42901 \series default
42902  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
42903 \end_layout
42904
42905 \end_inset
42906
42907
42908 \end_layout
42909
42910 \begin_layout Standard
42911 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
42912  auf einen anderen Computer kopieren.
42913  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
42914  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
42915  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
42916 \family typewriter
42917  
42918 \family default
42919 blättern.
42920
42921 \family typewriter
42922  
42923 \family default
42924 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
42925  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
42926  
42927 \end_layout
42928
42929 \begin_layout Standard
42930 Sie können Ihr Dokument als DVI über das Menü 
42931 \family sans
42932 Datei\SpecialChar menuseparator
42933 Exportieren\SpecialChar menuseparator
42934 DVI
42935 \family default
42936  exportieren.
42937  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
42938 \family sans
42939 Ansicht
42940 \family default
42941  anschauen.
42942 \end_layout
42943
42944 \begin_layout Section
42945 PostScript
42946 \begin_inset Index idx
42947 status collapsed
42948
42949 \begin_layout Plain Layout
42950 Dateiformat  ! PostScript
42951 \end_layout
42952
42953 \end_inset
42954
42955
42956 \begin_inset Index idx
42957 status collapsed
42958
42959 \begin_layout Plain Layout
42960 PostScript
42961 \end_layout
42962
42963 \end_inset
42964
42965
42966 \end_layout
42967
42968 \begin_layout Standard
42969 Dieser Dateityp hat die Erweiterung 
42970 \begin_inset Quotes gld
42971 \end_inset
42972
42973
42974 \family typewriter
42975 .ps
42976 \family default
42977
42978 \begin_inset Quotes grd
42979 \end_inset
42980
42981 .
42982  PostScript wurde von der Firma
42983 \family typewriter
42984  Adobe
42985 \family default
42986  als Druckersprache entwickelt.
42987  Die Datei enthält deshalb Druckbefehle.
42988  PostScript kann als 
42989 \begin_inset Quotes gld
42990 \end_inset
42991
42992 Programmiersprache
42993 \begin_inset Quotes grd
42994 \end_inset
42995
42996  angesehen werden.
42997  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
42998 \begin_inset Foot
42999 status collapsed
43000
43001 \begin_layout Plain Layout
43002 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
43003  von
43004 \series bold
43005  PSTricks
43006 \series default
43007  
43008 \begin_inset CommandInset citation
43009 LatexCommand cite
43010 key "pstricks"
43011 literal "true"
43012
43013 \end_inset
43014
43015  oder 
43016 \begin_inset CommandInset citation
43017 LatexCommand cite
43018 key "latex-praxisbuch"
43019 literal "true"
43020
43021 \end_inset
43022
43023  ansehen.
43024 \end_layout
43025
43026 \end_inset
43027
43028  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
43029 \end_layout
43030
43031 \begin_layout Standard
43032 PostScript kann nur Bilder im Format EPS
43033 \begin_inset Index idx
43034 status collapsed
43035
43036 \begin_layout Plain Layout
43037 EPS
43038 \end_layout
43039
43040 \end_inset
43041
43042  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
43043 wei\SpecialChar softhyphen
43044 ter\SpecialChar softhyphen
43045 ung 
43046 \begin_inset Quotes gld
43047 \end_inset
43048
43049
43050 \family typewriter
43051 .eps
43052 \family default
43053
43054 \begin_inset Quotes grd
43055 \end_inset
43056
43057 ) enthalten.
43058  Weil \SpecialChar LyX
43059  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
43060  intern nach EPS konvertieren.
43061  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
43062  verlangsamen.
43063  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
43064  konvertieren und direkt als EPS einfügen.
43065 \end_layout
43066
43067 \begin_layout Standard
43068 Sie können Ihr Dokument als PostScript über das Menü 
43069 \family sans
43070 Datei\SpecialChar menuseparator
43071 Exportieren\SpecialChar menuseparator
43072 Post\SpecialChar softhyphen
43073 Script
43074 \family default
43075  exportieren.
43076  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
43077 \family sans
43078 Ansicht
43079 \family default
43080  anschauen.
43081 \end_layout
43082
43083 \begin_layout Section
43084 PDF
43085 \begin_inset Index idx
43086 status collapsed
43087
43088 \begin_layout Plain Layout
43089 Dateiformat! PDF
43090 \end_layout
43091
43092 \end_inset
43093
43094
43095 \begin_inset Index idx
43096 status collapsed
43097
43098 \begin_layout Plain Layout
43099 PDF
43100 \end_layout
43101
43102 \end_inset
43103
43104
43105 \end_layout
43106
43107 \begin_layout Standard
43108 Dieser Dateityp hat die Erweiterung 
43109 \begin_inset Quotes gld
43110 \end_inset
43111
43112
43113 \family typewriter
43114 .pdf
43115 \family default
43116
43117 \begin_inset Quotes grd
43118 \end_inset
43119
43120 .
43121  Das
43122 \emph on
43123  
43124 \emph default
43125
43126 \begin_inset Quotes gld
43127 \end_inset
43128
43129 Portable Document Format
43130 \begin_inset Quotes grd
43131 \end_inset
43132
43133  (PDF) wurde auch von der Firma 
43134 \family typewriter
43135 Adobe
43136 \family default
43137  als Derivat von PostScript entwickelt.
43138  Es ist komprimierter und benutzt weniger Befehle als PostScript.
43139  Wie der Begriff 
43140 \begin_inset Quotes gld
43141 \end_inset
43142
43143 portable
43144 \begin_inset Quotes grd
43145 \end_inset
43146
43147  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
43148  werden, und der Ausdruck sieht immer gleich aus.
43149 \end_layout
43150
43151 \begin_layout Standard
43152 PDF kann Bilder im eigenen PDF-Format, im Format 
43153 \begin_inset Quotes gld
43154 \end_inset
43155
43156 Joint Photographic Experts Group
43157 \begin_inset Quotes grd
43158 \end_inset
43159
43160  (JPEG
43161 \begin_inset Index idx
43162 status collapsed
43163
43164 \begin_layout Plain Layout
43165 JPG, JPEG
43166 \end_layout
43167
43168 \end_inset
43169
43170 , Datei-Erweiterung 
43171 \begin_inset Quotes gld
43172 \end_inset
43173
43174
43175 \family typewriter
43176 .jpg
43177 \family default
43178
43179 \begin_inset Quotes grd
43180 \end_inset
43181
43182  oder 
43183 \begin_inset Quotes gld
43184 \end_inset
43185
43186
43187 \family typewriter
43188 .jpeg
43189 \family default
43190
43191 \begin_inset Quotes grd
43192 \end_inset
43193
43194 ) und im Format 
43195 \begin_inset Quotes gld
43196 \end_inset
43197
43198 Portable Network Graphics
43199 \begin_inset Quotes grd
43200 \end_inset
43201
43202  (PNG
43203 \begin_inset Index idx
43204 status collapsed
43205
43206 \begin_layout Plain Layout
43207 PNG
43208 \end_layout
43209
43210 \end_inset
43211
43212 , Datei-Erweiterung 
43213 \begin_inset Quotes gld
43214 \end_inset
43215
43216
43217 \family typewriter
43218 .png
43219 \family default
43220
43221 \begin_inset Quotes grd
43222 \end_inset
43223
43224 ) enthalten.
43225  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
43226  es für Sie
43227  konvertieren wird.
43228  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
43229  wird, eines der drei erwähnten Bildformate zu benutzen.
43230 \end_layout
43231
43232 \begin_layout Standard
43233 PDF-Dateien können Sie über 
43234 \family sans
43235 Datei\SpecialChar menuseparator
43236 Exportieren
43237 \family default
43238  auf drei Arten erzeugen:
43239 \end_layout
43240
43241 \begin_layout Description
43242 PDF
43243 \begin_inset space ~
43244 \end_inset
43245
43246 (ps2pdf) benutzt das Programm
43247 \family typewriter
43248  ps2pdf
43249 \family default
43250 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
43251 Script®-Version Ihres Dokument erstellt.
43252  Die PostScript-Version wird mit dem Programm 
43253 \family typewriter
43254 dvips
43255 \family default
43256  aus einer DVI-Version erstellt.
43257  Es werden also drei Konvertierungen verwendet.
43258 \end_layout
43259
43260 \begin_layout Description
43261 PDF
43262 \begin_inset space ~
43263 \end_inset
43264
43265 (dvipdfm) benutzt das Programm 
43266 \family typewriter
43267 dvipdfm
43268 \family default
43269 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
43270  PDF konvertiert.
43271 \end_layout
43272
43273 \begin_layout Description
43274 PDF
43275 \begin_inset space ~
43276 \end_inset
43277
43278 (pdflatex) benutzt das Programm
43279 \family typewriter
43280  pdftex
43281 \family default
43282 , das Ihr Dokument direkt nach PDF konvertiert.
43283 \end_layout
43284
43285 \begin_layout Standard
43286
43287 \family sans
43288 PDF
43289 \begin_inset space ~
43290 \end_inset
43291
43292 (pdflatex)
43293 \family default
43294  wird empfohlen, weil
43295 \family typewriter
43296  pdftex
43297 \family default
43298  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
43299  ohne Probleme arbeitet.
43300  Das Programm 
43301 \family typewriter
43302 dvi\SpecialChar softhyphen
43303 pdfm
43304 \family default
43305  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
43306 \end_layout
43307
43308 \begin_layout Standard
43309 Sie können Ihr Dokument als PDF über das Menü 
43310 \family sans
43311 Datei\SpecialChar menuseparator
43312 Exportieren\SpecialChar menuseparator
43313 PDF
43314 \family default
43315  exportieren.
43316  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
43317 \family sans
43318 Ansicht
43319 \family default
43320  oder einen Werkzeugleistenknopf anschauen.
43321 \end_layout
43322
43323 \begin_layout Chapter
43324 Liste der dvips-Farbnamen
43325 \begin_inset CommandInset label
43326 LatexCommand label
43327 name "kap:Liste-der-dvips-Farbnamen"
43328
43329 \end_inset
43330
43331
43332 \end_layout
43333
43334 \begin_layout Standard
43335 \begin_inset Tabular
43336 <lyxtabular version="3" rows="17" columns="4">
43337 <features tabularvalignment="middle">
43338 <column alignment="left" valignment="top" width="0pt">
43339 <column alignment="left" valignment="top" width="0pt">
43340 <column alignment="left" valignment="top" width="0pt">
43341 <column alignment="left" valignment="top" width="0pt">
43342 <row>
43343 <cell alignment="left" valignment="top" usebox="none">
43344 \begin_inset Text
43345
43346 \begin_layout Plain Layout
43347 \begin_inset ERT
43348 status collapsed
43349
43350 \begin_layout Plain Layout
43351
43352
43353 \backslash
43354 fcolorbox{black}{
43355 \end_layout
43356
43357 \end_inset
43358
43359 white
43360 \begin_inset ERT
43361 status collapsed
43362
43363 \begin_layout Plain Layout
43364
43365 }{
43366 \end_layout
43367
43368 \end_inset
43369
43370 Farbe
43371 \begin_inset ERT
43372 status collapsed
43373
43374 \begin_layout Plain Layout
43375
43376 }
43377 \end_layout
43378
43379 \end_inset
43380
43381  Farbname
43382 \end_layout
43383
43384 \end_inset
43385 </cell>
43386 <cell alignment="left" valignment="top" usebox="none">
43387 \begin_inset Text
43388
43389 \begin_layout Plain Layout
43390 \begin_inset ERT
43391 status collapsed
43392
43393 \begin_layout Plain Layout
43394
43395
43396 \backslash
43397 fcolorbox{black}{
43398 \end_layout
43399
43400 \end_inset
43401
43402 white
43403 \begin_inset ERT
43404 status collapsed
43405
43406 \begin_layout Plain Layout
43407
43408 }{
43409 \end_layout
43410
43411 \end_inset
43412
43413 Farbe
43414 \begin_inset ERT
43415 status collapsed
43416
43417 \begin_layout Plain Layout
43418
43419 }
43420 \end_layout
43421
43422 \end_inset
43423
43424  Farbname
43425 \end_layout
43426
43427 \end_inset
43428 </cell>
43429 <cell alignment="left" valignment="top" usebox="none">
43430 \begin_inset Text
43431
43432 \begin_layout Plain Layout
43433 \begin_inset ERT
43434 status collapsed
43435
43436 \begin_layout Plain Layout
43437
43438
43439 \backslash
43440 fcolorbox{black}{
43441 \end_layout
43442
43443 \end_inset
43444
43445 white
43446 \begin_inset ERT
43447 status collapsed
43448
43449 \begin_layout Plain Layout
43450
43451 }{
43452 \end_layout
43453
43454 \end_inset
43455
43456 Farbe
43457 \begin_inset ERT
43458 status collapsed
43459
43460 \begin_layout Plain Layout
43461
43462 }
43463 \end_layout
43464
43465 \end_inset
43466
43467  Farbname
43468 \end_layout
43469
43470 \end_inset
43471 </cell>
43472 <cell alignment="left" valignment="top" usebox="none">
43473 \begin_inset Text
43474
43475 \begin_layout Plain Layout
43476 \begin_inset ERT
43477 status collapsed
43478
43479 \begin_layout Plain Layout
43480
43481
43482 \backslash
43483 fcolorbox{black}{
43484 \end_layout
43485
43486 \end_inset
43487
43488 white
43489 \begin_inset ERT
43490 status collapsed
43491
43492 \begin_layout Plain Layout
43493
43494 }{
43495 \end_layout
43496
43497 \end_inset
43498
43499 Farbe
43500 \begin_inset ERT
43501 status collapsed
43502
43503 \begin_layout Plain Layout
43504
43505 }
43506 \end_layout
43507
43508 \end_inset
43509
43510  Farbname
43511 \end_layout
43512
43513 \end_inset
43514 </cell>
43515 </row>
43516 <row>
43517 <cell alignment="center" valignment="top" usebox="none">
43518 \begin_inset Text
43519
43520 \begin_layout Plain Layout
43521 \begin_inset ERT
43522 status collapsed
43523
43524 \begin_layout Plain Layout
43525
43526
43527 \backslash
43528 fcolorbox{black}{
43529 \end_layout
43530
43531 \end_inset
43532
43533 Apricot
43534 \begin_inset ERT
43535 status collapsed
43536
43537 \begin_layout Plain Layout
43538
43539 }{
43540 \end_layout
43541
43542 \end_inset
43543
43544
43545 \begin_inset Phantom Phantom
43546 status open
43547
43548 \begin_layout Plain Layout
43549 W
43550 \end_layout
43551
43552 \end_inset
43553
43554
43555 \begin_inset ERT
43556 status collapsed
43557
43558 \begin_layout Plain Layout
43559
43560 }
43561 \end_layout
43562
43563 \end_inset
43564
43565  Apricot
43566 \end_layout
43567
43568 \end_inset
43569 </cell>
43570 <cell alignment="center" valignment="top" usebox="none">
43571 \begin_inset Text
43572
43573 \begin_layout Plain Layout
43574 \begin_inset ERT
43575 status collapsed
43576
43577 \begin_layout Plain Layout
43578
43579
43580 \backslash
43581 fcolorbox{black}{
43582 \end_layout
43583
43584 \end_inset
43585
43586 Aquamarine
43587 \begin_inset ERT
43588 status collapsed
43589
43590 \begin_layout Plain Layout
43591
43592 }{
43593 \end_layout
43594
43595 \end_inset
43596
43597
43598 \begin_inset Phantom Phantom
43599 status open
43600
43601 \begin_layout Plain Layout
43602 W
43603 \end_layout
43604
43605 \end_inset
43606
43607
43608 \begin_inset ERT
43609 status collapsed
43610
43611 \begin_layout Plain Layout
43612
43613 }
43614 \end_layout
43615
43616 \end_inset
43617
43618  Aquamarine
43619 \end_layout
43620
43621 \end_inset
43622 </cell>
43623 <cell alignment="center" valignment="top" usebox="none">
43624 \begin_inset Text
43625
43626 \begin_layout Plain Layout
43627 \begin_inset ERT
43628 status collapsed
43629
43630 \begin_layout Plain Layout
43631
43632
43633 \backslash
43634 fcolorbox{black}{
43635 \end_layout
43636
43637 \end_inset
43638
43639 Bittersweet
43640 \begin_inset ERT
43641 status collapsed
43642
43643 \begin_layout Plain Layout
43644
43645 }{
43646 \end_layout
43647
43648 \end_inset
43649
43650
43651 \begin_inset Phantom Phantom
43652 status open
43653
43654 \begin_layout Plain Layout
43655 W
43656 \end_layout
43657
43658 \end_inset
43659
43660
43661 \begin_inset ERT
43662 status collapsed
43663
43664 \begin_layout Plain Layout
43665
43666 }
43667 \end_layout
43668
43669 \end_inset
43670
43671  Bittersweet
43672 \end_layout
43673
43674 \end_inset
43675 </cell>
43676 <cell alignment="center" valignment="top" usebox="none">
43677 \begin_inset Text
43678
43679 \begin_layout Plain Layout
43680 \begin_inset ERT
43681 status collapsed
43682
43683 \begin_layout Plain Layout
43684
43685
43686 \backslash
43687 fcolorbox{black}{
43688 \end_layout
43689
43690 \end_inset
43691
43692 BlueGreen
43693 \begin_inset ERT
43694 status collapsed
43695
43696 \begin_layout Plain Layout
43697
43698 }{
43699 \end_layout
43700
43701 \end_inset
43702
43703
43704 \begin_inset Phantom Phantom
43705 status open
43706
43707 \begin_layout Plain Layout
43708 W
43709 \end_layout
43710
43711 \end_inset
43712
43713
43714 \begin_inset ERT
43715 status collapsed
43716
43717 \begin_layout Plain Layout
43718
43719 }
43720 \end_layout
43721
43722 \end_inset
43723
43724  BlueGreen
43725 \end_layout
43726
43727 \end_inset
43728 </cell>
43729 </row>
43730 <row>
43731 <cell alignment="left" valignment="top" usebox="none">
43732 \begin_inset Text
43733
43734 \begin_layout Plain Layout
43735 \begin_inset ERT
43736 status collapsed
43737
43738 \begin_layout Plain Layout
43739
43740
43741 \backslash
43742 fcolorbox{black}{
43743 \end_layout
43744
43745 \end_inset
43746
43747 BlueViolet
43748 \begin_inset ERT
43749 status collapsed
43750
43751 \begin_layout Plain Layout
43752
43753 }{
43754 \end_layout
43755
43756 \end_inset
43757
43758
43759 \begin_inset Phantom Phantom
43760 status open
43761
43762 \begin_layout Plain Layout
43763 W
43764 \end_layout
43765
43766 \end_inset
43767
43768
43769 \begin_inset ERT
43770 status collapsed
43771
43772 \begin_layout Plain Layout
43773
43774 }
43775 \end_layout
43776
43777 \end_inset
43778
43779  BlueViolet
43780 \end_layout
43781
43782 \end_inset
43783 </cell>
43784 <cell alignment="left" valignment="top" usebox="none">
43785 \begin_inset Text
43786
43787 \begin_layout Plain Layout
43788 \begin_inset ERT
43789 status collapsed
43790
43791 \begin_layout Plain Layout
43792
43793
43794 \backslash
43795 fcolorbox{black}{
43796 \end_layout
43797
43798 \end_inset
43799
43800 BrickRed
43801 \begin_inset ERT
43802 status collapsed
43803
43804 \begin_layout Plain Layout
43805
43806 }{
43807 \end_layout
43808
43809 \end_inset
43810
43811
43812 \begin_inset Phantom Phantom
43813 status open
43814
43815 \begin_layout Plain Layout
43816 W
43817 \end_layout
43818
43819 \end_inset
43820
43821
43822 \begin_inset ERT
43823 status collapsed
43824
43825 \begin_layout Plain Layout
43826
43827 }
43828 \end_layout
43829
43830 \end_inset
43831
43832  BrickRed
43833 \end_layout
43834
43835 \end_inset
43836 </cell>
43837 <cell alignment="left" valignment="top" usebox="none">
43838 \begin_inset Text
43839
43840 \begin_layout Plain Layout
43841 \begin_inset ERT
43842 status collapsed
43843
43844 \begin_layout Plain Layout
43845
43846
43847 \backslash
43848 fcolorbox{black}{
43849 \end_layout
43850
43851 \end_inset
43852
43853 Brown
43854 \begin_inset ERT
43855 status collapsed
43856
43857 \begin_layout Plain Layout
43858
43859 }{
43860 \end_layout
43861
43862 \end_inset
43863
43864
43865 \begin_inset Phantom Phantom
43866 status open
43867
43868 \begin_layout Plain Layout
43869 W
43870 \end_layout
43871
43872 \end_inset
43873
43874
43875 \begin_inset ERT
43876 status collapsed
43877
43878 \begin_layout Plain Layout
43879
43880 }
43881 \end_layout
43882
43883 \end_inset
43884
43885  Brown
43886 \end_layout
43887
43888 \end_inset
43889 </cell>
43890 <cell alignment="left" valignment="top" usebox="none">
43891 \begin_inset Text
43892
43893 \begin_layout Plain Layout
43894 \begin_inset ERT
43895 status collapsed
43896
43897 \begin_layout Plain Layout
43898
43899
43900 \backslash
43901 fcolorbox{black}{
43902 \end_layout
43903
43904 \end_inset
43905
43906 BurntOrange
43907 \begin_inset ERT
43908 status collapsed
43909
43910 \begin_layout Plain Layout
43911
43912 }{
43913 \end_layout
43914
43915 \end_inset
43916
43917
43918 \begin_inset Phantom Phantom
43919 status open
43920
43921 \begin_layout Plain Layout
43922 W
43923 \end_layout
43924
43925 \end_inset
43926
43927
43928 \begin_inset ERT
43929 status collapsed
43930
43931 \begin_layout Plain Layout
43932
43933 }
43934 \end_layout
43935
43936 \end_inset
43937
43938  BurntOrange
43939 \end_layout
43940
43941 \end_inset
43942 </cell>
43943 </row>
43944 <row>
43945 <cell alignment="left" valignment="top" usebox="none">
43946 \begin_inset Text
43947
43948 \begin_layout Plain Layout
43949 \begin_inset ERT
43950 status collapsed
43951
43952 \begin_layout Plain Layout
43953
43954
43955 \backslash
43956 fcolorbox{black}{
43957 \end_layout
43958
43959 \end_inset
43960
43961 CadetBlue
43962 \begin_inset ERT
43963 status collapsed
43964
43965 \begin_layout Plain Layout
43966
43967 }{
43968 \end_layout
43969
43970 \end_inset
43971
43972
43973 \begin_inset Phantom Phantom
43974 status open
43975
43976 \begin_layout Plain Layout
43977 W
43978 \end_layout
43979
43980 \end_inset
43981
43982
43983 \begin_inset ERT
43984 status collapsed
43985
43986 \begin_layout Plain Layout
43987
43988 }
43989 \end_layout
43990
43991 \end_inset
43992
43993  CadetBlue
43994 \end_layout
43995
43996 \end_inset
43997 </cell>
43998 <cell alignment="left" valignment="top" usebox="none">
43999 \begin_inset Text
44000
44001 \begin_layout Plain Layout
44002 \begin_inset ERT
44003 status collapsed
44004
44005 \begin_layout Plain Layout
44006
44007
44008 \backslash
44009 fcolorbox{black}{
44010 \end_layout
44011
44012 \end_inset
44013
44014 CarnationPink
44015 \begin_inset ERT
44016 status collapsed
44017
44018 \begin_layout Plain Layout
44019
44020 }{
44021 \end_layout
44022
44023 \end_inset
44024
44025
44026 \begin_inset Phantom Phantom
44027 status open
44028
44029 \begin_layout Plain Layout
44030 W
44031 \end_layout
44032
44033 \end_inset
44034
44035
44036 \begin_inset ERT
44037 status collapsed
44038
44039 \begin_layout Plain Layout
44040
44041 }
44042 \end_layout
44043
44044 \end_inset
44045
44046  CarnationPink
44047 \end_layout
44048
44049 \end_inset
44050 </cell>
44051 <cell alignment="left" valignment="top" usebox="none">
44052 \begin_inset Text
44053
44054 \begin_layout Plain Layout
44055 \begin_inset ERT
44056 status collapsed
44057
44058 \begin_layout Plain Layout
44059
44060
44061 \backslash
44062 fcolorbox{black}{
44063 \end_layout
44064
44065 \end_inset
44066
44067 Cerulean
44068 \begin_inset ERT
44069 status collapsed
44070
44071 \begin_layout Plain Layout
44072
44073 }{
44074 \end_layout
44075
44076 \end_inset
44077
44078
44079 \begin_inset Phantom Phantom
44080 status open
44081
44082 \begin_layout Plain Layout
44083 W
44084 \end_layout
44085
44086 \end_inset
44087
44088
44089 \begin_inset ERT
44090 status collapsed
44091
44092 \begin_layout Plain Layout
44093
44094 }
44095 \end_layout
44096
44097 \end_inset
44098
44099  Cerulean
44100 \end_layout
44101
44102 \end_inset
44103 </cell>
44104 <cell alignment="left" valignment="top" usebox="none">
44105 \begin_inset Text
44106
44107 \begin_layout Plain Layout
44108 \begin_inset ERT
44109 status collapsed
44110
44111 \begin_layout Plain Layout
44112
44113
44114 \backslash
44115 fcolorbox{black}{
44116 \end_layout
44117
44118 \end_inset
44119
44120 CornflowerBlue
44121 \begin_inset ERT
44122 status collapsed
44123
44124 \begin_layout Plain Layout
44125
44126 }{
44127 \end_layout
44128
44129 \end_inset
44130
44131
44132 \begin_inset Phantom Phantom
44133 status open
44134
44135 \begin_layout Plain Layout
44136 W
44137 \end_layout
44138
44139 \end_inset
44140
44141
44142 \begin_inset ERT
44143 status collapsed
44144
44145 \begin_layout Plain Layout
44146
44147 }
44148 \end_layout
44149
44150 \end_inset
44151
44152  CornflowerBlue
44153 \end_layout
44154
44155 \end_inset
44156 </cell>
44157 </row>
44158 <row>
44159 <cell alignment="left" valignment="top" usebox="none">
44160 \begin_inset Text
44161
44162 \begin_layout Plain Layout
44163 \begin_inset ERT
44164 status collapsed
44165
44166 \begin_layout Plain Layout
44167
44168
44169 \backslash
44170 fcolorbox{black}{
44171 \end_layout
44172
44173 \end_inset
44174
44175 Dandelion
44176 \begin_inset ERT
44177 status collapsed
44178
44179 \begin_layout Plain Layout
44180
44181 }{
44182 \end_layout
44183
44184 \end_inset
44185
44186
44187 \begin_inset Phantom Phantom
44188 status open
44189
44190 \begin_layout Plain Layout
44191 W
44192 \end_layout
44193
44194 \end_inset
44195
44196
44197 \begin_inset ERT
44198 status collapsed
44199
44200 \begin_layout Plain Layout
44201
44202 }
44203 \end_layout
44204
44205 \end_inset
44206
44207  Dandelion
44208 \end_layout
44209
44210 \end_inset
44211 </cell>
44212 <cell alignment="left" valignment="top" usebox="none">
44213 \begin_inset Text
44214
44215 \begin_layout Plain Layout
44216 \begin_inset ERT
44217 status collapsed
44218
44219 \begin_layout Plain Layout
44220
44221
44222 \backslash
44223 fcolorbox{black}{
44224 \end_layout
44225
44226 \end_inset
44227
44228 DarkOrchid
44229 \begin_inset ERT
44230 status collapsed
44231
44232 \begin_layout Plain Layout
44233
44234 }{
44235 \end_layout
44236
44237 \end_inset
44238
44239
44240 \begin_inset Phantom Phantom
44241 status open
44242
44243 \begin_layout Plain Layout
44244 W
44245 \end_layout
44246
44247 \end_inset
44248
44249
44250 \begin_inset ERT
44251 status collapsed
44252
44253 \begin_layout Plain Layout
44254
44255 }
44256 \end_layout
44257
44258 \end_inset
44259
44260  DarkOrchid
44261 \end_layout
44262
44263 \end_inset
44264 </cell>
44265 <cell alignment="left" valignment="top" usebox="none">
44266 \begin_inset Text
44267
44268 \begin_layout Plain Layout
44269 \begin_inset ERT
44270 status collapsed
44271
44272 \begin_layout Plain Layout
44273
44274
44275 \backslash
44276 fcolorbox{black}{
44277 \end_layout
44278
44279 \end_inset
44280
44281 Emerald
44282 \begin_inset ERT
44283 status collapsed
44284
44285 \begin_layout Plain Layout
44286
44287 }{
44288 \end_layout
44289
44290 \end_inset
44291
44292
44293 \begin_inset Phantom Phantom
44294 status open
44295
44296 \begin_layout Plain Layout
44297 W
44298 \end_layout
44299
44300 \end_inset
44301
44302
44303 \begin_inset ERT
44304 status collapsed
44305
44306 \begin_layout Plain Layout
44307
44308 }
44309 \end_layout
44310
44311 \end_inset
44312
44313  Emerald
44314 \end_layout
44315
44316 \end_inset
44317 </cell>
44318 <cell alignment="left" valignment="top" usebox="none">
44319 \begin_inset Text
44320
44321 \begin_layout Plain Layout
44322 \begin_inset ERT
44323 status collapsed
44324
44325 \begin_layout Plain Layout
44326
44327
44328 \backslash
44329 fcolorbox{black}{
44330 \end_layout
44331
44332 \end_inset
44333
44334 ForestGreen
44335 \begin_inset ERT
44336 status collapsed
44337
44338 \begin_layout Plain Layout
44339
44340 }{
44341 \end_layout
44342
44343 \end_inset
44344
44345
44346 \begin_inset Phantom Phantom
44347 status open
44348
44349 \begin_layout Plain Layout
44350 W
44351 \end_layout
44352
44353 \end_inset
44354
44355
44356 \begin_inset ERT
44357 status collapsed
44358
44359 \begin_layout Plain Layout
44360
44361 }
44362 \end_layout
44363
44364 \end_inset
44365
44366  ForestGreen
44367 \end_layout
44368
44369 \end_inset
44370 </cell>
44371 </row>
44372 <row>
44373 <cell alignment="left" valignment="top" usebox="none">
44374 \begin_inset Text
44375
44376 \begin_layout Plain Layout
44377 \begin_inset ERT
44378 status collapsed
44379
44380 \begin_layout Plain Layout
44381
44382
44383 \backslash
44384 fcolorbox{black}{
44385 \end_layout
44386
44387 \end_inset
44388
44389 Fuchsia
44390 \begin_inset ERT
44391 status collapsed
44392
44393 \begin_layout Plain Layout
44394
44395 }{
44396 \end_layout
44397
44398 \end_inset
44399
44400
44401 \begin_inset Phantom Phantom
44402 status open
44403
44404 \begin_layout Plain Layout
44405 W
44406 \end_layout
44407
44408 \end_inset
44409
44410
44411 \begin_inset ERT
44412 status collapsed
44413
44414 \begin_layout Plain Layout
44415
44416 }
44417 \end_layout
44418
44419 \end_inset
44420
44421  Fuchsia
44422 \end_layout
44423
44424 \end_inset
44425 </cell>
44426 <cell alignment="left" valignment="top" usebox="none">
44427 \begin_inset Text
44428
44429 \begin_layout Plain Layout
44430 \begin_inset ERT
44431 status collapsed
44432
44433 \begin_layout Plain Layout
44434
44435
44436 \backslash
44437 fcolorbox{black}{
44438 \end_layout
44439
44440 \end_inset
44441
44442 Goldenrod
44443 \begin_inset ERT
44444 status collapsed
44445
44446 \begin_layout Plain Layout
44447
44448 }{
44449 \end_layout
44450
44451 \end_inset
44452
44453
44454 \begin_inset Phantom Phantom
44455 status open
44456
44457 \begin_layout Plain Layout
44458 W
44459 \end_layout
44460
44461 \end_inset
44462
44463
44464 \begin_inset ERT
44465 status collapsed
44466
44467 \begin_layout Plain Layout
44468
44469 }
44470 \end_layout
44471
44472 \end_inset
44473
44474  Goldenrod
44475 \end_layout
44476
44477 \end_inset
44478 </cell>
44479 <cell alignment="left" valignment="top" usebox="none">
44480 \begin_inset Text
44481
44482 \begin_layout Plain Layout
44483 \begin_inset ERT
44484 status collapsed
44485
44486 \begin_layout Plain Layout
44487
44488
44489 \backslash
44490 fcolorbox{black}{
44491 \end_layout
44492
44493 \end_inset
44494
44495 Gray
44496 \begin_inset ERT
44497 status collapsed
44498
44499 \begin_layout Plain Layout
44500
44501 }{
44502 \end_layout
44503
44504 \end_inset
44505
44506
44507 \begin_inset Phantom Phantom
44508 status open
44509
44510 \begin_layout Plain Layout
44511 W
44512 \end_layout
44513
44514 \end_inset
44515
44516
44517 \begin_inset ERT
44518 status collapsed
44519
44520 \begin_layout Plain Layout
44521
44522 }
44523 \end_layout
44524
44525 \end_inset
44526
44527  Gray
44528 \end_layout
44529
44530 \end_inset
44531 </cell>
44532 <cell alignment="left" valignment="top" usebox="none">
44533 \begin_inset Text
44534
44535 \begin_layout Plain Layout
44536 \begin_inset ERT
44537 status collapsed
44538
44539 \begin_layout Plain Layout
44540
44541
44542 \backslash
44543 fcolorbox{black}{
44544 \end_layout
44545
44546 \end_inset
44547
44548 GreenYellow
44549 \begin_inset ERT
44550 status collapsed
44551
44552 \begin_layout Plain Layout
44553
44554 }{
44555 \end_layout
44556
44557 \end_inset
44558
44559
44560 \begin_inset Phantom Phantom
44561 status open
44562
44563 \begin_layout Plain Layout
44564 W
44565 \end_layout
44566
44567 \end_inset
44568
44569
44570 \begin_inset ERT
44571 status collapsed
44572
44573 \begin_layout Plain Layout
44574
44575 }
44576 \end_layout
44577
44578 \end_inset
44579
44580  GreenYellow
44581 \end_layout
44582
44583 \end_inset
44584 </cell>
44585 </row>
44586 <row>
44587 <cell alignment="center" valignment="top" usebox="none">
44588 \begin_inset Text
44589
44590 \begin_layout Plain Layout
44591 \begin_inset ERT
44592 status collapsed
44593
44594 \begin_layout Plain Layout
44595
44596
44597 \backslash
44598 fcolorbox{black}{
44599 \end_layout
44600
44601 \end_inset
44602
44603 JungleGreen
44604 \begin_inset ERT
44605 status collapsed
44606
44607 \begin_layout Plain Layout
44608
44609 }{
44610 \end_layout
44611
44612 \end_inset
44613
44614
44615 \begin_inset Phantom Phantom
44616 status open
44617
44618 \begin_layout Plain Layout
44619 W
44620 \end_layout
44621
44622 \end_inset
44623
44624
44625 \begin_inset ERT
44626 status collapsed
44627
44628 \begin_layout Plain Layout
44629
44630 }
44631 \end_layout
44632
44633 \end_inset
44634
44635  JungleGreen
44636 \end_layout
44637
44638 \end_inset
44639 </cell>
44640 <cell alignment="center" valignment="top" usebox="none">
44641 \begin_inset Text
44642
44643 \begin_layout Plain Layout
44644 \begin_inset ERT
44645 status collapsed
44646
44647 \begin_layout Plain Layout
44648
44649
44650 \backslash
44651 fcolorbox{black}{
44652 \end_layout
44653
44654 \end_inset
44655
44656 Lavender
44657 \begin_inset ERT
44658 status collapsed
44659
44660 \begin_layout Plain Layout
44661
44662 }{
44663 \end_layout
44664
44665 \end_inset
44666
44667
44668 \begin_inset Phantom Phantom
44669 status open
44670
44671 \begin_layout Plain Layout
44672 W
44673 \end_layout
44674
44675 \end_inset
44676
44677
44678 \begin_inset ERT
44679 status collapsed
44680
44681 \begin_layout Plain Layout
44682
44683 }
44684 \end_layout
44685
44686 \end_inset
44687
44688  Lavender
44689 \end_layout
44690
44691 \end_inset
44692 </cell>
44693 <cell alignment="center" valignment="top" usebox="none">
44694 \begin_inset Text
44695
44696 \begin_layout Plain Layout
44697 \begin_inset ERT
44698 status collapsed
44699
44700 \begin_layout Plain Layout
44701
44702
44703 \backslash
44704 fcolorbox{black}{
44705 \end_layout
44706
44707 \end_inset
44708
44709 LimeGreen
44710 \begin_inset ERT
44711 status collapsed
44712
44713 \begin_layout Plain Layout
44714
44715 }{
44716 \end_layout
44717
44718 \end_inset
44719
44720
44721 \begin_inset Phantom Phantom
44722 status open
44723
44724 \begin_layout Plain Layout
44725 W
44726 \end_layout
44727
44728 \end_inset
44729
44730
44731 \begin_inset ERT
44732 status collapsed
44733
44734 \begin_layout Plain Layout
44735
44736 }
44737 \end_layout
44738
44739 \end_inset
44740
44741  LimeGreen
44742 \end_layout
44743
44744 \end_inset
44745 </cell>
44746 <cell alignment="center" valignment="top" usebox="none">
44747 \begin_inset Text
44748
44749 \begin_layout Plain Layout
44750 \begin_inset ERT
44751 status collapsed
44752
44753 \begin_layout Plain Layout
44754
44755
44756 \backslash
44757 fcolorbox{black}{
44758 \end_layout
44759
44760 \end_inset
44761
44762 Mahogany
44763 \begin_inset ERT
44764 status collapsed
44765
44766 \begin_layout Plain Layout
44767
44768 }{
44769 \end_layout
44770
44771 \end_inset
44772
44773
44774 \begin_inset Phantom Phantom
44775 status open
44776
44777 \begin_layout Plain Layout
44778 W
44779 \end_layout
44780
44781 \end_inset
44782
44783
44784 \begin_inset ERT
44785 status collapsed
44786
44787 \begin_layout Plain Layout
44788
44789 }
44790 \end_layout
44791
44792 \end_inset
44793
44794  Mahogany
44795 \end_layout
44796
44797 \end_inset
44798 </cell>
44799 </row>
44800 <row>
44801 <cell alignment="left" valignment="top" usebox="none">
44802 \begin_inset Text
44803
44804 \begin_layout Plain Layout
44805 \begin_inset ERT
44806 status collapsed
44807
44808 \begin_layout Plain Layout
44809
44810
44811 \backslash
44812 fcolorbox{black}{
44813 \end_layout
44814
44815 \end_inset
44816
44817 Mahogany
44818 \begin_inset ERT
44819 status collapsed
44820
44821 \begin_layout Plain Layout
44822
44823 }{
44824 \end_layout
44825
44826 \end_inset
44827
44828
44829 \begin_inset Phantom Phantom
44830 status open
44831
44832 \begin_layout Plain Layout
44833 W
44834 \end_layout
44835
44836 \end_inset
44837
44838
44839 \begin_inset ERT
44840 status collapsed
44841
44842 \begin_layout Plain Layout
44843
44844 }
44845 \end_layout
44846
44847 \end_inset
44848
44849  Mahogany
44850 \end_layout
44851
44852 \end_inset
44853 </cell>
44854 <cell alignment="left" valignment="top" usebox="none">
44855 \begin_inset Text
44856
44857 \begin_layout Plain Layout
44858 \begin_inset ERT
44859 status collapsed
44860
44861 \begin_layout Plain Layout
44862
44863
44864 \backslash
44865 fcolorbox{black}{
44866 \end_layout
44867
44868 \end_inset
44869
44870 Maroon
44871 \begin_inset ERT
44872 status collapsed
44873
44874 \begin_layout Plain Layout
44875
44876 }{
44877 \end_layout
44878
44879 \end_inset
44880
44881
44882 \begin_inset Phantom Phantom
44883 status open
44884
44885 \begin_layout Plain Layout
44886 W
44887 \end_layout
44888
44889 \end_inset
44890
44891
44892 \begin_inset ERT
44893 status collapsed
44894
44895 \begin_layout Plain Layout
44896
44897 }
44898 \end_layout
44899
44900 \end_inset
44901
44902  Maroon
44903 \end_layout
44904
44905 \end_inset
44906 </cell>
44907 <cell alignment="left" valignment="top" usebox="none">
44908 \begin_inset Text
44909
44910 \begin_layout Plain Layout
44911 \begin_inset ERT
44912 status collapsed
44913
44914 \begin_layout Plain Layout
44915
44916
44917 \backslash
44918 fcolorbox{black}{
44919 \end_layout
44920
44921 \end_inset
44922
44923 Melon
44924 \begin_inset ERT
44925 status collapsed
44926
44927 \begin_layout Plain Layout
44928
44929 }{
44930 \end_layout
44931
44932 \end_inset
44933
44934
44935 \begin_inset Phantom Phantom
44936 status open
44937
44938 \begin_layout Plain Layout
44939 W
44940 \end_layout
44941
44942 \end_inset
44943
44944
44945 \begin_inset ERT
44946 status collapsed
44947
44948 \begin_layout Plain Layout
44949
44950 }
44951 \end_layout
44952
44953 \end_inset
44954
44955  Melon
44956 \end_layout
44957
44958 \end_inset
44959 </cell>
44960 <cell alignment="left" valignment="top" usebox="none">
44961 \begin_inset Text
44962
44963 \begin_layout Plain Layout
44964 \begin_inset ERT
44965 status collapsed
44966
44967 \begin_layout Plain Layout
44968
44969
44970 \backslash
44971 fcolorbox{black}{
44972 \end_layout
44973
44974 \end_inset
44975
44976 MidnightBlue
44977 \begin_inset ERT
44978 status collapsed
44979
44980 \begin_layout Plain Layout
44981
44982 }{
44983 \end_layout
44984
44985 \end_inset
44986
44987
44988 \begin_inset Phantom Phantom
44989 status open
44990
44991 \begin_layout Plain Layout
44992 W
44993 \end_layout
44994
44995 \end_inset
44996
44997
44998 \begin_inset ERT
44999 status collapsed
45000
45001 \begin_layout Plain Layout
45002
45003 }
45004 \end_layout
45005
45006 \end_inset
45007
45008  MidnightBlue
45009 \end_layout
45010
45011 \end_inset
45012 </cell>
45013 </row>
45014 <row>
45015 <cell alignment="left" valignment="top" usebox="none">
45016 \begin_inset Text
45017
45018 \begin_layout Plain Layout
45019 \begin_inset ERT
45020 status collapsed
45021
45022 \begin_layout Plain Layout
45023
45024
45025 \backslash
45026 fcolorbox{black}{
45027 \end_layout
45028
45029 \end_inset
45030
45031 Mulberry
45032 \begin_inset ERT
45033 status collapsed
45034
45035 \begin_layout Plain Layout
45036
45037 }{
45038 \end_layout
45039
45040 \end_inset
45041
45042
45043 \begin_inset Phantom Phantom
45044 status open
45045
45046 \begin_layout Plain Layout
45047 W
45048 \end_layout
45049
45050 \end_inset
45051
45052
45053 \begin_inset ERT
45054 status collapsed
45055
45056 \begin_layout Plain Layout
45057
45058 }
45059 \end_layout
45060
45061 \end_inset
45062
45063  Mulberry
45064 \end_layout
45065
45066 \end_inset
45067 </cell>
45068 <cell alignment="left" valignment="top" usebox="none">
45069 \begin_inset Text
45070
45071 \begin_layout Plain Layout
45072 \begin_inset ERT
45073 status collapsed
45074
45075 \begin_layout Plain Layout
45076
45077
45078 \backslash
45079 fcolorbox{black}{
45080 \end_layout
45081
45082 \end_inset
45083
45084 NavyBlue
45085 \begin_inset ERT
45086 status collapsed
45087
45088 \begin_layout Plain Layout
45089
45090 }{
45091 \end_layout
45092
45093 \end_inset
45094
45095
45096 \begin_inset Phantom Phantom
45097 status open
45098
45099 \begin_layout Plain Layout
45100 W
45101 \end_layout
45102
45103 \end_inset
45104
45105
45106 \begin_inset ERT
45107 status collapsed
45108
45109 \begin_layout Plain Layout
45110
45111 }
45112 \end_layout
45113
45114 \end_inset
45115
45116  NavyBlue
45117 \end_layout
45118
45119 \end_inset
45120 </cell>
45121 <cell alignment="left" valignment="top" usebox="none">
45122 \begin_inset Text
45123
45124 \begin_layout Plain Layout
45125 \begin_inset ERT
45126 status collapsed
45127
45128 \begin_layout Plain Layout
45129
45130
45131 \backslash
45132 fcolorbox{black}{
45133 \end_layout
45134
45135 \end_inset
45136
45137 OliveGreen
45138 \begin_inset ERT
45139 status collapsed
45140
45141 \begin_layout Plain Layout
45142
45143 }{
45144 \end_layout
45145
45146 \end_inset
45147
45148
45149 \begin_inset Phantom Phantom
45150 status open
45151
45152 \begin_layout Plain Layout
45153 W
45154 \end_layout
45155
45156 \end_inset
45157
45158
45159 \begin_inset ERT
45160 status collapsed
45161
45162 \begin_layout Plain Layout
45163
45164 }
45165 \end_layout
45166
45167 \end_inset
45168
45169  OliveGreen
45170 \end_layout
45171
45172 \end_inset
45173 </cell>
45174 <cell alignment="left" valignment="top" usebox="none">
45175 \begin_inset Text
45176
45177 \begin_layout Plain Layout
45178 \begin_inset ERT
45179 status collapsed
45180
45181 \begin_layout Plain Layout
45182
45183
45184 \backslash
45185 fcolorbox{black}{
45186 \end_layout
45187
45188 \end_inset
45189
45190 Orange
45191 \begin_inset ERT
45192 status collapsed
45193
45194 \begin_layout Plain Layout
45195
45196 }{
45197 \end_layout
45198
45199 \end_inset
45200
45201
45202 \begin_inset Phantom Phantom
45203 status open
45204
45205 \begin_layout Plain Layout
45206 W
45207 \end_layout
45208
45209 \end_inset
45210
45211
45212 \begin_inset ERT
45213 status collapsed
45214
45215 \begin_layout Plain Layout
45216
45217 }
45218 \end_layout
45219
45220 \end_inset
45221
45222  Orange
45223 \end_layout
45224
45225 \end_inset
45226 </cell>
45227 </row>
45228 <row>
45229 <cell alignment="left" valignment="top" usebox="none">
45230 \begin_inset Text
45231
45232 \begin_layout Plain Layout
45233 \begin_inset ERT
45234 status collapsed
45235
45236 \begin_layout Plain Layout
45237
45238
45239 \backslash
45240 fcolorbox{black}{
45241 \end_layout
45242
45243 \end_inset
45244
45245 OrangeRed
45246 \begin_inset ERT
45247 status collapsed
45248
45249 \begin_layout Plain Layout
45250
45251 }{
45252 \end_layout
45253
45254 \end_inset
45255
45256
45257 \begin_inset Phantom Phantom
45258 status open
45259
45260 \begin_layout Plain Layout
45261 W
45262 \end_layout
45263
45264 \end_inset
45265
45266
45267 \begin_inset ERT
45268 status collapsed
45269
45270 \begin_layout Plain Layout
45271
45272 }
45273 \end_layout
45274
45275 \end_inset
45276
45277  OrangeRed
45278 \end_layout
45279
45280 \end_inset
45281 </cell>
45282 <cell alignment="left" valignment="top" usebox="none">
45283 \begin_inset Text
45284
45285 \begin_layout Plain Layout
45286 \begin_inset ERT
45287 status collapsed
45288
45289 \begin_layout Plain Layout
45290
45291
45292 \backslash
45293 fcolorbox{black}{
45294 \end_layout
45295
45296 \end_inset
45297
45298 Orchid
45299 \begin_inset ERT
45300 status collapsed
45301
45302 \begin_layout Plain Layout
45303
45304 }{
45305 \end_layout
45306
45307 \end_inset
45308
45309
45310 \begin_inset Phantom Phantom
45311 status open
45312
45313 \begin_layout Plain Layout
45314 W
45315 \end_layout
45316
45317 \end_inset
45318
45319
45320 \begin_inset ERT
45321 status collapsed
45322
45323 \begin_layout Plain Layout
45324
45325 }
45326 \end_layout
45327
45328 \end_inset
45329
45330  Orchid
45331 \end_layout
45332
45333 \end_inset
45334 </cell>
45335 <cell alignment="left" valignment="top" usebox="none">
45336 \begin_inset Text
45337
45338 \begin_layout Plain Layout
45339 \begin_inset ERT
45340 status collapsed
45341
45342 \begin_layout Plain Layout
45343
45344
45345 \backslash
45346 fcolorbox{black}{
45347 \end_layout
45348
45349 \end_inset
45350
45351 Peach
45352 \begin_inset ERT
45353 status collapsed
45354
45355 \begin_layout Plain Layout
45356
45357 }{
45358 \end_layout
45359
45360 \end_inset
45361
45362
45363 \begin_inset Phantom Phantom
45364 status open
45365
45366 \begin_layout Plain Layout
45367 W
45368 \end_layout
45369
45370 \end_inset
45371
45372
45373 \begin_inset ERT
45374 status collapsed
45375
45376 \begin_layout Plain Layout
45377
45378 }
45379 \end_layout
45380
45381 \end_inset
45382
45383  Peach
45384 \end_layout
45385
45386 \end_inset
45387 </cell>
45388 <cell alignment="left" valignment="top" usebox="none">
45389 \begin_inset Text
45390
45391 \begin_layout Plain Layout
45392 \begin_inset ERT
45393 status collapsed
45394
45395 \begin_layout Plain Layout
45396
45397
45398 \backslash
45399 fcolorbox{black}{
45400 \end_layout
45401
45402 \end_inset
45403
45404 Periwinkle
45405 \begin_inset ERT
45406 status collapsed
45407
45408 \begin_layout Plain Layout
45409
45410 }{
45411 \end_layout
45412
45413 \end_inset
45414
45415
45416 \begin_inset Phantom Phantom
45417 status open
45418
45419 \begin_layout Plain Layout
45420 W
45421 \end_layout
45422
45423 \end_inset
45424
45425
45426 \begin_inset ERT
45427 status collapsed
45428
45429 \begin_layout Plain Layout
45430
45431 }
45432 \end_layout
45433
45434 \end_inset
45435
45436  Periwinkle
45437 \end_layout
45438
45439 \end_inset
45440 </cell>
45441 </row>
45442 <row>
45443 <cell alignment="left" valignment="top" usebox="none">
45444 \begin_inset Text
45445
45446 \begin_layout Plain Layout
45447 \begin_inset ERT
45448 status collapsed
45449
45450 \begin_layout Plain Layout
45451
45452
45453 \backslash
45454 fcolorbox{black}{
45455 \end_layout
45456
45457 \end_inset
45458
45459 PineGreen
45460 \begin_inset ERT
45461 status collapsed
45462
45463 \begin_layout Plain Layout
45464
45465 }{
45466 \end_layout
45467
45468 \end_inset
45469
45470
45471 \begin_inset Phantom Phantom
45472 status open
45473
45474 \begin_layout Plain Layout
45475 W
45476 \end_layout
45477
45478 \end_inset
45479
45480
45481 \begin_inset ERT
45482 status collapsed
45483
45484 \begin_layout Plain Layout
45485
45486 }
45487 \end_layout
45488
45489 \end_inset
45490
45491  PineGreen
45492 \end_layout
45493
45494 \end_inset
45495 </cell>
45496 <cell alignment="left" valignment="top" usebox="none">
45497 \begin_inset Text
45498
45499 \begin_layout Plain Layout
45500 \begin_inset ERT
45501 status collapsed
45502
45503 \begin_layout Plain Layout
45504
45505
45506 \backslash
45507 fcolorbox{black}{
45508 \end_layout
45509
45510 \end_inset
45511
45512 Plum
45513 \begin_inset ERT
45514 status collapsed
45515
45516 \begin_layout Plain Layout
45517
45518 }{
45519 \end_layout
45520
45521 \end_inset
45522
45523
45524 \begin_inset Phantom Phantom
45525 status open
45526
45527 \begin_layout Plain Layout
45528 W
45529 \end_layout
45530
45531 \end_inset
45532
45533
45534 \begin_inset ERT
45535 status collapsed
45536
45537 \begin_layout Plain Layout
45538
45539 }
45540 \end_layout
45541
45542 \end_inset
45543
45544  Plum
45545 \end_layout
45546
45547 \end_inset
45548 </cell>
45549 <cell alignment="left" valignment="top" usebox="none">
45550 \begin_inset Text
45551
45552 \begin_layout Plain Layout
45553 \begin_inset ERT
45554 status collapsed
45555
45556 \begin_layout Plain Layout
45557
45558
45559 \backslash
45560 fcolorbox{black}{
45561 \end_layout
45562
45563 \end_inset
45564
45565 ProcessBlue
45566 \begin_inset ERT
45567 status collapsed
45568
45569 \begin_layout Plain Layout
45570
45571 }{
45572 \end_layout
45573
45574 \end_inset
45575
45576
45577 \begin_inset Phantom Phantom
45578 status open
45579
45580 \begin_layout Plain Layout
45581 W
45582 \end_layout
45583
45584 \end_inset
45585
45586
45587 \begin_inset ERT
45588 status collapsed
45589
45590 \begin_layout Plain Layout
45591
45592 }
45593 \end_layout
45594
45595 \end_inset
45596
45597  ProcessBlue
45598 \end_layout
45599
45600 \end_inset
45601 </cell>
45602 <cell alignment="left" valignment="top" usebox="none">
45603 \begin_inset Text
45604
45605 \begin_layout Plain Layout
45606 \begin_inset ERT
45607 status collapsed
45608
45609 \begin_layout Plain Layout
45610
45611
45612 \backslash
45613 fcolorbox{black}{
45614 \end_layout
45615
45616 \end_inset
45617
45618 Purple
45619 \begin_inset ERT
45620 status collapsed
45621
45622 \begin_layout Plain Layout
45623
45624 }{
45625 \end_layout
45626
45627 \end_inset
45628
45629
45630 \begin_inset Phantom Phantom
45631 status open
45632
45633 \begin_layout Plain Layout
45634 W
45635 \end_layout
45636
45637 \end_inset
45638
45639
45640 \begin_inset ERT
45641 status collapsed
45642
45643 \begin_layout Plain Layout
45644
45645 }
45646 \end_layout
45647
45648 \end_inset
45649
45650  Purple
45651 \end_layout
45652
45653 \end_inset
45654 </cell>
45655 </row>
45656 <row>
45657 <cell alignment="left" valignment="top" usebox="none">
45658 \begin_inset Text
45659
45660 \begin_layout Plain Layout
45661 \begin_inset ERT
45662 status collapsed
45663
45664 \begin_layout Plain Layout
45665
45666
45667 \backslash
45668 fcolorbox{black}{
45669 \end_layout
45670
45671 \end_inset
45672
45673 RawSienna
45674 \begin_inset ERT
45675 status collapsed
45676
45677 \begin_layout Plain Layout
45678
45679 }{
45680 \end_layout
45681
45682 \end_inset
45683
45684
45685 \begin_inset Phantom Phantom
45686 status open
45687
45688 \begin_layout Plain Layout
45689 W
45690 \end_layout
45691
45692 \end_inset
45693
45694
45695 \begin_inset ERT
45696 status collapsed
45697
45698 \begin_layout Plain Layout
45699
45700 }
45701 \end_layout
45702
45703 \end_inset
45704
45705  RawSienna
45706 \end_layout
45707
45708 \end_inset
45709 </cell>
45710 <cell alignment="left" valignment="top" usebox="none">
45711 \begin_inset Text
45712
45713 \begin_layout Plain Layout
45714 \begin_inset ERT
45715 status collapsed
45716
45717 \begin_layout Plain Layout
45718
45719
45720 \backslash
45721 fcolorbox{black}{
45722 \end_layout
45723
45724 \end_inset
45725
45726 RedOrange
45727 \begin_inset ERT
45728 status collapsed
45729
45730 \begin_layout Plain Layout
45731
45732 }{
45733 \end_layout
45734
45735 \end_inset
45736
45737
45738 \begin_inset Phantom Phantom
45739 status open
45740
45741 \begin_layout Plain Layout
45742 W
45743 \end_layout
45744
45745 \end_inset
45746
45747
45748 \begin_inset ERT
45749 status collapsed
45750
45751 \begin_layout Plain Layout
45752
45753 }
45754 \end_layout
45755
45756 \end_inset
45757
45758  RedOrange
45759 \end_layout
45760
45761 \end_inset
45762 </cell>
45763 <cell alignment="left" valignment="top" usebox="none">
45764 \begin_inset Text
45765
45766 \begin_layout Plain Layout
45767 \begin_inset ERT
45768 status collapsed
45769
45770 \begin_layout Plain Layout
45771
45772
45773 \backslash
45774 fcolorbox{black}{
45775 \end_layout
45776
45777 \end_inset
45778
45779 RedViolet
45780 \begin_inset ERT
45781 status collapsed
45782
45783 \begin_layout Plain Layout
45784
45785 }{
45786 \end_layout
45787
45788 \end_inset
45789
45790
45791 \begin_inset Phantom Phantom
45792 status open
45793
45794 \begin_layout Plain Layout
45795 W
45796 \end_layout
45797
45798 \end_inset
45799
45800
45801 \begin_inset ERT
45802 status collapsed
45803
45804 \begin_layout Plain Layout
45805
45806 }
45807 \end_layout
45808
45809 \end_inset
45810
45811  RedViolet
45812 \end_layout
45813
45814 \end_inset
45815 </cell>
45816 <cell alignment="left" valignment="top" usebox="none">
45817 \begin_inset Text
45818
45819 \begin_layout Plain Layout
45820 \begin_inset ERT
45821 status collapsed
45822
45823 \begin_layout Plain Layout
45824
45825
45826 \backslash
45827 fcolorbox{black}{
45828 \end_layout
45829
45830 \end_inset
45831
45832 Rhodamine
45833 \begin_inset ERT
45834 status collapsed
45835
45836 \begin_layout Plain Layout
45837
45838 }{
45839 \end_layout
45840
45841 \end_inset
45842
45843
45844 \begin_inset Phantom Phantom
45845 status open
45846
45847 \begin_layout Plain Layout
45848 W
45849 \end_layout
45850
45851 \end_inset
45852
45853
45854 \begin_inset ERT
45855 status collapsed
45856
45857 \begin_layout Plain Layout
45858
45859 }
45860 \end_layout
45861
45862 \end_inset
45863
45864  Rhodamine
45865 \end_layout
45866
45867 \end_inset
45868 </cell>
45869 </row>
45870 <row>
45871 <cell alignment="left" valignment="top" usebox="none">
45872 \begin_inset Text
45873
45874 \begin_layout Plain Layout
45875 \begin_inset ERT
45876 status collapsed
45877
45878 \begin_layout Plain Layout
45879
45880
45881 \backslash
45882 fcolorbox{black}{
45883 \end_layout
45884
45885 \end_inset
45886
45887 RoyalBlue
45888 \begin_inset ERT
45889 status collapsed
45890
45891 \begin_layout Plain Layout
45892
45893 }{
45894 \end_layout
45895
45896 \end_inset
45897
45898
45899 \begin_inset Phantom Phantom
45900 status open
45901
45902 \begin_layout Plain Layout
45903 W
45904 \end_layout
45905
45906 \end_inset
45907
45908
45909 \begin_inset ERT
45910 status collapsed
45911
45912 \begin_layout Plain Layout
45913
45914 }
45915 \end_layout
45916
45917 \end_inset
45918
45919  RoyalBlue
45920 \end_layout
45921
45922 \end_inset
45923 </cell>
45924 <cell alignment="left" valignment="top" usebox="none">
45925 \begin_inset Text
45926
45927 \begin_layout Plain Layout
45928 \begin_inset ERT
45929 status collapsed
45930
45931 \begin_layout Plain Layout
45932
45933
45934 \backslash
45935 fcolorbox{black}{
45936 \end_layout
45937
45938 \end_inset
45939
45940 RoyalPurple
45941 \begin_inset ERT
45942 status collapsed
45943
45944 \begin_layout Plain Layout
45945
45946 }{
45947 \end_layout
45948
45949 \end_inset
45950
45951
45952 \begin_inset Phantom Phantom
45953 status open
45954
45955 \begin_layout Plain Layout
45956 W
45957 \end_layout
45958
45959 \end_inset
45960
45961
45962 \begin_inset ERT
45963 status collapsed
45964
45965 \begin_layout Plain Layout
45966
45967 }
45968 \end_layout
45969
45970 \end_inset
45971
45972  RoyalPurple
45973 \end_layout
45974
45975 \end_inset
45976 </cell>
45977 <cell alignment="left" valignment="top" usebox="none">
45978 \begin_inset Text
45979
45980 \begin_layout Plain Layout
45981 \begin_inset ERT
45982 status collapsed
45983
45984 \begin_layout Plain Layout
45985
45986
45987 \backslash
45988 fcolorbox{black}{
45989 \end_layout
45990
45991 \end_inset
45992
45993 RubineRed
45994 \begin_inset ERT
45995 status collapsed
45996
45997 \begin_layout Plain Layout
45998
45999 }{
46000 \end_layout
46001
46002 \end_inset
46003
46004
46005 \begin_inset Phantom Phantom
46006 status open
46007
46008 \begin_layout Plain Layout
46009 W
46010 \end_layout
46011
46012 \end_inset
46013
46014
46015 \begin_inset ERT
46016 status collapsed
46017
46018 \begin_layout Plain Layout
46019
46020 }
46021 \end_layout
46022
46023 \end_inset
46024
46025  RubineRed
46026 \end_layout
46027
46028 \end_inset
46029 </cell>
46030 <cell alignment="left" valignment="top" usebox="none">
46031 \begin_inset Text
46032
46033 \begin_layout Plain Layout
46034 \begin_inset ERT
46035 status collapsed
46036
46037 \begin_layout Plain Layout
46038
46039
46040 \backslash
46041 fcolorbox{black}{
46042 \end_layout
46043
46044 \end_inset
46045
46046 Salmon
46047 \begin_inset ERT
46048 status collapsed
46049
46050 \begin_layout Plain Layout
46051
46052 }{
46053 \end_layout
46054
46055 \end_inset
46056
46057
46058 \begin_inset Phantom Phantom
46059 status open
46060
46061 \begin_layout Plain Layout
46062 W
46063 \end_layout
46064
46065 \end_inset
46066
46067
46068 \begin_inset ERT
46069 status collapsed
46070
46071 \begin_layout Plain Layout
46072
46073 }
46074 \end_layout
46075
46076 \end_inset
46077
46078  Salmon
46079 \end_layout
46080
46081 \end_inset
46082 </cell>
46083 </row>
46084 <row>
46085 <cell alignment="left" valignment="top" usebox="none">
46086 \begin_inset Text
46087
46088 \begin_layout Plain Layout
46089 \begin_inset ERT
46090 status collapsed
46091
46092 \begin_layout Plain Layout
46093
46094
46095 \backslash
46096 fcolorbox{black}{
46097 \end_layout
46098
46099 \end_inset
46100
46101 SeaGreen
46102 \begin_inset ERT
46103 status collapsed
46104
46105 \begin_layout Plain Layout
46106
46107 }{
46108 \end_layout
46109
46110 \end_inset
46111
46112
46113 \begin_inset Phantom Phantom
46114 status open
46115
46116 \begin_layout Plain Layout
46117 W
46118 \end_layout
46119
46120 \end_inset
46121
46122
46123 \begin_inset ERT
46124 status collapsed
46125
46126 \begin_layout Plain Layout
46127
46128 }
46129 \end_layout
46130
46131 \end_inset
46132
46133  SeaGreen
46134 \end_layout
46135
46136 \end_inset
46137 </cell>
46138 <cell alignment="left" valignment="top" usebox="none">
46139 \begin_inset Text
46140
46141 \begin_layout Plain Layout
46142 \begin_inset ERT
46143 status collapsed
46144
46145 \begin_layout Plain Layout
46146
46147
46148 \backslash
46149 fcolorbox{black}{
46150 \end_layout
46151
46152 \end_inset
46153
46154 Sepia
46155 \begin_inset ERT
46156 status collapsed
46157
46158 \begin_layout Plain Layout
46159
46160 }{
46161 \end_layout
46162
46163 \end_inset
46164
46165
46166 \begin_inset Phantom Phantom
46167 status open
46168
46169 \begin_layout Plain Layout
46170 W
46171 \end_layout
46172
46173 \end_inset
46174
46175
46176 \begin_inset ERT
46177 status collapsed
46178
46179 \begin_layout Plain Layout
46180
46181 }
46182 \end_layout
46183
46184 \end_inset
46185
46186  Sepia
46187 \end_layout
46188
46189 \end_inset
46190 </cell>
46191 <cell alignment="left" valignment="top" usebox="none">
46192 \begin_inset Text
46193
46194 \begin_layout Plain Layout
46195 \begin_inset ERT
46196 status collapsed
46197
46198 \begin_layout Plain Layout
46199
46200
46201 \backslash
46202 fcolorbox{black}{
46203 \end_layout
46204
46205 \end_inset
46206
46207 SkyBlue
46208 \begin_inset ERT
46209 status collapsed
46210
46211 \begin_layout Plain Layout
46212
46213 }{
46214 \end_layout
46215
46216 \end_inset
46217
46218
46219 \begin_inset Phantom Phantom
46220 status open
46221
46222 \begin_layout Plain Layout
46223 W
46224 \end_layout
46225
46226 \end_inset
46227
46228
46229 \begin_inset ERT
46230 status collapsed
46231
46232 \begin_layout Plain Layout
46233
46234 }
46235 \end_layout
46236
46237 \end_inset
46238
46239  SkyBlue
46240 \end_layout
46241
46242 \end_inset
46243 </cell>
46244 <cell alignment="left" valignment="top" usebox="none">
46245 \begin_inset Text
46246
46247 \begin_layout Plain Layout
46248 \begin_inset ERT
46249 status collapsed
46250
46251 \begin_layout Plain Layout
46252
46253
46254 \backslash
46255 fcolorbox{black}{
46256 \end_layout
46257
46258 \end_inset
46259
46260 SpringGreen
46261 \begin_inset ERT
46262 status collapsed
46263
46264 \begin_layout Plain Layout
46265
46266 }{
46267 \end_layout
46268
46269 \end_inset
46270
46271
46272 \begin_inset Phantom Phantom
46273 status open
46274
46275 \begin_layout Plain Layout
46276 W
46277 \end_layout
46278
46279 \end_inset
46280
46281
46282 \begin_inset ERT
46283 status collapsed
46284
46285 \begin_layout Plain Layout
46286
46287 }
46288 \end_layout
46289
46290 \end_inset
46291
46292  SpringGreen
46293 \end_layout
46294
46295 \end_inset
46296 </cell>
46297 </row>
46298 <row>
46299 <cell alignment="left" valignment="top" usebox="none">
46300 \begin_inset Text
46301
46302 \begin_layout Plain Layout
46303 \begin_inset ERT
46304 status collapsed
46305
46306 \begin_layout Plain Layout
46307
46308
46309 \backslash
46310 fcolorbox{black}{
46311 \end_layout
46312
46313 \end_inset
46314
46315 Tan
46316 \begin_inset ERT
46317 status collapsed
46318
46319 \begin_layout Plain Layout
46320
46321 }{
46322 \end_layout
46323
46324 \end_inset
46325
46326
46327 \begin_inset Phantom Phantom
46328 status open
46329
46330 \begin_layout Plain Layout
46331 W
46332 \end_layout
46333
46334 \end_inset
46335
46336
46337 \begin_inset ERT
46338 status collapsed
46339
46340 \begin_layout Plain Layout
46341
46342 }
46343 \end_layout
46344
46345 \end_inset
46346
46347  Tan
46348 \end_layout
46349
46350 \end_inset
46351 </cell>
46352 <cell alignment="left" valignment="top" usebox="none">
46353 \begin_inset Text
46354
46355 \begin_layout Plain Layout
46356 \begin_inset ERT
46357 status collapsed
46358
46359 \begin_layout Plain Layout
46360
46361
46362 \backslash
46363 fcolorbox{black}{
46364 \end_layout
46365
46366 \end_inset
46367
46368 TealBlue
46369 \begin_inset ERT
46370 status collapsed
46371
46372 \begin_layout Plain Layout
46373
46374 }{
46375 \end_layout
46376
46377 \end_inset
46378
46379
46380 \begin_inset Phantom Phantom
46381 status open
46382
46383 \begin_layout Plain Layout
46384 W
46385 \end_layout
46386
46387 \end_inset
46388
46389
46390 \begin_inset ERT
46391 status collapsed
46392
46393 \begin_layout Plain Layout
46394
46395 }
46396 \end_layout
46397
46398 \end_inset
46399
46400  TealBlue
46401 \end_layout
46402
46403 \end_inset
46404 </cell>
46405 <cell alignment="left" valignment="top" usebox="none">
46406 \begin_inset Text
46407
46408 \begin_layout Plain Layout
46409 \begin_inset ERT
46410 status collapsed
46411
46412 \begin_layout Plain Layout
46413
46414
46415 \backslash
46416 fcolorbox{black}{
46417 \end_layout
46418
46419 \end_inset
46420
46421 Thistle
46422 \begin_inset ERT
46423 status collapsed
46424
46425 \begin_layout Plain Layout
46426
46427 }{
46428 \end_layout
46429
46430 \end_inset
46431
46432
46433 \begin_inset Phantom Phantom
46434 status open
46435
46436 \begin_layout Plain Layout
46437 W
46438 \end_layout
46439
46440 \end_inset
46441
46442
46443 \begin_inset ERT
46444 status collapsed
46445
46446 \begin_layout Plain Layout
46447
46448 }
46449 \end_layout
46450
46451 \end_inset
46452
46453  Thistle
46454 \end_layout
46455
46456 \end_inset
46457 </cell>
46458 <cell alignment="left" valignment="top" usebox="none">
46459 \begin_inset Text
46460
46461 \begin_layout Plain Layout
46462 \begin_inset ERT
46463 status collapsed
46464
46465 \begin_layout Plain Layout
46466
46467
46468 \backslash
46469 fcolorbox{black}{
46470 \end_layout
46471
46472 \end_inset
46473
46474 Turquoise
46475 \begin_inset ERT
46476 status collapsed
46477
46478 \begin_layout Plain Layout
46479
46480 }{
46481 \end_layout
46482
46483 \end_inset
46484
46485
46486 \begin_inset Phantom Phantom
46487 status open
46488
46489 \begin_layout Plain Layout
46490 W
46491 \end_layout
46492
46493 \end_inset
46494
46495
46496 \begin_inset ERT
46497 status collapsed
46498
46499 \begin_layout Plain Layout
46500
46501 }
46502 \end_layout
46503
46504 \end_inset
46505
46506  Turquoise
46507 \end_layout
46508
46509 \end_inset
46510 </cell>
46511 </row>
46512 <row>
46513 <cell alignment="left" valignment="top" usebox="none">
46514 \begin_inset Text
46515
46516 \begin_layout Plain Layout
46517 \begin_inset ERT
46518 status collapsed
46519
46520 \begin_layout Plain Layout
46521
46522
46523 \backslash
46524 fcolorbox{black}{
46525 \end_layout
46526
46527 \end_inset
46528
46529 Violet
46530 \begin_inset ERT
46531 status collapsed
46532
46533 \begin_layout Plain Layout
46534
46535 }{
46536 \end_layout
46537
46538 \end_inset
46539
46540
46541 \begin_inset Phantom Phantom
46542 status open
46543
46544 \begin_layout Plain Layout
46545 W
46546 \end_layout
46547
46548 \end_inset
46549
46550
46551 \begin_inset ERT
46552 status collapsed
46553
46554 \begin_layout Plain Layout
46555
46556 }
46557 \end_layout
46558
46559 \end_inset
46560
46561  Violet
46562 \end_layout
46563
46564 \end_inset
46565 </cell>
46566 <cell alignment="left" valignment="top" usebox="none">
46567 \begin_inset Text
46568
46569 \begin_layout Plain Layout
46570 \begin_inset ERT
46571 status collapsed
46572
46573 \begin_layout Plain Layout
46574
46575
46576 \backslash
46577 fcolorbox{black}{
46578 \end_layout
46579
46580 \end_inset
46581
46582 VioletRed
46583 \begin_inset ERT
46584 status collapsed
46585
46586 \begin_layout Plain Layout
46587
46588 }{
46589 \end_layout
46590
46591 \end_inset
46592
46593
46594 \begin_inset Phantom Phantom
46595 status open
46596
46597 \begin_layout Plain Layout
46598 W
46599 \end_layout
46600
46601 \end_inset
46602
46603
46604 \begin_inset ERT
46605 status collapsed
46606
46607 \begin_layout Plain Layout
46608
46609 }
46610 \end_layout
46611
46612 \end_inset
46613
46614  VioletRed
46615 \end_layout
46616
46617 \end_inset
46618 </cell>
46619 <cell alignment="left" valignment="top" usebox="none">
46620 \begin_inset Text
46621
46622 \begin_layout Plain Layout
46623 \begin_inset ERT
46624 status collapsed
46625
46626 \begin_layout Plain Layout
46627
46628
46629 \backslash
46630 fcolorbox{black}{
46631 \end_layout
46632
46633 \end_inset
46634
46635 WildStrawberry
46636 \begin_inset ERT
46637 status collapsed
46638
46639 \begin_layout Plain Layout
46640
46641 }{
46642 \end_layout
46643
46644 \end_inset
46645
46646
46647 \begin_inset Phantom Phantom
46648 status open
46649
46650 \begin_layout Plain Layout
46651 W
46652 \end_layout
46653
46654 \end_inset
46655
46656
46657 \begin_inset ERT
46658 status collapsed
46659
46660 \begin_layout Plain Layout
46661
46662 }
46663 \end_layout
46664
46665 \end_inset
46666
46667  WildStrawberry
46668 \end_layout
46669
46670 \end_inset
46671 </cell>
46672 <cell alignment="left" valignment="top" usebox="none">
46673 \begin_inset Text
46674
46675 \begin_layout Plain Layout
46676 \begin_inset ERT
46677 status collapsed
46678
46679 \begin_layout Plain Layout
46680
46681
46682 \backslash
46683 fcolorbox{black}{
46684 \end_layout
46685
46686 \end_inset
46687
46688 YellowGreen
46689 \begin_inset ERT
46690 status collapsed
46691
46692 \begin_layout Plain Layout
46693
46694 }{
46695 \end_layout
46696
46697 \end_inset
46698
46699
46700 \begin_inset Phantom Phantom
46701 status open
46702
46703 \begin_layout Plain Layout
46704 W
46705 \end_layout
46706
46707 \end_inset
46708
46709
46710 \begin_inset ERT
46711 status collapsed
46712
46713 \begin_layout Plain Layout
46714
46715 }
46716 \end_layout
46717
46718 \end_inset
46719
46720  YellowGreen
46721 \end_layout
46722
46723 \end_inset
46724 </cell>
46725 </row>
46726 <row>
46727 <cell alignment="left" valignment="top" usebox="none">
46728 \begin_inset Text
46729
46730 \begin_layout Plain Layout
46731 \begin_inset ERT
46732 status collapsed
46733
46734 \begin_layout Plain Layout
46735
46736
46737 \backslash
46738 fcolorbox{black}{
46739 \end_layout
46740
46741 \end_inset
46742
46743 YellowOrange
46744 \begin_inset ERT
46745 status collapsed
46746
46747 \begin_layout Plain Layout
46748
46749 }{
46750 \end_layout
46751
46752 \end_inset
46753
46754
46755 \begin_inset Phantom Phantom
46756 status open
46757
46758 \begin_layout Plain Layout
46759 W
46760 \end_layout
46761
46762 \end_inset
46763
46764
46765 \begin_inset ERT
46766 status collapsed
46767
46768 \begin_layout Plain Layout
46769
46770 }
46771 \end_layout
46772
46773 \end_inset
46774
46775  YellowOrange
46776 \end_layout
46777
46778 \end_inset
46779 </cell>
46780 <cell alignment="left" valignment="top" usebox="none">
46781 \begin_inset Text
46782
46783 \begin_layout Plain Layout
46784
46785 \end_layout
46786
46787 \end_inset
46788 </cell>
46789 <cell alignment="left" valignment="top" usebox="none">
46790 \begin_inset Text
46791
46792 \begin_layout Plain Layout
46793
46794 \end_layout
46795
46796 \end_inset
46797 </cell>
46798 <cell alignment="left" valignment="top" usebox="none">
46799 \begin_inset Text
46800
46801 \begin_layout Plain Layout
46802
46803 \end_layout
46804
46805 \end_inset
46806 </cell>
46807 </row>
46808 </lyxtabular>
46809
46810 \end_inset
46811
46812
46813 \end_layout
46814
46815 \begin_layout Chapter
46816 Erklärung der Gleichung
46817 \begin_inset space ~
46818 \end_inset
46819
46820 (
46821 \begin_inset CommandInset ref
46822 LatexCommand ref
46823 reference "eq:Wgn"
46824
46825 \end_inset
46826
46827 )
46828 \begin_inset CommandInset label
46829 LatexCommand label
46830 name "kap:Erläuterung-einer-Gleichung"
46831
46832 \end_inset
46833
46834
46835 \end_layout
46836
46837 \begin_layout Standard
46838 Die Gesamtbreite von
46839 \emph on
46840  n
46841 \emph default
46842  Tabellenzellen 
46843 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46844 \end_inset
46845
46846  kann wie folgt berechnet werden:
46847 \begin_inset Formula 
46848 \begin{equation}
46849 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46850 \end{equation}
46851
46852 \end_inset
46853
46854
46855 \end_layout
46856
46857 \begin_layout Standard
46858 Dabei ist 
46859 \begin_inset Formula $W_{g\,n}$
46860 \end_inset
46861
46862  die Breite jeder Zelle.
46863
46864 \series bold
46865  
46866 \backslash
46867 tabcolsep
46868 \series default
46869  ist die \SpecialChar LaTeX
46870 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
46871  6
46872 \begin_inset space \thinspace{}
46873 \end_inset
46874
46875 pt.
46876  
46877 \series bold
46878
46879 \backslash
46880 arrayrulewidth
46881 \series default
46882  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
46883 \begin_inset space \thinspace{}
46884 \end_inset
46885
46886 pt.
46887 \end_layout
46888
46889 \begin_layout Standard
46890 Nach Gleichung
46891 \begin_inset space ~
46892 \end_inset
46893
46894
46895 \begin_inset CommandInset ref
46896 LatexCommand ref
46897 reference "eq:Wtot_n"
46898
46899 \end_inset
46900
46901  ist die Gesamtbreite einer Mehrfachspalte, 
46902 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46903 \end_inset
46904
46905 ,
46906 \begin_inset Formula 
46907 \begin{equation}
46908 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46909 \end{equation}
46910
46911 \end_inset
46912
46913
46914 \end_layout
46915
46916 \begin_layout Standard
46917 Setzt man die Gleichungen
46918 \begin_inset space ~
46919 \end_inset
46920
46921
46922 \begin_inset CommandInset ref
46923 LatexCommand ref
46924 reference "eq:Wtot_n"
46925
46926 \end_inset
46927
46928  und 
46929 \begin_inset CommandInset ref
46930 LatexCommand ref
46931 reference "eq:Wtot_mult"
46932
46933 \end_inset
46934
46935  gleich, kann man die benötigte Breite 
46936 \begin_inset Formula $W_{g\,n}$
46937 \end_inset
46938
46939 , wenn 
46940 \emph on
46941 n
46942 \emph default
46943  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
46944 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46945 \end_inset
46946
46947  hat, berechnen:
46948 \begin_inset Formula 
46949 \begin{equation}
46950 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46951 \end{equation}
46952
46953 \end_inset
46954
46955
46956 \end_layout
46957
46958 \begin_layout Bibliography
46959 \begin_inset CommandInset bibitem
46960 LatexCommand bibitem
46961 key "latexcompanion"
46962 literal "true"
46963
46964 \end_inset
46965
46966 Frank Mittelbach and Michel Goossens: 
46967 \emph on
46968 The \SpecialChar LaTeX
46969  Companion Second Edition.
46970
46971 \emph default
46972  Addison-Wesley, 2004
46973 \end_layout
46974
46975 \begin_layout Bibliography
46976 \begin_inset CommandInset bibitem
46977 LatexCommand bibitem
46978 key "latexguide"
46979 literal "true"
46980
46981 \end_inset
46982
46983 Helmut Kopka and Patrick W.
46984  Daly: 
46985 \emph on
46986 A Guide to \SpecialChar LaTeX
46987  Fourth Edition.
46988
46989 \emph default
46990  Addison-Wesley, 2003
46991 \end_layout
46992
46993 \begin_layout Bibliography
46994 \begin_inset CommandInset bibitem
46995 LatexCommand bibitem
46996 key "lamport"
46997 literal "true"
46998
46999 \end_inset
47000
47001 Leslie Lamport: 
47002 \emph on
47003 \SpecialChar LaTeX
47004 : A Document Preparation System.
47005
47006 \emph default
47007  Addison-Wesley, second edition, 1994
47008 \end_layout
47009
47010 \begin_layout Bibliography
47011 \begin_inset CommandInset bibitem
47012 LatexCommand bibitem
47013 key "latex-praxisbuch"
47014 literal "true"
47015
47016 \end_inset
47017
47018 Niedermair, Elke & Michael: 
47019 \emph on
47020 \SpecialChar LaTeX
47021 -Praxisbuch
47022 \emph default
47023 , Franzis-Verlag, 2004
47024 \end_layout
47025
47026 \begin_layout Bibliography
47027 \begin_inset CommandInset bibitem
47028 LatexCommand bibitem
47029 key "arydshln"
47030 literal "true"
47031
47032 \end_inset
47033
47034 Dokumentation des \SpecialChar LaTeX
47035 -Pakets 
47036 \series bold
47037
47038 \begin_inset CommandInset href
47039 LatexCommand href
47040 name "arydshln"
47041 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
47042 literal "false"
47043
47044 \end_inset
47045
47046
47047 \series default
47048
47049 \begin_inset Index idx
47050 status collapsed
47051
47052 \begin_layout Plain Layout
47053 \SpecialChar LaTeX
47054 -Pakete ! arydshln
47055 \end_layout
47056
47057 \end_inset
47058
47059
47060 \end_layout
47061
47062 \begin_layout Bibliography
47063 \begin_inset CommandInset bibitem
47064 LatexCommand bibitem
47065 key "booktabs"
47066 literal "true"
47067
47068 \end_inset
47069
47070 Dokumentation des \SpecialChar LaTeX
47071 -Pakets 
47072 \series bold
47073
47074 \begin_inset CommandInset href
47075 LatexCommand href
47076 name "booktabs"
47077 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
47078 literal "false"
47079
47080 \end_inset
47081
47082
47083 \series default
47084
47085 \begin_inset Index idx
47086 status collapsed
47087
47088 \begin_layout Plain Layout
47089 \SpecialChar LaTeX
47090 -Pakete ! booktabs
47091 \end_layout
47092
47093 \end_inset
47094
47095
47096 \end_layout
47097
47098 \begin_layout Bibliography
47099 \begin_inset CommandInset bibitem
47100 LatexCommand bibitem
47101 key "caption"
47102 literal "true"
47103
47104 \end_inset
47105
47106 Dokumentation des \SpecialChar LaTeX
47107 -Pakets 
47108 \series bold
47109
47110 \begin_inset CommandInset href
47111 LatexCommand href
47112 name "caption"
47113 target "https://www.ctan.org/tex-archive/macros/latex/contrib//caption/caption-deu.pdf"
47114 literal "false"
47115
47116 \end_inset
47117
47118
47119 \series default
47120
47121 \begin_inset Index idx
47122 status collapsed
47123
47124 \begin_layout Plain Layout
47125 \SpecialChar LaTeX
47126 -Pakete ! caption
47127 \end_layout
47128
47129 \end_inset
47130
47131
47132 \end_layout
47133
47134 \begin_layout Bibliography
47135 \begin_inset CommandInset bibitem
47136 LatexCommand bibitem
47137 key "diagbox"
47138 literal "true"
47139
47140 \end_inset
47141
47142 Dokumentation des \SpecialChar LaTeX
47143 -Pakets 
47144 \series bold
47145
47146 \begin_inset CommandInset href
47147 LatexCommand href
47148 name "diagbox"
47149 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
47150 literal "false"
47151
47152 \end_inset
47153
47154
47155 \series default
47156
47157 \begin_inset Index idx
47158 status collapsed
47159
47160 \begin_layout Plain Layout
47161 \SpecialChar LaTeX
47162 -Pakete ! diagbox
47163 \end_layout
47164
47165 \end_inset
47166
47167
47168 \end_layout
47169
47170 \begin_layout Bibliography
47171 \begin_inset CommandInset bibitem
47172 LatexCommand bibitem
47173 key "endfloat"
47174 literal "true"
47175
47176 \end_inset
47177
47178 Dokumentation des \SpecialChar LaTeX
47179 -Pakets 
47180 \series bold
47181
47182 \begin_inset CommandInset href
47183 LatexCommand href
47184 name "endfloat"
47185 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
47186 literal "false"
47187
47188 \end_inset
47189
47190
47191 \series default
47192
47193 \begin_inset Index idx
47194 status collapsed
47195
47196 \begin_layout Plain Layout
47197 \SpecialChar LaTeX
47198 -Pakete ! endfloat
47199 \end_layout
47200
47201 \end_inset
47202
47203
47204 \end_layout
47205
47206 \begin_layout Bibliography
47207 \begin_inset CommandInset bibitem
47208 LatexCommand bibitem
47209 key "footmisc"
47210 literal "true"
47211
47212 \end_inset
47213
47214 Dokumentation des \SpecialChar LaTeX
47215 -Pakets 
47216 \series bold
47217
47218 \begin_inset CommandInset href
47219 LatexCommand href
47220 name "footmisc"
47221 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
47222 literal "false"
47223
47224 \end_inset
47225
47226
47227 \series default
47228
47229 \begin_inset Index idx
47230 status collapsed
47231
47232 \begin_layout Plain Layout
47233 \SpecialChar LaTeX
47234 -Pakete ! footmisc
47235 \end_layout
47236
47237 \end_inset
47238
47239
47240 \end_layout
47241
47242 \begin_layout Bibliography
47243 \begin_inset CommandInset bibitem
47244 LatexCommand bibitem
47245 key "hypcap"
47246 literal "true"
47247
47248 \end_inset
47249
47250 Dokumentation des \SpecialChar LaTeX
47251 -Pakets 
47252 \series bold
47253
47254 \begin_inset CommandInset href
47255 LatexCommand href
47256 name "hypcap"
47257 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47258 literal "false"
47259
47260 \end_inset
47261
47262
47263 \series default
47264
47265 \begin_inset Index idx
47266 status collapsed
47267
47268 \begin_layout Plain Layout
47269 \SpecialChar LaTeX
47270 -Pakete ! hypcap
47271 \end_layout
47272
47273 \end_inset
47274
47275
47276 \end_layout
47277
47278 \begin_layout Bibliography
47279 \begin_inset CommandInset bibitem
47280 LatexCommand bibitem
47281 key "hyperref"
47282 literal "true"
47283
47284 \end_inset
47285
47286 Dokumentation des \SpecialChar LaTeX
47287 -Pakets 
47288 \series bold
47289
47290 \begin_inset CommandInset href
47291 LatexCommand href
47292 name "hyperref"
47293 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
47294 literal "false"
47295
47296 \end_inset
47297
47298
47299 \series default
47300
47301 \begin_inset Index idx
47302 status collapsed
47303
47304 \begin_layout Plain Layout
47305 \SpecialChar LaTeX
47306 -Pakete ! hyperref
47307 \end_layout
47308
47309 \end_inset
47310
47311
47312 \end_layout
47313
47314 \begin_layout Bibliography
47315 \begin_inset CommandInset bibitem
47316 LatexCommand bibitem
47317 key "KOMA-Script"
47318 literal "true"
47319
47320 \end_inset
47321
47322 Dokumentation des \SpecialChar LaTeX
47323 -Pakets 
47324 \series bold
47325
47326 \begin_inset CommandInset href
47327 LatexCommand href
47328 name "KOMA-Script"
47329 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguide.pdf"
47330 literal "false"
47331
47332 \end_inset
47333
47334
47335 \series default
47336
47337 \begin_inset Index idx
47338 status collapsed
47339
47340 \begin_layout Plain Layout
47341 \SpecialChar LaTeX
47342 -Pakete ! KOMA-Script
47343 \end_layout
47344
47345 \end_inset
47346
47347
47348 \end_layout
47349
47350 \begin_layout Bibliography
47351 \begin_inset CommandInset bibitem
47352 LatexCommand bibitem
47353 key "lettrine"
47354 literal "true"
47355
47356 \end_inset
47357
47358 Dokumentation des \SpecialChar LaTeX
47359 -Pakets 
47360 \series bold
47361
47362 \begin_inset CommandInset href
47363 LatexCommand href
47364 name "lettrine"
47365 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47366 literal "false"
47367
47368 \end_inset
47369
47370
47371 \series default
47372  und ein 
47373 \begin_inset CommandInset href
47374 LatexCommand href
47375 name "Beispiel"
47376 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo-de.pdf"
47377 literal "false"
47378
47379 \end_inset
47380
47381
47382 \begin_inset Index idx
47383 status collapsed
47384
47385 \begin_layout Plain Layout
47386 \SpecialChar LaTeX
47387 -Pakete ! lettrine
47388 \end_layout
47389
47390 \end_inset
47391
47392
47393 \end_layout
47394
47395 \begin_layout Bibliography
47396 \begin_inset CommandInset bibitem
47397 LatexCommand bibitem
47398 key "listings"
47399 literal "true"
47400
47401 \end_inset
47402
47403 Dokumentation des \SpecialChar LaTeX
47404 -Pakets 
47405 \series bold
47406
47407 \begin_inset CommandInset href
47408 LatexCommand href
47409 name "listings"
47410 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
47411 literal "false"
47412
47413 \end_inset
47414
47415
47416 \series default
47417
47418 \begin_inset Index idx
47419 status collapsed
47420
47421 \begin_layout Plain Layout
47422 \SpecialChar LaTeX
47423 -Pakete ! listings
47424 \end_layout
47425
47426 \end_inset
47427
47428
47429 \end_layout
47430
47431 \begin_layout Bibliography
47432 \begin_inset CommandInset bibitem
47433 LatexCommand bibitem
47434 key "minted"
47435 literal "false"
47436
47437 \end_inset
47438
47439 Dokumentation des \SpecialChar LaTeX
47440 -Pakets 
47441 \series bold
47442
47443 \begin_inset CommandInset href
47444 LatexCommand href
47445 name "minted"
47446 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
47447 literal "false"
47448
47449 \end_inset
47450
47451
47452 \series default
47453
47454 \begin_inset Index idx
47455 status collapsed
47456
47457 \begin_layout Plain Layout
47458 \SpecialChar LaTeX
47459 -Pakete ! minted
47460 \end_layout
47461
47462 \end_inset
47463
47464
47465 \end_layout
47466
47467 \begin_layout Bibliography
47468 \begin_inset CommandInset bibitem
47469 LatexCommand bibitem
47470 key "marginnote"
47471 literal "true"
47472
47473 \end_inset
47474
47475 Dokumentation des \SpecialChar LaTeX
47476 -Pakets 
47477 \series bold
47478
47479 \begin_inset CommandInset href
47480 LatexCommand href
47481 name "marginnote"
47482 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
47483 literal "false"
47484
47485 \end_inset
47486
47487
47488 \series default
47489
47490 \begin_inset Index idx
47491 status collapsed
47492
47493 \begin_layout Plain Layout
47494 \SpecialChar LaTeX
47495 -Pakete ! marginnote
47496 \end_layout
47497
47498 \end_inset
47499
47500
47501 \end_layout
47502
47503 \begin_layout Bibliography
47504 \begin_inset CommandInset bibitem
47505 LatexCommand bibitem
47506 key "pdfpages"
47507 literal "true"
47508
47509 \end_inset
47510
47511 Dokumentation des \SpecialChar LaTeX
47512 -Pakets 
47513 \series bold
47514
47515 \begin_inset CommandInset href
47516 LatexCommand href
47517 name "pdfpages"
47518 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47519 literal "false"
47520
47521 \end_inset
47522
47523
47524 \series default
47525
47526 \begin_inset Index idx
47527 status collapsed
47528
47529 \begin_layout Plain Layout
47530 \SpecialChar LaTeX
47531 -Pakete ! pdfpages
47532 \end_layout
47533
47534 \end_inset
47535
47536
47537 \end_layout
47538
47539 \begin_layout Bibliography
47540 \begin_inset CommandInset bibitem
47541 LatexCommand bibitem
47542 key "prettyref"
47543 literal "true"
47544
47545 \end_inset
47546
47547 Dokumentation des \SpecialChar LaTeX
47548 -Pakets 
47549 \series bold
47550
47551 \begin_inset CommandInset href
47552 LatexCommand href
47553 name "prettyref"
47554 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47555 literal "false"
47556
47557 \end_inset
47558
47559
47560 \series default
47561
47562 \begin_inset Index idx
47563 status collapsed
47564
47565 \begin_layout Plain Layout
47566 \SpecialChar LaTeX
47567 -Pakete ! prettyref
47568 \end_layout
47569
47570 \end_inset
47571
47572
47573 \end_layout
47574
47575 \begin_layout Bibliography
47576 \begin_inset CommandInset bibitem
47577 LatexCommand bibitem
47578 key "pstricks"
47579 literal "true"
47580
47581 \end_inset
47582
47583 Webseite des \SpecialChar LaTeX
47584 -Pakets 
47585 \series bold
47586
47587 \begin_inset CommandInset href
47588 LatexCommand href
47589 name "PSTricks"
47590 target "http://tug.org/PSTricks/"
47591 literal "false"
47592
47593 \end_inset
47594
47595
47596 \series default
47597
47598 \begin_inset Index idx
47599 status collapsed
47600
47601 \begin_layout Plain Layout
47602 \SpecialChar LaTeX
47603 -Pakete ! pstricks
47604 \end_layout
47605
47606 \end_inset
47607
47608
47609 \end_layout
47610
47611 \begin_layout Bibliography
47612 \begin_inset CommandInset bibitem
47613 LatexCommand bibitem
47614 key "refstyle"
47615 literal "true"
47616
47617 \end_inset
47618
47619 Dokumentation des \SpecialChar LaTeX
47620 -Pakets 
47621 \series bold
47622
47623 \begin_inset CommandInset href
47624 LatexCommand href
47625 name "refstyle"
47626 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47627 literal "false"
47628
47629 \end_inset
47630
47631
47632 \series default
47633
47634 \begin_inset Index idx
47635 status collapsed
47636
47637 \begin_layout Plain Layout
47638 \SpecialChar LaTeX
47639 -Pakete ! refstyle
47640 \end_layout
47641
47642 \end_inset
47643
47644
47645 \end_layout
47646
47647 \begin_layout Bibliography
47648 \begin_inset CommandInset bibitem
47649 LatexCommand bibitem
47650 key "sidecap"
47651 literal "true"
47652
47653 \end_inset
47654
47655 Dokumentation des \SpecialChar LaTeX
47656 -Pakets 
47657 \series bold
47658
47659 \begin_inset CommandInset href
47660 LatexCommand href
47661 name "sidecap"
47662 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
47663 literal "false"
47664
47665 \end_inset
47666
47667
47668 \series default
47669
47670 \begin_inset Index idx
47671 status collapsed
47672
47673 \begin_layout Plain Layout
47674 \SpecialChar LaTeX
47675 -Pakete ! sidecap
47676 \end_layout
47677
47678 \end_inset
47679
47680
47681 \end_layout
47682
47683 \begin_layout Bibliography
47684 \begin_inset CommandInset bibitem
47685 LatexCommand bibitem
47686 key "Inkscape"
47687 literal "true"
47688
47689 \end_inset
47690
47691 Dokumentation der Option 
47692 \begin_inset CommandInset href
47693 LatexCommand href
47694 name "Text in PDF weglassen"
47695 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
47696 literal "false"
47697
47698 \end_inset
47699
47700  des Programms 
47701 \noun on
47702
47703 \begin_inset CommandInset href
47704 LatexCommand href
47705 name "Inkscape"
47706 target "https://inkscape.org"
47707 literal "false"
47708
47709 \end_inset
47710
47711
47712 \end_layout
47713
47714 \begin_layout Standard
47715 \begin_inset CommandInset index_print
47716 LatexCommand printindex
47717 type "idx"
47718 name "Stichwortverzeichnis"
47719 literal "false"
47720
47721 \end_inset
47722
47723
47724 \end_layout
47725
47726 \end_body
47727 \end_document