]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
Math.lyx: describe LaTeX-comment inset
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
32
33 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % ermöglicht das Berechnen von Werten
53 \usepackage{calc}
54
55 %Vergrößert den Teil der Seite, in dem Gleitobjekte
56 % unten angeordnet werden dürfen
57 \renewcommand{\bottomfraction}{0.5}
58
59 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % beschleunigt die Berechnung von langen Tabellen
63 \setcounter{LTchunksize}{100}
64
65 % wird für skalierte und rotierte Boxen benötigt
66 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
67
68 % wird bei farbigen Tabellen benutzt
69 \@ifundefined{textcolor}
70  {\usepackage{color}}{}
71 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
72 \definecolor{hellgrau}{gray}{0.8}
73
74 % testen ob paket colortbl installiert ist
75 % wird für farbige Tabellenzellen benutzt
76 \newboolean{colortbl}
77 \IfFileExists{colortbl.sty}
78  {\usepackage{colortbl}
79   \setboolean{colortbl}{true}}
80  {\setboolean{colortbl}{false}}
81
82 % wird bei farbigen Tabellenzeilen benutzt
83 \usepackage[table]{xcolor}
84
85 % wird benutzt, um Tabellenzellen zu vergrößern
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % wird fuer benutzerdefinierte Tabellen benutzt
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106 % Setzt einen zusaetzlichen Abstand von
107 % 1.5 mm zwischen Fussnoten
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
112 \numberwithin{algorithm}{chapter}
113
114
115 % ------------------------------------
116 % Prüfung auf benötigte LaTeXPakete
117 \usepackage{ifthen}
118
119 % Pruefung auf arydshln
120 % für Tabellen mit gestrichelten Linien
121 \newboolean{arydshln}
122 \IfFileExists{arydshln.sty}
123  {\usepackage{arydshln}
124   \setboolean{arydshln}{true}}
125  {\setboolean{arydshln}{false}}
126
127 % Prüfung auf marginnote
128 % für Randnotizen
129 \newboolean{marginnote}
130 \IfFileExists{marginnote.sty}
131  {\usepackage{marginnote}
132   \let\marginpar\marginnote
133   \setboolean{marginnote}{true}}
134  {\setboolean{marginnote}{false}}
135
136 % Prüfung auf sidecap
137 % für seitliche Beschriftungen
138 \newboolean{sidecap}
139 \IfFileExists{sidecap.sty}
140  {\usepackage{sidecap}
141   \setboolean{sidecap}{true}}
142  {\setboolean{sidecap}{false}}
143
144 % Prüfung auf picinpar
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % Prüfung auf lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % Prüfung auf diagbox
159 \newboolean{diagbox}
160 \IfFileExists{diagbox.sty}
161  {\usepackage{diagbox}
162   \setboolean{diagbox}{true}}
163  {\setboolean{diagbox}{false}}
164
165 % Damit der Index den Namen "Stichwortverzeichnis" erhält
166 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
167 \end_preamble
168 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
169 \use_default_options false
170 \begin_modules
171 initials
172 \end_modules
173 \maintain_unincluded_children false
174 \language ngerman
175 \language_package default
176 \inputencoding auto
177 \fontencoding global
178 \font_roman default
179 \font_sans default
180 \font_typewriter default
181 \font_math auto
182 \font_default_family default
183 \use_non_tex_fonts false
184 \font_sc false
185 \font_osf false
186 \font_sf_scale 100
187 \font_tt_scale 100
188 \graphics default
189 \default_output_format default
190 \output_sync 0
191 \bibtex_command default
192 \index_command default
193 \paperfontsize 12
194 \spacing single
195 \use_hyperref true
196 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
197 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
198 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
199 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
200 \pdf_bookmarks true
201 \pdf_bookmarksnumbered true
202 \pdf_bookmarksopen true
203 \pdf_bookmarksopenlevel 1
204 \pdf_breaklinks false
205 \pdf_pdfborder false
206 \pdf_colorlinks true
207 \pdf_backref false
208 \pdf_pdfusetitle false
209 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
210 \papersize a4paper
211 \use_geometry false
212 \use_package amsmath 2
213 \use_package amssymb 2
214 \use_package cancel 0
215 \use_package esint 0
216 \use_package mathdots 1
217 \use_package mathtools 0
218 \use_package mhchem 1
219 \use_package stackrel 0
220 \use_package stmaryrd 0
221 \use_package undertilde 0
222 \cite_engine basic
223 \cite_engine_type default
224 \biblio_style plain
225 \use_bibtopic false
226 \use_indices false
227 \paperorientation portrait
228 \suppress_date false
229 \justification true
230 \use_refstyle 0
231 \notefontcolor #0000ff
232 \index Stichwortverzeichnis
233 \shortcut idx
234 \color #008000
235 \end_index
236 \secnumdepth 3
237 \tocdepth 3
238 \paragraph_separation skip
239 \defskip medskip
240 \quotes_language german
241 \papercolumns 1
242 \papersides 2
243 \paperpagestyle default
244 \tracking_changes false
245 \output_changes false
246 \html_math_output 0
247 \html_css_as_file 0
248 \html_be_strict false
249 \end_header
250
251 \begin_body
252
253 \begin_layout Title
254 Das LyX-Handbuch der Einfügungen:
255 \begin_inset Newline newline
256 \end_inset
257
258  
259 \size larger
260 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
261 \end_layout
262
263 \begin_layout Author
264 vom LyX Team
265 \begin_inset Foot
266 status open
267
268 \begin_layout Plain Layout
269 \noindent
270
271 \size normal
272 Übersetzung und Bearbeitung: Hartmut Haase
273 \size default
274  (
275 \noun on
276 HHa
277 \noun default
278 , bis März 2010), Uwe Stöhr
279 \begin_inset Newline newline
280 \end_inset
281
282 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
283  bitte an: 
284 \begin_inset CommandInset href
285 LatexCommand href
286 name "lyx-docs@lists.lyx.org"
287 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
288 type "mailto:"
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.0.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 LaTeX-Pakte 
336 \series bold
337 arydshln
338 \series default
339
340 \series bold
341 colortbl
342 \series default
343
344 \series bold
345 diagbox, lettrine, marginnote, picinpar
346 \series default
347  und 
348 \series bold
349 sidecap
350 \series default
351 .
352  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
353  denen sie benötigt werden.
354 \end_layout
355
356 \begin_layout Plain Layout
357 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
358  hier finden:
359 \begin_inset Newline newline
360 \end_inset
361
362
363 \series bold
364 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
365 \end_layout
366
367 \end_inset
368
369
370 \end_layout
371
372 \begin_layout Chapter
373 Abbildungen
374 \begin_inset Index idx
375 status collapsed
376
377 \begin_layout Plain Layout
378 Abbildungen
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Section
387 Grafik-Dialog
388 \begin_inset Index idx
389 status collapsed
390
391 \begin_layout Plain Layout
392 Abbildungen ! Grafik-Dialog
393 \end_layout
394
395 \end_inset
396
397
398 \begin_inset CommandInset label
399 LatexCommand label
400 name "abs:Grafik-Dialog"
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
409  
410 \begin_inset Info
411 type  "icon"
412 arg   "dialog-show-new-inset graphics"
413 \end_inset
414
415  in der Werkzeugleiste oder wählen das Menü 
416 \family sans
417 Einfügen\SpecialChar \menuseparator
418 Grafik
419 \family default
420 .
421  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
422  
423 \family sans
424 Durchsuchen
425 \family default
426  eingeben können.
427  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
428  an der Sie sie eingefügt haben.
429 \end_layout
430
431 \begin_layout Standard
432 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
433  klicken.
434  Der Dialog hat drei Karteikarten:
435 \end_layout
436
437 \begin_layout Description
438
439 \family sans
440 Grafik
441 \family default
442  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
443  Version festlegen.
444  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
445 \begin_inset space ~
446 \end_inset
447
448
449 \begin_inset CommandInset ref
450 LatexCommand ref
451 reference "kap:In-LyX-verfügbare"
452
453 \end_inset
454
455  erklärt.
456 \begin_inset Newline newline
457 \end_inset
458
459
460 \begin_inset Index idx
461 status collapsed
462
463 \begin_layout Plain Layout
464 Abbildungen ! rotierte
465 \end_layout
466
467 \end_inset
468
469 Sie können Abbildungen durch Angabe eines 
470 \family sans
471 Winkel
472 \family default
473
474 \begin_inset space ~
475 \end_inset
476
477
478 \family sans
479 (Grad)
480 \family default
481  und Festlegung eines 
482 \family sans
483 Drehpunktes
484 \family default
485  drehen.
486  Negative Winkel drehen im Uhrzeigersinn.
487  Die Abbildung wird auch in LyX gedreht.
488 \begin_inset Newline newline
489 \end_inset
490
491
492 \begin_inset Index idx
493 status collapsed
494
495 \begin_layout Plain Layout
496 Abbildungen ! skalierte
497 \end_layout
498
499 \end_inset
500
501 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
502  oder Höhe und Breite definiert.
503  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
504  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
505  wobei sie möglicherweise verzerrt wird.
506  Um das zu vermeiden, sollten Sie 
507 \family sans
508 Seitenverhältnis
509 \begin_inset space ~
510 \end_inset
511
512 beibehalten
513 \family default
514  ankreuzen.
515  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
516  und Breite nicht überschritten werden.
517 \begin_inset Newline newline
518 \end_inset
519
520 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
521 nden Kontext-Menü 
522 \family sans
523 Datei extern bearbeiten
524 \family default
525  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
526  öffnen.
527  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
528 \family sans
529 Datei-Handhabung\SpecialChar \menuseparator
530 Dateiformate
531 \family default
532  festgelegt werden.
533 \end_layout
534
535 \begin_layout Description
536
537 \family sans
538 Ausschnitt
539 \family default
540  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
541  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
542  Wenn Sie auf 
543 \family sans
544 Lese
545 \begin_inset space ~
546 \end_inset
547
548 aus
549 \begin_inset space ~
550 \end_inset
551
552 Datei
553 \family default
554  klicken, werden die Koordinaten automatisch berechnet.
555  Die Option 
556 \family sans
557 Auf
558 \begin_inset space ~
559 \end_inset
560
561 Begrenzungsbox
562 \begin_inset space ~
563 \end_inset
564
565 zuschneiden
566 \family default
567  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
568  Koordinaten liegt.
569  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
570  diese Karteikarte ignorieren.
571 \end_layout
572
573 \begin_layout Description
574
575 \family sans
576 LaTeX-
577 \begin_inset space ~
578 \end_inset
579
580 und
581 \begin_inset space ~
582 \end_inset
583
584 LyX-Optionen
585 \family default
586  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
587  LaTeX-Experten können weitere LaTeX-Optionen definieren.
588 \begin_inset Newline newline
589 \end_inset
590
591 Ist die Option 
592 \family sans
593 Entwurfsmodus 
594 \family default
595 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
596  darin gedruckt.
597 \begin_inset Newline newline
598 \end_inset
599
600 Die Option 
601 \family sans
602 Beim
603 \begin_inset space ~
604 \end_inset
605
606 Exportieren
607 \begin_inset space ~
608 \end_inset
609
610 nicht
611 \begin_inset space ~
612 \end_inset
613
614 entpacken
615 \family default
616  betrifft nur gepackte EPS-Dateien, zum Beispiel 
617 \emph on
618 x.eps.gz
619 \emph default
620 .
621  LaTeX kann so mit ihnen umgehen.
622 \begin_inset Newline newline
623 \end_inset
624
625 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
626  wählen, siehe Anhang
627 \begin_inset space ~
628 \end_inset
629
630
631 \begin_inset CommandInset ref
632 LatexCommand ref
633 reference "abs:PostScript"
634
635 \end_inset
636
637 .
638  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
639 \begin_inset Newline newline
640 \end_inset
641
642
643 \series bold
644 gzip x.eps
645 \begin_inset Newline newline
646 \end_inset
647
648 zgrep %%Bounding x.eps.gz > x.eps.bb
649 \series default
650
651 \begin_inset Newline newline
652 \end_inset
653
654 Der zweite Befehl erzeugt die Begrenzungsbox 
655 \begin_inset Quotes gld
656 \end_inset
657
658 x.eps.bb
659 \begin_inset Quotes grd
660 \end_inset
661
662 , die LaTeX für gepackte Abbildungen benötigt.
663 \begin_inset Newline newline
664 \end_inset
665
666 Im Abschnitt 
667 \family sans
668 Grafikgruppe
669 \family default
670  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
671 n.
672 \begin_inset Index idx
673 status collapsed
674
675 \begin_layout Plain Layout
676 Abbildungen ! Einstellungsgruppen
677 \end_layout
678
679 \end_inset
680
681  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
682  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
683  der Gruppe geändert werden.
684  Damit kann man z.B.
685 \begin_inset space ~
686 \end_inset
687
688 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
689  Bild tun zu müssen.
690  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
691  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
692 \end_layout
693
694 \begin_layout Standard
695 \begin_inset VSpace bigskip
696 \end_inset
697
698
699 \end_layout
700
701 \begin_layout Standard
702 Hier ist eine zentrierte EPS-Abbildung
703 \begin_inset Foot
704 status collapsed
705
706 \begin_layout Plain Layout
707 Abbildungsformate sind in Abschnitt
708 \begin_inset space ~
709 \end_inset
710
711
712 \begin_inset CommandInset ref
713 LatexCommand ref
714 reference "abs:Bildformate"
715
716 \end_inset
717
718  beschrieben.
719 \end_layout
720
721 \end_inset
722
723  in einem eigenen Absatz:
724 \end_layout
725
726 \begin_layout Standard
727 \align center
728 \begin_inset Graphics
729         filename ../clipart/mobius.eps
730         scale 70
731         scaleBeforeRotation
732         rotateOrigin center
733
734 \end_inset
735
736
737 \end_layout
738
739 \begin_layout Standard
740 \noindent
741 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
742 \end_layout
743
744 \begin_layout Standard
745 \align center
746 \begin_inset Graphics
747         filename ../clipart/mobius.eps
748         scale 70
749         draft
750         scaleBeforeRotation
751         rotateOrigin center
752
753 \end_inset
754
755
756 \end_layout
757
758 \begin_layout Section
759 Gleitende Abbildungen
760 \begin_inset CommandInset label
761 LatexCommand label
762 name "abs:Gleitende-Abbildungen"
763
764 \end_inset
765
766
767 \begin_inset Index idx
768 status collapsed
769
770 \begin_layout Plain Layout
771 Abbildungen ! gleitende
772 \end_layout
773
774 \end_inset
775
776
777 \begin_inset Index idx
778 status collapsed
779
780 \begin_layout Plain Layout
781 Gleitobjekte ! Abbildungen
782 \end_layout
783
784 \end_inset
785
786
787 \end_layout
788
789 \begin_layout Standard
790 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
791 \begin_inset space ~
792 \end_inset
793
794
795 \begin_inset CommandInset ref
796 LatexCommand ref
797 reference "abs:Gleitobjekte-Einleitung"
798
799 \end_inset
800
801 .
802 \end_layout
803
804 \begin_layout Standard
805 Wenn Sie auf das Werkzeugleisten-Symbol 
806 \begin_inset Info
807 type  "icon"
808 arg   "float-insert figure"
809 \end_inset
810
811  klicken oder 
812 \family sans
813 Einfügen\SpecialChar \menuseparator
814 Gleit\SpecialChar \-
815 objekt\SpecialChar \menuseparator
816 Abbildung
817 \family default
818  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
819  In das rot umrahmte Feld rechts von 
820 \emph on
821 Abbildung
822 \begin_inset space ~
823 \end_inset
824
825 Nr:
826 \emph default
827  schreiben Sie die Bildbeschriftung.
828  Nach einem Klick oberhalb oder unterhalb von 
829 \emph on
830 Abbildung
831 \begin_inset space ~
832 \end_inset
833
834 Nr:
835 \emph default
836  können Sie dann eine Abbildung wie 
837 \begin_inset CommandInset ref
838 LatexCommand ref
839 reference "abb:kill-plat"
840
841 \end_inset
842
843  oberhalb oder wie Abbildung
844 \begin_inset space ~
845 \end_inset
846
847
848 \begin_inset CommandInset ref
849 LatexCommand ref
850 reference "abb:escher"
851
852 \end_inset
853
854  unterhalb der Bildbeschriftung einfügen.
855  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
856 \begin_inset space ~
857 \end_inset
858
859
860 \begin_inset CommandInset ref
861 LatexCommand ref
862 reference "abs:Titel-Platzierung"
863
864 \end_inset
865
866 .
867 \end_layout
868
869 \begin_layout Standard
870 \begin_inset Float figure
871 wide false
872 sideways false
873 status open
874
875 \begin_layout Plain Layout
876 \align center
877 \begin_inset Graphics
878         filename ../clipart/platypus.eps
879         width 50col%
880         scaleBeforeRotation
881         rotateOrigin center
882
883 \end_inset
884
885
886 \end_layout
887
888 \begin_layout Plain Layout
889 \begin_inset Caption Standard
890
891 \begin_layout Plain Layout
892 \begin_inset CommandInset label
893 LatexCommand label
894 name "abb:kill-plat"
895
896 \end_inset
897
898 Platypus in einem Gleitobjekt
899 \end_layout
900
901 \end_inset
902
903
904 \end_layout
905
906 \end_inset
907
908
909 \end_layout
910
911 \begin_layout Standard
912 \begin_inset Float figure
913 wide false
914 sideways false
915 status open
916
917 \begin_layout Plain Layout
918 \begin_inset Caption Standard
919
920 \begin_layout Plain Layout
921 \begin_inset CommandInset label
922 LatexCommand label
923 name "abb:escher"
924
925 \end_inset
926
927 M.C.
928  Escher
929 \end_layout
930
931 \end_inset
932
933
934 \end_layout
935
936 \begin_layout Plain Layout
937 \align center
938 \begin_inset Graphics
939         filename ../clipart/escher-lsd.eps
940         scale 80
941         scaleBeforeRotation
942         rotateOrigin center
943
944 \end_inset
945
946
947 \end_layout
948
949 \end_inset
950
951
952 \end_layout
953
954 \begin_layout Standard
955 \begin_inset Index idx
956 status collapsed
957
958 \begin_layout Plain Layout
959 Querverweise ! auf Abbildungen
960 \end_layout
961
962 \end_inset
963
964 Abbildung
965 \begin_inset space ~
966 \end_inset
967
968
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "abb:kill-plat"
972
973 \end_inset
974
975  und 
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "abb:escher"
979
980 \end_inset
981
982  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
983  Dafür fügen Sie in der Beschriftung mit 
984 \family sans
985 Einfügen\SpecialChar \menuseparator
986 Marke
987 \family default
988  oder durch Klicken auf 
989 \begin_inset Info
990 type  "icon"
991 arg   "label-insert"
992 \end_inset
993
994  eine Marke ein.
995  Auf diese können Sie dann wie gewohnt mit 
996 \family sans
997 Einfügen\SpecialChar \menuseparator
998 Querverweis
999 \family default
1000  oder durch Klicken auf 
1001 \family sans
1002
1003 \begin_inset Info
1004 type  "icon"
1005 arg   "dialog-show-new-inset ref"
1006 \end_inset
1007
1008
1009 \family default
1010  verweisen.
1011  Das ist besser als eine vage Formulierung wie 
1012 \begin_inset Quotes gld
1013 \end_inset
1014
1015 die obige Abbildung
1016 \begin_inset Quotes grd
1017 \end_inset
1018
1019  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1020  erscheint, und das muss nicht 
1021 \emph on
1022 oben
1023 \emph default
1024  sein.
1025  Verweise werden detailliert in Abschnitt
1026 \begin_inset space ~
1027 \end_inset
1028
1029
1030 \begin_inset CommandInset ref
1031 LatexCommand ref
1032 reference "abs:Auf-Gleitobjekte-verweisen"
1033
1034 \end_inset
1035
1036  beschrieben.
1037 \end_layout
1038
1039 \begin_layout Standard
1040 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1041  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1042  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1043  Gleitabbildung einfügt.
1044  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1045  Abbildung
1046 \begin_inset space ~
1047 \end_inset
1048
1049
1050 \begin_inset CommandInset ref
1051 LatexCommand ref
1052 reference "abb:Zwei-Teilabbildungen"
1053
1054 \end_inset
1055
1056  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1057  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1058  Gleitabbildung auf Eingabe drücken.
1059  Abbildung
1060 \begin_inset space ~
1061 \end_inset
1062
1063
1064 \begin_inset CommandInset ref
1065 LatexCommand ref
1066 reference "abb:Undefinierbar"
1067
1068 \end_inset
1069
1070  und 
1071 \begin_inset CommandInset ref
1072 LatexCommand ref
1073 reference "abb:Ein-Schnabeltier"
1074
1075 \end_inset
1076
1077  sind die Teilabbildungen.
1078 \end_layout
1079
1080 \begin_layout Standard
1081 \begin_inset Float figure
1082 wide false
1083 sideways false
1084 status open
1085
1086 \begin_layout Plain Layout
1087 \begin_inset space \hfill{}
1088 \end_inset
1089
1090
1091 \begin_inset Float figure
1092 wide false
1093 sideways false
1094 status collapsed
1095
1096 \begin_layout Plain Layout
1097 \begin_inset Caption Standard
1098
1099 \begin_layout Plain Layout
1100 \begin_inset CommandInset label
1101 LatexCommand label
1102 name "abb:Undefinierbar"
1103
1104 \end_inset
1105
1106 Undefinierbar
1107 \end_layout
1108
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \begin_layout Plain Layout
1115 \begin_inset Graphics
1116         filename ../clipart/escher-lsd.eps
1117         width 35col%
1118         scaleBeforeRotation
1119         groupId Teilabbildung
1120
1121 \end_inset
1122
1123
1124 \end_layout
1125
1126 \end_inset
1127
1128
1129 \begin_inset space \hfill{}
1130 \end_inset
1131
1132
1133 \begin_inset Float figure
1134 wide false
1135 sideways false
1136 status collapsed
1137
1138 \begin_layout Plain Layout
1139 \begin_inset Caption Standard
1140
1141 \begin_layout Plain Layout
1142 \begin_inset CommandInset label
1143 LatexCommand label
1144 name "abb:Ein-Schnabeltier"
1145
1146 \end_inset
1147
1148 Ein Schnabeltier
1149 \end_layout
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \begin_layout Plain Layout
1157 \begin_inset Graphics
1158         filename ../clipart/platypus.eps
1159         width 35col%
1160         scaleBeforeRotation
1161         groupId Teilabbildung
1162
1163 \end_inset
1164
1165
1166 \end_layout
1167
1168 \end_inset
1169
1170
1171 \begin_inset space \hfill{}
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \begin_layout Plain Layout
1178 \begin_inset Caption Standard
1179
1180 \begin_layout Plain Layout
1181 \begin_inset CommandInset label
1182 LatexCommand label
1183 name "abb:Zwei-Teilabbildungen"
1184
1185 \end_inset
1186
1187 Zwei Teilabbildungen nebeneinander.
1188  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1189 \begin_inset Quotes gld
1190 \end_inset
1191
1192 Teilabbildung
1193 \begin_inset Quotes grd
1194 \end_inset
1195
1196  an.
1197 \end_layout
1198
1199 \end_inset
1200
1201
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \begin_layout Section
1210 Bildformate
1211 \begin_inset CommandInset label
1212 LatexCommand label
1213 name "abs:Bildformate"
1214
1215 \end_inset
1216
1217
1218 \begin_inset Index idx
1219 status collapsed
1220
1221 \begin_layout Plain Layout
1222 Abbildungen ! Bildformate
1223 \end_layout
1224
1225 \end_inset
1226
1227
1228 \end_layout
1229
1230 \begin_layout Standard
1231 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1232  Aber wie in Anhang
1233 \begin_inset space ~
1234 \end_inset
1235
1236
1237 \begin_inset CommandInset ref
1238 LatexCommand ref
1239 reference "kap:Ausgabedatei-Formate"
1240
1241 \end_inset
1242
1243  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1244  LyX benutzt im Hintergrund das Programm
1245 \family typewriter
1246  ImageMagick
1247 \family default
1248 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1249  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1250  vermeiden.
1251  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1252  werden können.
1253  Diese Formate werden in Anhang
1254 \begin_inset space ~
1255 \end_inset
1256
1257
1258 \begin_inset CommandInset ref
1259 LatexCommand ref
1260 reference "kap:Ausgabedatei-Formate"
1261
1262 \end_inset
1263
1264  beschrieben.
1265 \end_layout
1266
1267 \begin_layout Standard
1268 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1269 \end_layout
1270
1271 \begin_layout Description
1272 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1273  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1274  
1275 \emph on
1276 pixelig
1277 \emph default
1278  aus.
1279  Bekannte Pixel-Formate sind 
1280 \begin_inset Quotes gld
1281 \end_inset
1282
1283 Graphics Interchange Format
1284 \begin_inset Quotes grd
1285 \end_inset
1286
1287  (GIF, Dateiendung
1288 \family typewriter
1289  
1290 \family default
1291
1292 \begin_inset Quotes gld
1293 \end_inset
1294
1295
1296 \family typewriter
1297 .gif
1298 \family default
1299
1300 \begin_inset Quotes grd
1301 \end_inset
1302
1303 )
1304 \begin_inset Index idx
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308 GIF
1309 \end_layout
1310
1311 \end_inset
1312
1313
1314 \begin_inset Quotes gld
1315 \end_inset
1316
1317 Portable Network Graphics
1318 \begin_inset Quotes grd
1319 \end_inset
1320
1321  (PNG, Dateiendung 
1322 \begin_inset Quotes gld
1323 \end_inset
1324
1325
1326 \family typewriter
1327 .png
1328 \family default
1329
1330 \begin_inset Quotes grd
1331 \end_inset
1332
1333 )
1334 \begin_inset Index idx
1335 status collapsed
1336
1337 \begin_layout Plain Layout
1338 PNG
1339 \end_layout
1340
1341 \end_inset
1342
1343
1344 \begin_inset Quotes gld
1345 \end_inset
1346
1347 Joint Photographic Experts Group
1348 \begin_inset Quotes grd
1349 \end_inset
1350
1351  (JPEG, Dateiendung
1352 \family typewriter
1353  
1354 \family default
1355
1356 \begin_inset Quotes gld
1357 \end_inset
1358
1359
1360 \family typewriter
1361 .jpg
1362 \family default
1363
1364 \begin_inset Quotes grd
1365 \end_inset
1366
1367  oder 
1368 \begin_inset Quotes gld
1369 \end_inset
1370
1371
1372 \family typewriter
1373 .jpeg
1374 \family default
1375
1376 \begin_inset Quotes grd
1377 \end_inset
1378
1379 )
1380 \begin_inset Index idx
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384 JPG, JPEG
1385 \end_layout
1386
1387 \end_inset
1388
1389  und 
1390 \begin_inset Quotes gld
1391 \end_inset
1392
1393 Windows Bitmap
1394 \begin_inset Quotes grd
1395 \end_inset
1396
1397  (BMP, Dateiendung 
1398 \begin_inset Quotes gld
1399 \end_inset
1400
1401
1402 \family typewriter
1403 .bmp
1404 \family default
1405
1406 \begin_inset Quotes grd
1407 \end_inset
1408
1409 )
1410 \begin_inset Index idx
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 BMP
1415 \end_layout
1416
1417 \end_inset
1418
1419 .
1420 \end_layout
1421
1422 \begin_layout Description
1423 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1424  auf jede beliebige Größe skaliert werden.
1425  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1426  zoomen zu können.
1427 \begin_inset Newline newline
1428 \end_inset
1429
1430 Bekannte Formate sind 
1431 \begin_inset Quotes gld
1432 \end_inset
1433
1434 Scalable Vector Graphics
1435 \begin_inset Quotes grd
1436 \end_inset
1437
1438  (SVG, Dateiendung
1439 \family typewriter
1440  
1441 \family default
1442
1443 \begin_inset Quotes gld
1444 \end_inset
1445
1446
1447 \family typewriter
1448 .svg
1449 \family default
1450
1451 \begin_inset Quotes grd
1452 \end_inset
1453
1454 )
1455 \begin_inset Index idx
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459 SVG
1460 \end_layout
1461
1462 \end_inset
1463
1464
1465 \begin_inset Quotes gld
1466 \end_inset
1467
1468 Encapsulated PostScript
1469 \begin_inset Quotes grd
1470 \end_inset
1471
1472  (EPS, Dateiendung 
1473 \begin_inset Quotes gld
1474 \end_inset
1475
1476
1477 \family typewriter
1478 .eps
1479 \family default
1480
1481 \begin_inset Quotes grd
1482 \end_inset
1483
1484 )
1485 \begin_inset Index idx
1486 status collapsed
1487
1488 \begin_layout Plain Layout
1489 EPS
1490 \end_layout
1491
1492 \end_inset
1493
1494
1495 \begin_inset Quotes gld
1496 \end_inset
1497
1498 Portable Document Format
1499 \begin_inset Quotes grd
1500 \end_inset
1501
1502  (PDF, Dateiendung
1503 \family typewriter
1504  
1505 \family default
1506
1507 \begin_inset Quotes gld
1508 \end_inset
1509
1510
1511 \family typewriter
1512 .pdf
1513 \family default
1514
1515 \begin_inset Quotes grd
1516 \end_inset
1517
1518 )
1519 \begin_inset Index idx
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 PDF
1524 \end_layout
1525
1526 \end_inset
1527
1528  und 
1529 \begin_inset Quotes gld
1530 \end_inset
1531
1532 Windows Metafile
1533 \begin_inset Quotes grd
1534 \end_inset
1535
1536  (WMF, Dateiendung 
1537 \begin_inset Quotes gld
1538 \end_inset
1539
1540
1541 \family typewriter
1542 .wmf
1543 \family default
1544
1545 \begin_inset Quotes grd
1546 \end_inset
1547
1548 )
1549 \begin_inset Index idx
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 WMF
1554 \end_layout
1555
1556 \end_inset
1557
1558 .
1559 \end_layout
1560
1561 \begin_layout Standard
1562 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1563  das Ergebnis ist immer noch ein Pixelbild.
1564  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1565  hinzugefügt.
1566 \begin_inset Foot
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570 Bei PDF wird das Originalbild auch noch komprimiert.
1571 \end_layout
1572
1573 \end_inset
1574
1575  Die PDF-Dateien, die 
1576 \family typewriter
1577 Adobe Photoshop
1578 \family default
1579  erzeugt, sind zum Beispiel Pixelbilder.
1580 \end_layout
1581
1582 \begin_layout Standard
1583 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1584  umgekehrt.
1585  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1586  eingefügt werden.
1587  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1588  erzeugt wird, weil es zur Zeit keine WMF/SVG
1589 \begin_inset Formula $\to$
1590 \end_inset
1591
1592 PDF/EPS Konverter gibt.
1593 \end_layout
1594
1595 \begin_layout Chapter
1596 Tabellen
1597 \begin_inset Index idx
1598 status collapsed
1599
1600 \begin_layout Plain Layout
1601 Tabellen
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \begin_layout Section
1610 Einführung
1611 \begin_inset Index idx
1612 status collapsed
1613
1614 \begin_layout Plain Layout
1615 Tabellen ! Einführung
1616 \end_layout
1617
1618 \end_inset
1619
1620
1621 \end_layout
1622
1623 \begin_layout Standard
1624 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1625 \begin_inset Info
1626 type  "icon"
1627 arg   "tabular-insert"
1628 \end_inset
1629
1630  oder das Menü 
1631 \family sans
1632 Einfügen\SpecialChar \menuseparator
1633 Tabelle
1634 \family default
1635  einfügen.
1636  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1637 \begin_inset space \thinspace{}
1638 \end_inset
1639
1640 -Tabelle.
1641  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1642  und die Größe der dunkelblauen Tabelle angezeigt.
1643  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1644  ein.
1645  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1646  Spaltenanzahl festlegen können.
1647 \end_layout
1648
1649 \begin_layout Standard
1650 In der so erstellten Tabelle ist jede Zelle umrandet.
1651  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1652  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1653  die zweite Zeile eine Linie oberhalb haben.
1654  Hier ist ein Beispiel:
1655 \end_layout
1656
1657 \begin_layout Standard
1658 \align center
1659 \begin_inset Tabular
1660 <lyxtabular version="3" rows="5" columns="4">
1661 <features rotate="0" tabularvalignment="middle">
1662 <column alignment="center" valignment="top">
1663 <column alignment="center" valignment="top">
1664 <column alignment="center" valignment="top">
1665 <column alignment="center" valignment="top">
1666 <row>
1667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1668 \begin_inset Text
1669
1670 \begin_layout Plain Layout
1671
1672 \end_layout
1673
1674 \end_inset
1675 </cell>
1676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1677 \begin_inset Text
1678
1679 \begin_layout Plain Layout
1680
1681 \family roman
1682 \series medium
1683 \shape up
1684 \size normal
1685 \emph off
1686 \bar no
1687 \noun off
1688 \color none
1689 1
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698 2
1699 \end_layout
1700
1701 \end_inset
1702 </cell>
1703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Plain Layout
1707 3
1708 \end_layout
1709
1710 \end_inset
1711 </cell>
1712 </row>
1713 <row>
1714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1715 \begin_inset Text
1716
1717 \begin_layout Plain Layout
1718
1719 \family roman
1720 \series medium
1721 \shape up
1722 \size normal
1723 \emph off
1724 \bar no
1725 \noun off
1726 \color none
1727 A
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 </row>
1760 <row>
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765
1766 \family roman
1767 \series medium
1768 \shape up
1769 \size normal
1770 \emph off
1771 \bar no
1772 \noun off
1773 \color none
1774 B
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 </row>
1807 <row>
1808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \family roman
1814 \series medium
1815 \shape up
1816 \size normal
1817 \emph off
1818 \bar no
1819 \noun off
1820 \color none
1821 C
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 </row>
1854 <row>
1855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859 D
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 </row>
1892 </lyxtabular>
1893
1894 \end_inset
1895
1896
1897 \end_layout
1898
1899 \begin_layout Section
1900 Tabellen-Dialog
1901 \begin_inset Index idx
1902 status collapsed
1903
1904 \begin_layout Plain Layout
1905 Tabellen ! Einstellungen
1906 \end_layout
1907
1908 \end_inset
1909
1910
1911 \end_layout
1912
1913 \begin_layout Standard
1914 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1915  Maustaste draufklicken.
1916  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1917 \family sans
1918 Einstellungen
1919 \family default
1920  steht.
1921  Ein Klick darauf öffnet den Tabellen-Dialog.
1922  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1923  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1924  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1925  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1926  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1927  Auswahl.
1928  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1929 \emph on
1930 Inhalt
1931 \emph default
1932  einer Zelle oder die Zelle selber ausgewählt haben.
1933 \begin_inset Newline newline
1934 \end_inset
1935
1936 Mit der Dialog-Option 
1937 \family sans
1938 Direkt
1939 \begin_inset space ~
1940 \end_inset
1941
1942 übernehmen
1943 \family default
1944  wird jede Änderung, die Sie machen, direkt übernommen.
1945  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1946  dann auch die Parameter der neuen Zelle an.
1947  Wenn Sie Längenwerte im Dialog ändern, müssen Sie Enter drücken, um die
1948  Änderung zu übernehmen.
1949 \begin_inset Newline newline
1950 \end_inset
1951
1952 Der Tabellen-Dialog hat folgende Karteikarten:
1953 \end_layout
1954
1955 \begin_layout Description
1956
1957 \family sans
1958 Tabellen-Einstellungen
1959 \family default
1960  Hier können Sie die Horizontale
1961 \begin_inset space ~
1962 \end_inset
1963
1964 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1965  Die Ausrichtung 
1966 \family sans
1967 Am
1968 \begin_inset space ~
1969 \end_inset
1970
1971 Dezimaltrenner
1972 \family default
1973  ist in Abschnitt
1974 \begin_inset space ~
1975 \end_inset
1976
1977
1978 \begin_inset CommandInset ref
1979 LatexCommand ref
1980 reference "uab:Besondere-Zellenausrichtung"
1981
1982 \end_inset
1983
1984  beschrieben.
1985  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1986 \begin_inset space ~
1987 \end_inset
1988
1989 Ausrichtung der momentanen Zeile wählen.
1990  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1991  Absätze haben, wie in Abschnitt
1992 \begin_inset space ~
1993 \end_inset
1994
1995
1996 \begin_inset CommandInset ref
1997 LatexCommand ref
1998 reference "uab:Mehrfache-Zeilen-in"
1999
2000 \end_inset
2001
2002  beschrieben.
2003  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2004 \begin_inset Newline newline
2005 \end_inset
2006
2007 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2008  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2009 \begin_inset space ~
2010 \end_inset
2011
2012
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "uab:Mehrfachspalten"
2016
2017 \end_inset
2018
2019  und 
2020 \begin_inset CommandInset ref
2021 LatexCommand ref
2022 reference "uab:Mehrfachzeilen"
2023
2024 \end_inset
2025
2026  beschrieben.
2027 \begin_inset Newline newline
2028 \end_inset
2029
2030 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2031  den Uhrzeigersinn um 90° drehen.
2032  LyX zeigt diese Drehung nur in der Ausgabe.
2033  Für weitere Informationen siehe Abschnitt
2034 \begin_inset space ~
2035 \end_inset
2036
2037
2038 \begin_inset CommandInset ref
2039 LatexCommand ref
2040 reference "abs:Rotierte-Tabellenzellen"
2041
2042 \end_inset
2043
2044 .
2045 \begin_inset Newline newline
2046 \end_inset
2047
2048
2049 \begin_inset Note Greyedout
2050 status open
2051
2052 \begin_layout Plain Layout
2053
2054 \series bold
2055 Achtung:
2056 \series default
2057  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2058 \end_layout
2059
2060 \end_inset
2061
2062
2063 \begin_inset Newline newline
2064 \end_inset
2065
2066 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2067  Textzeilen verwendet:
2068 \begin_inset Newline newline
2069 \end_inset
2070
2071 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2072 \begin_inset Tabular
2073 <lyxtabular version="3" rows="2" columns="2">
2074 <features rotate="0" tabularvalignment="top">
2075 <column alignment="center" valignment="top" width="0pt">
2076 <column alignment="center" valignment="top">
2077 <row>
2078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2079 \begin_inset Text
2080
2081 \begin_layout Plain Layout
2082
2083 \end_layout
2084
2085 \end_inset
2086 </cell>
2087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2088 \begin_inset Text
2089
2090 \begin_layout Plain Layout
2091 1
2092 \end_layout
2093
2094 \end_inset
2095 </cell>
2096 </row>
2097 <row>
2098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2099 \begin_inset Text
2100
2101 \begin_layout Plain Layout
2102 A
2103 \end_layout
2104
2105 \end_inset
2106 </cell>
2107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2108 \begin_inset Text
2109
2110 \begin_layout Plain Layout
2111
2112 \end_layout
2113
2114 \end_inset
2115 </cell>
2116 </row>
2117 </lyxtabular>
2118
2119 \end_inset
2120
2121  
2122 \begin_inset Tabular
2123 <lyxtabular version="3" rows="2" columns="2">
2124 <features rotate="0" tabularvalignment="middle">
2125 <column alignment="center" valignment="top">
2126 <column alignment="center" valignment="top">
2127 <row>
2128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2129 \begin_inset Text
2130
2131 \begin_layout Plain Layout
2132
2133 \end_layout
2134
2135 \end_inset
2136 </cell>
2137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2138 \begin_inset Text
2139
2140 \begin_layout Plain Layout
2141 1
2142 \end_layout
2143
2144 \end_inset
2145 </cell>
2146 </row>
2147 <row>
2148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2149 \begin_inset Text
2150
2151 \begin_layout Plain Layout
2152 A
2153 \end_layout
2154
2155 \end_inset
2156 </cell>
2157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2158 \begin_inset Text
2159
2160 \begin_layout Plain Layout
2161
2162 \end_layout
2163
2164 \end_inset
2165 </cell>
2166 </row>
2167 </lyxtabular>
2168
2169 \end_inset
2170
2171  
2172 \begin_inset Tabular
2173 <lyxtabular version="3" rows="2" columns="2">
2174 <features rotate="0" tabularvalignment="bottom">
2175 <column alignment="center" valignment="top" width="0pt">
2176 <column alignment="center" valignment="top">
2177 <row>
2178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2179 \begin_inset Text
2180
2181 \begin_layout Plain Layout
2182
2183 \end_layout
2184
2185 \end_inset
2186 </cell>
2187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2188 \begin_inset Text
2189
2190 \begin_layout Plain Layout
2191 1
2192 \end_layout
2193
2194 \end_inset
2195 </cell>
2196 </row>
2197 <row>
2198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2199 \begin_inset Text
2200
2201 \begin_layout Plain Layout
2202 A
2203 \end_layout
2204
2205 \end_inset
2206 </cell>
2207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2208 \begin_inset Text
2209
2210 \begin_layout Plain Layout
2211
2212 \end_layout
2213
2214 \end_inset
2215 </cell>
2216 </row>
2217 </lyxtabular>
2218
2219 \end_inset
2220
2221
2222 \begin_inset Newline newline
2223 \end_inset
2224
2225 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2226 gen einfügen,
2227  wie in den Abschnitten 
2228 \begin_inset CommandInset ref
2229 LatexCommand ref
2230 reference "uab:Mehrfachspalten-Berechnungen"
2231
2232 \end_inset
2233
2234  und 
2235 \begin_inset CommandInset ref
2236 LatexCommand ref
2237 reference "abs:Farbige-Tabellen"
2238
2239 \end_inset
2240
2241  beschrieben.
2242 \end_layout
2243
2244 \begin_layout Description
2245
2246 \family sans
2247 Rahmen
2248 \family default
2249  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2250  hinzufügen und löschen.
2251 \begin_inset Newline newline
2252 \end_inset
2253
2254 Wenn Sie die Stil-Option
2255 \family sans
2256  Formal
2257 \family default
2258  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2259 \begin_inset space ~
2260 \end_inset
2261
2262
2263 \begin_inset CommandInset ref
2264 LatexCommand ref
2265 reference "abs:Formale-Tabellen"
2266
2267 \end_inset
2268
2269  beschrieben, konvertiert.
2270 \begin_inset Newline newline
2271 \end_inset
2272
2273 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2274 \begin_inset space ~
2275 \end_inset
2276
2277
2278 \begin_inset CommandInset ref
2279 LatexCommand ref
2280 reference "uab:Zeilenabstand"
2281
2282 \end_inset
2283
2284  beschrieben.
2285 \end_layout
2286
2287 \begin_layout Description
2288
2289 \family sans
2290 Lange
2291 \begin_inset space ~
2292 \end_inset
2293
2294 Tabelle
2295 \family default
2296  Hier kann eine Tabelle als 
2297 \begin_inset Quotes gld
2298 \end_inset
2299
2300 Lange
2301 \begin_inset space ~
2302 \end_inset
2303
2304 Tabelle
2305 \begin_inset Quotes grd
2306 \end_inset
2307
2308  definiert werden, die über mehrere Seiten reicht.
2309  Die Abschnitte
2310 \begin_inset space ~
2311 \end_inset
2312
2313
2314 \begin_inset CommandInset ref
2315 LatexCommand ref
2316 reference "abs:Lange-Tabellen"
2317
2318 \end_inset
2319
2320  und 
2321 \begin_inset CommandInset ref
2322 LatexCommand ref
2323 reference "abs:Special-Longtable-Issues"
2324
2325 \end_inset
2326
2327  beschreiben diese Funktion genauer.
2328 \end_layout
2329
2330 \begin_layout Section
2331 Tabellen-Werkzeugleiste
2332 \begin_inset Index idx
2333 status collapsed
2334
2335 \begin_layout Plain Layout
2336 Tabellen ! Werkzeugleiste
2337 \end_layout
2338
2339 \end_inset
2340
2341
2342 \end_layout
2343
2344 \begin_layout Standard
2345 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2346 \family sans
2347 Tabellen-Einstellungen
2348 \family default
2349 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2350  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2351  LyX-Fensters.
2352 \end_layout
2353
2354 \begin_layout Standard
2355 Die Werkzeugleiste hat folgende Knöpfe:
2356 \end_layout
2357
2358 \begin_layout Labeling
2359 \labelwidthstring 00.00.0000
2360 \begin_inset Info
2361 type  "icon"
2362 arg   "inset-modify tabular append-row"
2363 \end_inset
2364
2365  Fügt eine Zeile unterhalb der momentanen an
2366 \end_layout
2367
2368 \begin_layout Labeling
2369 \labelwidthstring 00.00.0000
2370 \begin_inset Info
2371 type  "icon"
2372 arg   "inset-modify tabular append-column"
2373 \end_inset
2374
2375  Fügt eine Spalte rechts von der momentanen an
2376 \end_layout
2377
2378 \begin_layout Labeling
2379 \labelwidthstring 00.00.0000
2380 \begin_inset Info
2381 type  "icon"
2382 arg   "inset-modify tabular delete-row"
2383 \end_inset
2384
2385  Löscht die ausgewählte(n) Zeile(n)
2386 \end_layout
2387
2388 \begin_layout Labeling
2389 \labelwidthstring 00.00.0000
2390 \begin_inset Info
2391 type  "icon"
2392 arg   "inset-modify tabular delete-column"
2393 \end_inset
2394
2395  Löscht die ausgewählte(n) Spalte(n)
2396 \end_layout
2397
2398 \begin_layout Labeling
2399 \labelwidthstring 00.00.0000
2400 \begin_inset Info
2401 type  "icon"
2402 arg   "inset-modify tabular toggle-line-top"
2403 \end_inset
2404
2405  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2406  wenn der Knopf grau hinterlegt ist
2407 \end_layout
2408
2409 \begin_layout Labeling
2410 \labelwidthstring 00.00.0000
2411 \begin_inset Info
2412 type  "icon"
2413 arg   "inset-modify tabular toggle-line-bottom"
2414 \end_inset
2415
2416  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2417  wenn der Knopf grau hinterlegt ist
2418 \end_layout
2419
2420 \begin_layout Labeling
2421 \labelwidthstring 00.00.0000
2422 \begin_inset Info
2423 type  "icon"
2424 arg   "inset-modify tabular toggle-line-left"
2425 \end_inset
2426
2427  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2428  wenn der Knopf grau hinterlegt ist
2429 \end_layout
2430
2431 \begin_layout Labeling
2432 \labelwidthstring 00.00.0000
2433 \begin_inset Info
2434 type  "icon"
2435 arg   "inset-modify tabular toggle-line-right"
2436 \end_inset
2437
2438  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2439  wenn der Knopf grau hinterlegt ist
2440 \end_layout
2441
2442 \begin_layout Labeling
2443 \labelwidthstring 00.00.0000
2444 \begin_inset Info
2445 type  "icon"
2446 arg   "inset-modify tabular set-all-lines"
2447 \end_inset
2448
2449  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2450 \end_layout
2451
2452 \begin_layout Labeling
2453 \labelwidthstring 00.00.0000
2454 \begin_inset Info
2455 type  "icon"
2456 arg   "inset-modify tabular unset-all-lines"
2457 \end_inset
2458
2459  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464 \begin_inset Info
2465 type  "icon"
2466 arg   "inset-modify tabular m-align-left"
2467 \end_inset
2468
2469  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2470 \end_layout
2471
2472 \begin_layout Labeling
2473 \labelwidthstring 00.00.0000
2474 \begin_inset Info
2475 type  "icon"
2476 arg   "inset-modify tabular m-align-center"
2477 \end_inset
2478
2479  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484 \begin_inset Info
2485 type  "icon"
2486 arg   "inset-modify tabular m-align-right"
2487 \end_inset
2488
2489  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2490 \end_layout
2491
2492 \begin_layout Labeling
2493 \labelwidthstring 00.00.0000
2494 \begin_inset Info
2495 type  "icon"
2496 arg   "inset-modify tabular align-decimal"
2497 \end_inset
2498
2499  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2500 \end_layout
2501
2502 \begin_layout Labeling
2503 \labelwidthstring 00.00.0000
2504 \begin_inset Info
2505 type  "icon"
2506 arg   "inset-modify tabular m-valign-top"
2507 \end_inset
2508
2509  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2510 \end_layout
2511
2512 \begin_layout Labeling
2513 \labelwidthstring 00.00.0000
2514 \begin_inset Info
2515 type  "icon"
2516 arg   "inset-modify tabular m-valign-middle"
2517 \end_inset
2518
2519  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2520 \end_layout
2521
2522 \begin_layout Labeling
2523 \labelwidthstring 00.00.0000
2524 \begin_inset Info
2525 type  "icon"
2526 arg   "inset-modify tabular m-valign-bottom"
2527 \end_inset
2528
2529  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2530 \end_layout
2531
2532 \begin_layout Labeling
2533 \labelwidthstring 00.00.0000
2534 \begin_inset Info
2535 type  "icon"
2536 arg   "inset-modify tabular set-rotate-cell"
2537 \end_inset
2538
2539  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2540 \end_layout
2541
2542 \begin_layout Labeling
2543 \labelwidthstring 00.00.0000
2544 \begin_inset Info
2545 type  "icon"
2546 arg   "inset-modify tabular set-rotate-tabular"
2547 \end_inset
2548
2549  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554 \begin_inset Info
2555 type  "icon"
2556 arg   "inset-modify tabular multicolumn"
2557 \end_inset
2558
2559  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2560 \end_layout
2561
2562 \begin_layout Labeling
2563 \labelwidthstring 00.00.0000
2564 \begin_inset Info
2565 type  "icon"
2566 arg   "inset-modify tabular multirow"
2567 \end_inset
2568
2569  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2570 \end_layout
2571
2572 \begin_layout Standard
2573 \begin_inset Note Greyedout
2574 status open
2575
2576 \begin_layout Plain Layout
2577
2578 \series bold
2579 Bemerkung:
2580 \series default
2581  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2582  Reihe für alle Zelle der Reihe verwendet.
2583 \end_layout
2584
2585 \end_inset
2586
2587
2588 \end_layout
2589
2590 \begin_layout Section
2591 Bearbeiten-Menü
2592 \begin_inset Index idx
2593 status collapsed
2594
2595 \begin_layout Plain Layout
2596 Tabellen ! Bearbeiten-Menü
2597 \end_layout
2598
2599 \end_inset
2600
2601
2602 \end_layout
2603
2604 \begin_layout Standard
2605 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2606  Wenn der Cursor in einer Tabelle steht, sind im 
2607 \family sans
2608 Bearbeiten
2609 \family default
2610 -Menü folgende Punkte aktiviert: 
2611 \family sans
2612 Tabelle
2613 \family default
2614
2615 \family sans
2616 Zeilen
2617 \begin_inset space ~
2618 \end_inset
2619
2620 &
2621 \begin_inset space ~
2622 \end_inset
2623
2624 Spalten
2625 \family default
2626  und 
2627 \family sans
2628 Tabellen-Einstellungen
2629 \family default
2630 .
2631  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2632 ngsmöglichkeiten zu erreichen.
2633 \end_layout
2634
2635 \begin_layout Section
2636 Gleitende Tabellen
2637 \begin_inset CommandInset label
2638 LatexCommand label
2639 name "abs:Gleitende-Tabellen"
2640
2641 \end_inset
2642
2643
2644 \begin_inset Index idx
2645 status collapsed
2646
2647 \begin_layout Plain Layout
2648 Gleitobjekte ! Tabellen
2649 \end_layout
2650
2651 \end_inset
2652
2653
2654 \begin_inset Index idx
2655 status collapsed
2656
2657 \begin_layout Plain Layout
2658 Tabellen ! gleitende
2659 \end_layout
2660
2661 \end_inset
2662
2663
2664 \end_layout
2665
2666 \begin_layout Standard
2667 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2668 \begin_inset space ~
2669 \end_inset
2670
2671
2672 \begin_inset CommandInset ref
2673 LatexCommand ref
2674 reference "abs:Gleitobjekte-Einleitung"
2675
2676 \end_inset
2677
2678 .
2679 \end_layout
2680
2681 \begin_layout Standard
2682 \begin_inset Float table
2683 placement h
2684 wide false
2685 sideways false
2686 status open
2687
2688 \begin_layout Plain Layout
2689 \begin_inset Caption Standard
2690
2691 \begin_layout Plain Layout
2692 \begin_inset CommandInset label
2693 LatexCommand label
2694 name "tab:a table float"
2695
2696 \end_inset
2697
2698 Eine gleitende Tabelle
2699 \end_layout
2700
2701 \end_inset
2702
2703
2704 \end_layout
2705
2706 \begin_layout Plain Layout
2707 \align center
2708 \begin_inset Tabular
2709 <lyxtabular version="3" rows="3" columns="3">
2710 <features rotate="0" tabularvalignment="middle">
2711 <column alignment="center" valignment="top" width="0pt">
2712 <column alignment="center" valignment="top" width="0pt">
2713 <column alignment="center" valignment="top" width="0pt">
2714 <row>
2715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2716 \begin_inset Text
2717
2718 \begin_layout Plain Layout
2719
2720 \family roman
2721 \series medium
2722 \shape up
2723 \size normal
2724 \emph off
2725 \bar no
2726 \noun off
2727 \color none
2728 1
2729 \end_layout
2730
2731 \end_inset
2732 </cell>
2733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2734 \begin_inset Text
2735
2736 \begin_layout Plain Layout
2737
2738 \family roman
2739 \series medium
2740 \shape up
2741 \size normal
2742 \emph off
2743 \bar no
2744 \noun off
2745 \color none
2746 2
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Plain Layout
2755
2756 \family roman
2757 \series medium
2758 \shape up
2759 \size normal
2760 \emph off
2761 \bar no
2762 \noun off
2763 \color none
2764 3
2765 \end_layout
2766
2767 \end_inset
2768 </cell>
2769 </row>
2770 <row>
2771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2772 \begin_inset Text
2773
2774 \begin_layout Plain Layout
2775
2776 \family roman
2777 \series medium
2778 \shape up
2779 \size normal
2780 \emph off
2781 \bar no
2782 \noun off
2783 \color none
2784 Martin
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2790 \begin_inset Text
2791
2792 \begin_layout Plain Layout
2793
2794 \family roman
2795 \series medium
2796 \shape up
2797 \size normal
2798 \emph off
2799 \bar no
2800 \noun off
2801 \color none
2802 Lena
2803 \end_layout
2804
2805 \end_inset
2806 </cell>
2807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Plain Layout
2811
2812 \family roman
2813 \series medium
2814 \shape up
2815 \size normal
2816 \emph off
2817 \bar no
2818 \noun off
2819 \color none
2820 Alina
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 </row>
2826 <row>
2827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831
2832 \family roman
2833 \series medium
2834 \shape up
2835 \size normal
2836 \emph off
2837 \bar no
2838 \noun off
2839 \color none
2840 \begin_inset Formula $\int x^{2}dx$
2841 \end_inset
2842
2843
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852
2853 \family roman
2854 \series medium
2855 \shape up
2856 \size normal
2857 \emph off
2858 \bar no
2859 \noun off
2860 \color none
2861 \begin_inset Formula $\left[\begin{array}{cc}
2862 a & b\\
2863 c & d
2864 \end{array}\right]$
2865 \end_inset
2866
2867
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876
2877 \family roman
2878 \series medium
2879 \shape up
2880 \size normal
2881 \emph off
2882 \bar no
2883 \noun off
2884 \color none
2885 \begin_inset Formula $1+1=2$
2886 \end_inset
2887
2888
2889 \end_layout
2890
2891 \end_inset
2892 </cell>
2893 </row>
2894 </lyxtabular>
2895
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \end_inset
2902
2903
2904 \end_layout
2905
2906 \begin_layout Standard
2907 Gleitende Tabellen können über 
2908 \family sans
2909 Einfügen\SpecialChar \menuseparator
2910 Gleitobjekt\SpecialChar \menuseparator
2911 Tabelle
2912 \family default
2913  oder einen Klick auf den Werkzeugleistenknopf 
2914 \begin_inset Info
2915 type  "icon"
2916 arg   "float-insert table"
2917 \end_inset
2918
2919  erzeugt werden.
2920  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2921  In das rot umrahmte Feld rechts von 
2922 \emph on
2923 Tabelle
2924 \begin_inset space ~
2925 \end_inset
2926
2927 Nr:
2928 \emph default
2929  schreiben Sie die Tabellenbeschriftung.
2930  Nach einem Klick oberhalb oder unterhalb von 
2931 \emph on
2932 Tabelle
2933 \begin_inset space ~
2934 \end_inset
2935
2936 Nr:
2937 \emph default
2938  können Sie dann eine Tabelle einfügen.
2939 \end_layout
2940
2941 \begin_layout Standard
2942 Tabelle
2943 \begin_inset space ~
2944 \end_inset
2945
2946
2947 \begin_inset CommandInset ref
2948 LatexCommand ref
2949 reference "tab:a table float"
2950
2951 \end_inset
2952
2953  ist ein Beispiel für eine gleitende Tabelle.
2954 \end_layout
2955
2956 \begin_layout Standard
2957 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2958 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2959  Das bedeutet, dass bei den Klassen 
2960 \family sans
2961 article
2962 \family default
2963
2964 \family sans
2965 book
2966 \family default
2967
2968 \family sans
2969 letter
2970 \family default
2971 , und 
2972 \family sans
2973 report
2974 \family default
2975  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2976  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2977 \series bold
2978 caption
2979 \series default
2980
2981 \begin_inset Index idx
2982 status collapsed
2983
2984 \begin_layout Plain Layout
2985 LaTeX-Pakete ! caption
2986 \end_layout
2987
2988 \end_inset
2989
2990  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2991 \begin_inset Foot
2992 status collapsed
2993
2994 \begin_layout Plain Layout
2995 Näheres finden Sie im Abschnitt
2996 \begin_inset space ~
2997 \end_inset
2998
2999
3000 \begin_inset CommandInset ref
3001 LatexCommand ref
3002 reference "abs:Titel-Platzierung"
3003
3004 \end_inset
3005
3006 .
3007 \end_layout
3008
3009 \end_inset
3010
3011
3012 \end_layout
3013
3014 \begin_layout Standard
3015
3016 \series bold
3017 tableposition=top
3018 \end_layout
3019
3020 \begin_layout Standard
3021 Das Paket 
3022 \series bold
3023 caption
3024 \series default
3025 , das in Abschnitt
3026 \begin_inset space ~
3027 \end_inset
3028
3029
3030 \begin_inset CommandInset ref
3031 LatexCommand ref
3032 reference "abs:Titel-Formatierung"
3033
3034 \end_inset
3035
3036  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3037 \end_layout
3038
3039 \begin_layout Standard
3040 \begin_inset Index idx
3041 status collapsed
3042
3043 \begin_layout Plain Layout
3044 Querverweise ! auf Tabellen
3045 \end_layout
3046
3047 \end_inset
3048
3049 Auf Tabellen kann über ihre Marke verwiesen werden.
3050  Dafür fügen Sie in der Beschriftung mit 
3051 \family sans
3052 Einfügen\SpecialChar \menuseparator
3053 Marke
3054 \family default
3055  oder durch Klicken auf 
3056 \begin_inset Info
3057 type  "icon"
3058 arg   "label-insert"
3059 \end_inset
3060
3061  eine Marke ein.
3062  Auf diese können Sie dann wie gewohnt mit 
3063 \family sans
3064 Einfügen\SpecialChar \menuseparator
3065 Querverweis
3066 \family default
3067  oder durch Klicken auf 
3068 \begin_inset Info
3069 type  "icon"
3070 arg   "dialog-show-new-inset ref"
3071 \end_inset
3072
3073  verweisen.
3074  Verweise werden detailliert in Abschnitt
3075 \begin_inset space ~
3076 \end_inset
3077
3078
3079 \begin_inset CommandInset ref
3080 LatexCommand ref
3081 reference "abs:Auf-Gleitobjekte-verweisen"
3082
3083 \end_inset
3084
3085  beschrieben.
3086 \end_layout
3087
3088 \begin_layout Section
3089 Lange Tabellen
3090 \begin_inset CommandInset label
3091 LatexCommand label
3092 name "abs:Lange-Tabellen"
3093
3094 \end_inset
3095
3096
3097 \begin_inset Index idx
3098 status collapsed
3099
3100 \begin_layout Plain Layout
3101 Tabellen ! lange
3102 \end_layout
3103
3104 \end_inset
3105
3106
3107 \end_layout
3108
3109 \begin_layout Standard
3110 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3111  Dialogfenster 
3112 \family sans
3113 Tabellen-Einstellungen
3114 \family default
3115  auf der Karteikarte  
3116 \family sans
3117 Lange
3118 \begin_inset space ~
3119 \end_inset
3120
3121 Tabelle
3122 \family default
3123  die Option 
3124 \family sans
3125 Lange
3126 \begin_inset space ~
3127 \end_inset
3128
3129 Tabelle
3130 \begin_inset space ~
3131 \end_inset
3132
3133 verwenden
3134 \family default
3135  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3136  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3137 \end_layout
3138
3139 \begin_layout Description
3140 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3141  festgelegt; mit Ausnahme der ersten, wenn 
3142 \family sans
3143 Erste
3144 \begin_inset space ~
3145 \end_inset
3146
3147 Kopfzeile
3148 \family default
3149  aktiviert ist.
3150 \end_layout
3151
3152 \begin_layout Description
3153 Erste
3154 \lang english
3155
3156 \begin_inset space ~
3157 \end_inset
3158
3159
3160 \lang ngerman
3161 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3162  Seite einer mehrseitigen Tabelle definiert.
3163 \end_layout
3164
3165 \begin_layout Description
3166 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3167  mit Ausnahme der letzten, wenn 
3168 \family sans
3169 Letzte
3170 \begin_inset space ~
3171 \end_inset
3172
3173 Fußzeile
3174 \family default
3175  aktiviert ist.
3176 \end_layout
3177
3178 \begin_layout Description
3179 Letzte
3180 \begin_inset space ~
3181 \end_inset
3182
3183 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3184  einer mehrseitigen Tabelle definiert.
3185 \end_layout
3186
3187 \begin_layout Description
3188 Legende: Die aktuelle Zeile enthält die Legende.
3189  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3190  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3191 \begin_inset space ~
3192 \end_inset
3193
3194
3195 \begin_inset CommandInset ref
3196 LatexCommand ref
3197 reference "uab:Beschriftungen-langer-Tabellen"
3198
3199 \end_inset
3200
3201  erklärt.
3202 \end_layout
3203
3204 \begin_layout Standard
3205 Hier ist ein Beispiel einer langen Tabelle:
3206 \end_layout
3207
3208 \begin_layout Standard
3209 \align center
3210 \begin_inset Tabular
3211 <lyxtabular version="3" rows="69" columns="3">
3212 <features rotate="0" islongtable="true" longtabularalignment="center">
3213 <column alignment="left" valignment="top" width="0cm">
3214 <column alignment="left" valignment="top" width="0pt">
3215 <column alignment="right" valignment="top" width="0pt">
3216 <row endfirsthead="true">
3217 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \series bold
3223 Telefonliste (ignoriere die Namen)
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \end_layout
3234
3235 \end_inset
3236 </cell>
3237 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 </row>
3247 <row endfirsthead="true">
3248 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252
3253 \series bold
3254 NAME
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3269 \begin_inset Text
3270
3271 \begin_layout Plain Layout
3272
3273 \series bold
3274 TEL.
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 </row>
3280 <row endhead="true">
3281 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285
3286 \series bold
3287 Telefonliste
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 </row>
3311 <row endhead="true">
3312 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \series bold
3318 NAME
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \series bold
3338 TEL.
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 </row>
3344 <row endfoot="true">
3345 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \series bold
3351 wird fortgesetzt
3352 \series default
3353  \SpecialChar \ldots{}
3354
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 </row>
3378 <row>
3379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383
3384 \series bold
3385 Annovi
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 Silvia
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 111
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 </row>
3409 <row>
3410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414
3415 \series bold
3416 Bertoli
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425 Stefano
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 111
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 </row>
3440 <row>
3441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445
3446 \series bold
3447 Bozzi
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 Walter
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465 111
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 </row>
3471 <row>
3472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476
3477 \series bold
3478 Cachia
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 Maria
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496 111
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row>
3503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \series bold
3509 Cachia
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 Maurizio
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 111
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \series bold
3540 Cinquemani
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 Giusi
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 111
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 </row>
3564 <row>
3565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571 Colin
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 Bernard
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 111
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \series bold
3602 Concli
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 Gianfranco
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 111
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 <row>
3627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631
3632 \series bold
3633 Dal Bosco
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 Carolina
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 111
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662
3663 \series bold
3664 Dalpiaz
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 Annamaria
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 111
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 </row>
3688 <row>
3689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693
3694 \series bold
3695 Feliciello
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Domenico
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 111
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724
3725 \series bold
3726 Focarelli
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 Paola
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 111
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row>
3751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755
3756 \series bold
3757 Galletti
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 Oreste
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 111
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row>
3782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786
3787 \series bold
3788 Gasparini
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 Franca
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 111
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817
3818 \series bold
3819 Rizzardi
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 Paola
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 111
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row>
3844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848
3849 \series bold
3850 Lassini
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 Giancarlo
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868 111
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \series bold
3881 Malfatti
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 Luciano
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 111
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row>
3906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910
3911 \series bold
3912 Malfatti
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 Valeriano
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 111
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 <row>
3937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941
3942 \series bold
3943 Meneguzzo
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 Roberto
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 111
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 </row>
3967 <row>
3968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972
3973 \series bold
3974 Mezzadra
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 Roberto
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 111
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 </row>
3998 <row>
3999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003
4004 \series bold
4005 Pirpamer
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 Erich
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023 111
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 </row>
4029 <row>
4030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034
4035 \series bold
4036 Pochiesa
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 Paolo
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 111, 222
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 </row>
4060 <row>
4061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065
4066 \series bold
4067 Radina
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 Claudio
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 111
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 </row>
4091 <row>
4092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096
4097 \series bold
4098 Stuffer
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 Oskar
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 111
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 </row>
4122 <row>
4123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127
4128 \series bold
4129 Tacchelli
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 Ugo
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 111
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 </row>
4153 <row>
4154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158
4159 \series bold
4160 Tezzele
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 Margit
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178 111
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 </row>
4184 <row>
4185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189
4190 \series bold
4191 Unterkalmsteiner
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 Frieda
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 111
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 </row>
4215 <row>
4216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220
4221 \series bold
4222 Vieider
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell alignment="center" valignment="top" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231 Hilde
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 111
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 </row>
4246 <row>
4247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251
4252 \series bold
4253 Vigna
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 Jürgen
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 111
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282
4283 \series bold
4284 Weber
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 Maurizio
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302 111
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 <row>
4309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313
4314 \series bold
4315 Winkler
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 Franz
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 111
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 </row>
4339 <row>
4340 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344  
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 </row>
4368 <row>
4369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373
4374 \series bold
4375 Annovi
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 Silvia
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 555
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 </row>
4399 <row>
4400 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404
4405 \series bold
4406 Bertoli
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 Stefano
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 555
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 </row>
4430 <row>
4431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435
4436 \series bold
4437 Bozzi
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 Walter
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 555
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466
4467 \series bold
4468 Cachia
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 Maria
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 555
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 <row>
4493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497
4498 \series bold
4499 Cachia
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 Maurizio
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 555
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 <row>
4524 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528
4529 \series bold
4530 Cinquemani
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 Giusi
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548 555
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 </row>
4554 <row>
4555 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559
4560 \series bold
4561 Colin
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 Bernard
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 555
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row>
4586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \series bold
4592 Concli
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Gianfranco
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 555
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621
4622 \series bold
4623 Dal Bosco
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 Carolina
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 555
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \series bold
4654 Dalpiaz
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 Annamaria
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 555
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683
4684 \series bold
4685 Feliciello
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 Domenico
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 555
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 <row>
4710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714
4715 \series bold
4716 Focarelli
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 Paola
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 555
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row>
4741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745
4746 \series bold
4747 Galletti
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 Oreste
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 555
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 </row>
4771 <row>
4772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776
4777 \series bold
4778 Gasparini
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 Franca
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 555
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 <row>
4803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807
4808 \series bold
4809 Rizzardi
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 Paola
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827 555
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row>
4834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838
4839 \series bold
4840 Lassini
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 Giancarlo
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858 555
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 <row>
4865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869
4870 \series bold
4871 Malfatti
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 Luciano
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889 555
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row>
4896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900
4901 \series bold
4902 Malfatti
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 Valeriano
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 555
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 <row>
4927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931
4932 \series bold
4933 Meneguzzo
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 Roberto
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 555
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 </row>
4957 <row>
4958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962
4963 \series bold
4964 Mezzadra
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 Roberto
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 555
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row>
4989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993
4994 \series bold
4995 Pirpamer
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 Erich
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 555
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 </row>
5019 <row>
5020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024
5025 \series bold
5026 Pochiesa
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 Paolo
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044 555, 222
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 </row>
5050 <row>
5051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055
5056 \series bold
5057 Radina
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 Claudio
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 555
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 </row>
5081 <row>
5082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086
5087 \series bold
5088 Stuffer
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 Oskar
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106 555
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 </row>
5112 <row>
5113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117
5118 \series bold
5119 Tacchelli
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 Ugo
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 555
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 </row>
5143 <row>
5144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148
5149 \series bold
5150 Tezzele
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 Margit
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 555
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 </row>
5174 <row>
5175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179
5180 \series bold
5181 Unterkalmsteiner
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 Frieda
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199 555
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 </row>
5205 <row>
5206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210
5211 \series bold
5212 Vieider
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 Hilde
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230 555
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 </row>
5236 <row>
5237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241
5242 \series bold
5243 Vigna
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 Jürgen
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261 999
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 </row>
5267 <row>
5268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272
5273 \series bold
5274 Weber
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 Maurizio
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292 555
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 </row>
5298 <row>
5299 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303
5304 \series bold
5305 Winkler
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 Franz
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 555
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 <row endlastfoot="true">
5330 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 Ende
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 </row>
5358 </lyxtabular>
5359
5360 \end_inset
5361
5362
5363 \begin_inset ERT
5364 status collapsed
5365
5366 \begin_layout Plain Layout
5367
5368
5369 \backslash
5370 addtocounter{table}{-1}
5371 \end_layout
5372
5373 \end_inset
5374
5375
5376 \begin_inset Note Note
5377 status collapsed
5378
5379 \begin_layout Plain Layout
5380 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5381 \begin_inset space ~
5382 \end_inset
5383
5384
5385 \begin_inset CommandInset ref
5386 LatexCommand ref
5387 reference "uab:Beschriftungen-langer-Tabellen"
5388
5389 \end_inset
5390
5391
5392 \end_layout
5393
5394 \end_inset
5395
5396
5397 \end_layout
5398
5399 \begin_layout Subsection
5400 Fußnoten in langen Tabellen
5401 \begin_inset CommandInset label
5402 LatexCommand label
5403 name "uab:Fußnoten-in-langen"
5404
5405 \end_inset
5406
5407
5408 \begin_inset Index idx
5409 status collapsed
5410
5411 \begin_layout Plain Layout
5412 Tabellen ! lange ! Fußnoten
5413 \end_layout
5414
5415 \end_inset
5416
5417
5418 \end_layout
5419
5420 \begin_layout Standard
5421 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5422  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5423  Tabelle
5424 \begin_inset space ~
5425 \end_inset
5426
5427
5428 \begin_inset CommandInset ref
5429 LatexCommand ref
5430 reference "tab:DiffCaptions"
5431
5432 \end_inset
5433
5434  hat zum Beispiel eine Fußnote.
5435 \end_layout
5436
5437 \begin_layout Subsection
5438 Ausrichtung langer Tabellen
5439 \begin_inset Index idx
5440 status collapsed
5441
5442 \begin_layout Plain Layout
5443 Tabellen ! lange ! Ausrichtung
5444 \end_layout
5445
5446 \end_inset
5447
5448
5449 \end_layout
5450
5451 \begin_layout Standard
5452 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5453 n festgelegt werden.
5454  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5455  Seitenrand.
5456  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5457  ausgerichtet werden und die Werte der Längen 
5458 \series bold
5459
5460 \backslash
5461 LTleft 
5462 \series default
5463 und 
5464 \series bold
5465
5466 \backslash
5467 LTright
5468 \series default
5469  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5470  wird:
5471 \end_layout
5472
5473 \begin_layout Standard
5474
5475 \series bold
5476
5477 \backslash
5478 setlength{
5479 \backslash
5480 LTleft}{Wert}
5481 \end_layout
5482
5483 \begin_layout Standard
5484 Der Wert kann eine der in Tabelle
5485 \begin_inset space ~
5486 \end_inset
5487
5488
5489 \begin_inset CommandInset ref
5490 LatexCommand ref
5491 reference "tab:Maßeinheiten"
5492
5493 \end_inset
5494
5495  aufgelisteten Einheiten kann.
5496  
5497 \series bold
5498
5499 \backslash
5500 LTleft
5501 \series default
5502  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5503  
5504 \series bold
5505
5506 \backslash
5507 LTright
5508 \series default
5509  den Abstand von rechts.
5510  Die Voreinstellung für beide Werte ist 
5511 \series bold
5512
5513 \backslash
5514 fill
5515 \series default
5516 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5517  in LyX ist.
5518 \end_layout
5519
5520 \begin_layout Standard
5521 Die folgende lange Tabelle wurde zentriert und 
5522 \series bold
5523
5524 \backslash
5525 LTleft
5526 \series default
5527  auf den Wert 
5528 \family sans
5529 0.1
5530 \backslash
5531 columnwidth
5532 \family default
5533  gesetzt:
5534 \begin_inset ERT
5535 status collapsed
5536
5537 \begin_layout Plain Layout
5538
5539
5540 \backslash
5541 setlength{
5542 \backslash
5543 LTleft}{0.1
5544 \backslash
5545 columnwidth}
5546 \end_layout
5547
5548 \end_inset
5549
5550
5551 \end_layout
5552
5553 \begin_layout Standard
5554 \begin_inset Tabular
5555 <lyxtabular version="3" rows="5" columns="5">
5556 <features rotate="0" islongtable="true" longtabularalignment="center">
5557 <column alignment="center" valignment="top">
5558 <column alignment="center" valignment="top">
5559 <column alignment="center" valignment="top" width="0pt">
5560 <column alignment="center" valignment="top">
5561 <column alignment="center" valignment="top">
5562 <row>
5563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 1
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 2
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 3
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 4
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 5
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 asd
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 s
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 s
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 s
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 asd
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 </row>
5656 <row>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 asd
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 s
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 s
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" rightline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 asd
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 asd
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 s
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 s
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" rightline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 asd
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 </row>
5750 <row>
5751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 asd
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 asd
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 asd
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 asd
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 </row>
5797 </lyxtabular>
5798
5799 \end_inset
5800
5801
5802 \begin_inset ERT
5803 status collapsed
5804
5805 \begin_layout Plain Layout
5806
5807
5808 \backslash
5809 setlength{
5810 \backslash
5811 LTleft}{
5812 \backslash
5813 fill}
5814 \end_layout
5815
5816 \end_inset
5817
5818
5819 \begin_inset ERT
5820 status collapsed
5821
5822 \begin_layout Plain Layout
5823
5824
5825 \backslash
5826 addtocounter{table}{-1}
5827 \end_layout
5828
5829 \end_inset
5830
5831
5832 \begin_inset Note Note
5833 status collapsed
5834
5835 \begin_layout Plain Layout
5836 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5837 \begin_inset space ~
5838 \end_inset
5839
5840
5841 \begin_inset CommandInset ref
5842 LatexCommand ref
5843 reference "uab:Beschriftungen-langer-Tabellen"
5844
5845 \end_inset
5846
5847
5848 \end_layout
5849
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \begin_layout Subsection
5856 Beschriftungen langer Tabellen
5857 \begin_inset CommandInset label
5858 LatexCommand label
5859 name "uab:Beschriftungen-langer-Tabellen"
5860
5861 \end_inset
5862
5863
5864 \begin_inset Index idx
5865 status collapsed
5866
5867 \begin_layout Plain Layout
5868 Tabellen ! lange ! Titel
5869 \end_layout
5870
5871 \end_inset
5872
5873
5874 \end_layout
5875
5876 \begin_layout Standard
5877 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5878  nur auf eine Seite gedruckt werden können.
5879  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5880 \begin_inset space ~
5881 \end_inset
5882
5883
5884 \begin_inset CommandInset ref
5885 LatexCommand ref
5886 reference "abs:Lange-Tabellen"
5887
5888 \end_inset
5889
5890  erklärt.
5891  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5892  Kopf- oder eine Fußzeile.
5893 \end_layout
5894
5895 \begin_layout Standard
5896 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5897 \end_layout
5898
5899 \begin_layout Standard
5900 \begin_inset Tabular
5901 <lyxtabular version="3" rows="6" columns="5">
5902 <features rotate="0" islongtable="true" longtabularalignment="center">
5903 <column alignment="center" valignment="top">
5904 <column alignment="center" valignment="top">
5905 <column alignment="center" valignment="top">
5906 <column alignment="center" valignment="top">
5907 <column alignment="center" valignment="top">
5908 <row endfirsthead="true" caption="true">
5909 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 \begin_inset Caption Standard
5914
5915 \begin_layout Plain Layout
5916 Eine lange Tabelle mit Titel
5917 \begin_inset Argument 1
5918 status open
5919
5920 \begin_layout Plain Layout
5921 Lange Tabelle
5922 \end_layout
5923
5924 \end_inset
5925
5926
5927 \end_layout
5928
5929 \end_inset
5930
5931
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 </row>
5973 <row>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 1
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 2
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 3
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 4
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 5
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 </row>
6020 <row>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 asd
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 s
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 s
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 s
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 asd
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 </row>
6067 <row>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 asd
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 s
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 s
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 s
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 asd
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 </row>
6114 <row>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 asd
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 s
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137 s
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 s
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 asd
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 </row>
6161 <row>
6162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 asd
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 asd
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 asd
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 asd
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 asd
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 </row>
6208 </lyxtabular>
6209
6210 \end_inset
6211
6212
6213 \end_layout
6214
6215 \begin_layout Standard
6216 \begin_inset VSpace medskip
6217 \end_inset
6218
6219
6220 \begin_inset Note Greyedout
6221 status open
6222
6223 \begin_layout Plain Layout
6224
6225 \series bold
6226 Bemerkung
6227 \begin_inset space ~
6228 \end_inset
6229
6230 1:
6231 \series default
6232  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6233  Titel vergeben.
6234  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6235 \begin_inset space ~
6236 \end_inset
6237
6238 2.4 auf Tabelle
6239 \begin_inset space ~
6240 \end_inset
6241
6242 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6243  Beschriftung sind.
6244  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6245  LaTeX-Befehl als TeX-Code einfügen:
6246 \end_layout
6247
6248 \begin_layout Plain Layout
6249
6250 \series bold
6251
6252 \backslash
6253 addtocounter{table}{-1}
6254 \end_layout
6255
6256 \begin_layout Plain Layout
6257 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6258  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6259 \end_layout
6260
6261 \begin_layout Plain Layout
6262
6263 \series bold
6264
6265 \backslash
6266 let
6267 \backslash
6268 myEnd
6269 \backslash
6270 endlongtable
6271 \begin_inset Newline newline
6272 \end_inset
6273
6274
6275 \backslash
6276 renewcommand{
6277 \backslash
6278 endlongtable}{
6279 \backslash
6280 myEnd
6281 \backslash
6282 addtocounter{table}{-1}}
6283 \end_layout
6284
6285 \end_inset
6286
6287
6288 \end_layout
6289
6290 \begin_layout Standard
6291 \begin_inset Note Greyedout
6292 status open
6293
6294 \begin_layout Plain Layout
6295
6296 \series bold
6297 Bemerkung
6298 \begin_inset space ~
6299 \end_inset
6300
6301 2:
6302 \series default
6303  Wenn Sie 
6304 \series bold
6305 hyperref
6306 \series default
6307
6308 \begin_inset Index idx
6309 status collapsed
6310
6311 \begin_layout Plain Layout
6312 LaTeX-Pakete ! hyperref
6313 \end_layout
6314
6315 \end_inset
6316
6317  in den
6318 \family sans
6319  PDF-Eigenschaften
6320 \family default
6321  im 
6322 \family sans
6323 Dokument-Einstellungen
6324 \family default
6325  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6326  immer auf den Anfang des Dokuments zeigen.
6327 \end_layout
6328
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \begin_layout Subsubsection
6335 Querverweise auf 
6336 \family sans
6337 lange Tabelle
6338 \family default
6339 n
6340 \begin_inset Index idx
6341 status collapsed
6342
6343 \begin_layout Plain Layout
6344 Tabellen ! lange ! Querverweis
6345 \end_layout
6346
6347 \end_inset
6348
6349
6350 \end_layout
6351
6352 \begin_layout Standard
6353 \begin_inset Tabular
6354 <lyxtabular version="3" rows="6" columns="5">
6355 <features rotate="0" islongtable="true" longtabularalignment="center">
6356 <column alignment="center" valignment="top">
6357 <column alignment="center" valignment="top">
6358 <column alignment="center" valignment="top">
6359 <column alignment="center" valignment="top">
6360 <column alignment="center" valignment="top">
6361 <row endfirsthead="true" caption="true">
6362 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 \begin_inset Caption Standard
6367
6368 \begin_layout Plain Layout
6369 Lange Tabelle mit Marke
6370 \begin_inset CommandInset label
6371 LatexCommand label
6372 name "tab:LangeTabelle-mit-Marke"
6373
6374 \end_inset
6375
6376
6377 \end_layout
6378
6379 \end_inset
6380
6381
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 </row>
6423 <row>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 1
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 2
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 3
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 4
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464 5
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 </row>
6470 <row>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 asd
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484 s
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 s
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 s
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511 asd
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 </row>
6517 <row>
6518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522 asd
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 s
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 s
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 s
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 asd
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 </row>
6564 <row>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 asd
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 s
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 s
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596 s
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 asd
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 </row>
6611 <row>
6612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 asd
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 sad
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 asd
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643 asd
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652 asd
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 </row>
6658 </lyxtabular>
6659
6660 \end_inset
6661
6662
6663 \end_layout
6664
6665 \begin_layout Standard
6666 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6667  im Titel einfügen.
6668 \end_layout
6669
6670 \begin_layout Standard
6671 Dies ist ein Verweis auf Tabelle
6672 \begin_inset space ~
6673 \end_inset
6674
6675
6676 \begin_inset CommandInset ref
6677 LatexCommand ref
6678 reference "tab:LangeTabelle-mit-Marke"
6679
6680 \end_inset
6681
6682 .
6683 \end_layout
6684
6685 \begin_layout Standard
6686 Mit dem LaTeX-Paket 
6687 \series bold
6688 caption
6689 \series default
6690
6691 \begin_inset Index idx
6692 status collapsed
6693
6694 \begin_layout Plain Layout
6695 LaTeX-Pakete ! caption
6696 \end_layout
6697
6698 \end_inset
6699
6700 , siehe Abschnitt
6701 \begin_inset space ~
6702 \end_inset
6703
6704
6705 \begin_inset CommandInset ref
6706 LatexCommand ref
6707 reference "abs:Titel-Formatierung"
6708
6709 \end_inset
6710
6711 , können Sie alle anderen Beschriftungsoptionen benutzen.
6712 \end_layout
6713
6714 \begin_layout Subsubsection
6715 Titelbreite
6716 \begin_inset Index idx
6717 status collapsed
6718
6719 \begin_layout Plain Layout
6720 Tabellen ! lange ! Beschriftungsbreite
6721 \end_layout
6722
6723 \end_inset
6724
6725
6726 \end_layout
6727
6728 \begin_layout Standard
6729 Die maximale Titelbreite wird durch die Variable 
6730 \series bold
6731
6732 \backslash
6733 LTcapwidth
6734 \series default
6735  definiert.
6736  Ihr Standardwert ist 4
6737 \begin_inset space \thinspace{}
6738 \end_inset
6739
6740 Zoll (
6741 \begin_inset Formula $\approx10$
6742 \end_inset
6743
6744
6745 \begin_inset space \thinspace{}
6746 \end_inset
6747
6748 cm).
6749  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6750  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6751 \end_layout
6752
6753 \begin_layout Standard
6754
6755 \series bold
6756
6757 \backslash
6758 setlength{
6759 \backslash
6760 LTcapwidth}{Breite}
6761 \end_layout
6762
6763 \begin_layout Standard
6764 wobei die Breite eine der in Anhang
6765 \begin_inset space ~
6766 \end_inset
6767
6768
6769 \begin_inset CommandInset ref
6770 LatexCommand ref
6771 reference "kap:In-LyX-verfügbare"
6772
6773 \end_inset
6774
6775  aufgelisteten Einheiten haben kann.
6776 \end_layout
6777
6778 \begin_layout Standard
6779 Die beiden folgenden Tabellen zeigen den Unterschied:
6780 \end_layout
6781
6782 \begin_layout Standard
6783 \begin_inset Tabular
6784 <lyxtabular version="3" rows="6" columns="5">
6785 <features rotate="0" islongtable="true" longtabularalignment="center">
6786 <column alignment="center" valignment="top">
6787 <column alignment="center" valignment="top">
6788 <column alignment="center" valignment="top">
6789 <column alignment="center" valignment="top">
6790 <column alignment="center" valignment="top">
6791 <row endfirsthead="true" caption="true">
6792 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 \begin_inset Caption Standard
6797
6798 \begin_layout Plain Layout
6799 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6800 \begin_inset Argument 1
6801 status open
6802
6803 \begin_layout Plain Layout
6804 Titel mit Standardbreite
6805 \end_layout
6806
6807 \end_inset
6808
6809
6810 \end_layout
6811
6812 \end_inset
6813
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 </row>
6856 <row>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 1
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 2
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 3
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 4
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 5
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 </row>
6903 <row>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 asd
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 s
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 s
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 s
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 asd
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 </row>
6950 <row>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 asd
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 s
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 s
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 s
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 asd
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 </row>
6997 <row>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 asd
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 s
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 s
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 s
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 asd
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 </row>
7044 <row>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 asd
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 sad
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 asd
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 asd
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 asd
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 </row>
7091 </lyxtabular>
7092
7093 \end_inset
7094
7095
7096 \end_layout
7097
7098 \begin_layout Standard
7099 \begin_inset ERT
7100 status collapsed
7101
7102 \begin_layout Plain Layout
7103
7104
7105 \backslash
7106 setlength{
7107 \backslash
7108 LTcapwidth}{5cm}
7109 \end_layout
7110
7111 \end_inset
7112
7113
7114 \begin_inset Tabular
7115 <lyxtabular version="3" rows="6" columns="5">
7116 <features rotate="0" islongtable="true" longtabularalignment="center">
7117 <column alignment="center" valignment="top">
7118 <column alignment="center" valignment="top">
7119 <column alignment="center" valignment="top">
7120 <column alignment="center" valignment="top">
7121 <column alignment="center" valignment="top">
7122 <row endfirsthead="true" caption="true">
7123 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 \begin_inset Caption Standard
7128
7129 \begin_layout Plain Layout
7130 Langer Titel mit 5
7131 \begin_inset space \thinspace{}
7132 \end_inset
7133
7134 cm Breite, Langer Titel mit 5
7135 \begin_inset space \thinspace{}
7136 \end_inset
7137
7138 cm Breite
7139 \begin_inset Argument 1
7140 status open
7141
7142 \begin_layout Plain Layout
7143 Titel mit 5
7144 \begin_inset space \thinspace{}
7145 \end_inset
7146
7147 cm Breite
7148 \end_layout
7149
7150 \end_inset
7151
7152
7153 \end_layout
7154
7155 \end_inset
7156
7157
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 </row>
7199 <row>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 1
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 2
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 3
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 4
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Plain Layout
7240 5
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 </row>
7246 <row>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 asd
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 s
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 s
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 s
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287 asd
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 </row>
7293 <row>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 asd
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 s
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 s
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 s
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334 asd
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 </row>
7340 <row>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 asd
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 s
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 s
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372 s
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381 asd
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 </row>
7387 <row>
7388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 asd
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 sad
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 asd
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419 asd
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428 asd
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 </row>
7434 </lyxtabular>
7435
7436 \end_inset
7437
7438
7439 \begin_inset ERT
7440 status collapsed
7441
7442 \begin_layout Plain Layout
7443
7444
7445 \backslash
7446 setlength{
7447 \backslash
7448 LTcapwidth}{4in}
7449 \end_layout
7450
7451 \end_inset
7452
7453
7454 \begin_inset Note Note
7455 status collapsed
7456
7457 \begin_layout Plain Layout
7458 Beschriftungsbreite zurücksetzen
7459 \end_layout
7460
7461 \end_inset
7462
7463
7464 \end_layout
7465
7466 \begin_layout Standard
7467 \begin_inset Note Greyedout
7468 status open
7469
7470 \begin_layout Plain Layout
7471
7472 \series bold
7473 Achtung:
7474 \series default
7475  Wenn das LaTeX-Paket 
7476 \series bold
7477 caption
7478 \series default
7479
7480 \begin_inset Index idx
7481 status collapsed
7482
7483 \begin_layout Plain Layout
7484 LaTeX-Pakete ! caption
7485 \end_layout
7486
7487 \end_inset
7488
7489  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7490  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7491  4
7492 \begin_inset space \thinspace{}
7493 \end_inset
7494
7495 Zoll für 
7496 \series bold
7497
7498 \backslash
7499 LTcapwidth
7500 \series default
7501  benutzen.
7502  Um in diesem Fall eine genau 4
7503 \begin_inset space \thinspace{}
7504 \end_inset
7505
7506 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7507  4
7508 \begin_inset space \thinspace{}
7509 \end_inset
7510
7511 Zoll veränderten Wert wie z.
7512 \begin_inset space \thinspace{}
7513 \end_inset
7514
7515 B.
7516  3.99
7517 \begin_inset space \thinspace{}
7518 \end_inset
7519
7520 Zoll verwenden oder den LaTeX-Befehl 
7521 \series bold
7522
7523 \backslash
7524 captionsetup{width=Wert}
7525 \series default
7526  benutzen, der vom 
7527 \series bold
7528 caption
7529 \series default
7530 -Paket bereitgestellt wird.
7531 \end_layout
7532
7533 \end_inset
7534
7535
7536 \end_layout
7537
7538 \begin_layout Subsubsection
7539 Unterschiedliche Beschriftung für Tabellenseiten
7540 \begin_inset Index idx
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544 Tabellen ! lange ! mehrere Beschriftungen
7545 \end_layout
7546
7547 \end_inset
7548
7549
7550 \end_layout
7551
7552 \begin_layout Standard
7553 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7554  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7555  eine Beschriftung enthält.
7556  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7557  
7558 \family sans
7559 Legende
7560 \begin_inset space ~
7561 \end_inset
7562
7563 (Lange Tabelle (unnummeriert))
7564 \family default
7565  aus.
7566  Tabelle
7567 \begin_inset space ~
7568 \end_inset
7569
7570
7571 \begin_inset CommandInset ref
7572 LatexCommand ref
7573 reference "tab:DiffCaptions"
7574
7575 \end_inset
7576
7577  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7578  ohne Tabellennummer auf der zweiten Seite.
7579 \end_layout
7580
7581 \begin_layout Standard
7582 \align center
7583 \begin_inset Tabular
7584 <lyxtabular version="3" rows="59" columns="3">
7585 <features rotate="0" islongtable="true" longtabularalignment="center">
7586 <column alignment="left" valignment="top" width="0pt">
7587 <column alignment="left" valignment="top" width="0pt">
7588 <column alignment="center" valignment="top" width="0pt">
7589 <row endfirsthead="true" caption="true">
7590 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 \begin_inset Caption Standard
7595
7596 \begin_layout Plain Layout
7597 Telefonliste
7598 \begin_inset CommandInset label
7599 LatexCommand label
7600 name "tab:DiffCaptions"
7601
7602 \end_inset
7603
7604
7605 \begin_inset Argument 1
7606 status collapsed
7607
7608 \begin_layout Plain Layout
7609 Telefonliste
7610 \end_layout
7611
7612 \end_inset
7613
7614
7615 \end_layout
7616
7617 \end_inset
7618
7619
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 </row>
7643 <row endfirsthead="true">
7644 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648
7649 \series bold
7650 Telefonliste (ignoriere die Namen)
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 </row>
7674 <row endfirsthead="true">
7675 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679
7680 \series bold
7681 NAME
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699
7700 \series bold
7701 TEL.
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 </row>
7707 <row endhead="true" caption="true">
7708 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712 \begin_inset Caption LongTableNoNumber
7713
7714 \begin_layout Plain Layout
7715 Fortsetzung der Telefonliste
7716 \end_layout
7717
7718 \end_inset
7719
7720
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 </row>
7744 <row endhead="true">
7745 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \series bold
7751 Telefonliste
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 </row>
7775 <row endhead="true">
7776 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \series bold
7782 NAME
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800
7801 \series bold
7802 TEL.
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row endfoot="true">
7809 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 wird fortgesetzt\SpecialChar \ldots{}
7814
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 </row>
7838 <row>
7839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843
7844 \series bold
7845 Annovi
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 Silvia
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 111
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 </row>
7869 <row>
7870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \series bold
7876 Bertoli
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 Stefano
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 111
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row>
7901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \series bold
7907 Bozzi
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 Walter
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 111
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \series bold
7938 Cachia
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 Maria
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 111
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row>
7963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \series bold
7969 Cachia
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 Maurizio
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 111
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row>
7994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998
7999 \series bold
8000 Cinquemani
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 Giusi
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 111
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \series bold
8031 Colin
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 Bernard
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 111
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \series bold
8062 Concli
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 Gianfranco
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 111
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 <row>
8087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091
8092 \series bold
8093 Dal Bosco
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 Carolina
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \series bold
8124 Dalpiaz
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 Annamaria
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 111
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 </row>
8148 <row>
8149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153
8154 \series bold
8155 Feliciello
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 Domenico
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 111
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \series bold
8186 Focarelli
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 Paola
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 111
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215
8216 \series bold
8217 Galletti
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 Oreste
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 111
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246
8247 \series bold
8248 Gasparini
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 Franca
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 111
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row>
8273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277
8278 \series bold
8279 Rizzardi
8280 \series default
8281
8282 \begin_inset Foot
8283 status open
8284
8285 \begin_layout Plain Layout
8286 Beispielfußnote
8287 \end_layout
8288
8289 \end_inset
8290
8291
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 Paola
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 111
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320
8321 \series bold
8322 Lassini
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 Giancarlo
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 111
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 <row>
8347 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351
8352 \series bold
8353 Malfatti
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 Luciano
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 111
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 </row>
8377 <row>
8378 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382
8383 \series bold
8384 Malfatti
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 Valeriano
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 111
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \series bold
8415 Meneguzzo
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 Roberto
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 111
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 </row>
8439 <row>
8440 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444
8445 \series bold
8446 Mezzadra
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 Roberto
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 111
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 <row>
8471 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475
8476 \series bold
8477 Pirpamer
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 Erich
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 111
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \series bold
8508 Pochiesa
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 Paolo
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 111, 222
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \series bold
8539 Radina
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 Claudio
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 111
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row>
8564 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \series bold
8570 Stuffer
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 Oskar
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 111
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 <row>
8595 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599
8600 \series bold
8601 Tacchelli
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 Ugo
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 111
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 </row>
8625 <row>
8626 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630
8631 \series bold
8632 Tezzele
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 Margit
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 111
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 <row>
8657 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661
8662 \series bold
8663 Unterkalmsteiner
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 Frieda
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 111
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 </row>
8687 <row>
8688 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692
8693 \series bold
8694 Vieider
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 Hilde
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 111
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 </row>
8718 <row>
8719 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723
8724 \series bold
8725 Vigna
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 Jürgen
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 111
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 <row>
8750 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754
8755 \series bold
8756 Weber
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 Maurizio
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 111
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 </row>
8780 <row>
8781 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785
8786 \series bold
8787 Winkler
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 Franz
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 111
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 </row>
8811 <row>
8812 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816  
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \series bold
8847 Annovi
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 Silvia
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 555
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876
8877 \series bold
8878 Bertoli
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 Stefano
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 555
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 </row>
8902 <row>
8903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907
8908 \series bold
8909 Bozzi
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 Walter
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 555
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \series bold
8940 Cachia
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 Maria
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 555
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 <row>
8965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969
8970 \series bold
8971 Cachia
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 Maurizio
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 555
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \series bold
9002 Cinquemani
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 Giusi
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 555
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031
9032 \series bold
9033 Colin
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 Bernard
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 555
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 </row>
9057 <row>
9058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062
9063 \series bold
9064 Concli
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 Gianfranco
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 555
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 </row>
9088 <row>
9089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093
9094 \series bold
9095 Dal Bosco
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 Carolina
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 555
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 <row>
9120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124
9125 \series bold
9126 Dalpiaz
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 Annamaria
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 555
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 <row>
9151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155
9156 \series bold
9157 Feliciello
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Domenico
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 555
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \series bold
9188 Focarelli
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 Paola
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 555
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 </row>
9212 <row>
9213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217
9218 \series bold
9219 Galletti
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 Oreste
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 555
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 </row>
9243 <row>
9244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248
9249 \series bold
9250 Gasparini
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 Franca
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 555
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 </row>
9274 <row>
9275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279
9280 \series bold
9281 Rizzardi
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 Paola
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 555
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 </row>
9305 <row>
9306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310
9311 \series bold
9312 Lassini
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 Giancarlo
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 555
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 <row>
9337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341
9342 \series bold
9343 Malfatti
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 Luciano
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 555
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 </row>
9367 <row>
9368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372
9373 \series bold
9374 Malfatti
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 Valeriano
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 555
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 </row>
9398 <row>
9399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403
9404 \series bold
9405 Meneguzzo
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 Roberto
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 555
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 </row>
9429 <row>
9430 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \series bold
9436 Mezzadra
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 Roberto
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 555
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 </row>
9460 </lyxtabular>
9461
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \begin_layout Section
9468 Weitere Möglichkeiten für 
9469 \family sans
9470 lange Tabelle
9471 \family default
9472 n
9473 \begin_inset CommandInset label
9474 LatexCommand label
9475 name "abs:Special-Longtable-Issues"
9476
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \begin_layout Subsection
9483 L
9484 \family sans
9485 ange Tabelle
9486 \family default
9487 n: Berechnung
9488 \begin_inset Index idx
9489 status collapsed
9490
9491 \begin_layout Plain Layout
9492 Tabellen ! lange ! Berechnung
9493 \end_layout
9494
9495 \end_inset
9496
9497
9498 \end_layout
9499
9500 \begin_layout Standard
9501 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9502  so genannten 
9503 \emph on
9504 chunks
9505 \emph default
9506  (Brocken).
9507  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9508  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9509  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9510  das die Druckausgabe.
9511  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9512  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9513  einfügen:
9514 \end_layout
9515
9516 \begin_layout Standard
9517
9518 \series bold
9519
9520 \backslash
9521 setcounter{LTchunksize}{100}
9522 \end_layout
9523
9524 \begin_layout Subsection
9525 Gleitobjekte und L
9526 \family sans
9527 ange Tabelle
9528 \family default
9529 n
9530 \begin_inset Index idx
9531 status collapsed
9532
9533 \begin_layout Plain Layout
9534 Tabellen ! lange ! und Gleitobjekte
9535 \end_layout
9536
9537 \end_inset
9538
9539
9540 \end_layout
9541
9542 \begin_layout Standard
9543 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9544 \family sans
9545 lange
9546 \begin_inset space ~
9547 \end_inset
9548
9549 Tabelle
9550 \family default
9551  beginnt, ein Gleitobjekt befindet.
9552  Um das zu vermeiden, können Sie vor der 
9553 \family sans
9554 langen
9555 \begin_inset space ~
9556 \end_inset
9557
9558 Tabellen
9559 \family default
9560  einen manuellen Seitenumbruch
9561 \family sans
9562  Einfügen\SpecialChar \menuseparator
9563 Formatierung\SpecialChar \menuseparator
9564 [Doppel]Seite
9565 \begin_inset space \space{}
9566 \end_inset
9567
9568 leeren
9569 \family default
9570  einfügen, siehe 
9571 \emph on
9572 Benutzerhandbuch
9573 \emph default
9574 .
9575 \end_layout
9576
9577 \begin_layout Subsection
9578 Manuelle Seitenumbrüche
9579 \begin_inset Index idx
9580 status collapsed
9581
9582 \begin_layout Plain Layout
9583 Tabellen ! lange ! manueller Seitenumbruch
9584 \end_layout
9585
9586 \end_inset
9587
9588
9589 \end_layout
9590
9591 \begin_layout Standard
9592 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9593  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9594  der Zelle umbrechen wollen, fügen Sie den Befehl  
9595 \begin_inset Quotes gld
9596 \end_inset
9597
9598
9599 \series bold
9600
9601 \backslash
9602
9603 \backslash
9604
9605 \series default
9606
9607 \begin_inset Quotes grd
9608 \end_inset
9609
9610  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9611  werden kann.
9612  Vor dem 
9613 \begin_inset Quotes gld
9614 \end_inset
9615
9616
9617 \series bold
9618
9619 \backslash
9620
9621 \backslash
9622
9623 \series default
9624
9625 \begin_inset Quotes grd
9626 \end_inset
9627
9628 -Befehl müssen Sie so viele 
9629 \begin_inset Quotes gld
9630 \end_inset
9631
9632
9633 \series bold
9634 &
9635 \series default
9636
9637 \begin_inset Quotes grd
9638 \end_inset
9639
9640  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9641  Mit 
9642 \begin_inset Quotes gld
9643 \end_inset
9644
9645
9646 \series bold
9647 &
9648 \series default
9649
9650 \begin_inset Quotes grd
9651 \end_inset
9652
9653   werden in LaTeX Tabellenzellen getrennt.
9654  Hinter jedes 
9655 \begin_inset Quotes gld
9656 \end_inset
9657
9658
9659 \series bold
9660 &
9661 \series default
9662
9663 \begin_inset Quotes grd
9664 \end_inset
9665
9666  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9667  und löschen den Inhalt dieser Zellen.
9668 \end_layout
9669
9670 \begin_layout Standard
9671 Hinter dem 
9672 \begin_inset Quotes gld
9673 \end_inset
9674
9675
9676 \series bold
9677
9678 \backslash
9679
9680 \backslash
9681
9682 \series default
9683
9684 \begin_inset Quotes grd
9685 \end_inset
9686
9687 -Befehl müssen Sie so viele 
9688 \begin_inset Quotes gld
9689 \end_inset
9690
9691
9692 \series bold
9693 &
9694 \series default
9695
9696 \begin_inset Quotes grd
9697 \end_inset
9698
9699  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9700  In Tabelle
9701 \begin_inset space ~
9702 \end_inset
9703
9704
9705 \begin_inset CommandInset ref
9706 LatexCommand ref
9707 reference "tab:ForcedPagebreak"
9708
9709 \end_inset
9710
9711  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9712  Es folgt noch eine weitere Spalte.
9713  Deshalb wurde hinter dem Wort 
9714 \emph on
9715 Castelchiodato, 
9716 \emph default
9717 folgendes eingefügt:
9718 \end_layout
9719
9720 \begin_layout Standard
9721
9722 \series bold
9723 & 111
9724 \backslash
9725
9726 \backslash
9727  
9728 \backslash
9729 newpage
9730 \begin_inset Newline newline
9731 \end_inset
9732
9733 &
9734 \end_layout
9735
9736 \begin_layout Standard
9737 Die 
9738 \begin_inset Quotes gld
9739 \end_inset
9740
9741 111
9742 \begin_inset Quotes grd
9743 \end_inset
9744
9745  in der dritten Spalte wurde gelöscht.
9746  
9747 \series bold
9748
9749 \backslash
9750 newpage
9751 \series default
9752  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9753  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9754  Wenn die Fußzeile Ihrer 
9755 \family sans
9756 langen
9757 \begin_inset space ~
9758 \end_inset
9759
9760 Tabelle
9761 \family default
9762  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9763  Befehle benutzen:
9764 \end_layout
9765
9766 \begin_layout Standard
9767
9768 \series bold
9769 & 111
9770 \backslash
9771
9772 \backslash
9773
9774 \begin_inset Newline newline
9775 \end_inset
9776
9777
9778 \backslash
9779 hline &
9780 \end_layout
9781
9782 \begin_layout Standard
9783 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9784  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9785 \end_layout
9786
9787 \begin_layout Standard
9788
9789 \series bold
9790
9791 \backslash
9792 setlength{
9793 \backslash
9794 parfillskip}{0pt}
9795 \end_layout
9796
9797 \begin_layout Standard
9798 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9799  erscheint.
9800 \end_layout
9801
9802 \begin_layout Standard
9803 \align center
9804 \begin_inset Tabular
9805 <lyxtabular version="3" rows="38" columns="3">
9806 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9807 <column alignment="left" valignment="top" width="0cm">
9808 <column alignment="left" valignment="top" width="3cm">
9809 <column alignment="right" valignment="top" width="0pt">
9810 <row endfirsthead="true" caption="true">
9811 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815 \begin_inset Caption Standard
9816
9817 \begin_layout Plain Layout
9818 Tabelle mit manuellem Seitenumbruch in einer Zelle
9819 \begin_inset CommandInset label
9820 LatexCommand label
9821 name "tab:ForcedPagebreak"
9822
9823 \end_inset
9824
9825
9826 \begin_inset Argument 1
9827 status collapsed
9828
9829 \begin_layout Plain Layout
9830 Tabelle mit manuellem Seitenumbruch in einer Zelle
9831 \end_layout
9832
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \end_inset
9839
9840
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 </row>
9864 <row endfirsthead="true">
9865 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \series bold
9871 Telefonliste (ignoriere die Namen)
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 </row>
9895 <row endfirsthead="true">
9896 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \series bold
9902 NAME
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920
9921 \series bold
9922 TEL.
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 </row>
9928 <row endhead="true">
9929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933 \begin_inset ERT
9934 status collapsed
9935
9936 \begin_layout Plain Layout
9937
9938
9939 \backslash
9940 caption*{Fortsetzung der Tabelle}
9941 \backslash
9942
9943 \backslash
9944 %
9945 \end_layout
9946
9947 \end_inset
9948
9949
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row endhead="true">
9974 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \series bold
9980 Telefonliste
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row endhead="true">
10005 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \series bold
10011 NAME
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \series bold
10031 TEL.
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row endfoot="true">
10038 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042 wird fortgesetzt\SpecialChar \ldots{}
10043
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 </row>
10067 <row>
10068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \series bold
10074 Annovi
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083 Silvia
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 111
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row>
10099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \series bold
10105 Bertoli
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 Stefano
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 111
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row>
10130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \series bold
10136 Bozzi
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 Walter
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 111
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row>
10161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \series bold
10167 Cachia
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 Maria
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 111
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 </row>
10191 <row>
10192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 Cachia
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 Maurizio
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 111
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 </row>
10222 <row>
10223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \series bold
10229 Cinquemani
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238 Giusi
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 111
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 <row>
10254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258
10259 \series bold
10260 Colin
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Bernard
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 111
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 <row>
10285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289
10290 \series bold
10291 Concli
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 Gianfranco
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 111
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 </row>
10315 <row>
10316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320
10321 \series bold
10322 Dal Bosco
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 Carolina
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 111
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 </row>
10346 <row>
10347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351
10352 \series bold
10353 Dalpiaz
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 Annamaria
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 111
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 </row>
10377 <row>
10378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382
10383 \series bold
10384 Feliciello
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Domenico
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 111
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 </row>
10408 <row>
10409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413
10414 \series bold
10415 Focarelli
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 Paola
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 111
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 <row>
10440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444
10445 \series bold
10446 Galletti
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 Oreste
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 111
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 <row>
10471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475
10476 \series bold
10477 Gasparini
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 Franca
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 111
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 <row>
10502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506
10507 \series bold
10508 Lassini
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 Giancarlo
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 111
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 </row>
10532 <row>
10533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537
10538 \series bold
10539 Malfatti
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 Luciano
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 111
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 <row>
10564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568
10569 \series bold
10570 Malfatti
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 Valeriano
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 111
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 </row>
10594 <row>
10595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599
10600 \series bold
10601 Meneguzzo
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 Roberto
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 111
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 <row>
10626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \series bold
10632 Mezzadra
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 Roberto
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 111
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 </row>
10656 <row>
10657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661
10662 \series bold
10663 Pirpamer
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 Erich
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 111
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 </row>
10687 <row>
10688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692
10693 \series bold
10694 Pochiesa
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 Paolo
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 111, 222
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 </row>
10718 <row>
10719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723
10724 \series bold
10725 Radina
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 Claudio
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 111
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 </row>
10749 <row>
10750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754
10755 \series bold
10756 Rizzardi
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 Paolo, 11.
10766  Fürst von Monte\SpecialChar \-
10767 com\SpecialChar \-
10768 patri, 11.
10769  Fürst von Sulmona und Vivaro, 10.
10770  Fürst von Rossano, 5.
10771  Herzog von Canemorte, 11.
10772  Herzog von Palombara, 5.
10773  Herzog von Castelchiodato,
10774 \begin_inset ERT
10775 status open
10776
10777 \begin_layout Plain Layout
10778
10779 & 111
10780 \backslash
10781
10782 \backslash
10783  
10784 \backslash
10785 newpage
10786 \end_layout
10787
10788 \begin_layout Plain Layout
10789
10790 &
10791 \end_layout
10792
10793 \end_inset
10794
10795  11.
10796  Herzog von Poggionativo, 11.
10797  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10798  Graf von Valinfreda, 11.
10799  Baron von Cropalati, 11.
10800  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 </row>
10815 <row>
10816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820
10821 \series bold
10822 Stuffer
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 Oskar
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 111
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 </row>
10846 <row>
10847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851
10852 \series bold
10853 Tacchelli
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862 Ugo
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 111
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 </row>
10877 <row>
10878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882
10883 \series bold
10884 Tezzele
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 Margit
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 111
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 </row>
10908 <row>
10909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913
10914 \series bold
10915 Unterkalmsteiner
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 Frieda
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 111
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 </row>
10939 <row>
10940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944
10945 \series bold
10946 Vieider
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 Hilde
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 111
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 <row>
10971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \series bold
10977 Vigna
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 Jürgen
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 111
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 <row>
11002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \series bold
11008 Weber
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 Maurizio
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 111
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 </row>
11032 <row>
11033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037
11038 \series bold
11039 Winkler
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 Franz
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 111
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 </row>
11063 </lyxtabular>
11064
11065 \end_inset
11066
11067
11068 \end_layout
11069
11070 \begin_layout Section
11071 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11072 \end_layout
11073
11074 \begin_layout Subsection
11075 Mehrfache Zeilen in Zellen
11076 \begin_inset CommandInset label
11077 LatexCommand label
11078 name "uab:Mehrfache-Zeilen-in"
11079
11080 \end_inset
11081
11082
11083 \begin_inset Index idx
11084 status collapsed
11085
11086 \begin_layout Plain Layout
11087 Mehrfache ! Zeilen in Zellen
11088 \end_layout
11089
11090 \end_inset
11091
11092
11093 \begin_inset Index idx
11094 status collapsed
11095
11096 \begin_layout Plain Layout
11097 Tabellen ! Zeilenumbrüche
11098 \end_layout
11099
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \begin_layout Standard
11106 \noindent
11107 \begin_inset Float table
11108 placement H
11109 wide false
11110 sideways false
11111 status open
11112
11113 \begin_layout Plain Layout
11114 \begin_inset Caption Standard
11115
11116 \begin_layout Plain Layout
11117 \begin_inset CommandInset label
11118 LatexCommand label
11119 name "tab:Table-with-multiple"
11120
11121 \end_inset
11122
11123 Tabelle mit mehrfachen Zeilen in einer Zelle
11124 \end_layout
11125
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \begin_layout Plain Layout
11132 \align center
11133 \begin_inset Tabular
11134 <lyxtabular version="3" rows="3" columns="3">
11135 <features rotate="0" tabularvalignment="middle">
11136 <column alignment="center" valignment="middle" width="2.5cm">
11137 <column alignment="center" valignment="middle" width="0.5cm">
11138 <column alignment="center" valignment="middle" width="0.5cm">
11139 <row>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 zwei
11145 \begin_inset Newline linebreak
11146 \end_inset
11147
11148 Zeilen
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 b
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166 c
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 </row>
11172 <row>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 d
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 e
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 f
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 </row>
11201 <row>
11202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 g
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 h
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 i
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 </lyxtabular>
11231
11232 \end_inset
11233
11234
11235 \end_layout
11236
11237 \end_inset
11238
11239
11240 \end_layout
11241
11242 \begin_layout Standard
11243 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11244  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11245  Tabelle
11246 \begin_inset space ~
11247 \end_inset
11248
11249
11250 \begin_inset CommandInset ref
11251 LatexCommand ref
11252 reference "tab:Table-with-multiple"
11253
11254 \end_inset
11255
11256  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11257 \family sans
11258 Tabellen-Einstellungen
11259 \family default
11260 -Dialog auf 2.5
11261 \begin_inset space \thinspace{}
11262 \end_inset
11263
11264 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11265  Weil unser Text schmaler als 2.5
11266 \begin_inset space \thinspace{}
11267 \end_inset
11268
11269 cm ist, würde er in einer Zeile gedruckt werden.
11270  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11271
11272 \family sans
11273 Strg+Shift+Enter
11274 \family default
11275 ) eingefügt.
11276  Wenn der Text länger ist, wird er automatisch umgebrochen.
11277 \end_layout
11278
11279 \begin_layout Standard
11280 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11281  setzen Sie die Breite der beiden Spalten im 
11282 \family sans
11283 Tabellen-Einstellungen
11284 \family default
11285 -Dialog auf 0.5
11286 \begin_inset space \thinspace{}
11287 \end_inset
11288
11289 cm und die vertikale Ausrichtung auf zentriert.
11290 \end_layout
11291
11292 \begin_layout Standard
11293 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11294  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11295  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11296  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11297  Fügen sie daher 0
11298 \begin_inset space \thinspace{}
11299 \end_inset
11300
11301 pt horizontalen Abstand vor dem Wort ein.
11302  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11303  Tabelle
11304 \begin_inset space ~
11305 \end_inset
11306
11307
11308 \begin_inset CommandInset ref
11309 LatexCommand ref
11310 reference "tab:Table-with-and"
11311
11312 \end_inset
11313
11314  zeigt die Wirkungen.
11315 \end_layout
11316
11317 \begin_layout Standard
11318 \begin_inset Float table
11319 placement h
11320 wide false
11321 sideways false
11322 status open
11323
11324 \begin_layout Plain Layout
11325 \begin_inset Caption Standard
11326
11327 \begin_layout Plain Layout
11328 \begin_inset CommandInset label
11329 LatexCommand label
11330 name "tab:Table-with-and"
11331
11332 \end_inset
11333
11334 Tabelle ohne und mit Silbentrennung
11335 \end_layout
11336
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \begin_layout Plain Layout
11343 \begin_inset space \hfill{}
11344 \end_inset
11345
11346
11347 \begin_inset Tabular
11348 <lyxtabular version="3" rows="3" columns="3">
11349 <features rotate="0" tabularvalignment="middle">
11350 <column alignment="center" valignment="middle" width="2.5cm">
11351 <column alignment="center" valignment="middle" width="0.5cm">
11352 <column alignment="center" valignment="middle" width="0.5cm">
11353 <row>
11354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 einsehrlangesZellenwort
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 b
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 c
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 </row>
11382 <row>
11383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 d
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 e
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 f
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 </row>
11411 <row>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 g
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 h
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 i
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 </row>
11440 </lyxtabular>
11441
11442 \end_inset
11443
11444
11445 \begin_inset space \hfill{}
11446 \end_inset
11447
11448
11449 \begin_inset Tabular
11450 <lyxtabular version="3" rows="3" columns="3">
11451 <features rotate="0" tabularvalignment="middle">
11452 <column alignment="center" valignment="middle" width="2.5cm">
11453 <column alignment="center" valignment="middle" width="0.5cm">
11454 <column alignment="center" valignment="middle" width="0.5cm">
11455 <row>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 \begin_inset space \hspace{}
11461 \length 0pt
11462 \end_inset
11463
11464 einsehrlangesZellenwort
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 b
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 c
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 <row>
11489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 d
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 e
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 f
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 <row>
11518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 g
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 h
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 i
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 </row>
11546 </lyxtabular>
11547
11548 \end_inset
11549
11550
11551 \begin_inset space \hfill{}
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \end_inset
11558
11559
11560 \end_layout
11561
11562 \begin_layout Subsection
11563 Mehrfachspalten
11564 \begin_inset CommandInset label
11565 LatexCommand label
11566 name "uab:Mehrfachspalten"
11567
11568 \end_inset
11569
11570
11571 \begin_inset Index idx
11572 status collapsed
11573
11574 \begin_layout Plain Layout
11575 Mahrfachspalten
11576 \end_layout
11577
11578 \end_inset
11579
11580
11581 \begin_inset Index idx
11582 status collapsed
11583
11584 \begin_layout Plain Layout
11585 Tabellen ! Mahrfachspalten
11586 \end_layout
11587
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \begin_layout Subsubsection
11594 Grundlagen
11595 \end_layout
11596
11597 \begin_layout Standard
11598 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11599  und verwenden dann den Knopf 
11600 \begin_inset Info
11601 type  "icon"
11602 arg   "inset-modify tabular multicolumn"
11603 \end_inset
11604
11605  in der Werkzeugleiste, das Menü 
11606 \family sans
11607 Bearbeiten\SpecialChar \menuseparator
11608 Tabelle\SpecialChar \menuseparator
11609 Mehrfachspalte
11610 \family default
11611 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11612  
11613 \family sans
11614 Mehrfachspalte
11615 \family default
11616 .
11617 \end_layout
11618
11619 \begin_layout Standard
11620 Mehrfachspalten haben ihre eigenen Einstellungen.
11621  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11622  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11623  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11624 \end_layout
11625
11626 \begin_layout Standard
11627 \align center
11628 \begin_inset Tabular
11629 <lyxtabular version="3" rows="3" columns="4">
11630 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11631 <column alignment="center" valignment="top" width="0pt">
11632 <column alignment="center" valignment="middle">
11633 <column alignment="center" valignment="top" width="0in">
11634 <column alignment="center" valignment="top" width="0pt">
11635 <row>
11636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 abc
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649 def ghi
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 jkl
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 </row>
11673 <row>
11674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678
11679 \family roman
11680 \series medium
11681 \shape up
11682 \size normal
11683 \emph off
11684 \bar no
11685 \noun off
11686 \color none
11687 A
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 B
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 C
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 D
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 </row>
11720 <row>
11721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 1
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 2
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 3
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 4
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 </row>
11758 </lyxtabular>
11759
11760 \end_inset
11761
11762
11763 \end_layout
11764
11765 \begin_layout Subsubsection
11766 Mehrfachspalten-Berechnungen
11767 \begin_inset CommandInset label
11768 LatexCommand label
11769 name "uab:Mehrfachspalten-Berechnungen"
11770
11771 \end_inset
11772
11773
11774 \begin_inset Index idx
11775 status collapsed
11776
11777 \begin_layout Plain Layout
11778 Mahrfachspalten ! Berechnung
11779 \end_layout
11780
11781 \end_inset
11782
11783
11784 \begin_inset Index idx
11785 status collapsed
11786
11787 \begin_layout Plain Layout
11788 Tabellen ! Mahrfachspalten ! Berechnung
11789 \end_layout
11790
11791 \end_inset
11792
11793
11794 \end_layout
11795
11796 \begin_layout Standard
11797 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11798  Zellen beachten.
11799 \end_layout
11800
11801 \begin_layout Standard
11802 \begin_inset Float table
11803 placement h
11804 wide false
11805 sideways false
11806 status open
11807
11808 \begin_layout Plain Layout
11809 \begin_inset Caption Standard
11810
11811 \begin_layout Plain Layout
11812 \begin_inset CommandInset label
11813 LatexCommand label
11814 name "tab:Table-with-centered"
11815
11816 \end_inset
11817
11818 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11819  die halbe Breite der Mehrfachspalten-Zelle haben
11820 \begin_inset Argument 1
11821 status collapsed
11822
11823 \begin_layout Plain Layout
11824 Eine Mehrfachspalten-Tabelle
11825 \end_layout
11826
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \begin_layout Plain Layout
11838 \align center
11839 \begin_inset Tabular
11840 <lyxtabular version="3" rows="3" columns="3">
11841 <features rotate="0" tabularvalignment="middle">
11842 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11843 <column alignment="center" valignment="middle">
11844 <column alignment="center" valignment="top">
11845 <row>
11846 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 Dies ist eine Mehrfach\SpecialChar \-
11851 spalten-Zelle
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 c
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 </row>
11875 <row>
11876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11877 \begin_inset Text
11878
11879 \begin_layout Plain Layout
11880 d
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 e
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 f
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 </row>
11904 <row>
11905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11906 \begin_inset Text
11907
11908 \begin_layout Plain Layout
11909 g
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918 h
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 i
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 </row>
11933 </lyxtabular>
11934
11935 \end_inset
11936
11937
11938 \end_layout
11939
11940 \end_inset
11941
11942
11943 \end_layout
11944
11945 \begin_layout Standard
11946 Um Tabelle
11947 \begin_inset space ~
11948 \end_inset
11949
11950
11951 \begin_inset CommandInset ref
11952 LatexCommand ref
11953 reference "tab:Table-with-centered"
11954
11955 \end_inset
11956
11957  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11958  3×3-Tabelle, kreuzen im 
11959 \family sans
11960 Tabellen-Einstellungen
11961 \family default
11962 -Dialog 
11963 \family sans
11964 Mehrfachspalte
11965 \family default
11966  an, setzen die 
11967 \family sans
11968 Horizontale
11969 \begin_inset space ~
11970 \end_inset
11971
11972 Ausrichtung
11973 \family default
11974  auf 
11975 \family sans
11976 Zentriert
11977 \family default
11978  und die 
11979 \family sans
11980 Breite
11981 \family default
11982  auf 2.5
11983 \begin_inset space \thinspace{}
11984 \end_inset
11985
11986 cm.
11987  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11988  Sie die Breite der ersten Spalte auf 1.25
11989 \begin_inset space \thinspace{}
11990 \end_inset
11991
11992 cm setzen.
11993  Die zweite Spalte wird dann automatisch 1.25
11994 \begin_inset space \thinspace{}
11995 \end_inset
11996
11997 cm breit (Breite der 
11998 \family sans
11999 Mehrfachspalte
12000 \family default
12001  
12002 \begin_inset Formula $-$
12003 \end_inset
12004
12005  Breite der ersten Spalte).
12006  Dies wurde so für Tabelle
12007 \begin_inset space ~
12008 \end_inset
12009
12010
12011 \begin_inset CommandInset ref
12012 LatexCommand ref
12013 reference "tab:Table-without-half"
12014
12015 \end_inset
12016
12017  gemacht.
12018 \end_layout
12019
12020 \begin_layout Standard
12021 \begin_inset Float table
12022 wide false
12023 sideways false
12024 status open
12025
12026 \begin_layout Plain Layout
12027 \begin_inset Caption Standard
12028
12029 \begin_layout Plain Layout
12030 \begin_inset CommandInset label
12031 LatexCommand label
12032 name "tab:Table-without-half"
12033
12034 \end_inset
12035
12036 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12037  wie die Mehrfachspalte
12038 \begin_inset Argument 1
12039 status collapsed
12040
12041 \begin_layout Plain Layout
12042 Eine unvollkommene Mehrfachspalten-Tabelle
12043 \end_layout
12044
12045 \end_inset
12046
12047
12048 \end_layout
12049
12050 \end_inset
12051
12052
12053 \end_layout
12054
12055 \begin_layout Plain Layout
12056 \align center
12057 \begin_inset Tabular
12058 <lyxtabular version="3" rows="3" columns="3">
12059 <features rotate="0" tabularvalignment="middle">
12060 <column alignment="center" valignment="top" width="1.25cm">
12061 <column alignment="center" valignment="top">
12062 <column alignment="center" valignment="top">
12063 <row>
12064 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 Dies ist auch eine Mehr\SpecialChar \-
12069 fach\SpecialChar \-
12070 spalten-Zelle
12071 \end_layout
12072
12073 \end_inset
12074 </cell>
12075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088 c
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 </row>
12094 <row>
12095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 d
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108 e
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 f
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 </row>
12123 <row>
12124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12125 \begin_inset Text
12126
12127 \begin_layout Plain Layout
12128 g
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137 h
12138 \end_layout
12139
12140 \end_inset
12141 </cell>
12142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 i
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 </row>
12152 </lyxtabular>
12153
12154 \end_inset
12155
12156
12157 \end_layout
12158
12159 \end_inset
12160
12161
12162 \end_layout
12163
12164 \begin_layout Standard
12165 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12166  als die zweite ist.
12167  Das liegt daran, dass die Zellenbreite 
12168 \begin_inset Formula $W_{\mathrm{tot}}$
12169 \end_inset
12170
12171  nicht ihre definierte Breite 
12172 \begin_inset Formula $W_{g}$
12173 \end_inset
12174
12175  ist, sondern ein wenig mehr.
12176  Anhang
12177 \begin_inset space ~
12178 \end_inset
12179
12180
12181 \begin_inset CommandInset ref
12182 LatexCommand ref
12183 reference "kap:Erläuterung-einer-Gleichung"
12184
12185 \end_inset
12186
12187  erklärt das genauer.
12188 \end_layout
12189
12190 \begin_layout Standard
12191 Wenn 
12192 \emph on
12193 n
12194 \emph default
12195  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12196  die definierte Breite 
12197 \begin_inset Formula $W_{g\, n}$
12198 \end_inset
12199
12200  einer Spalte, deren totale Breite = 
12201 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12202 \end_inset
12203
12204  sein soll, wie folgt:
12205 \begin_inset Formula 
12206 \begin{equation}
12207 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12208 \end{equation}
12209
12210 \end_inset
12211
12212
12213 \end_layout
12214
12215 \begin_layout Standard
12216 In unserem Falls ist 
12217 \begin_inset Formula $n=2$
12218 \end_inset
12219
12220
12221 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12222 \end_inset
12223
12224 cm, und damit wird aus Gleichung
12225 \begin_inset space ~
12226 \end_inset
12227
12228
12229 \begin_inset CommandInset ref
12230 LatexCommand ref
12231 reference "eq:Wgn"
12232
12233 \end_inset
12234
12235  
12236 \begin_inset Formula 
12237 \begin{equation}
12238 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12239 \end{equation}
12240
12241 \end_inset
12242
12243
12244 \end_layout
12245
12246 \begin_layout Standard
12247 Damit LaTeX rechnen kann, muss das Paket 
12248 \series bold
12249 calc
12250 \series default
12251  im Vorspann geladen werden.
12252 \begin_inset Index idx
12253 status collapsed
12254
12255 \begin_layout Plain Layout
12256 LaTeX-Pakete ! calc
12257 \end_layout
12258
12259 \end_inset
12260
12261
12262 \end_layout
12263
12264 \begin_layout Standard
12265
12266 \series bold
12267
12268 \backslash
12269 usepackage{calc}
12270 \end_layout
12271
12272 \begin_layout Standard
12273 LyX erlaubt im 
12274 \family sans
12275 Breite
12276 \family default
12277 -Feld des 
12278 \family sans
12279 Tabellen-Einstellungen
12280 \family default
12281 -Dialogs keine Berechnungen.
12282  Deshalb müssen Sie die Formel für die Breite im Feld 
12283 \family sans
12284 LaTe
12285 \begin_inset ERT
12286 status collapsed
12287
12288 \begin_layout Plain Layout
12289
12290 {}
12291 \end_layout
12292
12293 \end_inset
12294
12295 X-Argument
12296 \family default
12297  eingeben.
12298  Hier iss ein Überblick über die Argumente:
12299 \end_layout
12300
12301 \begin_layout Itemize
12302
12303 \series bold
12304 p{Breite}
12305 \series default
12306  die Zelle bekommt eine feste 
12307 \series bold
12308 Breite
12309 \series default
12310 , und die vertikale Ausrichtung ist 
12311 \family sans
12312 Oben
12313 \end_layout
12314
12315 \begin_layout Itemize
12316
12317 \series bold
12318 m{Breite}
12319 \series default
12320  die Zelle bekommt eine feste 
12321 \series bold
12322 Breite
12323 \series default
12324 , und die vertikale Ausrichtung ist 
12325 \family sans
12326 Mitte
12327 \end_layout
12328
12329 \begin_layout Itemize
12330
12331 \series bold
12332 b{Breite}
12333 \series default
12334  die Zelle bekommt eine feste 
12335 \series bold
12336 Breite
12337 \series default
12338 , und die vertikale Ausrichtung ist 
12339 \family sans
12340 Unten
12341 \end_layout
12342
12343 \begin_layout Standard
12344 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12345  für diese Zelle überschrieben.
12346 \end_layout
12347
12348 \begin_layout Standard
12349 \begin_inset Note Greyedout
12350 status open
12351
12352 \begin_layout Plain Layout
12353
12354 \series bold
12355 Bemerkung:
12356 \series default
12357  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12358  angezeigt.
12359 \end_layout
12360
12361 \end_inset
12362
12363
12364 \end_layout
12365
12366 \begin_layout Standard
12367 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12368  der Zelle mit dem Inhalt 
12369 \begin_inset Quotes gld
12370 \end_inset
12371
12372 d
12373 \begin_inset Quotes grd
12374 \end_inset
12375
12376  der Tabelle
12377 \begin_inset space ~
12378 \end_inset
12379
12380
12381 \begin_inset CommandInset ref
12382 LatexCommand ref
12383 reference "tab:Table-with-centered"
12384
12385 \end_inset
12386
12387  auch noch der Befehl
12388 \family typewriter
12389 \series bold
12390  
12391 \family default
12392
12393 \backslash
12394 centering
12395 \series default
12396  hinzugefügt.
12397  Das Ganze sieht dann so aus:
12398 \end_layout
12399
12400 \begin_layout Standard
12401
12402 \series bold
12403 |>{
12404 \backslash
12405 centering}m{1.25cm-6.2pt}
12406 \end_layout
12407
12408 \begin_layout Standard
12409 Der vertikale Strich 
12410 \series bold
12411
12412 \begin_inset Quotes gld
12413 \end_inset
12414
12415 |
12416 \series default
12417
12418 \begin_inset Quotes grd
12419 \end_inset
12420
12421  am Anfang zeichnet die linke Linie, und der Befehl 
12422 \series bold
12423
12424 \begin_inset Quotes gld
12425 \end_inset
12426
12427 >{ }
12428 \begin_inset Quotes grd
12429 \end_inset
12430
12431
12432 \series default
12433  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12434  der Zelle benutzt werden sollen.
12435 \end_layout
12436
12437 \begin_layout Standard
12438 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12439  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12440  für einzelne Spalten anwendet.
12441  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12442  werden:
12443 \end_layout
12444
12445 \begin_layout Standard
12446
12447 \series bold
12448 |>{
12449 \backslash
12450 centering}m{2.5cm}|
12451 \end_layout
12452
12453 \begin_layout Subsection
12454 Mehrfachzeilen
12455 \begin_inset CommandInset label
12456 LatexCommand label
12457 name "uab:Mehrfachzeilen"
12458
12459 \end_inset
12460
12461
12462 \begin_inset Index idx
12463 status collapsed
12464
12465 \begin_layout Plain Layout
12466 Mehrfachzeilen
12467 \end_layout
12468
12469 \end_inset
12470
12471
12472 \begin_inset Index idx
12473 status collapsed
12474
12475 \begin_layout Plain Layout
12476 Tabellen ! Mehrfachzeilen
12477 \end_layout
12478
12479 \end_inset
12480
12481
12482 \end_layout
12483
12484 \begin_layout Standard
12485 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12486  und verwenden dann den Knopf 
12487 \begin_inset Info
12488 type  "icon"
12489 arg   "inset-modify tabular multirow"
12490 \end_inset
12491
12492  in der Werkzeugleiste, das Menü 
12493 \family sans
12494 Bearbeiten\SpecialChar \menuseparator
12495 Tabelle\SpecialChar \menuseparator
12496 Mehrfachzeile
12497 \family default
12498 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12499  
12500 \family sans
12501 Mehrfachzeile
12502 \family default
12503 .
12504 \end_layout
12505
12506 \begin_layout Standard
12507 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12508 \end_layout
12509
12510 \begin_layout Standard
12511 \align center
12512 \begin_inset Tabular
12513 <lyxtabular version="3" rows="3" columns="3">
12514 <features rotate="0" tabularvalignment="middle">
12515 <column alignment="center" valignment="top" width="0pt">
12516 <column alignment="center" valignment="top">
12517 <column alignment="center" valignment="top">
12518 <row>
12519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 ein langer Eintrag
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 b
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 c
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 </row>
12547 <row>
12548 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 Mehrfachzeile
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 e
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Plain Layout
12570 f
12571 \end_layout
12572
12573 \end_inset
12574 </cell>
12575 </row>
12576 <row>
12577 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Plain Layout
12581
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 h
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599 i
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 </row>
12605 </lyxtabular>
12606
12607 \end_inset
12608
12609
12610 \end_layout
12611
12612 \begin_layout Standard
12613 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12614  Spalte festgelegt.
12615  Der 
12616 \family sans
12617 Vertikale Versatz
12618 \family default
12619  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12620  positiv/negativ ist.
12621 \end_layout
12622
12623 \begin_layout Standard
12624 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12625  die Mehrfachzeile die Ausrichtung der Spalte.
12626  Ansonsten ist sie standardmäßig links ausgerichtet.
12627  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12628 \series bold
12629
12630 \backslash
12631 multirowsetup
12632 \series default
12633  mit dem Befehl
12634 \end_layout
12635
12636 \begin_layout Standard
12637
12638 \series bold
12639
12640 \backslash
12641 renewcommand{
12642 \backslash
12643 multirowsetup}{
12644 \backslash
12645 centering}
12646 \end_layout
12647
12648 \begin_layout Standard
12649 im LaTeX-Vorspann.
12650  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12651  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12652  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12653  erneuert werden.
12654  Für rechtsbündigen Text ersetzt man 
12655 \series bold
12656
12657 \backslash
12658 centering
12659 \series default
12660  durch 
12661 \series bold
12662
12663 \backslash
12664 raggedleft
12665 \series default
12666 .
12667  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12668 \series bold
12669
12670 \backslash
12671 raggedright
12672 \series default
12673  verwendet.
12674 \end_layout
12675
12676 \begin_layout Standard
12677 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12678  die -4
12679 \begin_inset space \thinspace{}
12680 \end_inset
12681
12682 mm vertikalen Versatz hat und sich in einer 3
12683 \begin_inset space \thinspace{}
12684 \end_inset
12685
12686 cm breiten Spalte befindet:
12687 \end_layout
12688
12689 \begin_layout Standard
12690 \noindent
12691 \align center
12692 \begin_inset ERT
12693 status collapsed
12694
12695 \begin_layout Plain Layout
12696
12697
12698 \backslash
12699 renewcommand{
12700 \backslash
12701 multirowsetup}{
12702 \backslash
12703 raggedleft}
12704 \end_layout
12705
12706 \end_inset
12707
12708
12709 \begin_inset Tabular
12710 <lyxtabular version="3" rows="4" columns="3">
12711 <features rotate="0" tabularvalignment="middle">
12712 <column alignment="center" valignment="top" width="3cm">
12713 <column alignment="center" valignment="top">
12714 <column alignment="center" valignment="top">
12715 <row>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 ein langer Eintrag
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 b
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738 c
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 </row>
12744 <row>
12745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 t
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 n
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767 m
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 </row>
12773 <row>
12774 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 Mehrfachzeile
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 e
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 f
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 </row>
12802 <row>
12803 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 h
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 i
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 </row>
12831 </lyxtabular>
12832
12833 \end_inset
12834
12835
12836 \begin_inset ERT
12837 status collapsed
12838
12839 \begin_layout Plain Layout
12840
12841
12842 \backslash
12843 renewcommand{
12844 \backslash
12845 multirowsetup}{
12846 \backslash
12847 raggedright}
12848 \end_layout
12849
12850 \end_inset
12851
12852
12853 \end_layout
12854
12855 \begin_layout Standard
12856 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12857  (Tastenkürzel 
12858 \family sans
12859 Strg+Enter
12860 \family default
12861 ) verwenden.
12862  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12863 \end_layout
12864
12865 \begin_layout Standard
12866 \noindent
12867 \align center
12868 \begin_inset Tabular
12869 <lyxtabular version="3" rows="3" columns="2">
12870 <features rotate="0" tabularvalignment="middle">
12871 <column alignment="left" valignment="middle" width="2cm">
12872 <column alignment="center" valignment="top">
12873 <row>
12874 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 aaa
12879 \begin_inset Newline newline
12880 \end_inset
12881
12882 aaa
12883 \begin_inset Newline newline
12884 \end_inset
12885
12886 falsche Zelle
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 ccc
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 </row>
12901 <row>
12902 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 ddd
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 </row>
12921 <row>
12922 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 bbb
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 eee
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 </row>
12941 </lyxtabular>
12942
12943 \end_inset
12944
12945
12946 \end_layout
12947
12948 \begin_layout Standard
12949 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12950 \end_layout
12951
12952 \begin_layout Subsection
12953 Zellen mit diagonalen Linien
12954 \end_layout
12955
12956 \begin_layout Standard
12957 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
12958  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
12959  oder zwei diagonalen Linien zu teilen.
12960  Dies kann erreicht werden, indem man das LaTeX-Paket 
12961 \series bold
12962 diagbox
12963 \series default
12964
12965 \begin_inset Index idx
12966 status collapsed
12967
12968 \begin_layout Plain Layout
12969 LaTeX-Pakete ! diagbox
12970 \end_layout
12971
12972 \end_inset
12973
12974  im LaTeX-Vorspann lädt.
12975  Das Paket stellt den Befehl 
12976 \series bold
12977
12978 \backslash
12979 diagbox
12980 \series default
12981  zur Verfügung, der als TeX-Code eingefügt wird und 2 oder 3
12982 \begin_inset space ~
12983 \end_inset
12984
12985 Argumente hat:
12986 \end_layout
12987
12988 \begin_layout Standard
12989
12990 \series bold
12991
12992 \backslash
12993 diagbox[Optionen]{links unten}{rechts oben}
12994 \end_layout
12995
12996 \begin_layout Standard
12997
12998 \series bold
12999
13000 \backslash
13001 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13002 \end_layout
13003
13004 \begin_layout Standard
13005 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13006  die Argumente werden unter und über diese Linie platziert.
13007  Das zweite Schema teilt die Zelle mit 2
13008 \begin_inset space ~
13009 \end_inset
13010
13011 Linien.
13012 \end_layout
13013
13014 \begin_layout Standard
13015 \begin_inset ERT
13016 status collapsed
13017
13018 \begin_layout Plain Layout
13019
13020
13021 \backslash
13022 ifdiagbox
13023 \end_layout
13024
13025 \end_inset
13026
13027
13028 \begin_inset Note Note
13029 status open
13030
13031 \begin_layout Plain Layout
13032 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
13033 \series bold
13034 diagbox
13035 \series default
13036  installiert ist.
13037 \end_layout
13038
13039 \end_inset
13040
13041
13042 \end_layout
13043
13044 \begin_layout Standard
13045 Hier ist eine Beispieltabelle in der 
13046 \series bold
13047
13048 \backslash
13049 diagbox 
13050 \series default
13051 im 2-Argument Schema in der ersten Zelle verwendet wird:
13052 \begin_inset VSpace medskip
13053 \end_inset
13054
13055
13056 \end_layout
13057
13058 \begin_layout Standard
13059 \noindent
13060 \begin_inset Tabular
13061 <lyxtabular version="3" rows="4" columns="4">
13062 <features rotate="0" tabularvalignment="middle">
13063 <column alignment="center" valignment="top">
13064 <column alignment="center" valignment="top">
13065 <column alignment="center" valignment="top">
13066 <column alignment="center" valignment="top">
13067 <row>
13068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 \begin_inset ERT
13073 status collapsed
13074
13075 \begin_layout Plain Layout
13076
13077
13078 \backslash
13079 diagbox{
13080 \end_layout
13081
13082 \end_inset
13083
13084 Name
13085 \begin_inset ERT
13086 status collapsed
13087
13088 \begin_layout Plain Layout
13089
13090 }{
13091 \end_layout
13092
13093 \end_inset
13094
13095 Parameter
13096 \begin_inset ERT
13097 status collapsed
13098
13099 \begin_layout Plain Layout
13100
13101 }
13102 \end_layout
13103
13104 \end_inset
13105
13106
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 Dicke in nm
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 Transparenz in %
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133 Härte in MPa
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 </row>
13139 <row>
13140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 Perfekt Grün
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153 45
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 80
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 504
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 </row>
13177 <row>
13178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 Dunkel Multi-P
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 60
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 72
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13206 \begin_inset Text
13207
13208 \begin_layout Plain Layout
13209 982
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 </row>
13215 <row>
13216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 Kristallklar Pro
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 18
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 86
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247 374
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 </row>
13253 </lyxtabular>
13254
13255 \end_inset
13256
13257
13258 \begin_inset VSpace medskip
13259 \end_inset
13260
13261
13262 \end_layout
13263
13264 \begin_layout Standard
13265 \begin_inset Newpage newpage
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \begin_layout Standard
13272 Das 3-Argument Schema ist z.
13273 \begin_inset space \thinspace{}
13274 \end_inset
13275
13276 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13277 \end_layout
13278
13279 \begin_layout Standard
13280 \noindent
13281 \align center
13282 \begin_inset Tabular
13283 <lyxtabular version="3" rows="4" columns="4">
13284 <features rotate="0" tabularvalignment="middle">
13285 <column alignment="center" valignment="top" width="0pt">
13286 <column alignment="center" valignment="top">
13287 <column alignment="center" valignment="top">
13288 <column alignment="center" valignment="top">
13289 <row>
13290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 \begin_inset ERT
13295 status collapsed
13296
13297 \begin_layout Plain Layout
13298
13299
13300 \backslash
13301 diagbox{
13302 \end_layout
13303
13304 \end_inset
13305
13306 Heim
13307 \begin_inset ERT
13308 status collapsed
13309
13310 \begin_layout Plain Layout
13311
13312 }{
13313 \end_layout
13314
13315 \end_inset
13316
13317 Ergebnis
13318 \begin_inset ERT
13319 status collapsed
13320
13321 \begin_layout Plain Layout
13322
13323 }{
13324 \end_layout
13325
13326 \end_inset
13327
13328 Auswärts
13329 \begin_inset ERT
13330 status collapsed
13331
13332 \begin_layout Plain Layout
13333
13334 }
13335 \end_layout
13336
13337 \end_inset
13338
13339
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 Tiger
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357 Panther
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366 Falken
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 </row>
13372 <row>
13373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 Tiger
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13383 \begin_inset Text
13384
13385 \begin_layout Plain Layout
13386 ---
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Plain Layout
13395 1:3
13396 \end_layout
13397
13398 \end_inset
13399 </cell>
13400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13401 \begin_inset Text
13402
13403 \begin_layout Plain Layout
13404 0:1
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 </row>
13410 <row>
13411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 Panther
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 3:1
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 ---
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 0:0
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 </row>
13448 <row>
13449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 Falken
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462 1:0
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471 0:0
13472 \end_layout
13473
13474 \end_inset
13475 </cell>
13476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Plain Layout
13480 ---
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 </row>
13486 </lyxtabular>
13487
13488 \end_inset
13489
13490
13491 \end_layout
13492
13493 \begin_layout Standard
13494 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13495  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13496 \end_layout
13497
13498 \begin_layout Standard
13499 \noindent
13500 \align center
13501 \begin_inset Tabular
13502 <lyxtabular version="3" rows="5" columns="5">
13503 <features rotate="0" tabularvalignment="middle">
13504 <column alignment="center" valignment="top" width="0pt">
13505 <column alignment="center" valignment="top">
13506 <column alignment="center" valignment="top">
13507 <column alignment="center" valignment="top">
13508 <column alignment="center" valignment="top">
13509 <row>
13510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514 \begin_inset ERT
13515 status open
13516
13517 \begin_layout Plain Layout
13518
13519
13520 \backslash
13521 diagbox{
13522 \end_layout
13523
13524 \end_inset
13525
13526 Heim
13527 \begin_inset ERT
13528 status collapsed
13529
13530 \begin_layout Plain Layout
13531
13532 }{
13533 \end_layout
13534
13535 \end_inset
13536
13537 Ergebnis
13538 \begin_inset ERT
13539 status collapsed
13540
13541 \begin_layout Plain Layout
13542
13543 }{
13544 \end_layout
13545
13546 \end_inset
13547
13548 Auswärts
13549 \begin_inset ERT
13550 status collapsed
13551
13552 \begin_layout Plain Layout
13553
13554 }
13555 \end_layout
13556
13557 \end_inset
13558
13559
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 Tiger
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 Panther
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586 Falken
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 \begin_inset ERT
13596 status open
13597
13598 \begin_layout Plain Layout
13599
13600
13601 \backslash
13602 diagbox[dir=NE]{
13603 \end_layout
13604
13605 \end_inset
13606
13607 Heim
13608 \begin_inset ERT
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612
13613 }{
13614 \end_layout
13615
13616 \end_inset
13617
13618 Ergebnis
13619 \begin_inset ERT
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623
13624 }{
13625 \end_layout
13626
13627 \end_inset
13628
13629 Auswärts
13630 \begin_inset ERT
13631 status collapsed
13632
13633 \begin_layout Plain Layout
13634
13635 }
13636 \end_layout
13637
13638 \end_inset
13639
13640
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 </row>
13646 <row>
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" leftline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 ---
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 1:3
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 0:1
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 Tiger
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 </row>
13693 <row>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698 Panther
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 3:1
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 ---
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 0:0
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 Panther
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 </row>
13740 <row>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 Falken
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 1:0
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 0:0
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 ---
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 Falken
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 </row>
13787 <row>
13788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792 \begin_inset ERT
13793 status open
13794
13795 \begin_layout Plain Layout
13796
13797
13798 \backslash
13799 diagbox[dir=SW]{
13800 \end_layout
13801
13802 \end_inset
13803
13804 Heim
13805 \begin_inset ERT
13806 status collapsed
13807
13808 \begin_layout Plain Layout
13809
13810 }{
13811 \end_layout
13812
13813 \end_inset
13814
13815 Ergebnis
13816 \begin_inset ERT
13817 status collapsed
13818
13819 \begin_layout Plain Layout
13820
13821 }{
13822 \end_layout
13823
13824 \end_inset
13825
13826 Auswärts
13827 \begin_inset ERT
13828 status collapsed
13829
13830 \begin_layout Plain Layout
13831
13832 }
13833 \end_layout
13834
13835 \end_inset
13836
13837
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 Tiger
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 Panther
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873 \begin_inset ERT
13874 status open
13875
13876 \begin_layout Plain Layout
13877
13878
13879 \backslash
13880 diagbox[dir=SE]{
13881 \end_layout
13882
13883 \end_inset
13884
13885 Heim
13886 \begin_inset ERT
13887 status collapsed
13888
13889 \begin_layout Plain Layout
13890
13891 }{
13892 \end_layout
13893
13894 \end_inset
13895
13896 Ergebnis
13897 \begin_inset ERT
13898 status collapsed
13899
13900 \begin_layout Plain Layout
13901
13902 }{
13903 \end_layout
13904
13905 \end_inset
13906
13907 Auswärts
13908 \begin_inset ERT
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912
13913 }
13914 \end_layout
13915
13916 \end_inset
13917
13918
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 </row>
13924 </lyxtabular>
13925
13926 \end_inset
13927
13928
13929 \end_layout
13930
13931 \begin_layout Standard
13932 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13933 \series bold
13934 dir=Richtung
13935 \series default
13936  verwendet.
13937  
13938 \emph on
13939 Richtung
13940 \emph default
13941  ist entweder 
13942 \series bold
13943 NE
13944 \series default
13945
13946 \series bold
13947 DE
13948 \series default
13949
13950 \series bold
13951 SW
13952 \series default
13953  oder 
13954 \series bold
13955 NW
13956 \series default
13957  und stellt eine Himmelsrichtung dar.
13958  
13959 \series bold
13960 SW
13961 \series default
13962  ist z.
13963 \begin_inset space \thinspace{}
13964 \end_inset
13965
13966 B.
13967  die Südwestecke.
13968  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
13969 \end_layout
13970
13971 \begin_layout Standard
13972
13973 \series bold
13974
13975 \backslash
13976 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
13977 \end_layout
13978
13979 \begin_layout Standard
13980 verwendet.
13981  Wenn keine Richtung angegeben ist, wird NW verwendet.
13982 \end_layout
13983
13984 \begin_layout Standard
13985 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
13986  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
13987 e ist, ragt der Inhalt über die Zelle hinaus:
13988 \end_layout
13989
13990 \begin_layout Standard
13991 \noindent
13992 \align center
13993 \begin_inset Tabular
13994 <lyxtabular version="3" rows="2" columns="2">
13995 <features rotate="0" tabularvalignment="middle">
13996 <column alignment="center" valignment="top" width="3cm">
13997 <column alignment="center" valignment="top">
13998 <row>
13999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003 \begin_inset ERT
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007
14008
14009 \backslash
14010 diagbox{
14011 \end_layout
14012
14013 \end_inset
14014
14015 Name
14016 \begin_inset ERT
14017 status collapsed
14018
14019 \begin_layout Plain Layout
14020
14021 }{
14022 \end_layout
14023
14024 \end_inset
14025
14026 Parameter
14027 \begin_inset ERT
14028 status collapsed
14029
14030 \begin_layout Plain Layout
14031
14032 }
14033 \end_layout
14034
14035 \end_inset
14036
14037
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14043 \begin_inset Text
14044
14045 \begin_layout Plain Layout
14046 Dicke in nm
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 </row>
14052 <row>
14053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 Perfekt Grün
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 45
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 </row>
14072 </lyxtabular>
14073
14074 \end_inset
14075
14076
14077 \end_layout
14078
14079 \begin_layout Standard
14080 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14081  verwendet man die Befehlsoption 
14082 \series bold
14083 width=3cm
14084 \series default
14085  (ersetzen Sie '3cm' durch die benötigte Breite).
14086  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14087 \begin_inset space \thinspace{}
14088 \end_inset
14089
14090 cm gesetzt.
14091  Für 
14092 \series bold
14093
14094 \backslash
14095 diagbox
14096 \series default
14097  wird eine Breite von 4
14098 \begin_inset space \thinspace{}
14099 \end_inset
14100
14101 cm + 2
14102 \begin_inset space \thinspace{}
14103 \end_inset
14104
14105
14106 \backslash
14107 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14108  diesem Fall 4
14109 \begin_inset space \thinspace{}
14110 \end_inset
14111
14112 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14113  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14114 \series bold
14115
14116 \backslash
14117 diagbox
14118 \series default
14119  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14120  später verwenden kann.
14121  Dies wird mit den TeX-Code Befehlen
14122 \end_layout
14123
14124 \begin_layout Standard
14125
14126 \series bold
14127
14128 \backslash
14129 newlength{
14130 \backslash
14131 diagtest}
14132 \begin_inset Newline newline
14133 \end_inset
14134
14135
14136 \backslash
14137 setlength{
14138 \backslash
14139 diagtest}{4cm+2
14140 \backslash
14141 tabcolsep}
14142 \end_layout
14143
14144 \begin_layout Standard
14145 erreicht.
14146 \end_layout
14147
14148 \begin_layout Standard
14149 \begin_inset ERT
14150 status collapsed
14151
14152 \begin_layout Plain Layout
14153
14154
14155 \backslash
14156 newlength{
14157 \backslash
14158 diagtest}
14159 \end_layout
14160
14161 \begin_layout Plain Layout
14162
14163
14164 \backslash
14165 setlength{
14166 \backslash
14167 diagtest}{4cm+2
14168 \backslash
14169 tabcolsep}
14170 \end_layout
14171
14172 \end_inset
14173
14174
14175 \end_layout
14176
14177 \begin_layout Standard
14178 Um Berechnungen in LaTeX zu aktivieren, muss das Paket 
14179 \series bold
14180 calc
14181 \series default
14182
14183 \begin_inset Index idx
14184 status collapsed
14185
14186 \begin_layout Plain Layout
14187 LaTeX-Pakete ! calc
14188 \end_layout
14189
14190 \end_inset
14191
14192  im LaTeX-Vorspann geladen werden.
14193 \end_layout
14194
14195 \begin_layout Standard
14196 In der Tabelle kann man nun den Befehl
14197 \end_layout
14198
14199 \begin_layout Standard
14200
14201 \series bold
14202
14203 \backslash
14204 diagbox[width=
14205 \backslash
14206 diagtest]{A}{B}
14207 \end_layout
14208
14209 \begin_layout Standard
14210 in der ersten Zelle verwenden:
14211 \end_layout
14212
14213 \begin_layout Standard
14214 \noindent
14215 \align center
14216 \begin_inset Tabular
14217 <lyxtabular version="3" rows="2" columns="2">
14218 <features rotate="0" tabularvalignment="middle">
14219 <column alignment="center" valignment="top" width="4cm">
14220 <column alignment="center" valignment="top">
14221 <row>
14222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 \begin_inset ERT
14227 status open
14228
14229 \begin_layout Plain Layout
14230
14231
14232 \backslash
14233 diagbox[width=
14234 \backslash
14235 diagtest]{
14236 \end_layout
14237
14238 \end_inset
14239
14240 A
14241 \begin_inset ERT
14242 status collapsed
14243
14244 \begin_layout Plain Layout
14245
14246 }{
14247 \end_layout
14248
14249 \end_inset
14250
14251 B
14252 \begin_inset ERT
14253 status collapsed
14254
14255 \begin_layout Plain Layout
14256
14257 }
14258 \end_layout
14259
14260 \end_inset
14261
14262
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14268 \begin_inset Text
14269
14270 \begin_layout Plain Layout
14271 Dicke in nm
14272 \end_layout
14273
14274 \end_inset
14275 </cell>
14276 </row>
14277 <row>
14278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282 Perfekt Grün
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 45
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 </row>
14297 </lyxtabular>
14298
14299 \end_inset
14300
14301
14302 \end_layout
14303
14304 \begin_layout Standard
14305 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14306  muss.
14307  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14308  wie in in dieser Tabelle:
14309 \end_layout
14310
14311 \begin_layout Standard
14312 \noindent
14313 \align center
14314 \begin_inset Tabular
14315 <lyxtabular version="3" rows="2" columns="2">
14316 <features rotate="0" tabularvalignment="middle">
14317 <column alignment="center" valignment="top" width="0pt">
14318 <column alignment="center" valignment="top">
14319 <row>
14320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Plain Layout
14324 \begin_inset ERT
14325 status collapsed
14326
14327 \begin_layout Plain Layout
14328
14329
14330 \backslash
14331 diagbox{
14332 \end_layout
14333
14334 \end_inset
14335
14336 A
14337 \begin_inset ERT
14338 status collapsed
14339
14340 \begin_layout Plain Layout
14341
14342 }{
14343 \end_layout
14344
14345 \end_inset
14346
14347 B
14348 \begin_inset ERT
14349 status collapsed
14350
14351 \begin_layout Plain Layout
14352
14353 }
14354 \end_layout
14355
14356 \end_inset
14357
14358
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367 Dicke in nm
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 </row>
14373 <row>
14374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378 Perfekt Grün
14379 \end_layout
14380
14381 \end_inset
14382 </cell>
14383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14384 \begin_inset Text
14385
14386 \begin_layout Plain Layout
14387 45
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 </row>
14393 </lyxtabular>
14394
14395 \end_inset
14396
14397
14398 \end_layout
14399
14400 \begin_layout Standard
14401 Verwenden Sie in diesem Fall die Option 
14402 \series bold
14403 width
14404 \series default
14405  des Befehls 
14406 \series bold
14407
14408 \backslash
14409 diagbox
14410 \series default
14411 .
14412  Es ist dabei nicht notwendig, 2
14413 \backslash
14414 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14415  ist.
14416  In dieser Tabelle wird eine Breite von 3
14417 \begin_inset space \thinspace{}
14418 \end_inset
14419
14420 cm verwendet:
14421 \end_layout
14422
14423 \begin_layout Standard
14424 \noindent
14425 \align center
14426 \begin_inset Tabular
14427 <lyxtabular version="3" rows="2" columns="2">
14428 <features rotate="0" tabularvalignment="middle">
14429 <column alignment="center" valignment="top" width="0pt">
14430 <column alignment="center" valignment="top">
14431 <row>
14432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436 \begin_inset ERT
14437 status open
14438
14439 \begin_layout Plain Layout
14440
14441
14442 \backslash
14443 diagbox[width=3cm]{
14444 \end_layout
14445
14446 \end_inset
14447
14448 A
14449 \begin_inset ERT
14450 status collapsed
14451
14452 \begin_layout Plain Layout
14453
14454 }{
14455 \end_layout
14456
14457 \end_inset
14458
14459 B
14460 \begin_inset ERT
14461 status collapsed
14462
14463 \begin_layout Plain Layout
14464
14465 }
14466 \end_layout
14467
14468 \end_inset
14469
14470
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Plain Layout
14479 Dicke in nm
14480 \end_layout
14481
14482 \end_inset
14483 </cell>
14484 </row>
14485 <row>
14486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14487 \begin_inset Text
14488
14489 \begin_layout Plain Layout
14490 Perfekt Grün
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499 45
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 </row>
14505 </lyxtabular>
14506
14507 \end_inset
14508
14509
14510 \end_layout
14511
14512 \begin_layout Standard
14513 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14514  Text in der Zelle unterzubringen.
14515  Dies wird mit der 
14516 \series bold
14517
14518 \backslash
14519 diagbox
14520 \series default
14521 -Option 
14522 \series bold
14523 height=3cm
14524 \series default
14525  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14526  In der folgenden Tabelle wird der Befehl
14527 \end_layout
14528
14529 \begin_layout Standard
14530
14531 \series bold
14532
14533 \backslash
14534 diagbox[width=3cm,height=1.4cm]{A
14535 \backslash
14536
14537 \backslash
14538 B}{C
14539 \backslash
14540
14541 \backslash
14542 D}
14543 \end_layout
14544
14545 \begin_layout Standard
14546 in der ersten Zelle verwendet.
14547  Der Befehl 
14548 \series bold
14549
14550 \backslash
14551
14552 \backslash
14553
14554 \series default
14555  erzeugt hierbei den Zeilenumbruch.
14556 \begin_inset Foot
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560 Zeilen mit 
14561 \family sans
14562 Strg+Enter
14563 \family default
14564  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14565 \end_layout
14566
14567 \end_inset
14568
14569
14570 \end_layout
14571
14572 \begin_layout Standard
14573 \noindent
14574 \align center
14575 \begin_inset Tabular
14576 <lyxtabular version="3" rows="2" columns="2">
14577 <features rotate="0" tabularvalignment="middle">
14578 <column alignment="center" valignment="top">
14579 <column alignment="center" valignment="top">
14580 <row>
14581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 \begin_inset ERT
14586 status open
14587
14588 \begin_layout Plain Layout
14589
14590
14591 \backslash
14592 diagbox[width=3cm,height=1.4cm]{
14593 \end_layout
14594
14595 \end_inset
14596
14597 A
14598 \begin_inset ERT
14599 status collapsed
14600
14601 \begin_layout Plain Layout
14602
14603
14604 \backslash
14605
14606 \backslash
14607
14608 \end_layout
14609
14610 \end_inset
14611
14612 B
14613 \begin_inset ERT
14614 status collapsed
14615
14616 \begin_layout Plain Layout
14617
14618 }{
14619 \end_layout
14620
14621 \end_inset
14622
14623 C
14624 \begin_inset ERT
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628
14629
14630 \backslash
14631
14632 \backslash
14633
14634 \end_layout
14635
14636 \end_inset
14637
14638 D
14639 \begin_inset ERT
14640 status collapsed
14641
14642 \begin_layout Plain Layout
14643
14644 }
14645 \end_layout
14646
14647 \end_inset
14648
14649
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14655 \begin_inset Text
14656
14657 \begin_layout Plain Layout
14658 Dicke in nm
14659 \end_layout
14660
14661 \end_inset
14662 </cell>
14663 </row>
14664 <row>
14665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669 Perfekt Grün
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678 45
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 </row>
14684 </lyxtabular>
14685
14686 \end_inset
14687
14688
14689 \end_layout
14690
14691 \begin_layout Standard
14692 \begin_inset ERT
14693 status collapsed
14694
14695 \begin_layout Plain Layout
14696
14697
14698 \backslash
14699 else
14700 \end_layout
14701
14702 \end_inset
14703
14704
14705 \begin_inset Note Note
14706 status open
14707
14708 \begin_layout Plain Layout
14709 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
14710 \series bold
14711 diagbox
14712 \series default
14713  nicht installiert ist:
14714 \end_layout
14715
14716 \end_inset
14717
14718
14719 \end_layout
14720
14721 \begin_layout Standard
14722 Sie müssen das LaTeX-Paket 
14723 \series bold
14724 diagbox
14725 \series default
14726  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14727 \end_layout
14728
14729 \begin_layout Standard
14730 \begin_inset ERT
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734
14735
14736 \backslash
14737 fi
14738 \end_layout
14739
14740 \end_inset
14741
14742
14743 \end_layout
14744
14745 \begin_layout Standard
14746 Für mehr Informationen über das LaTeX-Paket 
14747 \series bold
14748 diagbox
14749 \series default
14750 , siehe dessen Dokumentation, 
14751 \begin_inset CommandInset citation
14752 LatexCommand cite
14753 key "diagbox"
14754
14755 \end_inset
14756
14757 .
14758 \end_layout
14759
14760 \begin_layout Section
14761 Formale Tabellen
14762 \begin_inset CommandInset label
14763 LatexCommand label
14764 name "abs:Formale-Tabellen"
14765
14766 \end_inset
14767
14768
14769 \begin_inset Index idx
14770 status collapsed
14771
14772 \begin_layout Plain Layout
14773 Tabellen ! Formale
14774 \end_layout
14775
14776 \end_inset
14777
14778
14779 \end_layout
14780
14781 \begin_layout Standard
14782 Tabellen werden in Büchern oft wie Tabelle
14783 \begin_inset space ~
14784 \end_inset
14785
14786
14787 \begin_inset CommandInset ref
14788 LatexCommand ref
14789 reference "tab:Formale-Tabelle"
14790
14791 \end_inset
14792
14793  gesetzt.
14794  Diese Tabellen werden
14795 \emph on
14796  formal
14797 \emph default
14798  genannt.
14799  Formale Tabellen bekommen Sie, wenn Sie im 
14800 \family sans
14801 Tabellen-Einstellungen
14802 \family default
14803 -Dialog auf der Karteikarte 
14804 \family sans
14805 Rahmen
14806 \family default
14807  den 
14808 \family sans
14809 Stil
14810 \family default
14811  
14812 \family sans
14813 Formal
14814 \family default
14815  ankreuzen.
14816 \end_layout
14817
14818 \begin_layout Standard
14819 \begin_inset Float table
14820 placement h
14821 wide false
14822 sideways false
14823 status open
14824
14825 \begin_layout Plain Layout
14826 \begin_inset Caption Standard
14827
14828 \begin_layout Plain Layout
14829 \begin_inset CommandInset label
14830 LatexCommand label
14831 name "tab:Formale-Tabelle"
14832
14833 \end_inset
14834
14835 Formale Tabelle
14836 \end_layout
14837
14838 \end_inset
14839
14840
14841 \end_layout
14842
14843 \begin_layout Plain Layout
14844 \align center
14845 \begin_inset Tabular
14846 <lyxtabular version="3" rows="8" columns="4">
14847 <features rotate="0" booktabs="true" tabularvalignment="middle">
14848 <column alignment="center" valignment="top">
14849 <column alignment="right" valignment="top">
14850 <column alignment="right" valignment="top">
14851 <column alignment="right" valignment="top">
14852 <row>
14853 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857 System
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 <cell alignment="center" valignment="top" topline="true" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866 Chip
14867 \begin_inset space \thinspace{}
14868 \end_inset
14869
14870 1
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879 Chip
14880 \begin_inset space \thinspace{}
14881 \end_inset
14882
14883 2
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 </row>
14898 <row>
14899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903 \begin_inset ERT
14904 status collapsed
14905
14906 \begin_layout Plain Layout
14907
14908
14909 \backslash
14910 cmidrule(r){2-2}
14911 \end_layout
14912
14913 \end_inset
14914
14915
14916 \begin_inset ERT
14917 status collapsed
14918
14919 \begin_layout Plain Layout
14920
14921
14922 \backslash
14923 cmidrule(l){3-4}
14924 \end_layout
14925
14926 \end_inset
14927
14928 Detektordicke in µm
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 300
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 <cell alignment="center" valignment="top" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946 300
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell alignment="center" valignment="top" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 700
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 </row>
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 Kantenwinkel in °
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 <cell alignment="center" valignment="top" topline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975 3.55
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 2.71
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" topline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993 7.99
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 </row>
14999 <row topspace="default">
15000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 räumliche Auf\SpecialChar \textcompwordmark{}
15005 lösung in µm
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 <cell alignment="center" valignment="top" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 4.26
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 10.17
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell alignment="center" valignment="top" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032 10.56
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 </row>
15038 <row topspace="default">
15039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043 MTF bei 
15044 \begin_inset Formula $f_{\mathrm{max}}$
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 0.53
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 0.37
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 0.39
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 </row>
15080 <row topspace="default">
15081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085 \begin_inset ERT
15086 status collapsed
15087
15088 \begin_layout Plain Layout
15089
15090
15091 \backslash
15092 cmidrule(l{10pt}){1-1}
15093 \end_layout
15094
15095 \end_inset
15096
15097 LSF räumliche Auf\SpecialChar \textcompwordmark{}
15098 lösung
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107
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
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 </row>
15131 <row>
15132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 in µm
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 129.7
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 <cell alignment="center" valignment="top" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154 52.75
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 50.78
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 </row>
15169 <row>
15170 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 in % der Pixelgröße
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 76.3
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 95.9
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 92.3
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 </row>
15207 </lyxtabular>
15208
15209 \end_inset
15210
15211
15212 \end_layout
15213
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \begin_layout Standard
15220 Abstände zu Tabellenzeilen können auf der Karteikarte 
15221 \family sans
15222 Rahmen
15223 \family default
15224  des 
15225 \family sans
15226 Tabellen-Ein\SpecialChar \-
15227 stel\SpecialChar \-
15228 lun\SpecialChar \-
15229 gen
15230 \family default
15231 -Dialogs hinzugefügt werden, wie in Abschnitt
15232 \begin_inset space ~
15233 \end_inset
15234
15235
15236 \begin_inset CommandInset ref
15237 LatexCommand ref
15238 reference "uab:Zeilenabstand"
15239
15240 \end_inset
15241
15242  beschrieben.
15243 \end_layout
15244
15245 \begin_layout Standard
15246 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15247  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15248  gedruckt aber anders aus.
15249  Die erste und letzte Linie ist 0.08
15250 \begin_inset space \thinspace{}
15251 \end_inset
15252
15253 em dick, während die anderen 0.05
15254 \begin_inset space \thinspace{}
15255 \end_inset
15256
15257 em dick sind.
15258 \end_layout
15259
15260 \begin_layout Standard
15261 Die Standarddicken können im LaTeX-Vorspann geändert werden:
15262 \end_layout
15263
15264 \begin_layout Standard
15265
15266 \series bold
15267
15268 \backslash
15269 let
15270 \backslash
15271 mytoprule
15272 \backslash
15273 toprule
15274 \begin_inset Newline newline
15275 \end_inset
15276
15277
15278 \backslash
15279 renewcommand{
15280 \backslash
15281 toprule}{
15282 \backslash
15283 mytoprule[Breite]}
15284 \end_layout
15285
15286 \begin_layout Standard
15287 Dies Beispiel gilt für die oberste Linie, genannt 
15288 \series bold
15289 toprule
15290 \series default
15291 .
15292  Für die letzte müssen Sie 
15293 \series bold
15294 toprule
15295 \series default
15296  durch 
15297 \series bold
15298 bottomrule
15299 \series default
15300  ersetzen.
15301  Die Linien dazwischen heißen 
15302 \series bold
15303 midrule
15304 \series default
15305 .
15306  Für 
15307 \family sans
15308 Breite
15309 \family default
15310  können Sie alle Einheiten benutzen, die in Anhang
15311 \begin_inset space ~
15312 \end_inset
15313
15314
15315 \begin_inset CommandInset ref
15316 LatexCommand ref
15317 reference "kap:In-LyX-verfügbare"
15318
15319 \end_inset
15320
15321  aufgelistet sind.
15322 \end_layout
15323
15324 \begin_layout Standard
15325 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15326  eine Linie unter einer Mehrfachspalte.
15327  LyX wird intern den Befehl 
15328 \series bold
15329
15330 \backslash
15331 cmidrule
15332 \series default
15333  benutzen, um diese Linie zu drucken.
15334  Der ganze Befehl sieht so aus:
15335 \end_layout
15336
15337 \begin_layout Standard
15338
15339 \series bold
15340
15341 \backslash
15342 cmidrule[width](trim){Anfangsspalte-Endspalte}
15343 \end_layout
15344
15345 \begin_layout Standard
15346 Die 
15347 \series bold
15348
15349 \backslash
15350 cmidrule
15351 \series default
15352 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
15353  benutzen.
15354  
15355 \series bold
15356
15357 \backslash
15358 cmidrule
15359 \series default
15360  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
15361  erste Zelle einer Zeile einfügt.
15362  Die Linie wird dann über der Zeile gedruckt.
15363 \end_layout
15364
15365 \begin_layout Standard
15366 Der Standardwert ist 0.03
15367 \begin_inset space \thinspace{}
15368 \end_inset
15369
15370 em.
15371  Die Linie reicht von 
15372 \family typewriter
15373 Anfangsspalte
15374 \family default
15375  bis 
15376 \family typewriter
15377 End\SpecialChar \-
15378 spal\SpecialChar \-
15379 te
15380 \family default
15381 .
15382  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15383   Der optionale Parameter 
15384 \family typewriter
15385 trim
15386 \family default
15387  kann die Werte 
15388 \emph on
15389 r
15390 \emph default
15391
15392 \emph on
15393 r{Breite}
15394 \emph default
15395
15396 \emph on
15397 l
15398 \family typewriter
15399 \emph default
15400  
15401 \family default
15402 oder 
15403 \emph on
15404 l{Breite}
15405 \emph default
15406  annehmen, wobei die 
15407 \family sans
15408 Breite
15409 \family default
15410  optional ist.
15411  
15412 \emph on
15413 l{2pt}
15414 \emph default
15415  zum Beispiel bedeutet, dass die Linie links um 2
15416 \begin_inset space \thinspace{}
15417 \end_inset
15418
15419 pt gekürzt wird.
15420  Ohne Breitenangabe werden die Linien um 0.5
15421 \begin_inset space \thinspace{}
15422 \end_inset
15423
15424 em gekürzt.
15425 \end_layout
15426
15427 \begin_layout Standard
15428 \begin_inset VSpace bigskip
15429 \end_inset
15430
15431 In Tabelle
15432 \begin_inset space ~
15433 \end_inset
15434
15435
15436 \begin_inset CommandInset ref
15437 LatexCommand ref
15438 reference "tab:Formale-Tabelle"
15439
15440 \end_inset
15441
15442  wurden die Befehle
15443 \end_layout
15444
15445 \begin_layout Standard
15446
15447 \series bold
15448
15449 \backslash
15450 cmidrule(r){2-2}
15451 \backslash
15452 cmidrule(l){3-4}
15453 \end_layout
15454
15455 \begin_layout Standard
15456 am Anfang der zweiten Zeile und
15457 \end_layout
15458
15459 \begin_layout Standard
15460
15461 \series bold
15462
15463 \backslash
15464 cmidrule(l{10pt}){1-1}
15465 \end_layout
15466
15467 \begin_layout Standard
15468 in der sechsten benutzt.
15469 \end_layout
15470
15471 \begin_layout Standard
15472 \begin_inset VSpace bigskip
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \begin_layout Standard
15479 Sie können mit 
15480 \series bold
15481
15482 \backslash
15483 cmidrule
15484 \series default
15485  auch überlappende Linien wie in Tabelle
15486 \begin_inset space ~
15487 \end_inset
15488
15489
15490 \begin_inset CommandInset ref
15491 LatexCommand ref
15492 reference "tab:Special-booktabs-table"
15493
15494 \end_inset
15495
15496  definieren.
15497  Der Befehl ist:
15498 \end_layout
15499
15500 \begin_layout Standard
15501
15502 \series bold
15503
15504 \backslash
15505 morecmidrules
15506 \end_layout
15507
15508 \begin_layout Standard
15509 In Zeile zwei der Tabelle
15510 \begin_inset space ~
15511 \end_inset
15512
15513
15514 \begin_inset CommandInset ref
15515 LatexCommand ref
15516 reference "tab:Special-booktabs-table"
15517
15518 \end_inset
15519
15520  wurde folgender Befehl benutzt:
15521 \end_layout
15522
15523 \begin_layout Standard
15524
15525 \series bold
15526
15527 \backslash
15528 cmidrule(r){2-2}
15529 \backslash
15530 cmidrule(l){3-4}
15531 \backslash
15532 morecmidrules
15533 \begin_inset Newline newline
15534 \end_inset
15535
15536
15537 \backslash
15538 cmidrule{2-4}
15539 \end_layout
15540
15541 \begin_layout Standard
15542 und in Zeile sechs:
15543 \end_layout
15544
15545 \begin_layout Standard
15546
15547 \series bold
15548
15549 \backslash
15550 midrule
15551 \backslash
15552 morecmidrules
15553 \backslash
15554 cmidrule{3-4}
15555 \end_layout
15556
15557 \begin_layout Standard
15558 \begin_inset VSpace bigskip
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Standard
15565 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15566  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15567 \end_layout
15568
15569 \begin_layout Standard
15570
15571 \series bold
15572
15573 \backslash
15574 specialrule{Dicke}{Abstand davor}{Abstand danach}
15575 \end_layout
15576
15577 \begin_layout Standard
15578 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
15579 \series bold
15580 booktabs
15581 \series default
15582  
15583 \begin_inset CommandInset citation
15584 LatexCommand cite
15585 key "booktabs"
15586
15587 \end_inset
15588
15589 .
15590 \begin_inset Index idx
15591 status collapsed
15592
15593 \begin_layout Plain Layout
15594 LaTeX-Pakete ! booktabs
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \begin_layout Standard
15603 \begin_inset Float table
15604 placement h
15605 wide false
15606 sideways false
15607 status open
15608
15609 \begin_layout Plain Layout
15610 \begin_inset Caption Standard
15611
15612 \begin_layout Plain Layout
15613 \begin_inset CommandInset label
15614 LatexCommand label
15615 name "tab:Special-booktabs-table"
15616
15617 \end_inset
15618
15619 Eine spezielle formale Tabelle
15620 \end_layout
15621
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \begin_layout Plain Layout
15628 \align center
15629 \begin_inset Tabular
15630 <lyxtabular version="3" rows="8" columns="4">
15631 <features rotate="0" booktabs="true" tabularvalignment="middle">
15632 <column alignment="center" valignment="top">
15633 <column alignment="center" valignment="top">
15634 <column alignment="right" valignment="top">
15635 <column alignment="right" valignment="top">
15636 <row>
15637 <cell alignment="center" valignment="top" topline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Plain Layout
15641 System
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell alignment="center" valignment="top" topline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650 Chip
15651 \begin_inset space \thinspace{}
15652 \end_inset
15653
15654 1
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663 Chip
15664 \begin_inset space \thinspace{}
15665 \end_inset
15666
15667 2
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 </row>
15682 <row>
15683 <cell alignment="center" valignment="top" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 \begin_inset ERT
15688 status collapsed
15689
15690 \begin_layout Plain Layout
15691
15692
15693 \backslash
15694 cmidrule(r){2-2}
15695 \end_layout
15696
15697 \end_inset
15698
15699
15700 \begin_inset ERT
15701 status collapsed
15702
15703 \begin_layout Plain Layout
15704
15705
15706 \backslash
15707 cmidrule(l){3-4}
15708 \end_layout
15709
15710 \end_inset
15711
15712
15713 \begin_inset ERT
15714 status collapsed
15715
15716 \begin_layout Plain Layout
15717
15718
15719 \backslash
15720 morecmidrules 
15721 \end_layout
15722
15723 \end_inset
15724
15725
15726 \begin_inset ERT
15727 status collapsed
15728
15729 \begin_layout Plain Layout
15730
15731
15732 \backslash
15733 cmidrule{2-4}
15734 \end_layout
15735
15736 \end_inset
15737
15738 Detektordicke in µm
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 300
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 300
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 700
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 <row>
15772 <cell alignment="center" valignment="top" topline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 Kantenwinkel in °
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" topline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 3,55
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 2,71
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803 7,99
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 </row>
15809 <row topspace="default">
15810 <cell alignment="center" valignment="top" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814 räumliche Auf\SpecialChar \textcompwordmark{}
15815 lösung in µm
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 <cell alignment="center" valignment="top" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824 4,26
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="center" valignment="top" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833 10,17
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 10,56
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 MTF bei 
15854 \begin_inset Formula $f_{\mathrm{max}}$
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 0,53
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875 0,37
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884 0,39
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 </row>
15890 <row>
15891 <cell alignment="center" valignment="top" topline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895 \begin_inset ERT
15896 status collapsed
15897
15898 \begin_layout Plain Layout
15899
15900
15901 \backslash
15902 morecmidrules 
15903 \end_layout
15904
15905 \end_inset
15906
15907
15908 \begin_inset ERT
15909 status collapsed
15910
15911 \begin_layout Plain Layout
15912
15913
15914 \backslash
15915 cmidrule{3-4}
15916 \end_layout
15917
15918 \end_inset
15919
15920 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
15921 lösung
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 <cell alignment="center" valignment="top" topline="true" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" topline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" topline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 </row>
15954 <row>
15955 <cell alignment="center" valignment="top" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 in µm
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 129,7
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 52,75
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986 50,78
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 </row>
15992 <row>
15993 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997 in % der Pixelgröße
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 76,3
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 95,9
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024 92,3
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 </row>
16030 </lyxtabular>
16031
16032 \end_inset
16033
16034
16035 \end_layout
16036
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \begin_layout Section
16043 Vertikale Tabellen-Ausrichtung
16044 \begin_inset Index idx
16045 status collapsed
16046
16047 \begin_layout Plain Layout
16048 Tabellen ! Ausrichtung
16049 \end_layout
16050
16051 \end_inset
16052
16053
16054 \end_layout
16055
16056 \begin_layout Standard
16057 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16058  einer Box sein.
16059  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16060 \begin_inset space ~
16061 \end_inset
16062
16063
16064 \begin_inset CommandInset ref
16065 LatexCommand ref
16066 reference "abs:Box-Dialog"
16067
16068 \end_inset
16069
16070  beschrieben.
16071 \end_layout
16072
16073 \begin_layout Standard
16074 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16075 \begin_inset Foot
16076 status collapsed
16077
16078 \begin_layout Plain Layout
16079 Minipages werden in Abschnitt
16080 \begin_inset space ~
16081 \end_inset
16082
16083
16084 \begin_inset CommandInset ref
16085 LatexCommand ref
16086 reference "abs:Minipage"
16087
16088 \end_inset
16089
16090  beschrieben.
16091 \end_layout
16092
16093 \end_inset
16094
16095  mit 15
16096 \begin_inset space \thinspace{}
16097 \end_inset
16098
16099 col%-Breite:
16100 \end_layout
16101
16102 \begin_layout Itemize
16103 Test 
16104 \begin_inset Box Frameless
16105 position "t"
16106 hor_pos "c"
16107 has_inner_box 1
16108 inner_pos "c"
16109 use_parbox 0
16110 use_makebox 0
16111 width "15col%"
16112 special "none"
16113 height "1in"
16114 height_special "totalheight"
16115 status collapsed
16116
16117 \begin_layout Plain Layout
16118 \begin_inset Tabular
16119 <lyxtabular version="3" rows="3" columns="3">
16120 <features rotate="0" tabularvalignment="middle">
16121 <column alignment="center" valignment="top">
16122 <column alignment="center" valignment="top">
16123 <column alignment="center" valignment="top">
16124 <row>
16125 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 Tabelle 1
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 </row>
16153 <row>
16154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16155 \begin_inset Text
16156
16157 \begin_layout Plain Layout
16158 b
16159 \end_layout
16160
16161 \end_inset
16162 </cell>
16163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167 e
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 h
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 </row>
16182 <row>
16183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Plain Layout
16187 c
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196 f
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205 i
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 </lyxtabular>
16212
16213 \end_inset
16214
16215
16216 \end_layout
16217
16218 \end_inset
16219
16220  Test 
16221 \begin_inset ERT
16222 status collapsed
16223
16224 \begin_layout Plain Layout
16225
16226
16227 \backslash
16228 raisebox{0.85
16229 \backslash
16230 baselineskip}{
16231 \end_layout
16232
16233 \end_inset
16234
16235
16236 \begin_inset Box Frameless
16237 position "t"
16238 hor_pos "c"
16239 has_inner_box 1
16240 inner_pos "c"
16241 use_parbox 0
16242 use_makebox 0
16243 width "15col%"
16244 special "none"
16245 height "1in"
16246 height_special "totalheight"
16247 status collapsed
16248
16249 \begin_layout Plain Layout
16250 \begin_inset Tabular
16251 <lyxtabular version="3" rows="3" columns="3">
16252 <features rotate="0" tabularvalignment="middle">
16253 <column alignment="center" valignment="top">
16254 <column alignment="center" valignment="top">
16255 <column alignment="center" valignment="top">
16256 <row>
16257 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261 Tabelle 2
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 </row>
16285 <row>
16286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290 b
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 e
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308 h
16309 \end_layout
16310
16311 \end_inset
16312 </cell>
16313 </row>
16314 <row>
16315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 c
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328 f
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337 i
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 </row>
16343 </lyxtabular>
16344
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351
16352
16353 \begin_inset ERT
16354 status collapsed
16355
16356 \begin_layout Plain Layout
16357
16358 }
16359 \end_layout
16360
16361 \end_inset
16362
16363
16364 \end_layout
16365
16366 \begin_layout Itemize
16367 Test 
16368 \begin_inset Box Frameless
16369 position "c"
16370 hor_pos "c"
16371 has_inner_box 1
16372 inner_pos "c"
16373 use_parbox 0
16374 use_makebox 0
16375 width "15col%"
16376 special "none"
16377 height "1in"
16378 height_special "totalheight"
16379 status collapsed
16380
16381 \begin_layout Plain Layout
16382 \begin_inset Tabular
16383 <lyxtabular version="3" rows="3" columns="3">
16384 <features rotate="0" tabularvalignment="middle">
16385 <column alignment="center" valignment="top">
16386 <column alignment="center" valignment="top">
16387 <column alignment="center" valignment="top">
16388 <row>
16389 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393 Tabelle 3
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 </row>
16417 <row>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422 b
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431 e
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 h
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 </row>
16446 <row>
16447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451 c
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 f
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469 i
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 </row>
16475 </lyxtabular>
16476
16477 \end_inset
16478
16479
16480 \end_layout
16481
16482 \end_inset
16483
16484
16485 \end_layout
16486
16487 \begin_layout Itemize
16488 Test 
16489 \begin_inset Box Frameless
16490 position "b"
16491 hor_pos "c"
16492 has_inner_box 1
16493 inner_pos "c"
16494 use_parbox 0
16495 use_makebox 0
16496 width "15col%"
16497 special "none"
16498 height "1in"
16499 height_special "totalheight"
16500 status collapsed
16501
16502 \begin_layout Plain Layout
16503 \begin_inset Tabular
16504 <lyxtabular version="3" rows="3" columns="3">
16505 <features rotate="0" tabularvalignment="middle">
16506 <column alignment="center" valignment="top">
16507 <column alignment="center" valignment="top">
16508 <column alignment="center" valignment="top">
16509 <row>
16510 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 Tabelle 4
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 </row>
16538 <row>
16539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543 b
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 e
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 h
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row>
16568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 c
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 f
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 i
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 </row>
16596 </lyxtabular>
16597
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \end_inset
16604
16605 Test 
16606 \begin_inset ERT
16607 status collapsed
16608
16609 \begin_layout Plain Layout
16610
16611
16612 \backslash
16613 raisebox{-0.32
16614 \backslash
16615 baselineskip}{
16616 \end_layout
16617
16618 \end_inset
16619
16620
16621 \begin_inset Box Frameless
16622 position "b"
16623 hor_pos "c"
16624 has_inner_box 1
16625 inner_pos "c"
16626 use_parbox 0
16627 use_makebox 0
16628 width "15col%"
16629 special "none"
16630 height "1in"
16631 height_special "totalheight"
16632 status collapsed
16633
16634 \begin_layout Plain Layout
16635 \begin_inset Tabular
16636 <lyxtabular version="3" rows="3" columns="3">
16637 <features rotate="0" tabularvalignment="middle">
16638 <column alignment="center" valignment="top">
16639 <column alignment="center" valignment="top">
16640 <column alignment="center" valignment="top">
16641 <row>
16642 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646 Tabelle 5
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 </row>
16670 <row>
16671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675 b
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 e
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 h
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 </row>
16699 <row>
16700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704 c
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 f
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 i
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 </row>
16728 </lyxtabular>
16729
16730 \end_inset
16731
16732
16733 \end_layout
16734
16735 \end_inset
16736
16737
16738 \begin_inset ERT
16739 status collapsed
16740
16741 \begin_layout Plain Layout
16742
16743 }
16744 \end_layout
16745
16746 \end_inset
16747
16748
16749 \end_layout
16750
16751 \begin_layout Standard
16752 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16753 \begin_inset space \space{}
16754 \end_inset
16755
16756 1 und letzten Zeile von Tabelle
16757 \begin_inset space \space{}
16758 \end_inset
16759
16760 4 bezüglich dem Wort 
16761 \begin_inset Quotes gld
16762 \end_inset
16763
16764 Test
16765 \begin_inset Quotes grd
16766 \end_inset
16767
16768  nicht richtig ausgerichtet.
16769  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16770 \begin_inset Quotes gld
16771 \end_inset
16772
16773 Raisebox
16774 \begin_inset Quotes grd
16775 \end_inset
16776
16777
16778 \begin_inset Foot
16779 status collapsed
16780
16781 \begin_layout Plain Layout
16782 Raiseboxen werden in Abschnitt
16783 \begin_inset space ~
16784 \end_inset
16785
16786
16787 \begin_inset CommandInset ref
16788 LatexCommand ref
16789 reference "uab:Vertikale-Ausrichtung"
16790
16791 \end_inset
16792
16793  beschrieben.
16794 \end_layout
16795
16796 \end_inset
16797
16798  setzen.
16799  In Tabelle
16800 \begin_inset space \space{}
16801 \end_inset
16802
16803 2 wurde der Text mit dem Befehl
16804 \end_layout
16805
16806 \begin_layout Standard
16807
16808 \series bold
16809
16810 \backslash
16811 raisebox{0.85
16812 \backslash
16813 baselineskip}{
16814 \end_layout
16815
16816 \begin_layout Standard
16817 vor der Box ausgerichtet.
16818  Hinter der Box wurde auch noch 
16819 \series bold
16820 }
16821 \series default
16822  als TeX-Code eingefügt, weil der obige Befehl mit 
16823 \series bold
16824 {
16825 \series default
16826  aufhörte.
16827  Für Tabelle
16828 \begin_inset space \space{}
16829 \end_inset
16830
16831 5 wurde der Befehl
16832 \end_layout
16833
16834 \begin_layout Standard
16835
16836 \series bold
16837
16838 \backslash
16839 raisebox{-0.32
16840 \backslash
16841 baselineskip}{
16842 \end_layout
16843
16844 \begin_layout Standard
16845 benutzt.
16846 \end_layout
16847
16848 \begin_layout Standard
16849 \begin_inset Note Greyedout
16850 status open
16851
16852 \begin_layout Plain Layout
16853
16854 \series bold
16855 Bemerkung:
16856 \series default
16857  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16858  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16859  Der Faktor im 
16860 \series bold
16861
16862 \backslash
16863 raisebox
16864 \series default
16865 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16866 \end_layout
16867
16868 \end_inset
16869
16870
16871 \end_layout
16872
16873 \begin_layout Section
16874 Farbige Tabellen
16875 \begin_inset CommandInset label
16876 LatexCommand label
16877 name "abs:Farbige-Tabellen"
16878
16879 \end_inset
16880
16881
16882 \begin_inset Index idx
16883 status collapsed
16884
16885 \begin_layout Plain Layout
16886 Tabellen ! farbige
16887 \end_layout
16888
16889 \end_inset
16890
16891
16892 \end_layout
16893
16894 \begin_layout Subsection
16895 Farbige Zellen
16896 \begin_inset Index idx
16897 status collapsed
16898
16899 \begin_layout Plain Layout
16900 farbige !  Tabellenzellen
16901 \end_layout
16902
16903 \end_inset
16904
16905
16906 \end_layout
16907
16908 \begin_layout Standard
16909 \begin_inset Float table
16910 placement h
16911 wide false
16912 sideways false
16913 status open
16914
16915 \begin_layout Plain Layout
16916 \begin_inset Caption Standard
16917
16918 \begin_layout Plain Layout
16919 \begin_inset CommandInset label
16920 LatexCommand label
16921 name "tab:Farbige-Tabelle-ohne"
16922
16923 \end_inset
16924
16925 Farbige Tabelle, ohne Paket 
16926 \series bold
16927 colortbl
16928 \series default
16929
16930 \begin_inset Argument 1
16931 status collapsed
16932
16933 \begin_layout Plain Layout
16934 Tabelle ohne 
16935 \family typewriter
16936 colortbl
16937 \end_layout
16938
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \end_inset
16945
16946
16947 \end_layout
16948
16949 \begin_layout Plain Layout
16950 \align center
16951 \begin_inset Tabular
16952 <lyxtabular version="3" rows="3" columns="3">
16953 <features rotate="0" tabularvalignment="middle">
16954 <column alignment="center" valignment="top">
16955 <column alignment="center" valignment="top">
16956 <column alignment="center" valignment="top">
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \color green
16964 a
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973
16974 \color red
16975 b
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984
16985 \color red
16986 c
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \color green
16999 d
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008
17009 \color blue
17010 e
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019
17020 \color blue
17021 f
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 <row>
17028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \color green
17034 g
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043
17044 \color blue
17045 h
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054
17055 \color blue
17056 i
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 </lyxtabular>
17063
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \begin_layout Standard
17075 Wenn Sie nur farbigen Text
17076 \begin_inset Index idx
17077 status collapsed
17078
17079 \begin_layout Plain Layout
17080 Farbe ! für Text
17081 \end_layout
17082
17083 \end_inset
17084
17085  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17086 \family sans
17087 Textstil
17088 \family default
17089 -Dialog (Werkzeugleistenknopf 
17090 \begin_inset Info
17091 type  "icon"
17092 arg   "dialog-show character"
17093 \end_inset
17094
17095 ) wie es in Tabelle
17096 \begin_inset space ~
17097 \end_inset
17098
17099
17100 \begin_inset CommandInset ref
17101 LatexCommand ref
17102 reference "tab:Farbige-Tabelle-ohne"
17103
17104 \end_inset
17105
17106  gemacht wurde.
17107  In anderen Fällen müssen Sie das LaTeX-Paket 
17108 \series bold
17109 colortbl
17110 \series default
17111  benutzen.
17112 \begin_inset Index idx
17113 status collapsed
17114
17115 \begin_layout Plain Layout
17116 LaTeX-Pakete ! colortbl
17117 \end_layout
17118
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \begin_layout Standard
17125 \begin_inset ERT
17126 status collapsed
17127
17128 \begin_layout Plain Layout
17129
17130
17131 \backslash
17132 ifcolortbl
17133 \end_layout
17134
17135 \end_inset
17136
17137
17138 \begin_inset Note Note
17139 status open
17140
17141 \begin_layout Plain Layout
17142 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17143 \series bold
17144 colortbl
17145 \series default
17146  installiert ist.
17147 \end_layout
17148
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \begin_layout Standard
17155 Um farbige Tabellen zu erzeugen, muss 
17156 \series bold
17157 colortbl
17158 \series default
17159  im LaTeX-Vorspann geladen werden:
17160 \end_layout
17161
17162 \begin_layout Standard
17163
17164 \series bold
17165
17166 \backslash
17167 usepackage{colortbl}
17168 \end_layout
17169
17170 \begin_layout Standard
17171 Die Farbe einer Spalte ändert man dann mit dem Befehl
17172 \end_layout
17173
17174 \begin_layout Standard
17175
17176 \series bold
17177
17178 \backslash
17179 columncolor{Farbname}
17180 \end_layout
17181
17182 \begin_layout Standard
17183 innerhalb des Befehls 
17184 \series bold
17185 >{}
17186 \series default
17187 .
17188  Mehr über den Befehl 
17189 \series bold
17190 >{}
17191 \series default
17192  finden Sie im Abschnitt
17193 \begin_inset space ~
17194 \end_inset
17195
17196
17197 \begin_inset CommandInset ref
17198 LatexCommand ref
17199 reference "uab:Mehrfachspalten-Berechnungen"
17200
17201 \end_inset
17202
17203 .
17204 \end_layout
17205
17206 \begin_layout Standard
17207 Folgende Farbnamen sind vordefiniert:
17208 \end_layout
17209
17210 \begin_layout Standard
17211
17212 \family sans
17213 red
17214 \family default
17215
17216 \family sans
17217 green
17218 \family default
17219
17220 \family sans
17221 yellow
17222 \family default
17223
17224 \family sans
17225 blue
17226 \family default
17227
17228 \family sans
17229 cyan
17230 \family default
17231
17232 \family sans
17233 magenta
17234 \family default
17235
17236 \family sans
17237 black
17238 \family default
17239  und 
17240 \family sans
17241 white
17242 \begin_inset Newline newline
17243 \end_inset
17244
17245 (
17246 \family default
17247 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17248 \end_layout
17249
17250 \begin_layout Standard
17251 \begin_inset VSpace medskip
17252 \end_inset
17253
17254
17255 \end_layout
17256
17257 \begin_layout Standard
17258 Wenn Sie die Optionen
17259 \end_layout
17260
17261 \begin_layout Standard
17262
17263 \series bold
17264 usenames,dvipsnames
17265 \end_layout
17266
17267 \begin_layout Standard
17268 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17269  können Sie zusätzlich weitere 61
17270 \begin_inset space ~
17271 \end_inset
17272
17273 Farben verwenden.
17274  Diese Farben sind in Anhang
17275 \begin_inset space ~
17276 \end_inset
17277
17278
17279 \begin_inset CommandInset ref
17280 LatexCommand ref
17281 reference "kap:Liste-der-dvips-Farbnamen"
17282
17283 \end_inset
17284
17285  aufgelistet.
17286  Eine dieser Farben, 
17287 \family sans
17288 Maroon
17289 \family default
17290 , wird als Beispiel in Tabelle
17291 \begin_inset space ~
17292 \end_inset
17293
17294
17295 \begin_inset CommandInset ref
17296 LatexCommand ref
17297 reference "tab:Eine-mit-colortbl"
17298
17299 \end_inset
17300
17301  verwendet.
17302 \end_layout
17303
17304 \begin_layout Standard
17305 \begin_inset VSpace medskip
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \begin_layout Standard
17312 Sie können auch eigene Farben definieren:
17313 \end_layout
17314
17315 \begin_layout Standard
17316
17317 \series bold
17318
17319 \backslash
17320 definecolor{Farbname}{Farbmodell}{Farbwerte}
17321 \end_layout
17322
17323 \begin_layout Standard
17324 Das Farbmodell kann eins der folgenden sein:
17325 \end_layout
17326
17327 \begin_layout Labeling
17328 \labelwidthstring 00.00.0000
17329 cmyk: cyan, magenta, yellow, black
17330 \end_layout
17331
17332 \begin_layout Labeling
17333 \labelwidthstring 00.00.0000
17334 rgb: red, green blue
17335 \end_layout
17336
17337 \begin_layout Labeling
17338 \labelwidthstring 00.00.0000
17339 gray: gray
17340 \end_layout
17341
17342 \begin_layout Standard
17343 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17344  die die entsprechende Farbe für das Farbmodell beschreiben.
17345 \end_layout
17346
17347 \begin_layout Standard
17348 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
17349 \emph on
17350
17351 \begin_inset Quotes gld
17352 \end_inset
17353
17354 dunkelgruen
17355 \emph default
17356
17357 \begin_inset Quotes grd
17358 \end_inset
17359
17360  und 
17361 \begin_inset Quotes gld
17362 \end_inset
17363
17364
17365 \emph on
17366 hellgrau
17367 \emph default
17368
17369 \begin_inset Quotes grd
17370 \end_inset
17371
17372  folgendermaßen definieren:
17373 \end_layout
17374
17375 \begin_layout Standard
17376
17377 \series bold
17378
17379 \backslash
17380 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17381 \end_layout
17382
17383 \begin_layout Standard
17384
17385 \series bold
17386
17387 \backslash
17388 definecolor{hellgrau}{gray}{0.8}
17389 \end_layout
17390
17391 \begin_layout Standard
17392 \begin_inset VSpace medskip
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \begin_layout Standard
17399 Linien werden mit dem Befehl
17400 \end_layout
17401
17402 \begin_layout Standard
17403
17404 \series bold
17405
17406 \backslash
17407 rowcolor{Farbname}
17408 \end_layout
17409
17410 \begin_layout Standard
17411 gefärbt, Zellen mit dem Befehl
17412 \end_layout
17413
17414 \begin_layout Standard
17415
17416 \series bold
17417
17418 \backslash
17419 cellcolor{Farbname}
17420 \end_layout
17421
17422 \begin_layout Standard
17423 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
17424 \end_layout
17425
17426 \begin_layout Standard
17427 Um nur Text zu färben, verwenden Sie den 
17428 \family sans
17429 Textstil
17430 \family default
17431 -Dialog.
17432  Wenn die Zelle aber TeX-Code zum Färben enthält, 
17433 \emph on
17434 markieren Sie nur den Text
17435 \emph default
17436 , sonst werden Sie LaTeX-Fehler erzeugen.
17437 \end_layout
17438
17439 \begin_layout Standard
17440 \begin_inset Note Greyedout
17441 status open
17442
17443 \begin_layout Plain Layout
17444
17445 \series bold
17446 Achtung:
17447 \series default
17448  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17449 \end_layout
17450
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \begin_layout Standard
17457 \begin_inset VSpace medskip
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \begin_layout Standard
17464 Die Tabelle
17465 \begin_inset space ~
17466 \end_inset
17467
17468
17469 \begin_inset CommandInset ref
17470 LatexCommand ref
17471 reference "tab:Eine-mit-colortbl"
17472
17473 \end_inset
17474
17475  wurde folgendermaßen erstellt: die erste Spalte soll 
17476 \emph on
17477
17478 \begin_inset Quotes gld
17479 \end_inset
17480
17481 dunkelgruen
17482 \emph default
17483
17484 \begin_inset Quotes grd
17485 \end_inset
17486
17487  werden, also müssen Sie ins 
17488 \family sans
17489 LaTe
17490 \begin_inset ERT
17491 status collapsed
17492
17493 \begin_layout Plain Layout
17494
17495 {}
17496 \end_layout
17497
17498 \end_inset
17499
17500 X-Argument
17501 \family default
17502  der Zellen der ersten Spalte den Befehl
17503 \end_layout
17504
17505 \begin_layout Standard
17506
17507 \series bold
17508 >{
17509 \backslash
17510 columncolor{dunkelgruen}
17511 \backslash
17512 centering}c
17513 \end_layout
17514
17515 \begin_layout Standard
17516 schreiben.
17517  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
17518 \end_layout
17519
17520 \begin_layout Standard
17521
17522 \series bold
17523
17524 \backslash
17525 rowcolor{cyan}
17526 \end_layout
17527
17528 \begin_layout Standard
17529 in die erste Zelle der ersten Zeile eingefügt.
17530  Diese Farbe ersetzt die Spaltenfarbe.
17531  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17532  Das wird mit folgendem Befehl erreicht:
17533 \end_layout
17534
17535 \begin_layout Standard
17536
17537 \series bold
17538
17539 \backslash
17540 cellcolor{Maroon}
17541 \end_layout
17542
17543 \begin_layout Standard
17544 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17545 \family sans
17546 Textstil
17547 \family default
17548 -Dialog.
17549 \end_layout
17550
17551 \begin_layout Standard
17552 \begin_inset Float table
17553 placement h
17554 wide false
17555 sideways false
17556 status open
17557
17558 \begin_layout Plain Layout
17559 \begin_inset Caption Standard
17560
17561 \begin_layout Plain Layout
17562 \begin_inset CommandInset label
17563 LatexCommand label
17564 name "tab:Eine-mit-colortbl"
17565
17566 \end_inset
17567
17568 Eine mit dem Paket 
17569 \series bold
17570 colortbl
17571 \series default
17572  gefärbte Tabelle
17573 \begin_inset Argument 1
17574 status collapsed
17575
17576 \begin_layout Plain Layout
17577 Tabelle mit 
17578 \family typewriter
17579 colortbl
17580 \end_layout
17581
17582 \end_inset
17583
17584
17585 \end_layout
17586
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \begin_layout Plain Layout
17593 \align center
17594 \begin_inset Tabular
17595 <lyxtabular version="3" rows="3" columns="3">
17596 <features rotate="0" tabularvalignment="middle">
17597 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17598 <column alignment="center" valignment="top">
17599 <column alignment="center" valignment="top">
17600 <row>
17601 <cell alignment="center" valignment="top" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605 \begin_inset ERT
17606 status open
17607
17608 \begin_layout Plain Layout
17609
17610
17611 \backslash
17612 rowcolor{cyan}
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \color magenta
17619 a
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628
17629 \color red
17630 b
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639
17640 \color red
17641 c
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 </row>
17647 <row>
17648 <cell alignment="center" valignment="top" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652
17653 \color yellow
17654 d
17655 \end_layout
17656
17657 \end_inset
17658 </cell>
17659 <cell alignment="center" valignment="top" usebox="none">
17660 \begin_inset Text
17661
17662 \begin_layout Plain Layout
17663
17664 \color blue
17665 e
17666 \end_layout
17667
17668 \end_inset
17669 </cell>
17670 <cell alignment="center" valignment="top" usebox="none">
17671 \begin_inset Text
17672
17673 \begin_layout Plain Layout
17674
17675 \color blue
17676 f
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 </row>
17682 <row>
17683 <cell alignment="center" valignment="top" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687
17688 \color yellow
17689 g
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 <cell alignment="center" valignment="top" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698
17699 \color blue
17700 h
17701 \end_layout
17702
17703 \end_inset
17704 </cell>
17705 <cell alignment="center" valignment="top" usebox="none">
17706 \begin_inset Text
17707
17708 \begin_layout Plain Layout
17709 \begin_inset ERT
17710 status collapsed
17711
17712 \begin_layout Plain Layout
17713
17714
17715 \backslash
17716 cellcolor{Maroon}
17717 \end_layout
17718
17719 \end_inset
17720
17721
17722 \color green
17723 i
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 </row>
17729 </lyxtabular>
17730
17731 \end_inset
17732
17733
17734 \end_layout
17735
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \begin_layout Standard
17742 \begin_inset ERT
17743 status collapsed
17744
17745 \begin_layout Plain Layout
17746
17747
17748 \backslash
17749 else
17750 \end_layout
17751
17752 \end_inset
17753
17754
17755 \begin_inset Note Note
17756 status open
17757
17758 \begin_layout Plain Layout
17759 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
17760 \series bold
17761 colortbl
17762 \series default
17763  nicht installiert ist:
17764 \end_layout
17765
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \begin_layout Standard
17772 Sie müssen das LaTeX-Paket 
17773 \series bold
17774 colortbl
17775 \series default
17776  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17777 \end_layout
17778
17779 \begin_layout Standard
17780 \begin_inset ERT
17781 status collapsed
17782
17783 \begin_layout Plain Layout
17784
17785
17786 \backslash
17787 fi
17788 \end_layout
17789
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \begin_layout Subsection
17796 Farbige Zeilen
17797 \begin_inset Index idx
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801 farbige ! Tabellenzeilen
17802 \end_layout
17803
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \begin_layout Standard
17810 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17811  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17812  Man lädt das LaTeX-Paket 
17813 \series bold
17814 xcolor
17815 \series default
17816
17817 \begin_inset Index idx
17818 status collapsed
17819
17820 \begin_layout Plain Layout
17821 LaTeX-Pakete ! xcolor
17822 \begin_inset ERT
17823 status collapsed
17824
17825 \begin_layout Plain Layout
17826
17827
17828 \backslash
17829 vspace{4mm}
17830 \end_layout
17831
17832 \end_inset
17833
17834
17835 \end_layout
17836
17837 \end_inset
17838
17839  im LaTeX-Vorspann mit dem Befehl
17840 \end_layout
17841
17842 \begin_layout Standard
17843
17844 \series bold
17845
17846 \backslash
17847 usepackage[table]{xcolor}
17848 \end_layout
17849
17850 \begin_layout Standard
17851
17852 \series bold
17853 xcolor
17854 \series default
17855  lädt automatisch auch das LaTeX-Paket 
17856 \series bold
17857 colortbl
17858 \series default
17859
17860 \begin_inset Index idx
17861 status collapsed
17862
17863 \begin_layout Plain Layout
17864 LaTeX-Pakete ! colortbl
17865 \end_layout
17866
17867 \end_inset
17868
17869 , so dass 
17870 \series bold
17871 colortbl
17872 \series default
17873  in Ihrer LaTeX-Distribution installiert sein muss, ansonsten bekommt man
17874  LaTeX-Fehler.
17875 \end_layout
17876
17877 \begin_layout Standard
17878 \begin_inset ERT
17879 status collapsed
17880
17881 \begin_layout Plain Layout
17882
17883
17884 \backslash
17885 ifcolortbl
17886 \end_layout
17887
17888 \end_inset
17889
17890
17891 \begin_inset Note Note
17892 status open
17893
17894 \begin_layout Plain Layout
17895 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17896 \series bold
17897 colortbl
17898 \series default
17899  installiert ist.
17900 \end_layout
17901
17902 \end_inset
17903
17904
17905 \end_layout
17906
17907 \begin_layout Standard
17908 Die Tabellenzeilen werden mit dem Befehl
17909 \end_layout
17910
17911 \begin_layout Standard
17912
17913 \series bold
17914
17915 \backslash
17916 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17917 \end_layout
17918
17919 \begin_layout Standard
17920 eingefärbt, der entweder in den LaTeX-Vorspann oder als TeX-Code vor der
17921  ersten zu färbenden Tabelle eingefügt wird.
17922  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17923  Zeilenfarbe gefärbt werden soll.
17924  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17925  werden.
17926  So führt zum Beispiel der Befehl
17927 \end_layout
17928
17929 \begin_layout Standard
17930
17931 \series bold
17932
17933 \backslash
17934 rowcolors{1}{white}{lightgray}
17935 \end_layout
17936
17937 \begin_layout Standard
17938 zum Farbschema von Tabelle
17939 \begin_inset space ~
17940 \end_inset
17941
17942
17943 \begin_inset CommandInset ref
17944 LatexCommand ref
17945 reference "tab:Tabelle-rowcolors"
17946
17947 \end_inset
17948
17949 .
17950  Der Befehl
17951 \end_layout
17952
17953 \begin_layout Standard
17954
17955 \series bold
17956
17957 \backslash
17958 rowcolors[
17959 \backslash
17960 hline]{1}{lightgray}{cyan}
17961 \end_layout
17962
17963 \begin_layout Standard
17964 führt zum Farbschema von Tabelle
17965 \begin_inset space ~
17966 \end_inset
17967
17968
17969 \begin_inset CommandInset ref
17970 LatexCommand ref
17971 reference "tab:Tabelle-rowcolors-2"
17972
17973 \end_inset
17974
17975 .
17976  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
17977  wird keine Farbe verwendet, so dass der Befehl
17978 \end_layout
17979
17980 \begin_layout Standard
17981
17982 \series bold
17983
17984 \backslash
17985 rowcolors{1}{}{}
17986 \end_layout
17987
17988 \begin_layout Standard
17989 alle Farben löscht.
17990  
17991 \series bold
17992
17993 \backslash
17994 rowcolors
17995 \series default
17996  beeinflusst alle diesem Befehl folgenden Tabellen.
17997 \end_layout
17998
17999 \begin_layout Standard
18000 \begin_inset ERT
18001 status open
18002
18003 \begin_layout Plain Layout
18004
18005
18006 \backslash
18007 rowcolors{1}{white}{lightgray}
18008 \end_layout
18009
18010 \end_inset
18011
18012
18013 \end_layout
18014
18015 \begin_layout Standard
18016 \begin_inset Float table
18017 placement h
18018 wide false
18019 sideways false
18020 status open
18021
18022 \begin_layout Plain Layout
18023 \begin_inset Caption Standard
18024
18025 \begin_layout Plain Layout
18026 \begin_inset CommandInset label
18027 LatexCommand label
18028 name "tab:Tabelle-rowcolors"
18029
18030 \end_inset
18031
18032 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \end_layout
18039
18040 \begin_layout Plain Layout
18041 \align center
18042 \begin_inset Tabular
18043 <lyxtabular version="3" rows="4" columns="3">
18044 <features rotate="0" tabularvalignment="middle">
18045 <column alignment="center" valignment="top">
18046 <column alignment="center" valignment="top" width="0pt">
18047 <column alignment="center" valignment="top" width="0pt">
18048 <row>
18049 <cell alignment="center" valignment="top" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 X
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 <cell alignment="center" valignment="top" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 Y
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071 Z
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 </row>
18077 <row>
18078 <cell alignment="center" valignment="top" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082 1
18083 \end_layout
18084
18085 \end_inset
18086 </cell>
18087 <cell alignment="center" valignment="top" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091 2
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 3
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 </row>
18106 <row>
18107 <cell alignment="center" valignment="top" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111 4
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 5
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 <cell alignment="center" valignment="top" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129 6
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 </row>
18135 <row>
18136 <cell alignment="center" valignment="top" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140 7
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 8
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 <cell alignment="center" valignment="top" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158 9
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 </row>
18164 </lyxtabular>
18165
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \end_inset
18172
18173
18174 \end_layout
18175
18176 \begin_layout Standard
18177 \begin_inset ERT
18178 status open
18179
18180 \begin_layout Plain Layout
18181
18182
18183 \backslash
18184 rowcolors[
18185 \backslash
18186 hline]{1}{lightgray}{cyan}
18187 \end_layout
18188
18189 \end_inset
18190
18191
18192 \end_layout
18193
18194 \begin_layout Standard
18195 \begin_inset Float table
18196 placement h
18197 wide false
18198 sideways false
18199 status open
18200
18201 \begin_layout Plain Layout
18202 \begin_inset Caption Standard
18203
18204 \begin_layout Plain Layout
18205 \begin_inset CommandInset label
18206 LatexCommand label
18207 name "tab:Tabelle-rowcolors-2"
18208
18209 \end_inset
18210
18211 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18212  Linie zwischen jeder Zeile befindet.
18213 \end_layout
18214
18215 \end_inset
18216
18217
18218 \end_layout
18219
18220 \begin_layout Plain Layout
18221 \align center
18222 \begin_inset Tabular
18223 <lyxtabular version="3" rows="4" columns="3">
18224 <features rotate="0" tabularvalignment="middle">
18225 <column alignment="center" valignment="top">
18226 <column alignment="center" valignment="top">
18227 <column alignment="center" valignment="top" width="0pt">
18228 <row>
18229 <cell alignment="center" valignment="top" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 X
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242 Y
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 <cell alignment="center" valignment="top" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251 Z
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 </row>
18257 <row>
18258 <cell alignment="center" valignment="top" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 1
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 <cell alignment="center" valignment="top" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 2
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 3
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 </row>
18286 <row>
18287 <cell alignment="center" valignment="top" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Plain Layout
18291 4
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 <cell alignment="center" valignment="top" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300 5
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 6
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 </row>
18315 <row>
18316 <cell alignment="center" valignment="top" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 7
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 8
18330 \end_layout
18331
18332 \end_inset
18333 </cell>
18334 <cell alignment="center" valignment="top" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338 9
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 </row>
18344 </lyxtabular>
18345
18346 \end_inset
18347
18348
18349 \end_layout
18350
18351 \end_inset
18352
18353
18354 \end_layout
18355
18356 \begin_layout Standard
18357 \begin_inset ERT
18358 status collapsed
18359
18360 \begin_layout Plain Layout
18361
18362
18363 \backslash
18364 rowcolors{1}{}{}
18365 \end_layout
18366
18367 \end_inset
18368
18369
18370 \begin_inset Note Note
18371 status collapsed
18372
18373 \begin_layout Plain Layout
18374 schaltet die Färbung aus
18375 \end_layout
18376
18377 \end_inset
18378
18379
18380 \end_layout
18381
18382 \begin_layout Standard
18383 \begin_inset ERT
18384 status collapsed
18385
18386 \begin_layout Plain Layout
18387
18388
18389 \backslash
18390 else
18391 \end_layout
18392
18393 \end_inset
18394
18395
18396 \begin_inset Note Note
18397 status open
18398
18399 \begin_layout Plain Layout
18400 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
18401 \series bold
18402 colortbl
18403 \series default
18404  nicht installiert ist:
18405 \end_layout
18406
18407 \end_inset
18408
18409
18410 \end_layout
18411
18412 \begin_layout Standard
18413 Sie müssen das LaTeX-Paket 
18414 \series bold
18415 colortbl
18416 \series default
18417  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18418 \end_layout
18419
18420 \begin_layout Standard
18421 \begin_inset ERT
18422 status collapsed
18423
18424 \begin_layout Plain Layout
18425
18426
18427 \backslash
18428 fi
18429 \end_layout
18430
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \begin_layout Subsection
18437 Farbige Linien
18438 \begin_inset Index idx
18439 status collapsed
18440
18441 \begin_layout Plain Layout
18442 farbige !  Tabellenlinien
18443 \end_layout
18444
18445 \end_inset
18446
18447
18448 \end_layout
18449
18450 \begin_layout Standard
18451 Wie in Abschnitt
18452 \begin_inset space ~
18453 \end_inset
18454
18455
18456 \begin_inset CommandInset ref
18457 LatexCommand ref
18458 reference "uab:Liniendicke"
18459
18460 \end_inset
18461
18462  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18463 \series bold
18464
18465 \backslash
18466 arrayrulewidth
18467 \series default
18468  definiert werden.
18469  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18470 \begin_inset space \thinspace{}
18471 \end_inset
18472
18473 pt gesetzt.
18474 \begin_inset ERT
18475 status collapsed
18476
18477 \begin_layout Plain Layout
18478
18479
18480 \backslash
18481 setlength{
18482 \backslash
18483 arrayrulewidth}{1.5pt}
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Standard
18492 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
18493 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18494 \begin_inset space ~
18495 \end_inset
18496
18497
18498 \begin_inset CommandInset ref
18499 LatexCommand ref
18500 reference "uab:Angepasste-Zellen-/Spaltenformate"
18501
18502 \end_inset
18503
18504  definiert:
18505 \end_layout
18506
18507 \begin_layout Standard
18508
18509 \series bold
18510
18511 \backslash
18512 newcolumntype{W}{!{
18513 \backslash
18514 color{green}
18515 \backslash
18516 vline}}
18517 \end_layout
18518
18519 \begin_layout Standard
18520 In Tabelle
18521 \begin_inset space ~
18522 \end_inset
18523
18524
18525 \begin_inset CommandInset ref
18526 LatexCommand ref
18527 reference "tab:Tabelle-mit-farbigen-vert"
18528
18529 \end_inset
18530
18531  wurde das LaTeX-Argument 
18532 \series bold
18533 WcW
18534 \series default
18535  für die letzte und 
18536 \series bold
18537 Wc
18538 \series default
18539  für die anderen Spalten benutzt.
18540 \end_layout
18541
18542 \begin_layout Standard
18543 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18544 \end_layout
18545
18546 \begin_layout Standard
18547 \begin_inset Float table
18548 placement h
18549 wide false
18550 sideways false
18551 status open
18552
18553 \begin_layout Plain Layout
18554 \begin_inset Caption Standard
18555
18556 \begin_layout Plain Layout
18557 \begin_inset CommandInset label
18558 LatexCommand label
18559 name "tab:Tabelle-mit-farbigen-vert"
18560
18561 \end_inset
18562
18563 Tabelle mit farbigen vertikalen Linien
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \begin_layout Plain Layout
18572 \align center
18573 \begin_inset Tabular
18574 <lyxtabular version="3" rows="3" columns="3">
18575 <features rotate="0" tabularvalignment="middle">
18576 <column alignment="center" valignment="top" special="Wc">
18577 <column alignment="center" valignment="top" special="Wc">
18578 <column alignment="center" valignment="top" special="WcW">
18579 <row>
18580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 sd
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 <cell alignment="center" valignment="top" topline="true" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 </row>
18608 <row>
18609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" topline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 sd
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 </row>
18637 <row>
18638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660 sd
18661 \end_layout
18662
18663 \end_inset
18664 </cell>
18665 </row>
18666 </lyxtabular>
18667
18668 \end_inset
18669
18670
18671 \end_layout
18672
18673 \end_inset
18674
18675
18676 \end_layout
18677
18678 \begin_layout Standard
18679 \begin_inset VSpace bigskip
18680 \end_inset
18681
18682 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18683 \begin_inset space ~
18684 \end_inset
18685
18686
18687 \begin_inset CommandInset ref
18688 LatexCommand ref
18689 reference "tab:Tabelle-mit-farbigen-horiz"
18690
18691 \end_inset
18692
18693 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
18694  einfügen:
18695 \end_layout
18696
18697 \begin_layout Standard
18698
18699 \series bold
18700
18701 \backslash
18702 let
18703 \backslash
18704 myHlineC
18705 \backslash
18706 hline
18707 \begin_inset Newline newline
18708 \end_inset
18709
18710
18711 \backslash
18712 renewcommand{
18713 \backslash
18714 hline}
18715 \begin_inset Newline newline
18716 \end_inset
18717
18718
18719 \begin_inset Phantom HPhantom
18720 status open
18721
18722 \begin_layout Plain Layout
18723
18724 \series bold
18725 \begin_inset space ~
18726 \end_inset
18727
18728
18729 \end_layout
18730
18731 \end_inset
18732
18733 {
18734 \backslash
18735 arrayrulecolor{red}
18736 \backslash
18737 myHlineC
18738 \backslash
18739 arrayrulecolor{black}}
18740 \end_layout
18741
18742 \begin_layout Standard
18743 \begin_inset ERT
18744 status collapsed
18745
18746 \begin_layout Plain Layout
18747
18748
18749 \backslash
18750 let
18751 \backslash
18752 myHlineC
18753 \backslash
18754 hline
18755 \end_layout
18756
18757 \begin_layout Plain Layout
18758
18759
18760 \backslash
18761 renewcommand{
18762 \backslash
18763 hline}
18764 \end_layout
18765
18766 \begin_layout Plain Layout
18767
18768  {
18769 \backslash
18770 arrayrulecolor{red}
18771 \backslash
18772 myHlineC
18773 \backslash
18774 arrayrulecolor{black}}
18775 \end_layout
18776
18777 \end_inset
18778
18779
18780 \begin_inset Float table
18781 placement h
18782 wide false
18783 sideways false
18784 status open
18785
18786 \begin_layout Plain Layout
18787 \begin_inset Caption Standard
18788
18789 \begin_layout Plain Layout
18790 \begin_inset CommandInset label
18791 LatexCommand label
18792 name "tab:Tabelle-mit-farbigen-horiz"
18793
18794 \end_inset
18795
18796 Tabelle mit farbigen horizontalen Linien
18797 \end_layout
18798
18799 \end_inset
18800
18801
18802 \end_layout
18803
18804 \begin_layout Plain Layout
18805 \align center
18806 \begin_inset Tabular
18807 <lyxtabular version="3" rows="3" columns="3">
18808 <features rotate="0" tabularvalignment="middle">
18809 <column alignment="center" valignment="top">
18810 <column alignment="center" valignment="top">
18811 <column alignment="center" valignment="top">
18812 <row>
18813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817 sd
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826
18827 \end_layout
18828
18829 \end_inset
18830 </cell>
18831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 </row>
18841 <row>
18842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18852 \begin_inset Text
18853
18854 \begin_layout Plain Layout
18855 sd
18856 \end_layout
18857
18858 \end_inset
18859 </cell>
18860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 </row>
18870 <row>
18871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 sd
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 </row>
18899 </lyxtabular>
18900
18901 \end_inset
18902
18903
18904 \end_layout
18905
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \begin_layout Standard
18912 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18913  als TeX-Code hinter der Tabelle einfügen:
18914 \end_layout
18915
18916 \begin_layout Standard
18917
18918 \series bold
18919
18920 \backslash
18921 renewcommand{
18922 \backslash
18923 hline}{
18924 \backslash
18925 myHlineC}
18926 \end_layout
18927
18928 \begin_layout Standard
18929 Tabelle
18930 \begin_inset space ~
18931 \end_inset
18932
18933
18934 \begin_inset CommandInset ref
18935 LatexCommand ref
18936 reference "tab:Table-with-colored"
18937
18938 \end_inset
18939
18940  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18941 \end_layout
18942
18943 \begin_layout Standard
18944 \begin_inset Float table
18945 placement h
18946 wide false
18947 sideways false
18948 status open
18949
18950 \begin_layout Plain Layout
18951 \begin_inset Caption Standard
18952
18953 \begin_layout Plain Layout
18954 \begin_inset CommandInset label
18955 LatexCommand label
18956 name "tab:Table-with-colored"
18957
18958 \end_inset
18959
18960 Tabelle mit farbigen Linien
18961 \end_layout
18962
18963 \end_inset
18964
18965
18966 \end_layout
18967
18968 \begin_layout Plain Layout
18969 \align center
18970 \begin_inset Tabular
18971 <lyxtabular version="3" rows="3" columns="3">
18972 <features rotate="0" tabularvalignment="middle">
18973 <column alignment="center" valignment="top" special="Wc">
18974 <column alignment="center" valignment="top" special="Wc">
18975 <column alignment="center" valignment="top" special="WcW">
18976 <row>
18977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981 sd
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 <cell alignment="center" valignment="top" topline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 </row>
19005 <row>
19006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 <cell alignment="center" valignment="top" topline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Plain Layout
19019 sd
19020 \end_layout
19021
19022 \end_inset
19023 </cell>
19024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 </row>
19034 <row topspace="default">
19035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057 sd
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 </row>
19063 </lyxtabular>
19064
19065 \end_inset
19066
19067
19068 \end_layout
19069
19070 \end_inset
19071
19072
19073 \end_layout
19074
19075 \begin_layout Standard
19076 \begin_inset ERT
19077 status collapsed
19078
19079 \begin_layout Plain Layout
19080
19081
19082 \backslash
19083 renewcommand{
19084 \backslash
19085 hline}{
19086 \backslash
19087 myHlineC}
19088 \end_layout
19089
19090 \end_inset
19091
19092
19093 \end_layout
19094
19095 \begin_layout Standard
19096 \begin_inset ERT
19097 status collapsed
19098
19099 \begin_layout Plain Layout
19100
19101
19102 \backslash
19103 setlength{
19104 \backslash
19105 arrayrulewidth}{0.4pt}
19106 \end_layout
19107
19108 \end_inset
19109
19110
19111 \begin_inset Note Note
19112 status collapsed
19113
19114 \begin_layout Plain Layout
19115 setzt die Liniendicke wieder auf ihren Standardwert zurück
19116 \end_layout
19117
19118 \end_inset
19119
19120
19121 \end_layout
19122
19123 \begin_layout Section
19124 Rotierte Tabellenzellen
19125 \begin_inset CommandInset label
19126 LatexCommand label
19127 name "abs:Rotierte-Tabellenzellen"
19128
19129 \end_inset
19130
19131
19132 \begin_inset Index idx
19133 status collapsed
19134
19135 \begin_layout Plain Layout
19136 Tabellen ! rotierte Zellen
19137 \end_layout
19138
19139 \end_inset
19140
19141
19142 \begin_inset Index idx
19143 status collapsed
19144
19145 \begin_layout Plain Layout
19146 Rotiertes Material
19147 \end_layout
19148
19149 \end_inset
19150
19151
19152 \end_layout
19153
19154 \begin_layout Standard
19155 \begin_inset Note Greyedout
19156 status open
19157
19158 \begin_layout Plain Layout
19159
19160 \series bold
19161 Achtung:
19162 \series default
19163  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19164 \end_layout
19165
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \begin_layout Standard
19172 Momentan bietet LyX nur an, Tabellenzellen um 90
19173 \begin_inset space \thinspace{}
19174 \end_inset
19175
19176 ° gegen den Uhrzeigersinn zu rotieren.
19177  Um Zellen um Winkel Ihrer Wahl zu rotieren, müssen Sie dies zu Ihrem LaTeX-Vors
19178 pann hinzufügen:
19179 \end_layout
19180
19181 \begin_layout Standard
19182
19183 \series bold
19184
19185 \backslash
19186 @ifundefined{turnbox}{
19187 \backslash
19188 usepackage{rotating}}{}
19189 \end_layout
19190
19191 \begin_layout Standard
19192 In die Tabellenzelle, die rotiert werden soll, fügen Sie zu Beginn diesen
19193  Befehl als TeX-Code ein:
19194 \end_layout
19195
19196 \begin_layout Standard
19197
19198 \series bold
19199
19200 \backslash
19201 begin{turn}{Winkel}
19202 \end_layout
19203
19204 \begin_layout Standard
19205 wobei Winkel der Rotationswinkel in ° ist.
19206  Am Ende der Zellen wird der Befehl
19207 \end_layout
19208
19209 \begin_layout Standard
19210
19211 \series bold
19212
19213 \backslash
19214 end{turn}
19215 \end_layout
19216
19217 \begin_layout Standard
19218 als TeX-Code eingefügt.
19219 \end_layout
19220
19221 \begin_layout Standard
19222 Tabelle
19223 \begin_inset space ~
19224 \end_inset
19225
19226
19227 \begin_inset CommandInset ref
19228 LatexCommand ref
19229 reference "tab:Tabelle-mit-rotierten"
19230
19231 \end_inset
19232
19233  ist ein Beispiel bei dem 3
19234 \begin_inset space ~
19235 \end_inset
19236
19237 Zellen um 45
19238 \begin_inset space \thinspace{}
19239 \end_inset
19240
19241 ° rotiert wurden.
19242 \end_layout
19243
19244 \begin_layout Standard
19245 \begin_inset Float table
19246 wide false
19247 sideways false
19248 status open
19249
19250 \begin_layout Plain Layout
19251 \begin_inset Caption Standard
19252
19253 \begin_layout Plain Layout
19254 \begin_inset CommandInset label
19255 LatexCommand label
19256 name "tab:Tabelle-mit-rotierten"
19257
19258 \end_inset
19259
19260 Tabelle mit rotierten Zellen in der ersten Zeile.
19261 \end_layout
19262
19263 \end_inset
19264
19265
19266 \end_layout
19267
19268 \begin_layout Plain Layout
19269 \noindent
19270 \align center
19271 \begin_inset Tabular
19272 <lyxtabular version="3" rows="2" columns="3">
19273 <features rotate="0" tabularvalignment="middle">
19274 <column alignment="center" valignment="top">
19275 <column alignment="center" valignment="top" width="0pt">
19276 <column alignment="center" valignment="top">
19277 <row>
19278 <cell alignment="center" valignment="top" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 \begin_inset ERT
19283 status collapsed
19284
19285 \begin_layout Plain Layout
19286
19287
19288 \backslash
19289 begin{turn}{45}
19290 \end_layout
19291
19292 \end_inset
19293
19294 Tassen
19295 \begin_inset ERT
19296 status collapsed
19297
19298 \begin_layout Plain Layout
19299
19300
19301 \backslash
19302 end{turn}
19303 \end_layout
19304
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316 \begin_inset ERT
19317 status collapsed
19318
19319 \begin_layout Plain Layout
19320
19321
19322 \backslash
19323 begin{turn}{45}
19324 \end_layout
19325
19326 \end_inset
19327
19328 Teller
19329 \begin_inset ERT
19330 status collapsed
19331
19332 \begin_layout Plain Layout
19333
19334
19335 \backslash
19336 end{turn}
19337 \end_layout
19338
19339 \end_inset
19340
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 \begin_inset ERT
19351 status collapsed
19352
19353 \begin_layout Plain Layout
19354
19355
19356 \backslash
19357 begin{turn}{45}
19358 \end_layout
19359
19360 \end_inset
19361
19362 Untertassen
19363 \begin_inset ERT
19364 status collapsed
19365
19366 \begin_layout Plain Layout
19367
19368
19369 \backslash
19370 end{turn}
19371 \end_layout
19372
19373 \end_inset
19374
19375
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 </row>
19381 <row>
19382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386 45
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395 33
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 21
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 </row>
19410 </lyxtabular>
19411
19412 \end_inset
19413
19414
19415 \end_layout
19416
19417 \end_inset
19418
19419
19420 \end_layout
19421
19422 \begin_layout Standard
19423 \begin_inset Note Greyedout
19424 status open
19425
19426 \begin_layout Plain Layout
19427
19428 \series bold
19429 Achtung:
19430 \series default
19431  Zeilenumbrüche (Tastenkürzel 
19432 \family sans
19433 Strg+Enter
19434 \family default
19435 ) sind in rotierten Zellen nicht erlaubt.
19436 \end_layout
19437
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \begin_layout Standard
19444 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19445  den Zelleninhalt in eine Minipage oder Parbox tun.
19446 \begin_inset Foot
19447 status collapsed
19448
19449 \begin_layout Plain Layout
19450 Für mehr über diese Boxen siehe Abschnitt
19451 \begin_inset space ~
19452 \end_inset
19453
19454
19455 \begin_inset CommandInset ref
19456 LatexCommand ref
19457 reference "abs:Minipage"
19458
19459 \end_inset
19460
19461  und 
19462 \begin_inset CommandInset ref
19463 LatexCommand ref
19464 reference "abs:Parbox"
19465
19466 \end_inset
19467
19468 .
19469 \end_layout
19470
19471 \end_inset
19472
19473  Wenn Sie diese Zelle um 90
19474 \begin_inset space \thinspace{}
19475 \end_inset
19476
19477 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19478  Tabelle
19479 \begin_inset space ~
19480 \end_inset
19481
19482
19483 \begin_inset CommandInset ref
19484 LatexCommand ref
19485 reference "tab:Tabelle-mit-rotierter-Umbruch"
19486
19487 \end_inset
19488
19489  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19490  auch 3
19491 \begin_inset space \thinspace{}
19492 \end_inset
19493
19494 cm gesetzt wurde.
19495 \end_layout
19496
19497 \begin_layout Standard
19498 \begin_inset Float table
19499 wide false
19500 sideways false
19501 status open
19502
19503 \begin_layout Plain Layout
19504 \begin_inset Caption Standard
19505
19506 \begin_layout Plain Layout
19507 \begin_inset CommandInset label
19508 LatexCommand label
19509 name "tab:Tabelle-mit-rotierter-Umbruch"
19510
19511 \end_inset
19512
19513 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19514 \end_layout
19515
19516 \end_inset
19517
19518
19519 \end_layout
19520
19521 \begin_layout Plain Layout
19522 \noindent
19523 \align center
19524 \begin_inset Tabular
19525 <lyxtabular version="3" rows="2" columns="3">
19526 <features rotate="0" tabularvalignment="middle">
19527 <column alignment="center" valignment="top">
19528 <column alignment="center" valignment="top" width="0pt">
19529 <column alignment="center" valignment="top">
19530 <row>
19531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535 a
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544 \begin_inset Box Frameless
19545 position "t"
19546 hor_pos "c"
19547 has_inner_box 1
19548 inner_pos "t"
19549 use_parbox 0
19550 use_makebox 0
19551 width "3cm"
19552 special "none"
19553 height "1in"
19554 height_special "totalheight"
19555 status open
19556
19557 \begin_layout Plain Layout
19558 rotierte Zelle
19559 \begin_inset Newline newline
19560 \end_inset
19561
19562 mit Zeilenumbruch
19563 \end_layout
19564
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 e
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 </row>
19582 <row>
19583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 b
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
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 c
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605 d
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 </row>
19611 </lyxtabular>
19612
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Section
19624 Berechnung der Tabellenbreite
19625 \begin_inset CommandInset label
19626 LatexCommand label
19627 name "abs:Berechnung-der-Tabellenbreite"
19628
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \begin_layout Standard
19635 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19636  Tabelle nicht über den Seitenrand hinausragt.
19637  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19638  aber wie viel Platz wird für jede Spalte benötigt?
19639 \end_layout
19640
19641 \begin_layout Standard
19642 Die Tabellenbreite 
19643 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19644 \end_inset
19645
19646  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19647  
19648 \begin_inset Formula $W_{\mathrm{Spalte}}$
19649 \end_inset
19650
19651  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19652  Spalteninhalt und dem Rand der Spalte (LaTeX-Länge
19653 \series bold
19654  
19655 \backslash
19656 tabcolsep
19657 \series default
19658 , Voreinstellung 6
19659 \begin_inset space \thinspace{}
19660 \end_inset
19661
19662 pt) plus die Breite einer Tabellenlinie (LaTeX-Länge 
19663 \series bold
19664
19665 \backslash
19666 arrayrulewidth
19667 \series default
19668 , Voreinstellung 0.4
19669 \begin_inset space \thinspace{}
19670 \end_inset
19671
19672 pt): Wenn alle 
19673 \begin_inset Formula $n$
19674 \end_inset
19675
19676
19677 \begin_inset space ~
19678 \end_inset
19679
19680 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19681 \begin_inset Formula 
19682 \begin{equation}
19683 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19684 \end{equation}
19685
19686 \end_inset
19687
19688
19689 \end_layout
19690
19691 \begin_layout Standard
19692 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19693  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (LaTeX-Länge
19694  
19695 \series bold
19696
19697 \backslash
19698 columnwidth
19699 \series default
19700 ).
19701  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19702 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19703 \end_inset
19704
19705  gleich 1
19706 \begin_inset space \thinspace{}
19707 \end_inset
19708
19709
19710 \backslash
19711 columnwidth sein soll, kann 
19712 \begin_inset Formula $W_{\mathrm{Spalte}}$
19713 \end_inset
19714
19715  leicht berechnet werden.
19716 \end_layout
19717
19718 \begin_layout Standard
19719 Um Berechnungen ausführen zu können, muss das LaTeX-Paket 
19720 \series bold
19721 calc
19722 \series default
19723
19724 \begin_inset Index idx
19725 status collapsed
19726
19727 \begin_layout Plain Layout
19728 LaTeX-Pakete ! calc
19729 \end_layout
19730
19731 \end_inset
19732
19733  im LaTeX-Vorspann geladen werden.
19734  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19735 \family sans
19736 LaTeX-Argument
19737 \family default
19738  verwendet werden.
19739  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19740 \begin_inset space ~
19741 \end_inset
19742
19743
19744 \begin_inset CommandInset ref
19745 LatexCommand ref
19746 reference "uab:Mehrfachspalten-Berechnungen"
19747
19748 \end_inset
19749
19750  erklärt ist.
19751  Für eine Tabelle mit 5
19752 \begin_inset space \thinspace{}
19753 \end_inset
19754
19755 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19756  für jede Spalte den Befehl
19757 \end_layout
19758
19759 \begin_layout Standard
19760
19761 \series bold
19762 >{
19763 \backslash
19764 centering}p{(1
19765 \backslash
19766 columnwidth-62.4pt)/5}
19767 \end_layout
19768
19769 \begin_layout Standard
19770 an.
19771  Für eine Tabelle mit 5
19772 \begin_inset space \thinspace{}
19773 \end_inset
19774
19775 Spalten bei der 2 das 0,75
19776 \begin_inset space \thinspace{}
19777 \end_inset
19778
19779 fache der Breite der anderen 3
19780 \begin_inset space ~
19781 \end_inset
19782
19783 Spalten haben sollen, ist die Berechnung
19784 \begin_inset Formula 
19785 \begin{align}
19786 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{Spalte}}+2\cdot0,75\, W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19787  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19788  & =4,5\, W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19789 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19790 \end{align}
19791
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \begin_layout Standard
19798 In der Tabelle wird daher der Befehl
19799 \end_layout
19800
19801 \begin_layout Standard
19802
19803 \series bold
19804 >{
19805 \backslash
19806 centering}p{(1
19807 \backslash
19808 columnwidth-62.4pt)/
19809 \backslash
19810 real{4.5}}
19811 \end_layout
19812
19813 \begin_layout Standard
19814 für die breiteren Spalten verwendet und
19815 \end_layout
19816
19817 \begin_layout Standard
19818
19819 \series bold
19820 >{
19821 \backslash
19822 centering}p{(1
19823 \backslash
19824 columnwidth-62.4pt)/
19825 \backslash
19826 real{4.5}*
19827 \backslash
19828 real{0.75}}
19829 \end_layout
19830
19831 \begin_layout Standard
19832 für die schmaleren:
19833 \end_layout
19834
19835 \begin_layout Standard
19836 \begin_inset Tabular
19837 <lyxtabular version="3" rows="2" columns="5">
19838 <features rotate="0" tabularvalignment="middle">
19839 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19840 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19841 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19842 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19843 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19844 <row>
19845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849 1
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858 2
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867 3
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876 4
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885 5
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 </row>
19891 <row>
19892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896 111111 1111111 111111 111111111 11111 11111 1111
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 2222 22222 222222 222222222 2222222 22 22222
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932 333333 333333 333333 33333 3333333 333
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 </row>
19938 </lyxtabular>
19939
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \begin_layout Section
19946 Tabellen-Anpassung
19947 \begin_inset Index idx
19948 status collapsed
19949
19950 \begin_layout Plain Layout
19951 Tabellen ! Anpassung
19952 \end_layout
19953
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \begin_layout Subsection
19960 Zeilenabstand
19961 \begin_inset CommandInset label
19962 LatexCommand label
19963 name "uab:Zeilenabstand"
19964
19965 \end_inset
19966
19967
19968 \begin_inset Index idx
19969 status collapsed
19970
19971 \begin_layout Plain Layout
19972 Tabellen ! Zeilenabstand
19973 \end_layout
19974
19975 \end_inset
19976
19977
19978 \end_layout
19979
19980 \begin_layout Standard
19981 Auf der Karteikarte 
19982 \family sans
19983 Rahmen
19984 \family default
19985  des 
19986 \family sans
19987 Tabellen-Einstellungen
19988 \family default
19989 -Dialogs können Sie 
19990 \family sans
19991 zusätzliche
19992 \begin_inset space ~
19993 \end_inset
19994
19995 Abstände
19996 \family default
19997  einfügen.
19998  Dabei haben Sie drei Möglichkeiten:
19999 \end_layout
20000
20001 \begin_layout Description
20002 Oberhalb
20003 \begin_inset space ~
20004 \end_inset
20005
20006 der
20007 \begin_inset space ~
20008 \end_inset
20009
20010 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20011  Bei einer formalen Tabelle
20012 \begin_inset Foot
20013 status collapsed
20014
20015 \begin_layout Plain Layout
20016 Formale Tabellen wurden in Abschnitt
20017 \begin_inset space ~
20018 \end_inset
20019
20020
20021 \begin_inset CommandInset ref
20022 LatexCommand ref
20023 reference "abs:Formale-Tabellen"
20024
20025 \end_inset
20026
20027  beschrieben.
20028 \end_layout
20029
20030 \end_inset
20031
20032  fügt LyX standardmäßig 0.5
20033 \begin_inset space \thinspace{}
20034 \end_inset
20035
20036 em Leerraum ein.
20037  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20038 \begin_inset VSpace medskip
20039 \end_inset
20040
20041
20042 \begin_inset Newline newline
20043 \end_inset
20044
20045
20046 \begin_inset space \hspace*{}
20047 \length 0pt
20048 \end_inset
20049
20050
20051 \begin_inset space \hfill{}
20052 \end_inset
20053
20054
20055 \begin_inset Tabular
20056 <lyxtabular version="3" rows="3" columns="1">
20057 <features rotate="0" tabularvalignment="middle">
20058 <column alignment="center" valignment="top">
20059 <row>
20060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 A
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 </row>
20070 <row topspace="3mm">
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 3
20076 \begin_inset space \thinspace{}
20077 \end_inset
20078
20079 mm Leerraum oberhalb der Zeile
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 </row>
20085 <row>
20086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 C
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 </row>
20096 </lyxtabular>
20097
20098 \end_inset
20099
20100
20101 \begin_inset space \hfill{}
20102 \end_inset
20103
20104
20105 \begin_inset space \hspace*{}
20106 \length 0pt
20107 \end_inset
20108
20109
20110 \begin_inset VSpace medskip
20111 \end_inset
20112
20113
20114 \begin_inset Newline newline
20115 \end_inset
20116
20117 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20118 n Linien verwenden.
20119 \end_layout
20120
20121 \begin_layout Description
20122 Unterhalb
20123 \begin_inset space ~
20124 \end_inset
20125
20126 der
20127 \begin_inset space ~
20128 \end_inset
20129
20130 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20131  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20132 \begin_inset space \thinspace{}
20133 \end_inset
20134
20135 em Leerraum ein.
20136  Bei normalen Tabellen ist der Standardwert 2
20137 \begin_inset space \thinspace{}
20138 \end_inset
20139
20140 pt.
20141 \end_layout
20142
20143 \begin_layout Description
20144 Zwischen
20145 \begin_inset space ~
20146 \end_inset
20147
20148 den
20149 \begin_inset space ~
20150 \end_inset
20151
20152 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20153  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20154 \begin_inset space \thinspace{}
20155 \end_inset
20156
20157 em Leerraum ein.
20158  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20159 \begin_inset VSpace medskip
20160 \end_inset
20161
20162
20163 \begin_inset Newline newline
20164 \end_inset
20165
20166
20167 \begin_inset space \hspace*{}
20168 \length 0pt
20169 \end_inset
20170
20171
20172 \begin_inset space \hfill{}
20173 \end_inset
20174
20175
20176 \begin_inset Tabular
20177 <lyxtabular version="3" rows="3" columns="1">
20178 <features rotate="0" tabularvalignment="middle">
20179 <column alignment="center" valignment="top">
20180 <row>
20181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185 A
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 </row>
20191 <row interlinespace="3mm">
20192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20193 \begin_inset Text
20194
20195 \begin_layout Plain Layout
20196 \begin_inset Formula $\downarrow$
20197 \end_inset
20198
20199  3
20200 \begin_inset space \thinspace{}
20201 \end_inset
20202
20203 mm Leerraum zwischen den Zeilen 
20204 \begin_inset Formula $\downarrow$
20205 \end_inset
20206
20207
20208 \end_layout
20209
20210 \end_inset
20211 </cell>
20212 </row>
20213 <row>
20214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20215 \begin_inset Text
20216
20217 \begin_layout Plain Layout
20218 \begin_inset Formula $\uparrow$
20219 \end_inset
20220
20221  3
20222 \begin_inset space \thinspace{}
20223 \end_inset
20224
20225 mm Leerraum zwischen den Zeilen 
20226 \begin_inset Formula $\uparrow$
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 </row>
20235 </lyxtabular>
20236
20237 \end_inset
20238
20239
20240 \begin_inset space \hfill{}
20241 \end_inset
20242
20243
20244 \begin_inset space \hspace*{}
20245 \length 0pt
20246 \end_inset
20247
20248
20249 \begin_inset VSpace medskip
20250 \end_inset
20251
20252
20253 \begin_inset Newline newline
20254 \end_inset
20255
20256 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20257 n Linien verwenden.
20258 \end_layout
20259
20260 \begin_layout Standard
20261 \begin_inset VSpace bigskip
20262 \end_inset
20263
20264 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20265  Befehlen im LaTeX-Vorspann machen:
20266 \end_layout
20267
20268 \begin_layout Standard
20269
20270 \series bold
20271
20272 \backslash
20273 @ifundefined{extrarowheight}
20274 \begin_inset Newline newline
20275 \end_inset
20276
20277
20278 \begin_inset Phantom HPhantom
20279 status open
20280
20281 \begin_layout Plain Layout
20282
20283 \series bold
20284 \begin_inset space ~
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \end_inset
20291
20292 {
20293 \backslash
20294 usepackage{array}}{}
20295 \begin_inset Newline newline
20296 \end_inset
20297
20298
20299 \backslash
20300 setlength{
20301 \backslash
20302 extrarowheight}{Höhe}
20303 \end_layout
20304
20305 \begin_layout Standard
20306 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20307  ausgerichtet sind.
20308  (Das Paket 
20309 \series bold
20310 array
20311 \series default
20312  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
20313  verwenden.
20314  Der Befehl 
20315 \series bold
20316
20317 \backslash
20318 @ifundefined
20319 \series default
20320  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20321 \end_layout
20322
20323 \begin_layout Standard
20324 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20325  zu nah an den Buchstaben.
20326  Das kann korrigiert werden, indem man den Befehl 
20327 \series bold
20328
20329 \backslash
20330 strut
20331 \series default
20332  als TeX-Code am Anfang einer Tabellenzeile einfügt.
20333  Tabelle
20334 \begin_inset space ~
20335 \end_inset
20336
20337
20338 \begin_inset CommandInset ref
20339 LatexCommand ref
20340 reference "tab:Vertikale-Ausrichtung-von"
20341
20342 \end_inset
20343
20344  zeigt den Effekt.
20345 \end_layout
20346
20347 \begin_layout Standard
20348 \noindent
20349 \begin_inset Float table
20350 placement h
20351 wide false
20352 sideways false
20353 status open
20354
20355 \begin_layout Plain Layout
20356 \begin_inset Caption Standard
20357
20358 \begin_layout Plain Layout
20359 \begin_inset CommandInset label
20360 LatexCommand label
20361 name "tab:Vertikale-Ausrichtung-von"
20362
20363 \end_inset
20364
20365 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20366 \end_layout
20367
20368 \end_inset
20369
20370
20371 \end_layout
20372
20373 \begin_layout Plain Layout
20374 \begin_inset space \hfill{}
20375 \end_inset
20376
20377
20378 \begin_inset Float table
20379 wide false
20380 sideways false
20381 status collapsed
20382
20383 \begin_layout Plain Layout
20384 \begin_inset Caption Standard
20385
20386 \begin_layout Plain Layout
20387 Normale Tabelle.
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Plain Layout
20396 \noindent
20397 \align center
20398 \begin_inset Tabular
20399 <lyxtabular version="3" rows="6" columns="1">
20400 <features rotate="0" tabularvalignment="middle">
20401 <column alignment="left" valignment="top">
20402 <row>
20403 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407 Normal, g
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 </row>
20413 <row>
20414 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418
20419 \size large
20420 Groß, g
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 </row>
20426 <row>
20427 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20428 \begin_inset Text
20429
20430 \begin_layout Plain Layout
20431
20432 \size larger
20433 Größer, g
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 </row>
20439 <row>
20440 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20441 \begin_inset Text
20442
20443 \begin_layout Plain Layout
20444
20445 \size largest
20446 noch Größer, g
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 </row>
20452 <row>
20453 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457
20458 \size huge
20459 Riesig
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 </row>
20465 <row>
20466 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470
20471 \size giant
20472 Gigantisch
20473 \end_layout
20474
20475 \end_inset
20476 </cell>
20477 </row>
20478 </lyxtabular>
20479
20480 \end_inset
20481
20482
20483 \end_layout
20484
20485 \end_inset
20486
20487
20488 \begin_inset space \hfill{}
20489 \end_inset
20490
20491
20492 \begin_inset Float table
20493 wide false
20494 sideways false
20495 status collapsed
20496
20497 \begin_layout Plain Layout
20498 \begin_inset Caption Standard
20499
20500 \begin_layout Plain Layout
20501 Tabelle bei der der Befehl 
20502 \series bold
20503
20504 \backslash
20505 strut
20506 \series default
20507  verwendet wurde.
20508 \end_layout
20509
20510 \end_inset
20511
20512
20513 \end_layout
20514
20515 \begin_layout Plain Layout
20516 \noindent
20517 \align center
20518 \begin_inset Tabular
20519 <lyxtabular version="3" rows="6" columns="1">
20520 <features rotate="0" tabularvalignment="middle">
20521 <column alignment="left" valignment="top">
20522 <row>
20523 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527 Normal, g
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 </row>
20533 <row>
20534 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538
20539 \size large
20540 \begin_inset ERT
20541 status collapsed
20542
20543 \begin_layout Plain Layout
20544
20545
20546 \backslash
20547 strut 
20548 \end_layout
20549
20550 \end_inset
20551
20552 Groß, g
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 </row>
20558 <row>
20559 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563
20564 \size larger
20565 \begin_inset ERT
20566 status collapsed
20567
20568 \begin_layout Plain Layout
20569
20570
20571 \backslash
20572 strut 
20573 \end_layout
20574
20575 \end_inset
20576
20577 Größer, g
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 </row>
20583 <row>
20584 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588
20589 \size largest
20590 \begin_inset ERT
20591 status collapsed
20592
20593 \begin_layout Plain Layout
20594
20595
20596 \backslash
20597 strut 
20598 \end_layout
20599
20600 \end_inset
20601
20602 noch Größer, g
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 </row>
20608 <row>
20609 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613
20614 \size huge
20615 \begin_inset ERT
20616 status collapsed
20617
20618 \begin_layout Plain Layout
20619
20620
20621 \backslash
20622 strut 
20623 \end_layout
20624
20625 \end_inset
20626
20627 Riesig
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 </row>
20633 <row>
20634 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638
20639 \size giant
20640 \begin_inset ERT
20641 status collapsed
20642
20643 \begin_layout Plain Layout
20644
20645
20646 \backslash
20647 strut 
20648 \end_layout
20649
20650 \end_inset
20651
20652 Gigantisch
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 </row>
20658 </lyxtabular>
20659
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \end_inset
20666
20667
20668 \begin_inset space \hfill{}
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \end_inset
20675
20676
20677 \end_layout
20678
20679 \begin_layout Subsection
20680 Besondere Zellenausrichtung
20681 \begin_inset CommandInset label
20682 LatexCommand label
20683 name "uab:Besondere-Zellenausrichtung"
20684
20685 \end_inset
20686
20687
20688 \begin_inset Index idx
20689 status collapsed
20690
20691 \begin_layout Plain Layout
20692 Tabellen ! Zellenausrichtung
20693 \end_layout
20694
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \begin_layout Standard
20701 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20702  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20703 \begin_inset space ~
20704 \end_inset
20705
20706
20707 \begin_inset CommandInset ref
20708 LatexCommand ref
20709 reference "tab:Tabellenzellen-sind-auf"
20710
20711 \end_inset
20712
20713 .
20714  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20715  dann entweder den Werkzeugleistenknopf 
20716 \begin_inset Info
20717 type  "icon"
20718 arg   "inset-modify tabular align-decimal"
20719 \end_inset
20720
20721  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20722 \family sans
20723 Am
20724 \begin_inset space ~
20725 \end_inset
20726
20727 Dezimaltrenner
20728 \family default
20729  setzt.
20730  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20731  frei wählen.
20732 \end_layout
20733
20734 \begin_layout Standard
20735 \begin_inset Float table
20736 placement h
20737 wide false
20738 sideways false
20739 status open
20740
20741 \begin_layout Plain Layout
20742 \begin_inset Caption Standard
20743
20744 \begin_layout Plain Layout
20745 \begin_inset CommandInset label
20746 LatexCommand label
20747 name "tab:Tabellenzellen-sind-auf"
20748
20749 \end_inset
20750
20751 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20752 \end_layout
20753
20754 \end_inset
20755
20756
20757 \end_layout
20758
20759 \begin_layout Plain Layout
20760 \align center
20761 \begin_inset Tabular
20762 <lyxtabular version="3" rows="4" columns="1">
20763 <features rotate="0" booktabs="true" tabularvalignment="middle">
20764 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20765 <row>
20766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770 Überschrift
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 </row>
20776 <row>
20777 <cell alignment="center" valignment="top" topline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781 12,6
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 </row>
20787 <row>
20788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792 0,68
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 <row>
20799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803 -123,0
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 </row>
20809 </lyxtabular>
20810
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \begin_layout Standard
20822 \begin_inset Float table
20823 placement h
20824 wide false
20825 sideways false
20826 status open
20827
20828 \begin_layout Plain Layout
20829 \begin_inset Caption Standard
20830
20831 \begin_layout Plain Layout
20832 \begin_inset CommandInset label
20833 LatexCommand label
20834 name "tab:Tabellenzellen-Operator"
20835
20836 \end_inset
20837
20838 Tabellenzellen sind auf den Operator ausgerichtet
20839 \end_layout
20840
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \begin_layout Plain Layout
20847 \align center
20848 \begin_inset Tabular
20849 <lyxtabular version="3" rows="4" columns="2">
20850 <features rotate="0" booktabs="true" tabularvalignment="middle">
20851 <column alignment="right" valignment="top" width="0pt">
20852 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20853 <row>
20854 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858 Überschrift
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 </row>
20873 <row>
20874 <cell alignment="center" valignment="top" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878 \begin_inset Formula $12\,+$
20879 \end_inset
20880
20881
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 <cell alignment="center" valignment="top" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890 \begin_inset Formula $\,6$
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 </row>
20899 <row>
20900 <cell alignment="center" valignment="top" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 \begin_inset Formula $0\,-$
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 <cell alignment="center" valignment="top" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916 \begin_inset Formula $\,68$
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 </row>
20925 <row>
20926 <cell alignment="center" valignment="top" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930 \begin_inset Formula $-123\,/$
20931 \end_inset
20932
20933
20934 \end_layout
20935
20936 \end_inset
20937 </cell>
20938 <cell alignment="center" valignment="top" usebox="none">
20939 \begin_inset Text
20940
20941 \begin_layout Plain Layout
20942 \begin_inset Formula $\,0$
20943 \end_inset
20944
20945
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 </row>
20951 </lyxtabular>
20952
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \end_inset
20959
20960
20961 \end_layout
20962
20963 \begin_layout Standard
20964 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
20965  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
20966  Formeln erlaubt.
20967  In diesem Fall verwendet man die Methode von Tabelle
20968 \begin_inset space ~
20969 \end_inset
20970
20971
20972 \begin_inset CommandInset ref
20973 LatexCommand ref
20974 reference "tab:Tabellenzellen-Operator"
20975
20976 \end_inset
20977
20978 .
20979  Diese Tabelle wurde als 4×2 Tabelle erstellt.
20980  Die Überschrift ist eine zentrierte Mehrfachspalte.
20981  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
20982  und den Operator.
20983  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
20984  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
20985  um den üblichen Leerraum um einen Operator zu erhalten.
20986  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
20987  für die zweite Spalte folgendes eingefügt:
20988 \end_layout
20989
20990 \begin_layout Standard
20991
20992 \series bold
20993 @{}l
20994 \end_layout
20995
20996 \begin_layout Standard
20997 Tabelle
20998 \begin_inset space ~
20999 \end_inset
21000
21001
21002 \begin_inset CommandInset ref
21003 LatexCommand ref
21004 reference "tab:Verschiedene-Ausrichtungen"
21005
21006 \end_inset
21007
21008  zeigt einige Ausrichtungen.
21009  Für die Ausrichtung der Relationen wurde ein kleiner 
21010 \family sans
21011 Leerraum
21012 \family default
21013  eingefügt; wie in der zweiten Spalte von Tabelle
21014 \begin_inset space ~
21015 \end_inset
21016
21017
21018 \begin_inset CommandInset ref
21019 LatexCommand ref
21020 reference "tab:Tabellenzellen-Operator"
21021
21022 \end_inset
21023
21024 .
21025 \end_layout
21026
21027 \begin_layout Standard
21028
21029 \color black
21030 \begin_inset Float table
21031 placement h
21032 wide false
21033 sideways false
21034 status open
21035
21036 \begin_layout Plain Layout
21037
21038 \color black
21039 \begin_inset Caption Standard
21040
21041 \begin_layout Plain Layout
21042
21043 \color black
21044 \begin_inset CommandInset label
21045 LatexCommand label
21046 name "tab:Verschiedene-Ausrichtungen"
21047
21048 \end_inset
21049
21050
21051 \color inherit
21052 Verschiedene Ausrichtungen
21053 \end_layout
21054
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \begin_layout Plain Layout
21061 \align center
21062 \begin_inset Tabular
21063 <lyxtabular version="3" rows="4" columns="6">
21064 <features rotate="0" tabularvalignment="middle">
21065 <column alignment="right" valignment="top">
21066 <column alignment="left" valignment="top" special="@{}l">
21067 <column alignment="right" valignment="top">
21068 <column alignment="left" valignment="top" special="@{}l">
21069 <column alignment="right" valignment="top">
21070 <column alignment="left" valignment="top" special="@{}l">
21071 <row>
21072 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 Einheiten
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094 Exponenten
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 Relationen
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 </row>
21127 <row>
21128 <cell alignment="center" valignment="top" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132 12×
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 24
21142 \begin_inset space \thinspace{}
21143 \end_inset
21144
21145 Flaschen
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 <cell alignment="center" valignment="top" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154 \begin_inset Formula $10\cdot$
21155 \end_inset
21156
21157
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166 \begin_inset Formula $10^{\mbox{-}17}$
21167 \end_inset
21168
21169
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 <cell alignment="center" valignment="top" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178 \begin_inset Formula $\Gamma(t)\propto$
21179 \end_inset
21180
21181
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 <cell alignment="center" valignment="top" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190 \begin_inset Formula $\:\Upsilon(t)$
21191 \end_inset
21192
21193
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 </row>
21199 <row>
21200 <cell alignment="center" valignment="top" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 1024×
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 768
21214 \begin_inset space \thinspace{}
21215 \end_inset
21216
21217 Pixel
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Formula $5.78\cdot$
21227 \end_inset
21228
21229
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $10^{7}$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250 \begin_inset Formula $A\ne$
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $\: B_{\mathrm{red}}$
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 <row>
21272 <cell alignment="center" valignment="top" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276 32×
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285 6
21286 \begin_inset space \thinspace{}
21287 \end_inset
21288
21289 cm
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 -
21299 \begin_inset Formula $33.5\cdot$
21300 \end_inset
21301
21302
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 \begin_inset Formula $10^{4}$
21312 \end_inset
21313
21314
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 \begin_inset Formula $\sin(\alpha)\ge$
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 \begin_inset Formula $\:\sin(\beta)$
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 </row>
21344 </lyxtabular>
21345
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \end_inset
21352
21353
21354 \end_layout
21355
21356 \begin_layout Subsection
21357 Angepasste Zellen-/Spaltenformate
21358 \begin_inset CommandInset label
21359 LatexCommand label
21360 name "uab:Angepasste-Zellen-/Spaltenformate"
21361
21362 \end_inset
21363
21364
21365 \begin_inset Index idx
21366 status collapsed
21367
21368 \begin_layout Plain Layout
21369 Tabellen ! Spaltenformat
21370 \end_layout
21371
21372 \end_inset
21373
21374
21375 \end_layout
21376
21377 \begin_layout Standard
21378 Wenn man wie in Abschnitt
21379 \begin_inset space ~
21380 \end_inset
21381
21382
21383 \begin_inset CommandInset ref
21384 LatexCommand ref
21385 reference "abs:Berechnung-der-Tabellenbreite"
21386
21387 \end_inset
21388
21389  oder Abschnitt
21390 \begin_inset space ~
21391 \end_inset
21392
21393
21394 \begin_inset CommandInset ref
21395 LatexCommand ref
21396 reference "uab:Mehrfachspalten-Berechnungen"
21397
21398 \end_inset
21399
21400  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21401  Tabellen sehr lästig.
21402  Um sich das Leben zu erleichtern, kann man im LaTeX-Vorspann ein Zellen/Spalten
21403 -Format definieren, das dann in allen Tabellen des Dokuments verwendet werden
21404  kann.
21405  Das Format wird mit dem Befehl
21406 \end_layout
21407
21408 \begin_layout Standard
21409
21410 \series bold
21411
21412 \backslash
21413 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21414 \end_layout
21415
21416 \begin_layout Standard
21417 definiert.
21418  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21419 \emph on
21420 b
21421 \emph default
21422
21423 \emph on
21424 c
21425 \emph default
21426
21427 \emph on
21428 l
21429 \emph default
21430
21431 \emph on
21432 m
21433 \emph default
21434
21435 \emph on
21436 p
21437 \emph default
21438  oder 
21439 \emph on
21440 r
21441 \emph default
21442 , weil diese vordefiniert sind.
21443  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21444 \end_layout
21445
21446 \begin_layout Standard
21447 \begin_inset VSpace medskip
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \begin_layout Standard
21454 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21455  Breite könnte das Format so aussehen:
21456 \end_layout
21457
21458 \begin_layout Standard
21459
21460 \series bold
21461
21462 \backslash
21463 newcolumntype{M}[1]{>{
21464 \backslash
21465 centering
21466 \backslash
21467 hspace{0pt}}m{#1}}
21468 \end_layout
21469
21470 \begin_layout Standard
21471 wobei 
21472 \series bold
21473
21474 \backslash
21475 hspace{0pt}
21476 \series default
21477  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21478  Abschnitt
21479 \begin_inset space ~
21480 \end_inset
21481
21482
21483 \begin_inset CommandInset ref
21484 LatexCommand ref
21485 reference "uab:Mehrfache-Zeilen-in"
21486
21487 \end_inset
21488
21489  beschrieben.
21490  Jetzt können Sie mit
21491 \end_layout
21492
21493 \begin_layout Standard
21494
21495 \series bold
21496 M{Breite}
21497 \end_layout
21498
21499 \begin_layout Standard
21500 im 
21501 \family sans
21502 LaTeX-Argument
21503 \family default
21504  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21505 \end_layout
21506
21507 \begin_layout Standard
21508 \begin_inset VSpace bigskip
21509 \end_inset
21510
21511
21512 \end_layout
21513
21514 \begin_layout Standard
21515 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21516  Format definieren:
21517 \end_layout
21518
21519 \begin_layout Standard
21520
21521 \series bold
21522
21523 \backslash
21524 newcolumntype{S}[2]{>{
21525 \backslash
21526 centering
21527 \backslash
21528 hspace{0pt}}
21529 \begin_inset Newline newline
21530 \end_inset
21531
21532
21533 \begin_inset Phantom HPhantom
21534 status open
21535
21536 \begin_layout Plain Layout
21537
21538 \series bold
21539
21540 \backslash
21541 newcolumntype
21542 \end_layout
21543
21544 \end_inset
21545
21546 m{(#1+(2
21547 \backslash
21548 tabcolsep+
21549 \backslash
21550 arrayrulewidth)*(1-#2))/#2}}
21551 \end_layout
21552
21553 \begin_layout Standard
21554 Dieses Format benutzt Gleichung
21555 \begin_inset space ~
21556 \end_inset
21557
21558
21559 \begin_inset CommandInset ref
21560 LatexCommand ref
21561 reference "eq:Wgn"
21562
21563 \end_inset
21564
21565 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21566  breit ist.
21567 \end_layout
21568
21569 \begin_layout Standard
21570 Jetzt können Sie im 
21571 \family sans
21572 LaTeX-Argument
21573 \family default
21574  im 
21575 \family sans
21576 Tabellen-Einstellungen
21577 \family default
21578 -Dialog folgendes einfügen:
21579 \end_layout
21580
21581 \begin_layout Standard
21582
21583 \series bold
21584 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21585 \end_layout
21586
21587 \begin_layout Standard
21588 \begin_inset VSpace bigskip
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \begin_layout Standard
21595 Für farbige Spalten können Sie folgendes einfügen:
21596 \end_layout
21597
21598 \begin_layout Standard
21599
21600 \series bold
21601
21602 \backslash
21603 newcolumntype{K}[1]{>{
21604 \backslash
21605 columncolor{#1}
21606 \backslash
21607 hspace{0pt}}c}
21608 \end_layout
21609
21610 \begin_layout Standard
21611 Das 
21612 \begin_inset Quotes gld
21613 \end_inset
21614
21615 c
21616 \begin_inset Quotes grd
21617 \end_inset
21618
21619  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21620  zentriert ist.
21621  Jetzt können Sie als 
21622 \family sans
21623 LaTeX-Argument
21624 \family default
21625  folgendes einfügen:
21626 \end_layout
21627
21628 \begin_layout Standard
21629
21630 \series bold
21631 K{Farbname}
21632 \end_layout
21633
21634 \begin_layout Standard
21635 \begin_inset VSpace bigskip
21636 \end_inset
21637
21638
21639 \end_layout
21640
21641 \begin_layout Standard
21642 Für Tabelle
21643 \begin_inset space ~
21644 \end_inset
21645
21646
21647 \begin_inset CommandInset ref
21648 LatexCommand ref
21649 reference "tab:Tabelle-mit-benutzerdefinierte"
21650
21651 \end_inset
21652
21653  wurden folgende 
21654 \family sans
21655 LaTeX-Argumente
21656 \family default
21657  benutzt:
21658 \end_layout
21659
21660 \begin_layout Standard
21661
21662 \series bold
21663 M{2.5cm}
21664 \end_layout
21665
21666 \begin_layout Standard
21667 für die erste Spalte und die Mehrfachspalte,
21668 \end_layout
21669
21670 \begin_layout Standard
21671
21672 \series bold
21673 K{red}
21674 \end_layout
21675
21676 \begin_layout Standard
21677 für die letzte Spalte und
21678 \end_layout
21679
21680 \begin_layout Standard
21681
21682 \series bold
21683 S{2.5cm}{2}
21684 \end_layout
21685
21686 \begin_layout Standard
21687 für die Spalten in der zweiten Mehrfachspalte.
21688 \end_layout
21689
21690 \begin_layout Standard
21691 \begin_inset Float table
21692 placement h
21693 wide false
21694 sideways false
21695 status open
21696
21697 \begin_layout Plain Layout
21698 \begin_inset Caption Standard
21699
21700 \begin_layout Plain Layout
21701 \begin_inset CommandInset label
21702 LatexCommand label
21703 name "tab:Tabelle-mit-benutzerdefinierte"
21704
21705 \end_inset
21706
21707 Tabelle mit benutzerdefinierten Formaten
21708 \end_layout
21709
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \begin_layout Plain Layout
21716 \align center
21717 \begin_inset Tabular
21718 <lyxtabular version="3" rows="3" columns="4">
21719 <features rotate="0" tabularvalignment="middle">
21720 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21721 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21722 <column alignment="center" valignment="middle">
21723 <column alignment="center" valignment="middle" special="K{red}">
21724 <row>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 einsehrlangesWort
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 Mehrfachspalte mit mehreren Zeilen
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756 c
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 </row>
21762 <row>
21763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 d
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 e
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785 f
21786 \end_layout
21787
21788 \end_inset
21789 </cell>
21790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 g
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 </row>
21800 <row>
21801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805 h
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814 i
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 j
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832 k
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 </row>
21838 </lyxtabular>
21839
21840 \end_inset
21841
21842
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Subsection
21851 Liniendicke
21852 \begin_inset CommandInset label
21853 LatexCommand label
21854 name "uab:Liniendicke"
21855
21856 \end_inset
21857
21858
21859 \begin_inset Index idx
21860 status collapsed
21861
21862 \begin_layout Plain Layout
21863 Tabellen  ! Linien ! -dicke
21864 \end_layout
21865
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \begin_layout Standard
21872 Die Liniendicke für alle Linien einer Tabelle kann mit 
21873 \series bold
21874
21875 \backslash
21876 arrayrulewidth
21877 \series default
21878  eingestellt werden.
21879  Um eine Liniendicke von 1.5
21880 \begin_inset space \thinspace{}
21881 \end_inset
21882
21883 pt wie in Tabelle
21884 \begin_inset space ~
21885 \end_inset
21886
21887
21888 \begin_inset CommandInset ref
21889 LatexCommand ref
21890 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21891
21892 \end_inset
21893
21894  zu bekommen, geben Sie den Befehl
21895 \end_layout
21896
21897 \begin_layout Standard
21898
21899 \series bold
21900
21901 \backslash
21902 setlength{
21903 \backslash
21904 arrayrulewidth}{1.5pt}
21905 \end_layout
21906
21907 \begin_layout Standard
21908 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
21909  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21910  Mit
21911 \end_layout
21912
21913 \begin_layout Standard
21914
21915 \series bold
21916
21917 \backslash
21918 setlength{
21919 \backslash
21920 arrayrulewidth}{0.4pt}
21921 \end_layout
21922
21923 \begin_layout Standard
21924 bekommen Sie wieder die Standarddicke.
21925 \end_layout
21926
21927 \begin_layout Standard
21928 \begin_inset ERT
21929 status collapsed
21930
21931 \begin_layout Plain Layout
21932
21933
21934 \backslash
21935 setlength{
21936 \backslash
21937 arrayrulewidth}{1.5pt}
21938 \end_layout
21939
21940 \end_inset
21941
21942
21943 \begin_inset Float table
21944 placement H
21945 wide false
21946 sideways false
21947 status open
21948
21949 \begin_layout Plain Layout
21950 \begin_inset Caption Standard
21951
21952 \begin_layout Plain Layout
21953 \begin_inset CommandInset label
21954 LatexCommand label
21955 name "tab:Tabelle-mit-1.5pt-Liniendicke"
21956
21957 \end_inset
21958
21959 Tabelle mit 1.5
21960 \begin_inset space \thinspace{}
21961 \end_inset
21962
21963 pt Liniendicke
21964 \end_layout
21965
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \begin_layout Plain Layout
21972 \align center
21973 \begin_inset Tabular
21974 <lyxtabular version="3" rows="3" columns="3">
21975 <features rotate="0" tabularvalignment="middle">
21976 <column alignment="center" valignment="top">
21977 <column alignment="center" valignment="top">
21978 <column alignment="center" valignment="top">
21979 <row>
21980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984 sd
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 </row>
22008 <row>
22009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022 sd
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 </row>
22037 <row>
22038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060 sd
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 </row>
22066 </lyxtabular>
22067
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \end_inset
22074
22075
22076 \begin_inset ERT
22077 status collapsed
22078
22079 \begin_layout Plain Layout
22080
22081
22082 \backslash
22083 setlength{
22084 \backslash
22085 arrayrulewidth}{0.4pt}
22086 \end_layout
22087
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \begin_layout Standard
22094 \begin_inset VSpace bigskip
22095 \end_inset
22096
22097 Um eine Liniendicke von 1.5
22098 \begin_inset space \thinspace{}
22099 \end_inset
22100
22101 pt nur für horizontale Linien zu bekommen wie in Tabelle
22102 \begin_inset space ~
22103 \end_inset
22104
22105
22106 \begin_inset CommandInset ref
22107 LatexCommand ref
22108 reference "tab:Tabelle-mit-1.5pt-horiz"
22109
22110 \end_inset
22111
22112 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
22113  einfügen:
22114 \end_layout
22115
22116 \begin_layout Standard
22117
22118 \series bold
22119
22120 \backslash
22121 let
22122 \backslash
22123 myHline
22124 \backslash
22125 hline
22126 \begin_inset Newline newline
22127 \end_inset
22128
22129
22130 \backslash
22131 renewcommand{
22132 \backslash
22133 hline}
22134 \begin_inset Newline newline
22135 \end_inset
22136
22137  {
22138 \backslash
22139 noalign{
22140 \backslash
22141 global
22142 \backslash
22143 arrayrulewidth 1.5pt}
22144 \begin_inset Newline newline
22145 \end_inset
22146
22147  
22148 \backslash
22149 myHline
22150 \backslash
22151 noalign{
22152 \backslash
22153 global
22154 \backslash
22155 arrayrulewidth 0.4pt}}
22156 \end_layout
22157
22158 \begin_layout Standard
22159 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
22160  der (Gleit\SpecialChar \-
22161 objekt-)Tabelle zurück:
22162 \end_layout
22163
22164 \begin_layout Standard
22165
22166 \series bold
22167
22168 \backslash
22169 renewcommand{
22170 \backslash
22171 hline}{
22172 \backslash
22173 myHline}
22174 \end_layout
22175
22176 \begin_layout Standard
22177 \begin_inset ERT
22178 status collapsed
22179
22180 \begin_layout Plain Layout
22181
22182
22183 \backslash
22184 let
22185 \backslash
22186 myHline
22187 \backslash
22188 hline
22189 \end_layout
22190
22191 \begin_layout Plain Layout
22192
22193
22194 \backslash
22195 renewcommand{
22196 \backslash
22197 hline}
22198 \end_layout
22199
22200 \begin_layout Plain Layout
22201
22202  {
22203 \backslash
22204 noalign{
22205 \backslash
22206 global
22207 \backslash
22208 arrayrulewidth 1.5pt}
22209 \end_layout
22210
22211 \begin_layout Plain Layout
22212
22213   
22214 \backslash
22215 myHline
22216 \backslash
22217 noalign{
22218 \backslash
22219 global
22220 \backslash
22221 arrayrulewidth 0.4pt}}
22222 \end_layout
22223
22224 \end_inset
22225
22226
22227 \begin_inset Float table
22228 placement h
22229 wide false
22230 sideways false
22231 status open
22232
22233 \begin_layout Plain Layout
22234 \begin_inset Caption Standard
22235
22236 \begin_layout Plain Layout
22237 \begin_inset CommandInset label
22238 LatexCommand label
22239 name "tab:Tabelle-mit-1.5pt-horiz"
22240
22241 \end_inset
22242
22243 Tabelle mit 1.5
22244 \begin_inset space \thinspace{}
22245 \end_inset
22246
22247 pt dicken horizontalen Linien
22248 \end_layout
22249
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \begin_layout Plain Layout
22256 \align center
22257 \begin_inset Tabular
22258 <lyxtabular version="3" rows="3" columns="3">
22259 <features rotate="0" tabularvalignment="middle">
22260 <column alignment="center" valignment="top">
22261 <column alignment="center" valignment="top">
22262 <column alignment="center" valignment="top">
22263 <row>
22264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 sd
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 </row>
22292 <row>
22293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 sd
22307 \end_layout
22308
22309 \end_inset
22310 </cell>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 <row>
22322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344 sd
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 </lyxtabular>
22351
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \end_inset
22358
22359
22360 \begin_inset ERT
22361 status collapsed
22362
22363 \begin_layout Plain Layout
22364
22365
22366 \backslash
22367 renewcommand{
22368 \backslash
22369 hline}{
22370 \backslash
22371 myHline}
22372 \end_layout
22373
22374 \end_inset
22375
22376
22377 \end_layout
22378
22379 \begin_layout Standard
22380 \begin_inset VSpace bigskip
22381 \end_inset
22382
22383 Um die Liniendicke von 1.5
22384 \begin_inset space \thinspace{}
22385 \end_inset
22386
22387 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
22388  Spaltenformat entsprechend der Beschreibung in Abschnitt
22389 \begin_inset space ~
22390 \end_inset
22391
22392
22393 \begin_inset CommandInset ref
22394 LatexCommand ref
22395 reference "uab:Angepasste-Zellen-/Spaltenformate"
22396
22397 \end_inset
22398
22399  definieren:
22400 \end_layout
22401
22402 \begin_layout Standard
22403
22404 \series bold
22405
22406 \backslash
22407 newcolumntype{V}{!{
22408 \backslash
22409 vrule width 1.5pt}}
22410 \end_layout
22411
22412 \begin_layout Standard
22413 In Tabelle
22414 \begin_inset space ~
22415 \end_inset
22416
22417
22418 \begin_inset CommandInset ref
22419 LatexCommand ref
22420 reference "tab:Tabelle-mit-1.5pt-vert"
22421
22422 \end_inset
22423
22424  wurde das 
22425 \family sans
22426 LaTe
22427 \begin_inset ERT
22428 status collapsed
22429
22430 \begin_layout Plain Layout
22431
22432 {}
22433 \end_layout
22434
22435 \end_inset
22436
22437 X-Argument
22438 \family default
22439 \series bold
22440  VcV
22441 \series default
22442  für die letzte Spalte und
22443 \series bold
22444  Vc
22445 \series default
22446  für die anderen benutzt.
22447 \end_layout
22448
22449 \begin_layout Standard
22450 \begin_inset Float table
22451 placement H
22452 wide false
22453 sideways false
22454 status open
22455
22456 \begin_layout Plain Layout
22457 \begin_inset Caption Standard
22458
22459 \begin_layout Plain Layout
22460 \begin_inset CommandInset label
22461 LatexCommand label
22462 name "tab:Tabelle-mit-1.5pt-vert"
22463
22464 \end_inset
22465
22466 Tabelle mit 1.5
22467 \begin_inset space \thinspace{}
22468 \end_inset
22469
22470 pt dicken vertikalen Linien
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="3" columns="3">
22482 <features rotate="0" tabularvalignment="middle">
22483 <column alignment="center" valignment="top" special="Vc">
22484 <column alignment="center" valignment="top" special="Vc">
22485 <column alignment="center" valignment="top" special="VcV">
22486 <row>
22487 <cell alignment="center" valignment="top" topline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 sd
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" topline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 </row>
22515 <row>
22516 <cell alignment="center" valignment="top" topline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" topline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 sd
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" topline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 </row>
22544 <row>
22545 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 sd
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 </row>
22573 </lyxtabular>
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Subsection
22586 Gestrichelte Linien
22587 \begin_inset Index idx
22588 status collapsed
22589
22590 \begin_layout Plain Layout
22591 Tabellen  ! Linien ! gestrichelte 
22592 \end_layout
22593
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \begin_layout Standard
22600 \begin_inset ERT
22601 status collapsed
22602
22603 \begin_layout Plain Layout
22604
22605
22606 \backslash
22607 ifarydshln
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \begin_inset Note Note
22614 status open
22615
22616 \begin_layout Plain Layout
22617 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
22618 \series bold
22619 arydshln
22620 \series default
22621  installiert ist.
22622 \end_layout
22623
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \begin_layout Standard
22630 \begin_inset Float table
22631 placement h
22632 wide false
22633 sideways false
22634 status open
22635
22636 \begin_layout Plain Layout
22637 \begin_inset Caption Standard
22638
22639 \begin_layout Plain Layout
22640 \begin_inset CommandInset label
22641 LatexCommand label
22642 name "tab:Tabelle-mit-gestrichelten"
22643
22644 \end_inset
22645
22646 Tabelle mit gestrichelten Linien
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \begin_layout Plain Layout
22655 \align center
22656 \begin_inset Tabular
22657 <lyxtabular version="3" rows="5" columns="5">
22658 <features rotate="0" tabularvalignment="middle">
22659 <column alignment="center" valignment="top">
22660 <column alignment="center" valignment="top">
22661 <column alignment="center" valignment="top" special=":c">
22662 <column alignment="center" valignment="top">
22663 <column alignment="center" valignment="top">
22664 <row>
22665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669 a
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 b
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 c
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 d
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 e
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 </row>
22711 <row>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 f
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 g
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell alignment="center" valignment="top" topline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 h
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 i
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 j
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 </row>
22758 <row>
22759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763 \begin_inset ERT
22764 status collapsed
22765
22766 \begin_layout Plain Layout
22767
22768
22769 \backslash
22770 hdashline 
22771 \end_layout
22772
22773 \end_inset
22774
22775 k
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 l
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 m
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 n
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 o
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 </row>
22817 <row>
22818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 \begin_inset ERT
22823 status collapsed
22824
22825 \begin_layout Plain Layout
22826
22827
22828 \backslash
22829 cdashline{4-5}
22830 \end_layout
22831
22832 \end_inset
22833
22834 p
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843 q
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 r
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 s
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 </row>
22876 <row>
22877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881 t
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890 u
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 v
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 w
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 x
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 </row>
22923 </lyxtabular>
22924
22925 \end_inset
22926
22927
22928 \end_layout
22929
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \begin_layout Standard
22936 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
22937  TeX-Code benutzen.
22938  Zunächst müssen Sie das LaTeX-Paket 
22939 \series bold
22940 arydshln
22941 \series default
22942
22943 \begin_inset Index idx
22944 status collapsed
22945
22946 \begin_layout Plain Layout
22947 LaTeX-Pakete ! arydshln
22948 \end_layout
22949
22950 \end_inset
22951
22952  im LaTeX-Vorspann laden:
22953 \end_layout
22954
22955 \begin_layout Standard
22956
22957 \series bold
22958
22959 \backslash
22960 usepackage{arydshln}
22961 \end_layout
22962
22963 \begin_layout Standard
22964 Um senkrechte Linien zu stricheln, müssen Sie im 
22965 \family sans
22966 LaTe
22967 \begin_inset ERT
22968 status collapsed
22969
22970 \begin_layout Plain Layout
22971
22972 {}
22973 \end_layout
22974
22975 \end_inset
22976
22977 X-Argument
22978 \family default
22979  des 
22980 \family sans
22981 Tabellen-Einstellungen
22982 \family default
22983 -Dialogs 
22984 \begin_inset Quotes gld
22985 \end_inset
22986
22987 :
22988 \begin_inset Quotes grd
22989 \end_inset
22990
22991 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
22992 \end_layout
22993
22994 \begin_layout Standard
22995 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
22996 \end_layout
22997
22998 \begin_layout Standard
22999
23000 \series bold
23001
23002 \backslash
23003 hdashline
23004 \end_layout
23005
23006 \begin_layout Standard
23007 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
23008 \end_layout
23009
23010 \begin_layout Standard
23011 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23012 \end_layout
23013
23014 \begin_layout Standard
23015
23016 \series bold
23017
23018 \backslash
23019 cdashline{Anfangsspalte-Endspalte}
23020 \end_layout
23021
23022 \begin_layout Standard
23023 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
23024  Wenn Sie z.
23025 \begin_inset space \thinspace{}
23026 \end_inset
23027
23028 B.
23029  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23030  gestrichelte Linie haben, fügen Sie den Befehl
23031 \end_layout
23032
23033 \begin_layout Standard
23034
23035 \series bold
23036
23037 \backslash
23038 cdashline{2-4}
23039 \end_layout
23040
23041 \begin_layout Standard
23042 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23043 \end_layout
23044
23045 \begin_layout Standard
23046 \begin_inset VSpace bigskip
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \begin_layout Standard
23053 In Tabelle
23054 \begin_inset space ~
23055 \end_inset
23056
23057
23058 \begin_inset CommandInset ref
23059 LatexCommand ref
23060 reference "tab:Tabelle-mit-gestrichelten"
23061
23062 \end_inset
23063
23064  wurde in der dritten Spalte der Befehl
23065 \series bold
23066  
23067 \series default
23068
23069 \begin_inset Quotes gld
23070 \end_inset
23071
23072
23073 \series bold
23074 :c
23075 \begin_inset Quotes grd
23076 \end_inset
23077
23078
23079 \series default
23080  benutzt.
23081  Der Befehl 
23082 \series bold
23083
23084 \backslash
23085 hdashline
23086 \series default
23087  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23088 \begin_inset Newline newline
23089 \end_inset
23090
23091  
23092 \series bold
23093
23094 \backslash
23095 cdashline{4-5} 
23096 \series default
23097 wurde in die erste Zelle der vierten Zeile eingefügt.
23098 \end_layout
23099
23100 \begin_layout Standard
23101 \begin_inset VSpace bigskip
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \begin_layout Standard
23108 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23109 \begin_inset space ~
23110 \end_inset
23111
23112
23113 \begin_inset CommandInset ref
23114 LatexCommand ref
23115 reference "tab:Farbige-Tabelle-mit"
23116
23117 \end_inset
23118
23119  verdeutlicht.
23120 \end_layout
23121
23122 \begin_layout Standard
23123 \begin_inset ERT
23124 status collapsed
23125
23126 \begin_layout Plain Layout
23127
23128
23129 \backslash
23130 setlength{
23131 \backslash
23132 arrayrulewidth}{1pt}
23133 \end_layout
23134
23135 \end_inset
23136
23137
23138 \begin_inset Note Note
23139 status collapsed
23140
23141 \begin_layout Plain Layout
23142 dickere Linien zur besseren Visualisierung der Linienfarbe
23143 \end_layout
23144
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \begin_layout Standard
23151 \begin_inset ERT
23152 status collapsed
23153
23154 \begin_layout Plain Layout
23155
23156
23157 \backslash
23158 dashgapcolor{green}
23159 \end_layout
23160
23161 \end_inset
23162
23163
23164 \begin_inset Note Note
23165 status collapsed
23166
23167 \begin_layout Plain Layout
23168 färbt Raum zwischen den Strichen grün
23169 \end_layout
23170
23171 \end_inset
23172
23173
23174 \end_layout
23175
23176 \begin_layout Standard
23177 \begin_inset ERT
23178 status collapsed
23179
23180 \begin_layout Plain Layout
23181
23182
23183 \backslash
23184 let
23185 \backslash
23186 myHdashline
23187 \backslash
23188 hdashline
23189 \end_layout
23190
23191 \begin_layout Plain Layout
23192
23193
23194 \backslash
23195 renewcommand{
23196 \backslash
23197 hdashline}
23198 \end_layout
23199
23200 \begin_layout Plain Layout
23201
23202  {
23203 \backslash
23204 arrayrulecolor{red}
23205 \backslash
23206 myHdashline
23207 \backslash
23208 arrayrulecolor{black}}
23209 \end_layout
23210
23211 \end_inset
23212
23213
23214 \begin_inset Note Note
23215 status collapsed
23216
23217 \begin_layout Plain Layout
23218 färbt horizontale, gestrichelte Linien rot
23219 \end_layout
23220
23221 \end_inset
23222
23223
23224 \end_layout
23225
23226 \begin_layout Standard
23227 \begin_inset ERT
23228 status collapsed
23229
23230 \begin_layout Plain Layout
23231
23232
23233 \backslash
23234 let
23235 \backslash
23236 myCdashline
23237 \backslash
23238 cdashline
23239 \end_layout
23240
23241 \begin_layout Plain Layout
23242
23243
23244 \backslash
23245 renewcommand{
23246 \backslash
23247 cdashline}[1]
23248 \end_layout
23249
23250 \begin_layout Plain Layout
23251
23252  {
23253 \backslash
23254 arrayrulecolor{yellow}
23255 \backslash
23256 myCdashline{#1}
23257 \backslash
23258 arrayrulecolor{black}}
23259 \end_layout
23260
23261 \end_inset
23262
23263
23264 \begin_inset Note Note
23265 status collapsed
23266
23267 \begin_layout Plain Layout
23268 färbt partielle horizontale, gestrichelte Linien gelb
23269 \end_layout
23270
23271 \end_inset
23272
23273
23274 \end_layout
23275
23276 \begin_layout Standard
23277 \begin_inset Float table
23278 placement h
23279 wide false
23280 sideways false
23281 status open
23282
23283 \begin_layout Plain Layout
23284 \begin_inset Caption Standard
23285
23286 \begin_layout Plain Layout
23287 \begin_inset CommandInset label
23288 LatexCommand label
23289 name "tab:Farbige-Tabelle-mit"
23290
23291 \end_inset
23292
23293 Farbige Tabelle mit gestrichelten Linien
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \end_layout
23300
23301 \begin_layout Plain Layout
23302 \align center
23303 \begin_inset Tabular
23304 <lyxtabular version="3" rows="5" columns="5">
23305 <features rotate="0" tabularvalignment="middle">
23306 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23307 <column alignment="center" valignment="top" width="0pt">
23308 <column alignment="center" valignment="top" width="0pt" special=":c">
23309 <column alignment="center" valignment="top">
23310 <column alignment="center" valignment="top">
23311 <row>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316 a
23317 \end_layout
23318
23319 \end_inset
23320 </cell>
23321 <cell alignment="center" valignment="top" topline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325 b
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" topline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 c
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 d
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 e
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 </row>
23358 <row>
23359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363 f
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" topline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 g
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 <cell alignment="center" valignment="top" topline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 h
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390 i
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 j
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 \begin_inset ERT
23411 status collapsed
23412
23413 \begin_layout Plain Layout
23414
23415
23416 \backslash
23417 hdashline 
23418 \end_layout
23419
23420 \end_inset
23421
23422
23423 \begin_inset ERT
23424 status collapsed
23425
23426 \begin_layout Plain Layout
23427
23428
23429 \backslash
23430 rowcolor{Gray}
23431 \end_layout
23432
23433 \end_inset
23434
23435 k
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 l
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 m
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 n
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 o
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482 \begin_inset ERT
23483 status collapsed
23484
23485 \begin_layout Plain Layout
23486
23487
23488 \backslash
23489 cdashline{4-5}
23490 \end_layout
23491
23492 \end_inset
23493
23494 p
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 q
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 r
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 s
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 </row>
23536 <row>
23537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541 t
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550 u
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 v
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 w
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 \begin_inset ERT
23578 status collapsed
23579
23580 \begin_layout Plain Layout
23581
23582
23583 \backslash
23584 cellcolor{Maroon}
23585 \end_layout
23586
23587 \end_inset
23588
23589
23590 \color green
23591 i
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 </row>
23597 </lyxtabular>
23598
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \begin_layout Standard
23610 \begin_inset ERT
23611 status collapsed
23612
23613 \begin_layout Plain Layout
23614
23615
23616 \backslash
23617 renewcommand{
23618 \backslash
23619 hdashline}{
23620 \backslash
23621 myHdashline}
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \begin_inset Note Note
23628 status collapsed
23629
23630 \begin_layout Plain Layout
23631 zurücksetzen auf Standardwert
23632 \end_layout
23633
23634 \end_inset
23635
23636
23637 \end_layout
23638
23639 \begin_layout Standard
23640 \begin_inset ERT
23641 status collapsed
23642
23643 \begin_layout Plain Layout
23644
23645
23646 \backslash
23647 renewcommand{
23648 \backslash
23649 cdashline}{
23650 \backslash
23651 myCdashline}
23652 \end_layout
23653
23654 \end_inset
23655
23656
23657 \begin_inset Note Note
23658 status collapsed
23659
23660 \begin_layout Plain Layout
23661 zurücksetzen auf Standardwert
23662 \end_layout
23663
23664 \end_inset
23665
23666
23667 \end_layout
23668
23669 \begin_layout Standard
23670 \begin_inset ERT
23671 status collapsed
23672
23673 \begin_layout Plain Layout
23674
23675
23676 \backslash
23677 nodashgapcolor
23678 \end_layout
23679
23680 \end_inset
23681
23682
23683 \begin_inset Note Note
23684 status collapsed
23685
23686 \begin_layout Plain Layout
23687 zurücksetzen auf Standardwert
23688 \end_layout
23689
23690 \end_inset
23691
23692
23693 \end_layout
23694
23695 \begin_layout Standard
23696 \begin_inset ERT
23697 status collapsed
23698
23699 \begin_layout Plain Layout
23700
23701
23702 \backslash
23703 setlength{
23704 \backslash
23705 arrayrulewidth}{0.4pt}
23706 \end_layout
23707
23708 \end_inset
23709
23710
23711 \begin_inset Note Note
23712 status collapsed
23713
23714 \begin_layout Plain Layout
23715 zurücksetzen auf Standardwert
23716 \end_layout
23717
23718 \end_inset
23719
23720
23721 \end_layout
23722
23723 \begin_layout Standard
23724 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23725 \begin_inset space ~
23726 \end_inset
23727
23728
23729 \begin_inset CommandInset ref
23730 LatexCommand ref
23731 reference "abs:Farbige-Tabellen"
23732
23733 \end_inset
23734
23735  beschrieben.
23736  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23737  beschrieben, man muss in den Befehlen nur 
23738 \series bold
23739
23740 \backslash
23741 myHlineC
23742 \series default
23743  durch 
23744 \series bold
23745
23746 \backslash
23747 myHdashline
23748 \series default
23749  und 
23750 \backslash
23751
23752 \series bold
23753 hline
23754 \series default
23755  durch 
23756 \series bold
23757
23758 \backslash
23759 hdashline
23760 \series default
23761  ersetzen; man verwendet also den Befehl
23762 \end_layout
23763
23764 \begin_layout Standard
23765
23766 \series bold
23767
23768 \backslash
23769 let
23770 \backslash
23771 myHdashline
23772 \backslash
23773 hdashline
23774 \begin_inset Newline newline
23775 \end_inset
23776
23777
23778 \backslash
23779 renewcommand{
23780 \backslash
23781 hdashline}
23782 \begin_inset Newline newline
23783 \end_inset
23784
23785
23786 \begin_inset Phantom HPhantom
23787 status open
23788
23789 \begin_layout Plain Layout
23790
23791 \series bold
23792 \begin_inset space ~
23793 \end_inset
23794
23795
23796 \end_layout
23797
23798 \end_inset
23799
23800 {
23801 \backslash
23802 arrayrulecolor{red}
23803 \backslash
23804 myHdashline
23805 \backslash
23806 arrayrulecolor{black}}
23807 \end_layout
23808
23809 \begin_layout Standard
23810 Um 
23811 \series bold
23812
23813 \backslash
23814 cdashline
23815 \series default
23816  zu färben, lautet der Befehl
23817 \end_layout
23818
23819 \begin_layout Standard
23820
23821 \series bold
23822
23823 \backslash
23824 let
23825 \backslash
23826 myCdashline
23827 \backslash
23828 cdashline
23829 \begin_inset Newline newline
23830 \end_inset
23831
23832
23833 \backslash
23834 renewcommand{
23835 \backslash
23836 cdashline}[1]
23837 \begin_inset Newline newline
23838 \end_inset
23839
23840
23841 \begin_inset Phantom HPhantom
23842 status open
23843
23844 \begin_layout Plain Layout
23845
23846 \series bold
23847 \begin_inset space ~
23848 \end_inset
23849
23850
23851 \end_layout
23852
23853 \end_inset
23854
23855 {
23856 \backslash
23857 arrayrulecolor{red}
23858 \backslash
23859 myCdashline{#1}
23860 \backslash
23861 arrayrulecolor{black}}
23862 \end_layout
23863
23864 \begin_layout Standard
23865 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23866  als TeX-Code hinter der Tabelle einfügen:
23867 \end_layout
23868
23869 \begin_layout Standard
23870 Für 
23871 \series bold
23872
23873 \backslash
23874 hdashline
23875 \end_layout
23876
23877 \begin_layout Standard
23878
23879 \series bold
23880
23881 \backslash
23882 renewcommand{
23883 \backslash
23884 hdashline}{
23885 \backslash
23886 myHdashline}
23887 \end_layout
23888
23889 \begin_layout Standard
23890 und für 
23891 \series bold
23892
23893 \backslash
23894 cdashline
23895 \end_layout
23896
23897 \begin_layout Standard
23898
23899 \series bold
23900
23901 \backslash
23902 renewcommand{
23903 \backslash
23904 cdashline}{
23905 \backslash
23906 myCdashline}
23907 \end_layout
23908
23909 \begin_layout Standard
23910 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23911  Befehl
23912 \end_layout
23913
23914 \begin_layout Standard
23915
23916 \series bold
23917
23918 \backslash
23919 dashgapcolor{Farbe}
23920 \end_layout
23921
23922 \begin_layout Standard
23923 als TeX-Code vor der Tabelle verwenden.
23924  Farbe ist hierbei der Name einer definierten Farbe.
23925  Der Befehl
23926 \end_layout
23927
23928 \begin_layout Standard
23929
23930 \series bold
23931
23932 \backslash
23933 nodashgapcolor
23934 \end_layout
23935
23936 \begin_layout Standard
23937 hebt die Einstellung von 
23938 \series bold
23939
23940 \backslash
23941 dashgapcolor
23942 \series default
23943  auf.
23944 \end_layout
23945
23946 \begin_layout Standard
23947 \begin_inset Note Greyedout
23948 status open
23949
23950 \begin_layout Plain Layout
23951
23952 \series bold
23953 \color none
23954 Achtung
23955 \series default
23956 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
23957  
23958 \series bold
23959 arydshln
23960 \series default
23961  an erster Stelle in der Zelle befinden.
23962  Daher ist in in Zelle 
23963 \emph on
23964 k
23965 \emph default
23966  der Tabelle
23967 \begin_inset space ~
23968 \end_inset
23969
23970
23971 \begin_inset CommandInset ref
23972 LatexCommand ref
23973 reference "tab:Farbige-Tabelle-mit"
23974
23975 \end_inset
23976
23977  der Befehl 
23978 \series bold
23979
23980 \backslash
23981 hdashline
23982 \series default
23983  vor 
23984 \series bold
23985
23986 \backslash
23987 rowcolor
23988 \series default
23989 .
23990 \end_layout
23991
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \begin_layout Standard
23998 \begin_inset Note Greyedout
23999 status open
24000
24001 \begin_layout Plain Layout
24002
24003 \series bold
24004 \color none
24005 Achtung:
24006 \series default
24007  Das LaTeX-Paket 
24008 \series bold
24009 arydshln
24010 \series default
24011  muss im LaTeX-Vorspann nach dem LaTeX-Paket 
24012 \series bold
24013 colortbl
24014 \series default
24015
24016 \begin_inset Index idx
24017 status collapsed
24018
24019 \begin_layout Plain Layout
24020 LaTeX-Pakete ! colortbl
24021 \end_layout
24022
24023 \end_inset
24024
24025  geladen werden.
24026 \end_layout
24027
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \begin_layout Standard
24034 \begin_inset ERT
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038
24039
24040 \backslash
24041 else
24042 \end_layout
24043
24044 \end_inset
24045
24046
24047 \begin_inset Note Note
24048 status open
24049
24050 \begin_layout Plain Layout
24051 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
24052 \series bold
24053 arydshln
24054 \series default
24055  nicht installiert ist:
24056 \end_layout
24057
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \begin_layout Standard
24064 Sie müssen das LaTeX-Paket 
24065 \series bold
24066 arydshln
24067 \series default
24068  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24069 \end_layout
24070
24071 \begin_layout Standard
24072 \begin_inset ERT
24073 status collapsed
24074
24075 \begin_layout Plain Layout
24076
24077
24078 \backslash
24079 fi
24080 \end_layout
24081
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \begin_layout Standard
24088 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24089  von 
24090 \series bold
24091 arydshln
24092 \series default
24093
24094 \begin_inset CommandInset citation
24095 LatexCommand cite
24096 key "arydshln"
24097
24098 \end_inset
24099
24100 .
24101 \end_layout
24102
24103 \begin_layout Chapter
24104 Gleitobjekte
24105 \begin_inset CommandInset label
24106 LatexCommand label
24107 name "kap:Gleitobjekte"
24108
24109 \end_inset
24110
24111
24112 \begin_inset Index idx
24113 status collapsed
24114
24115 \begin_layout Plain Layout
24116 Gleitobjekte
24117 \end_layout
24118
24119 \end_inset
24120
24121
24122 \end_layout
24123
24124 \begin_layout Section
24125 Einleitung
24126 \begin_inset CommandInset label
24127 LatexCommand label
24128 name "abs:Gleitobjekte-Einleitung"
24129
24130 \end_inset
24131
24132
24133 \begin_inset Index idx
24134 status collapsed
24135
24136 \begin_layout Plain Layout
24137 Gleitobjekte ! Einleitung
24138 \end_layout
24139
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \begin_layout Standard
24146 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24147  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24148  der beste Platz ist.
24149  
24150 \family sans
24151 Fußnoten
24152 \family default
24153  und 
24154 \family sans
24155 Randnotizen
24156 \family default
24157  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24158  wenn auf ihrer Seite schon zu viele sind.
24159 \end_layout
24160
24161 \begin_layout Standard
24162 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24163  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24164  um weiße Flächen und Seiten ohne Text zu vermeiden.
24165  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
24166 löst,
24167  kann im Text auf ein Gleitobjekt verwiesen werden.
24168  Gleitobjekte sind deshalb nummeriert.
24169  Querverweise werden in Abschnitt
24170 \begin_inset space ~
24171 \end_inset
24172
24173
24174 \begin_inset CommandInset ref
24175 LatexCommand ref
24176 reference "abs:Auf-Gleitobjekte-verweisen"
24177
24178 \end_inset
24179
24180  beschrieben.
24181 \end_layout
24182
24183 \begin_layout Standard
24184 Ein Gleitobjekt wird mit 
24185 \family sans
24186 Einfügen\SpecialChar \menuseparator
24187 Gleitobjekt\SpecialChar \menuseparator
24188 Algorithmus/Abbildung/Ta\SpecialChar \-
24189 belle/Um\SpecialChar \-
24190 flos\SpecialChar \-
24191 se\SpecialChar \-
24192 nes
24193 \begin_inset space ~
24194 \end_inset
24195
24196 Gleitobjekt
24197 \family default
24198  eingefügt (Werkzeugleistenknopf 
24199 \begin_inset Info
24200 type  "icon"
24201 arg   "float-insert figure"
24202 \end_inset
24203
24204  oder 
24205 \begin_inset Info
24206 type  "icon"
24207 arg   "float-insert table"
24208 \end_inset
24209
24210 ).
24211  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24212  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24213  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24214  #:).
24215  Statt # sehen Sie die von LyX vergebene Nummer.
24216  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24217  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24218  eingefügt.
24219  In Abschnitt
24220 \begin_inset space ~
24221 \end_inset
24222
24223
24224 \begin_inset CommandInset ref
24225 LatexCommand ref
24226 reference "abs:Titel-Platzierung"
24227
24228 \end_inset
24229
24230  finden Sie mehr über die Platzierung des Titels.
24231  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24232  auch wieder geöffnet.
24233  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24234 \begin_inset Graphics
24235         filename clipart/GleitobjektQt4.png
24236         scale 70
24237         scaleBeforeRotation
24238
24239 \end_inset
24240
24241  – ein graues Kästchen mit roter Beschriftung.
24242 \end_layout
24243
24244 \begin_layout Standard
24245 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24246  Gleitobjekte in einem eigenen Absatz einzufügen.
24247 \end_layout
24248
24249 \begin_layout Standard
24250 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24251  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24252  klicken.
24253 \end_layout
24254
24255 \begin_layout Section
24256 Gleitobjekt-Typen
24257 \begin_inset Index idx
24258 status collapsed
24259
24260 \begin_layout Plain Layout
24261 Gleitobjekte ! Typen
24262 \end_layout
24263
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \begin_layout Standard
24270 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24271 \begin_inset space ~
24272 \end_inset
24273
24274
24275 \begin_inset CommandInset ref
24276 LatexCommand ref
24277 reference "abs:Gleitende-Abbildungen"
24278
24279 \end_inset
24280
24281  und 
24282 \begin_inset CommandInset ref
24283 LatexCommand ref
24284 reference "abs:Gleitende-Tabellen"
24285
24286 \end_inset
24287
24288  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24289  Letztere sind in Abschnitt
24290 \begin_inset space ~
24291 \end_inset
24292
24293
24294 \begin_inset CommandInset ref
24295 LatexCommand ref
24296 reference "abs:Umflossene-Gleitobjekte"
24297
24298 \end_inset
24299
24300  beschrieben.
24301 \end_layout
24302
24303 \begin_layout Subsection
24304 Algorithmen-Gleitobjekt
24305 \begin_inset Index idx
24306 status collapsed
24307
24308 \begin_layout Plain Layout
24309 Gleitobjekte ! Algorithmen
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \begin_inset CommandInset label
24316 LatexCommand label
24317 name "uab:Gleitobjekt-Algorithmen"
24318
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \begin_layout Standard
24325 \begin_inset Float algorithm
24326 placement h
24327 wide false
24328 sideways false
24329 status open
24330
24331 \begin_layout Plain Layout
24332 \begin_inset Caption Standard
24333
24334 \begin_layout Plain Layout
24335 \begin_inset CommandInset label
24336 LatexCommand label
24337 name "alg:Ein-Gleitobjekt-Algorithmus"
24338
24339 \end_inset
24340
24341 Ein Gleitobjekt-Algorithmus 
24342 \end_layout
24343
24344 \end_inset
24345
24346
24347 \end_layout
24348
24349 \begin_layout LyX-Code
24350 for I in 1..N loop
24351 \begin_inset Newline newline
24352 \end_inset
24353
24354  Sum:= Sum + A(I); /*Kommentar*/
24355 \begin_inset Newline newline
24356 \end_inset
24357
24358 end loop
24359 \begin_inset VSpace -4mm
24360 \end_inset
24361
24362
24363 \end_layout
24364
24365 \end_inset
24366
24367
24368 \end_layout
24369
24370 \begin_layout Standard
24371 Dieser Typ wird mit 
24372 \family sans
24373 Einfügen\SpecialChar \menuseparator
24374 Gleitobjekt\SpecialChar \menuseparator
24375 Algorithmus
24376 \family default
24377  eingefügt.
24378  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24379  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24380 \begin_inset space ~
24381 \end_inset
24382
24383
24384 \begin_inset CommandInset ref
24385 LatexCommand ref
24386 reference "kap:Programm-Code-Listen"
24387
24388 \end_inset
24389
24390 .
24391  Eine mögliche Absatz-Umgebung hier für ist 
24392 \family sans
24393 LyX-Code
24394 \family default
24395 , beschrieben im 
24396 \emph on
24397 Benutzerhandbuch
24398 \emph default
24399 .
24400  In Algorithmus
24401 \begin_inset space ~
24402 \end_inset
24403
24404
24405 \begin_inset CommandInset ref
24406 LatexCommand ref
24407 reference "alg:Ein-Gleitobjekt-Algorithmus"
24408
24409 \end_inset
24410
24411  wurden am Ende -4
24412 \begin_inset space \thinspace{}
24413 \end_inset
24414
24415 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24416  letzten Zeile gedruckt wird.
24417 \end_layout
24418
24419 \begin_layout Standard
24420 Die Marke 
24421 \emph on
24422 Algorithmus
24423 \emph default
24424  wird nicht automatisch in die druckbare Version übernommen, sondern das
24425  englische Wort 
24426 \emph on
24427 Algorithm
24428 \emph default
24429  verwendet.
24430  Soll
24431 \emph on
24432  Algorithmus
24433 \emph default
24434  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
24435 \end_layout
24436
24437 \begin_layout Standard
24438
24439 \series bold
24440
24441 \backslash
24442 floatname{algorithm}{Algorithmus}
24443 \end_layout
24444
24445 \begin_layout Standard
24446 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24447  Sprache wie die LyX Menünamen haben, das Menü 
24448 \family sans
24449 Einfügen\SpecialChar \menuseparator
24450 Liste
24451 \begin_inset space \thinspace{}
24452 \end_inset
24453
24454 /
24455 \begin_inset space \thinspace{}
24456 \end_inset
24457
24458 Inhaltsverzeichnis\SpecialChar \menuseparator
24459 Algorithmenverzeichnis
24460 \family default
24461  verwendet werden.
24462  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
24463  eingefügt werden:
24464 \end_layout
24465
24466 \begin_layout Standard
24467
24468 \series bold
24469
24470 \backslash
24471 listof{algorithm}{Algorithmenverzeichnis}
24472 \end_layout
24473
24474 \begin_layout Standard
24475 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24476  nach dem Schema 
24477 \begin_inset Quotes gld
24478 \end_inset
24479
24480 Kapitelnummer.Algorithmusnummer
24481 \begin_inset Quotes grd
24482 \end_inset
24483
24484  nummeriert.
24485  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
24486  einfügen:
24487 \end_layout
24488
24489 \begin_layout Standard
24490
24491 \series bold
24492
24493 \backslash
24494 numberwithin{algorithm}{chapter}
24495 \end_layout
24496
24497 \begin_layout Standard
24498 Um 
24499 \series bold
24500
24501 \backslash
24502 numberwithin
24503 \series default
24504  benutzen zu können, muss in den 
24505 \family sans
24506 Mathe
24507 \begin_inset space ~
24508 \end_inset
24509
24510 Optionen
24511 \family default
24512  der 
24513 \family sans
24514 Dokument-Einstellungen
24515 \family default
24516  
24517 \family sans
24518 AMS
24519 \begin_inset space ~
24520 \end_inset
24521
24522 Mathe
24523 \begin_inset space ~
24524 \end_inset
24525
24526 Paket
24527 \family default
24528
24529 \begin_inset space ~
24530 \end_inset
24531
24532
24533 \family sans
24534 verwenden
24535 \family default
24536  angekreuzt sein.
24537 \end_layout
24538
24539 \begin_layout Section
24540 Gleitobjekt-Nummerierung
24541 \begin_inset Index idx
24542 status collapsed
24543
24544 \begin_layout Plain Layout
24545 Gleitobjekte ! Nummerierung
24546 \end_layout
24547
24548 \end_inset
24549
24550
24551 \end_layout
24552
24553 \begin_layout Standard
24554 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24555  nummeriert oder nach dem Schema 
24556 \begin_inset Quotes gld
24557 \end_inset
24558
24559 Kapitelnummer.Gleitobjektnummer
24560 \begin_inset Quotes grd
24561 \end_inset
24562
24563  oder 
24564 \begin_inset Quotes gld
24565 \end_inset
24566
24567 Abschnittsnummer.Gleitobjektnummer
24568 \begin_inset Quotes grd
24569 \end_inset
24570
24571 .
24572  Das hängt von der Dokumentklasse ab.
24573 \end_layout
24574
24575 \begin_layout Standard
24576 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24577  in den LaTeX-Vorspann einfügen:
24578 \end_layout
24579
24580 \begin_layout Standard
24581
24582 \series bold
24583
24584 \backslash
24585 renewcommand{
24586 \backslash
24587 thetable}{
24588 \backslash
24589 roman{table}}
24590 \end_layout
24591
24592 \begin_layout Standard
24593
24594 \series bold
24595
24596 \backslash
24597 thetable
24598 \series default
24599  ist der Befehl, der die Tabellennummer druckt.
24600  Für Abbildungen ist das 
24601 \series bold
24602
24603 \backslash
24604 thefigure
24605 \series default
24606 .
24607  Der Befehl 
24608 \series bold
24609
24610 \backslash
24611 roman
24612 \series default
24613  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24614 \end_layout
24615
24616 \begin_layout Standard
24617 Um das Nummerierungsschema zum Beispiel auf 
24618 \begin_inset Quotes gld
24619 \end_inset
24620
24621 Unterabschnittsnummer.Num\SpecialChar \-
24622 mer
24623 \begin_inset Quotes grd
24624 \end_inset
24625
24626  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
24627 \end_layout
24628
24629 \begin_layout Standard
24630
24631 \series bold
24632
24633 \backslash
24634 numberwithin{table}{subsection}
24635 \end_layout
24636
24637 \begin_layout Standard
24638 Um den Befehl 
24639 \series bold
24640
24641 \backslash
24642 numberwithin
24643 \series default
24644  benutzen zu können, müssen Sie in den 
24645 \family sans
24646 Mathe
24647 \begin_inset space ~
24648 \end_inset
24649
24650 Optionen
24651 \family default
24652  der 
24653 \family sans
24654 Dokument-Einstellungen
24655 \family default
24656  
24657 \family sans
24658 AMS
24659 \begin_inset space ~
24660 \end_inset
24661
24662 Mathe
24663 \begin_inset space ~
24664 \end_inset
24665
24666 Paket
24667 \family default
24668
24669 \begin_inset space ~
24670 \end_inset
24671
24672
24673 \family sans
24674 verwenden
24675 \family default
24676  ankreuzen.
24677 \end_layout
24678
24679 \begin_layout Standard
24680 Sehen Sie sich bitte auch Abschnitt
24681 \begin_inset space ~
24682 \end_inset
24683
24684
24685 \begin_inset CommandInset ref
24686 LatexCommand ref
24687 reference "uab:Fußnoten-Nummerierung"
24688
24689 \end_inset
24690
24691  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24692 \end_layout
24693
24694 \begin_layout Section
24695 Auf Gleitobjekte verweisen
24696 \begin_inset CommandInset label
24697 LatexCommand label
24698 name "abs:Auf-Gleitobjekte-verweisen"
24699
24700 \end_inset
24701
24702
24703 \begin_inset Index idx
24704 status collapsed
24705
24706 \begin_layout Plain Layout
24707 Gleitobjekte ! Querverweise
24708 \end_layout
24709
24710 \end_inset
24711
24712
24713 \begin_inset Index idx
24714 status collapsed
24715
24716 \begin_layout Plain Layout
24717 Querverweise ! auf Gleitobjekte
24718 \end_layout
24719
24720 \end_inset
24721
24722
24723 \end_layout
24724
24725 \begin_layout Standard
24726 Zunächst müssen Sie mit 
24727 \family sans
24728 Einfügen\SpecialChar \menuseparator
24729 Marke
24730 \family default
24731  oder einen Klick auf 
24732 \begin_inset Info
24733 type  "icon"
24734 arg   "label-insert"
24735 \end_inset
24736
24737  eine Marke im Titel einfügen.
24738  Im 
24739 \family sans
24740 Marke
24741 \family default
24742 -Dialog schreiben Sie einen Text in das Feld 
24743 \family sans
24744 Marke
24745 \family default
24746  oder übernehmen den vorgeschlagenen.
24747  Die Marke sieht in LyX dann so aus:
24748 \end_layout
24749
24750 \begin_layout Standard
24751 \begin_inset Graphics
24752         filename clipart/Marke.png
24753         lyxscale 80
24754         scale 50
24755         scaleBeforeRotation
24756
24757 \end_inset
24758
24759
24760 \end_layout
24761
24762 \begin_layout Standard
24763 Die Marke wird als Anker und Name für den Querverweis benutzt.
24764  Mit 
24765 \family sans
24766 Einfügen\SpecialChar \menuseparator
24767 Querverweis
24768 \family default
24769  oder einen Klick auf 
24770 \begin_inset Info
24771 type  "icon"
24772 arg   "dialog-show-new-inset ref"
24773 \end_inset
24774
24775  können Sie dann auf die Marke verweisen.
24776  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
24777  angezeigt:
24778 \end_layout
24779
24780 \begin_layout Standard
24781 \begin_inset Graphics
24782         filename clipart/Querverweis.png
24783         lyxscale 80
24784         scale 50
24785         scaleBeforeRotation
24786
24787 \end_inset
24788
24789
24790 \begin_inset Newline newline
24791 \end_inset
24792
24793  Mehr zu Querverweisen finden Sie im 
24794 \emph on
24795 Benutzerhandbuch
24796 \emph default
24797 .
24798 \end_layout
24799
24800 \begin_layout Standard
24801 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24802  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24803  durch einen Zeilenumbruch getrennt werden können.
24804 \end_layout
24805
24806 \begin_layout Standard
24807 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24808  LyX passt die Querverweise automatisch an.
24809 \end_layout
24810
24811 \begin_layout Standard
24812 Ein Klick auf den Schalter 
24813 \family sans
24814 Gehe
24815 \begin_inset space ~
24816 \end_inset
24817
24818 zur
24819 \begin_inset space ~
24820 \end_inset
24821
24822 Marke
24823 \family default
24824  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24825  Der Text der Schaltfläche heißt jetzt 
24826 \family sans
24827 Gehe
24828 \begin_inset space ~
24829 \end_inset
24830
24831 zurück
24832 \family default
24833  und ein Klick darauf macht genau dies.
24834 \end_layout
24835
24836 \begin_layout Subsection
24837 Querverweis-Formate
24838 \begin_inset CommandInset label
24839 LatexCommand label
24840 name "uab:Querverweis-Formate"
24841
24842 \end_inset
24843
24844
24845 \begin_inset Index idx
24846 status collapsed
24847
24848 \begin_layout Plain Layout
24849 Querverweise ! Formate
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 Es gibt sechs verschiedene Querverweisstile:
24859 \end_layout
24860
24861 \begin_layout Description
24862 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24863  
24864 \begin_inset CommandInset ref
24865 LatexCommand ref
24866 reference "abb:Zwei-Teilabbildungen"
24867
24868 \end_inset
24869
24870
24871 \end_layout
24872
24873 \begin_layout Description
24874 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24875  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24876  verwendet wird, speziell wenn der Name 
24877 \begin_inset Quotes gld
24878 \end_inset
24879
24880 Gleichung
24881 \begin_inset Quotes grd
24882 \end_inset
24883
24884  weggelassen wird: 
24885 \begin_inset CommandInset ref
24886 LatexCommand eqref
24887 reference "eq:Wgn"
24888
24889 \end_inset
24890
24891
24892 \end_layout
24893
24894 \begin_layout Description
24895 <Seite>: druckt die Seitennummer: Seite
24896 \begin_inset space ~
24897 \end_inset
24898
24899
24900 \begin_inset CommandInset ref
24901 LatexCommand pageref
24902 reference "abb:Zwei-Teilabbildungen"
24903
24904 \end_inset
24905
24906
24907 \end_layout
24908
24909 \begin_layout Description
24910 auf
24911 \begin_inset space ~
24912 \end_inset
24913
24914 Seite
24915 \begin_inset space ~
24916 \end_inset
24917
24918 <Seite>: druckt den Text 
24919 \begin_inset Quotes gld
24920 \end_inset
24921
24922 auf Seite
24923 \begin_inset Quotes grd
24924 \end_inset
24925
24926  und die Seitennummer: 
24927 \begin_inset CommandInset ref
24928 LatexCommand vpageref
24929 reference "abb:Zwei-Teilabbildungen"
24930
24931 \end_inset
24932
24933
24934 \end_layout
24935
24936 \begin_layout Description
24937 <Querverweis>
24938 \begin_inset space ~
24939 \end_inset
24940
24941 auf
24942 \begin_inset space ~
24943 \end_inset
24944
24945 Seite
24946 \begin_inset space ~
24947 \end_inset
24948
24949 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
24950 \begin_inset Quotes gld
24951 \end_inset
24952
24953 auf Seite
24954 \begin_inset Quotes grd
24955 \end_inset
24956
24957 , und die Seitennummer: 
24958 \begin_inset CommandInset ref
24959 LatexCommand vref
24960 reference "abb:Zwei-Teilabbildungen"
24961
24962 \end_inset
24963
24964
24965 \end_layout
24966
24967 \begin_layout Description
24968 Formatierter
24969 \begin_inset space ~
24970 \end_inset
24971
24972 Querverweis: druckt ein selbst definiertes Querverweisformat
24973 \begin_inset Newline newline
24974 \end_inset
24975
24976
24977 \begin_inset Note Greyedout
24978 status open
24979
24980 \begin_layout Plain Layout
24981
24982 \series bold
24983 Bemerkung:
24984 \series default
24985  Dies ist nur möglich, wenn das LaTeX-Paket 
24986 \series bold
24987 prettyref
24988 \series default
24989  oder 
24990 \series bold
24991 refstyle
24992 \series default
24993
24994 \begin_inset Index idx
24995 status collapsed
24996
24997 \begin_layout Plain Layout
24998 LaTeX-Pakete ! prettyref
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \begin_inset Index idx
25005 status collapsed
25006
25007 \begin_layout Plain Layout
25008 LaTeX-Pakete ! refstyle
25009 \end_layout
25010
25011 \end_inset
25012
25013  installiert ist.
25014 \end_layout
25015
25016 \end_inset
25017
25018
25019 \begin_inset Newline newline
25020 \end_inset
25021
25022 Sie können duch setzen der Option 
25023 \family sans
25024 Verwende refstyle (nicht prettyref) für Querverweise
25025 \family default
25026  im Menü 
25027 \family sans
25028 Dokument\SpecialChar \menuseparator
25029 Einstellungen\SpecialChar \menuseparator
25030 Dokumentklasse
25031 \family default
25032  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
25033  Das Format wird definiert, indem man den Befehl 
25034 \series bold
25035
25036 \backslash
25037 newrefformat
25038 \series default
25039  (prettyref) oder 
25040 \series bold
25041
25042 \backslash
25043 newref
25044 \series default
25045  (refstyle) in den LaTeX-Vorspann einfügt.
25046  Z.
25047 \begin_inset space \thinspace{}
25048 \end_inset
25049
25050 B.
25051  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25052  
25053 \begin_inset Quotes eld
25054 \end_inset
25055
25056
25057 \family sans
25058 abb
25059 \family default
25060
25061 \begin_inset Quotes erd
25062 \end_inset
25063
25064 ) mit dem Befehle
25065 \begin_inset Newline newline
25066 \end_inset
25067
25068
25069 \series bold
25070
25071 \backslash
25072 newref{abb}{refcmd={Bild auf Seite 
25073 \backslash
25074 pageref{#1}}}
25075 \series default
25076
25077 \begin_inset Newline newline
25078 \end_inset
25079
25080 geändert werden.
25081  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25082 en verwiesen, 
25083 \begin_inset CommandInset citation
25084 LatexCommand cite
25085 key "prettyref,refstyle"
25086
25087 \end_inset
25088
25089 .
25090 \end_layout
25091
25092 \begin_layout Description
25093 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25094 \begin_inset CommandInset ref
25095 LatexCommand nameref
25096 reference "abb:Zwei-Teilabbildungen"
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \begin_layout Standard
25104
25105 \family sans
25106 <Seite>
25107 \family default
25108  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25109  vorherigen, der selben oder der nächsten Seite befindet.
25110  Stattdessen wird z.
25111 \begin_inset space \thinspace{}
25112 \end_inset
25113
25114 B.
25115  der Text 
25116 \begin_inset Quotes gld
25117 \end_inset
25118
25119
25120 \family sans
25121 auf dieser Seite
25122 \family default
25123
25124 \begin_inset Quotes grd
25125 \end_inset
25126
25127  gedruckt.
25128  Der Stil 
25129 \family sans
25130 <Querverweis>
25131 \begin_inset space ~
25132 \end_inset
25133
25134 auf
25135 \begin_inset space ~
25136 \end_inset
25137
25138 Seite
25139 \begin_inset space ~
25140 \end_inset
25141
25142 <Seite>
25143 \family default
25144  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25145  Seite ist.
25146 \end_layout
25147
25148 \begin_layout Standard
25149 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25150  automatisch von LaTeX berechnet.
25151  Die Stile können im Feld 
25152 \family sans
25153 Format
25154 \family default
25155  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25156  einen Querverweis klicken.
25157 \end_layout
25158
25159 \begin_layout Standard
25160 \begin_inset Note Greyedout
25161 status open
25162
25163 \begin_layout Plain Layout
25164
25165 \series bold
25166 Bemerkung:
25167 \series default
25168  Es wird empfohlen, das LaTeX-Paket 
25169 \series bold
25170 refstyle
25171 \series default
25172
25173 \begin_inset Index idx
25174 status collapsed
25175
25176 \begin_layout Plain Layout
25177 LaTeX-Pakete ! refstyle
25178 \end_layout
25179
25180 \end_inset
25181
25182  zu verwenden, da 
25183 \series bold
25184 prettyref
25185 \series default
25186
25187 \begin_inset Index idx
25188 status collapsed
25189
25190 \begin_layout Plain Layout
25191 LaTeX-Pakete ! prettyref
25192 \end_layout
25193
25194 \end_inset
25195
25196  nicht alle möglichen LyX Marken-Kürzel
25197 \begin_inset Foot
25198 status collapsed
25199
25200 \begin_layout Plain Layout
25201  
25202 \begin_inset Quotes gld
25203 \end_inset
25204
25205 abb:
25206 \begin_inset Quotes grd
25207 \end_inset
25208
25209  ist z.
25210 \begin_inset space \thinspace{}
25211 \end_inset
25212
25213 B.
25214  LyXs Kürzel für Marken in Bildbeschriftungen.
25215 \end_layout
25216
25217 \end_inset
25218
25219  kennt und auch nicht internationalisiert ist.
25220 \end_layout
25221
25222 \end_inset
25223
25224
25225 \end_layout
25226
25227 \begin_layout Subsection
25228 Automatische Querverweisnamen
25229 \begin_inset Index idx
25230 status collapsed
25231
25232 \begin_layout Plain Layout
25233 Querverweise ! Automatische Namen 
25234 \end_layout
25235
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \begin_layout Standard
25242 Das LaTeX-Paket 
25243 \series bold
25244 hyperref
25245 \series default
25246
25247 \begin_inset Index idx
25248 status collapsed
25249
25250 \begin_layout Plain Layout
25251 LaTeX-Pakete ! hyperref
25252 \end_layout
25253
25254 \end_inset
25255
25256 , das in den
25257 \family sans
25258  PDF-Eigenschaften
25259 \family default
25260  im 
25261 \family sans
25262 Dokument-Einstellungen
25263 \family default
25264  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25265  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25266  wie 
25267 \emph on
25268 Abschnitt
25269 \emph default
25270 ).
25271  Sie müssen damit z.
25272 \begin_inset space \thinspace{}
25273 \end_inset
25274
25275 B.
25276  nicht mehr den Namen 
25277 \begin_inset Quotes gld
25278 \end_inset
25279
25280 Abbildung
25281 \begin_inset Quotes grd
25282 \end_inset
25283
25284  vor jeden Querverweis auf eine Abbildung schreiben.
25285  Um diese Funktion benutzen zu können, aktivieren Sie 
25286 \series bold
25287 hyperref
25288 \series default
25289  und fügen diese Zeile in den LaTeX-Vorspann ein:
25290 \end_layout
25291
25292 \begin_layout Standard
25293
25294 \series bold
25295
25296 \backslash
25297 AtBeginDocument{
25298 \backslash
25299 renewcommand{
25300 \backslash
25301 ref}[1]{
25302 \backslash
25303 mbox{
25304 \backslash
25305 autoref{#1}}}}
25306 \end_layout
25307
25308 \begin_layout Standard
25309 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25310 \begin_inset space \thinspace{}
25311 \end_inset
25312
25313 B.
25314  statt 
25315 \begin_inset Quotes gld
25316 \end_inset
25317
25318 Abschnitt
25319 \begin_inset Quotes grd
25320 \end_inset
25321
25322  den Namen 
25323 \begin_inset Quotes gld
25324 \end_inset
25325
25326 Kap.
25327 \begin_inset space \thinspace{}
25328 \end_inset
25329
25330
25331 \begin_inset Quotes grd
25332 \end_inset
25333
25334 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25335 \end_layout
25336
25337 \begin_layout Standard
25338
25339 \series bold
25340
25341 \backslash
25342 addto
25343 \backslash
25344 extrasngerman{
25345 \backslash
25346 renewcommand{
25347 \backslash
25348 sectionautorefname}
25349 \begin_inset Newline newline
25350 \end_inset
25351
25352
25353 \begin_inset Phantom HPhantom
25354 status open
25355
25356 \begin_layout Plain Layout
25357
25358 \series bold
25359 \begin_inset space ~
25360 \end_inset
25361
25362
25363 \end_layout
25364
25365 \end_inset
25366
25367 {Kap.
25368 \backslash
25369 negthinspace}}
25370 \end_layout
25371
25372 \begin_layout Standard
25373 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25374 \begin_inset Newline newline
25375 \end_inset
25376
25377
25378 \series bold
25379
25380 \backslash
25381 extrasngerman
25382 \series default
25383  durch 
25384 \series bold
25385
25386 \backslash
25387 extras***
25388 \series default
25389 , wobei *** der Name der verwendeten Sprache ist.
25390 \end_layout
25391
25392 \begin_layout Standard
25393 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25394  z.
25395 \begin_inset space \thinspace{}
25396 \end_inset
25397
25398 B.
25399  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25400 \end_layout
25401
25402 \begin_layout Standard
25403
25404 \series bold
25405
25406 \backslash
25407 addto
25408 \backslash
25409 extrasngerman{
25410 \backslash
25411 renewcommand*{
25412 \backslash
25413 equationautorefname}[1]{}}
25414 \end_layout
25415
25416 \begin_layout Standard
25417 Mehr über dieses Thema finden Sie in der 
25418 \series bold
25419 hyperref
25420 \series default
25421 -Dokumentation 
25422 \begin_inset CommandInset citation
25423 LatexCommand cite
25424 key "hyperref"
25425
25426 \end_inset
25427
25428 .
25429 \end_layout
25430
25431 \begin_layout Standard
25432 \begin_inset Note Greyedout
25433 status open
25434
25435 \begin_layout Plain Layout
25436
25437 \series bold
25438 Bemerkung:
25439 \series default
25440  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25441  als Querverweisstil 
25442 \family sans
25443 Formatierter
25444 \begin_inset space ~
25445 \end_inset
25446
25447 Querverweis
25448 \family default
25449  benutzen, wie in Abschnitt
25450 \begin_inset space ~
25451 \end_inset
25452
25453
25454 \begin_inset CommandInset ref
25455 LatexCommand ref
25456 reference "uab:Querverweis-Formate"
25457
25458 \end_inset
25459
25460  beschrieben.
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Standard
25469 Das 
25470 \emph on
25471 Mathe
25472 \emph default
25473  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25474 \end_layout
25475
25476 \begin_layout Subsection
25477 Querverweis-Position
25478 \begin_inset CommandInset label
25479 LatexCommand label
25480 name "uab:Querverweis-Position"
25481
25482 \end_inset
25483
25484
25485 \begin_inset Index idx
25486 status collapsed
25487
25488 \begin_layout Plain Layout
25489 Querverweise !  Position
25490 \end_layout
25491
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \begin_layout Standard
25498 Wenn Sie 
25499 \series bold
25500 hyperref
25501 \series default
25502
25503 \begin_inset Index idx
25504 status collapsed
25505
25506 \begin_layout Plain Layout
25507 LaTeX-Pakete ! hyperref
25508 \end_layout
25509
25510 \end_inset
25511
25512  in den
25513 \family sans
25514  PDF-Eigenschaften
25515 \family default
25516  im 
25517 \family sans
25518 Dokument-Einstellungen
25519 \family default
25520  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25521  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25522  und Sie werden das Bild ohne Scrollen nicht sehen.
25523  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25524  ist.
25525  Wenn Sie das  LaTeX-Paket 
25526 \series bold
25527 hypcap
25528 \series default
25529
25530 \begin_inset Index idx
25531 status collapsed
25532
25533 \begin_layout Plain Layout
25534 LaTeX-Pakete ! hypcap
25535 \end_layout
25536
25537 \end_inset
25538
25539 , das Teil des LaTeX-Pakets 
25540 \series bold
25541 oberdiek
25542 \series default
25543
25544 \begin_inset Index idx
25545 status collapsed
25546
25547 \begin_layout Plain Layout
25548 LaTeX-Pakete ! oberdiek
25549 \end_layout
25550
25551 \end_inset
25552
25553  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25554  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
25555 \series bold
25556 hypcap
25557 \series default
25558  zunächst in den LaTeX-Vorspann laden:
25559 \end_layout
25560
25561 \begin_layout Standard
25562
25563 \series bold
25564
25565 \backslash
25566 usepackage[figure]{hypcap}
25567 \end_layout
25568
25569 \begin_layout Standard
25570 Sie können 
25571 \series bold
25572 hypcap
25573 \series default
25574  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25575  nicht empfohlen.
25576  Weitere Informationen finden Sie im
25577 \series bold
25578  hypcap
25579 \series default
25580 -Handbuch 
25581 \begin_inset CommandInset citation
25582 LatexCommand cite
25583 key "hypcap"
25584
25585 \end_inset
25586
25587 .
25588 \end_layout
25589
25590 \begin_layout Standard
25591 \begin_inset Note Greyedout
25592 status open
25593
25594 \begin_layout Plain Layout
25595
25596 \series bold
25597 Bemerkung:
25598 \series default
25599  
25600 \series bold
25601 hypcap
25602 \series medium
25603  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25604 \end_layout
25605
25606 \end_inset
25607
25608
25609 \end_layout
25610
25611 \begin_layout Section
25612 Gleitobjekt-Platzierung
25613 \begin_inset CommandInset label
25614 LatexCommand label
25615 name "abs:Gleitobjekt-Platzierung"
25616
25617 \end_inset
25618
25619
25620 \begin_inset Index idx
25621 status collapsed
25622
25623 \begin_layout Plain Layout
25624 Gleitobjekte ! Platzierung
25625 \end_layout
25626
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \begin_layout Standard
25633 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25634 \family sans
25635 Einstellungen 
25636 \family default
25637 öffnet einen Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzieru
25638 ng ändern können.
25639 \begin_inset Newline newline
25640 \end_inset
25641
25642 Die Option 
25643 \family sans
25644 Spalten
25645 \begin_inset space ~
25646 \end_inset
25647
25648 überspannen
25649 \family default
25650  ist nur bei zweispaltigen Dokumenten sinnvoll.
25651  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25652 \begin_inset Newline newline
25653 \end_inset
25654
25655 Die Option 
25656 \family sans
25657 Seitwärts
25658 \begin_inset space ~
25659 \end_inset
25660
25661 drehen
25662 \family default
25663  ist in Abschnitt 
25664 \begin_inset CommandInset ref
25665 LatexCommand ref
25666 reference "abs:Gedrehte-Gleitobjekte"
25667
25668 \end_inset
25669
25670  beschrieben.
25671 \end_layout
25672
25673 \begin_layout Standard
25674 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25675  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25676  Sie die Option 
25677 \family sans
25678 Standard-Platzierung
25679 \begin_inset space ~
25680 \end_inset
25681
25682 verwenden
25683 \family default
25684  nicht verwenden:
25685 \end_layout
25686
25687 \begin_layout Description
25688 Hier
25689 \begin_inset space ~
25690 \end_inset
25691
25692 wenn
25693 \begin_inset space ~
25694 \end_inset
25695
25696 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25697 \end_layout
25698
25699 \begin_layout Description
25700 Anfang
25701 \begin_inset space ~
25702 \end_inset
25703
25704 der
25705 \begin_inset space ~
25706 \end_inset
25707
25708 Seite
25709 \family sans
25710  
25711 \family default
25712 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25713  Gleitobjekte, die maximal 70
25714 \begin_inset space \thinspace{}
25715 \end_inset
25716
25717 % einer Seite benötigen, dürfen oben platziert werden.
25718  Dies kann durch die Variable 
25719 \series bold
25720
25721 \backslash
25722 topfraction
25723 \series default
25724  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
25725 \end_layout
25726
25727 \begin_deeper
25728 \begin_layout Standard
25729
25730 \series bold
25731
25732 \backslash
25733 renewcommand{
25734 \backslash
25735 topfraction}{0.9}
25736 \family typewriter
25737 \series default
25738  
25739 \end_layout
25740
25741 \end_deeper
25742 \begin_layout Description
25743 Ende
25744 \begin_inset space ~
25745 \end_inset
25746
25747 der
25748 \begin_inset space ~
25749 \end_inset
25750
25751 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25752  Gleitobjekte, die maximal 30
25753 \begin_inset space \thinspace{}
25754 \end_inset
25755
25756 % einer Seite benötigen, dürfen unten platziert werden.
25757  Dies kann durch die Variable 
25758 \series bold
25759
25760 \backslash
25761 bottomfraction
25762 \series default
25763  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
25764 \end_layout
25765
25766 \begin_deeper
25767 \begin_layout Standard
25768
25769 \series bold
25770
25771 \backslash
25772 renewcommand{
25773 \backslash
25774 bottomfraction}{0.5}
25775 \end_layout
25776
25777 \begin_layout Standard
25778 die oftmals zu kleine untere Grenze auf 50
25779 \begin_inset space \thinspace{}
25780 \end_inset
25781
25782 %.
25783 \end_layout
25784
25785 \end_deeper
25786 \begin_layout Description
25787 Seite
25788 \begin_inset space ~
25789 \end_inset
25790
25791 mit
25792 \begin_inset space ~
25793 \end_inset
25794
25795 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25796  Nur wenn mehr als 50
25797 \begin_inset space \thinspace{}
25798 \end_inset
25799
25800 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25801  Gleitobjekte bereitgestellt.
25802  Dies kann durch die Variable 
25803 \series bold
25804
25805 \backslash
25806 floatpagefraction 
25807 \series default
25808 im LaTeX-Vorspann überschrieben werden.
25809 \end_layout
25810
25811 \begin_layout Standard
25812 Die Reihenfolge der obigen Optionen wird 
25813 \emph on
25814 immer
25815 \emph default
25816  von LaTeX verwendet.
25817  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
25818  versuchen 
25819 \family sans
25820 Hier
25821 \begin_inset space \space{}
25822 \end_inset
25823
25824 wenn
25825 \begin_inset space \space{}
25826 \end_inset
25827
25828 möglich
25829 \family default
25830 , dann 
25831 \family sans
25832 Anfang
25833 \begin_inset space ~
25834 \end_inset
25835
25836 der
25837 \begin_inset space ~
25838 \end_inset
25839
25840 Seite
25841 \family default
25842  und dann die anderen Optionen anzuwenden.
25843  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
25844  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
25845  Reihenfolge.
25846  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25847 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25848 \end_layout
25849
25850 \begin_layout Standard
25851 Die Option 
25852 \family sans
25853 Hier,
25854 \begin_inset space ~
25855 \end_inset
25856
25857 auf
25858 \begin_inset space ~
25859 \end_inset
25860
25861 jeden
25862 \begin_inset space ~
25863 \end_inset
25864
25865 Fall
25866 \family default
25867  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25868  fast druckreif ist.
25869  Denn mit der Option kann das Objekt nicht mehr 
25870 \emph on
25871 gleiten
25872 \emph default
25873 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25874  oftmals zerstört.
25875 \end_layout
25876
25877 \begin_layout Standard
25878 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25879  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25880 \begin_inset VSpace bigskip
25881 \end_inset
25882
25883
25884 \end_layout
25885
25886 \begin_layout Standard
25887 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25888 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25889  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25890  Das kann mit dem LaTeX-Befehl
25891 \series bold
25892  
25893 \backslash
25894 suppressfloats
25895 \series default
25896  verhindert werden.
25897  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25898  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25899  gesetzt wird.
25900  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
25901 \end_layout
25902
25903 \begin_layout Standard
25904
25905 \series bold
25906
25907 \backslash
25908 let
25909 \backslash
25910 meinAbschnitt
25911 \backslash
25912 section
25913 \begin_inset Newline newline
25914 \end_inset
25915
25916
25917 \backslash
25918 renewcommand{
25919 \backslash
25920 section}{
25921 \backslash
25922 suppressfloats[t]
25923 \backslash
25924 meinAbschnitt}
25925 \end_layout
25926
25927 \begin_layout Standard
25928 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
25929  Unterabschnitten festlegen.
25930  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
25931  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
25932 \end_layout
25933
25934 \begin_layout Standard
25935 Es gibt auch noch das LaTeX-Paket 
25936 \series bold
25937 flafter
25938 \series default
25939
25940 \begin_inset Index idx
25941 status collapsed
25942
25943 \begin_layout Plain Layout
25944 LaTeX-Pakete ! flafter
25945 \end_layout
25946
25947 \end_inset
25948
25949  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
25950  gedruckt wird.
25951 \end_layout
25952
25953 \begin_layout Standard
25954 \begin_inset VSpace bigskip
25955 \end_inset
25956
25957 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
25958  Dafür gibt es das LaTeX-Paket 
25959 \series bold
25960 endfloat
25961 \series default
25962
25963 \begin_inset Index idx
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967 LaTeX-Pakete ! endfloat
25968 \end_layout
25969
25970 \end_inset
25971
25972 .
25973  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
25974  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
25975  
25976 \family sans
25977
25978 \begin_inset Quotes gld
25979 \end_inset
25980
25981 [Abbildung
25982 \begin_inset space ~
25983 \end_inset
25984
25985 3.2 ist ungefähr hier.]
25986 \family default
25987
25988 \begin_inset Quotes grd
25989 \end_inset
25990
25991  finden.
25992  Das 
25993 \series bold
25994 endfloat
25995 \series default
25996 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
25997 \end_layout
25998
25999 \begin_layout Standard
26000
26001 \series bold
26002
26003 \backslash
26004 usepackage[Optionen]{endfloat}
26005 \end_layout
26006
26007 \begin_layout Standard
26008 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26009  Tabellen-Abschnitte, die Sie in der 
26010 \series bold
26011 endfloat
26012 \series default
26013 -Dokumentation 
26014 \begin_inset CommandInset citation
26015 LatexCommand cite
26016 key "endfloat"
26017
26018 \end_inset
26019
26020  nachlesen können.
26021 \begin_inset Newline newline
26022 \end_inset
26023
26024
26025 \begin_inset Note Greyedout
26026 status open
26027
26028 \begin_layout Plain Layout
26029
26030 \series bold
26031 Bemerkung
26032 \begin_inset space ~
26033 \end_inset
26034
26035 1: endfloat
26036 \series default
26037  übersetzt den Hinweistext nicht automatisch.
26038  Abschnitt
26039 \begin_inset space ~
26040 \end_inset
26041
26042 4 in 
26043 \begin_inset CommandInset citation
26044 LatexCommand cite
26045 key "endfloat"
26046
26047 \end_inset
26048
26049  beschreibt, wie es geht.
26050 \end_layout
26051
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \begin_layout Standard
26058 \begin_inset Note Greyedout
26059 status open
26060
26061 \begin_layout Plain Layout
26062
26063 \series bold
26064 Bemerkung
26065 \begin_inset space ~
26066 \end_inset
26067
26068 2: 
26069 \series default
26070 Die aktuelle Version von 
26071 \series bold
26072 endfloat
26073 \series default
26074  hat einen Fehler, wenn die Überschrift ein 
26075 \begin_inset Quotes gld
26076 \end_inset
26077
26078 ß
26079 \begin_inset Quotes grd
26080 \end_inset
26081
26082  enthält.
26083  Sie müssen stattdessen den Befehl 
26084 \series bold
26085
26086 \backslash
26087 ss
26088 \series default
26089  als TeX-Code benutzen.
26090 \end_layout
26091
26092 \end_inset
26093
26094
26095 \end_layout
26096
26097 \begin_layout Standard
26098 \begin_inset VSpace bigskip
26099 \end_inset
26100
26101 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
26102  wie 
26103 \begin_inset CommandInset citation
26104 LatexCommand cite
26105 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26106
26107 \end_inset
26108
26109 .
26110 \end_layout
26111
26112 \begin_layout Section
26113 Gedrehte Gleitobjekte
26114 \begin_inset CommandInset label
26115 LatexCommand label
26116 name "abs:Gedrehte-Gleitobjekte"
26117
26118 \end_inset
26119
26120
26121 \begin_inset Index idx
26122 status collapsed
26123
26124 \begin_layout Plain Layout
26125 Gleitobjekte ! drehen
26126 \end_layout
26127
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \begin_layout Standard
26134 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26135 t drehen.
26136  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26137  und die Option 
26138 \family sans
26139 Seitwärts
26140 \begin_inset space ~
26141 \end_inset
26142
26143 drehen
26144 \family default
26145  wählen.
26146 \end_layout
26147
26148 \begin_layout Standard
26149 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26150  sie ein mehrspaltiges Dokument haben) gedruckt.
26151  Sie können mehrere Spalten überspannen, wenn die Option 
26152 \family sans
26153 Spalten
26154 \begin_inset space ~
26155 \end_inset
26156
26157 überspannen
26158 \family default
26159  in den Gleitobjekt Einstellungen gewählt ist.
26160  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26161  werden können.
26162  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26163  Option 
26164 \series bold
26165 figuresleft
26166 \series default
26167  oder 
26168 \series bold
26169 figuresright
26170 \series default
26171  zu den Dokumentklassen-Optionen hinzu.
26172 \end_layout
26173
26174 \begin_layout Standard
26175 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26176  Tabelle
26177 \begin_inset space ~
26178 \end_inset
26179
26180
26181 \begin_inset CommandInset ref
26182 LatexCommand ref
26183 reference "tab:Gedrehte-Tabelle"
26184
26185 \end_inset
26186
26187  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26188 \end_layout
26189
26190 \begin_layout Standard
26191 \begin_inset Note Greyedout
26192 status open
26193
26194 \begin_layout Plain Layout
26195
26196 \series bold
26197 Bemerkung:
26198 \series default
26199  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26200 \end_layout
26201
26202 \end_inset
26203
26204
26205 \end_layout
26206
26207 \begin_layout Standard
26208 \begin_inset Float table
26209 wide false
26210 sideways true
26211 status open
26212
26213 \begin_layout Plain Layout
26214 \begin_inset Caption Standard
26215
26216 \begin_layout Plain Layout
26217 \begin_inset CommandInset label
26218 LatexCommand label
26219 name "tab:Gedrehte-Tabelle"
26220
26221 \end_inset
26222
26223 Gedrehte Tabelle
26224 \end_layout
26225
26226 \end_inset
26227
26228
26229 \end_layout
26230
26231 \begin_layout Plain Layout
26232 \align center
26233 \begin_inset Tabular
26234 <lyxtabular version="3" rows="1" columns="5">
26235 <features rotate="0" tabularvalignment="middle">
26236 <column alignment="center" valignment="top">
26237 <column alignment="center" valignment="top">
26238 <column alignment="center" valignment="top">
26239 <column alignment="center" valignment="top">
26240 <column alignment="center" valignment="top">
26241 <row>
26242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26243 \begin_inset Text
26244
26245 \begin_layout Plain Layout
26246 Test
26247 \end_layout
26248
26249 \end_inset
26250 </cell>
26251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26252 \begin_inset Text
26253
26254 \begin_layout Plain Layout
26255 b
26256 \end_layout
26257
26258 \end_inset
26259 </cell>
26260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26261 \begin_inset Text
26262
26263 \begin_layout Plain Layout
26264 c
26265 \end_layout
26266
26267 \end_inset
26268 </cell>
26269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273 d
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26279 \begin_inset Text
26280
26281 \begin_layout Plain Layout
26282 e
26283 \end_layout
26284
26285 \end_inset
26286 </cell>
26287 </row>
26288 </lyxtabular>
26289
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \end_inset
26296
26297
26298 \end_layout
26299
26300 \begin_layout Section
26301 Untergleitobjekte
26302 \begin_inset Index idx
26303 status collapsed
26304
26305 \begin_layout Plain Layout
26306 Gleitobjekte ! Untergleitobjekte
26307 \end_layout
26308
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \begin_layout Standard
26315 Untergleitobjekte werden z.
26316 \begin_inset space \thinspace{}
26317 \end_inset
26318
26319 B.
26320  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26321  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26322  eingefügt wird.
26323  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26324  in Tabelle
26325 \begin_inset space ~
26326 \end_inset
26327
26328
26329 \begin_inset CommandInset ref
26330 LatexCommand ref
26331 reference "tab:Untertabellen-nebeneinander"
26332
26333 \end_inset
26334
26335  und 
26336 \begin_inset CommandInset ref
26337 LatexCommand ref
26338 reference "tab:Untertabellen-übereinander"
26339
26340 \end_inset
26341
26342 .
26343 \end_layout
26344
26345 \begin_layout Standard
26346 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26347 \begin_inset space ~
26348 \end_inset
26349
26350
26351 \begin_inset CommandInset ref
26352 LatexCommand ref
26353 reference "tab:Untertabelle-a"
26354
26355 \end_inset
26356
26357  und 
26358 \begin_inset CommandInset ref
26359 LatexCommand ref
26360 reference "tab:Untertabelle-b"
26361
26362 \end_inset
26363
26364  sind Untertabellen von Tabelle
26365 \begin_inset space ~
26366 \end_inset
26367
26368
26369 \begin_inset CommandInset ref
26370 LatexCommand ref
26371 reference "tab:Untertabellen-nebeneinander"
26372
26373 \end_inset
26374
26375 .
26376 \end_layout
26377
26378 \begin_layout Standard
26379 \begin_inset Float table
26380 wide false
26381 sideways false
26382 status open
26383
26384 \begin_layout Plain Layout
26385 \begin_inset Caption Standard
26386
26387 \begin_layout Plain Layout
26388 \begin_inset CommandInset label
26389 LatexCommand label
26390 name "tab:Untertabellen-nebeneinander"
26391
26392 \end_inset
26393
26394 Zwei Untertabellen nebeneinander.
26395 \end_layout
26396
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \begin_layout Plain Layout
26403 \align center
26404 \begin_inset space \hfill{}
26405 \end_inset
26406
26407
26408 \begin_inset Float table
26409 wide false
26410 sideways false
26411 status collapsed
26412
26413 \begin_layout Plain Layout
26414 \begin_inset Caption Standard
26415
26416 \begin_layout Plain Layout
26417 \begin_inset CommandInset label
26418 LatexCommand label
26419 name "tab:Untertabelle-a"
26420
26421 \end_inset
26422
26423 Dies ist Untertabelle a.
26424 \end_layout
26425
26426 \end_inset
26427
26428
26429 \end_layout
26430
26431 \begin_layout Plain Layout
26432 \align center
26433 \begin_inset Tabular
26434 <lyxtabular version="3" rows="1" columns="5">
26435 <features rotate="0" tabularvalignment="middle">
26436 <column alignment="center" valignment="top">
26437 <column alignment="center" valignment="top">
26438 <column alignment="center" valignment="top">
26439 <column alignment="center" valignment="top">
26440 <column alignment="center" valignment="top">
26441 <row>
26442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446 Test
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455 b
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26461 \begin_inset Text
26462
26463 \begin_layout Plain Layout
26464 c
26465 \end_layout
26466
26467 \end_inset
26468 </cell>
26469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473 d
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482 e
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 </row>
26488 </lyxtabular>
26489
26490 \end_inset
26491
26492
26493 \end_layout
26494
26495 \end_inset
26496
26497
26498 \begin_inset space \hfill{}
26499 \end_inset
26500
26501
26502 \begin_inset Float table
26503 wide false
26504 sideways false
26505 status collapsed
26506
26507 \begin_layout Plain Layout
26508 \begin_inset Caption Standard
26509
26510 \begin_layout Plain Layout
26511 \begin_inset CommandInset label
26512 LatexCommand label
26513 name "tab:Untertabelle-b"
26514
26515 \end_inset
26516
26517 Dies ist Untertabelle b.
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \end_layout
26524
26525 \begin_layout Plain Layout
26526 \align center
26527 \begin_inset Tabular
26528 <lyxtabular version="3" rows="1" columns="5">
26529 <features rotate="0" tabularvalignment="middle">
26530 <column alignment="center" valignment="top">
26531 <column alignment="center" valignment="top">
26532 <column alignment="center" valignment="top">
26533 <column alignment="center" valignment="top">
26534 <column alignment="center" valignment="top">
26535 <row>
26536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26537 \begin_inset Text
26538
26539 \begin_layout Plain Layout
26540 e
26541 \end_layout
26542
26543 \end_inset
26544 </cell>
26545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26546 \begin_inset Text
26547
26548 \begin_layout Plain Layout
26549 d
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Plain Layout
26558 c
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567 b
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Plain Layout
26576 Test
26577 \end_layout
26578
26579 \end_inset
26580 </cell>
26581 </row>
26582 </lyxtabular>
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \end_inset
26590
26591
26592 \begin_inset space \hfill{}
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \begin_layout Standard
26604 \begin_inset Float table
26605 wide false
26606 sideways false
26607 status open
26608
26609 \begin_layout Plain Layout
26610 \begin_inset Caption Standard
26611
26612 \begin_layout Plain Layout
26613 \begin_inset CommandInset label
26614 LatexCommand label
26615 name "tab:Untertabellen-übereinander"
26616
26617 \end_inset
26618
26619 Zwei Untertabellen übereinander.
26620  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26621 \end_layout
26622
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \begin_layout Plain Layout
26629 \align center
26630 \begin_inset Float table
26631 wide false
26632 sideways false
26633 status collapsed
26634
26635 \begin_layout Plain Layout
26636 \begin_inset Caption Standard
26637
26638 \begin_layout Plain Layout
26639
26640 \end_layout
26641
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \begin_layout Plain Layout
26648 \align center
26649 \begin_inset Tabular
26650 <lyxtabular version="3" rows="1" columns="4">
26651 <features rotate="0" tabularvalignment="middle">
26652 <column alignment="center" valignment="top">
26653 <column alignment="center" valignment="top">
26654 <column alignment="center" valignment="top">
26655 <column alignment="center" valignment="top">
26656 <row>
26657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Plain Layout
26661 Test
26662 \end_layout
26663
26664 \end_inset
26665 </cell>
26666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Plain Layout
26670 Test
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Plain Layout
26679 Test
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688 Test
26689 \end_layout
26690
26691 \end_inset
26692 </cell>
26693 </row>
26694 </lyxtabular>
26695
26696 \end_inset
26697
26698
26699 \end_layout
26700
26701 \end_inset
26702
26703
26704 \end_layout
26705
26706 \begin_layout Plain Layout
26707 \align center
26708 \begin_inset Float table
26709 wide false
26710 sideways false
26711 status collapsed
26712
26713 \begin_layout Plain Layout
26714 \begin_inset Caption Standard
26715
26716 \begin_layout Plain Layout
26717
26718 \end_layout
26719
26720 \end_inset
26721
26722
26723 \end_layout
26724
26725 \begin_layout Plain Layout
26726 \align center
26727 \begin_inset Tabular
26728 <lyxtabular version="3" rows="1" columns="5">
26729 <features rotate="0" tabularvalignment="middle">
26730 <column alignment="center" valignment="top">
26731 <column alignment="center" valignment="top">
26732 <column alignment="center" valignment="top">
26733 <column alignment="center" valignment="top">
26734 <column alignment="center" valignment="top">
26735 <row>
26736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26737 \begin_inset Text
26738
26739 \begin_layout Plain Layout
26740 a
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26746 \begin_inset Text
26747
26748 \begin_layout Plain Layout
26749 b
26750 \end_layout
26751
26752 \end_inset
26753 </cell>
26754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26755 \begin_inset Text
26756
26757 \begin_layout Plain Layout
26758 c
26759 \end_layout
26760
26761 \end_inset
26762 </cell>
26763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26764 \begin_inset Text
26765
26766 \begin_layout Plain Layout
26767 d
26768 \end_layout
26769
26770 \end_inset
26771 </cell>
26772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26773 \begin_inset Text
26774
26775 \begin_layout Plain Layout
26776 e
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 </row>
26782 </lyxtabular>
26783
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \end_inset
26795
26796
26797 \end_layout
26798
26799 \begin_layout Section
26800 Gleitobjekte nebeneinander
26801 \begin_inset Index idx
26802 status collapsed
26803
26804 \begin_layout Plain Layout
26805 Gleitobjekte ! nebeneinander
26806 \end_layout
26807
26808 \end_inset
26809
26810
26811 \end_layout
26812
26813 \begin_layout Standard
26814 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26815 \begin_inset space ~
26816 \end_inset
26817
26818
26819 \begin_inset CommandInset ref
26820 LatexCommand ref
26821 reference "abb:Gleitobjekt-links"
26822
26823 \end_inset
26824
26825  und 
26826 \begin_inset CommandInset ref
26827 LatexCommand ref
26828 reference "abb:Gleitobjekt-rechts"
26829
26830 \end_inset
26831
26832  wird nur 
26833 \emph on
26834 ein
26835 \emph default
26836  Gleitobjekt verwendet.
26837  In dieses werden zwei Minipage Boxen eingefügt.
26838 \begin_inset Foot
26839 status collapsed
26840
26841 \begin_layout Plain Layout
26842 Minipages sind in Abschnitt
26843 \begin_inset space ~
26844 \end_inset
26845
26846
26847 \begin_inset CommandInset ref
26848 LatexCommand ref
26849 reference "abs:Minipage"
26850
26851 \end_inset
26852
26853  erklärt.
26854 \end_layout
26855
26856 \end_inset
26857
26858  Die Breite wird für jede Minipage auf 45
26859 \begin_inset space \thinspace{}
26860 \end_inset
26861
26862 -50
26863 \begin_inset space \thinspace{}
26864 \end_inset
26865
26866 Spalten% und die Box Ausrichtung auf 
26867 \family sans
26868 Unten
26869 \family default
26870  gesetzt.
26871  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26872  Gleitobjekt.
26873  Der einzige Unterschied ist, dass die Bildeinheit 
26874 \family sans
26875 Spaltenbreite
26876 \begin_inset space ~
26877 \end_inset
26878
26879 %
26880 \family default
26881  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26882 \end_layout
26883
26884 \begin_layout Standard
26885 \begin_inset Float figure
26886 wide false
26887 sideways false
26888 status open
26889
26890 \begin_layout Plain Layout
26891 \begin_inset Box Frameless
26892 position "b"
26893 hor_pos "c"
26894 has_inner_box 1
26895 inner_pos "t"
26896 use_parbox 0
26897 use_makebox 0
26898 width "45col%"
26899 special "none"
26900 height "1in"
26901 height_special "totalheight"
26902 status open
26903
26904 \begin_layout Plain Layout
26905 \align center
26906 \begin_inset Graphics
26907         filename ../clipart/mobius.eps
26908         lyxscale 50
26909         width 100col%
26910         scaleBeforeRotation
26911
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \begin_layout Plain Layout
26918 \begin_inset Caption Standard
26919
26920 \begin_layout Plain Layout
26921 \begin_inset CommandInset label
26922 LatexCommand label
26923 name "abb:Gleitobjekt-links"
26924
26925 \end_inset
26926
26927 Gleitobjekt auf der linken Seite.
26928 \end_layout
26929
26930 \end_inset
26931
26932
26933 \end_layout
26934
26935 \end_inset
26936
26937
26938 \begin_inset space \hfill{}
26939 \end_inset
26940
26941
26942 \begin_inset Box Frameless
26943 position "b"
26944 hor_pos "c"
26945 has_inner_box 1
26946 inner_pos "t"
26947 use_parbox 0
26948 use_makebox 0
26949 width "45col%"
26950 special "none"
26951 height "1in"
26952 height_special "totalheight"
26953 status open
26954
26955 \begin_layout Plain Layout
26956 \align center
26957 \begin_inset Graphics
26958         filename ../clipart/platypus.eps
26959         lyxscale 50
26960         width 100col%
26961         scaleBeforeRotation
26962
26963 \end_inset
26964
26965
26966 \end_layout
26967
26968 \begin_layout Plain Layout
26969 \begin_inset Caption Standard
26970
26971 \begin_layout Plain Layout
26972 \begin_inset CommandInset label
26973 LatexCommand label
26974 name "abb:Gleitobjekt-rechts"
26975
26976 \end_inset
26977
26978 Gleitobjekt auf der rechten Seite.
26979 \end_layout
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \begin_layout Section
26997 Beschriftungs-Formatierung
26998 \begin_inset CommandInset label
26999 LatexCommand label
27000 name "abs:Titel-Formatierung"
27001
27002 \end_inset
27003
27004
27005 \begin_inset Index idx
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009 Gleitobjekte ! Beschriftung ! Formatierung
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \begin_layout Standard
27018
27019 \family sans
27020 Legende
27021 \family default
27022  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27023  In LyX sehen Titel so aus:  
27024 \family sans
27025
27026 \begin_inset Quotes gld
27027 \end_inset
27028
27029 Abbildung xyz:
27030 \family default
27031
27032 \begin_inset Quotes grd
27033 \end_inset
27034
27035 , gefolgt vom Beschriftungstext, wobei 
27036 \family sans
27037 xyz
27038 \family default
27039  die von LyX vergebene Nummer ist.
27040  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27041  gedruckt.
27042  Dies ist nicht immer brauchbar.
27043 \end_layout
27044
27045 \begin_layout Standard
27046 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
27047  
27048 \series bold
27049 caption
27050 \series default
27051
27052 \begin_inset Index idx
27053 status collapsed
27054
27055 \begin_layout Plain Layout
27056 LaTeX-Pakete ! caption
27057 \end_layout
27058
27059 \end_inset
27060
27061  in den LaTeX-Vorspann laden:
27062 \end_layout
27063
27064 \begin_layout Standard
27065
27066 \series bold
27067
27068 \backslash
27069 usepackage[Format-Definition]{caption}
27070 \end_layout
27071
27072 \begin_layout Standard
27073 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
27074  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
27075 \end_layout
27076
27077 \begin_layout Standard
27078
27079 \series bold
27080
27081 \backslash
27082 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27083 \end_layout
27084
27085 \begin_layout Standard
27086 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27087  definieren.
27088  Dazu laden Sie das 
27089 \series bold
27090 caption
27091 \series default
27092 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27093  dem Befehl
27094 \end_layout
27095
27096 \begin_layout Standard
27097
27098 \series bold
27099
27100 \backslash
27101 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27102 \end_layout
27103
27104 \begin_layout Standard
27105 Für Abbildung
27106 \begin_inset space ~
27107 \end_inset
27108
27109
27110 \begin_inset CommandInset ref
27111 LatexCommand ref
27112 reference "abb:Langer-Abb-Titel"
27113
27114 \end_inset
27115
27116  und Tabelle
27117 \begin_inset space ~
27118 \end_inset
27119
27120
27121 \begin_inset CommandInset ref
27122 LatexCommand ref
27123 reference "tab:Langer-Tab-Titel"
27124
27125 \end_inset
27126
27127  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
27128  werden:
27129 \end_layout
27130
27131 \begin_layout Standard
27132
27133 \series bold
27134
27135 \backslash
27136 usepackage[tableposition=top]{caption}
27137 \begin_inset Newline newline
27138 \end_inset
27139
27140
27141 \backslash
27142 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27143 \begin_inset Newline newline
27144 \end_inset
27145
27146
27147 \begin_inset Phantom HPhantom
27148 status open
27149
27150 \begin_layout Plain Layout
27151
27152 \series bold
27153
27154 \backslash
27155 captionsetup[figure]{
27156 \end_layout
27157
27158 \end_inset
27159
27160 labelsep=period}
27161 \begin_inset Newline newline
27162 \end_inset
27163
27164
27165 \backslash
27166 captionsetup[table]{labelfont={bf,sf}}
27167 \end_layout
27168
27169 \begin_layout Standard
27170 \begin_inset Note Greyedout
27171 status open
27172
27173 \begin_layout Plain Layout
27174
27175 \series bold
27176 Bemerkung:
27177 \series default
27178  Die Option 
27179 \series bold
27180 tableposition=top
27181 \series default
27182  hat keine Auswirkung, wenn eine 
27183 \series bold
27184 KOMA-Script
27185 \series default
27186
27187 \begin_inset Index idx
27188 status collapsed
27189
27190 \begin_layout Plain Layout
27191 LaTeX-Pakete ! KOMA-Script
27192 \end_layout
27193
27194 \end_inset
27195
27196 -Dokumentklasse verwendet wird.
27197  Hier muss die Option 
27198 \series bold
27199 captions=tableheading
27200 \series default
27201  benutzt werden.
27202 \end_layout
27203
27204 \end_inset
27205
27206
27207 \end_layout
27208
27209 \begin_layout Standard
27210 Weitere Informationen über das Paket
27211 \series bold
27212  caption
27213 \series default
27214  finden Sie in seiner Dokumentation 
27215 \begin_inset CommandInset citation
27216 LatexCommand cite
27217 key "caption"
27218
27219 \end_inset
27220
27221 .
27222 \end_layout
27223
27224 \begin_layout Standard
27225 Wenn Sie den Namen von 
27226 \begin_inset Quotes gld
27227 \end_inset
27228
27229 Abbildung
27230 \begin_inset Quotes grd
27231 \end_inset
27232
27233  auf 
27234 \begin_inset Quotes gld
27235 \end_inset
27236
27237 Bild
27238 \begin_inset Quotes grd
27239 \end_inset
27240
27241  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
27242 \end_layout
27243
27244 \begin_layout Standard
27245
27246 \series bold
27247
27248 \backslash
27249 renewcommand{
27250 \backslash
27251 fnum@figure}{Bild~
27252 \backslash
27253 thefigure}
27254 \end_layout
27255
27256 \begin_layout Standard
27257 wobei 
27258 \series bold
27259
27260 \backslash
27261 thefigure
27262 \series default
27263  die Bildnummer einsetzt und
27264 \series bold
27265  ~
27266 \series default
27267  ein geschütztes Leerzeichen ist.
27268 \end_layout
27269
27270 \begin_layout Standard
27271 \begin_inset VSpace bigskip
27272 \end_inset
27273
27274 Wenn Sie eine 
27275 \series bold
27276 KOMA-Script
27277 \series default
27278
27279 \begin_inset Index idx
27280 status collapsed
27281
27282 \begin_layout Plain Layout
27283 LaTeX-Pakete ! KOMA-Script
27284 \end_layout
27285
27286 \end_inset
27287
27288 -Dokumentklasse (
27289 \family sans
27290 article (KOMA-Script)
27291 \family default
27292
27293 \family sans
27294 book (KOMA-Script)
27295 \family default
27296
27297 \family sans
27298 letter (KOMA-Script)
27299 \family default
27300  oder 
27301 \family sans
27302 report (KOMA-Script)
27303 \family default
27304 ) benutzen, können Sie anstatt des 
27305 \series bold
27306 caption
27307 \series default
27308 -Paketes den eingebauten Befehl 
27309 \series bold
27310
27311 \backslash
27312 setkomafont
27313 \series default
27314  von 
27315 \series bold
27316 KOMA-Script
27317 \series default
27318  benutzen.
27319  Der Befehl
27320 \end_layout
27321
27322 \begin_layout Standard
27323
27324 \series bold
27325
27326 \backslash
27327 setkomafont{captionlabel}{
27328 \backslash
27329 bfseries}
27330 \end_layout
27331
27332 \begin_layout Standard
27333 im LaTeX-Vorspann druckt den Namen fett.
27334 \end_layout
27335
27336 \begin_layout Standard
27337 Weitere Informationen über 
27338 \series bold
27339
27340 \backslash
27341 setkomafont
27342 \series default
27343  finden Sie in der 
27344 \series bold
27345 KOMA-Script
27346 \series default
27347 -Do\SpecialChar \-
27348 ku\SpecialChar \-
27349 men\SpecialChar \-
27350 ta\SpecialChar \-
27351 tion 
27352 \begin_inset CommandInset citation
27353 LatexCommand cite
27354 key "KOMA-Script"
27355
27356 \end_inset
27357
27358 .
27359 \end_layout
27360
27361 \begin_layout Standard
27362 \begin_inset ERT
27363 status collapsed
27364
27365 \begin_layout Plain Layout
27366
27367
27368 \backslash
27369 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27370 }
27371 \end_layout
27372
27373 \end_inset
27374
27375
27376 \begin_inset Note Note
27377 status open
27378
27379 \begin_layout Plain Layout
27380 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27381 \end_layout
27382
27383 \end_inset
27384
27385
27386 \end_layout
27387
27388 \begin_layout Standard
27389 \begin_inset Float figure
27390 placement !p
27391 wide false
27392 sideways false
27393 status open
27394
27395 \begin_layout Plain Layout
27396 \align center
27397 \begin_inset Graphics
27398         filename ../clipart/mobius.eps
27399         lyxscale 50
27400         scale 50
27401         scaleBeforeRotation
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \begin_layout Plain Layout
27409 \begin_inset Caption Standard
27410
27411 \begin_layout Plain Layout
27412 \begin_inset CommandInset label
27413 LatexCommand label
27414 name "abb:Langer-Abb-Titel"
27415
27416 \end_inset
27417
27418 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27419  ist, um das andere Beschriftungsformat zu zeigen.
27420  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27421 \begin_inset Argument 1
27422 status collapsed
27423
27424 \begin_layout Plain Layout
27425 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27426  ist.
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \end_layout
27433
27434 \end_inset
27435
27436
27437 \end_layout
27438
27439 \end_inset
27440
27441
27442 \end_layout
27443
27444 \begin_layout Standard
27445 \begin_inset ERT
27446 status collapsed
27447
27448 \begin_layout Plain Layout
27449
27450
27451 \backslash
27452 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27453 on}
27454 \end_layout
27455
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \begin_layout Standard
27462 \begin_inset Float table
27463 placement !p
27464 wide false
27465 sideways false
27466 status open
27467
27468 \begin_layout Plain Layout
27469 \begin_inset Caption Standard
27470
27471 \begin_layout Plain Layout
27472 \begin_inset CommandInset label
27473 LatexCommand label
27474 name "tab:Langer-Tab-Titel"
27475
27476 \end_inset
27477
27478 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27479  ist, um das andere Beschriftungsformat zu zeigen.
27480  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27481  benutzt.
27482 \begin_inset Argument 1
27483 status collapsed
27484
27485 \begin_layout Plain Layout
27486 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27487  ist.
27488 \end_layout
27489
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \begin_layout Plain Layout
27501 \align center
27502 \begin_inset Tabular
27503 <lyxtabular version="3" rows="1" columns="5">
27504 <features rotate="0" tabularvalignment="middle">
27505 <column alignment="center" valignment="top">
27506 <column alignment="center" valignment="top">
27507 <column alignment="center" valignment="top">
27508 <column alignment="center" valignment="top">
27509 <column alignment="center" valignment="top">
27510 <row>
27511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27512 \begin_inset Text
27513
27514 \begin_layout Plain Layout
27515 a
27516 \end_layout
27517
27518 \end_inset
27519 </cell>
27520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27521 \begin_inset Text
27522
27523 \begin_layout Plain Layout
27524 b
27525 \end_layout
27526
27527 \end_inset
27528 </cell>
27529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27530 \begin_inset Text
27531
27532 \begin_layout Plain Layout
27533 c
27534 \end_layout
27535
27536 \end_inset
27537 </cell>
27538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27539 \begin_inset Text
27540
27541 \begin_layout Plain Layout
27542 d
27543 \end_layout
27544
27545 \end_inset
27546 </cell>
27547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27548 \begin_inset Text
27549
27550 \begin_layout Plain Layout
27551 e
27552 \end_layout
27553
27554 \end_inset
27555 </cell>
27556 </row>
27557 </lyxtabular>
27558
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \end_inset
27565
27566
27567 \end_layout
27568
27569 \begin_layout Section
27570 Beschriftungs-Platzierung
27571 \begin_inset CommandInset label
27572 LatexCommand label
27573 name "abs:Titel-Platzierung"
27574
27575 \end_inset
27576
27577
27578 \begin_inset Index idx
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582 Gleitobjekte ! Beschriftung ! Platzierung
27583 \end_layout
27584
27585 \end_inset
27586
27587
27588 \end_layout
27589
27590 \begin_layout Standard
27591 Normalerweise werden die Beschriftungen wie folgt platziert:
27592 \end_layout
27593
27594 \begin_layout Description
27595 Abbildung: darunter
27596 \end_layout
27597
27598 \begin_layout Description
27599 Tabelle: darüber
27600 \end_layout
27601
27602 \begin_layout Standard
27603 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27604  Das heißt wenn Sie eine der Dokument-Klassen 
27605 \family sans
27606 article
27607 \family default
27608
27609 \family sans
27610 book
27611 \family default
27612
27613 \family sans
27614 letter
27615 \family default
27616  oder 
27617 \family sans
27618 report
27619 \family default
27620  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27621  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
27622 \series bold
27623 caption
27624 \series default
27625  im LaTeX-Vorspann folgendes schreiben:
27626 \begin_inset Foot
27627 status collapsed
27628
27629 \begin_layout Plain Layout
27630 In Abschnitt
27631 \begin_inset space ~
27632 \end_inset
27633
27634
27635 \begin_inset CommandInset ref
27636 LatexCommand ref
27637 reference "abs:Titel-Formatierung"
27638
27639 \end_inset
27640
27641  steht mehr über das Paket 
27642 \series bold
27643 caption
27644 \series default
27645 .
27646 \end_layout
27647
27648 \end_inset
27649
27650
27651 \end_layout
27652
27653 \begin_layout Standard
27654
27655 \series bold
27656 tableposition=top
27657 \end_layout
27658
27659 \begin_layout Standard
27660 Wenn Sie eine 
27661 \series bold
27662 KOMA-Script
27663 \series default
27664
27665 \begin_inset Index idx
27666 status collapsed
27667
27668 \begin_layout Plain Layout
27669 LaTeX-Pakete ! KOMA-Script
27670 \end_layout
27671
27672 \end_inset
27673
27674 -Dokumentklasse (
27675 \family sans
27676 article (KOMA-Script)
27677 \family default
27678
27679 \family sans
27680 book (KOMA-Script)
27681 \family default
27682
27683 \family sans
27684 letter (KOMA-Script)
27685 \family default
27686  oder 
27687 \family sans
27688 report (KOMA-Script)
27689 \family default
27690 ) benutzen, können Sie alternativ zum 
27691 \series bold
27692 caption
27693 \series default
27694 -Paket die Option 
27695 \series bold
27696 captions=tableheading
27697 \series default
27698  benutzen.
27699 \end_layout
27700
27701 \begin_layout Standard
27702 \begin_inset VSpace bigskip
27703 \end_inset
27704
27705 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
27706  Das bewirkt das LaTeX-Paket 
27707 \series bold
27708 sidecap
27709 \series default
27710
27711 \begin_inset Index idx
27712 status collapsed
27713
27714 \begin_layout Plain Layout
27715 LaTeX-Pakete ! sidecap
27716 \end_layout
27717
27718 \end_inset
27719
27720 , das so in den LaTeX-Vorspann geladen wird:
27721 \end_layout
27722
27723 \begin_layout Standard
27724
27725 \series bold
27726
27727 \backslash
27728 usepackage[Option]{sidecap}
27729 \end_layout
27730
27731 \begin_layout Standard
27732 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
27733  Mit 
27734 \series bold
27735 innercaption
27736 \series default
27737  wird die Beschriftung innen gedruckt.
27738  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
27739  
27740 \series bold
27741 rightcaption
27742 \series default
27743  oder 
27744 \series bold
27745 leftcaption
27746 \series default
27747 .
27748 \end_layout
27749
27750 \begin_layout Standard
27751 \begin_inset ERT
27752 status collapsed
27753
27754 \begin_layout Plain Layout
27755
27756
27757 \backslash
27758 ifsidecap
27759 \end_layout
27760
27761 \end_inset
27762
27763
27764 \begin_inset Note Note
27765 status open
27766
27767 \begin_layout Plain Layout
27768 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
27769 \series bold
27770 sidecap
27771 \series default
27772  installiert ist.
27773 \end_layout
27774
27775 \end_inset
27776
27777
27778 \end_layout
27779
27780 \begin_layout Standard
27781 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
27782  in den LaTeX-Vorspann schreiben:
27783 \end_layout
27784
27785 \begin_layout Standard
27786 \noindent
27787 \begin_inset CommandInset line
27788 LatexCommand rule
27789 offset "0.5ex"
27790 width "100line%"
27791 height "1pt"
27792
27793 \end_inset
27794
27795
27796 \end_layout
27797
27798 \begin_layout Standard
27799
27800 \series bold
27801
27802 \backslash
27803 newcommand{
27804 \backslash
27805 TabBesBeg}[1][1.0]{%
27806 \begin_inset Newline newline
27807 \end_inset
27808
27809
27810 \begin_inset Phantom HPhantom
27811 status open
27812
27813 \begin_layout Plain Layout
27814 \begin_inset space ~
27815 \end_inset
27816
27817
27818 \end_layout
27819
27820 \end_inset
27821
27822
27823 \backslash
27824 let
27825 \backslash
27826 MyTable
27827 \backslash
27828 table
27829 \begin_inset Newline newline
27830 \end_inset
27831
27832
27833 \begin_inset Phantom HPhantom
27834 status open
27835
27836 \begin_layout Plain Layout
27837
27838 \series medium
27839 \begin_inset space ~
27840 \end_inset
27841
27842
27843 \end_layout
27844
27845 \end_inset
27846
27847
27848 \backslash
27849 let
27850 \backslash
27851 MyEndtable
27852 \backslash
27853 endtable
27854 \begin_inset Newline newline
27855 \end_inset
27856
27857
27858 \begin_inset Phantom HPhantom
27859 status open
27860
27861 \begin_layout Plain Layout
27862
27863 \series medium
27864 \begin_inset space ~
27865 \end_inset
27866
27867
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \backslash
27874 renewenvironment{table}[1]{
27875 \backslash
27876 begin{SCtable}[#1]##1}{
27877 \backslash
27878 end{SCtable}}}
27879 \end_layout
27880
27881 \begin_layout Standard
27882
27883 \series bold
27884
27885 \backslash
27886 newcommand{
27887 \backslash
27888 TabBesEnd}{%
27889 \begin_inset Newline newline
27890 \end_inset
27891
27892
27893 \begin_inset Phantom HPhantom
27894 status open
27895
27896 \begin_layout Plain Layout
27897 \begin_inset space ~
27898 \end_inset
27899
27900
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \backslash
27907 let
27908 \backslash
27909 table
27910 \backslash
27911 MyTable
27912 \begin_inset Newline newline
27913 \end_inset
27914
27915
27916 \begin_inset Phantom HPhantom
27917 status open
27918
27919 \begin_layout Plain Layout
27920 \begin_inset space ~
27921 \end_inset
27922
27923
27924 \end_layout
27925
27926 \end_inset
27927
27928
27929 \backslash
27930 let
27931 \backslash
27932 endtable
27933 \backslash
27934 MyEndtable
27935 \end_layout
27936
27937 \begin_layout Standard
27938
27939 \series bold
27940
27941 \backslash
27942 newcommand{
27943 \backslash
27944 FigBesBeg}[1][1.0]{%
27945 \begin_inset Newline newline
27946 \end_inset
27947
27948
27949 \begin_inset Phantom HPhantom
27950 status open
27951
27952 \begin_layout Plain Layout
27953 \begin_inset space ~
27954 \end_inset
27955
27956
27957 \end_layout
27958
27959 \end_inset
27960
27961
27962 \backslash
27963 let
27964 \backslash
27965 MyFigure
27966 \backslash
27967 figure
27968 \begin_inset Newline newline
27969 \end_inset
27970
27971
27972 \begin_inset Phantom HPhantom
27973 status open
27974
27975 \begin_layout Plain Layout
27976 \begin_inset space ~
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \end_inset
27983
27984
27985 \backslash
27986 let
27987 \backslash
27988 MyEndfigure
27989 \backslash
27990 endfigure
27991 \begin_inset Newline newline
27992 \end_inset
27993
27994
27995 \begin_inset Phantom HPhantom
27996 status open
27997
27998 \begin_layout Plain Layout
27999 \begin_inset space ~
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \end_inset
28006
28007
28008 \backslash
28009 renewenvironment{figure}[1]{
28010 \backslash
28011 begin{SCfigure}[#1]##1}{
28012 \backslash
28013 end{SCfigure}}}
28014 \end_layout
28015
28016 \begin_layout Standard
28017
28018 \series bold
28019
28020 \backslash
28021 newcommand{
28022 \backslash
28023 FigBesEnd}{%
28024 \begin_inset Newline newline
28025 \end_inset
28026
28027
28028 \begin_inset Phantom HPhantom
28029 status open
28030
28031 \begin_layout Plain Layout
28032 \begin_inset space ~
28033 \end_inset
28034
28035
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \backslash
28042 let
28043 \backslash
28044 figure
28045 \backslash
28046 MyFigure
28047 \begin_inset Newline newline
28048 \end_inset
28049
28050
28051 \begin_inset Phantom HPhantom
28052 status open
28053
28054 \begin_layout Plain Layout
28055 \begin_inset space ~
28056 \end_inset
28057
28058
28059 \end_layout
28060
28061 \end_inset
28062
28063
28064 \backslash
28065 let
28066 \backslash
28067 endfigure
28068 \backslash
28069 MyEndfigure}
28070 \end_layout
28071
28072 \begin_layout Standard
28073 \noindent
28074 \begin_inset CommandInset line
28075 LatexCommand rule
28076 offset "0.5ex"
28077 width "100line%"
28078 height "1pt"
28079
28080 \end_inset
28081
28082
28083 \end_layout
28084
28085 \begin_layout Standard
28086 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28087 ungen seitlich gedruckt werden.
28088  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28089 \end_layout
28090
28091 \begin_layout Standard
28092
28093 \series bold
28094
28095 \backslash
28096 FigBesBeg
28097 \end_layout
28098
28099 \begin_layout Standard
28100 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
28101 \end_layout
28102
28103 \begin_layout Standard
28104
28105 \series bold
28106
28107 \backslash
28108 FigBesEnd
28109 \end_layout
28110
28111 \begin_layout Standard
28112 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28113  zurückkehren wollen.
28114 \end_layout
28115
28116 \begin_layout Standard
28117 Bei Gleitobjekt-Tabellen heißen die Befehle
28118 \end_layout
28119
28120 \begin_layout Standard
28121
28122 \series bold
28123
28124 \backslash
28125 TabBesBeg
28126 \series default
28127  und 
28128 \series bold
28129
28130 \backslash
28131 TabBesEnd
28132 \series default
28133 .
28134 \end_layout
28135
28136 \begin_layout Standard
28137 Abbildung
28138 \begin_inset space ~
28139 \end_inset
28140
28141
28142 \begin_inset CommandInset ref
28143 LatexCommand ref
28144 reference "abb:Beschriftung-neben"
28145
28146 \end_inset
28147
28148  und Tabelle
28149 \begin_inset space ~
28150 \end_inset
28151
28152
28153 \begin_inset CommandInset ref
28154 LatexCommand ref
28155 reference "tab:Beschriftung-neben"
28156
28157 \end_inset
28158
28159  sind Beispiele für seitliche Beschriftungen.
28160 \end_layout
28161
28162 \begin_layout Standard
28163 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28164  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28165  der Abbildung.
28166  Das kann man mit dem Befehl
28167 \end_layout
28168
28169 \begin_layout Standard
28170
28171 \series bold
28172
28173 \backslash
28174 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28175 \end_layout
28176
28177 \begin_layout Standard
28178 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
28179  Der Gleitobjekt-Typ ist entweder 
28180 \family sans
28181 figure
28182 \family default
28183  oder 
28184 \family sans
28185 table
28186 \family default
28187 , die
28188 \family sans
28189  
28190 \family default
28191 Platzierung ist 
28192 \family typewriter
28193 t
28194 \family default
28195  für oben, 
28196 \family typewriter
28197 c
28198 \family default
28199  für zentriert oder 
28200 \family typewriter
28201 b
28202 \family default
28203  für unten.
28204  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28205  lautet der Befehl
28206 \end_layout
28207
28208 \begin_layout Standard
28209
28210 \series bold
28211
28212 \backslash
28213 sidecaptionvpos{figure}{c}
28214 \end_layout
28215
28216 \begin_layout Standard
28217 Das wurde in Abbildung
28218 \begin_inset space ~
28219 \end_inset
28220
28221
28222 \begin_inset CommandInset ref
28223 LatexCommand ref
28224 reference "abb:cap-beside-fig-2"
28225
28226 \end_inset
28227
28228  benutzt.
28229 \end_layout
28230
28231 \begin_layout Standard
28232 \begin_inset VSpace medskip
28233 \end_inset
28234
28235
28236 \end_layout
28237
28238 \begin_layout Standard
28239 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28240  Für schmale Bilder/Tabellen, wie in Tabelle
28241 \begin_inset space ~
28242 \end_inset
28243
28244
28245 \begin_inset CommandInset ref
28246 LatexCommand ref
28247 reference "tab:Beschriftung-neben"
28248
28249 \end_inset
28250
28251 , führt dies zu zu schmalen Beschriftungen.
28252  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28253  Breite des Bildes/der Tabelle multipliziert wird.
28254  Das Ergebnis ist die Beschriftungsbreite.
28255  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28256  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28257  Der 
28258 \emph on
28259 Faktor
28260 \emph default
28261  kann entweder als optionales Argument für 
28262 \series bold
28263
28264 \backslash
28265 FigBesBeg
28266 \series default
28267  angegeben werden:
28268 \end_layout
28269
28270 \begin_layout Standard
28271
28272 \series bold
28273
28274 \backslash
28275 FigBesBeg[Faktor]
28276 \end_layout
28277
28278 \begin_layout Standard
28279 oder indem man in der Definition von 
28280 \series bold
28281
28282 \backslash
28283 FigBesBeg
28284 \series default
28285  die 
28286 \series bold
28287 1.0
28288 \series default
28289  mit einem anderen Wert ersetzt.
28290  Bei letzterem ist der angegebene Faktor der Standard wenn 
28291 \series bold
28292
28293 \backslash
28294 FigBesBeg
28295 \series default
28296  ohne Argument verwendet wird.
28297  Für Tabelle
28298 \begin_inset space ~
28299 \end_inset
28300
28301
28302 \begin_inset CommandInset ref
28303 LatexCommand ref
28304 reference "tab:Beschriftung-neben-breiter"
28305
28306 \end_inset
28307
28308  und Abbildung
28309 \begin_inset space ~
28310 \end_inset
28311
28312
28313 \begin_inset CommandInset ref
28314 LatexCommand ref
28315 reference "abb:cap-beside-fig-2"
28316
28317 \end_inset
28318
28319  wurde der Faktor 5 verwendet.
28320 \end_layout
28321
28322 \begin_layout Standard
28323 \begin_inset Note Greyedout
28324 status open
28325
28326 \begin_layout Plain Layout
28327
28328 \series bold
28329 Achtung:
28330 \series default
28331  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28332 erungsoption 
28333 \family sans
28334 Hier,
28335 \begin_inset space ~
28336 \end_inset
28337
28338 auf
28339 \begin_inset space ~
28340 \end_inset
28341
28342 jeden
28343 \begin_inset space ~
28344 \end_inset
28345
28346 Fall
28347 \family default
28348  nicht verwendet werden werden, da diese von 
28349 \series bold
28350 sidecap
28351 \series default
28352  nicht unterstützt wird.
28353 \end_layout
28354
28355 \end_inset
28356
28357
28358 \end_layout
28359
28360 \begin_layout Standard
28361 \begin_inset VSpace medskip
28362 \end_inset
28363
28364 Weitere Informationen über das Paket
28365 \series bold
28366  sidecap
28367 \series default
28368  finden Sie in seiner Dokumentation 
28369 \begin_inset CommandInset citation
28370 LatexCommand cite
28371 key "sidecap"
28372
28373 \end_inset
28374
28375 .
28376 \end_layout
28377
28378 \begin_layout Standard
28379 \begin_inset Note Greyedout
28380 status open
28381
28382 \begin_layout Plain Layout
28383
28384 \series bold
28385 Bemerkung:
28386 \series default
28387  Das LaTeX-Paket 
28388 \series bold
28389 hypcap
28390 \series default
28391 ,
28392 \begin_inset Index idx
28393 status collapsed
28394
28395 \begin_layout Plain Layout
28396 LaTeX-Pakete ! hypcap
28397 \end_layout
28398
28399 \end_inset
28400
28401  das in Abschnitt
28402 \begin_inset space ~
28403 \end_inset
28404
28405
28406 \begin_inset CommandInset ref
28407 LatexCommand ref
28408 reference "uab:Querverweis-Position"
28409
28410 \end_inset
28411
28412  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28413  Beschriftungen.
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \end_layout
28420
28421 \begin_layout Standard
28422 \begin_inset ERT
28423 status collapsed
28424
28425 \begin_layout Plain Layout
28426
28427
28428 \backslash
28429 FigBesBeg 
28430 \end_layout
28431
28432 \end_inset
28433
28434
28435 \end_layout
28436
28437 \begin_layout Standard
28438 \begin_inset Float figure
28439 wide false
28440 sideways false
28441 status open
28442
28443 \begin_layout Plain Layout
28444 \begin_inset Graphics
28445         filename ../clipart/escher-lsd.eps
28446         scale 75
28447         scaleBeforeRotation
28448
28449 \end_inset
28450
28451
28452 \end_layout
28453
28454 \begin_layout Plain Layout
28455 \begin_inset Caption Standard
28456
28457 \begin_layout Plain Layout
28458 \begin_inset CommandInset label
28459 LatexCommand label
28460 name "abb:Beschriftung-neben"
28461
28462 \end_inset
28463
28464 Dies ist eine Beschriftung neben einer Abbildung.
28465 \end_layout
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \end_layout
28476
28477 \begin_layout Standard
28478 \begin_inset ERT
28479 status collapsed
28480
28481 \begin_layout Plain Layout
28482
28483
28484 \backslash
28485 FigBesEnd
28486 \end_layout
28487
28488 \end_inset
28489
28490
28491 \end_layout
28492
28493 \begin_layout Standard
28494 \begin_inset ERT
28495 status collapsed
28496
28497 \begin_layout Plain Layout
28498
28499
28500 \backslash
28501 TabBesBeg 
28502 \end_layout
28503
28504 \end_inset
28505
28506
28507 \end_layout
28508
28509 \begin_layout Standard
28510 \begin_inset Float table
28511 wide false
28512 sideways false
28513 status open
28514
28515 \begin_layout Plain Layout
28516 \begin_inset Caption Standard
28517
28518 \begin_layout Plain Layout
28519 \begin_inset CommandInset label
28520 LatexCommand label
28521 name "tab:Beschriftung-neben"
28522
28523 \end_inset
28524
28525 Dies ist eine Beschriftung neben einer Tabelle.
28526 \end_layout
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \begin_layout Plain Layout
28534 \begin_inset Tabular
28535 <lyxtabular version="3" rows="4" columns="5">
28536 <features rotate="0" tabularvalignment="middle">
28537 <column alignment="center" valignment="top">
28538 <column alignment="center" valignment="top">
28539 <column alignment="center" valignment="top">
28540 <column alignment="center" valignment="top">
28541 <column alignment="center" valignment="top">
28542 <row>
28543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28544 \begin_inset Text
28545
28546 \begin_layout Plain Layout
28547 a
28548 \end_layout
28549
28550 \end_inset
28551 </cell>
28552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28553 \begin_inset Text
28554
28555 \begin_layout Plain Layout
28556
28557 \end_layout
28558
28559 \end_inset
28560 </cell>
28561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565 b
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Plain Layout
28574
28575 \end_layout
28576
28577 \end_inset
28578 </cell>
28579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28580 \begin_inset Text
28581
28582 \begin_layout Plain Layout
28583 c
28584 \end_layout
28585
28586 \end_inset
28587 </cell>
28588 </row>
28589 <row>
28590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28591 \begin_inset Text
28592
28593 \begin_layout Plain Layout
28594
28595 \end_layout
28596
28597 \end_inset
28598 </cell>
28599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28600 \begin_inset Text
28601
28602 \begin_layout Plain Layout
28603 d
28604 \end_layout
28605
28606 \end_inset
28607 </cell>
28608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28609 \begin_inset Text
28610
28611 \begin_layout Plain Layout
28612
28613 \end_layout
28614
28615 \end_inset
28616 </cell>
28617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28618 \begin_inset Text
28619
28620 \begin_layout Plain Layout
28621 e
28622 \end_layout
28623
28624 \end_inset
28625 </cell>
28626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28627 \begin_inset Text
28628
28629 \begin_layout Plain Layout
28630
28631 \end_layout
28632
28633 \end_inset
28634 </cell>
28635 </row>
28636 <row>
28637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28638 \begin_inset Text
28639
28640 \begin_layout Plain Layout
28641 f
28642 \end_layout
28643
28644 \end_inset
28645 </cell>
28646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28647 \begin_inset Text
28648
28649 \begin_layout Plain Layout
28650
28651 \end_layout
28652
28653 \end_inset
28654 </cell>
28655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28656 \begin_inset Text
28657
28658 \begin_layout Plain Layout
28659 g
28660 \end_layout
28661
28662 \end_inset
28663 </cell>
28664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28665 \begin_inset Text
28666
28667 \begin_layout Plain Layout
28668
28669 \end_layout
28670
28671 \end_inset
28672 </cell>
28673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28674 \begin_inset Text
28675
28676 \begin_layout Plain Layout
28677 h
28678 \end_layout
28679
28680 \end_inset
28681 </cell>
28682 </row>
28683 <row>
28684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28685 \begin_inset Text
28686
28687 \begin_layout Plain Layout
28688
28689 \end_layout
28690
28691 \end_inset
28692 </cell>
28693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28694 \begin_inset Text
28695
28696 \begin_layout Plain Layout
28697 i
28698 \end_layout
28699
28700 \end_inset
28701 </cell>
28702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28703 \begin_inset Text
28704
28705 \begin_layout Plain Layout
28706
28707 \end_layout
28708
28709 \end_inset
28710 </cell>
28711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28712 \begin_inset Text
28713
28714 \begin_layout Plain Layout
28715 j
28716 \end_layout
28717
28718 \end_inset
28719 </cell>
28720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28721 \begin_inset Text
28722
28723 \begin_layout Plain Layout
28724
28725 \end_layout
28726
28727 \end_inset
28728 </cell>
28729 </row>
28730 </lyxtabular>
28731
28732 \end_inset
28733
28734
28735 \end_layout
28736
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \begin_layout Standard
28743 \begin_inset ERT
28744 status collapsed
28745
28746 \begin_layout Plain Layout
28747
28748
28749 \backslash
28750 TabBesEnd
28751 \end_layout
28752
28753 \end_inset
28754
28755
28756 \end_layout
28757
28758 \begin_layout Standard
28759 \begin_inset ERT
28760 status collapsed
28761
28762 \begin_layout Plain Layout
28763
28764
28765 \backslash
28766 FigBesBeg[5] 
28767 \end_layout
28768
28769 \end_inset
28770
28771
28772 \end_layout
28773
28774 \begin_layout Standard
28775 \begin_inset ERT
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779
28780
28781 \backslash
28782 sidecaptionvpos{figure}{c}
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \begin_inset Float figure
28789 wide false
28790 sideways false
28791 status open
28792
28793 \begin_layout Plain Layout
28794 \begin_inset Graphics
28795         filename ../clipart/escher-lsd.eps
28796         scale 75
28797         scaleBeforeRotation
28798
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \begin_layout Plain Layout
28805 \begin_inset Caption Standard
28806
28807 \begin_layout Plain Layout
28808 \begin_inset CommandInset label
28809 LatexCommand label
28810 name "abb:cap-beside-fig-2"
28811
28812 \end_inset
28813
28814 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
28815 \end_layout
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \end_inset
28823
28824
28825 \end_layout
28826
28827 \begin_layout Standard
28828 \begin_inset ERT
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832
28833
28834 \backslash
28835 FigBesEnd
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \begin_layout Standard
28844 \begin_inset ERT
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848
28849
28850 \backslash
28851 TabBesBeg[5]
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Standard
28860 \begin_inset Float table
28861 wide false
28862 sideways false
28863 status open
28864
28865 \begin_layout Plain Layout
28866 \begin_inset Caption Standard
28867
28868 \begin_layout Plain Layout
28869 \begin_inset CommandInset label
28870 LatexCommand label
28871 name "tab:Beschriftung-neben-breiter"
28872
28873 \end_inset
28874
28875 Diese Beschriftung ist breiter als die in Tabelle
28876 \begin_inset space ~
28877 \end_inset
28878
28879
28880 \begin_inset CommandInset ref
28881 LatexCommand ref
28882 reference "tab:Beschriftung-neben"
28883
28884 \end_inset
28885
28886 .
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \end_layout
28893
28894 \begin_layout Plain Layout
28895 \begin_inset Tabular
28896 <lyxtabular version="3" rows="4" columns="5">
28897 <features rotate="0" tabularvalignment="middle">
28898 <column alignment="center" valignment="top">
28899 <column alignment="center" valignment="top">
28900 <column alignment="center" valignment="top">
28901 <column alignment="center" valignment="top">
28902 <column alignment="center" valignment="top">
28903 <row>
28904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28905 \begin_inset Text
28906
28907 \begin_layout Plain Layout
28908 a
28909 \end_layout
28910
28911 \end_inset
28912 </cell>
28913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28914 \begin_inset Text
28915
28916 \begin_layout Plain Layout
28917
28918 \end_layout
28919
28920 \end_inset
28921 </cell>
28922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28923 \begin_inset Text
28924
28925 \begin_layout Plain Layout
28926 b
28927 \end_layout
28928
28929 \end_inset
28930 </cell>
28931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28932 \begin_inset Text
28933
28934 \begin_layout Plain Layout
28935
28936 \end_layout
28937
28938 \end_inset
28939 </cell>
28940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28941 \begin_inset Text
28942
28943 \begin_layout Plain Layout
28944 c
28945 \end_layout
28946
28947 \end_inset
28948 </cell>
28949 </row>
28950 <row>
28951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28952 \begin_inset Text
28953
28954 \begin_layout Plain Layout
28955
28956 \end_layout
28957
28958 \end_inset
28959 </cell>
28960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28961 \begin_inset Text
28962
28963 \begin_layout Plain Layout
28964 d
28965 \end_layout
28966
28967 \end_inset
28968 </cell>
28969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28970 \begin_inset Text
28971
28972 \begin_layout Plain Layout
28973
28974 \end_layout
28975
28976 \end_inset
28977 </cell>
28978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28979 \begin_inset Text
28980
28981 \begin_layout Plain Layout
28982 e
28983 \end_layout
28984
28985 \end_inset
28986 </cell>
28987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28988 \begin_inset Text
28989
28990 \begin_layout Plain Layout
28991
28992 \end_layout
28993
28994 \end_inset
28995 </cell>
28996 </row>
28997 <row>
28998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28999 \begin_inset Text
29000
29001 \begin_layout Plain Layout
29002 f
29003 \end_layout
29004
29005 \end_inset
29006 </cell>
29007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29008 \begin_inset Text
29009
29010 \begin_layout Plain Layout
29011
29012 \end_layout
29013
29014 \end_inset
29015 </cell>
29016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29017 \begin_inset Text
29018
29019 \begin_layout Plain Layout
29020 g
29021 \end_layout
29022
29023 \end_inset
29024 </cell>
29025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29026 \begin_inset Text
29027
29028 \begin_layout Plain Layout
29029
29030 \end_layout
29031
29032 \end_inset
29033 </cell>
29034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29035 \begin_inset Text
29036
29037 \begin_layout Plain Layout
29038 h
29039 \end_layout
29040
29041 \end_inset
29042 </cell>
29043 </row>
29044 <row>
29045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29046 \begin_inset Text
29047
29048 \begin_layout Plain Layout
29049
29050 \end_layout
29051
29052 \end_inset
29053 </cell>
29054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29055 \begin_inset Text
29056
29057 \begin_layout Plain Layout
29058 i
29059 \end_layout
29060
29061 \end_inset
29062 </cell>
29063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29064 \begin_inset Text
29065
29066 \begin_layout Plain Layout
29067
29068 \end_layout
29069
29070 \end_inset
29071 </cell>
29072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29073 \begin_inset Text
29074
29075 \begin_layout Plain Layout
29076 j
29077 \end_layout
29078
29079 \end_inset
29080 </cell>
29081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29082 \begin_inset Text
29083
29084 \begin_layout Plain Layout
29085
29086 \end_layout
29087
29088 \end_inset
29089 </cell>
29090 </row>
29091 </lyxtabular>
29092
29093 \end_inset
29094
29095
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \begin_layout Standard
29104 \begin_inset ERT
29105 status collapsed
29106
29107 \begin_layout Plain Layout
29108
29109
29110 \backslash
29111 TabBesEnd
29112 \end_layout
29113
29114 \end_inset
29115
29116
29117 \end_layout
29118
29119 \begin_layout Standard
29120 \begin_inset ERT
29121 status collapsed
29122
29123 \begin_layout Plain Layout
29124
29125
29126 \backslash
29127 else
29128 \end_layout
29129
29130 \end_inset
29131
29132
29133 \begin_inset Note Note
29134 status open
29135
29136 \begin_layout Plain Layout
29137 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
29138 \series bold
29139 sidecap
29140 \series default
29141  nicht installiert ist:
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Standard
29150 Das LaTeX-Paket 
29151 \series bold
29152 sidecap
29153 \series default
29154  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29155 \end_layout
29156
29157 \begin_layout Standard
29158 \begin_inset ERT
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162
29163
29164 \backslash
29165 fi
29166 \end_layout
29167
29168 \end_inset
29169
29170
29171 \end_layout
29172
29173 \begin_layout Section
29174 Gleitobjekt-Verzeichnisse
29175 \begin_inset Index idx
29176 status collapsed
29177
29178 \begin_layout Plain Layout
29179 Gleitobjekte ! Verzeichnisse
29180 \end_layout
29181
29182 \end_inset
29183
29184
29185 \end_layout
29186
29187 \begin_layout Standard
29188 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29189  Sie können mit den Untermenüs von 
29190 \family sans
29191 Einfügen\SpecialChar \menuseparator
29192 Liste
29193 \begin_inset space ~
29194 \end_inset
29195
29196 /
29197 \begin_inset space ~
29198 \end_inset
29199
29200 Inhaltsverzeichnis
29201 \family default
29202  eingefügt werden.
29203 \end_layout
29204
29205 \begin_layout Standard
29206 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29207  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29208 \end_layout
29209
29210 \begin_layout Standard
29211 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29212  und ein Tabellen-Verzeichnis.
29213 \end_layout
29214
29215 \begin_layout Chapter
29216 Notizen
29217 \end_layout
29218
29219 \begin_layout Section
29220 LyX-Notizen
29221 \begin_inset Index idx
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225 Notizen ! LyX-Notizen
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \begin_layout Standard
29234 Notizen werden mit einem Klick auf 
29235 \begin_inset Info
29236 type  "icon"
29237 arg   "note-insert"
29238 \end_inset
29239
29240  oder 
29241 \family sans
29242 Einfügen\SpecialChar \menuseparator
29243 Notiz
29244 \family default
29245  eingefügt.
29246  Es gibt drei Arten:
29247 \end_layout
29248
29249 \begin_layout Description
29250 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29251  Eine 
29252 \family sans
29253 LyX-Notiz
29254 \family default
29255  sieht so aus:
29256 \begin_inset Newline newline
29257 \end_inset
29258
29259
29260 \begin_inset Newline newline
29261 \end_inset
29262
29263
29264 \begin_inset Graphics
29265         filename clipart/LyXNotizQt4.png
29266         display false
29267         scale 60
29268         scaleBeforeRotation
29269
29270 \end_inset
29271
29272  
29273 \begin_inset Note Note
29274 status open
29275
29276 \begin_layout Plain Layout
29277 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29278 \end_layout
29279
29280 \end_inset
29281
29282
29283 \end_layout
29284
29285 \begin_layout Description
29286 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29287  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
29288 \family sans
29289 Datei\SpecialChar \menuseparator
29290 Ex\SpecialChar \-
29291 por\SpecialChar \-
29292 tie\SpecialChar \-
29293 ren\SpecialChar \menuseparator
29294 LaTe
29295 \begin_inset ERT
29296 status collapsed
29297
29298 \begin_layout Plain Layout
29299
29300 {}
29301 \end_layout
29302
29303 \end_inset
29304
29305 X (pdflatex) / (normal)
29306 \family default
29307 .
29308  Ein Kommentar sieht so aus:
29309 \begin_inset Newline newline
29310 \end_inset
29311
29312
29313 \begin_inset Newline newline
29314 \end_inset
29315
29316
29317 \begin_inset Graphics
29318         filename clipart/KommentarQt4.png
29319         display false
29320         scale 60
29321         scaleBeforeRotation
29322
29323 \end_inset
29324
29325  
29326 \begin_inset Note Comment
29327 status open
29328
29329 \begin_layout Plain Layout
29330 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \end_layout
29337
29338 \begin_layout Description
29339 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29340 \begin_inset Newline newline
29341 \end_inset
29342
29343
29344 \begin_inset Newline newline
29345 \end_inset
29346
29347
29348 \begin_inset Graphics
29349         filename clipart/GrauschriftNotizQt4.png
29350         display false
29351         scale 60
29352         scaleBeforeRotation
29353
29354 \end_inset
29355
29356
29357 \begin_inset Newline newline
29358 \end_inset
29359
29360
29361 \begin_inset ERT
29362 status collapsed
29363
29364 \begin_layout Plain Layout
29365
29366
29367 \backslash
29368 renewenvironment{lyxgreyedout}
29369 \end_layout
29370
29371 \begin_layout Plain Layout
29372
29373 {
29374 \backslash
29375 textcolor[gray]{0.4}
29376 \backslash
29377 bgroup}{
29378 \backslash
29379 egroup}
29380 \end_layout
29381
29382 \end_inset
29383
29384
29385 \begin_inset Note Greyedout
29386 status open
29387
29388 \begin_layout Plain Layout
29389 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29390 \begin_inset Foot
29391 status open
29392
29393 \begin_layout Plain Layout
29394 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29395 \end_layout
29396
29397 \end_inset
29398
29399
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \begin_inset ERT
29406 status collapsed
29407
29408 \begin_layout Plain Layout
29409
29410
29411 \backslash
29412 renewenvironment{lyxgreyedout}
29413 \end_layout
29414
29415 \begin_layout Plain Layout
29416
29417 {
29418 \backslash
29419 textcolor{blue}
29420 \backslash
29421 bgroup}{
29422 \backslash
29423 egroup}
29424 \end_layout
29425
29426 \end_inset
29427
29428
29429 \begin_inset Note Note
29430 status collapsed
29431
29432 \begin_layout Plain Layout
29433 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
29434  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
29435  
29436 \end_layout
29437
29438 \end_inset
29439
29440
29441 \begin_inset Newline newline
29442 \end_inset
29443
29444
29445 \begin_inset Newline newline
29446 \end_inset
29447
29448 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29449  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29450 \end_layout
29451
29452 \begin_layout Standard
29453 \begin_inset VSpace bigskip
29454 \end_inset
29455
29456 Wenn Sie auf den Werkzeugleistenknopf 
29457 \family sans
29458
29459 \begin_inset Info
29460 type  "icon"
29461 arg   "note-insert"
29462 \end_inset
29463
29464
29465 \family default
29466  klicken, wird zunächst eine 
29467 \family sans
29468 LyX-Notiz
29469 \family default
29470  eingefügt.
29471  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29472  Notiz-Typen auswählen.
29473  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29474  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29475  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29476  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29477  am Ende der Notiz ist.
29478 \end_layout
29479
29480 \begin_layout Standard
29481 \begin_inset VSpace bigskip
29482 \end_inset
29483
29484 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29485 \family sans
29486 Dokument\SpecialChar \menuseparator
29487 Einstellungen\SpecialChar \menuseparator
29488 Farben
29489 \family default
29490  geändert werden.
29491 \end_layout
29492
29493 \begin_layout Section
29494 Fußnoten
29495 \begin_inset CommandInset label
29496 LatexCommand label
29497 name "abs:Fußnoten"
29498
29499 \end_inset
29500
29501
29502 \begin_inset Index idx
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506 Notizen ! Fußnoten
29507 \end_layout
29508
29509 \end_inset
29510
29511
29512 \begin_inset Index idx
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516 Fußnoten
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \end_layout
29523
29524 \begin_layout Standard
29525 Fußnoten werden über den Werkzeugleistenknopf 
29526 \begin_inset Info
29527 type  "icon"
29528 arg   "footnote-insert"
29529 \end_inset
29530
29531  oder das Menü 
29532 \family sans
29533 Einfügen\SpecialChar \menuseparator
29534 Fußnote
29535 \family default
29536  eingefügt.
29537  Man sieht dann diese Fußnotenbox: 
29538 \begin_inset Graphics
29539         filename clipart/FussnoteQt4.png
29540         scale 80
29541         scaleBeforeRotation
29542
29543 \end_inset
29544
29545  in die der Fußnotentext eingegeben wird.
29546  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
29547  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
29548  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
29549 \family sans
29550 Backspace
29551 \family default
29552  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
29553 \family sans
29554 Entf
29555 \family default
29556  wenn der Cursor am Ende der Fußnote ist.
29557 \end_layout
29558
29559 \begin_layout Standard
29560 Hier ist eine Beispielfußnote:
29561 \color black
29562
29563 \begin_inset Foot
29564 status open
29565
29566 \begin_layout Plain Layout
29567 \begin_inset CommandInset label
29568 LatexCommand label
29569 name "fuss:Fußnoten-Beispiel"
29570
29571 \end_inset
29572
29573 Dies ist eine Fußnote.
29574 \end_layout
29575
29576 \end_inset
29577
29578
29579 \color inherit
29580
29581 \begin_inset ERT
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585
29586
29587 \backslash
29588 newcounter{MyRepeatFoot}
29589 \end_layout
29590
29591 \begin_layout Plain Layout
29592
29593
29594 \backslash
29595 setcounter{MyRepeatFoot}{
29596 \backslash
29597 thefootnote}
29598 \end_layout
29599
29600 \end_inset
29601
29602
29603 \end_layout
29604
29605 \begin_layout Standard
29606 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
29607  wurde, eine hochgestellte Zahl.
29608  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
29609  hochgestellt dem Text vorangeht.
29610  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
29611  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
29612  werden.
29613 \end_layout
29614
29615 \begin_layout Standard
29616 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
29617  der Fußnote eine Marke eingefügt wurde.
29618  Dies ist ein Querverweis auf Fußnote
29619 \begin_inset space ~
29620 \end_inset
29621
29622
29623 \begin_inset CommandInset ref
29624 LatexCommand ref
29625 reference "fuss:Fußnoten-Beispiel"
29626
29627 \end_inset
29628
29629 .
29630 \end_layout
29631
29632 \begin_layout Standard
29633 \begin_inset VSpace defskip
29634 \end_inset
29635
29636 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
29637  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
29638  wird der Befehl 
29639 \series bold
29640
29641 \backslash
29642 footnotemark{}
29643 \series default
29644  als TeX-Code eingefügt.
29645  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
29646 \series bold
29647
29648 \backslash
29649 footnotetext
29650 \series default
29651  nach der Tabelle eingegeben.
29652 \begin_inset Newline newline
29653 \end_inset
29654
29655 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
29656 \end_layout
29657
29658 \begin_layout Standard
29659
29660 \series bold
29661
29662 \backslash
29663 footnotetext{
29664 \series default
29665 Gedruckte Tabellenfußnote.
29666 \series bold
29667 }
29668 \end_layout
29669
29670 \begin_layout Standard
29671 \begin_inset Tabular
29672 <lyxtabular version="3" rows="2" columns="1">
29673 <features rotate="0" tabularvalignment="middle">
29674 <column alignment="center" valignment="top">
29675 <row>
29676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29677 \begin_inset Text
29678
29679 \begin_layout Plain Layout
29680 Dies ist ein Beispieltext.
29681 \begin_inset Foot
29682 status open
29683
29684 \begin_layout Plain Layout
29685 Diese Fußnote wird nicht gedruckt!
29686 \end_layout
29687
29688 \end_inset
29689
29690
29691 \end_layout
29692
29693 \end_inset
29694 </cell>
29695 </row>
29696 <row>
29697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29698 \begin_inset Text
29699
29700 \begin_layout Plain Layout
29701 Dies ist ein Beispieltext.
29702 \begin_inset ERT
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706
29707
29708 \backslash
29709 footnotemark{}
29710 \end_layout
29711
29712 \end_inset
29713
29714
29715 \end_layout
29716
29717 \end_inset
29718 </cell>
29719 </row>
29720 </lyxtabular>
29721
29722 \end_inset
29723
29724
29725 \begin_inset ERT
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729
29730
29731 \backslash
29732 footnotetext{
29733 \end_layout
29734
29735 \end_inset
29736
29737 Gedruckte Tabellenfußnote.
29738 \begin_inset ERT
29739 status collapsed
29740
29741 \begin_layout Plain Layout
29742
29743 }
29744 \end_layout
29745
29746 \end_inset
29747
29748
29749 \end_layout
29750
29751 \begin_layout Standard
29752 Fußnoten in langen Tabellen sind in Abschnitt
29753 \begin_inset space ~
29754 \end_inset
29755
29756
29757 \begin_inset CommandInset ref
29758 LatexCommand ref
29759 reference "uab:Fußnoten-in-langen"
29760
29761 \end_inset
29762
29763  beschrieben.
29764 \end_layout
29765
29766 \begin_layout Standard
29767 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
29768  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
29769  innerhalb einer Seite ist.
29770  (Mehr über Minipages ist in Abschnitt
29771 \begin_inset space ~
29772 \end_inset
29773
29774
29775 \begin_inset CommandInset ref
29776 LatexCommand ref
29777 reference "abs:Minipage"
29778
29779 \end_inset
29780
29781  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
29782  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
29783  Methode mit 
29784 \series bold
29785
29786 \backslash
29787 footnotemark{}
29788 \series default
29789  und 
29790 \series bold
29791
29792 \backslash
29793 footnotetext
29794 \series default
29795 .
29796 \end_layout
29797
29798 \begin_layout Standard
29799 \begin_inset Box Frameless
29800 position "t"
29801 hor_pos "c"
29802 has_inner_box 1
29803 inner_pos "t"
29804 use_parbox 0
29805 use_makebox 0
29806 width "100col%"
29807 special "none"
29808 height "1in"
29809 height_special "totalheight"
29810 status open
29811
29812 \begin_layout Plain Layout
29813 Dies ist ein Beispieltext.in einer Minipage.
29814 \begin_inset Foot
29815 status open
29816
29817 \begin_layout Plain Layout
29818 Fußnote in einer Minipage.
29819 \end_layout
29820
29821 \end_inset
29822
29823
29824 \end_layout
29825
29826 \begin_layout Plain Layout
29827 Dies ist ein Beispieltext.
29828  in einer Minipage.
29829 \begin_inset ERT
29830 status collapsed
29831
29832 \begin_layout Plain Layout
29833
29834
29835 \backslash
29836 footnotemark{}
29837 \end_layout
29838
29839 \end_inset
29840
29841
29842 \end_layout
29843
29844 \end_inset
29845
29846
29847 \end_layout
29848
29849 \begin_layout Standard
29850 \begin_inset ERT
29851 status collapsed
29852
29853 \begin_layout Plain Layout
29854
29855
29856 \backslash
29857 footnotetext{
29858 \end_layout
29859
29860 \end_inset
29861
29862 Fußnote außerhalb der Minipage.
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868 }
29869 \end_layout
29870
29871 \end_inset
29872
29873
29874 \end_layout
29875
29876 \begin_layout Standard
29877 \begin_inset VSpace defskip
29878 \end_inset
29879
29880
29881 \end_layout
29882
29883 \begin_layout Standard
29884 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
29885  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
29886 \series bold
29887
29888 \backslash
29889 footnotemark[Nummer]
29890 \series default
29891 .
29892 \begin_inset Newline newline
29893 \end_inset
29894
29895 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
29896  sie speichern, nachdem Sie die Fußnote eingefügt haben.
29897  Hinter Fußnote
29898 \begin_inset space ~
29899 \end_inset
29900
29901
29902 \begin_inset CommandInset ref
29903 LatexCommand ref
29904 reference "fuss:Fußnoten-Beispiel"
29905
29906 \end_inset
29907
29908  wurde das mit folgenden TeX-Code-Befehlen gemacht:
29909 \end_layout
29910
29911 \begin_layout Standard
29912
29913 \series bold
29914
29915 \backslash
29916 newcounter{MyRepeatFoot}
29917 \begin_inset Newline newline
29918 \end_inset
29919
29920
29921 \backslash
29922 setcounter{MyRepeatFoot}{
29923 \backslash
29924 thefootnote}
29925 \end_layout
29926
29927 \begin_layout Standard
29928 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
29929 \end_layout
29930
29931 \begin_layout Standard
29932
29933 \series bold
29934
29935 \backslash
29936 footnotemark[
29937 \backslash
29938 theMyRepeatFoot]
29939 \end_layout
29940
29941 \begin_layout Standard
29942 Hier ist eine wiederholte Fußnote:
29943 \begin_inset ERT
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947
29948
29949 \backslash
29950 footnotemark[
29951 \backslash
29952 theMyRepeatFoot]
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \end_layout
29959
29960 \begin_layout Standard
29961 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
29962  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
29963 \end_layout
29964
29965 \begin_layout Standard
29966
29967 \series bold
29968
29969 \backslash
29970 footnotemark[
29971 \backslash
29972 thefootnote]
29973 \end_layout
29974
29975 \begin_layout Standard
29976 Hier ist eine weitere wiederholte Fußnote:
29977 \begin_inset ERT
29978 status collapsed
29979
29980 \begin_layout Plain Layout
29981
29982
29983 \backslash
29984 footnotemark[
29985 \backslash
29986 thefootnote]
29987 \end_layout
29988
29989 \end_inset
29990
29991
29992 \end_layout
29993
29994 \begin_layout Subsection
29995 Fußnoten-Nummerierung
29996 \begin_inset CommandInset label
29997 LatexCommand label
29998 name "uab:Fußnoten-Nummerierung"
29999
30000 \end_inset
30001
30002
30003 \begin_inset Index idx
30004 status collapsed
30005
30006 \begin_layout Plain Layout
30007 Fußnoten ! Nummerierung
30008 \end_layout
30009
30010 \end_inset
30011
30012
30013 \end_layout
30014
30015 \begin_layout Standard
30016 Um Fußnoten nach jedem Abschnitt
30017 \family roman
30018  auf 1 zurückzusetzen, 
30019 \family default
30020 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30021 \end_layout
30022
30023 \begin_layout Standard
30024
30025 \series bold
30026
30027 \backslash
30028 @addtoreset{footnote}{section}
30029 \end_layout
30030
30031 \begin_layout Standard
30032 \begin_inset VSpace bigskip
30033 \end_inset
30034
30035 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30036  Zahlen:
30037 \end_layout
30038
30039 \begin_layout Standard
30040
30041 \series bold
30042
30043 \backslash
30044 renewcommand{
30045 \backslash
30046 thefootnote}{
30047 \backslash
30048 roman{footnote}}
30049 \end_layout
30050
30051 \begin_layout Standard
30052 \begin_inset ERT
30053 status collapsed
30054
30055 \begin_layout Plain Layout
30056
30057
30058 \backslash
30059 renewcommand{
30060 \backslash
30061 thefootnote}{
30062 \backslash
30063 roman{footnote}}
30064 \end_layout
30065
30066 \end_inset
30067
30068  Hier ist ein Beispiel für solch eine Fußnote:
30069 \begin_inset Foot
30070 status open
30071
30072 \begin_layout Plain Layout
30073 Dies ist eine Fußnote mit kleinen römischen Zahlen
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \end_layout
30080
30081 \begin_layout Standard
30082 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30083  in obigem Befehl 
30084 \series bold
30085
30086 \backslash
30087 roman
30088 \series default
30089  durch 
30090 \series bold
30091
30092 \backslash
30093 Roman
30094 \series default
30095 .
30096  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30097 \begin_inset Quotes gld
30098 \end_inset
30099
30100 nummerieren
30101 \begin_inset Quotes grd
30102 \end_inset
30103
30104 , verwenden Sie die Befehle 
30105 \series bold
30106
30107 \backslash
30108 Alph
30109 \series default
30110  oder 
30111 \series bold
30112
30113 \backslash
30114 alph
30115 \series default
30116 .
30117  Für die 
30118 \begin_inset Quotes gld
30119 \end_inset
30120
30121 Nummerierung
30122 \begin_inset Quotes grd
30123 \end_inset
30124
30125  mit Symbolen steht der Befehl 
30126 \series bold
30127
30128 \backslash
30129 fnsymbol
30130 \series default
30131  zur Verfügung.
30132 \end_layout
30133
30134 \begin_layout Standard
30135 \begin_inset Note Greyedout
30136 status open
30137
30138 \begin_layout Plain Layout
30139
30140 \series bold
30141 Bemerkung 1:
30142 \series default
30143  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30144  
30145 \emph on
30146 ein
30147 \emph default
30148  Buchstabe verwendet wird.
30149 \end_layout
30150
30151 \end_inset
30152
30153
30154 \begin_inset Newline newline
30155 \end_inset
30156
30157
30158 \begin_inset Note Greyedout
30159 status open
30160
30161 \begin_layout Plain Layout
30162
30163 \series bold
30164 Bemerkung 2:
30165 \series default
30166  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30167 \end_layout
30168
30169 \end_inset
30170
30171
30172 \end_layout
30173
30174 \begin_layout Standard
30175 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30176 \series bold
30177
30178 \backslash
30179 arabic
30180 \series default
30181  anstelle von 
30182 \series bold
30183
30184 \backslash
30185 roman
30186 \series default
30187  in obigem Befehl.
30188 \begin_inset ERT
30189 status collapsed
30190
30191 \begin_layout Plain Layout
30192
30193
30194 \backslash
30195 renewcommand{
30196 \backslash
30197 thefootnote}{
30198 \backslash
30199 arabic{footnote}}
30200 \end_layout
30201
30202 \end_inset
30203
30204
30205 \end_layout
30206
30207 \begin_layout Standard
30208 \begin_inset VSpace bigskip
30209 \end_inset
30210
30211
30212 \end_layout
30213
30214 \begin_layout Standard
30215 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30216 \begin_inset Quotes gld
30217 \end_inset
30218
30219 Kapitel.Fußnote
30220 \begin_inset Quotes grd
30221 \end_inset
30222
30223  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30224 \end_layout
30225
30226 \begin_layout Standard
30227
30228 \series bold
30229
30230 \backslash
30231 numberwithin{footnote}{chapter}
30232 \end_layout
30233
30234 \begin_layout Standard
30235 Um 
30236 \series bold
30237
30238 \backslash
30239 numberwithin
30240 \series default
30241  benutzen zu können, muss in den 
30242 \family sans
30243 Mathe
30244 \begin_inset space ~
30245 \end_inset
30246
30247 Optionen
30248 \family default
30249  der 
30250 \family sans
30251 Dokument-Einstellungen
30252 \family default
30253  
30254 \family sans
30255 AMS
30256 \begin_inset space ~
30257 \end_inset
30258
30259 Mathe
30260 \begin_inset space ~
30261 \end_inset
30262
30263 Paket
30264 \family default
30265
30266 \begin_inset space ~
30267 \end_inset
30268
30269
30270 \family sans
30271 verwenden
30272 \family default
30273  angekreuzt sein.
30274 \begin_inset ERT
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278
30279
30280 \backslash
30281 numberwithin{footnote}{chapter}
30282 \end_layout
30283
30284 \end_inset
30285
30286  Hier ist ein Beispiel für solch eine Fußnote.
30287 \series bold
30288
30289 \begin_inset Foot
30290 status open
30291
30292 \begin_layout Plain Layout
30293 Dies ist eine Fußnote nach dem Schema 
30294 \begin_inset Quotes gld
30295 \end_inset
30296
30297 Kapitel.Fußnote
30298 \begin_inset Quotes grd
30299 \end_inset
30300
30301 .
30302 \end_layout
30303
30304 \end_inset
30305
30306
30307 \series default
30308
30309 \begin_inset ERT
30310 status collapsed
30311
30312 \begin_layout Plain Layout
30313
30314
30315 \backslash
30316 renewcommand{
30317 \backslash
30318 thefootnote}{
30319 \backslash
30320 arabic{footnote}}
30321 \end_layout
30322
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \begin_layout Standard
30329 \begin_inset Note Greyedout
30330 status open
30331
30332 \begin_layout Plain Layout
30333
30334 \series bold
30335 Bemerkung:
30336 \series default
30337  
30338 \series bold
30339
30340 \backslash
30341 numberwithin
30342 \series default
30343  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30344  werden überschrieben.
30345 \end_layout
30346
30347 \end_inset
30348
30349
30350 \end_layout
30351
30352 \begin_layout Standard
30353 Um also z.
30354 \begin_inset space \thinspace{}
30355 \end_inset
30356
30357 B.
30358  das Schema 
30359 \begin_inset Quotes gld
30360 \end_inset
30361
30362 Kapitel.
30363 \backslash
30364 Roman{footnote}
30365 \begin_inset Quotes grd
30366 \end_inset
30367
30368  zu erhalten, muss dieser Befehl anstelle von 
30369 \series bold
30370
30371 \backslash
30372 numberwithin
30373 \series default
30374  verwendet werden:
30375 \end_layout
30376
30377 \begin_layout Standard
30378
30379 \series bold
30380
30381 \backslash
30382 renewcommand{
30383 \backslash
30384 thefootnote}{
30385 \backslash
30386 thechapter.
30387 \backslash
30388 Roman{footnote}}
30389 \end_layout
30390
30391 \begin_layout Subsection
30392 Fußnoten-Platzierung
30393 \begin_inset Index idx
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397 Fußnoten ! Platzierung
30398 \end_layout
30399
30400 \end_inset
30401
30402
30403 \end_layout
30404
30405 \begin_layout Standard
30406 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30407  ohne Zwischenraum am Ende der Seite gedruckt.
30408  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30409  LaTeX-Vorspann 1.5
30410 \begin_inset space \thinspace{}
30411 \end_inset
30412
30413 mm Zwischenraum einfügen:
30414 \end_layout
30415
30416 \begin_layout Standard
30417
30418 \series bold
30419
30420 \backslash
30421 let
30422 \backslash
30423 myFoot
30424 \backslash
30425 footnote
30426 \begin_inset Newline newline
30427 \end_inset
30428
30429
30430 \backslash
30431 renewcommand{
30432 \backslash
30433 footnote}[1]{
30434 \backslash
30435 myFoot{#1
30436 \backslash
30437 vspace{1.5mm}}}
30438 \end_layout
30439
30440 \begin_layout Standard
30441 \begin_inset VSpace bigskip
30442 \end_inset
30443
30444 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30445  Spalte gedruckt, Abbildung
30446 \begin_inset space ~
30447 \end_inset
30448
30449
30450 \begin_inset CommandInset ref
30451 LatexCommand ref
30452 reference "abb:Standard-Fußnoten-Platzierung-in"
30453
30454 \end_inset
30455
30456 .
30457  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30458  in Abbildung
30459 \begin_inset space ~
30460 \end_inset
30461
30462
30463 \begin_inset CommandInset ref
30464 LatexCommand ref
30465 reference "abb:Fußnoten-Platzierung-in-einem"
30466
30467 \end_inset
30468
30469 , müssen Sie das LaTeX-Paket 
30470 \series bold
30471 ftnright
30472 \series default
30473
30474 \begin_inset Index idx
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478 LaTeX-Pakete ! ftnright
30479 \end_layout
30480
30481 \end_inset
30482
30483  mit folgendem Befehl im LaTeX-Vorspann einfügen:
30484 \end_layout
30485
30486 \begin_layout Standard
30487
30488 \series bold
30489
30490 \backslash
30491 usepackage{ftnright}
30492 \end_layout
30493
30494 \begin_layout Standard
30495 \begin_inset Float figure
30496 placement !h
30497 wide false
30498 sideways false
30499 status open
30500
30501 \begin_layout Plain Layout
30502 \begin_inset ERT
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506
30507
30508 \backslash
30509 framebox{
30510 \end_layout
30511
30512 \end_inset
30513
30514
30515 \begin_inset Graphics
30516         filename ../clipart/without_fntright.pdf
30517         width 100col%
30518         scaleBeforeRotation
30519
30520 \end_inset
30521
30522
30523 \begin_inset ERT
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527
30528 }
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \end_layout
30535
30536 \begin_layout Plain Layout
30537 \begin_inset Caption Standard
30538
30539 \begin_layout Plain Layout
30540 \begin_inset CommandInset label
30541 LatexCommand label
30542 name "abb:Standard-Fußnoten-Platzierung-in"
30543
30544 \end_inset
30545
30546 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30547 \begin_inset Argument 1
30548 status open
30549
30550 \begin_layout Plain Layout
30551 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30552 \end_layout
30553
30554 \end_inset
30555
30556
30557 \end_layout
30558
30559 \end_inset
30560
30561
30562 \end_layout
30563
30564 \end_inset
30565
30566
30567 \end_layout
30568
30569 \begin_layout Standard
30570 \begin_inset Float figure
30571 placement !h
30572 wide false
30573 sideways false
30574 status open
30575
30576 \begin_layout Plain Layout
30577 \begin_inset ERT
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581
30582
30583 \backslash
30584 framebox{
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \begin_inset Graphics
30591         filename ../clipart/with_fntright.pdf
30592         width 100col%
30593         scaleBeforeRotation
30594
30595 \end_inset
30596
30597
30598 \begin_inset ERT
30599 status collapsed
30600
30601 \begin_layout Plain Layout
30602
30603 }
30604 \end_layout
30605
30606 \end_inset
30607
30608
30609 \end_layout
30610
30611 \begin_layout Plain Layout
30612 \begin_inset Caption Standard
30613
30614 \begin_layout Plain Layout
30615 \begin_inset CommandInset label
30616 LatexCommand label
30617 name "abb:Fußnoten-Platzierung-in-einem"
30618
30619 \end_inset
30620
30621 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
30622  
30623 \series bold
30624 ftnright
30625 \series default
30626 .
30627 \begin_inset Argument 1
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631 Fußnoten-Platzierung mit 
30632 \family typewriter
30633 ftnright
30634 \end_layout
30635
30636 \end_inset
30637
30638
30639 \end_layout
30640
30641 \end_inset
30642
30643
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \end_layout
30650
30651 \begin_layout Standard
30652 \begin_inset VSpace bigskip
30653 \end_inset
30654
30655 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
30656  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
30657 \begin_inset space ~
30658 \end_inset
30659
30660
30661 \begin_inset CommandInset ref
30662 LatexCommand ref
30663 reference "abb:endnotes"
30664
30665 \end_inset
30666
30667  gedruckt.
30668  Man nennt sie dann 
30669 \begin_inset Quotes gld
30670 \end_inset
30671
30672 Endnoten
30673 \begin_inset Quotes grd
30674 \end_inset
30675
30676 .
30677 \begin_inset Index idx
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681 Endnoten
30682 \end_layout
30683
30684 \end_inset
30685
30686  Um das zu erreichen, laden Sie im Menü 
30687 \family sans
30688 Dokument\SpecialChar \menuseparator
30689 Einstellungen\SpecialChar \menuseparator
30690 Module 
30691 \family default
30692 das Modul 
30693 \family sans
30694 Fußnote
30695 \begin_inset space ~
30696 \end_inset
30697
30698 als
30699 \begin_inset space ~
30700 \end_inset
30701
30702 Endnote
30703 \family default
30704 .
30705  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
30706 \end_layout
30707
30708 \begin_layout Standard
30709
30710 \series bold
30711
30712 \backslash
30713 theendnotes
30714 \end_layout
30715
30716 \begin_layout Standard
30717 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
30718 \end_layout
30719
30720 \begin_layout Standard
30721 \begin_inset Float figure
30722 wide false
30723 sideways false
30724 status open
30725
30726 \begin_layout Plain Layout
30727 \align center
30728 \begin_inset ERT
30729 status collapsed
30730
30731 \begin_layout Plain Layout
30732
30733
30734 \backslash
30735 framebox{
30736 \end_layout
30737
30738 \end_inset
30739
30740
30741 \begin_inset Graphics
30742         filename ../clipart/endnotes.pdf
30743         scaleBeforeRotation
30744
30745 \end_inset
30746
30747
30748 \begin_inset ERT
30749 status collapsed
30750
30751 \begin_layout Plain Layout
30752
30753 }
30754 \end_layout
30755
30756 \end_inset
30757
30758
30759 \end_layout
30760
30761 \begin_layout Plain Layout
30762 \begin_inset Caption Standard
30763
30764 \begin_layout Plain Layout
30765 \begin_inset CommandInset label
30766 LatexCommand label
30767 name "abb:endnotes"
30768
30769 \end_inset
30770
30771
30772 \series bold
30773 endnotes
30774 \series default
30775  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
30776  gedruckt.
30777 \end_layout
30778
30779 \end_inset
30780
30781
30782 \end_layout
30783
30784 \end_inset
30785
30786
30787 \end_layout
30788
30789 \begin_layout Standard
30790 \begin_inset VSpace medskip
30791 \end_inset
30792
30793 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
30794 ache übersetzt.
30795  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
30796 \begin_inset Quotes gld
30797 \end_inset
30798
30799 Notes
30800 \begin_inset Quotes grd
30801 \end_inset
30802
30803  in 
30804 \begin_inset Quotes gld
30805 \end_inset
30806
30807 Anmerkungen
30808 \begin_inset Quotes grd
30809 \end_inset
30810
30811 :
30812 \end_layout
30813
30814 \begin_layout Standard
30815
30816 \series bold
30817
30818 \backslash
30819 renewcommand{
30820 \backslash
30821 notesname}{Anmerkungen}
30822 \end_layout
30823
30824 \begin_layout Standard
30825 \begin_inset VSpace medskip
30826 \end_inset
30827
30828 Wenn Sie in den Befehlen von Abschnitt
30829 \begin_inset space ~
30830 \end_inset
30831
30832
30833 \begin_inset CommandInset ref
30834 LatexCommand ref
30835 reference "uab:Fußnoten-Nummerierung"
30836
30837 \end_inset
30838
30839  
30840 \series bold
30841
30842 \backslash
30843 thefootnote
30844 \series default
30845  durch 
30846 \series bold
30847
30848 \backslash
30849 theendnote
30850 \series default
30851  ersetzen, können Sie die Nummerierung von Endnoten ändern.
30852  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
30853 \series bold
30854
30855 \backslash
30856 @addtoreset
30857 \series default
30858  wie in Abschnitt
30859 \begin_inset space \space{}
30860 \end_inset
30861
30862
30863 \begin_inset CommandInset ref
30864 LatexCommand ref
30865 reference "uab:Fußnoten-Nummerierung"
30866
30867 \end_inset
30868
30869  beschrieben und ersetzen 
30870 \series bold
30871 footnote
30872 \series default
30873  durch 
30874 \series bold
30875 endnote
30876 \series default
30877 .
30878 \end_layout
30879
30880 \begin_layout Standard
30881 Für Endnoten gibt es den Befehl 
30882 \series bold
30883
30884 \backslash
30885 endnotemark[Nummer]
30886 \series default
30887  analog zum Befehl 
30888 \series bold
30889
30890 \backslash
30891 footnotemark
30892 \series default
30893  der in Abschnitt
30894 \begin_inset space ~
30895 \end_inset
30896
30897
30898 \begin_inset CommandInset ref
30899 LatexCommand ref
30900 reference "abs:Fußnoten"
30901
30902 \end_inset
30903
30904  beschrieben ist.
30905 \end_layout
30906
30907 \begin_layout Standard
30908 \begin_inset VSpace bigskip
30909 \end_inset
30910
30911 Mit dem LaTeX-Paket 
30912 \series bold
30913 footmisc
30914 \series default
30915
30916 \begin_inset Index idx
30917 status collapsed
30918
30919 \begin_layout Plain Layout
30920 LaTeX-Pakete ! footmisc
30921 \end_layout
30922
30923 \end_inset
30924
30925  (
30926 \begin_inset CommandInset citation
30927 LatexCommand cite
30928 key "footmisc"
30929
30930 \end_inset
30931
30932 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
30933 \end_layout
30934
30935 \begin_layout Standard
30936 In LaTeX-Büchern, 
30937 \begin_inset CommandInset citation
30938 LatexCommand cite
30939 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
30940
30941 \end_inset
30942
30943 , finden Sie weiteres zu Fußnoten.
30944  Wenn Sie eine 
30945 \series bold
30946 KOMA-Script
30947 \series default
30948
30949 \begin_inset Index idx
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953 LaTeX-Pakete ! KOMA-Script
30954 \end_layout
30955
30956 \end_inset
30957
30958  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
30959 zifische Befehle anpassen, siehe 
30960 \begin_inset CommandInset citation
30961 LatexCommand cite
30962 key "KOMA-Script"
30963
30964 \end_inset
30965
30966 .
30967 \end_layout
30968
30969 \begin_layout Section
30970 Randnotizen
30971 \begin_inset Index idx
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975 Randnotizen
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \begin_inset Index idx
30982 status collapsed
30983
30984 \begin_layout Plain Layout
30985 Notizen ! Randnotizen
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \begin_layout Standard
30994 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
30995  Sie fügen sie mit einem Klick auf den Schalter 
30996 \begin_inset Info
30997 type  "icon"
30998 arg   "marginalnote-insert"
30999 \end_inset
31000
31001  oder über 
31002 \family sans
31003 Einfügen\SpecialChar \menuseparator
31004 Randnotiz
31005 \family default
31006  ein.
31007  Ein graues Kästchen mit der Aufschrift 
31008 \begin_inset Quotes gld
31009 \end_inset
31010
31011 Rand
31012 \begin_inset Quotes grd
31013 \end_inset
31014
31015  erscheint
31016 \family roman
31017 \series medium
31018 , und dort, wo der Cursor steht, können Sie Text eingeben.
31019 \end_layout
31020
31021 \begin_layout Standard
31022 Hier am Rand sehen Sie eine Randnotiz.
31023  
31024 \begin_inset Marginal
31025 status open
31026
31027 \begin_layout Plain Layout
31028 Dies ist eine Randnotiz.
31029 \end_layout
31030
31031 \end_inset
31032
31033
31034 \end_layout
31035
31036 \begin_layout Standard
31037 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31038  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31039  Seiten und rechts auf den ungeraden.
31040  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31041  wird und umgekehrt.
31042  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31043  wurde.
31044 \end_layout
31045
31046 \begin_layout Standard
31047 \begin_inset VSpace bigskip
31048 \end_inset
31049
31050 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31051 \end_layout
31052
31053 \begin_layout Standard
31054
31055 \series bold
31056
31057 \backslash
31058 reversemarginpar
31059 \end_layout
31060
31061 \begin_layout Standard
31062 als TeX-Code vor einer Randnotiz ein.
31063  Das gilt dann für alle folgenden Randnotizen.
31064  
31065 \begin_inset ERT
31066 status collapsed
31067
31068 \begin_layout Plain Layout
31069
31070
31071 \backslash
31072 reversemarginpar 
31073 \end_layout
31074
31075 \end_inset
31076
31077
31078 \begin_inset Marginal
31079 status open
31080
31081 \begin_layout Plain Layout
31082 Hier ist ein Beispiel im inneren Rand.
31083 \end_layout
31084
31085 \end_inset
31086
31087
31088 \begin_inset Newline newline
31089 \end_inset
31090
31091
31092 \begin_inset Note Greyedout
31093 status open
31094
31095 \begin_layout Plain Layout
31096  
31097 \series bold
31098 Achtung:
31099 \series default
31100  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31101 \end_layout
31102
31103 \end_inset
31104
31105
31106 \end_layout
31107
31108 \begin_layout Standard
31109 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31110 \end_layout
31111
31112 \begin_layout Standard
31113
31114 \series bold
31115
31116 \backslash
31117 normalmarginpar
31118 \end_layout
31119
31120 \begin_layout Standard
31121 als TeX-Code ein.
31122 \begin_inset ERT
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126
31127
31128 \backslash
31129 normalmarginpar 
31130 \end_layout
31131
31132 \end_inset
31133
31134
31135 \end_layout
31136
31137 \begin_layout Standard
31138 \begin_inset Note Greyedout
31139 status open
31140
31141 \begin_layout Plain Layout
31142
31143 \series bold
31144 Achtung:
31145 \series default
31146  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31147 \series bold
31148
31149 \backslash
31150 reversemarginpar
31151 \series default
31152  verwendet wird.
31153 \end_layout
31154
31155 \end_inset
31156
31157
31158 \end_layout
31159
31160 \begin_layout Standard
31161 \begin_inset VSpace bigskip
31162 \end_inset
31163
31164
31165 \begin_inset Marginal
31166 status open
31167
31168 \begin_layout Plain Layout
31169
31170 \family roman
31171 \series medium
31172 EinSehrLangesWort am Anfang, das umgebrochen wird.
31173 \end_layout
31174
31175 \end_inset
31176
31177  Ähnlich wie in Abschnitt
31178 \begin_inset space ~
31179 \end_inset
31180
31181
31182 \begin_inset CommandInset ref
31183 LatexCommand ref
31184 reference "uab:Mehrfache-Zeilen-in"
31185
31186 \end_inset
31187
31188  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31189  Wort der Randnotiz sind.
31190  Um das zu vermeiden, fügen sie 0
31191 \begin_inset space \thinspace{}
31192 \end_inset
31193
31194 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31195 \begin_inset Marginal
31196 status open
31197
31198 \begin_layout Plain Layout
31199 \begin_inset space \hspace{}
31200 \length 0pt
31201 \end_inset
31202
31203
31204 \family roman
31205 \series medium
31206 EinSehrLangesWort am Anfang, das umgebrochen wird.
31207 \end_layout
31208
31209 \end_inset
31210
31211
31212 \end_layout
31213
31214 \begin_layout Standard
31215 \begin_inset VSpace bigskip
31216 \end_inset
31217
31218
31219 \end_layout
31220
31221 \begin_layout Standard
31222 \begin_inset Note Greyedout
31223 status open
31224
31225 \begin_layout Plain Layout
31226
31227 \series bold
31228 Bemerkung:
31229 \series default
31230  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31231  verwendet werden.
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \end_layout
31238
31239 \begin_layout Standard
31240 \begin_inset VSpace bigskip
31241 \end_inset
31242
31243
31244 \end_layout
31245
31246 \begin_layout Standard
31247 \begin_inset ERT
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251
31252
31253 \backslash
31254 ifmarginnote
31255 \end_layout
31256
31257 \end_inset
31258
31259
31260 \begin_inset Note Note
31261 status open
31262
31263 \begin_layout Plain Layout
31264 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
31265 \series bold
31266 marginnote
31267 \series default
31268  installiert ist.
31269 \end_layout
31270
31271 \end_inset
31272
31273
31274 \end_layout
31275
31276 \begin_layout Standard
31277 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
31278 \series bold
31279 marginnote
31280 \series default
31281
31282 \begin_inset Index idx
31283 status collapsed
31284
31285 \begin_layout Plain Layout
31286 LaTeX-Pakete ! marginnote
31287 \end_layout
31288
31289 \end_inset
31290
31291  verwendet wird.
31292  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
31293  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
31294  des Pakets 
31295 \series bold
31296 marginnote
31297 \series default
31298  für Randnotizen verwendet wird:
31299 \end_layout
31300
31301 \begin_layout Standard
31302
31303 \series bold
31304
31305 \backslash
31306 usepackage{marginnote}
31307 \begin_inset Newline newline
31308 \end_inset
31309
31310
31311 \backslash
31312 let
31313 \backslash
31314 marginpar
31315 \backslash
31316 marginnote
31317 \end_layout
31318
31319 \begin_layout Standard
31320 Dies wird auch in diesem Dokument verwendet, denn 
31321 \series bold
31322 marginnote
31323 \series default
31324  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31325  für Randnotizen angeben.
31326  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31327 n zu dicht beieinander sind.
31328  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
31329  Schema
31330 \end_layout
31331
31332 \begin_layout Standard
31333
31334 \series bold
31335 [Versatz]
31336 \end_layout
31337
31338 \begin_layout Standard
31339 angegeben.
31340  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31341 \begin_inset space ~
31342 \end_inset
31343
31344
31345 \begin_inset CommandInset ref
31346 LatexCommand ref
31347 reference "tab:Maßeinheiten"
31348
31349 \end_inset
31350
31351  aufgelistet sind.
31352  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31353  nach unten.
31354  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31355 \begin_inset space \thinspace{}
31356 \end_inset
31357
31358 cm mit dem TeX-Code-Befehl  
31359 \begin_inset Quotes gld
31360 \end_inset
31361
31362
31363 \series bold
31364 [-1.5cm]
31365 \series default
31366
31367 \begin_inset Quotes grd
31368 \end_inset
31369
31370  nach oben versetzt.
31371 \begin_inset Marginal
31372 status open
31373
31374 \begin_layout Plain Layout
31375 Diese Randnotiz ist 1.5
31376 \begin_inset space \thinspace{}
31377 \end_inset
31378
31379 cm von ihrer Originalposition nach oben versetzt.
31380 \end_layout
31381
31382 \end_inset
31383
31384
31385 \begin_inset ERT
31386 status collapsed
31387
31388 \begin_layout Plain Layout
31389
31390 [-1.5cm]
31391 \end_layout
31392
31393 \end_inset
31394
31395
31396 \end_layout
31397
31398 \begin_layout Standard
31399 \begin_inset VSpace medskip
31400 \end_inset
31401
31402 Mit 
31403 \series bold
31404 marginnote
31405 \series default
31406  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31407  Zum Beispiel setzen die Befehle
31408 \end_layout
31409
31410 \begin_layout Standard
31411
31412 \series bold
31413
31414 \backslash
31415 renewcommand*{
31416 \backslash
31417 raggedleftmarginnote}{
31418 \backslash
31419 centering}
31420 \begin_inset Newline newline
31421 \end_inset
31422
31423
31424 \backslash
31425 renewcommand*{
31426 \backslash
31427 raggedrightmarginnote}{
31428 \backslash
31429 centering}
31430 \end_layout
31431
31432 \begin_layout Standard
31433 die Ausrichtung auf zentriert.
31434  
31435 \series bold
31436
31437 \backslash
31438 raggedleftmarginnote
31439 \series default
31440  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31441  
31442 \begin_inset ERT
31443 status collapsed
31444
31445 \begin_layout Plain Layout
31446
31447
31448 \backslash
31449 renewcommand*{
31450 \backslash
31451 raggedleftmarginnote}{
31452 \backslash
31453 centering}
31454 \end_layout
31455
31456 \begin_layout Plain Layout
31457
31458
31459 \backslash
31460 renewcommand*{
31461 \backslash
31462 raggedrightmarginnote}{
31463 \backslash
31464 centering}
31465 \end_layout
31466
31467 \end_inset
31468
31469
31470 \begin_inset Marginal
31471 status open
31472
31473 \begin_layout Plain Layout
31474 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31475 \end_layout
31476
31477 \end_inset
31478
31479  Die Voreinstellung ist
31480 \end_layout
31481
31482 \begin_layout Standard
31483
31484 \series bold
31485
31486 \backslash
31487 renewcommand*{
31488 \backslash
31489 raggedleftmarginnote}{
31490 \backslash
31491 raggedleft}
31492 \begin_inset Newline newline
31493 \end_inset
31494
31495
31496 \backslash
31497 renewcommand*{
31498 \backslash
31499 raggedrightmarginnote}{
31500 \backslash
31501 raggedright}
31502 \series default
31503
31504 \begin_inset ERT
31505 status collapsed
31506
31507 \begin_layout Plain Layout
31508
31509
31510 \backslash
31511 renewcommand*{
31512 \backslash
31513 raggedleftmarginnote}{
31514 \backslash
31515 raggedleft}
31516 \end_layout
31517
31518 \begin_layout Plain Layout
31519
31520
31521 \backslash
31522 renewcommand*{
31523 \backslash
31524 raggedrightmarginnote}{
31525 \backslash
31526 raggedright}
31527 \end_layout
31528
31529 \end_inset
31530
31531
31532 \end_layout
31533
31534 \begin_layout Standard
31535 \begin_inset VSpace medskip
31536 \end_inset
31537
31538 Für weitere Fähigkeiten des Pakets 
31539 \series bold
31540 marginnote
31541 \series default
31542  sei auf dessen Dokumentation verwiesen 
31543 \begin_inset CommandInset citation
31544 LatexCommand cite
31545 key "marginnote"
31546
31547 \end_inset
31548
31549 .
31550 \end_layout
31551
31552 \begin_layout Standard
31553 \begin_inset VSpace bigskip
31554 \end_inset
31555
31556 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
31557  geändert werden.
31558  Um z.
31559 \begin_inset space \thinspace{}
31560 \end_inset
31561
31562 B.
31563  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
31564  und fettgedruckten Text 
31565 \begin_inset Quotes eld
31566 \end_inset
31567
31568
31569 \family sans
31570 \series bold
31571 \bar under
31572 Achtung!
31573 \family default
31574 \series default
31575 \bar default
31576
31577 \begin_inset Quotes erd
31578 \end_inset
31579
31580  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
31581 \end_layout
31582
31583 \begin_layout Standard
31584
31585 \series bold
31586
31587 \backslash
31588 let
31589 \backslash
31590 myMarginpar
31591 \backslash
31592 marginpar
31593 \begin_inset Newline newline
31594 \end_inset
31595
31596
31597 \backslash
31598 renewcommand{
31599 \backslash
31600 marginpar}[1]{
31601 \backslash
31602 myMarginpar{%
31603 \begin_inset Newline newline
31604 \end_inset
31605
31606
31607 \begin_inset Phantom HPhantom
31608 status open
31609
31610 \begin_layout Plain Layout
31611
31612 \series bold
31613 \begin_inset space ~
31614 \end_inset
31615
31616
31617 \end_layout
31618
31619 \end_inset
31620
31621
31622 \backslash
31623 hspace{0pt}
31624 \backslash
31625 textsf{
31626 \backslash
31627 textbf{
31628 \backslash
31629 underbar{Achtung!}}}%
31630 \begin_inset Newline newline
31631 \end_inset
31632
31633
31634 \begin_inset Phantom HPhantom
31635 status open
31636
31637 \begin_layout Plain Layout
31638
31639 \series bold
31640 \begin_inset space ~
31641 \end_inset
31642
31643
31644 \end_layout
31645
31646 \end_inset
31647
31648
31649 \backslash
31650 vspace{1.5mm}
31651 \backslash
31652
31653 \backslash
31654 #1}}
31655 \end_layout
31656
31657 \begin_layout Standard
31658 \begin_inset ERT
31659 status collapsed
31660
31661 \begin_layout Plain Layout
31662
31663
31664 \backslash
31665 let
31666 \backslash
31667 myMarginpar
31668 \backslash
31669 marginpar
31670 \end_layout
31671
31672 \begin_layout Plain Layout
31673
31674
31675 \backslash
31676 renewcommand{
31677 \backslash
31678 marginpar}[1]{
31679 \backslash
31680 myMarginpar{%
31681 \end_layout
31682
31683 \begin_layout Plain Layout
31684
31685    
31686 \backslash
31687 textsf{
31688 \backslash
31689 textbf{
31690 \backslash
31691 underbar{Achtung!}}}%
31692 \end_layout
31693
31694 \begin_layout Plain Layout
31695
31696    
31697 \backslash
31698 vspace{1.5mm}
31699 \backslash
31700
31701 \backslash
31702 #1}}
31703 \end_layout
31704
31705 \end_inset
31706
31707
31708 \begin_inset Marginal
31709 status open
31710
31711 \begin_layout Plain Layout
31712 Dies ist eine Randnotiz mit einer definierten Überschrift.
31713 \end_layout
31714
31715 \end_inset
31716
31717
31718 \begin_inset ERT
31719 status collapsed
31720
31721 \begin_layout Plain Layout
31722
31723 [-1.5cm]
31724 \end_layout
31725
31726 \end_inset
31727
31728
31729 \begin_inset ERT
31730 status collapsed
31731
31732 \begin_layout Plain Layout
31733
31734
31735 \backslash
31736 renewcommand{
31737 \backslash
31738 marginpar}[1]{
31739 \backslash
31740 myMarginpar{#1}}
31741 \end_layout
31742
31743 \end_inset
31744
31745
31746 \begin_inset Note Note
31747 status open
31748
31749 \begin_layout Plain Layout
31750 Das Format wurde nur für dieses Beispiel geändert.
31751 \end_layout
31752
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \begin_layout Standard
31759 \begin_inset ERT
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763
31764
31765 \backslash
31766 else
31767 \end_layout
31768
31769 \end_inset
31770
31771
31772 \begin_inset Note Note
31773 status open
31774
31775 \begin_layout Plain Layout
31776 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
31777 \series bold
31778 marginnote
31779 \series default
31780  nicht installiert ist:
31781 \end_layout
31782
31783 \end_inset
31784
31785
31786 \end_layout
31787
31788 \begin_layout Standard
31789 Das LaTeX-Paket 
31790 \series bold
31791 marginnote
31792 \series default
31793  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
31794 \end_layout
31795
31796 \begin_layout Standard
31797 \begin_inset ERT
31798 status collapsed
31799
31800 \begin_layout Plain Layout
31801
31802
31803 \backslash
31804 fi
31805 \end_layout
31806
31807 \end_inset
31808
31809
31810 \end_layout
31811
31812 \begin_layout Chapter
31813 Boxen
31814 \end_layout
31815
31816 \begin_layout Section
31817 Einleitung
31818 \begin_inset Index idx
31819 status collapsed
31820
31821 \begin_layout Plain Layout
31822 Boxen ! Einleitung
31823 \end_layout
31824
31825 \end_inset
31826
31827
31828 \end_layout
31829
31830 \begin_layout Standard
31831 Boxen werden benutzt, um einen Textblock zu formatieren.
31832  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
31833  siehe Abschnitt
31834 \begin_inset space ~
31835 \end_inset
31836
31837
31838 \begin_inset CommandInset ref
31839 LatexCommand ref
31840 reference "abs:Minipage"
31841
31842 \end_inset
31843
31844 , um Text zu umrahmen, siehe Abschnitt
31845 \begin_inset space ~
31846 \end_inset
31847
31848
31849 \begin_inset CommandInset ref
31850 LatexCommand ref
31851 reference "uab:Verzierung"
31852
31853 \end_inset
31854
31855 , um Silbentrennung zu verhindern, siehe Abschnitt
31856 \begin_inset space ~
31857 \end_inset
31858
31859
31860 \begin_inset CommandInset ref
31861 LatexCommand ref
31862 reference "abs:Silbentrennung-unterbinden"
31863
31864 \end_inset
31865
31866 , um Text senkrecht auszurichten, siehe Abschnitt
31867 \begin_inset space ~
31868 \end_inset
31869
31870
31871 \begin_inset CommandInset ref
31872 LatexCommand ref
31873 reference "uab:Vertikale-Ausrichtung"
31874
31875 \end_inset
31876
31877  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
31878 \begin_inset space ~
31879 \end_inset
31880
31881
31882 \begin_inset CommandInset ref
31883 LatexCommand ref
31884 reference "abs:Farbige-Boxen"
31885
31886 \end_inset
31887
31888 .
31889 \end_layout
31890
31891 \begin_layout Standard
31892 Boxen werden mit 
31893 \family sans
31894 Einfügen\SpecialChar \menuseparator
31895 Box
31896 \family default
31897  oder dem Schalter 
31898 \begin_inset Info
31899 type  "icon"
31900 arg   "box-insert Frameless"
31901 \end_inset
31902
31903  eingefügt.
31904  Ein graues Kästchen mit der Aufschrift 
31905 \begin_inset Quotes gld
31906 \end_inset
31907
31908 Box (Minipage)
31909 \begin_inset Quotes grd
31910 \end_inset
31911
31912  erscheint: 
31913 \begin_inset Graphics
31914         filename clipart/StandardBoxQt4.png
31915         scale 85
31916         scaleBeforeRotation
31917
31918 \end_inset
31919
31920  Mit einem Rechts\SpecialChar \-
31921 klick auf das graue Kästchen und der Auswahl von 
31922 \family sans
31923 Einstellungen
31924 \family default
31925  kann der Typ spezifiziert werden.
31926  Das Dialogfenster bietet bei 
31927 \family sans
31928 Innere
31929 \begin_inset space ~
31930 \end_inset
31931
31932 Box
31933 \family default
31934  die Typen 
31935 \family sans
31936 Makebox
31937 \family default
31938
31939 \family sans
31940 Parbox
31941 \family default
31942  und 
31943 \family sans
31944 Minipage
31945 \family default
31946  an.
31947  
31948 \family sans
31949 Minipage
31950 \family default
31951  ist die Standard-Einstellung für neue Boxen und in Abschnitt
31952 \begin_inset space ~
31953 \end_inset
31954
31955
31956 \begin_inset CommandInset ref
31957 LatexCommand ref
31958 reference "abs:Minipage"
31959
31960 \end_inset
31961
31962  beschrieben, 
31963 \family sans
31964 Parbox
31965 \family default
31966  in Abschnitt
31967 \begin_inset space ~
31968 \end_inset
31969
31970
31971 \begin_inset CommandInset ref
31972 LatexCommand ref
31973 reference "abs:Parbox"
31974
31975 \end_inset
31976
31977  und 
31978 \family sans
31979 Makebox
31980 \family default
31981  in 
31982 \begin_inset CommandInset ref
31983 LatexCommand ref
31984 reference "abs:Silbentrennung-unterbinden"
31985
31986 \end_inset
31987
31988 .
31989 \end_layout
31990
31991 \begin_layout Standard
31992 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
31993  wie auf Gleitobjekte und Fußnoten.
31994 \end_layout
31995
31996 \begin_layout Standard
31997 \begin_inset Note Greyedout
31998 status open
31999
32000 \begin_layout Plain Layout
32001
32002 \series bold
32003 Bemerkung
32004 \begin_inset space ~
32005 \end_inset
32006
32007 1:
32008 \series default
32009  Boxen dürfen in 
32010 \family sans
32011 List-
32012 \family default
32013  oder 
32014 \family sans
32015 Beschreibung-
32016 \family default
32017 Umgebungen nicht verwendet werden.
32018 \end_layout
32019
32020 \end_inset
32021
32022
32023 \end_layout
32024
32025 \begin_layout Standard
32026 \begin_inset Note Greyedout
32027 status open
32028
32029 \begin_layout Plain Layout
32030
32031 \series bold
32032 Bemerkung
32033 \begin_inset space ~
32034 \end_inset
32035
32036 2:
32037 \series default
32038  Boxen ohne 
32039 \family sans
32040 Innere
32041 \begin_inset space ~
32042 \end_inset
32043
32044 Box
32045 \family default
32046  und ohne Rahmen werden in Abschnitt
32047 \begin_inset space ~
32048 \end_inset
32049
32050
32051 \begin_inset CommandInset ref
32052 LatexCommand ref
32053 reference "abs:Silbentrennung-unterbinden"
32054
32055 \end_inset
32056
32057  beschrieben.
32058 \end_layout
32059
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \begin_layout Section
32066 Das Box-Einstellungen-Fenster
32067 \begin_inset CommandInset label
32068 LatexCommand label
32069 name "abs:Box-Dialog"
32070
32071 \end_inset
32072
32073
32074 \begin_inset Index idx
32075 status collapsed
32076
32077 \begin_layout Plain Layout
32078 Boxen ! Box-Dialog-Fenster
32079 \end_layout
32080
32081 \end_inset
32082
32083
32084 \end_layout
32085
32086 \begin_layout Subsection
32087 Box-Größe
32088 \begin_inset Index idx
32089 status collapsed
32090
32091 \begin_layout Plain Layout
32092 Boxen ! Größe
32093 \end_layout
32094
32095 \end_inset
32096
32097
32098 \end_layout
32099
32100 \begin_layout Standard
32101 Im 
32102 \family sans
32103 Box-Einstellungen
32104 \family default
32105 -Fenster können Sie die Größe der Box mit 
32106 \family sans
32107 Breite
32108 \family default
32109  und 
32110 \family sans
32111 Höhe 
32112 \family default
32113 festlegen.
32114  Die verfügbaren Einheiten werden in Tabelle
32115 \begin_inset space ~
32116 \end_inset
32117
32118
32119 \begin_inset CommandInset ref
32120 LatexCommand ref
32121 reference "tab:Maßeinheiten"
32122
32123 \end_inset
32124
32125  aufgelistet.
32126  Das Feld
32127 \family sans
32128  Höhe
32129 \family default
32130  bietet die folgenden zusätzlichen Größen:
32131 \end_layout
32132
32133 \begin_layout Description
32134 Tiefe Dies ist die reine Text-
32135 \begin_inset Quotes gld
32136 \end_inset
32137
32138 Höhe
32139 \begin_inset Quotes grd
32140 \end_inset
32141
32142 .
32143  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32144 \begin_inset Newline newline
32145 \end_inset
32146
32147
32148 \begin_inset Newline newline
32149 \end_inset
32150
32151
32152 \begin_inset Newline newline
32153 \end_inset
32154
32155
32156 \begin_inset Box Boxed
32157 position "c"
32158 hor_pos "c"
32159 has_inner_box 1
32160 inner_pos "c"
32161 use_parbox 0
32162 use_makebox 0
32163 width "12col%"
32164 special "none"
32165 height "1in"
32166 height_special "depth"
32167 status collapsed
32168
32169 \begin_layout Plain Layout
32170 \align center
32171 Box-Höhe = 1
32172 \begin_inset space \thinspace{}
32173 \end_inset
32174
32175 Tiefe
32176 \end_layout
32177
32178 \end_inset
32179
32180
32181 \begin_inset Newline newline
32182 \end_inset
32183
32184
32185 \begin_inset Newline newline
32186 \end_inset
32187
32188
32189 \end_layout
32190
32191 \begin_layout Description
32192 Höhe Dies ist die Texthöhe innerhalb der Box.
32193  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32194  Texthöhe setzen: 
32195 \begin_inset Box Boxed
32196 position "c"
32197 hor_pos "c"
32198 has_inner_box 1
32199 inner_pos "c"
32200 use_parbox 0
32201 use_makebox 0
32202 width "20col%"
32203 special "none"
32204 height "2in"
32205 height_special "height"
32206 status collapsed
32207
32208 \begin_layout Plain Layout
32209 \align center
32210 Boxhöhe = 2
32211 \begin_inset space \thinspace{}
32212 \end_inset
32213
32214 Höhe
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \end_layout
32221
32222 \begin_layout Description
32223 Gesamthöhe Dies ist Höhe
32224 \begin_inset space \thinspace{}
32225 \end_inset
32226
32227 +
32228 \begin_inset space \thinspace{}
32229 \end_inset
32230
32231 Tiefe: 
32232 \begin_inset Box Boxed
32233 position "c"
32234 hor_pos "c"
32235 has_inner_box 1
32236 inner_pos "c"
32237 use_parbox 0
32238 use_makebox 0
32239 width "20col%"
32240 special "none"
32241 height "1in"
32242 height_special "totalheight"
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246 \align center
32247 Boxhöhe = 1
32248 \begin_inset space \thinspace{}
32249 \end_inset
32250
32251 Gesamthöhe
32252 \end_layout
32253
32254 \end_inset
32255
32256
32257 \end_layout
32258
32259 \begin_layout Description
32260 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32261 \begin_inset Box Boxed
32262 position "c"
32263 hor_pos "c"
32264 has_inner_box 1
32265 inner_pos "c"
32266 use_parbox 0
32267 use_makebox 0
32268 width "12col%"
32269 special "none"
32270 height "1in"
32271 height_special "width"
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275 \align center
32276 Boxhöhe = 1
32277 \begin_inset space \thinspace{}
32278 \end_inset
32279
32280 Breite
32281 \end_layout
32282
32283 \end_inset
32284
32285
32286 \end_layout
32287
32288 \begin_layout Subsection
32289 Ausrichtung
32290 \begin_inset Index idx
32291 status collapsed
32292
32293 \begin_layout Plain Layout
32294 Boxen ! Ausrichtung
32295 \end_layout
32296
32297 \end_inset
32298
32299
32300 \end_layout
32301
32302 \begin_layout Standard
32303 Wenn Sie eine 
32304 \family sans
32305 Innere
32306 \begin_inset space ~
32307 \end_inset
32308
32309 Box
32310 \family default
32311  gewählt haben, kann die Box mit folgenden Werten für 
32312 \family sans
32313 Box
32314 \family default
32315  senkrecht ausgerichtet werden:
32316 \end_layout
32317
32318 \begin_layout Description
32319 Oben Dies ist ein Beispieltext.
32320  
32321 \begin_inset Box Boxed
32322 position "t"
32323 hor_pos "c"
32324 has_inner_box 1
32325 inner_pos "c"
32326 use_parbox 0
32327 use_makebox 0
32328 width "20col%"
32329 special "none"
32330 height "1in"
32331 height_special "totalheight"
32332 status collapsed
32333
32334 \begin_layout Plain Layout
32335 \align center
32336 Die Ober\SpecialChar \-
32337 kante der Box ist in der Zeile.
32338 \end_layout
32339
32340 \end_inset
32341
32342  Dies ist ein Beispieltext.
32343 \end_layout
32344
32345 \begin_layout Description
32346 Mitte Dies ist ein Beispieltext.
32347  
32348 \begin_inset Box Boxed
32349 position "c"
32350 hor_pos "c"
32351 has_inner_box 1
32352 inner_pos "c"
32353 use_parbox 0
32354 use_makebox 0
32355 width "20col%"
32356 special "none"
32357 height "1in"
32358 height_special "totalheight"
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362 \align center
32363 Die Mitte der Box ist in der Zeile.
32364 \end_layout
32365
32366 \end_inset
32367
32368  Dies ist ein Beispieltext.
32369 \end_layout
32370
32371 \begin_layout Description
32372 Unten Dies ist ein Beispieltext.
32373  
32374 \begin_inset Box Boxed
32375 position "b"
32376 hor_pos "c"
32377 has_inner_box 1
32378 inner_pos "c"
32379 use_parbox 0
32380 use_makebox 0
32381 width "20col%"
32382 special "none"
32383 height "1in"
32384 height_special "totalheight"
32385 status collapsed
32386
32387 \begin_layout Plain Layout
32388 \align center
32389 Die Unter\SpecialChar \-
32390 kante der Box ist in der Zeile.
32391 \end_layout
32392
32393 \end_inset
32394
32395  Dies ist ein Beispieltext.
32396 \end_layout
32397
32398 \begin_layout Standard
32399 \begin_inset Note Greyedout
32400 status open
32401
32402 \begin_layout Plain Layout
32403
32404 \series bold
32405 Bemerkung:
32406 \series default
32407  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32408  Boxen in einer Zeile sind und eine Box z.
32409 \begin_inset space \thinspace{}
32410 \end_inset
32411
32412 B.
32413  schattiert ist, die andere aber nicht.
32414 \end_layout
32415
32416 \end_inset
32417
32418
32419 \end_layout
32420
32421 \begin_layout Standard
32422 Eine Box kann mit dem Dialog 
32423 \family sans
32424 Absatz-Einstellungen
32425 \family default
32426  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32427 \end_layout
32428
32429 \begin_layout Standard
32430 \begin_inset VSpace bigskip
32431 \end_inset
32432
32433 Wenn Sie eine 
32434 \family sans
32435 Innere
32436 \begin_inset space ~
32437 \end_inset
32438
32439 Box
32440 \family default
32441  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
32442 \family sans
32443 Inhalt
32444 \family default
32445  senkrecht ausgerichtet werden:
32446 \end_layout
32447
32448 \begin_layout Description
32449 Oben Dies ist ein Beispieltext.
32450  
32451 \begin_inset Box Boxed
32452 position "c"
32453 hor_pos "c"
32454 has_inner_box 1
32455 inner_pos "t"
32456 use_parbox 0
32457 use_makebox 0
32458 width "20col%"
32459 special "none"
32460 height "1.5in"
32461 height_special "totalheight"
32462 status collapsed
32463
32464 \begin_layout Plain Layout
32465 \align center
32466 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
32467 \end_layout
32468
32469 \end_inset
32470
32471  Dies ist ein Beispieltext.
32472 \end_layout
32473
32474 \begin_layout Description
32475 Mitte Dies ist ein Beispieltext.
32476  
32477 \begin_inset Box Boxed
32478 position "c"
32479 hor_pos "c"
32480 has_inner_box 1
32481 inner_pos "c"
32482 use_parbox 0
32483 use_makebox 0
32484 width "20col%"
32485 special "none"
32486 height "1.5in"
32487 height_special "totalheight"
32488 status collapsed
32489
32490 \begin_layout Plain Layout
32491 \align center
32492 Der Boxinhalt ist zentriert ausgerichtet.
32493 \end_layout
32494
32495 \end_inset
32496
32497  Dies ist ein Beispieltext.
32498 \end_layout
32499
32500 \begin_layout Description
32501 Unten Dies ist ein Beispieltext.
32502  
32503 \begin_inset Box Boxed
32504 position "c"
32505 hor_pos "c"
32506 has_inner_box 1
32507 inner_pos "b"
32508 use_parbox 0
32509 use_makebox 0
32510 width "20col%"
32511 special "none"
32512 height "1.5in"
32513 height_special "totalheight"
32514 status collapsed
32515
32516 \begin_layout Plain Layout
32517 \align center
32518 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
32519 \end_layout
32520
32521 \end_inset
32522
32523  Dies ist ein Beispieltext.
32524 \end_layout
32525
32526 \begin_layout Description
32527 Dehnen Dies ist ein Beispieltext.
32528  
32529 \begin_inset Box Boxed
32530 position "c"
32531 hor_pos "c"
32532 has_inner_box 1
32533 inner_pos "s"
32534 use_parbox 0
32535 use_makebox 0
32536 width "20col%"
32537 special "none"
32538 height "1in"
32539 height_special "totalheight"
32540 status collapsed
32541
32542 \begin_layout Plain Layout
32543 \align center
32544 Der Boxinhalt
32545 \end_layout
32546
32547 \begin_layout Plain Layout
32548 \align center
32549 ist über die
32550 \end_layout
32551
32552 \begin_layout Plain Layout
32553 \align center
32554 Boxhöhe
32555 \end_layout
32556
32557 \begin_layout Plain Layout
32558 \align center
32559 gleichmäßig verteilt.
32560 \end_layout
32561
32562 \end_inset
32563
32564  Dies ist ein Beispieltext.
32565 \end_layout
32566
32567 \begin_layout Standard
32568 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
32569  besteht.
32570  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
32571 \end_layout
32572
32573 \begin_layout Standard
32574 Ein Boxinhalt kann mit dem Dialog 
32575 \family sans
32576 Absatz-Einstellungen
32577 \family default
32578  waagerecht ausgerichtet werden, wenn Sie eine
32579 \family sans
32580  Innere
32581 \begin_inset space ~
32582 \end_inset
32583
32584 Box
32585 \family default
32586  gewählt haben.
32587 \end_layout
32588
32589 \begin_layout Standard
32590 \align center
32591 \begin_inset Box Boxed
32592 position "c"
32593 hor_pos "c"
32594 has_inner_box 1
32595 inner_pos "s"
32596 use_parbox 0
32597 use_makebox 0
32598 width "30col%"
32599 special "none"
32600 height "1.25in"
32601 height_special "totalheight"
32602 status collapsed
32603
32604 \begin_layout Plain Layout
32605 \align left
32606 Hier ist jede Zeile
32607 \end_layout
32608
32609 \begin_layout Plain Layout
32610 \align center
32611 anders
32612 \end_layout
32613
32614 \begin_layout Plain Layout
32615 \align right
32616 ausgerichtet.
32617 \end_layout
32618
32619 \end_inset
32620
32621
32622 \end_layout
32623
32624 \begin_layout Standard
32625 Wenn Sie keine
32626 \family sans
32627  Innere
32628 \begin_inset space ~
32629 \end_inset
32630
32631 Box
32632 \family default
32633  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
32634 \family sans
32635 Box-Einstellungen-
32636 \family default
32637 Dialog ausrichten
32638 \end_layout
32639
32640 \begin_layout Standard
32641 \align center
32642 \begin_inset Box Boxed
32643 position "c"
32644 hor_pos "s"
32645 has_inner_box 0
32646 inner_pos "s"
32647 use_parbox 0
32648 use_makebox 0
32649 width "90col%"
32650 special "none"
32651 height "1.25in"
32652 height_special "totalheight"
32653 status collapsed
32654
32655 \begin_layout Plain Layout
32656 Dieser Boxinhalt wurde horizontal gedehnt.
32657 \end_layout
32658
32659 \end_inset
32660
32661
32662 \end_layout
32663
32664 \begin_layout Subsection
32665 Verzierung
32666 \begin_inset CommandInset label
32667 LatexCommand label
32668 name "uab:Verzierung"
32669
32670 \end_inset
32671
32672
32673 \begin_inset Index idx
32674 status collapsed
32675
32676 \begin_layout Plain Layout
32677 Boxen ! Verzierung
32678 \end_layout
32679
32680 \end_inset
32681
32682
32683 \end_layout
32684
32685 \begin_layout Standard
32686 Im 
32687 \family sans
32688 Box-Einstellungen-
32689 \family default
32690 Dialog können Sie mit der 
32691 \family sans
32692 Verzierung
32693 \family default
32694  den Typ der Box auswählen:
32695 \end_layout
32696
32697 \begin_layout Description
32698 Kein
32699 \begin_inset space ~
32700 \end_inset
32701
32702 Rahmen Nichts wird gezeichnet.
32703 \end_layout
32704
32705 \begin_layout Description
32706 Einfacher
32707 \begin_inset space ~
32708 \end_inset
32709
32710 rechteckiger
32711 \begin_inset space ~
32712 \end_inset
32713
32714 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
32715  Die Rahmendicke wird durch 
32716 \series bold
32717
32718 \backslash
32719 fboxrule
32720 \series default
32721  festgelegt.
32722  
32723 \begin_inset Box Boxed
32724 position "c"
32725 hor_pos "c"
32726 has_inner_box 1
32727 inner_pos "c"
32728 use_parbox 0
32729 use_makebox 0
32730 width "21col%"
32731 special "none"
32732 height "1in"
32733 height_special "totalheight"
32734 status collapsed
32735
32736 \begin_layout Plain Layout
32737
32738 \series medium
32739 Rechteckige
32740 \begin_inset space ~
32741 \end_inset
32742
32743 Box
32744 \end_layout
32745
32746 \end_inset
32747
32748
32749 \end_layout
32750
32751 \begin_layout Description
32752 erlaube
32753 \begin_inset space ~
32754 \end_inset
32755
32756 Seitenumbrüche 
32757 \end_layout
32758
32759 \begin_layout Description
32760 Ovaler
32761 \begin_inset space ~
32762 \end_inset
32763
32764 Rahmen,
32765 \begin_inset space ~
32766 \end_inset
32767
32768 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
32769  Die Rahmendicke ist 0.4
32770 \begin_inset space \thinspace{}
32771 \end_inset
32772
32773 pt.
32774  
32775 \begin_inset Box ovalbox
32776 position "c"
32777 hor_pos "c"
32778 has_inner_box 1
32779 inner_pos "c"
32780 use_parbox 0
32781 use_makebox 0
32782 width "20col%"
32783 special "none"
32784 height "1in"
32785 height_special "totalheight"
32786 status collapsed
32787
32788 \begin_layout Plain Layout
32789 Ovale
32790 \begin_inset space ~
32791 \end_inset
32792
32793 Box,
32794 \begin_inset space ~
32795 \end_inset
32796
32797 dünn
32798 \end_layout
32799
32800 \end_inset
32801
32802
32803 \end_layout
32804
32805 \begin_layout Description
32806 Ovaler
32807 \begin_inset space ~
32808 \end_inset
32809
32810 Rahmen,
32811 \begin_inset space ~
32812 \end_inset
32813
32814 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
32815  Die Rahmendicke ist 0.8
32816 \begin_inset space \thinspace{}
32817 \end_inset
32818
32819 pt.
32820  
32821 \begin_inset Box Ovalbox
32822 position "c"
32823 hor_pos "c"
32824 has_inner_box 1
32825 inner_pos "c"
32826 use_parbox 0
32827 use_makebox 0
32828 width "20col%"
32829 special "none"
32830 height "1in"
32831 height_special "totalheight"
32832 status collapsed
32833
32834 \begin_layout Plain Layout
32835 Ovale
32836 \begin_inset space ~
32837 \end_inset
32838
32839 Box,
32840 \begin_inset space ~
32841 \end_inset
32842
32843 dick
32844 \end_layout
32845
32846 \end_inset
32847
32848
32849 \end_layout
32850
32851 \begin_layout Description
32852 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
32853  Die Rahmendicke wird durch 
32854 \series bold
32855
32856 \backslash
32857 fboxrule
32858 \series default
32859  festgelegt, der Schatten ist 4
32860 \begin_inset space \thinspace{}
32861 \end_inset
32862
32863 pt breit.
32864 \begin_inset Newline newline
32865 \end_inset
32866
32867
32868 \begin_inset Box Shadowbox
32869 position "c"
32870 hor_pos "c"
32871 has_inner_box 1
32872 inner_pos "c"
32873 use_parbox 0
32874 use_makebox 0
32875 width "20col%"
32876 special "none"
32877 height "1in"
32878 height_special "totalheight"
32879 status collapsed
32880
32881 \begin_layout Plain Layout
32882 Schattierte
32883 \begin_inset space ~
32884 \end_inset
32885
32886 Box
32887 \end_layout
32888
32889 \end_inset
32890
32891
32892 \end_layout
32893
32894 \begin_layout Description
32895 Schattierter
32896 \begin_inset space ~
32897 \end_inset
32898
32899 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
32900  Im Gegensatz zu farbigen Boxen
32901 \begin_inset Foot
32902 status collapsed
32903
32904 \begin_layout Plain Layout
32905 siehe Abschnitt
32906 \begin_inset space ~
32907 \end_inset
32908
32909
32910 \begin_inset CommandInset ref
32911 LatexCommand ref
32912 reference "abs:Farbige-Boxen"
32913
32914 \end_inset
32915
32916
32917 \end_layout
32918
32919 \end_inset
32920
32921  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
32922  die Box ist ein Absatz für sich.
32923  
32924 \begin_inset Box Shaded
32925 position "t"
32926 hor_pos "c"
32927 has_inner_box 0
32928 inner_pos "t"
32929 use_parbox 0
32930 use_makebox 0
32931 width "50col%"
32932 special "none"
32933 height "1in"
32934 height_special "totalheight"
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938 Schattierter Hintergrund Box
32939 \end_layout
32940
32941 \end_inset
32942
32943
32944 \end_layout
32945
32946 \begin_layout Description
32947 Doppelter
32948 \begin_inset space ~
32949 \end_inset
32950
32951 rechteckiger
32952 \begin_inset space ~
32953 \end_inset
32954
32955 Rahmen zeichnet einen doppelten Rahmen um die Box.
32956  Der innere Rahmen ist 0.75
32957 \begin_inset space \thinspace{}
32958 \end_inset
32959
32960
32961 \series bold
32962
32963 \backslash
32964 fboxrule
32965 \series default
32966  breit, der äußere 1.5
32967 \begin_inset space \thinspace{}
32968 \end_inset
32969
32970
32971 \series bold
32972
32973 \backslash
32974 fboxrule
32975 \series default
32976 , der Zwischenraum 1.5
32977 \begin_inset space \thinspace{}
32978 \end_inset
32979
32980
32981 \series bold
32982
32983 \backslash
32984 fboxrule
32985 \series default
32986
32987 \begin_inset space \thinspace{}
32988 \end_inset
32989
32990 +
32991 \begin_inset space \thinspace{}
32992 \end_inset
32993
32994 0.5
32995 \begin_inset space \thinspace{}
32996 \end_inset
32997
32998 pt.
32999  
33000 \begin_inset Box Doublebox
33001 position "c"
33002 hor_pos "c"
33003 has_inner_box 1
33004 inner_pos "c"
33005 use_parbox 0
33006 use_makebox 0
33007 width "20col%"
33008 special "none"
33009 height "1in"
33010 height_special "totalheight"
33011 status collapsed
33012
33013 \begin_layout Plain Layout
33014 Doppelt
33015 \begin_inset space ~
33016 \end_inset
33017
33018 gerahmte
33019 \begin_inset space ~
33020 \end_inset
33021
33022 Box
33023 \end_layout
33024
33025 \end_inset
33026
33027
33028 \end_layout
33029
33030 \begin_layout Standard
33031 \begin_inset VSpace bigskip
33032 \end_inset
33033
33034 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
33035  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
33036 \series bold
33037 fancybox
33038 \series default
33039
33040 \begin_inset Index idx
33041 status collapsed
33042
33043 \begin_layout Plain Layout
33044 LaTeX-Pakete ! fancybox
33045 \end_layout
33046
33047 \end_inset
33048
33049  installiert sein.
33050 \end_layout
33051
33052 \begin_layout Standard
33053 \begin_inset VSpace bigskip
33054 \end_inset
33055
33056 Wenn Sie die Verzierung 
33057 \family sans
33058 Einfacher rechteckiger Rahmen
33059 \family default
33060  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33061  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33062  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
33063  für sich ist und 
33064 \series bold
33065
33066 \backslash
33067 fboxrule
33068 \series default
33069  und 
33070 \series bold
33071
33072 \backslash
33073 fboxsep
33074 \series default
33075  keinen Einfluss auf diesen Box Typ haben.
33076  Die Rahmendicke wird durch 
33077 \series bold
33078
33079 \backslash
33080 FrameRule
33081 \series default
33082  festgelegt.
33083  
33084 \begin_inset Box Framed
33085 position "t"
33086 hor_pos "c"
33087 has_inner_box 0
33088 inner_pos "t"
33089 use_parbox 0
33090 use_makebox 0
33091 width "100col%"
33092 special "none"
33093 height "1in"
33094 height_special "totalheight"
33095 status collapsed
33096
33097 \begin_layout Plain Layout
33098 Box erlaubt Seitenumbruch
33099 \end_layout
33100
33101 \end_inset
33102
33103
33104 \end_layout
33105
33106 \begin_layout Section
33107 Box-Anpassung
33108 \begin_inset Index idx
33109 status collapsed
33110
33111 \begin_layout Plain Layout
33112 Boxen ! Anpassung
33113 \end_layout
33114
33115 \end_inset
33116
33117
33118 \end_layout
33119
33120 \begin_layout Standard
33121 Der Standardwert für 
33122 \series bold
33123
33124 \backslash
33125 fboxrule
33126 \series default
33127  ist 0.4
33128 \begin_inset space \thinspace{}
33129 \end_inset
33130
33131 pt.
33132  Mit dem folgenden TeX-Code-Befehl kann er auf 2
33133 \begin_inset space \thinspace{}
33134 \end_inset
33135
33136 pt gesetzt werden:
33137 \end_layout
33138
33139 \begin_layout Standard
33140
33141 \series bold
33142
33143 \backslash
33144 setlength{
33145 \backslash
33146 fboxrule}{2pt}
33147 \end_layout
33148
33149 \begin_layout Standard
33150 \begin_inset ERT
33151 status collapsed
33152
33153 \begin_layout Plain Layout
33154
33155
33156 \backslash
33157 setlength{
33158 \backslash
33159 fboxrule}{2pt}
33160 \end_layout
33161
33162 \end_inset
33163
33164
33165 \begin_inset Box Boxed
33166 position "c"
33167 hor_pos "c"
33168 has_inner_box 1
33169 inner_pos "c"
33170 use_parbox 0
33171 use_makebox 0
33172 width "30col%"
33173 special "none"
33174 height "1in"
33175 height_special "totalheight"
33176 status open
33177
33178 \begin_layout Plain Layout
33179 \align center
33180 Rechteckige Box mit einer Rahmenbreite von 2
33181 \begin_inset space \thinspace{}
33182 \end_inset
33183
33184 pt
33185 \end_layout
33186
33187 \end_inset
33188
33189
33190 \begin_inset ERT
33191 status collapsed
33192
33193 \begin_layout Plain Layout
33194
33195
33196 \backslash
33197 setlength{
33198 \backslash
33199 fboxrule}{0.4pt}
33200 \end_layout
33201
33202 \end_inset
33203
33204
33205 \begin_inset VSpace bigskip
33206 \end_inset
33207
33208
33209 \end_layout
33210
33211 \begin_layout Standard
33212 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
33213 \begin_inset space \thinspace{}
33214 \end_inset
33215
33216 pt.
33217  Sie können das ändern, indem Sie den Wert von 
33218 \series bold
33219
33220 \backslash
33221 fboxsep
33222 \series default
33223  mit einem TeX-Code-Befehl ändern:
33224 \end_layout
33225
33226 \begin_layout Standard
33227
33228 \series bold
33229
33230 \backslash
33231 setlength{
33232 \backslash
33233 fboxsep}{10pt}
33234 \end_layout
33235
33236 \begin_layout Standard
33237 setzt den Wert auf 10
33238 \begin_inset space \thinspace{}
33239 \end_inset
33240
33241 pt, wie in der folgenden Box:
33242 \end_layout
33243
33244 \begin_layout Standard
33245 \begin_inset ERT
33246 status collapsed
33247
33248 \begin_layout Plain Layout
33249
33250
33251 \backslash
33252 setlength{
33253 \backslash
33254 fboxsep}{10pt}
33255 \end_layout
33256
33257 \end_inset
33258
33259
33260 \begin_inset Box Boxed
33261 position "c"
33262 hor_pos "c"
33263 has_inner_box 1
33264 inner_pos "c"
33265 use_parbox 0
33266 use_makebox 0
33267 width "25col%"
33268 special "none"
33269 height "1in"
33270 height_special "totalheight"
33271 status open
33272
33273 \begin_layout Plain Layout
33274 \align center
33275 Rechteckige Box mit 
33276 \series bold
33277
33278 \backslash
33279 fboxsep
33280 \series default
33281
33282 \begin_inset space \thinspace{}
33283 \end_inset
33284
33285 =
33286 \begin_inset space \thinspace{}
33287 \end_inset
33288
33289 10
33290 \begin_inset space \thinspace{}
33291 \end_inset
33292
33293 pt
33294 \end_layout
33295
33296 \end_inset
33297
33298
33299 \begin_inset ERT
33300 status collapsed
33301
33302 \begin_layout Plain Layout
33303
33304
33305 \backslash
33306 setlength{
33307 \backslash
33308 fboxsep}{3pt}
33309 \end_layout
33310
33311 \end_inset
33312
33313
33314 \end_layout
33315
33316 \begin_layout Standard
33317 \noindent
33318 \begin_inset VSpace bigskip
33319 \end_inset
33320
33321 Der Durchmesser der abgerundeten Ecken kann mit 
33322 \series bold
33323
33324 \backslash
33325 cornersize
33326 \series default
33327  gesetzt werden.
33328  Der TeX-Code-Befehl
33329 \end_layout
33330
33331 \begin_layout Standard
33332
33333 \series bold
33334
33335 \backslash
33336 cornersize*{1cm}
33337 \end_layout
33338
33339 \begin_layout Standard
33340 setzt den Durchmesser auf 1
33341 \begin_inset space \thinspace{}
33342 \end_inset
33343
33344 cm.
33345  Der TeX-Code-Befehl
33346 \end_layout
33347
33348 \begin_layout Standard
33349
33350 \series bold
33351
33352 \backslash
33353 cornersize{num}
33354 \end_layout
33355
33356 \begin_layout Standard
33357 setzt den Durchmesser auf 
33358 \family sans
33359 num
33360 \begin_inset space \thinspace{}
33361 \end_inset
33362
33363 ×
33364 \begin_inset space \thinspace{}
33365 \end_inset
33366
33367 Minimum(Breite der Box, Höhe der Box)
33368 \family default
33369 .
33370  Der Standardwert ist 
33371 \series bold
33372
33373 \backslash
33374 cornersize{0.5}
33375 \series default
33376 .
33377 \end_layout
33378
33379 \begin_layout Standard
33380 \begin_inset ERT
33381 status collapsed
33382
33383 \begin_layout Plain Layout
33384
33385
33386 \backslash
33387 cornersize*{1.5cm}
33388 \end_layout
33389
33390 \end_inset
33391
33392
33393 \begin_inset Box Ovalbox
33394 position "c"
33395 hor_pos "c"
33396 has_inner_box 1
33397 inner_pos "c"
33398 use_parbox 0
33399 use_makebox 0
33400 width "30col%"
33401 special "none"
33402 height "1in"
33403 height_special "totalheight"
33404 status open
33405
33406 \begin_layout Plain Layout
33407 \align center
33408 Ovale Box, dicker Rand, mit 
33409 \series bold
33410
33411 \backslash
33412 cornersize
33413 \series default
33414
33415 \begin_inset space \thinspace{}
33416 \end_inset
33417
33418 =
33419 \begin_inset space \thinspace{}
33420 \end_inset
33421
33422 1.5
33423 \begin_inset space \thinspace{}
33424 \end_inset
33425
33426 cm
33427 \end_layout
33428
33429 \end_inset
33430
33431
33432 \begin_inset ERT
33433 status collapsed
33434
33435 \begin_layout Plain Layout
33436
33437
33438 \backslash
33439 cornersize{0.5}
33440 \end_layout
33441
33442 \end_inset
33443
33444
33445 \end_layout
33446
33447 \begin_layout Standard
33448 \begin_inset VSpace bigskip
33449 \end_inset
33450
33451 Die Breite des Schattens wird mit 
33452 \series bold
33453
33454 \backslash
33455 shadowsize
33456 \series default
33457  festgelegt.
33458  Mit dem TeX-Code-Befehl
33459 \end_layout
33460
33461 \begin_layout Standard
33462
33463 \series bold
33464
33465 \backslash
33466 setlength{
33467 \backslash
33468 shadowsize}{2pt}
33469 \end_layout
33470
33471 \begin_layout Standard
33472 wird er für die folgende Box auf 2
33473 \begin_inset space \thinspace{}
33474 \end_inset
33475
33476 pt festgelegt.
33477 \end_layout
33478
33479 \begin_layout Standard
33480 \begin_inset ERT
33481 status collapsed
33482
33483 \begin_layout Plain Layout
33484
33485
33486 \backslash
33487 setlength{
33488 \backslash
33489 shadowsize}{2pt}
33490 \end_layout
33491
33492 \end_inset
33493
33494
33495 \begin_inset Box Shadowbox
33496 position "c"
33497 hor_pos "c"
33498 has_inner_box 1
33499 inner_pos "c"
33500 use_parbox 0
33501 use_makebox 0
33502 width "25col%"
33503 special "none"
33504 height "1in"
33505 height_special "totalheight"
33506 status open
33507
33508 \begin_layout Plain Layout
33509 \align center
33510 Schattierte Box mit 
33511 \series bold
33512
33513 \backslash
33514 shadowsize
33515 \series default
33516
33517 \begin_inset space \thinspace{}
33518 \end_inset
33519
33520 =
33521 \begin_inset space \thinspace{}
33522 \end_inset
33523
33524 2
33525 \begin_inset space \thinspace{}
33526 \end_inset
33527
33528 pt
33529 \end_layout
33530
33531 \end_inset
33532
33533
33534 \begin_inset ERT
33535 status collapsed
33536
33537 \begin_layout Plain Layout
33538
33539
33540 \backslash
33541 setlength{
33542 \backslash
33543 shadowsize}{4pt}
33544 \end_layout
33545
33546 \end_inset
33547
33548
33549 \end_layout
33550
33551 \begin_layout Standard
33552 \begin_inset VSpace bigskip
33553 \end_inset
33554
33555 Der Standardwert für 
33556 \series bold
33557
33558 \backslash
33559 FrameRule
33560 \series default
33561  ist 0.4
33562 \begin_inset space \thinspace{}
33563 \end_inset
33564
33565 pt.
33566  Der Standard-Abstand zwischen Rahmen und Text ist 9
33567 \begin_inset space \thinspace{}
33568 \end_inset
33569
33570 pt und kann mit dem Wert für 
33571 \series bold
33572
33573 \backslash
33574 FrameSep
33575 \series default
33576  geändert werden.
33577  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
33578  TeX-Code Befehlen geändert:
33579 \end_layout
33580
33581 \begin_layout Standard
33582
33583 \series bold
33584
33585 \backslash
33586 setlength{
33587 \backslash
33588 FrameRule}{5pt}
33589 \begin_inset Newline newline
33590 \end_inset
33591
33592
33593 \backslash
33594 setlength{
33595 \backslash
33596 FrameSep}{0.5cm}
33597 \end_layout
33598
33599 \begin_layout Standard
33600 \begin_inset ERT
33601 status collapsed
33602
33603 \begin_layout Plain Layout
33604
33605
33606 \backslash
33607 setlength{
33608 \backslash
33609 FrameRule}{5pt}
33610 \end_layout
33611
33612 \begin_layout Plain Layout
33613
33614
33615 \backslash
33616 setlength{
33617 \backslash
33618 FrameSep}{0.5cm}
33619 \end_layout
33620
33621 \end_inset
33622
33623
33624 \begin_inset Box Framed
33625 position "t"
33626 hor_pos "c"
33627 has_inner_box 0
33628 inner_pos "t"
33629 use_parbox 0
33630 use_makebox 0
33631 width "100col%"
33632 special "none"
33633 height "1in"
33634 height_special "totalheight"
33635 status open
33636
33637 \begin_layout Plain Layout
33638 Dies ist Text in einer 
33639 \family sans
33640 Seitenumbruch erlaubt
33641 \family default
33642  Box.
33643 \end_layout
33644
33645 \end_inset
33646
33647
33648 \begin_inset ERT
33649 status collapsed
33650
33651 \begin_layout Plain Layout
33652
33653
33654 \backslash
33655 setlength{
33656 \backslash
33657 FrameRule}{0.4pt}
33658 \end_layout
33659
33660 \begin_layout Plain Layout
33661
33662
33663 \backslash
33664 setlength{
33665 \backslash
33666 FrameSep}{9pt}
33667 \end_layout
33668
33669 \end_inset
33670
33671
33672 \end_layout
33673
33674 \begin_layout Standard
33675 \begin_inset VSpace bigskip
33676 \end_inset
33677
33678 Für Boxen mit 
33679 \family sans
33680 schattiertem Hintergrund
33681 \family default
33682  beträgt der Abstand zwischen Rand und Text 3
33683 \begin_inset space \thinspace{}
33684 \end_inset
33685
33686 pt und kann mit 
33687 \series bold
33688
33689 \backslash
33690 fboxsep
33691 \series default
33692  geändert werden.
33693  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
33694  
33695 \series bold
33696
33697 \backslash
33698 definecolor{shadecolor}
33699 \series default
33700  oder global über das Menü 
33701 \family sans
33702 Werkzeuge\SpecialChar \menuseparator
33703 Einstellungen\SpecialChar \menuseparator
33704 Farben\SpecialChar \menuseparator
33705 Schattierte
33706 \begin_inset space ~
33707 \end_inset
33708
33709 Box
33710 \family default
33711  geändert werden.
33712  Das Schema des 
33713 \series bold
33714
33715 \backslash
33716 definecolor
33717 \series default
33718  Befehls ist  in Abschnitt
33719 \begin_inset space ~
33720 \end_inset
33721
33722
33723 \begin_inset CommandInset ref
33724 LatexCommand ref
33725 reference "abs:Farbige-Tabellen"
33726
33727 \end_inset
33728
33729  erklärt.
33730 \begin_inset Foot
33731 status collapsed
33732
33733 \begin_layout Plain Layout
33734 Beachten Sie, dass 
33735 \series bold
33736
33737 \backslash
33738 definecolor
33739 \series default
33740  das LaTeX-Paket 
33741 \series bold
33742 color
33743 \series default
33744  im LaTeX-Vorspann benötigt, siehe Abschnitt
33745 \begin_inset space ~
33746 \end_inset
33747
33748
33749 \begin_inset CommandInset ref
33750 LatexCommand ref
33751 reference "abs:Farbige-Boxen"
33752
33753 \end_inset
33754
33755 .
33756 \end_layout
33757
33758 \end_inset
33759
33760  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
33761 \end_layout
33762
33763 \begin_layout Standard
33764
33765 \series bold
33766
33767 \backslash
33768 setlength{
33769 \backslash
33770 fboxsep}{0.5cm}
33771 \begin_inset Newline newline
33772 \end_inset
33773
33774
33775 \backslash
33776 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33777 \end_layout
33778
33779 \begin_layout Standard
33780 \begin_inset ERT
33781 status collapsed
33782
33783 \begin_layout Plain Layout
33784
33785
33786 \backslash
33787 setlength{
33788 \backslash
33789 fboxsep}{0.5cm}
33790 \end_layout
33791
33792 \begin_layout Plain Layout
33793
33794
33795 \backslash
33796 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33797 \end_layout
33798
33799 \end_inset
33800
33801
33802 \begin_inset Box Shaded
33803 position "t"
33804 hor_pos "c"
33805 has_inner_box 0
33806 inner_pos "t"
33807 use_parbox 0
33808 use_makebox 0
33809 width "100col%"
33810 special "none"
33811 height "1in"
33812 height_special "totalheight"
33813 status open
33814
33815 \begin_layout Plain Layout
33816
33817 \color yellow
33818 Dies ist gelber Text in einer 
33819 \family sans
33820 schattierten Hintergrund
33821 \begin_inset space ~
33822 \end_inset
33823
33824
33825 \family default
33826 Box auf dunkelgrünem Hintergrund.
33827 \end_layout
33828
33829 \end_inset
33830
33831
33832 \begin_inset ERT
33833 status collapsed
33834
33835 \begin_layout Plain Layout
33836
33837
33838 \backslash
33839 setlength{
33840 \backslash
33841 fboxsep}{3pt}
33842 \end_layout
33843
33844 \begin_layout Plain Layout
33845
33846
33847 \backslash
33848 definecolor{shadecolor}{rgb}{1,0,0}
33849 \end_layout
33850
33851 \end_inset
33852
33853
33854 \end_layout
33855
33856 \begin_layout Standard
33857 \begin_inset VSpace bigskip
33858 \end_inset
33859
33860 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
33861  der sie ändert.
33862 \end_layout
33863
33864 \begin_layout Section
33865 Minipage
33866 \begin_inset CommandInset label
33867 LatexCommand label
33868 name "abs:Minipage"
33869
33870 \end_inset
33871
33872
33873 \begin_inset Index idx
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877 Boxen ! Minipage
33878 \end_layout
33879
33880 \end_inset
33881
33882
33883 \end_layout
33884
33885 \begin_layout Standard
33886 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
33887  deshalb unter anderem eigene Fußnoten haben.
33888 \end_layout
33889
33890 \begin_layout Standard
33891 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
33892 \end_layout
33893
33894 \begin_layout Standard
33895 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
33896  Ihre Breite ist 45 Spaltenbreite
33897 \begin_inset space ~
33898 \end_inset
33899
33900 %, und sie sind durch einen 
33901 \family sans
33902 HFill
33903 \family default
33904  getrennt (
33905 \family sans
33906 Einfügen\SpecialChar \menuseparator
33907 Formatierung\SpecialChar \menuseparator
33908 Horizontaler
33909 \begin_inset space \space{}
33910 \end_inset
33911
33912 Abstand\SpecialChar \menuseparator
33913 Abstand\SpecialChar \menuseparator
33914 Variabler
33915 \begin_inset space ~
33916 \end_inset
33917
33918 horiz.
33919 \begin_inset space ~
33920 \end_inset
33921
33922 Abstand
33923 \family default
33924 ).
33925 \begin_inset Newpage newpage
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Standard
33932 \noindent
33933 \begin_inset Box Frameless
33934 position "t"
33935 hor_pos "c"
33936 has_inner_box 1
33937 inner_pos "c"
33938 use_parbox 0
33939 use_makebox 0
33940 width "45col%"
33941 special "none"
33942 height "1in"
33943 height_special "totalheight"
33944 status open
33945
33946 \begin_layout Plain Layout
33947 Dies ist ein deutscher Text.
33948  Dies ist ein deutscher Text.
33949  Dies ist ein deutscher Text.
33950  Dies ist ein deutscher Text.
33951  Dies ist ein deutscher Text.
33952  Dies ist ein deutscher Text.
33953  Dies ist ein deutscher Text.
33954  Dies ist ein deutscher Text.
33955  Dies ist ein deutscher Text.
33956  Dies ist ein deutscher Text.
33957  Dies ist ein deutscher Text.
33958  Dies ist ein deutscher Text.
33959  Dies ist ein deutscher Text
33960 \begin_inset Foot
33961 status open
33962
33963 \begin_layout Plain Layout
33964 Dies ist eine deutsche Fußnote.
33965 \end_layout
33966
33967 \end_inset
33968
33969 .
33970  Dies ist ein deutscher Text.
33971  Dies ist ein deutscher Text.
33972 \end_layout
33973
33974 \end_inset
33975
33976
33977 \begin_inset space \hfill{}
33978 \end_inset
33979
33980
33981 \begin_inset Box Frameless
33982 position "t"
33983 hor_pos "c"
33984 has_inner_box 1
33985 inner_pos "c"
33986 use_parbox 0
33987 use_makebox 0
33988 width "45col%"
33989 special "none"
33990 height "1in"
33991 height_special "totalheight"
33992 status open
33993
33994 \begin_layout Plain Layout
33995
33996 \lang english
33997 This is an English Text.
33998  This is an English Text.
33999  This is an English Text.
34000  This is an English Text.
34001  This is an English Text.
34002  This is an English Text.
34003  This is an English Text.
34004  This is an English Text.
34005  This is an English Text.
34006  This is an English Text.
34007  This is an English Text.
34008  This is an English Text.
34009  This is an English Text.
34010  This is an English Text.
34011  This is an English Text.
34012  This is an English Text.
34013 \begin_inset Foot
34014 status collapsed
34015
34016 \begin_layout Plain Layout
34017
34018 \lang english
34019 This is an English footnote.
34020 \end_layout
34021
34022 \end_inset
34023
34024  This is an English Text.
34025 \end_layout
34026
34027 \end_inset
34028
34029
34030 \end_layout
34031
34032 \begin_layout Standard
34033 \begin_inset VSpace bigskip
34034 \end_inset
34035
34036 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34037  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34038  Absätze nicht eingerückt werden, obwohl Sie das in 
34039 \family sans
34040 Dokument
34041 \family default
34042 \SpecialChar \menuseparator
34043
34044 \family sans
34045 Einstellun\SpecialChar \-
34046 gen\SpecialChar \menuseparator
34047 Textformat
34048 \family default
34049  festgelegt haben.
34050  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34051  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
34052 \series bold
34053
34054 \backslash
34055 hspace*{1em}
34056 \series default
34057 .
34058 \end_layout
34059
34060 \begin_layout Standard
34061 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34062  zu verpassen, siehe Abschnitt
34063 \begin_inset space ~
34064 \end_inset
34065
34066
34067 \begin_inset CommandInset ref
34068 LatexCommand ref
34069 reference "uab:Farbe-für-Absätze"
34070
34071 \end_inset
34072
34073 .
34074 \end_layout
34075
34076 \begin_layout Standard
34077 \begin_inset Note Greyedout
34078 status open
34079
34080 \begin_layout Plain Layout
34081
34082 \series bold
34083 Bemerkung:
34084 \series default
34085  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34086  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34087 \end_layout
34088
34089 \end_inset
34090
34091
34092 \end_layout
34093
34094 \begin_layout Section
34095 Parbox
34096 \begin_inset CommandInset label
34097 LatexCommand label
34098 name "abs:Parbox"
34099
34100 \end_inset
34101
34102
34103 \begin_inset Index idx
34104 status collapsed
34105
34106 \begin_layout Plain Layout
34107 Boxen ! Parbox
34108 \end_layout
34109
34110 \end_inset
34111
34112
34113 \end_layout
34114
34115 \begin_layout Standard
34116 Parbox ist eine Abkürzung für 
34117 \begin_inset Quotes gld
34118 \end_inset
34119
34120 paragraph box
34121 \begin_inset Quotes grd
34122 \end_inset
34123
34124 , was Absatzbox bedeutet.
34125  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34126  in Parboxen nicht ausgegeben werden:
34127 \end_layout
34128
34129 \begin_layout Standard
34130 \align center
34131 \begin_inset Box Frameless
34132 position "t"
34133 hor_pos "c"
34134 has_inner_box 1
34135 inner_pos "t"
34136 use_parbox 1
34137 use_makebox 0
34138 width "33col%"
34139 special "none"
34140 height "1in"
34141 height_special "totalheight"
34142 status open
34143
34144 \begin_layout Plain Layout
34145 Dies ist Text in einer Parbox.
34146  Dies ist Text in einer Parbox.
34147 \end_layout
34148
34149 \begin_layout Plain Layout
34150 Diese Fußnote wird nicht gedruckt:
34151 \begin_inset Foot
34152 status collapsed
34153
34154 \begin_layout Plain Layout
34155 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34156 \end_layout
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \end_inset
34164
34165
34166 \end_layout
34167
34168 \begin_layout Section
34169 Boxen für Worte und Buchstaben
34170 \begin_inset Index idx
34171 status collapsed
34172
34173 \begin_layout Plain Layout
34174 Boxen ! für Buchstaben
34175 \end_layout
34176
34177 \end_inset
34178
34179
34180 \end_layout
34181
34182 \begin_layout Subsection
34183 Silbentrennung unterbinden
34184 \begin_inset CommandInset label
34185 LatexCommand label
34186 name "abs:Silbentrennung-unterbinden"
34187
34188 \end_inset
34189
34190
34191 \begin_inset Index idx
34192 status collapsed
34193
34194 \begin_layout Plain Layout
34195 Boxen ! zur Vermeidung von Silbentrennung
34196 \end_layout
34197
34198 \end_inset
34199
34200
34201 \end_layout
34202
34203 \begin_layout Standard
34204 Sie können den Boxtyp 
34205 \family sans
34206 Makebox
34207 \family default
34208  benutzen, um Silbentrennungen zu unterbinden.
34209 \begin_inset Newline newline
34210 \end_inset
34211
34212 Hier ist ein Beispiel: 
34213 \end_layout
34214
34215 \begin_layout Standard
34216 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34217 \begin_inset Quotes gld
34218 \end_inset
34219
34220 einsehrsehrsehrlangeswort
34221 \begin_inset Quotes grd
34222 \end_inset
34223
34224 .
34225 \end_layout
34226
34227 \begin_layout Standard
34228 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34229  Innere
34230 \begin_inset space ~
34231 \end_inset
34232
34233 Box auf Makebox und verwenden keine explizite Breite.
34234 \end_layout
34235
34236 \begin_layout Standard
34237 Hier ist das Ergebnis:
34238 \end_layout
34239
34240 \begin_layout Standard
34241 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34242 \begin_inset Box Frameless
34243 position "t"
34244 hor_pos "c"
34245 has_inner_box 1
34246 inner_pos "t"
34247 use_parbox 0
34248 use_makebox 1
34249 width ""
34250 special "none"
34251 height "1in"
34252 height_special "totalheight"
34253 status open
34254
34255 \begin_layout Plain Layout
34256 \begin_inset Quotes gld
34257 \end_inset
34258
34259 einsehrsehrsehrlangeswort
34260 \begin_inset Quotes grd
34261 \end_inset
34262
34263
34264 \end_layout
34265
34266 \end_inset
34267
34268 .
34269 \end_layout
34270
34271 \begin_layout Standard
34272 Alternativ dazu kann man auch den Befehl 
34273 \begin_inset Quotes gld
34274 \end_inset
34275
34276
34277 \series bold
34278
34279 \backslash
34280 -
34281 \series default
34282
34283 \begin_inset Quotes grd
34284 \end_inset
34285
34286  als TeX-Code direkt vor das Wort setzen:
34287 \end_layout
34288
34289 \begin_layout Standard
34290 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34291 \begin_inset Quotes gld
34292 \end_inset
34293
34294
34295 \begin_inset ERT
34296 status collapsed
34297
34298 \begin_layout Plain Layout
34299
34300
34301 \backslash
34302 -
34303 \end_layout
34304
34305 \end_inset
34306
34307 einsehrsehrsehrlangeswort
34308 \begin_inset Quotes grd
34309 \end_inset
34310
34311 .
34312 \end_layout
34313
34314 \begin_layout Standard
34315 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34316  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34317 \family sans
34318 Strg-Eingabe
34319 \family default
34320 ) einfügen: 
34321 \end_layout
34322
34323 \begin_layout Standard
34324 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34325 \begin_inset Newline newline
34326 \end_inset
34327
34328
34329 \begin_inset Box Frameless
34330 position "t"
34331 hor_pos "c"
34332 has_inner_box 1
34333 inner_pos "t"
34334 use_parbox 0
34335 use_makebox 1
34336 width ""
34337 special "none"
34338 height "1in"
34339 height_special "totalheight"
34340 status open
34341
34342 \begin_layout Plain Layout
34343 \begin_inset Quotes gld
34344 \end_inset
34345
34346 einsehrsehrsehrlangeswort
34347 \begin_inset Quotes grd
34348 \end_inset
34349
34350
34351 \end_layout
34352
34353 \end_inset
34354
34355 .
34356 \end_layout
34357
34358 \begin_layout Subsection
34359 Vertikale Ausrichtung
34360 \begin_inset CommandInset label
34361 LatexCommand label
34362 name "uab:Vertikale-Ausrichtung"
34363
34364 \end_inset
34365
34366
34367 \begin_inset Index idx
34368 status collapsed
34369
34370 \begin_layout Plain Layout
34371 Boxen ! für Vertikale Ausrichtung
34372 \end_layout
34373
34374 \end_inset
34375
34376
34377 \begin_inset Index idx
34378 status collapsed
34379
34380 \begin_layout Plain Layout
34381 Boxen ! raisebox
34382 \end_layout
34383
34384 \end_inset
34385
34386
34387 \end_layout
34388
34389 \begin_layout Standard
34390 Mit dem LaTeX-Befehl 
34391 \series bold
34392
34393 \backslash
34394 raisebox
34395 \series default
34396  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34397 n Textes ausrichten.
34398  
34399 \series bold
34400
34401 \backslash
34402 raisebox
34403 \series default
34404  wird folgendermaßen benutzt:
34405 \end_layout
34406
34407 \begin_layout Standard
34408
34409 \series bold
34410
34411 \backslash
34412 raisebox{Verschiebung}[oben][unten]{Text}
34413 \end_layout
34414
34415 \begin_layout Standard
34416 Positive Werte für Verschiebung
34417 \series bold
34418  
34419 \series default
34420 verschieben die Box nach oben, negative nach unten.
34421  Die beiden optionalen Parameter 
34422 \family typewriter
34423 oben
34424 \family default
34425  und 
34426 \family typewriter
34427 unten
34428 \family default
34429  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34430  hinausgeht, wenn sie nicht verschoben ist.
34431 \end_layout
34432
34433 \begin_layout Standard
34434 Um zum Beispiel das Wort 
34435 \begin_inset Quotes gld
34436 \end_inset
34437
34438 provokant
34439 \begin_inset Quotes grd
34440 \end_inset
34441
34442  mit seinem 
34443 \begin_inset Quotes gld
34444 \end_inset
34445
34446 niedrigsten
34447 \begin_inset Quotes grd
34448 \end_inset
34449
34450  Buchstaben 
34451 \begin_inset Quotes gld
34452 \end_inset
34453
34454 p
34455 \begin_inset Quotes grd
34456 \end_inset
34457
34458  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
34459 \end_layout
34460
34461 \begin_layout Standard
34462
34463 \series bold
34464
34465 \backslash
34466 raisebox{
34467 \backslash
34468 depth}{
34469 \end_layout
34470
34471 \begin_layout Standard
34472 vor dem Wort einfügen und 
34473 \begin_inset Quotes gld
34474 \end_inset
34475
34476
34477 \series bold
34478 }
34479 \series default
34480
34481 \begin_inset Quotes grd
34482 \end_inset
34483
34484  als TeX-Code dahinter:
34485 \end_layout
34486
34487 \begin_layout Standard
34488 Dies ist eine Zeile, in der das Wort 
34489 \begin_inset ERT
34490 status collapsed
34491
34492 \begin_layout Plain Layout
34493
34494
34495 \backslash
34496 raisebox{
34497 \backslash
34498 depth}{
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \begin_inset Quotes gld
34505 \end_inset
34506
34507 provokant
34508 \begin_inset Quotes grd
34509 \end_inset
34510
34511
34512 \begin_inset ERT
34513 status collapsed
34514
34515 \begin_layout Plain Layout
34516
34517 }
34518 \end_layout
34519
34520 \end_inset
34521
34522  nach oben verschoben wurde.
34523 \end_layout
34524
34525 \begin_layout Standard
34526 \begin_inset VSpace bigskip
34527 \end_inset
34528
34529 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34530  gedehnt:
34531 \end_layout
34532
34533 \begin_layout Standard
34534 Dies ist eine Zeile, in der das Wort 
34535 \begin_inset ERT
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539
34540
34541 \backslash
34542 raisebox{-
34543 \backslash
34544 depth}{
34545 \end_layout
34546
34547 \end_inset
34548
34549
34550 \begin_inset Quotes gld
34551 \end_inset
34552
34553 provokant
34554 \begin_inset Quotes grd
34555 \end_inset
34556
34557
34558 \begin_inset ERT
34559 status collapsed
34560
34561 \begin_layout Plain Layout
34562
34563 }
34564 \end_layout
34565
34566 \end_inset
34567
34568  nach unten verschoben wurde.
34569 \end_layout
34570
34571 \begin_layout Standard
34572 Dies ist eine Zeile, in der das Wort 
34573 \begin_inset ERT
34574 status collapsed
34575
34576 \begin_layout Plain Layout
34577
34578
34579 \backslash
34580 raisebox{0.5cm}{
34581 \end_layout
34582
34583 \end_inset
34584
34585
34586 \begin_inset Quotes gld
34587 \end_inset
34588
34589 testen
34590 \begin_inset Quotes grd
34591 \end_inset
34592
34593
34594 \begin_inset ERT
34595 status collapsed
34596
34597 \begin_layout Plain Layout
34598
34599 }
34600 \end_layout
34601
34602 \end_inset
34603
34604  um 0.5
34605 \begin_inset space \thinspace{}
34606 \end_inset
34607
34608 cm nach oben verschoben wurde.
34609 \end_layout
34610
34611 \begin_layout Standard
34612 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34613 \end_layout
34614
34615 \begin_layout Standard
34616
34617 \series bold
34618
34619 \backslash
34620 raisebox{-
34621 \backslash
34622 depth}[0pt]{
34623 \end_layout
34624
34625 \begin_layout Standard
34626 Dies ist eine Zeile, in der das Wort 
34627 \begin_inset ERT
34628 status collapsed
34629
34630 \begin_layout Plain Layout
34631
34632
34633 \backslash
34634 raisebox{-
34635 \backslash
34636 depth}[0pt]{
34637 \end_layout
34638
34639 \end_inset
34640
34641
34642 \begin_inset Quotes gld
34643 \end_inset
34644
34645 provokant
34646 \begin_inset Quotes grd
34647 \end_inset
34648
34649
34650 \begin_inset ERT
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654
34655 }
34656 \end_layout
34657
34658 \end_inset
34659
34660  nach unten verschoben wurde.
34661 \end_layout
34662
34663 \begin_layout Standard
34664 Dies ist eine Zeile, in der das Wort 
34665 \begin_inset ERT
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669
34670
34671 \backslash
34672 raisebox{0.5cm}[0pt]{
34673 \end_layout
34674
34675 \end_inset
34676
34677
34678 \begin_inset Quotes gld
34679 \end_inset
34680
34681 testen
34682 \begin_inset Quotes grd
34683 \end_inset
34684
34685
34686 \begin_inset ERT
34687 status collapsed
34688
34689 \begin_layout Plain Layout
34690
34691 }
34692 \end_layout
34693
34694 \end_inset
34695
34696  um 0.5
34697 \begin_inset space \thinspace{}
34698 \end_inset
34699
34700 cm nach oben verschoben wurde.
34701  Jetzt überschneiden sich die verschobenen Worte.
34702 \end_layout
34703
34704 \begin_layout Section
34705 Farbige Boxen
34706 \begin_inset CommandInset label
34707 LatexCommand label
34708 name "abs:Farbige-Boxen"
34709
34710 \end_inset
34711
34712
34713 \begin_inset Index idx
34714 status collapsed
34715
34716 \begin_layout Plain Layout
34717 Boxen ! farbige
34718 \end_layout
34719
34720 \end_inset
34721
34722
34723 \end_layout
34724
34725 \begin_layout Subsection
34726 Text-Hintergrundfarbe
34727 \begin_inset Index idx
34728 status collapsed
34729
34730 \begin_layout Plain Layout
34731 Farbe ! für Text-Hintergrund
34732 \end_layout
34733
34734 \end_inset
34735
34736
34737 \end_layout
34738
34739 \begin_layout Standard
34740 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
34741  so genannten 
34742 \begin_inset Quotes gld
34743 \end_inset
34744
34745 colorbox
34746 \begin_inset Quotes grd
34747 \end_inset
34748
34749  stehen.
34750  Dafür muss das LaTeX-Paket 
34751 \series bold
34752 color
34753 \series default
34754
34755 \begin_inset Index idx
34756 status collapsed
34757
34758 \begin_layout Plain Layout
34759 LaTeX-Pakete ! color
34760 \end_layout
34761
34762 \end_inset
34763
34764  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
34765 \end_layout
34766
34767 \begin_layout Standard
34768
34769 \series bold
34770
34771 \backslash
34772 @ifundefined{textcolor}
34773 \begin_inset Newline newline
34774 \end_inset
34775
34776
34777 \begin_inset Phantom HPhantom
34778 status open
34779
34780 \begin_layout Plain Layout
34781
34782 \series bold
34783 \begin_inset space ~
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \end_inset
34790
34791 {
34792 \backslash
34793 usepackage{color}}{}
34794 \end_layout
34795
34796 \begin_layout Standard
34797 Wenn Sie Text einfärben, lädt LyX das Paket 
34798 \series bold
34799 color
34800 \series default
34801  automatisch.
34802 \begin_inset Foot
34803 status collapsed
34804
34805 \begin_layout Plain Layout
34806 Der Befehl 
34807 \series bold
34808
34809 \backslash
34810 @ifundefined
34811 \series default
34812  vermeidet, dass es in diesem Fall doppelt geladen wird.
34813 \end_layout
34814
34815 \end_inset
34816
34817
34818 \end_layout
34819
34820 \begin_layout Standard
34821 \begin_inset VSpace medskip
34822 \end_inset
34823
34824 Colorboxen werden mit dem Befehl 
34825 \series bold
34826
34827 \backslash
34828 colorbox
34829 \series default
34830  erzeugt:
34831 \end_layout
34832
34833 \begin_layout Standard
34834
34835 \series bold
34836
34837 \backslash
34838 colorbox{Farbe}{Boxinhalt}
34839 \end_layout
34840
34841 \begin_layout Standard
34842 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
34843  Boxen sein.
34844 \end_layout
34845
34846 \begin_layout Standard
34847 Die folgenden Farben sind vordefiniert:
34848 \family sans
34849  schwarz
34850 \family default
34851
34852 \family sans
34853 wei
34854 \family default
34855 ß, 
34856 \family sans
34857 rot
34858 \family default
34859 \series bold
34860 ,
34861 \series default
34862  
34863 \family sans
34864 grün
34865 \family default
34866
34867 \family sans
34868 blau
34869 \family default
34870
34871 \family sans
34872 türkis
34873 \family default
34874
34875 \family sans
34876 purpurrot
34877 \family default
34878  und 
34879 \family sans
34880 gelb
34881 \family default
34882 .
34883 \end_layout
34884
34885 \begin_layout Standard
34886 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
34887 \begin_inset space ~
34888 \end_inset
34889
34890
34891 \begin_inset CommandInset ref
34892 LatexCommand ref
34893 reference "abs:Farbige-Tabellen"
34894
34895 \end_inset
34896
34897  beschrieben.
34898 \end_layout
34899
34900 \begin_layout Standard
34901 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
34902  den TeX-Code-Befehl
34903 \end_layout
34904
34905 \begin_layout Standard
34906
34907 \series bold
34908
34909 \backslash
34910 colorbox{red}{
34911 \end_layout
34912
34913 \begin_layout Standard
34914 vor dem Wort ein.
34915  Hinter dem Wort fügen Sie 
34916 \series bold
34917
34918 \begin_inset Quotes gld
34919 \end_inset
34920
34921 }
34922 \series default
34923
34924 \begin_inset Quotes grd
34925 \end_inset
34926
34927  als TeX-Code ein.
34928  Hier ist das Ergebnis:
34929 \end_layout
34930
34931 \begin_layout Standard
34932 In dieser Zeile hat 
34933 \begin_inset ERT
34934 status collapsed
34935
34936 \begin_layout Plain Layout
34937
34938
34939 \backslash
34940 colorbox{red}{
34941 \end_layout
34942
34943 \end_inset
34944
34945 Achtung!
34946 \begin_inset ERT
34947 status collapsed
34948
34949 \begin_layout Plain Layout
34950
34951 }
34952 \end_layout
34953
34954 \end_inset
34955
34956  einen roten Hintergrund.
34957 \end_layout
34958
34959 \begin_layout Standard
34960 \begin_inset VSpace bigskip
34961 \end_inset
34962
34963 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
34964  
34965 \series bold
34966
34967 \backslash
34968 fcolorbox
34969 \series default
34970  verwenden:
34971 \end_layout
34972
34973 \begin_layout Standard
34974
34975 \series bold
34976
34977 \backslash
34978 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
34979 \end_layout
34980
34981 \begin_layout Standard
34982
34983 \series bold
34984
34985 \backslash
34986 fcolorbox
34987 \series default
34988  ist eine Erweiterung von 
34989 \series bold
34990
34991 \backslash
34992 colorbox
34993 \series default
34994 .
34995  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
34996  
34997 \series bold
34998
34999 \backslash
35000 fboxrule
35001 \series default
35002  und 
35003 \series bold
35004
35005 \backslash
35006 fboxsep
35007 \series default
35008  gesteuert werden, wie in Abschnitt
35009 \begin_inset space ~
35010 \end_inset
35011
35012
35013 \begin_inset CommandInset ref
35014 LatexCommand ref
35015 reference "uab:Verzierung"
35016
35017 \end_inset
35018
35019  beschrieben.
35020 \end_layout
35021
35022 \begin_layout Standard
35023 Für das folgende Beispiel wurde der Befehl
35024 \end_layout
35025
35026 \begin_layout Standard
35027
35028 \series bold
35029
35030 \backslash
35031 fcolorbox{cyan}{magenta}{
35032 \end_layout
35033
35034 \begin_layout Standard
35035 benutzt.
35036  Hier wurden die Rahmendicke und der Abstand auf 1
35037 \begin_inset space \thinspace{}
35038 \end_inset
35039
35040 mm gesetzt:
35041 \begin_inset Newline newline
35042 \end_inset
35043
35044
35045 \begin_inset ERT
35046 status collapsed
35047
35048 \begin_layout Plain Layout
35049
35050
35051 \backslash
35052 fboxrule 1mm 
35053 \backslash
35054 fboxsep 1mm
35055 \end_layout
35056
35057 \end_inset
35058
35059
35060 \begin_inset ERT
35061 status collapsed
35062
35063 \begin_layout Plain Layout
35064
35065
35066 \backslash
35067 fcolorbox{cyan}{green}{
35068 \end_layout
35069
35070 \end_inset
35071
35072 Dies ist Text in einer farbigen, gerahmten Box.
35073 \begin_inset ERT
35074 status collapsed
35075
35076 \begin_layout Plain Layout
35077
35078 }
35079 \end_layout
35080
35081 \end_inset
35082
35083
35084 \end_layout
35085
35086 \begin_layout Standard
35087 \begin_inset VSpace bigskip
35088 \end_inset
35089
35090 Natürlich gibt es auch farbigen Text in einer Colorbox:
35091 \begin_inset Newline newline
35092 \end_inset
35093
35094
35095 \begin_inset ERT
35096 status collapsed
35097
35098 \begin_layout Plain Layout
35099
35100
35101 \backslash
35102 fcolorbox{cyan}{green}{
35103 \end_layout
35104
35105 \end_inset
35106
35107
35108 \color yellow
35109 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35110 \color none
35111
35112 \begin_inset ERT
35113 status collapsed
35114
35115 \begin_layout Plain Layout
35116
35117 }
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \begin_inset ERT
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127
35128
35129 \backslash
35130 fboxrule 0.4pt 
35131 \backslash
35132 fboxsep 3pt
35133 \end_layout
35134
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \begin_layout Standard
35141 \begin_inset VSpace bigskip
35142 \end_inset
35143
35144
35145 \end_layout
35146
35147 \begin_layout Standard
35148 \begin_inset Note Greyedout
35149 status open
35150
35151 \begin_layout Plain Layout
35152 \noindent
35153
35154 \series bold
35155 Bemerkung:
35156 \series default
35157  Text in Colorboxen kann nicht umgebrochen werden.
35158  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
35159  wie im folgenden beschrieben.
35160 \end_layout
35161
35162 \end_inset
35163
35164
35165 \end_layout
35166
35167 \begin_layout Subsection
35168 Farbe für Absätze
35169 \begin_inset CommandInset label
35170 LatexCommand label
35171 name "uab:Farbe-für-Absätze"
35172
35173 \end_inset
35174
35175
35176 \begin_inset Index idx
35177 status collapsed
35178
35179 \begin_layout Plain Layout
35180 Farbe ! für Absätze
35181 \end_layout
35182
35183 \end_inset
35184
35185
35186 \end_layout
35187
35188 \begin_layout Standard
35189 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
35190  den Text in eine Minipage stellen.
35191  Vor der Minipage fügen Sie den TeX-Code-Befehl
35192 \end_layout
35193
35194 \begin_layout Standard
35195
35196 \series bold
35197
35198 \backslash
35199 colorbox{color}{
35200 \end_layout
35201
35202 \begin_layout Standard
35203 ein.
35204  Hinter der Minipage fügen Sie 
35205 \series bold
35206
35207 \begin_inset Quotes gld
35208 \end_inset
35209
35210 }
35211 \series default
35212
35213 \begin_inset Quotes grd
35214 \end_inset
35215
35216  als TeX-Code ein.
35217 \end_layout
35218
35219 \begin_layout Standard
35220 \begin_inset ERT
35221 status collapsed
35222
35223 \begin_layout Plain Layout
35224
35225
35226 \backslash
35227 colorbox{hellgrau}{
35228 \end_layout
35229
35230 \end_inset
35231
35232
35233 \begin_inset Box Frameless
35234 position "t"
35235 hor_pos "c"
35236 has_inner_box 1
35237 inner_pos "t"
35238 use_parbox 0
35239 use_makebox 0
35240 width "100col%"
35241 special "none"
35242 height "1in"
35243 height_special "totalheight"
35244 status collapsed
35245
35246 \begin_layout Plain Layout
35247 Dies ist Text mit einer Hintergrundfarbe.
35248  Dies ist Text mit einer Hintergrundfarbe.
35249 \end_layout
35250
35251 \begin_layout Plain Layout
35252 Der Text kann Fußnoten
35253 \begin_inset Foot
35254 status open
35255
35256 \begin_layout Plain Layout
35257 Eine weitere Fußnote
35258 \end_layout
35259
35260 \end_inset
35261
35262  und Tabellen und Abbildungen enthalten.
35263 \end_layout
35264
35265 \begin_layout Plain Layout
35266 \align center
35267 \begin_inset Tabular
35268 <lyxtabular version="3" rows="3" columns="3">
35269 <features rotate="0" tabularvalignment="middle">
35270 <column alignment="center" valignment="top">
35271 <column alignment="center" valignment="top">
35272 <column alignment="center" valignment="top">
35273 <row>
35274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35275 \begin_inset Text
35276
35277 \begin_layout Plain Layout
35278 a
35279 \end_layout
35280
35281 \end_inset
35282 </cell>
35283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35284 \begin_inset Text
35285
35286 \begin_layout Plain Layout
35287 !
35288 \end_layout
35289
35290 \end_inset
35291 </cell>
35292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35293 \begin_inset Text
35294
35295 \begin_layout Plain Layout
35296 3
35297 \end_layout
35298
35299 \end_inset
35300 </cell>
35301 </row>
35302 <row>
35303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35304 \begin_inset Text
35305
35306 \begin_layout Plain Layout
35307 <
35308 \end_layout
35309
35310 \end_inset
35311 </cell>
35312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35313 \begin_inset Text
35314
35315 \begin_layout Plain Layout
35316 b2
35317 \begin_inset Quotes erd
35318 \end_inset
35319
35320 |
35321 \end_layout
35322
35323 \end_inset
35324 </cell>
35325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35326 \begin_inset Text
35327
35328 \begin_layout Plain Layout
35329 >
35330 \end_layout
35331
35332 \end_inset
35333 </cell>
35334 </row>
35335 <row>
35336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35337 \begin_inset Text
35338
35339 \begin_layout Plain Layout
35340 1
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35346 \begin_inset Text
35347
35348 \begin_layout Plain Layout
35349 §
35350 \end_layout
35351
35352 \end_inset
35353 </cell>
35354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35355 \begin_inset Text
35356
35357 \begin_layout Plain Layout
35358 c
35359 \end_layout
35360
35361 \end_inset
35362 </cell>
35363 </row>
35364 </lyxtabular>
35365
35366 \end_inset
35367
35368
35369 \end_layout
35370
35371 \end_inset
35372
35373
35374 \begin_inset ERT
35375 status collapsed
35376
35377 \begin_layout Plain Layout
35378
35379 }
35380 \end_layout
35381
35382 \end_inset
35383
35384
35385 \end_layout
35386
35387 \begin_layout Section
35388 Rotierte und skalierte Boxen
35389 \end_layout
35390
35391 \begin_layout Standard
35392 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35393 \series bold
35394 graphicx
35395 \series default
35396
35397 \begin_inset Index idx
35398 status collapsed
35399
35400 \begin_layout Plain Layout
35401 LaTeX-Pakete ! graphicx
35402 \end_layout
35403
35404 \end_inset
35405
35406  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35407 \end_layout
35408
35409 \begin_layout Standard
35410
35411 \series bold
35412
35413 \backslash
35414 @ifundefined{rotatebox}
35415 \begin_inset Newline newline
35416 \end_inset
35417
35418
35419 \begin_inset Phantom HPhantom
35420 status open
35421
35422 \begin_layout Plain Layout
35423
35424 \series bold
35425 \begin_inset space ~
35426 \end_inset
35427
35428
35429 \end_layout
35430
35431 \end_inset
35432
35433 {
35434 \backslash
35435 usepackage{graphicx}}{}
35436 \end_layout
35437
35438 \begin_layout Standard
35439 \begin_inset Note Greyedout
35440 status open
35441
35442 \begin_layout Plain Layout
35443
35444 \series bold
35445 Achtung:
35446 \series default
35447  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35448 \end_layout
35449
35450 \end_inset
35451
35452
35453 \end_layout
35454
35455 \begin_layout Standard
35456 \begin_inset Note Greyedout
35457 status open
35458
35459 \begin_layout Plain Layout
35460
35461 \series bold
35462 Achtung:
35463 \series default
35464  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35465 \end_layout
35466
35467 \end_inset
35468
35469
35470 \end_layout
35471
35472 \begin_layout Subsection
35473 Rotierte Boxen
35474 \begin_inset Index idx
35475 status collapsed
35476
35477 \begin_layout Plain Layout
35478 Boxen ! rotierte
35479 \end_layout
35480
35481 \end_inset
35482
35483
35484 \begin_inset Index idx
35485 status collapsed
35486
35487 \begin_layout Plain Layout
35488 Rotiertes Material
35489 \end_layout
35490
35491 \end_inset
35492
35493
35494 \end_layout
35495
35496 \begin_layout Standard
35497 Um Text zu drehen, verwendet man den Befehl 
35498 \series bold
35499
35500 \backslash
35501 rotatebox
35502 \series default
35503  im TeX-Code nach folgendem Schema:
35504 \end_layout
35505
35506 \begin_layout Standard
35507
35508 \series bold
35509
35510 \backslash
35511 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35512 \end_layout
35513
35514 \begin_layout Standard
35515 Der Drehpunkt wird mit 
35516 \series bold
35517 origin=Position
35518 \series default
35519  angegeben.
35520  Folgende Positionen sind möglich: 
35521 \emph on
35522 c
35523 \emph default
35524  (mittig), 
35525 \emph on
35526 l
35527 \emph default
35528  (links), 
35529 \emph on
35530 r
35531 \emph default
35532  (rechts), 
35533 \emph on
35534 b
35535 \emph default
35536  (unten), 
35537 \emph on
35538 t
35539 \emph default
35540  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35541  Z.
35542 \begin_inset space \thinspace{}
35543 \end_inset
35544
35545 B.
35546  bedeutet 
35547 \emph on
35548 lt
35549 \emph default
35550 , dass sich der Drehpunkt links oben befindet.
35551  Wird kein Drehpunkt angegeben, wird die Position 
35552 \emph on
35553 l
35554 \emph default
35555  verwendet.
35556  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35557  Gedreht wird gegen den Uhrzeigersinn.
35558 \end_layout
35559
35560 \begin_layout Standard
35561 Im folgenden Beispiel wurde vor dem Text der Befehl 
35562 \series bold
35563
35564 \backslash
35565 rotatebox[origin=c]{60}{
35566 \series default
35567  im TeX-Modus eingegeben.
35568  Nach dem Text wurde die schließende Klammer 
35569 \series bold
35570 }
35571 \series default
35572  wiederum im TeX-Modus eingegeben.
35573 \end_layout
35574
35575 \begin_layout Standard
35576 Dies ist eine Zeile 
35577 \begin_inset ERT
35578 status collapsed
35579
35580 \begin_layout Plain Layout
35581
35582
35583 \backslash
35584 rotatebox[origin=c]{60}{
35585 \end_layout
35586
35587 \end_inset
35588
35589 mit rotiertem
35590 \begin_inset ERT
35591 status collapsed
35592
35593 \begin_layout Plain Layout
35594
35595 }
35596 \end_layout
35597
35598 \end_inset
35599
35600  Text.
35601 \end_layout
35602
35603 \begin_layout Standard
35604 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35605 \end_layout
35606
35607 \begin_layout Standard
35608 Dies ist eine Zeile 
35609 \begin_inset ERT
35610 status collapsed
35611
35612 \begin_layout Plain Layout
35613
35614
35615 \backslash
35616 rotatebox[origin=r]{-60}{
35617 \end_layout
35618
35619 \end_inset
35620
35621
35622 \begin_inset Box Doublebox
35623 position "c"
35624 hor_pos "c"
35625 has_inner_box 0
35626 inner_pos "c"
35627 use_parbox 0
35628 use_makebox 0
35629 width "1in"
35630 special "width"
35631 height "1in"
35632 height_special "totalheight"
35633 status collapsed
35634
35635 \begin_layout Plain Layout
35636 mit rotiertem
35637 \end_layout
35638
35639 \end_inset
35640
35641
35642 \begin_inset ERT
35643 status collapsed
35644
35645 \begin_layout Plain Layout
35646
35647 }
35648 \end_layout
35649
35650 \end_inset
35651
35652  umrandeten Text 
35653 \begin_inset ERT
35654 status collapsed
35655
35656 \begin_layout Plain Layout
35657
35658
35659 \backslash
35660 rotatebox[origin=lb]{60}{
35661 \end_layout
35662
35663 \end_inset
35664
35665
35666 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35667 \end_inset
35668
35669
35670 \begin_inset ERT
35671 status collapsed
35672
35673 \begin_layout Plain Layout
35674
35675 }
35676 \end_layout
35677
35678 \end_inset
35679
35680  und einer Formel.
35681 \end_layout
35682
35683 \begin_layout Standard
35684 Oder ein Bild oder Tabelle:
35685 \end_layout
35686
35687 \begin_layout Standard
35688 Dies ist eine Zeile 
35689 \begin_inset ERT
35690 status collapsed
35691
35692 \begin_layout Plain Layout
35693
35694
35695 \backslash
35696 rotatebox[origin=lb]{90}{
35697 \end_layout
35698
35699 \end_inset
35700
35701
35702 \begin_inset Graphics
35703         filename ../clipart/platypus.eps
35704         lyxscale 50
35705         width 25col%
35706
35707 \end_inset
35708
35709
35710 \begin_inset ERT
35711 status collapsed
35712
35713 \begin_layout Plain Layout
35714
35715 }
35716 \end_layout
35717
35718 \end_inset
35719
35720  mit einem rotierten Bild 
35721 \begin_inset ERT
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725
35726
35727 \backslash
35728 rotatebox[origin=l]{-90}{
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \begin_inset Tabular
35735 <lyxtabular version="3" rows="2" columns="2">
35736 <features rotate="0" tabularvalignment="middle">
35737 <column alignment="center" valignment="top">
35738 <column alignment="center" valignment="top">
35739 <row>
35740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35741 \begin_inset Text
35742
35743 \begin_layout Plain Layout
35744 q
35745 \end_layout
35746
35747 \end_inset
35748 </cell>
35749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35750 \begin_inset Text
35751
35752 \begin_layout Plain Layout
35753 w
35754 \end_layout
35755
35756 \end_inset
35757 </cell>
35758 </row>
35759 <row>
35760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35761 \begin_inset Text
35762
35763 \begin_layout Plain Layout
35764 e
35765 \end_layout
35766
35767 \end_inset
35768 </cell>
35769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35770 \begin_inset Text
35771
35772 \begin_layout Plain Layout
35773 r
35774 \end_layout
35775
35776 \end_inset
35777 </cell>
35778 </row>
35779 </lyxtabular>
35780
35781 \end_inset
35782
35783
35784 \begin_inset ERT
35785 status collapsed
35786
35787 \begin_layout Plain Layout
35788
35789 }
35790 \end_layout
35791
35792 \end_inset
35793
35794  und Tabelle.
35795 \begin_inset Index idx
35796 status collapsed
35797
35798 \begin_layout Plain Layout
35799 Abbildungen ! rotierte
35800 \end_layout
35801
35802 \end_inset
35803
35804
35805 \begin_inset Index idx
35806 status collapsed
35807
35808 \begin_layout Plain Layout
35809 Tabellen ! rotierte
35810 \end_layout
35811
35812 \end_inset
35813
35814
35815 \end_layout
35816
35817 \begin_layout Subsection
35818 Skalierte Boxen
35819 \begin_inset Index idx
35820 status collapsed
35821
35822 \begin_layout Plain Layout
35823 Boxen ! skalierte
35824 \end_layout
35825
35826 \end_inset
35827
35828
35829 \begin_inset Index idx
35830 status collapsed
35831
35832 \begin_layout Plain Layout
35833 Skaliertes Material
35834 \end_layout
35835
35836 \end_inset
35837
35838
35839 \end_layout
35840
35841 \begin_layout Standard
35842 Um Text zu skalieren, kann man die Befehle 
35843 \series bold
35844
35845 \backslash
35846 scalebox
35847 \series default
35848  und 
35849 \series bold
35850
35851 \backslash
35852 resizebox
35853 \series default
35854  im TeX-Modus verwenden.
35855 \end_layout
35856
35857 \begin_layout Standard
35858
35859 \series bold
35860
35861 \backslash
35862 scalebox
35863 \series default
35864  wird nach folgendem Schema verwendet:
35865 \end_layout
35866
35867 \begin_layout Standard
35868
35869 \series bold
35870
35871 \backslash
35872 scalebox{horizontal}[vertikal]{Boxinhalt}
35873 \end_layout
35874
35875 \begin_layout Standard
35876 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
35877  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
35878  verwendet.
35879 \end_layout
35880
35881 \begin_layout Standard
35882 Z.
35883 \begin_inset space \thinspace{}
35884 \end_inset
35885
35886 B.
35887  ergibt der Befehl 
35888 \series bold
35889
35890 \backslash
35891 scalebox{2}{Hallo}
35892 \series default
35893  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
35894 \begin_inset ERT
35895 status collapsed
35896
35897 \begin_layout Plain Layout
35898
35899
35900 \backslash
35901 scalebox{2}{
35902 \end_layout
35903
35904 \end_inset
35905
35906 Hallo
35907 \begin_inset ERT
35908 status collapsed
35909
35910 \begin_layout Plain Layout
35911
35912 }
35913 \end_layout
35914
35915 \end_inset
35916
35917 .
35918 \end_layout
35919
35920 \begin_layout Standard
35921
35922 \series bold
35923
35924 \backslash
35925 scalebox{2}[1]{Hallo}
35926 \series default
35927  verzerrt hingegen das 
35928 \begin_inset ERT
35929 status collapsed
35930
35931 \begin_layout Plain Layout
35932
35933
35934 \backslash
35935 scalebox{2}[1]{
35936 \end_layout
35937
35938 \end_inset
35939
35940 Hallo
35941 \begin_inset ERT
35942 status collapsed
35943
35944 \begin_layout Plain Layout
35945
35946 }
35947 \end_layout
35948
35949 \end_inset
35950
35951 .
35952 \end_layout
35953
35954 \begin_layout Standard
35955 Die Skalierungsfaktoren dürfen auch negativ sein.
35956  In diesem Fall wird der Boxinhalt gespiegelt.
35957 \end_layout
35958
35959 \begin_layout Standard
35960 Daher lässt sich mit dem Befehl 
35961 \series bold
35962
35963 \backslash
35964 scalebox{-1}[1]{Hallo}
35965 \series default
35966  Spiegelschrift erstellen: 
35967 \begin_inset ERT
35968 status collapsed
35969
35970 \begin_layout Plain Layout
35971
35972
35973 \backslash
35974 scalebox{-1}[1]{
35975 \end_layout
35976
35977 \end_inset
35978
35979 Hallo
35980 \begin_inset ERT
35981 status collapsed
35982
35983 \begin_layout Plain Layout
35984
35985 }
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \begin_layout Standard
35994
35995 \series bold
35996
35997 \backslash
35998 scalebox{1}[-1]{Hallo}
35999 \series default
36000  spiegelt das 
36001 \begin_inset ERT
36002 status collapsed
36003
36004 \begin_layout Plain Layout
36005
36006
36007 \backslash
36008 scalebox{1}[-1]{
36009 \end_layout
36010
36011 \end_inset
36012
36013 Hallo
36014 \begin_inset ERT
36015 status collapsed
36016
36017 \begin_layout Plain Layout
36018
36019 }
36020 \end_layout
36021
36022 \end_inset
36023
36024  an der Grundlinie.
36025 \end_layout
36026
36027 \begin_layout Standard
36028 Zu 
36029 \series bold
36030
36031 \backslash
36032 scalebox{-1}[1]{Boxinhalt}
36033 \series default
36034  gibt es den äquivalenten Befehl
36035 \begin_inset Newline newline
36036 \end_inset
36037
36038
36039 \series bold
36040
36041 \backslash
36042 reflectbox{Boxinhalt}
36043 \series default
36044 .
36045 \end_layout
36046
36047 \begin_layout Standard
36048 \begin_inset VSpace bigskip
36049 \end_inset
36050
36051
36052 \series bold
36053
36054 \backslash
36055 resizebox
36056 \series default
36057  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
36058  skalieren.
36059  Das Befehlsschema ist folgendes:
36060 \end_layout
36061
36062 \begin_layout Standard
36063
36064 \series bold
36065
36066 \backslash
36067 resizebox{Breite}{Höhe}{Boxinhalt}
36068 \end_layout
36069
36070 \begin_layout Standard
36071 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
36072 \series bold
36073 !
36074 \series default
36075  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
36076  wird.
36077 \end_layout
36078
36079 \begin_layout Standard
36080 Der Befehl 
36081 \series bold
36082
36083 \backslash
36084 resizebox{2cm}{1cm}{Hallo}
36085 \series default
36086  ergibt: 
36087 \begin_inset ERT
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091
36092
36093 \backslash
36094 resizebox{2cm}{1cm}{
36095 \end_layout
36096
36097 \end_inset
36098
36099 Hallo
36100 \begin_inset ERT
36101 status collapsed
36102
36103 \begin_layout Plain Layout
36104
36105 }
36106 \end_layout
36107
36108 \end_inset
36109
36110
36111 \begin_inset Newline newline
36112 \end_inset
36113
36114 Der Befehl 
36115 \series bold
36116
36117 \backslash
36118 resizebox{2cm}{!}{Hallo}
36119 \series default
36120  ergibt: 
36121 \begin_inset ERT
36122 status collapsed
36123
36124 \begin_layout Plain Layout
36125
36126
36127 \backslash
36128 resizebox{2cm}{!}{
36129 \end_layout
36130
36131 \end_inset
36132
36133 Hallo
36134 \begin_inset ERT
36135 status collapsed
36136
36137 \begin_layout Plain Layout
36138
36139 }
36140 \end_layout
36141
36142 \end_inset
36143
36144
36145 \end_layout
36146
36147 \begin_layout Standard
36148 \begin_inset VSpace bigskip
36149 \end_inset
36150
36151
36152 \begin_inset Note Greyedout
36153 status open
36154
36155 \begin_layout Plain Layout
36156
36157 \series bold
36158 Bemerkung:
36159 \series default
36160  Wurde in Argumenten von 
36161 \series bold
36162
36163 \backslash
36164 scalebox
36165 \series default
36166  oder 
36167 \series bold
36168
36169 \backslash
36170 resizebox
36171 \series default
36172  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
36173  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
36174  werden.
36175 \end_layout
36176
36177 \end_inset
36178
36179
36180 \end_layout
36181
36182 \begin_layout Standard
36183 \begin_inset VSpace bigskip
36184 \end_inset
36185
36186
36187 \end_layout
36188
36189 \begin_layout Standard
36190 Alle Boxen können beliebig miteinander kombiniert werden.
36191  So ergibt z.
36192 \begin_inset space \thinspace{}
36193 \end_inset
36194
36195 B.
36196  der Befehl
36197 \begin_inset Newline newline
36198 \end_inset
36199
36200
36201 \series bold
36202
36203 \backslash
36204 rotatebox[origin=c]{-45}{
36205 \backslash
36206 resizebox{2cm}{!}{
36207 \backslash
36208 reflectbox{Hallo}}}
36209 \series default
36210 :
36211 \end_layout
36212
36213 \begin_layout Standard
36214 \align center
36215 \begin_inset ERT
36216 status collapsed
36217
36218 \begin_layout Plain Layout
36219
36220
36221 \backslash
36222 rotatebox[origin=c]{-45}{
36223 \backslash
36224 resizebox{2cm}{!}{
36225 \backslash
36226 reflectbox{
36227 \end_layout
36228
36229 \end_inset
36230
36231 Hallo
36232 \begin_inset ERT
36233 status collapsed
36234
36235 \begin_layout Plain Layout
36236
36237 }}}
36238 \end_layout
36239
36240 \end_inset
36241
36242
36243 \end_layout
36244
36245 \begin_layout Standard
36246 \noindent
36247 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36248 \end_layout
36249
36250 \begin_layout Standard
36251 \align center
36252 \begin_inset ERT
36253 status collapsed
36254
36255 \begin_layout Plain Layout
36256
36257
36258 \backslash
36259 rotatebox[origin=c]{-30}{
36260 \backslash
36261 resizebox{2cm}{!}{
36262 \backslash
36263 reflectbox{
36264 \end_layout
36265
36266 \end_inset
36267
36268
36269 \begin_inset Graphics
36270         filename ../clipart/platypus.eps
36271         lyxscale 50
36272         width 25col%
36273
36274 \end_inset
36275
36276
36277 \begin_inset ERT
36278 status collapsed
36279
36280 \begin_layout Plain Layout
36281
36282 }}}
36283 \end_layout
36284
36285 \end_inset
36286
36287
36288 \begin_inset ERT
36289 status collapsed
36290
36291 \begin_layout Plain Layout
36292
36293
36294 \backslash
36295 rotatebox[origin=c]{-45}{
36296 \backslash
36297 resizebox{2cm}{!}{
36298 \backslash
36299 reflectbox{
36300 \end_layout
36301
36302 \end_inset
36303
36304
36305 \begin_inset Tabular
36306 <lyxtabular version="3" rows="2" columns="2">
36307 <features rotate="0" tabularvalignment="middle">
36308 <column alignment="center" valignment="top">
36309 <column alignment="center" valignment="top">
36310 <row>
36311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36312 \begin_inset Text
36313
36314 \begin_layout Plain Layout
36315 q
36316 \end_layout
36317
36318 \end_inset
36319 </cell>
36320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36321 \begin_inset Text
36322
36323 \begin_layout Plain Layout
36324 w
36325 \end_layout
36326
36327 \end_inset
36328 </cell>
36329 </row>
36330 <row>
36331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36332 \begin_inset Text
36333
36334 \begin_layout Plain Layout
36335 e
36336 \end_layout
36337
36338 \end_inset
36339 </cell>
36340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36341 \begin_inset Text
36342
36343 \begin_layout Plain Layout
36344 r
36345 \end_layout
36346
36347 \end_inset
36348 </cell>
36349 </row>
36350 </lyxtabular>
36351
36352 \end_inset
36353
36354
36355 \begin_inset ERT
36356 status collapsed
36357
36358 \begin_layout Plain Layout
36359
36360 }}}
36361 \end_layout
36362
36363 \end_inset
36364
36365
36366 \begin_inset ERT
36367 status collapsed
36368
36369 \begin_layout Plain Layout
36370
36371
36372 \backslash
36373 rotatebox[origin=c]{-45}{
36374 \backslash
36375 resizebox{2cm}{!}{
36376 \backslash
36377 reflectbox{
36378 \end_layout
36379
36380 \end_inset
36381
36382
36383 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36384 \end_inset
36385
36386
36387 \begin_inset ERT
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391
36392 }}}
36393 \end_layout
36394
36395 \end_inset
36396
36397
36398 \begin_inset Index idx
36399 status collapsed
36400
36401 \begin_layout Plain Layout
36402 Abbildungen ! skalierte
36403 \end_layout
36404
36405 \end_inset
36406
36407
36408 \begin_inset Index idx
36409 status collapsed
36410
36411 \begin_layout Plain Layout
36412 Tabellen ! skalierte
36413 \end_layout
36414
36415 \end_inset
36416
36417
36418 \end_layout
36419
36420 \begin_layout Standard
36421 Hat man den globalen Formelstil 
36422 \series bold
36423 fleqn
36424 \series default
36425
36426 \begin_inset Foot
36427 status collapsed
36428
36429 \begin_layout Plain Layout
36430 Wenn 
36431 \begin_inset Quotes gld
36432 \end_inset
36433
36434 fleqn
36435 \begin_inset Quotes grd
36436 \end_inset
36437
36438  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36439 \end_layout
36440
36441 \end_inset
36442
36443  gewählt, kann man auch abgesetzte Formeln skalieren.
36444 \end_layout
36445
36446 \begin_layout Chapter
36447 Umflossene Objekte
36448 \begin_inset Index idx
36449 status collapsed
36450
36451 \begin_layout Plain Layout
36452 Umflossene Objekte
36453 \end_layout
36454
36455 \end_inset
36456
36457
36458 \end_layout
36459
36460 \begin_layout Section
36461 Umflossene Gleitobjekte
36462 \begin_inset CommandInset label
36463 LatexCommand label
36464 name "abs:Umflossene-Gleitobjekte"
36465
36466 \end_inset
36467
36468
36469 \begin_inset Index idx
36470 status collapsed
36471
36472 \begin_layout Plain Layout
36473 Gleitobjekte ! umflossene
36474 \end_layout
36475
36476 \end_inset
36477
36478
36479 \begin_inset Index idx
36480 status collapsed
36481
36482 \begin_layout Plain Layout
36483 Umflossene Objekte ! Gleitobjekte
36484 \end_layout
36485
36486 \end_inset
36487
36488
36489 \end_layout
36490
36491 \begin_layout Standard
36492 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36493  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36494  den die Abbildung bzw.
36495 \begin_inset space ~
36496 \end_inset
36497
36498 Tabelle übrig lässt.
36499  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36500  Sie werden über das Menü
36501 \family sans
36502  Einfügen\SpecialChar \menuseparator
36503 Gleitobjekt\SpecialChar \menuseparator
36504 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36505 objekt
36506 \family default
36507  eingefügt, wenn das LaTeX-Paket 
36508 \series bold
36509 wrapfig
36510 \series default
36511
36512 \begin_inset Index idx
36513 status collapsed
36514
36515 \begin_layout Plain Layout
36516 LaTeX-Pakete ! wrapfig
36517 \end_layout
36518
36519 \end_inset
36520
36521  installiert ist.
36522 \begin_inset Foot
36523 status collapsed
36524
36525 \begin_layout Plain Layout
36526 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
36527 \emph on
36528 LaTeX-Konfiguration
36529 \emph default
36530  beschrieben.
36531 \end_layout
36532
36533 \end_inset
36534
36535  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36536  Box des Gleitobjekts geändert werden.
36537  
36538 \begin_inset Wrap figure
36539 lines 0
36540 placement l
36541 overhang 1cm
36542 width "40col%"
36543 status open
36544
36545 \begin_layout Plain Layout
36546 \begin_inset Graphics
36547         filename ../clipart/mobius.eps
36548         width 40col%
36549         scaleBeforeRotation
36550         rotateOrigin center
36551
36552 \end_inset
36553
36554
36555 \end_layout
36556
36557 \begin_layout Plain Layout
36558 \begin_inset Caption Standard
36559
36560 \begin_layout Plain Layout
36561 \begin_inset CommandInset label
36562 LatexCommand label
36563 name "abb:Dies-ist-eine"
36564
36565 \end_inset
36566
36567 Dies ist eine umflossene Gleitobjekt-Abbildung
36568 \end_layout
36569
36570 \end_inset
36571
36572
36573 \end_layout
36574
36575 \end_inset
36576
36577  Obligatorische Einstellungen sind die 
36578 \family sans
36579 Breite
36580 \family default
36581  und 
36582 \family sans
36583 Platzierung
36584 \family default
36585  des Gleitobjekts.
36586  Optional sind der 
36587 \family sans
36588 Überhang 
36589 \family default
36590 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36591 \begin_inset space \thinspace{}
36592 \end_inset
36593
36594 /
36595 \begin_inset space \thinspace{}
36596 \end_inset
36597
36598 der Seite ragt und die 
36599 \family sans
36600 benötigten Zeilen
36601 \family default
36602 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36603  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36604  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36605  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
36606  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
36607  zu lassen.
36608  Abbildung
36609 \begin_inset space ~
36610 \end_inset
36611
36612
36613 \begin_inset CommandInset ref
36614 LatexCommand ref
36615 reference "abb:Dies-ist-eine"
36616
36617 \end_inset
36618
36619  ist zum Beispiel ein umflossenes Bild, das 40
36620 \begin_inset space \thinspace{}
36621 \end_inset
36622
36623 % der Spaltenbreite einnimmt, 1
36624 \begin_inset space \thinspace{}
36625 \end_inset
36626
36627 cm in den Rand ragt und links gesetzt wurde.
36628 \end_layout
36629
36630 \begin_layout Standard
36631 \begin_inset Note Greyedout
36632 status open
36633
36634 \begin_layout Plain Layout
36635
36636 \series bold
36637 Bemerkung:
36638 \series default
36639  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36640 \begin_inset space \thinspace{}
36641 \end_inset
36642
36643 B.
36644  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36645  oder über anderen Text gedruckt wird.
36646 \end_layout
36647
36648 \end_inset
36649
36650
36651 \end_layout
36652
36653 \begin_layout Standard
36654 Allgemein gilt für umflossene Gleitobjekte:
36655 \end_layout
36656
36657 \begin_layout Itemize
36658 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36659  fortgesetzt werden.
36660  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36661  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36662 \end_layout
36663
36664 \begin_layout Itemize
36665 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36666  werden oder darin.
36667 \end_layout
36668
36669 \begin_layout Itemize
36670 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36671  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36672 \end_layout
36673
36674 \begin_layout Itemize
36675 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36676 \end_layout
36677
36678 \begin_layout Itemize
36679 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36680 \begin_inset space \thinspace{}
36681 \end_inset
36682
36683
36684 \begin_inset CommandInset ref
36685 LatexCommand ref
36686 reference "kap:Gleitobjekte"
36687
36688 \end_inset
36689
36690  beschrieben.
36691 \end_layout
36692
36693 \begin_layout Section
36694 Umflossene Fixe Objekte
36695 \begin_inset Index idx
36696 status collapsed
36697
36698 \begin_layout Plain Layout
36699 Umflossene Objekte ! Fixe Objekte
36700 \end_layout
36701
36702 \end_inset
36703
36704
36705 \end_layout
36706
36707 \begin_layout Standard
36708 Die in Abschnitt
36709 \begin_inset space ~
36710 \end_inset
36711
36712
36713 \begin_inset CommandInset ref
36714 LatexCommand ref
36715 reference "abs:Umflossene-Gleitobjekte"
36716
36717 \end_inset
36718
36719  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36720 \end_layout
36721
36722 \begin_layout Standard
36723 \noindent
36724 \align center
36725 \begin_inset Tabular
36726 <lyxtabular version="3" rows="2" columns="2">
36727 <features rotate="0" tabularvalignment="middle">
36728 <column alignment="center" valignment="top">
36729 <column alignment="center" valignment="top">
36730 <row>
36731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36732 \begin_inset Text
36733
36734 \begin_layout Plain Layout
36735 \begin_inset Graphics
36736         filename ../../images/dialog-show-new-inset_graphics.png
36737         scale 70
36738         scaleBeforeRotation
36739
36740 \end_inset
36741
36742
36743 \end_layout
36744
36745 \end_inset
36746 </cell>
36747 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36748 \begin_inset Text
36749
36750 \begin_layout Plain Layout
36751 Text
36752 \end_layout
36753
36754 \end_inset
36755 </cell>
36756 </row>
36757 <row>
36758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36759 \begin_inset Text
36760
36761 \begin_layout Plain Layout
36762 Text
36763 \end_layout
36764
36765 \end_inset
36766 </cell>
36767 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36768 \begin_inset Text
36769
36770 \begin_layout Plain Layout
36771 Text
36772 \end_layout
36773
36774 \end_inset
36775 </cell>
36776 </row>
36777 </lyxtabular>
36778
36779 \end_inset
36780
36781  oder 
36782 \begin_inset Tabular
36783 <lyxtabular version="3" rows="2" columns="2">
36784 <features rotate="0" tabularvalignment="middle">
36785 <column alignment="center" valignment="top">
36786 <column alignment="center" valignment="top">
36787 <row>
36788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36789 \begin_inset Text
36790
36791 \begin_layout Plain Layout
36792 Text
36793 \end_layout
36794
36795 \end_inset
36796 </cell>
36797 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36798 \begin_inset Text
36799
36800 \begin_layout Plain Layout
36801 \begin_inset Graphics
36802         filename ../../images/dialog-show-new-inset_graphics.png
36803         scale 70
36804         scaleBeforeRotation
36805
36806 \end_inset
36807
36808
36809 \end_layout
36810
36811 \end_inset
36812 </cell>
36813 </row>
36814 <row>
36815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36816 \begin_inset Text
36817
36818 \begin_layout Plain Layout
36819 Text
36820 \end_layout
36821
36822 \end_inset
36823 </cell>
36824 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36825 \begin_inset Text
36826
36827 \begin_layout Plain Layout
36828 Text
36829 \end_layout
36830
36831 \end_inset
36832 </cell>
36833 </row>
36834 </lyxtabular>
36835
36836 \end_inset
36837
36838
36839 \end_layout
36840
36841 \begin_layout Standard
36842 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36843  wurde, um z.
36844 \begin_inset space \thinspace{}
36845 \end_inset
36846
36847 B.
36848  solche Positionen zu erhalten:
36849 \begin_inset VSpace defskip
36850 \end_inset
36851
36852
36853 \end_layout
36854
36855 \begin_layout Standard
36856 \noindent
36857 \align center
36858 \begin_inset Tabular
36859 <lyxtabular version="3" rows="2" columns="2">
36860 <features rotate="0" tabularvalignment="middle">
36861 <column alignment="center" valignment="top">
36862 <column alignment="center" valignment="top">
36863 <row>
36864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36865 \begin_inset Text
36866
36867 \begin_layout Plain Layout
36868 Text
36869 \end_layout
36870
36871 \end_inset
36872 </cell>
36873 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36874 \begin_inset Text
36875
36876 \begin_layout Plain Layout
36877 Text
36878 \end_layout
36879
36880 \end_inset
36881 </cell>
36882 </row>
36883 <row>
36884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36885 \begin_inset Text
36886
36887 \begin_layout Plain Layout
36888 \begin_inset Graphics
36889         filename ../../images/dialog-show-new-inset_graphics.png
36890         scale 70
36891         scaleBeforeRotation
36892
36893 \end_inset
36894
36895
36896 \end_layout
36897
36898 \end_inset
36899 </cell>
36900 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36901 \begin_inset Text
36902
36903 \begin_layout Plain Layout
36904 Text
36905 \end_layout
36906
36907 \end_inset
36908 </cell>
36909 </row>
36910 </lyxtabular>
36911
36912 \end_inset
36913
36914  
36915 \begin_inset Tabular
36916 <lyxtabular version="3" rows="2" columns="2">
36917 <features rotate="0" tabularvalignment="middle">
36918 <column alignment="center" valignment="top">
36919 <column alignment="center" valignment="top">
36920 <row>
36921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36922 \begin_inset Text
36923
36924 \begin_layout Plain Layout
36925 Text
36926 \end_layout
36927
36928 \end_inset
36929 </cell>
36930 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36931 \begin_inset Text
36932
36933 \begin_layout Plain Layout
36934 Text
36935 \end_layout
36936
36937 \end_inset
36938 </cell>
36939 </row>
36940 <row>
36941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36942 \begin_inset Text
36943
36944 \begin_layout Plain Layout
36945 Text
36946 \end_layout
36947
36948 \end_inset
36949 </cell>
36950 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36951 \begin_inset Text
36952
36953 \begin_layout Plain Layout
36954 \begin_inset Graphics
36955         filename ../../images/dialog-show-new-inset_graphics.png
36956         scale 70
36957         scaleBeforeRotation
36958
36959 \end_inset
36960
36961
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 </row>
36967 </lyxtabular>
36968
36969 \end_inset
36970
36971  
36972 \begin_inset Tabular
36973 <lyxtabular version="3" rows="2" columns="3">
36974 <features rotate="0" tabularvalignment="middle">
36975 <column alignment="center" valignment="top">
36976 <column alignment="center" valignment="top">
36977 <column alignment="center" valignment="top">
36978 <row>
36979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36980 \begin_inset Text
36981
36982 \begin_layout Plain Layout
36983 Text
36984 \end_layout
36985
36986 \end_inset
36987 </cell>
36988 <cell alignment="center" valignment="top" topline="true" usebox="none">
36989 \begin_inset Text
36990
36991 \begin_layout Plain Layout
36992 \begin_inset Graphics
36993         filename ../../images/dialog-show-new-inset_graphics.png
36994         scale 70
36995         scaleBeforeRotation
36996
36997 \end_inset
36998
36999
37000 \end_layout
37001
37002 \end_inset
37003 </cell>
37004 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37005 \begin_inset Text
37006
37007 \begin_layout Plain Layout
37008 Text
37009 \end_layout
37010
37011 \end_inset
37012 </cell>
37013 </row>
37014 <row>
37015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37016 \begin_inset Text
37017
37018 \begin_layout Plain Layout
37019 Text
37020 \end_layout
37021
37022 \end_inset
37023 </cell>
37024 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37025 \begin_inset Text
37026
37027 \begin_layout Plain Layout
37028 Text
37029 \end_layout
37030
37031 \end_inset
37032 </cell>
37033 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37034 \begin_inset Text
37035
37036 \begin_layout Plain Layout
37037 Text
37038 \end_layout
37039
37040 \end_inset
37041 </cell>
37042 </row>
37043 </lyxtabular>
37044
37045 \end_inset
37046
37047  
37048 \begin_inset Tabular
37049 <lyxtabular version="3" rows="2" columns="3">
37050 <features rotate="0" tabularvalignment="middle">
37051 <column alignment="center" valignment="top">
37052 <column alignment="center" valignment="top">
37053 <column alignment="center" valignment="top">
37054 <row>
37055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37056 \begin_inset Text
37057
37058 \begin_layout Plain Layout
37059 Text
37060 \end_layout
37061
37062 \end_inset
37063 </cell>
37064 <cell alignment="center" valignment="top" topline="true" usebox="none">
37065 \begin_inset Text
37066
37067 \begin_layout Plain Layout
37068 Text
37069 \end_layout
37070
37071 \end_inset
37072 </cell>
37073 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37074 \begin_inset Text
37075
37076 \begin_layout Plain Layout
37077 Text
37078 \end_layout
37079
37080 \end_inset
37081 </cell>
37082 </row>
37083 <row>
37084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37085 \begin_inset Text
37086
37087 \begin_layout Plain Layout
37088 Text
37089 \end_layout
37090
37091 \end_inset
37092 </cell>
37093 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37094 \begin_inset Text
37095
37096 \begin_layout Plain Layout
37097 \begin_inset Graphics
37098         filename ../../images/dialog-show-new-inset_graphics.png
37099         scale 70
37100         scaleBeforeRotation
37101
37102 \end_inset
37103
37104
37105 \end_layout
37106
37107 \end_inset
37108 </cell>
37109 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113 Text
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 </row>
37119 </lyxtabular>
37120
37121 \end_inset
37122
37123
37124 \end_layout
37125
37126 \begin_layout Standard
37127 \noindent
37128 \align center
37129 \begin_inset Tabular
37130 <lyxtabular version="3" rows="3" columns="2">
37131 <features rotate="0" tabularvalignment="middle">
37132 <column alignment="center" valignment="top">
37133 <column alignment="center" valignment="top">
37134 <row>
37135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37136 \begin_inset Text
37137
37138 \begin_layout Plain Layout
37139 Text
37140 \end_layout
37141
37142 \end_inset
37143 </cell>
37144 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37145 \begin_inset Text
37146
37147 \begin_layout Plain Layout
37148 Text
37149 \end_layout
37150
37151 \end_inset
37152 </cell>
37153 </row>
37154 <row>
37155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37156 \begin_inset Text
37157
37158 \begin_layout Plain Layout
37159 \begin_inset Graphics
37160         filename ../../images/dialog-show-new-inset_graphics.png
37161         scale 70
37162         scaleBeforeRotation
37163
37164 \end_inset
37165
37166
37167 \end_layout
37168
37169 \end_inset
37170 </cell>
37171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37172 \begin_inset Text
37173
37174 \begin_layout Plain Layout
37175 Text
37176 \end_layout
37177
37178 \end_inset
37179 </cell>
37180 </row>
37181 <row>
37182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37183 \begin_inset Text
37184
37185 \begin_layout Plain Layout
37186 Text
37187 \end_layout
37188
37189 \end_inset
37190 </cell>
37191 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37192 \begin_inset Text
37193
37194 \begin_layout Plain Layout
37195 Text
37196 \end_layout
37197
37198 \end_inset
37199 </cell>
37200 </row>
37201 </lyxtabular>
37202
37203 \end_inset
37204
37205  
37206 \begin_inset Tabular
37207 <lyxtabular version="3" rows="3" columns="3">
37208 <features rotate="0" tabularvalignment="middle">
37209 <column alignment="center" valignment="top">
37210 <column alignment="center" valignment="top">
37211 <column alignment="center" valignment="top">
37212 <row>
37213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217 Text
37218 \end_layout
37219
37220 \end_inset
37221 </cell>
37222 <cell alignment="center" valignment="top" topline="true" usebox="none">
37223 \begin_inset Text
37224
37225 \begin_layout Plain Layout
37226 Text
37227 \end_layout
37228
37229 \end_inset
37230 </cell>
37231 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37232 \begin_inset Text
37233
37234 \begin_layout Plain Layout
37235 Text
37236 \end_layout
37237
37238 \end_inset
37239 </cell>
37240 </row>
37241 <row>
37242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37243 \begin_inset Text
37244
37245 \begin_layout Plain Layout
37246 Text
37247 \end_layout
37248
37249 \end_inset
37250 </cell>
37251 <cell alignment="center" valignment="top" usebox="none">
37252 \begin_inset Text
37253
37254 \begin_layout Plain Layout
37255 \begin_inset Graphics
37256         filename ../../images/dialog-show-new-inset_graphics.png
37257         scale 70
37258         scaleBeforeRotation
37259
37260 \end_inset
37261
37262
37263 \end_layout
37264
37265 \end_inset
37266 </cell>
37267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37268 \begin_inset Text
37269
37270 \begin_layout Plain Layout
37271 Text
37272 \end_layout
37273
37274 \end_inset
37275 </cell>
37276 </row>
37277 <row>
37278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37279 \begin_inset Text
37280
37281 \begin_layout Plain Layout
37282 Text
37283 \end_layout
37284
37285 \end_inset
37286 </cell>
37287 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37288 \begin_inset Text
37289
37290 \begin_layout Plain Layout
37291 Text
37292 \end_layout
37293
37294 \end_inset
37295 </cell>
37296 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37297 \begin_inset Text
37298
37299 \begin_layout Plain Layout
37300 Text
37301 \end_layout
37302
37303 \end_inset
37304 </cell>
37305 </row>
37306 </lyxtabular>
37307
37308 \end_inset
37309
37310  
37311 \begin_inset Tabular
37312 <lyxtabular version="3" rows="3" columns="2">
37313 <features rotate="0" tabularvalignment="middle">
37314 <column alignment="center" valignment="top">
37315 <column alignment="center" valignment="top">
37316 <row>
37317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37318 \begin_inset Text
37319
37320 \begin_layout Plain Layout
37321 Text
37322 \end_layout
37323
37324 \end_inset
37325 </cell>
37326 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37327 \begin_inset Text
37328
37329 \begin_layout Plain Layout
37330 Text
37331 \end_layout
37332
37333 \end_inset
37334 </cell>
37335 </row>
37336 <row>
37337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37338 \begin_inset Text
37339
37340 \begin_layout Plain Layout
37341 Text
37342 \end_layout
37343
37344 \end_inset
37345 </cell>
37346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37347 \begin_inset Text
37348
37349 \begin_layout Plain Layout
37350 \begin_inset Graphics
37351         filename ../../images/dialog-show-new-inset_graphics.png
37352         scale 70
37353         scaleBeforeRotation
37354
37355 \end_inset
37356
37357
37358 \end_layout
37359
37360 \end_inset
37361 </cell>
37362 </row>
37363 <row>
37364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37365 \begin_inset Text
37366
37367 \begin_layout Plain Layout
37368 Text
37369 \end_layout
37370
37371 \end_inset
37372 </cell>
37373 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37374 \begin_inset Text
37375
37376 \begin_layout Plain Layout
37377 Text
37378 \end_layout
37379
37380 \end_inset
37381 </cell>
37382 </row>
37383 </lyxtabular>
37384
37385 \end_inset
37386
37387
37388 \end_layout
37389
37390 \begin_layout Standard
37391 \noindent
37392 kann man das LaTeX-Paket 
37393 \series bold
37394 picinpar
37395 \series default
37396
37397 \begin_inset Index idx
37398 status collapsed
37399
37400 \begin_layout Plain Layout
37401 LaTeX-Pakete ! picinpar
37402 \end_layout
37403
37404 \end_inset
37405
37406  benutzen.
37407  Hier ist ein Beispiel:
37408 \end_layout
37409
37410 \begin_layout Standard
37411 \begin_inset ERT
37412 status collapsed
37413
37414 \begin_layout Plain Layout
37415
37416
37417 \backslash
37418 ifpicinpar
37419 \end_layout
37420
37421 \end_inset
37422
37423
37424 \begin_inset Note Note
37425 status open
37426
37427 \begin_layout Plain Layout
37428 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37429 \series bold
37430 picinpar
37431 \series default
37432  installiert ist.
37433 \end_layout
37434
37435 \end_inset
37436
37437
37438 \end_layout
37439
37440 \begin_layout Standard
37441 \begin_inset ERT
37442 status collapsed
37443
37444 \begin_layout Plain Layout
37445
37446
37447 \backslash
37448 begin{window}[2,c,{
37449 \end_layout
37450
37451 \end_inset
37452
37453
37454 \begin_inset Graphics
37455         filename ../clipart/mobius.eps
37456         lyxscale 60
37457         width 40col%
37458         scaleBeforeRotation
37459         rotateOrigin center
37460
37461 \end_inset
37462
37463
37464 \begin_inset ERT
37465 status collapsed
37466
37467 \begin_layout Plain Layout
37468
37469 },]
37470 \end_layout
37471
37472 \begin_layout Plain Layout
37473
37474 {}
37475 \end_layout
37476
37477 \end_inset
37478
37479
37480 \size small
37481 \lang english
37482 It was in the spring of the year 1894 that all London was interested, and
37483  the fashionable world dismayed, by the murder of the Honourable Ronald
37484  Adair under most unusual and inexplicable circumstances.
37485  The public has already learned those particulars of the crime which
37486 \size default
37487
37488 \begin_inset ERT
37489 status collapsed
37490
37491 \begin_layout Plain Layout
37492
37493
37494 \backslash
37495 footnotemark{}
37496 \end_layout
37497
37498 \end_inset
37499
37500
37501 \size small
37502  came out in the police investigation, but a good deal was suppressed upon
37503  that occasion, since the case for the prosecution was so overwhelmingly
37504  strong that it was not necessary to bring forward all the facts.
37505  Only now, at the end of nearly ten years, am I allowed to supply those
37506  missing links which make up the whole of that remarkable chain.
37507 \size default
37508 \lang ngerman
37509
37510 \begin_inset ERT
37511 status collapsed
37512
37513 \begin_layout Plain Layout
37514
37515
37516 \backslash
37517 end{window}
37518 \end_layout
37519
37520 \end_inset
37521
37522
37523 \end_layout
37524
37525 \begin_layout Standard
37526 \begin_inset ERT
37527 status collapsed
37528
37529 \begin_layout Plain Layout
37530
37531
37532 \backslash
37533 footnotetext{
37534 \end_layout
37535
37536 \end_inset
37537
37538 Fußnote des Absatzes mit fixem Objekt.
37539 \begin_inset ERT
37540 status collapsed
37541
37542 \begin_layout Plain Layout
37543
37544 }
37545 \end_layout
37546
37547 \end_inset
37548
37549
37550 \end_layout
37551
37552 \begin_layout Standard
37553 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37554  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37555  vertikale Position im Text bestimmen kann.
37556  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37557  beschriftet werden.
37558 \end_layout
37559
37560 \begin_layout Standard
37561 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37562  Befehl
37563 \end_layout
37564
37565 \begin_layout Standard
37566
37567 \series bold
37568
37569 \backslash
37570 begin{window}[2,c,{
37571 \end_layout
37572
37573 \begin_layout Standard
37574 als TeX-Code einfügt.
37575  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37576  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37577  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37578  Danach fügt man das Objekt ein.
37579  In diesem Beispiel wurde ein Bild der Breite von 40
37580 \begin_inset space \thinspace{}
37581 \end_inset
37582
37583 % der Textspaltenbreite eingefügt.
37584  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37585  Nach dem Objekt fügt man den Befehl
37586 \end_layout
37587
37588 \begin_layout Standard
37589
37590 \series bold
37591 },Beschreibungstext]
37592 \begin_inset Newline newline
37593 \end_inset
37594
37595 {}
37596 \end_layout
37597
37598 \begin_layout Standard
37599 ein.
37600  Man beachte dass das 
37601 \begin_inset Quotes gld
37602 \end_inset
37603
37604
37605 \series bold
37606 {}
37607 \series default
37608
37609 \begin_inset Quotes grd
37610 \end_inset
37611
37612  in der zweiten Zeile steht.
37613  Der Beschreibungstext ist optional.
37614  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37615  das Objekt befinden, also direkt nach dem 
37616 \series bold
37617 {}
37618 \series default
37619  beginnen.
37620  Am Ende des Absatzes fügt man folgenden Befehl ein:
37621 \end_layout
37622
37623 \begin_layout Standard
37624
37625 \series bold
37626
37627 \backslash
37628 end{window}
37629 \end_layout
37630
37631 \begin_layout Standard
37632 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37633  man muss stattdessen den Befehl 
37634 \series bold
37635
37636 \backslash
37637 footnotemark
37638 \series default
37639  verwenden.
37640  Außerhalb des Absatzes den Befehl 
37641 \series bold
37642
37643 \backslash
37644 footnotetext
37645 \series default
37646 , wie es in Abschnitt
37647 \begin_inset space ~
37648 \end_inset
37649
37650
37651 \begin_inset CommandInset ref
37652 LatexCommand ref
37653 reference "abs:Fußnoten"
37654
37655 \end_inset
37656
37657  beschrieben ist.
37658 \end_layout
37659
37660 \begin_layout Standard
37661 \begin_inset ERT
37662 status collapsed
37663
37664 \begin_layout Plain Layout
37665
37666
37667 \backslash
37668 else
37669 \end_layout
37670
37671 \end_inset
37672
37673
37674 \begin_inset Note Note
37675 status open
37676
37677 \begin_layout Plain Layout
37678 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
37679 \series bold
37680 picinpar
37681 \series default
37682  nicht installiert ist:
37683 \end_layout
37684
37685 \end_inset
37686
37687
37688 \end_layout
37689
37690 \begin_layout Standard
37691 Das LaTeX-Paket 
37692 \series bold
37693 picinpar
37694 \series default
37695  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37696 \end_layout
37697
37698 \begin_layout Standard
37699 \begin_inset ERT
37700 status collapsed
37701
37702 \begin_layout Plain Layout
37703
37704
37705 \backslash
37706 fi
37707 \end_layout
37708
37709 \end_inset
37710
37711
37712 \end_layout
37713
37714 \begin_layout Section
37715 Initiale
37716 \begin_inset Index idx
37717 status collapsed
37718
37719 \begin_layout Plain Layout
37720 Initiale
37721 \end_layout
37722
37723 \end_inset
37724
37725
37726 \begin_inset Index idx
37727 status collapsed
37728
37729 \begin_layout Plain Layout
37730 Umflossene Objekte ! Initiale
37731 \end_layout
37732
37733 \end_inset
37734
37735
37736 \end_layout
37737
37738 \begin_layout Standard
37739 Für Initialen muss das LaTeX-Paket 
37740 \series bold
37741 lettrine
37742 \series default
37743
37744 \begin_inset Index idx
37745 status collapsed
37746
37747 \begin_layout Plain Layout
37748 LaTeX-Pakete ! lettrine
37749 \end_layout
37750
37751 \end_inset
37752
37753  installiert sein und das Modul 
37754 \family sans
37755 Initialen
37756 \family default
37757  im Dokument verwendet werden (Menü 
37758 \family sans
37759 Dokument\SpecialChar \menuseparator
37760 Einstellungen\SpecialChar \menuseparator
37761 Module
37762 \family default
37763 ).
37764  Um eine Initiale einzufügen, verwendet man den Stil 
37765 \family sans
37766 Initiale
37767 \family default
37768 .
37769  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37770  Die Argumente werden über das Menü 
37771 \family sans
37772 Einfügen
37773 \family default
37774  eingefügt.
37775  Das obligatorische Argument 
37776 \family sans
37777 Initiale
37778 \family default
37779  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37780 \family sans
37781 Rest
37782 \begin_inset space ~
37783 \end_inset
37784
37785 der
37786 \begin_inset space ~
37787 \end_inset
37788
37789 Initiale
37790 \family default
37791  enthält den Rest des Wortes oder Textes der Initiale.
37792  Das Argument 
37793 \family sans
37794 Optionen
37795 \family default
37796  enthält Parameter um die Initiale zu modifizieren.
37797  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37798  von 
37799 \series bold
37800 lettrine
37801 \series default
37802
37803 \begin_inset CommandInset citation
37804 LatexCommand cite
37805 key "lettrine"
37806
37807 \end_inset
37808
37809 .
37810  Der Stil selbst enthält den Text, der die Initiale umgibt.
37811  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37812  Initiale ist, in 
37813 \shape smallcaps
37814 Kapitälchen
37815 \shape default
37816  gedruckt wird.
37817 \end_layout
37818
37819 \begin_layout Standard
37820 Hier sind einige Beispiele:
37821 \end_layout
37822
37823 \begin_layout Standard
37824 \begin_inset ERT
37825 status collapsed
37826
37827 \begin_layout Plain Layout
37828
37829
37830 \backslash
37831 iflettrine
37832 \end_layout
37833
37834 \end_inset
37835
37836
37837 \begin_inset Note Note
37838 status open
37839
37840 \begin_layout Plain Layout
37841 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37842 \series bold
37843 lettrine
37844 \series default
37845  installiert ist.
37846 \end_layout
37847
37848 \end_inset
37849
37850
37851 \end_layout
37852
37853 \begin_layout Enumerate
37854 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37855
37856 \begin_inset Formula $\mathfrak{Fraktur}$
37857 \end_inset
37858
37859 :
37860 \end_layout
37861
37862 \begin_deeper
37863 \begin_layout Initial
37864 \begin_inset Argument 2
37865 status open
37866
37867 \begin_layout Plain Layout
37868 \begin_inset Formula $\mathfrak{I}$
37869 \end_inset
37870
37871
37872 \end_layout
37873
37874 \end_inset
37875
37876
37877 \begin_inset Argument 3
37878 status open
37879
37880 \begin_layout Plain Layout
37881 t
37882 \end_layout
37883
37884 \end_inset
37885
37886  
37887 \lang english
37888 was in the spring of the year 1894 that all London was interested, and the
37889  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37890  under most unusual and inexplicable circumstances.
37891  The public has already learned those particulars of the crime which came
37892  out in the police investigation, but a good deal was suppressed upon that
37893  occasion, since the case for the prosecution was so overwhelmingly strong
37894  that it was not necessary to bring forward all the facts.
37895 \end_layout
37896
37897 \end_deeper
37898 \begin_layout Enumerate
37899 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37900  besteht und kein Text ist in 
37901 \shape smallcaps
37902 Kapitälchen
37903 \shape default
37904 :
37905 \end_layout
37906
37907 \begin_deeper
37908 \begin_layout Initial
37909 \begin_inset Argument 1
37910 status open
37911
37912 \begin_layout Plain Layout
37913 lines=1
37914 \end_layout
37915
37916 \end_inset
37917
37918
37919 \begin_inset Argument 2
37920 status open
37921
37922 \begin_layout Plain Layout
37923 It
37924 \end_layout
37925
37926 \end_inset
37927
37928  
37929 \lang english
37930 was in the spring of the year 1894 that all London was interested, and the
37931  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37932  under most unusual and inexplicable circumstances.
37933  The public has already learned those particulars of the crime which came
37934  out in the police investigation, but a good deal was suppressed upon that
37935  occasion, since the case for the prosecution was so overwhelmingly strong
37936  that it was not necessary to bring forward all the facts.
37937 \end_layout
37938
37939 \end_deeper
37940 \begin_layout Enumerate
37941 Magenta, hängende Initiale über 3
37942 \begin_inset space ~
37943 \end_inset
37944
37945 Zeilen in der Mathe-Schrift
37946 \begin_inset Newline newline
37947 \end_inset
37948
37949  
37950 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37951 \end_inset
37952
37953 , der Text 
37954 \begin_inset Quotes gld
37955 \end_inset
37956
37957
37958 \lang english
37959 t was in the spring
37960 \lang ngerman
37961
37962 \begin_inset Quotes erd
37963 \end_inset
37964
37965  ist in 
37966 \shape smallcaps
37967 Kapitälchen
37968 \shape default
37969 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37970 \begin_inset Newline newline
37971 \end_inset
37972
37973
37974 \series bold
37975
37976 \backslash
37977 renewcommand{
37978 \backslash
37979 LettrineFontHook}{
37980 \backslash
37981 color{Farbe}}
37982 \series default
37983
37984 \begin_inset Newline newline
37985 \end_inset
37986
37987 wobei 
37988 \emph on
37989 Farbe
37990 \emph default
37991  
37992 \begin_inset Quotes gld
37993 \end_inset
37994
37995 red
37996 \begin_inset Quotes erd
37997 \end_inset
37998
37999
38000 \begin_inset Quotes gld
38001 \end_inset
38002
38003 blue
38004 \begin_inset Quotes erd
38005 \end_inset
38006
38007
38008 \begin_inset Quotes gld
38009 \end_inset
38010
38011 green
38012 \begin_inset Quotes erd
38013 \end_inset
38014
38015
38016 \begin_inset Quotes gld
38017 \end_inset
38018
38019 yellow
38020 \begin_inset Quotes erd
38021 \end_inset
38022
38023
38024 \begin_inset Quotes gld
38025 \end_inset
38026
38027 cyan
38028 \begin_inset Quotes erd
38029 \end_inset
38030
38031
38032 \begin_inset Quotes gld
38033 \end_inset
38034
38035 magenta
38036 \begin_inset Quotes erd
38037 \end_inset
38038
38039
38040 \begin_inset Quotes gld
38041 \end_inset
38042
38043 black
38044 \begin_inset Quotes erd
38045 \end_inset
38046
38047  oder 
38048 \begin_inset Quotes gld
38049 \end_inset
38050
38051 white
38052 \begin_inset Quotes erd
38053 \end_inset
38054
38055  sein kann, und diesen Befehl zum LaTeX-Vorspann hinzufügen:
38056 \begin_inset Newline newline
38057 \end_inset
38058
38059
38060 \series bold
38061
38062 \backslash
38063 @ifundefined{textcolor}
38064 \begin_inset Newline newline
38065 \end_inset
38066
38067
38068 \begin_inset space ~
38069 \end_inset
38070
38071 {
38072 \backslash
38073 usepackage{color}}{}
38074 \end_layout
38075
38076 \begin_deeper
38077 \begin_layout Standard
38078 \begin_inset ERT
38079 status collapsed
38080
38081 \begin_layout Plain Layout
38082
38083
38084 \backslash
38085 renewcommand{
38086 \backslash
38087 LettrineFontHook}{
38088 \backslash
38089 color{magenta}}
38090 \end_layout
38091
38092 \end_inset
38093
38094
38095 \begin_inset Note Note
38096 status open
38097
38098 \begin_layout Plain Layout
38099 macht die Initiale magenta
38100 \end_layout
38101
38102 \end_inset
38103
38104
38105 \end_layout
38106
38107 \begin_layout Initial
38108 \begin_inset Argument 1
38109 status open
38110
38111 \begin_layout Plain Layout
38112 lines=3, lhang=0.33, loversize=0.25
38113 \end_layout
38114
38115 \end_inset
38116
38117
38118 \begin_inset Argument 2
38119 status open
38120
38121 \begin_layout Plain Layout
38122 \begin_inset Formula $\mathcal{I}$
38123 \end_inset
38124
38125
38126 \end_layout
38127
38128 \end_inset
38129
38130
38131 \begin_inset Argument 3
38132 status open
38133
38134 \begin_layout Plain Layout
38135
38136 \lang english
38137 t was in the spring
38138 \end_layout
38139
38140 \end_inset
38141
38142  
38143 \lang english
38144 of the year 1894 that all London was interested, and the fashionable world
38145  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38146  and inexplicable circumstances.
38147  The public has already learned those particulars of the crime which came
38148  out in the police investigation, but a good deal was suppressed upon that
38149  occasion, since the case for the prosecution was so overwhelmingly strong
38150  that it was not necessary to bring forward all the facts.
38151 \end_layout
38152
38153 \end_deeper
38154 \begin_layout Standard
38155 \begin_inset ERT
38156 status collapsed
38157
38158 \begin_layout Plain Layout
38159
38160
38161 \backslash
38162 else
38163 \end_layout
38164
38165 \end_inset
38166
38167
38168 \begin_inset Note Note
38169 status open
38170
38171 \begin_layout Plain Layout
38172 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38173 \series bold
38174 lettrine
38175 \series default
38176  nicht installiert ist:
38177 \end_layout
38178
38179 \end_inset
38180
38181
38182 \end_layout
38183
38184 \begin_layout Standard
38185 Das LaTeX-Paket 
38186 \series bold
38187 lettrine
38188 \series default
38189  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38190 \end_layout
38191
38192 \begin_layout Standard
38193 \begin_inset ERT
38194 status collapsed
38195
38196 \begin_layout Plain Layout
38197
38198
38199 \backslash
38200 fi
38201 \end_layout
38202
38203 \end_inset
38204
38205
38206 \end_layout
38207
38208 \begin_layout Chapter
38209 Externe Dateien
38210 \begin_inset Index idx
38211 status collapsed
38212
38213 \begin_layout Plain Layout
38214 Dateien ! externe
38215 \end_layout
38216
38217 \end_inset
38218
38219
38220 \end_layout
38221
38222 \begin_layout Standard
38223 Mit 
38224 \family sans
38225 Einfügen\SpecialChar \menuseparator
38226 Datei
38227 \family default
38228  können Sie fremdes Material in Ihr Dokument einsetzen.
38229  Das kann folgendes sein:
38230 \end_layout
38231
38232 \begin_layout Description
38233 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
38234  eingefügt.
38235 \end_layout
38236
38237 \begin_layout Description
38238 Einfacher
38239 \begin_inset space ~
38240 \end_inset
38241
38242 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38243  eingefügt.
38244 \end_layout
38245
38246 \begin_layout Description
38247 Einfacher
38248 \begin_inset space ~
38249 \end_inset
38250
38251 Text,
38252 \begin_inset space ~
38253 \end_inset
38254
38255 Zeilen
38256 \begin_inset space ~
38257 \end_inset
38258
38259 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38260  Leerzeilen trennen die Absätze.
38261 \end_layout
38262
38263 \begin_layout Description
38264 Externes
38265 \begin_inset space ~
38266 \end_inset
38267
38268 Material Dateien in verschiedenen Formaten.
38269 \end_layout
38270
38271 \begin_layout Description
38272 Unterdokument LyX- oder LaTeX-Dokumente.
38273 \end_layout
38274
38275 \begin_layout Section
38276 Externes Material
38277 \begin_inset Index idx
38278 status collapsed
38279
38280 \begin_layout Plain Layout
38281 Externes Material
38282 \end_layout
38283
38284 \end_inset
38285
38286
38287 \end_layout
38288
38289 \begin_layout Standard
38290 Mit 
38291 \family sans
38292 Einfügen\SpecialChar \menuseparator
38293 Datei\SpecialChar \menuseparator
38294  Externes Material
38295 \family default
38296  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38297  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38298  weil LyX sich darum kümmert.
38299  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
38300  eingefügt werden können.
38301  Wenn die Grafikvorschau in den LyX-Einstellungen unter
38302 \family sans
38303  Aussehen
38304 \begin_inset space ~
38305 \end_inset
38306
38307 &
38308 \begin_inset space ~
38309 \end_inset
38310
38311 Handhabung\SpecialChar \menuseparator
38312 Grafik
38313 \family default
38314 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
38315 \end_layout
38316
38317 \begin_layout Standard
38318 Zur Zeit können Sie folgende Dateitypen (
38319 \family sans
38320 Vorlagen
38321 \family default
38322 ) benutzen:
38323 \end_layout
38324
38325 \begin_layout Description
38326 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38327 \series bold
38328
38329 \begin_inset CommandInset href
38330 LatexCommand href
38331 name "XBoard"
38332 target "http://de.wikipedia.org/wiki/XBoard"
38333
38334 \end_inset
38335
38336
38337 \series default
38338  erzeugt wurden.
38339 \end_layout
38340
38341 \begin_layout Description
38342 Datum fügt ein Datum mit dem Format 
38343 \emph on
38344 Tag-Monat-Jahr
38345 \emph default
38346  ein.
38347  Hier ist ein Beispiel: 
38348 \begin_inset External
38349         template Date
38350         filename .
38351
38352 \end_inset
38353
38354
38355 \begin_inset space ~
38356 \end_inset
38357
38358
38359 \begin_inset Note Note
38360 status open
38361
38362 \begin_layout Plain Layout
38363
38364 \lang english
38365 Remove the protected space when bug 4398 is fixed!
38366 \end_layout
38367
38368 \end_inset
38369
38370
38371 \begin_inset Newline newline
38372 \end_inset
38373
38374 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
38375  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38376  Menü 
38377 \family sans
38378 Einfügen\SpecialChar \menuseparator
38379 Datum
38380 \family default
38381  und mit dem LaTeX-Befehl 
38382 \series bold
38383
38384 \backslash
38385 today
38386 \series default
38387 .
38388  Die verschiedenen Methoden werden in Tabelle
38389 \begin_inset space ~
38390 \end_inset
38391
38392
38393 \begin_inset CommandInset ref
38394 LatexCommand ref
38395 reference "tab:Vergleich-der-Datums-Eingaben"
38396
38397 \end_inset
38398
38399  verglichen.
38400 \end_layout
38401
38402 \begin_layout Description
38403 Dia unterstützt Diagramme, die mit dem Programm 
38404 \series bold
38405
38406 \begin_inset CommandInset href
38407 LatexCommand href
38408 name "Dia"
38409 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38410
38411 \end_inset
38412
38413
38414 \series default
38415  erzeugt wurden.
38416 \end_layout
38417
38418 \begin_layout Description
38419 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38420 \series bold
38421
38422 \begin_inset CommandInset href
38423 LatexCommand href
38424 name "Gnumeric"
38425 target "http://de.wikipedia.org/wiki/Gnumeric"
38426
38427 \end_inset
38428
38429
38430 \series default
38431
38432 \begin_inset CommandInset href
38433 LatexCommand href
38434 name "OpenDocument"
38435 target "http://de.wikipedia.org/wiki/OpenDocument"
38436
38437 \end_inset
38438
38439
38440 \begin_inset CommandInset href
38441 LatexCommand href
38442 name "Microsoft Office XML"
38443 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38444
38445 \end_inset
38446
38447  und 
38448 \begin_inset CommandInset href
38449 LatexCommand href
38450 name "Office Open XML"
38451 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38452
38453 \end_inset
38454
38455  einfügen.
38456  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
38457 \family typewriter
38458 ssconvert
38459 \family default
38460  gefunden haben.
38461  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38462  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38463  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
38464 \emph on
38465 spreadsheet.lyx
38466 \emph default
38467 .
38468 \end_layout
38469
38470 \begin_layout Description
38471 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38472  dem Notensatzprogramm 
38473 \series bold
38474
38475 \begin_inset CommandInset href
38476 LatexCommand href
38477 name "LilyPond"
38478 target "http://de.wikipedia.org/wiki/LilyPond"
38479
38480 \end_inset
38481
38482
38483 \series default
38484  gesetzt werden.
38485  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
38486  
38487 \emph on
38488 lilypond.lyx
38489 \emph default
38490 .
38491 \end_layout
38492
38493 \begin_layout Description
38494 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38495  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38496  
38497 \series bold
38498 pages
38499 \series default
38500  im Feld 
38501 \family sans
38502 Option
38503 \family default
38504  in der Karteikarte 
38505 \family sans
38506 LaTeX- und LyX-Optionen
38507 \family default
38508 .
38509  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38510  (man gibt als Option 
38511 \series bold
38512 pages={3,5,6,8}
38513 \series default
38514  an), Seitenbereiche (
38515 \series bold
38516 pages={4-9}
38517 \series default
38518 ) oder eine Kombination davon enthält.
38519  Um leere Seiten einzufügen, verwendet man {}.
38520  Z.
38521 \begin_inset space \thinspace{}
38522 \end_inset
38523
38524 B.
38525  fügt 
38526 \series bold
38527 pages={3,{},8-11,15}
38528 \series default
38529  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38530  Seitenbereiche werden mit der Syntax 
38531 \emph on
38532 Start
38533 \emph default
38534 -
38535 \emph on
38536 Stop
38537 \emph default
38538  angegeben.
38539  Dies wählt alle Seiten von 
38540 \emph on
38541 Start
38542 \emph default
38543  bis 
38544 \emph on
38545 Stop
38546 \emph default
38547  aus.
38548  Wird 
38549 \emph on
38550 Start
38551 \emph default
38552  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38553 \emph on
38554 Stop
38555 \emph default
38556  weggelassen, wird stattdessen die letzte Seite verwendet.
38557  Die letzte Seite kann außerdem mit dem Schlagwort 
38558 \series bold
38559 last
38560 \series default
38561  ausgewählt werden.
38562  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38563 \series bold
38564 pages=-
38565 \series default
38566  fügt also alle Seiten des Dokuments ein und 
38567 \series bold
38568 pages=last-1
38569 \series default
38570  fügt alle Seiten in umgekehrter Reihenfolge ein.
38571  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38572  eingefügt.
38573 \begin_inset Newline newline
38574 \end_inset
38575
38576 Die Option 
38577 \series bold
38578 noautoscale
38579 \series default
38580  fügt die Seiten in ihrer Originalgröße ein.
38581  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38582  dass sie die komplette Breite Ihres Dokuments einnehmen.
38583  In der Karteikarte 
38584 \family sans
38585 Größe und Drehung
38586 \family default
38587  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38588  werden.
38589  Wird eine andere Breite als 100
38590 \begin_inset space \thinspace{}
38591 \end_inset
38592
38593 Größe% verwendet, wird die Option 
38594 \series bold
38595 noautoscale
38596 \series default
38597  überschrieben.
38598  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38599  des LaTeX-Pakets 
38600 \series bold
38601 pdfpages
38602 \series default
38603  
38604 \begin_inset CommandInset citation
38605 LatexCommand cite
38606 key "pdfpages"
38607
38608 \end_inset
38609
38610 .
38611 \begin_inset Index idx
38612 status collapsed
38613
38614 \begin_layout Plain Layout
38615 LaTeX-Pakete ! pdfpages
38616 \end_layout
38617
38618 \end_inset
38619
38620
38621 \begin_inset Newline newline
38622 \end_inset
38623
38624 Um diese Vorlage in einer 
38625 \family sans
38626 Beamer
38627 \family default
38628 -Präsentation zu verwenden, muss zuerst eine 
38629 \family sans
38630 BeendeRahmen
38631 \family default
38632  Umgebung eingefügt werden.
38633  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
38634 \series bold
38635
38636 \backslash
38637 setbeamertemplate{background canvas}{}
38638 \series default
38639 .
38640  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38641  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38642  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38643  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38644  sicher, dass die Ausrichtung 
38645 \family sans
38646 Standard
38647 \family default
38648  für den Absatz verwendet wird, der die Vorlage enthält.
38649 \begin_inset Newline newline
38650 \end_inset
38651
38652 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38653 \begin_inset External
38654         template PDFPages
38655         filename ../clipart/Abstract.pdf
38656         extra LaTeX "pages=-"
38657         rotateAngle -5
38658         rotateOrigin bottomleft
38659         width 50col%
38660
38661 \end_inset
38662
38663
38664 \end_layout
38665
38666 \begin_layout Description
38667 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38668  Die Bilddateien können im Dialogfenster 
38669 \family sans
38670 Externes
38671 \begin_inset space ~
38672 \end_inset
38673
38674 Material
38675 \family default
38676  genauso behandelt werden wie die mit dem normalen 
38677 \family sans
38678 Grafik
38679 \family default
38680 -Dialog eingefügten, siehe Abschnitt
38681 \begin_inset space ~
38682 \end_inset
38683
38684
38685 \begin_inset CommandInset ref
38686 LatexCommand ref
38687 reference "abs:Grafik-Dialog"
38688
38689 \end_inset
38690
38691 .
38692  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38693  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38694  Hier ist ein eingefügtes Rasterbild: 
38695 \begin_inset External
38696         template RasterImage
38697         filename ../clipart/ToolbarEnvBox.png
38698
38699 \end_inset
38700
38701
38702 \end_layout
38703
38704 \begin_layout Description
38705 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38706 \series bold
38707
38708 \begin_inset CommandInset href
38709 LatexCommand href
38710 name "Xfig"
38711 target "http://de.wikipedia.org/wiki/Xfig"
38712
38713 \end_inset
38714
38715
38716 \series default
38717  erzeugt wurden.
38718 \end_layout
38719
38720 \begin_layout Standard
38721 \begin_inset Float table
38722 placement !h
38723 wide false
38724 sideways false
38725 status open
38726
38727 \begin_layout Plain Layout
38728 \begin_inset Caption Standard
38729
38730 \begin_layout Plain Layout
38731 \begin_inset CommandInset label
38732 LatexCommand label
38733 name "tab:Vergleich-der-Datums-Eingaben"
38734
38735 \end_inset
38736
38737 Vergleich der Datums-Eingaben
38738 \end_layout
38739
38740 \end_inset
38741
38742
38743 \end_layout
38744
38745 \begin_layout Plain Layout
38746 \align center
38747 \begin_inset Tabular
38748 <lyxtabular version="3" rows="4" columns="4">
38749 <features rotate="0" tabularvalignment="middle">
38750 <column alignment="center" valignment="top">
38751 <column alignment="center" valignment="top">
38752 <column alignment="center" valignment="top">
38753 <column alignment="center" valignment="top">
38754 <row>
38755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38756 \begin_inset Text
38757
38758 \begin_layout Plain Layout
38759 Dokumentformat
38760 \end_layout
38761
38762 \end_inset
38763 </cell>
38764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38765 \begin_inset Text
38766
38767 \begin_layout Plain Layout
38768
38769 \family sans
38770 Externes Material\SpecialChar \menuseparator
38771 Datum
38772 \end_layout
38773
38774 \end_inset
38775 </cell>
38776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38777 \begin_inset Text
38778
38779 \begin_layout Plain Layout
38780
38781 \family sans
38782 Einfügen\SpecialChar \menuseparator
38783 Datum
38784 \end_layout
38785
38786 \end_inset
38787 </cell>
38788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38789 \begin_inset Text
38790
38791 \begin_layout Plain Layout
38792 Befehl 
38793 \series bold
38794
38795 \backslash
38796 today
38797 \end_layout
38798
38799 \end_inset
38800 </cell>
38801 </row>
38802 <row>
38803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38804 \begin_inset Text
38805
38806 \begin_layout Plain Layout
38807 LyX
38808 \end_layout
38809
38810 \end_inset
38811 </cell>
38812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38813 \begin_inset Text
38814
38815 \begin_layout Plain Layout
38816 als Box
38817 \end_layout
38818
38819 \end_inset
38820 </cell>
38821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38822 \begin_inset Text
38823
38824 \begin_layout Plain Layout
38825 als Datum
38826 \end_layout
38827
38828 \end_inset
38829 </cell>
38830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38831 \begin_inset Text
38832
38833 \begin_layout Plain Layout
38834 als TeX-Code
38835 \end_layout
38836
38837 \end_inset
38838 </cell>
38839 </row>
38840 <row>
38841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38842 \begin_inset Text
38843
38844 \begin_layout Plain Layout
38845 LaTeX
38846 \end_layout
38847
38848 \end_inset
38849 </cell>
38850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38851 \begin_inset Text
38852
38853 \begin_layout Plain Layout
38854 als Datum
38855 \end_layout
38856
38857 \end_inset
38858 </cell>
38859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38860 \begin_inset Text
38861
38862 \begin_layout Plain Layout
38863 als Datum
38864 \end_layout
38865
38866 \end_inset
38867 </cell>
38868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38869 \begin_inset Text
38870
38871 \begin_layout Plain Layout
38872 als Befehl
38873 \end_layout
38874
38875 \end_inset
38876 </cell>
38877 </row>
38878 <row>
38879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38880 \begin_inset Text
38881
38882 \begin_layout Plain Layout
38883 DVI, PDF, PS
38884 \end_layout
38885
38886 \end_inset
38887 </cell>
38888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38889 \begin_inset Text
38890
38891 \begin_layout Plain Layout
38892 als Datum
38893 \end_layout
38894
38895 \end_inset
38896 </cell>
38897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38898 \begin_inset Text
38899
38900 \begin_layout Plain Layout
38901 als Datum
38902 \end_layout
38903
38904 \end_inset
38905 </cell>
38906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38907 \begin_inset Text
38908
38909 \begin_layout Plain Layout
38910 als Datum
38911 \end_layout
38912
38913 \end_inset
38914 </cell>
38915 </row>
38916 </lyxtabular>
38917
38918 \end_inset
38919
38920
38921 \end_layout
38922
38923 \end_inset
38924
38925
38926 \end_layout
38927
38928 \begin_layout Standard
38929 Wenn Sie im Dialogfenster
38930 \family sans
38931  Externes
38932 \begin_inset space ~
38933 \end_inset
38934
38935 Material 
38936 \family default
38937 in der Karteikarte
38938 \family sans
38939  Datei
38940 \family default
38941  die Option 
38942 \family sans
38943 Entwurf
38944 \family default
38945  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38946 \begin_inset Newline newline
38947 \end_inset
38948
38949 LyX kann externes Material entweder als Box wie hier: 
38950 \begin_inset Graphics
38951         filename clipart/ExternesMaterialQt4.png
38952         scale 85
38953         scaleBeforeRotation
38954
38955 \end_inset
38956
38957  oder als Bild darstellen.
38958  Das hängt davon ab, ob Sie im Dialog
38959 \family sans
38960  
38961 \family default
38962 in der Karteikarte 
38963 \family sans
38964 LaTeX- und LyX-Optionen
38965 \family default
38966  die Option 
38967 \family sans
38968 In
38969 \begin_inset space ~
38970 \end_inset
38971
38972 LyX
38973 \begin_inset space ~
38974 \end_inset
38975
38976 anzeigen
38977 \family default
38978  gewählt haben oder nicht.
38979 \end_layout
38980
38981 \begin_layout Standard
38982 Im LyX-Handbuch 
38983 \family sans
38984 \emph on
38985 Anpassung
38986 \family default
38987 \emph default
38988  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
38989 \end_layout
38990
38991 \begin_layout Section
38992 Unterdokumente
38993 \begin_inset CommandInset label
38994 LatexCommand label
38995 name "abs:Unterdokumente"
38996
38997 \end_inset
38998
38999
39000 \begin_inset Index idx
39001 status collapsed
39002
39003 \begin_layout Plain Layout
39004 Unterdokument
39005 \end_layout
39006
39007 \end_inset
39008
39009
39010 \end_layout
39011
39012 \begin_layout Standard
39013 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39014  oder Abschnitten bestehen.
39015  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39016  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39017  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39018  z.
39019 \begin_inset space \thinspace{}
39020 \end_inset
39021
39022 B.
39023  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
39024 \end_layout
39025
39026 \begin_layout Standard
39027 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39028  müssen, geben Sie im Unterdokument im Menü
39029 \family sans
39030  Dokument\SpecialChar \menuseparator
39031 Einstellungen\SpecialChar \menuseparator
39032 Dokumentklasse
39033 \family default
39034  das Hauptdokument an.
39035  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
39036  bearbeiten.
39037 \end_layout
39038
39039 \begin_layout Standard
39040 Unterdokumente werden in LyX als Box angezeigt: 
39041 \begin_inset Graphics
39042         filename clipart/UnterdokumentQt4.png
39043         scale 85
39044         scaleBeforeRotation
39045
39046 \end_inset
39047
39048  Sie werden über
39049 \family sans
39050  Einfügen\SpecialChar \menuseparator
39051 Datei\SpecialChar \menuseparator
39052 Unterdokument
39053 \family default
39054  eingebunden, was das Dialogfenster
39055 \family sans
39056  Unterdokument
39057 \family default
39058  öffnet.
39059  Für 
39060 \family sans
39061 die Art
39062 \begin_inset space ~
39063 \end_inset
39064
39065 der
39066 \begin_inset space ~
39067 \end_inset
39068
39069 Einbindung
39070 \family default
39071  gibt es dort vier Möglichkeiten:
39072 \end_layout
39073
39074 \begin_layout Description
39075 Include Sie können LyX- und LaTeX-Dokumente einbinden.
39076  Wenn Sie im Dialogfenster
39077 \family sans
39078  Unterdokument
39079 \family default
39080  auf 
39081 \family sans
39082 Bearbeiten
39083 \family default
39084  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39085  und Sie können es editieren.
39086 \begin_inset Newline newline
39087 \end_inset
39088
39089
39090 \end_layout
39091
39092 \begin_layout Standard
39093 Hier wird ein Unterdokument
39094 \family sans
39095  
39096 \family default
39097 per 
39098 \family sans
39099 Include
39100 \family default
39101  eingebunden: 
39102 \begin_inset CommandInset include
39103 LatexCommand include
39104 filename "DummyDocument1.lyx"
39105
39106 \end_inset
39107
39108 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39109  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39110  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39111 s.
39112  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39113 \begin_inset space ~
39114 \end_inset
39115
39116
39117 \begin_inset CommandInset ref
39118 LatexCommand ref
39119 reference "uab:Externer-Unterabschnitt-1"
39120
39121 \end_inset
39122
39123 .
39124 \end_layout
39125
39126 \begin_layout Standard
39127 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39128  wird benutzt.
39129  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39130  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39131  Unterdokumente, die per 
39132 \family sans
39133 Include
39134 \family default
39135  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39136  und enden mit einem Seitenumbruch.
39137 \end_layout
39138
39139 \begin_layout Standard
39140 \begin_inset Note Greyedout
39141 status open
39142
39143 \begin_layout Plain Layout
39144
39145 \series bold
39146 Bemerkung:
39147 \series default
39148  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
39149  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
39150  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
39151  Ergebnissen führen wird.
39152 \end_layout
39153
39154 \end_inset
39155
39156
39157 \end_layout
39158
39159 \begin_layout Description
39160 Input Diese Methode ist 
39161 \family sans
39162 Include
39163 \family default
39164  sehr ähnlich mit folgenden Unterschieden:
39165 \end_layout
39166
39167 \begin_deeper
39168 \begin_layout Itemize
39169 Unterdokumente, die per 
39170 \family sans
39171 Input
39172 \family default
39173  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39174  Seite und enden NICHT mit einem Seitenumbruch.
39175 \end_layout
39176
39177 \begin_layout Itemize
39178 Unterdokumente, die per 
39179 \family sans
39180 Input
39181 \family default
39182  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
39183 \family sans
39184  Unterdokument Vorschau
39185 \begin_inset space ~
39186 \end_inset
39187
39188 anzeigen
39189 \family default
39190  angekreuzt wurde und in den LyX-Einstellungen unter
39191 \family sans
39192  Aussehen
39193 \begin_inset space ~
39194 \end_inset
39195
39196 &
39197 \begin_inset space ~
39198 \end_inset
39199
39200 Handhabung\SpecialChar \menuseparator
39201 Grafik\SpecialChar \menuseparator
39202 Sofortige
39203 \begin_inset space ~
39204 \end_inset
39205
39206 Vorschau
39207 \family default
39208  auf 
39209 \family sans
39210 An
39211 \family default
39212  gesetzt wurde.
39213  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39214  aus.
39215 \end_layout
39216
39217 \begin_layout Itemize
39218 Unterdokumente, die per 
39219 \family sans
39220 Input
39221 \family default
39222  eingebunden werden, können nicht über das Menü 
39223 \family sans
39224 Dokument\SpecialChar \menuseparator
39225 Einstellungen\SpecialChar \menuseparator
39226 Unterdokumente
39227 \family default
39228  unterdrückt werden.
39229 \end_layout
39230
39231 \end_deeper
39232 \begin_layout Standard
39233 Hier ist ein Unterdokument, das mit
39234 \family sans
39235  Input
39236 \family default
39237  eingebunden wurde: 
39238 \begin_inset CommandInset include
39239 LatexCommand input
39240 filename "DummyDocument2.lyx"
39241
39242 \end_inset
39243
39244 .
39245 \end_layout
39246
39247 \begin_layout Description
39248 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39249   In der Druckvorschau wird für den Text der Stil 
39250 \family typewriter
39251 Schreibmaschine
39252 \family default
39253  verwendet.
39254  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39255  Wenn Sie im Dialogfenster
39256 \family sans
39257  Unterdokument Leerzeichen
39258 \begin_inset space ~
39259 \end_inset
39260
39261 bei
39262 \begin_inset space ~
39263 \end_inset
39264
39265 der
39266 \begin_inset space ~
39267 \end_inset
39268
39269 Ausgabe
39270 \begin_inset space ~
39271 \end_inset
39272
39273 kennzeichnen 
39274 \family default
39275 ankreuzen, wird in der Druckvorschau das Zeichen 
39276 \begin_inset Quotes gld
39277 \end_inset
39278
39279
39280 \begin_inset ERT
39281 status collapsed
39282
39283 \begin_layout Plain Layout
39284
39285
39286 \backslash
39287 textvisiblespace 
39288 \end_layout
39289
39290 \end_inset
39291
39292
39293 \begin_inset Quotes grd
39294 \end_inset
39295
39296  für jedes Leerzeichen eingefügt.
39297 \begin_inset Newline newline
39298 \end_inset
39299
39300 Im Gegensatz zu 
39301 \family sans
39302 Einfügen\SpecialChar \menuseparator
39303 Datei\SpecialChar \menuseparator
39304 Einfacher
39305 \begin_inset space ~
39306 \end_inset
39307
39308 Text
39309 \family default
39310  wird bei 
39311 \family sans
39312 Unformatiert
39313 \family default
39314  der Dateiinhalt in LyX nicht dargestellt.
39315 \end_layout
39316
39317 \begin_layout Standard
39318 Hier ist ein Unterdokument, das mit
39319 \family sans
39320  Unformatiert
39321 \family default
39322  eingebunden wurde: 
39323 \begin_inset CommandInset include
39324 LatexCommand verbatiminput
39325 filename "DummyTextDocument.txt"
39326
39327 \end_inset
39328
39329
39330 \begin_inset VSpace bigskip
39331 \end_inset
39332
39333 Hier ist ein Unterdokument, das mit
39334 \family sans
39335  Unformatiert
39336 \family default
39337  eingebunden wurde und
39338 \family sans
39339  Leerzeichen
39340 \begin_inset space ~
39341 \end_inset
39342
39343 bei
39344 \begin_inset space ~
39345 \end_inset
39346
39347 der
39348 \begin_inset space ~
39349 \end_inset
39350
39351 Ausgabe
39352 \begin_inset space ~
39353 \end_inset
39354
39355 kennzeichnen
39356 \family default
39357  angekreuzt hat: 
39358 \begin_inset CommandInset include
39359 LatexCommand verbatiminput*
39360 filename "DummyTextDocument.txt"
39361
39362 \end_inset
39363
39364
39365 \end_layout
39366
39367 \begin_layout Standard
39368 \begin_inset VSpace bigskip
39369 \end_inset
39370
39371
39372 \end_layout
39373
39374 \begin_layout Standard
39375 \begin_inset Note Greyedout
39376 status open
39377
39378 \begin_layout Plain Layout
39379
39380 \series bold
39381 Bemerkung:
39382 \series default
39383  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39384  
39385 \family sans
39386 Unformatiert
39387 \family default
39388  eingebunden werden, am Zeilenende nicht umgebrochen.
39389 \end_layout
39390
39391 \end_inset
39392
39393
39394 \end_layout
39395
39396 \begin_layout Description
39397 Listing Dieser Typ wird in Kapitel
39398 \begin_inset space ~
39399 \end_inset
39400
39401
39402 \begin_inset CommandInset ref
39403 LatexCommand ref
39404 reference "kap:Programm-Code-Listen"
39405
39406 \end_inset
39407
39408  beschrieben.
39409 \end_layout
39410
39411 \begin_layout Standard
39412 \begin_inset Note Greyedout
39413 status open
39414
39415 \begin_layout Plain Layout
39416
39417 \series bold
39418 Bemerkung:
39419 \series default
39420  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39421  das zu LaTeX-Problemen führen.
39422 \end_layout
39423
39424 \end_inset
39425
39426
39427 \end_layout
39428
39429 \begin_layout Standard
39430 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39431  wollen, z.
39432 \begin_inset space \thinspace{}
39433 \end_inset
39434
39435 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39436  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39437  Dies geschieht über das Menü 
39438 \family sans
39439 Dokument\SpecialChar \menuseparator
39440 Einstellungen\SpecialChar \menuseparator
39441 Unterdokumente
39442 \family default
39443 .
39444  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39445  in die Spalte 
39446 \family sans
39447 In Ausgabe einbinden
39448 \family default
39449  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39450  für Unterdokumente möglich ist, die per 
39451 \family sans
39452 Input
39453 \family default
39454  eingebunden wurden).
39455  Wenn die Option 
39456 \family sans
39457 Zähler und Querverweise wahren
39458 \family default
39459  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
39460 \begin_inset space ~
39461 \end_inset
39462
39463 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39464  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39465  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39466  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
39467  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39468  sind, wählen sie die Option nicht.
39469 \end_layout
39470
39471 \begin_layout Standard
39472 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39473 \begin_inset Foot
39474 status collapsed
39475
39476 \begin_layout Plain Layout
39477 Zweige sind im Kapitel 
39478 \emph on
39479 Zweige
39480 \emph default
39481  des LyX 
39482 \emph on
39483 Benutzerhandbuchs
39484 \emph default
39485  erklärt.
39486 \end_layout
39487
39488 \end_inset
39489
39490  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39491  Dateien in der Ausgabe erscheinen.
39492  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39493  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39494  werden.
39495 \end_layout
39496
39497 \begin_layout Chapter
39498 Programm-Code-Listen
39499 \begin_inset CommandInset label
39500 LatexCommand label
39501 name "kap:Programm-Code-Listen"
39502
39503 \end_inset
39504
39505
39506 \begin_inset Index idx
39507 status collapsed
39508
39509 \begin_layout Plain Layout
39510 Listen
39511 \end_layout
39512
39513 \end_inset
39514
39515
39516 \begin_inset Index idx
39517 status collapsed
39518
39519 \begin_layout Plain Layout
39520 Programm-Code
39521 \end_layout
39522
39523 \end_inset
39524
39525
39526 \end_layout
39527
39528 \begin_layout Standard
39529 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39530 \family sans
39531 Einfügen\SpecialChar \menuseparator
39532 Pro\SpecialChar \-
39533 grammlisting
39534 \family default
39535  verwenden.
39536  Das LaTeX-Paket 
39537 \series bold
39538 listings
39539 \series default
39540
39541 \begin_inset Index idx
39542 status collapsed
39543
39544 \begin_layout Plain Layout
39545 LaTeX-Pakete ! listings
39546 \end_layout
39547
39548 \end_inset
39549
39550  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39551 \end_layout
39552
39553 \begin_layout Standard
39554 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39555 rmat der Programm-Code-Liste festlegen.
39556 \end_layout
39557
39558 \begin_layout Standard
39559 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39560  Die Platzierungsoption 
39561 \family sans
39562 Eingebettetes
39563 \begin_inset space ~
39564 \end_inset
39565
39566 Listing
39567 \family default
39568  druckt das Listing in der Zeile wie hier: 
39569 \begin_inset listings
39570 lstparams "language={C++}"
39571 inline true
39572 status open
39573
39574 \begin_layout Plain Layout
39575
39576 int a=5;
39577 \end_layout
39578
39579 \end_inset
39580
39581
39582 \begin_inset Newline newline
39583 \end_inset
39584
39585 Die Option 
39586 \family sans
39587 Gleitobjekt
39588 \family default
39589  erzeugt ein Listing-Gleitobjekt, dessen 
39590 \family sans
39591 Platzierung 
39592 \family default
39593 Sie mit 
39594 \family sans
39595 h
39596 \family default
39597
39598 \family sans
39599 t
39600 \family default
39601
39602 \family sans
39603 b
39604 \family default
39605  und 
39606 \family sans
39607 p
39608 \family default
39609 , analog zu den in Abschnitt
39610 \begin_inset space ~
39611 \end_inset
39612
39613
39614 \begin_inset CommandInset ref
39615 LatexCommand ref
39616 reference "abs:Gleitobjekt-Platzierung"
39617
39618 \end_inset
39619
39620  beschriebenen Platzierungsoptionen festlegen können.
39621  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39622  hintereinander angegeben, z.
39623 \begin_inset space \thinspace{}
39624 \end_inset
39625
39626 B.
39627  
39628 \begin_inset Quotes gld
39629 \end_inset
39630
39631
39632 \family sans
39633 htbp
39634 \family default
39635
39636 \begin_inset Quotes grd
39637 \end_inset
39638
39639 .
39640  Die Option 
39641 \begin_inset Quotes gld
39642 \end_inset
39643
39644 h
39645 \begin_inset Quotes grd
39646 \end_inset
39647
39648  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39649  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39650 \end_layout
39651
39652 \begin_layout Standard
39653 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39654  zu verweisen: Listing
39655 \begin_inset space ~
39656 \end_inset
39657
39658
39659 \begin_inset CommandInset ref
39660 LatexCommand ref
39661 reference "lst:Gleitendes-Programm-Listing"
39662
39663 \end_inset
39664
39665 .
39666  Mit dem Menü 
39667 \family sans
39668 Einfügen\SpecialChar \menuseparator
39669 Liste
39670 \begin_inset space ~
39671 \end_inset
39672
39673 /
39674 \begin_inset space ~
39675 \end_inset
39676
39677 Inhaltsverzeichnis\SpecialChar \menuseparator
39678 Listings Verzeichnis
39679 \family default
39680  kann ein Verzeichnis aller Listings eingefügt werden.
39681  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39682 \end_layout
39683
39684 \begin_layout Standard
39685 \begin_inset listings
39686 lstparams "language=Python"
39687 inline false
39688 status open
39689
39690 \begin_layout Plain Layout
39691
39692 \begin_inset Caption Standard
39693
39694 \begin_layout Plain Layout
39695 \begin_inset CommandInset label
39696 LatexCommand label
39697 name "lst:Gleitendes-Programm-Listing"
39698
39699 \end_inset
39700
39701 Gleitendes Programm-Listing
39702 \end_layout
39703
39704 \end_inset
39705
39706 # Gleitendes Programm-Listing
39707 \end_layout
39708
39709 \begin_layout Plain Layout
39710
39711 def func(param):
39712 \end_layout
39713
39714 \begin_layout Plain Layout
39715
39716     'Dies ist eine Python-Funktion'
39717 \end_layout
39718
39719 \begin_layout Plain Layout
39720
39721     pass
39722 \end_layout
39723
39724 \end_inset
39725
39726
39727 \end_layout
39728
39729 \begin_layout Standard
39730 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39731  der Sprache erkannt und besonders gedruckt, wie 
39732 \emph on
39733 #
39734 \emph default
39735
39736 \emph on
39737 def
39738 \emph default
39739  und 
39740 \emph on
39741 pass
39742 \emph default
39743  in Listing
39744 \begin_inset space ~
39745 \end_inset
39746
39747
39748 \begin_inset CommandInset ref
39749 LatexCommand ref
39750 reference "lst:Gleitendes-Programm-Listing"
39751
39752 \end_inset
39753
39754 .
39755 \end_layout
39756
39757 \begin_layout Standard
39758 \begin_inset Note Greyedout
39759 status open
39760
39761 \begin_layout Plain Layout
39762
39763 \series bold
39764 Bemerkung:
39765 \series default
39766  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39767 \family typewriter
39768 Schreib\SpecialChar \-
39769 maschine
39770 \family default
39771  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39772 h keine fett gedruckten Buchstaben.
39773  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39774 \family sans
39775 Dokument\SpecialChar \menuseparator
39776 Einstellungen\SpecialChar \menuseparator
39777 Schriften
39778 \family default
39779 .
39780  (Die Schriften 
39781 \emph on
39782 LuxiMono, BeraMono
39783 \emph default
39784  und 
39785 \emph on
39786 Courier
39787 \emph default
39788  enthalten fett gedruckte Buchstaben.)
39789 \end_layout
39790
39791 \end_inset
39792
39793
39794 \end_layout
39795
39796 \begin_layout Standard
39797 Im Abschnitt 
39798 \family sans
39799 Zeilennummerierung
39800 \family default
39801  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39802 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39803  jede wievielte Zeile nummeriert werden soll und die 
39804 \family sans
39805 Schriftgröße
39806 \family default
39807  der Nummerierung.
39808 \end_layout
39809
39810 \begin_layout Standard
39811 Im Abschnitt 
39812 \family sans
39813 Bereich
39814 \family default
39815  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39816  Im Abschnitt 
39817 \family sans
39818 Stil
39819 \family default
39820  legen Sie fest, wie die Liste ausgedruckt werden soll.
39821  Die Option 
39822 \family sans
39823 Erweiterte
39824 \begin_inset space ~
39825 \end_inset
39826
39827 Zeichentabelle
39828 \family default
39829  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39830 \end_layout
39831
39832 \begin_layout Standard
39833 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39834 \begin_inset Quotes gld
39835 \end_inset
39836
39837 3
39838 \begin_inset Quotes grd
39839 \end_inset
39840
39841 , Sprache 
39842 \begin_inset Quotes gld
39843 \end_inset
39844
39845 Python
39846 \begin_inset Quotes grd
39847 \end_inset
39848
39849 , Optionen 
39850 \begin_inset Quotes gld
39851 \end_inset
39852
39853 Erweiterte Zeichentabelle
39854 \begin_inset Quotes grd
39855 \end_inset
39856
39857  und 
39858 \begin_inset Quotes gld
39859 \end_inset
39860
39861 Leerzeichen als Symbol
39862 \begin_inset Quotes grd
39863 \end_inset
39864
39865  und Bereich Zeilen 3
39866 \begin_inset space \thinspace{}
39867 \end_inset
39868
39869 -
39870 \begin_inset space \thinspace{}
39871 \end_inset
39872
39873 8:
39874 \end_layout
39875
39876 \begin_layout Standard
39877 \begin_inset listings
39878 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39879 inline false
39880 status open
39881
39882 \begin_layout Plain Layout
39883
39884 def func(param):
39885 \end_layout
39886
39887 \begin_layout Plain Layout
39888
39889     'Dies ist eine Python-Funktion'
39890 \end_layout
39891
39892 \begin_layout Plain Layout
39893
39894     pass
39895 \end_layout
39896
39897 \begin_layout Plain Layout
39898
39899 def func(param):
39900 \end_layout
39901
39902 \begin_layout Plain Layout
39903
39904 'Sonderzeichen: Tschüß'
39905 \end_layout
39906
39907 \begin_layout Plain Layout
39908
39909 pass
39910 \end_layout
39911
39912 \begin_layout Plain Layout
39913
39914 def func(param):
39915 \end_layout
39916
39917 \begin_layout Plain Layout
39918
39919 'Dies ist eine Python-Funktion'
39920 \end_layout
39921
39922 \begin_layout Plain Layout
39923
39924 pass
39925 \end_layout
39926
39927 \end_inset
39928
39929
39930 \end_layout
39931
39932 \begin_layout Standard
39933 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39934 \family sans
39935 Tabulatorgröße
39936 \family default
39937  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39938 \end_layout
39939
39940 \begin_layout Standard
39941 \noindent
39942 \begin_inset Note Greyedout
39943 status open
39944
39945 \begin_layout Plain Layout
39946
39947 \series bold
39948 Bemerkung:
39949 \series default
39950  Wegen eines Fehlers im 
39951 \series bold
39952 listings
39953 \series default
39954 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
39955  verschoben.
39956  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
39957  Listing nummeriert werden.
39958 \end_layout
39959
39960 \end_inset
39961
39962
39963 \end_layout
39964
39965 \begin_layout Standard
39966 \begin_inset VSpace bigskip
39967 \end_inset
39968
39969
39970 \end_layout
39971
39972 \begin_layout Standard
39973 \noindent
39974 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
39975  Das machen Sie mit
39976 \family sans
39977  Einfügen\SpecialChar \menuseparator
39978 Datei\SpecialChar \menuseparator
39979 Unterdokument
39980 \family default
39981  und der 
39982 \family sans
39983 Art
39984 \begin_inset space ~
39985 \end_inset
39986
39987 der
39988 \begin_inset space ~
39989 \end_inset
39990
39991 Einbindung
39992 \family default
39993  
39994 \family sans
39995 Listing
39996 \family default
39997 .
39998 \begin_inset Foot
39999 status collapsed
40000
40001 \begin_layout Plain Layout
40002 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40003 \begin_inset space ~
40004 \end_inset
40005
40006
40007 \begin_inset CommandInset ref
40008 LatexCommand ref
40009 reference "abs:Unterdokumente"
40010
40011 \end_inset
40012
40013  beschrieben.
40014 \end_layout
40015
40016 \end_inset
40017
40018  Im Dialogfenster
40019 \family sans
40020  Unterdokument
40021 \family default
40022  können Sie die Listing-Parameter unter 
40023 \family sans
40024 Weitere
40025 \begin_inset space ~
40026 \end_inset
40027
40028 Parameter
40029 \family default
40030  eingeben.
40031  Wenn Sie dort ein Fragezeichen 
40032 \begin_inset Quotes gld
40033 \end_inset
40034
40035 ?
40036 \begin_inset Quotes grd
40037 \end_inset
40038
40039  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40040 det.
40041 \end_layout
40042
40043 \begin_layout Standard
40044 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40045  Text ins Feld 
40046 \family sans
40047 Marke
40048 \family default
40049 , auf die dann wie üblich verwiesen werden kann.
40050 \end_layout
40051
40052 \begin_layout Standard
40053 Listing
40054 \begin_inset space ~
40055 \end_inset
40056
40057
40058 \begin_inset CommandInset ref
40059 LatexCommand ref
40060 reference "lst:Datei-Listing"
40061
40062 \end_inset
40063
40064  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40065 \begin_inset space \thinspace{}
40066 \end_inset
40067
40068 -
40069 \begin_inset space \thinspace{}
40070 \end_inset
40071
40072 15 gedruckt werden.
40073 \end_layout
40074
40075 \begin_layout Standard
40076 \begin_inset CommandInset include
40077 LatexCommand lstinputlisting
40078 filename "EmbeddedObjects.lyx"
40079 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
40080
40081 \end_inset
40082
40083
40084 \end_layout
40085
40086 \begin_layout Standard
40087 \begin_inset VSpace bigskip
40088 \end_inset
40089
40090
40091 \end_layout
40092
40093 \begin_layout Standard
40094 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40095 \end_layout
40096
40097 \begin_layout Enumerate
40098 Öffnen Sie die Listings-Einstellungen und fügen
40099 \begin_inset Newline newline
40100 \end_inset
40101
40102
40103 \family sans
40104 mathescape=true
40105 \family default
40106
40107 \begin_inset Newline newline
40108 \end_inset
40109
40110 in das Feld des Tabs 
40111 \family sans
40112 Erweitert
40113 \family default
40114  ein
40115 \end_layout
40116
40117 \begin_layout Enumerate
40118 Erstellen Sie eine Formel außerhalb des Listings
40119 \end_layout
40120
40121 \begin_layout Enumerate
40122 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40123 blage (Tastenkürzel 
40124 \family sans
40125 Ctrl+C
40126 \family default
40127 )
40128 \end_layout
40129
40130 \begin_layout Enumerate
40131 Schreiben sie 
40132 \begin_inset Quotes gld
40133 \end_inset
40134
40135
40136 \family sans
40137 $$
40138 \family default
40139
40140 \begin_inset Quotes grd
40141 \end_inset
40142
40143  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40144 hen (Tastenkürzel 
40145 \family sans
40146 Ctrl+V
40147 \family default
40148 )
40149 \end_layout
40150
40151 \begin_layout Standard
40152 \begin_inset listings
40153 lstparams "language=Python,mathescape=true"
40154 inline false
40155 status open
40156
40157 \begin_layout Plain Layout
40158
40159 \begin_inset Caption Standard
40160
40161 \begin_layout Plain Layout
40162 Programm-Listing mit einer Formel
40163 \end_layout
40164
40165 \end_inset
40166
40167 # Beispiel-Programm-Listing
40168 \end_layout
40169
40170 \begin_layout Plain Layout
40171
40172 def func(param):
40173 \end_layout
40174
40175 \begin_layout Plain Layout
40176
40177     # $
40178 \backslash
40179 prod_{n=1}^{
40180 \backslash
40181 infty}
40182 \backslash
40183 ,
40184 \backslash
40185 frac{1}{x^{2}}$
40186 \end_layout
40187
40188 \begin_layout Plain Layout
40189
40190     pass
40191 \end_layout
40192
40193 \end_inset
40194
40195
40196 \end_layout
40197
40198 \begin_layout Standard
40199 \begin_inset VSpace bigskip
40200 \end_inset
40201
40202
40203 \end_layout
40204
40205 \begin_layout Standard
40206 \noindent
40207 Dokumentweite Listing-Eigenschaften können im Dialog 
40208 \family sans
40209 Dokument\SpecialChar \menuseparator
40210 Einstellungen\SpecialChar \menuseparator
40211 Listing
40212 \family default
40213  festgelegt werden.
40214  Dort bekommt man durch Eingabe eines Fragezeichens 
40215 \begin_inset Quotes gld
40216 \end_inset
40217
40218 ?
40219 \begin_inset Quotes grd
40220 \end_inset
40221
40222  eine Liste aller möglichen Parameter.
40223 \end_layout
40224
40225 \begin_layout Standard
40226 Weitere Informationen über das 
40227 \series bold
40228 listings
40229 \series default
40230 -Paket finden Sie in 
40231 \begin_inset CommandInset citation
40232 LatexCommand cite
40233 key "listings"
40234
40235 \end_inset
40236
40237 .
40238 \end_layout
40239
40240 \begin_layout Chapter
40241 \start_of_appendix
40242 In LyX verfügbare Maßeinheiten
40243 \begin_inset CommandInset label
40244 LatexCommand label
40245 name "kap:In-LyX-verfügbare"
40246
40247 \end_inset
40248
40249
40250 \begin_inset Index idx
40251 status collapsed
40252
40253 \begin_layout Plain Layout
40254 Einheiten
40255 \end_layout
40256
40257 \end_inset
40258
40259
40260 \end_layout
40261
40262 \begin_layout Standard
40263 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40264  Tabelle
40265 \begin_inset space ~
40266 \end_inset
40267
40268
40269 \begin_inset CommandInset ref
40270 LatexCommand ref
40271 reference "tab:Maßeinheiten"
40272
40273 \end_inset
40274
40275  alle in LyX verfügbaren Maßeinheiten.
40276 \end_layout
40277
40278 \begin_layout Standard
40279 \begin_inset Float table
40280 placement h
40281 wide false
40282 sideways false
40283 status open
40284
40285 \begin_layout Plain Layout
40286 \begin_inset Caption Standard
40287
40288 \begin_layout Plain Layout
40289 \begin_inset CommandInset label
40290 LatexCommand label
40291 name "tab:Maßeinheiten"
40292
40293 \end_inset
40294
40295 Maßeinheiten
40296 \end_layout
40297
40298 \end_inset
40299
40300
40301 \end_layout
40302
40303 \begin_layout Plain Layout
40304 \begin_inset VSpace medskip
40305 \end_inset
40306
40307
40308 \end_layout
40309
40310 \begin_layout Plain Layout
40311 \align center
40312 \begin_inset Tabular
40313 <lyxtabular version="3" rows="20" columns="2">
40314 <features rotate="0" tabularvalignment="middle">
40315 <column alignment="center" valignment="top">
40316 <column alignment="center" valignment="top">
40317 <row>
40318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40319 \begin_inset Text
40320
40321 \begin_layout Plain Layout
40322
40323 \series bold
40324 Maßeinheit
40325 \end_layout
40326
40327 \end_inset
40328 </cell>
40329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40330 \begin_inset Text
40331
40332 \begin_layout Plain Layout
40333
40334 \series bold
40335 Name/Beschreibung
40336 \end_layout
40337
40338 \end_inset
40339 </cell>
40340 </row>
40341 <row>
40342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40343 \begin_inset Text
40344
40345 \begin_layout Plain Layout
40346 mm
40347 \end_layout
40348
40349 \end_inset
40350 </cell>
40351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40352 \begin_inset Text
40353
40354 \begin_layout Plain Layout
40355 Millimeter
40356 \end_layout
40357
40358 \end_inset
40359 </cell>
40360 </row>
40361 <row>
40362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40363 \begin_inset Text
40364
40365 \begin_layout Plain Layout
40366 cm
40367 \end_layout
40368
40369 \end_inset
40370 </cell>
40371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40372 \begin_inset Text
40373
40374 \begin_layout Plain Layout
40375 Zentimeter
40376 \end_layout
40377
40378 \end_inset
40379 </cell>
40380 </row>
40381 <row>
40382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40383 \begin_inset Text
40384
40385 \begin_layout Plain Layout
40386 in
40387 \end_layout
40388
40389 \end_inset
40390 </cell>
40391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40392 \begin_inset Text
40393
40394 \begin_layout Plain Layout
40395 Zoll (1
40396 \begin_inset space \thinspace{}
40397 \end_inset
40398
40399 in = 2.54
40400 \begin_inset space \thinspace{}
40401 \end_inset
40402
40403 cm
40404 \end_layout
40405
40406 \end_inset
40407 </cell>
40408 </row>
40409 <row>
40410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40411 \begin_inset Text
40412
40413 \begin_layout Plain Layout
40414 pt
40415 \end_layout
40416
40417 \end_inset
40418 </cell>
40419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40420 \begin_inset Text
40421
40422 \begin_layout Plain Layout
40423 Punkt (72.27
40424 \begin_inset space \thinspace{}
40425 \end_inset
40426
40427 pt = 1
40428 \begin_inset space \thinspace{}
40429 \end_inset
40430
40431 in)
40432 \end_layout
40433
40434 \end_inset
40435 </cell>
40436 </row>
40437 <row>
40438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40439 \begin_inset Text
40440
40441 \begin_layout Plain Layout
40442 pc
40443 \end_layout
40444
40445 \end_inset
40446 </cell>
40447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40448 \begin_inset Text
40449
40450 \begin_layout Plain Layout
40451 Pica (1
40452 \begin_inset space \thinspace{}
40453 \end_inset
40454
40455 pc = 12
40456 \begin_inset space \thinspace{}
40457 \end_inset
40458
40459 pt)
40460 \end_layout
40461
40462 \end_inset
40463 </cell>
40464 </row>
40465 <row>
40466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40467 \begin_inset Text
40468
40469 \begin_layout Plain Layout
40470 sp
40471 \end_layout
40472
40473 \end_inset
40474 </cell>
40475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40476 \begin_inset Text
40477
40478 \begin_layout Plain Layout
40479 skalierter Punkt (65536
40480 \begin_inset space \thinspace{}
40481 \end_inset
40482
40483 sp = 1
40484 \begin_inset space \thinspace{}
40485 \end_inset
40486
40487 pt)
40488 \end_layout
40489
40490 \end_inset
40491 </cell>
40492 </row>
40493 <row>
40494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40495 \begin_inset Text
40496
40497 \begin_layout Plain Layout
40498 bp
40499 \end_layout
40500
40501 \end_inset
40502 </cell>
40503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40504 \begin_inset Text
40505
40506 \begin_layout Plain Layout
40507 großer Punkt (72
40508 \begin_inset space \thinspace{}
40509 \end_inset
40510
40511 bp = 1
40512 \begin_inset space \thinspace{}
40513 \end_inset
40514
40515 in)
40516 \end_layout
40517
40518 \end_inset
40519 </cell>
40520 </row>
40521 <row>
40522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40523 \begin_inset Text
40524
40525 \begin_layout Plain Layout
40526 dd
40527 \end_layout
40528
40529 \end_inset
40530 </cell>
40531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40532 \begin_inset Text
40533
40534 \begin_layout Plain Layout
40535 Didot (1
40536 \begin_inset space \thinspace{}
40537 \end_inset
40538
40539 dd 
40540 \begin_inset Formula $\approx$
40541 \end_inset
40542
40543  0,376
40544 \begin_inset space \thinspace{}
40545 \end_inset
40546
40547 mm)
40548 \end_layout
40549
40550 \end_inset
40551 </cell>
40552 </row>
40553 <row>
40554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40555 \begin_inset Text
40556
40557 \begin_layout Plain Layout
40558 cc
40559 \end_layout
40560
40561 \end_inset
40562 </cell>
40563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40564 \begin_inset Text
40565
40566 \begin_layout Plain Layout
40567 Cicero (1
40568 \begin_inset space \thinspace{}
40569 \end_inset
40570
40571 cc = 12
40572 \begin_inset space \thinspace{}
40573 \end_inset
40574
40575 dd)
40576 \end_layout
40577
40578 \end_inset
40579 </cell>
40580 </row>
40581 <row>
40582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40583 \begin_inset Text
40584
40585 \begin_layout Plain Layout
40586 Skalierung%
40587 \end_layout
40588
40589 \end_inset
40590 </cell>
40591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40592 \begin_inset Text
40593
40594 \begin_layout Plain Layout
40595 % der originalen Bildbreite
40596 \end_layout
40597
40598 \end_inset
40599 </cell>
40600 </row>
40601 <row>
40602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40603 \begin_inset Text
40604
40605 \begin_layout Plain Layout
40606 Textbreite %
40607 \end_layout
40608
40609 \end_inset
40610 </cell>
40611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40612 \begin_inset Text
40613
40614 \begin_layout Plain Layout
40615 % der Textbreite
40616 \end_layout
40617
40618 \end_inset
40619 </cell>
40620 </row>
40621 <row>
40622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40623 \begin_inset Text
40624
40625 \begin_layout Plain Layout
40626 Spaltenbreite %
40627 \end_layout
40628
40629 \end_inset
40630 </cell>
40631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40632 \begin_inset Text
40633
40634 \begin_layout Plain Layout
40635 % der Spaltenbreite
40636 \end_layout
40637
40638 \end_inset
40639 </cell>
40640 </row>
40641 <row>
40642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40643 \begin_inset Text
40644
40645 \begin_layout Plain Layout
40646 Seitenbreite %
40647 \end_layout
40648
40649 \end_inset
40650 </cell>
40651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40652 \begin_inset Text
40653
40654 \begin_layout Plain Layout
40655 % der Seitenbreite
40656 \end_layout
40657
40658 \end_inset
40659 </cell>
40660 </row>
40661 <row>
40662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40663 \begin_inset Text
40664
40665 \begin_layout Plain Layout
40666 Zeilenbreite %
40667 \end_layout
40668
40669 \end_inset
40670 </cell>
40671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40672 \begin_inset Text
40673
40674 \begin_layout Plain Layout
40675 % der Zeilenbreite
40676 \end_layout
40677
40678 \end_inset
40679 </cell>
40680 </row>
40681 <row>
40682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40683 \begin_inset Text
40684
40685 \begin_layout Plain Layout
40686 Texthöhe %
40687 \end_layout
40688
40689 \end_inset
40690 </cell>
40691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40692 \begin_inset Text
40693
40694 \begin_layout Plain Layout
40695 % der Texthöhe
40696 \end_layout
40697
40698 \end_inset
40699 </cell>
40700 </row>
40701 <row>
40702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40703 \begin_inset Text
40704
40705 \begin_layout Plain Layout
40706 Seitenhöhe %
40707 \end_layout
40708
40709 \end_inset
40710 </cell>
40711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40712 \begin_inset Text
40713
40714 \begin_layout Plain Layout
40715 % der Seitenhöhe
40716 \end_layout
40717
40718 \end_inset
40719 </cell>
40720 </row>
40721 <row>
40722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40723 \begin_inset Text
40724
40725 \begin_layout Plain Layout
40726 ex
40727 \end_layout
40728
40729 \end_inset
40730 </cell>
40731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40732 \begin_inset Text
40733
40734 \begin_layout Plain Layout
40735 Die Höhe des Buchstabens 
40736 \emph on
40737 x
40738 \emph default
40739  im aktiven Zeichensatz
40740 \end_layout
40741
40742 \end_inset
40743 </cell>
40744 </row>
40745 <row>
40746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40747 \begin_inset Text
40748
40749 \begin_layout Plain Layout
40750 em
40751 \end_layout
40752
40753 \end_inset
40754 </cell>
40755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40756 \begin_inset Text
40757
40758 \begin_layout Plain Layout
40759 Die Breite des Buchstabens 
40760 \emph on
40761 M
40762 \emph default
40763  im aktiven Zeichensatz
40764 \end_layout
40765
40766 \end_inset
40767 </cell>
40768 </row>
40769 <row>
40770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40771 \begin_inset Text
40772
40773 \begin_layout Plain Layout
40774 mu
40775 \end_layout
40776
40777 \end_inset
40778 </cell>
40779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40780 \begin_inset Text
40781
40782 \begin_layout Plain Layout
40783 mathematische  Maßeinheit
40784 \series bold
40785  
40786 \series default
40787 (1
40788 \begin_inset space \thinspace{}
40789 \end_inset
40790
40791 mu = 1/18
40792 \begin_inset space \thinspace{}
40793 \end_inset
40794
40795 em)
40796 \end_layout
40797
40798 \end_inset
40799 </cell>
40800 </row>
40801 </lyxtabular>
40802
40803 \end_inset
40804
40805
40806 \end_layout
40807
40808 \end_inset
40809
40810
40811 \end_layout
40812
40813 \begin_layout Chapter
40814 Ausgabedatei-Formate mit Grafiken
40815 \begin_inset CommandInset label
40816 LatexCommand label
40817 name "kap:Ausgabedatei-Formate"
40818
40819 \end_inset
40820
40821
40822 \end_layout
40823
40824 \begin_layout Section
40825 DVI
40826 \begin_inset Index idx
40827 status collapsed
40828
40829 \begin_layout Plain Layout
40830 Dateiformat! DVI
40831 \end_layout
40832
40833 \end_inset
40834
40835
40836 \begin_inset Index idx
40837 status collapsed
40838
40839 \begin_layout Plain Layout
40840 DVI
40841 \end_layout
40842
40843 \end_inset
40844
40845
40846 \end_layout
40847
40848 \begin_layout Standard
40849 Dieser Dateityp hat die Erweiterung 
40850 \begin_inset Quotes gld
40851 \end_inset
40852
40853
40854 \family typewriter
40855 .dvi
40856 \family default
40857
40858 \begin_inset Quotes grd
40859 \end_inset
40860
40861  und wird 
40862 \begin_inset Quotes gld
40863 \end_inset
40864
40865 device independent
40866 \begin_inset Quotes grd
40867 \end_inset
40868
40869  genannt, weil er vollkommen portierbar ist.
40870  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
40871  dvi-Betrachter installiert hat.
40872  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
40873 ate wie PostScript benutzt.
40874 \end_layout
40875
40876 \begin_layout Standard
40877 \begin_inset Note Greyedout
40878 status open
40879
40880 \begin_layout Plain Layout
40881
40882 \series bold
40883 Bemerkung:
40884 \series default
40885  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
40886 \end_layout
40887
40888 \end_inset
40889
40890
40891 \end_layout
40892
40893 \begin_layout Standard
40894 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
40895  auf einen anderen Computer kopieren.
40896  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
40897  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
40898  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
40899 \family typewriter
40900  
40901 \family default
40902 blättern.
40903
40904 \family typewriter
40905  
40906 \family default
40907 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
40908  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
40909  
40910 \end_layout
40911
40912 \begin_layout Standard
40913 Sie können Ihr Dokument als DVI über das Menü 
40914 \family sans
40915 Datei\SpecialChar \menuseparator
40916 Exportieren\SpecialChar \menuseparator
40917 DVI
40918 \family default
40919  exportieren.
40920  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
40921 \family sans
40922 Ansicht
40923 \family default
40924  anschauen.
40925 \end_layout
40926
40927 \begin_layout Section
40928 PostScript
40929 \begin_inset CommandInset label
40930 LatexCommand label
40931 name "abs:PostScript"
40932
40933 \end_inset
40934
40935
40936 \begin_inset Index idx
40937 status collapsed
40938
40939 \begin_layout Plain Layout
40940 Dateiformat  ! PostScript
40941 \end_layout
40942
40943 \end_inset
40944
40945
40946 \begin_inset Index idx
40947 status collapsed
40948
40949 \begin_layout Plain Layout
40950 PostScript
40951 \end_layout
40952
40953 \end_inset
40954
40955
40956 \end_layout
40957
40958 \begin_layout Standard
40959 Dieser Dateityp hat die Erweiterung 
40960 \begin_inset Quotes gld
40961 \end_inset
40962
40963
40964 \family typewriter
40965 .ps
40966 \family default
40967
40968 \begin_inset Quotes grd
40969 \end_inset
40970
40971 .
40972  PostScript wurde von der Firma
40973 \family typewriter
40974  Adobe
40975 \family default
40976  als Druckersprache entwickelt.
40977  Die Datei enthält deshalb Druckbefehle.
40978  PostScript kann als 
40979 \begin_inset Quotes gld
40980 \end_inset
40981
40982 Programmiersprache
40983 \begin_inset Quotes grd
40984 \end_inset
40985
40986  angesehen werden.
40987  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
40988 \begin_inset Foot
40989 status collapsed
40990
40991 \begin_layout Plain Layout
40992 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
40993  von
40994 \series bold
40995  PSTricks
40996 \series default
40997  
40998 \begin_inset CommandInset citation
40999 LatexCommand cite
41000 key "pstricks"
41001
41002 \end_inset
41003
41004  oder 
41005 \begin_inset CommandInset citation
41006 LatexCommand cite
41007 key "latex-praxisbuch"
41008
41009 \end_inset
41010
41011  ansehen.
41012 \end_layout
41013
41014 \end_inset
41015
41016 .
41017  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41018 \end_layout
41019
41020 \begin_layout Standard
41021 PostScript kann nur Bilder im Format EPS
41022 \begin_inset Index idx
41023 status collapsed
41024
41025 \begin_layout Plain Layout
41026 EPS
41027 \end_layout
41028
41029 \end_inset
41030
41031  (Encapsulated PostScript, Datei-Er\SpecialChar \-
41032 wei\SpecialChar \-
41033 ter\SpecialChar \-
41034 ung 
41035 \begin_inset Quotes gld
41036 \end_inset
41037
41038
41039 \family typewriter
41040 .eps
41041 \family default
41042
41043 \begin_inset Quotes grd
41044 \end_inset
41045
41046 ) enthalten.
41047  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41048  intern nach EPS konvertieren.
41049  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41050  verlangsamen.
41051  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41052  konvertieren und direkt als EPS einfügen.
41053 \end_layout
41054
41055 \begin_layout Standard
41056 Sie können Ihr Dokument als PostScript über das Menü 
41057 \family sans
41058 Datei\SpecialChar \menuseparator
41059 Exportieren\SpecialChar \menuseparator
41060 Post\SpecialChar \-
41061 Script
41062 \family default
41063  exportieren.
41064  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41065 \family sans
41066 Ansicht
41067 \family default
41068  anschauen.
41069 \end_layout
41070
41071 \begin_layout Section
41072 PDF
41073 \begin_inset Index idx
41074 status collapsed
41075
41076 \begin_layout Plain Layout
41077 Dateiformat! PDF
41078 \end_layout
41079
41080 \end_inset
41081
41082
41083 \begin_inset Index idx
41084 status collapsed
41085
41086 \begin_layout Plain Layout
41087 PDF
41088 \end_layout
41089
41090 \end_inset
41091
41092
41093 \end_layout
41094
41095 \begin_layout Standard
41096 Dieser Dateityp hat die Erweiterung 
41097 \begin_inset Quotes gld
41098 \end_inset
41099
41100
41101 \family typewriter
41102 .pdf
41103 \family default
41104
41105 \begin_inset Quotes grd
41106 \end_inset
41107
41108 .
41109  Das
41110 \emph on
41111  
41112 \emph default
41113
41114 \begin_inset Quotes gld
41115 \end_inset
41116
41117 Portable Document Format
41118 \begin_inset Quotes grd
41119 \end_inset
41120
41121  (PDF) wurde auch von der Firma 
41122 \family typewriter
41123 Adobe
41124 \family default
41125  als Derivat von PostScript entwickelt.
41126  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41127  Wie der Begriff 
41128 \begin_inset Quotes gld
41129 \end_inset
41130
41131 portable
41132 \begin_inset Quotes grd
41133 \end_inset
41134
41135  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41136  werden, und der Ausdruck sieht immer gleich aus.
41137 \end_layout
41138
41139 \begin_layout Standard
41140 PDF kann Bilder im eigenen PDF-Format, im Format 
41141 \begin_inset Quotes gld
41142 \end_inset
41143
41144 Joint Photographic Experts Group
41145 \begin_inset Quotes grd
41146 \end_inset
41147
41148  (JPEG
41149 \begin_inset Index idx
41150 status collapsed
41151
41152 \begin_layout Plain Layout
41153 JPG, JPEG
41154 \end_layout
41155
41156 \end_inset
41157
41158 , Datei-Erweiterung 
41159 \begin_inset Quotes gld
41160 \end_inset
41161
41162
41163 \family typewriter
41164 .jpg
41165 \family default
41166
41167 \begin_inset Quotes grd
41168 \end_inset
41169
41170  oder 
41171 \begin_inset Quotes gld
41172 \end_inset
41173
41174
41175 \family typewriter
41176 .jpeg
41177 \family default
41178
41179 \begin_inset Quotes grd
41180 \end_inset
41181
41182 ) und im Format 
41183 \begin_inset Quotes gld
41184 \end_inset
41185
41186 Portable Network Graphics
41187 \begin_inset Quotes grd
41188 \end_inset
41189
41190  (PNG
41191 \begin_inset Index idx
41192 status collapsed
41193
41194 \begin_layout Plain Layout
41195 PNG
41196 \end_layout
41197
41198 \end_inset
41199
41200 , Datei-Erweiterung 
41201 \begin_inset Quotes gld
41202 \end_inset
41203
41204
41205 \family typewriter
41206 .png
41207 \family default
41208
41209 \begin_inset Quotes grd
41210 \end_inset
41211
41212 ) enthalten.
41213  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
41214  Sie konvertieren wird.
41215  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41216  wird, eines der drei erwähnten Bildformate zu benutzen.
41217 \end_layout
41218
41219 \begin_layout Standard
41220 PDF-Dateien können Sie über 
41221 \family sans
41222 Datei\SpecialChar \menuseparator
41223 Exportieren
41224 \family default
41225  auf drei Arten erzeugen:
41226 \end_layout
41227
41228 \begin_layout Description
41229 PDF
41230 \begin_inset space ~
41231 \end_inset
41232
41233 (ps2pdf) benutzt das Programm
41234 \family typewriter
41235  ps2pdf
41236 \family default
41237 , das eine PDF-Datei aus einer Post\SpecialChar \-
41238 Script®-Version Ihres Dokument erstellt.
41239  Die PostScript-Version wird mit dem Programm 
41240 \family typewriter
41241 dvips
41242 \family default
41243  aus einer DVI-Version erstellt.
41244  Es werden also drei Konvertierungen verwendet.
41245 \end_layout
41246
41247 \begin_layout Description
41248 PDF
41249 \begin_inset space ~
41250 \end_inset
41251
41252 (dvipdfm) benutzt das Programm 
41253 \family typewriter
41254 dvipdfm
41255 \family default
41256 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41257  PDF konvertiert.
41258 \end_layout
41259
41260 \begin_layout Description
41261 PDF
41262 \begin_inset space ~
41263 \end_inset
41264
41265 (pdflatex) benutzt das Programm
41266 \family typewriter
41267  pdftex
41268 \family default
41269 , das Ihr Dokument direkt nach PDF konvertiert.
41270 \end_layout
41271
41272 \begin_layout Standard
41273
41274 \family sans
41275 PDF
41276 \begin_inset space ~
41277 \end_inset
41278
41279 (pdflatex)
41280 \family default
41281  wird empfohlen, weil
41282 \family typewriter
41283  pdftex
41284 \family default
41285  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41286  ohne Probleme arbeitet.
41287  Das Programm 
41288 \family typewriter
41289 dvi\SpecialChar \-
41290 pdfm
41291 \family default
41292  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41293 \end_layout
41294
41295 \begin_layout Standard
41296 Sie können Ihr Dokument als PDF über das Menü 
41297 \family sans
41298 Datei\SpecialChar \menuseparator
41299 Exportieren\SpecialChar \menuseparator
41300 PDF
41301 \family default
41302  exportieren.
41303  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41304 \family sans
41305 Ansicht
41306 \family default
41307  oder einen Werkzeugleistenknopf anschauen.
41308 \end_layout
41309
41310 \begin_layout Chapter
41311 Liste der dvips-Farbnamen
41312 \begin_inset CommandInset label
41313 LatexCommand label
41314 name "kap:Liste-der-dvips-Farbnamen"
41315
41316 \end_inset
41317
41318
41319 \end_layout
41320
41321 \begin_layout Standard
41322 \begin_inset Tabular
41323 <lyxtabular version="3" rows="17" columns="4">
41324 <features rotate="0" tabularvalignment="middle">
41325 <column alignment="left" valignment="top" width="0pt">
41326 <column alignment="left" valignment="top" width="0pt">
41327 <column alignment="left" valignment="top" width="0pt">
41328 <column alignment="left" valignment="top" width="0pt">
41329 <row>
41330 <cell alignment="left" valignment="top" usebox="none">
41331 \begin_inset Text
41332
41333 \begin_layout Plain Layout
41334 \begin_inset ERT
41335 status collapsed
41336
41337 \begin_layout Plain Layout
41338
41339
41340 \backslash
41341 fcolorbox{black}{
41342 \end_layout
41343
41344 \end_inset
41345
41346 white
41347 \begin_inset ERT
41348 status collapsed
41349
41350 \begin_layout Plain Layout
41351
41352 }{
41353 \end_layout
41354
41355 \end_inset
41356
41357 Farbe
41358 \begin_inset ERT
41359 status collapsed
41360
41361 \begin_layout Plain Layout
41362
41363 }
41364 \end_layout
41365
41366 \end_inset
41367
41368  Farbname
41369 \end_layout
41370
41371 \end_inset
41372 </cell>
41373 <cell alignment="left" valignment="top" usebox="none">
41374 \begin_inset Text
41375
41376 \begin_layout Plain Layout
41377 \begin_inset ERT
41378 status collapsed
41379
41380 \begin_layout Plain Layout
41381
41382
41383 \backslash
41384 fcolorbox{black}{
41385 \end_layout
41386
41387 \end_inset
41388
41389 white
41390 \begin_inset ERT
41391 status collapsed
41392
41393 \begin_layout Plain Layout
41394
41395 }{
41396 \end_layout
41397
41398 \end_inset
41399
41400 Farbe
41401 \begin_inset ERT
41402 status collapsed
41403
41404 \begin_layout Plain Layout
41405
41406 }
41407 \end_layout
41408
41409 \end_inset
41410
41411  Farbname
41412 \end_layout
41413
41414 \end_inset
41415 </cell>
41416 <cell alignment="left" valignment="top" usebox="none">
41417 \begin_inset Text
41418
41419 \begin_layout Plain Layout
41420 \begin_inset ERT
41421 status collapsed
41422
41423 \begin_layout Plain Layout
41424
41425
41426 \backslash
41427 fcolorbox{black}{
41428 \end_layout
41429
41430 \end_inset
41431
41432 white
41433 \begin_inset ERT
41434 status collapsed
41435
41436 \begin_layout Plain Layout
41437
41438 }{
41439 \end_layout
41440
41441 \end_inset
41442
41443 Farbe
41444 \begin_inset ERT
41445 status collapsed
41446
41447 \begin_layout Plain Layout
41448
41449 }
41450 \end_layout
41451
41452 \end_inset
41453
41454  Farbname
41455 \end_layout
41456
41457 \end_inset
41458 </cell>
41459 <cell alignment="left" valignment="top" usebox="none">
41460 \begin_inset Text
41461
41462 \begin_layout Plain Layout
41463 \begin_inset ERT
41464 status collapsed
41465
41466 \begin_layout Plain Layout
41467
41468
41469 \backslash
41470 fcolorbox{black}{
41471 \end_layout
41472
41473 \end_inset
41474
41475 white
41476 \begin_inset ERT
41477 status collapsed
41478
41479 \begin_layout Plain Layout
41480
41481 }{
41482 \end_layout
41483
41484 \end_inset
41485
41486 Farbe
41487 \begin_inset ERT
41488 status collapsed
41489
41490 \begin_layout Plain Layout
41491
41492 }
41493 \end_layout
41494
41495 \end_inset
41496
41497  Farbname
41498 \end_layout
41499
41500 \end_inset
41501 </cell>
41502 </row>
41503 <row>
41504 <cell alignment="center" valignment="top" usebox="none">
41505 \begin_inset Text
41506
41507 \begin_layout Plain Layout
41508 \begin_inset ERT
41509 status collapsed
41510
41511 \begin_layout Plain Layout
41512
41513
41514 \backslash
41515 fcolorbox{black}{
41516 \end_layout
41517
41518 \end_inset
41519
41520 Apricot
41521 \begin_inset ERT
41522 status collapsed
41523
41524 \begin_layout Plain Layout
41525
41526 }{
41527 \end_layout
41528
41529 \end_inset
41530
41531
41532 \begin_inset Phantom Phantom
41533 status open
41534
41535 \begin_layout Plain Layout
41536 W
41537 \end_layout
41538
41539 \end_inset
41540
41541
41542 \begin_inset ERT
41543 status collapsed
41544
41545 \begin_layout Plain Layout
41546
41547 }
41548 \end_layout
41549
41550 \end_inset
41551
41552  Apricot
41553 \end_layout
41554
41555 \end_inset
41556 </cell>
41557 <cell alignment="center" valignment="top" usebox="none">
41558 \begin_inset Text
41559
41560 \begin_layout Plain Layout
41561 \begin_inset ERT
41562 status collapsed
41563
41564 \begin_layout Plain Layout
41565
41566
41567 \backslash
41568 fcolorbox{black}{
41569 \end_layout
41570
41571 \end_inset
41572
41573 Aquamarine
41574 \begin_inset ERT
41575 status collapsed
41576
41577 \begin_layout Plain Layout
41578
41579 }{
41580 \end_layout
41581
41582 \end_inset
41583
41584
41585 \begin_inset Phantom Phantom
41586 status open
41587
41588 \begin_layout Plain Layout
41589 W
41590 \end_layout
41591
41592 \end_inset
41593
41594
41595 \begin_inset ERT
41596 status collapsed
41597
41598 \begin_layout Plain Layout
41599
41600 }
41601 \end_layout
41602
41603 \end_inset
41604
41605  Aquamarine
41606 \end_layout
41607
41608 \end_inset
41609 </cell>
41610 <cell alignment="center" valignment="top" usebox="none">
41611 \begin_inset Text
41612
41613 \begin_layout Plain Layout
41614 \begin_inset ERT
41615 status collapsed
41616
41617 \begin_layout Plain Layout
41618
41619
41620 \backslash
41621 fcolorbox{black}{
41622 \end_layout
41623
41624 \end_inset
41625
41626 Bittersweet
41627 \begin_inset ERT
41628 status collapsed
41629
41630 \begin_layout Plain Layout
41631
41632 }{
41633 \end_layout
41634
41635 \end_inset
41636
41637
41638 \begin_inset Phantom Phantom
41639 status open
41640
41641 \begin_layout Plain Layout
41642 W
41643 \end_layout
41644
41645 \end_inset
41646
41647
41648 \begin_inset ERT
41649 status collapsed
41650
41651 \begin_layout Plain Layout
41652
41653 }
41654 \end_layout
41655
41656 \end_inset
41657
41658  Bittersweet
41659 \end_layout
41660
41661 \end_inset
41662 </cell>
41663 <cell alignment="center" valignment="top" usebox="none">
41664 \begin_inset Text
41665
41666 \begin_layout Plain Layout
41667 \begin_inset ERT
41668 status collapsed
41669
41670 \begin_layout Plain Layout
41671
41672
41673 \backslash
41674 fcolorbox{black}{
41675 \end_layout
41676
41677 \end_inset
41678
41679 BlueGreen
41680 \begin_inset ERT
41681 status collapsed
41682
41683 \begin_layout Plain Layout
41684
41685 }{
41686 \end_layout
41687
41688 \end_inset
41689
41690
41691 \begin_inset Phantom Phantom
41692 status open
41693
41694 \begin_layout Plain Layout
41695 W
41696 \end_layout
41697
41698 \end_inset
41699
41700
41701 \begin_inset ERT
41702 status collapsed
41703
41704 \begin_layout Plain Layout
41705
41706 }
41707 \end_layout
41708
41709 \end_inset
41710
41711  BlueGreen
41712 \end_layout
41713
41714 \end_inset
41715 </cell>
41716 </row>
41717 <row>
41718 <cell alignment="left" valignment="top" usebox="none">
41719 \begin_inset Text
41720
41721 \begin_layout Plain Layout
41722 \begin_inset ERT
41723 status collapsed
41724
41725 \begin_layout Plain Layout
41726
41727
41728 \backslash
41729 fcolorbox{black}{
41730 \end_layout
41731
41732 \end_inset
41733
41734 BlueViolet
41735 \begin_inset ERT
41736 status collapsed
41737
41738 \begin_layout Plain Layout
41739
41740 }{
41741 \end_layout
41742
41743 \end_inset
41744
41745
41746 \begin_inset Phantom Phantom
41747 status open
41748
41749 \begin_layout Plain Layout
41750 W
41751 \end_layout
41752
41753 \end_inset
41754
41755
41756 \begin_inset ERT
41757 status collapsed
41758
41759 \begin_layout Plain Layout
41760
41761 }
41762 \end_layout
41763
41764 \end_inset
41765
41766  BlueViolet
41767 \end_layout
41768
41769 \end_inset
41770 </cell>
41771 <cell alignment="left" valignment="top" usebox="none">
41772 \begin_inset Text
41773
41774 \begin_layout Plain Layout
41775 \begin_inset ERT
41776 status collapsed
41777
41778 \begin_layout Plain Layout
41779
41780
41781 \backslash
41782 fcolorbox{black}{
41783 \end_layout
41784
41785 \end_inset
41786
41787 BrickRed
41788 \begin_inset ERT
41789 status collapsed
41790
41791 \begin_layout Plain Layout
41792
41793 }{
41794 \end_layout
41795
41796 \end_inset
41797
41798
41799 \begin_inset Phantom Phantom
41800 status open
41801
41802 \begin_layout Plain Layout
41803 W
41804 \end_layout
41805
41806 \end_inset
41807
41808
41809 \begin_inset ERT
41810 status collapsed
41811
41812 \begin_layout Plain Layout
41813
41814 }
41815 \end_layout
41816
41817 \end_inset
41818
41819  BrickRed
41820 \end_layout
41821
41822 \end_inset
41823 </cell>
41824 <cell alignment="left" valignment="top" usebox="none">
41825 \begin_inset Text
41826
41827 \begin_layout Plain Layout
41828 \begin_inset ERT
41829 status collapsed
41830
41831 \begin_layout Plain Layout
41832
41833
41834 \backslash
41835 fcolorbox{black}{
41836 \end_layout
41837
41838 \end_inset
41839
41840 Brown
41841 \begin_inset ERT
41842 status collapsed
41843
41844 \begin_layout Plain Layout
41845
41846 }{
41847 \end_layout
41848
41849 \end_inset
41850
41851
41852 \begin_inset Phantom Phantom
41853 status open
41854
41855 \begin_layout Plain Layout
41856 W
41857 \end_layout
41858
41859 \end_inset
41860
41861
41862 \begin_inset ERT
41863 status collapsed
41864
41865 \begin_layout Plain Layout
41866
41867 }
41868 \end_layout
41869
41870 \end_inset
41871
41872  Brown
41873 \end_layout
41874
41875 \end_inset
41876 </cell>
41877 <cell alignment="left" valignment="top" usebox="none">
41878 \begin_inset Text
41879
41880 \begin_layout Plain Layout
41881 \begin_inset ERT
41882 status collapsed
41883
41884 \begin_layout Plain Layout
41885
41886
41887 \backslash
41888 fcolorbox{black}{
41889 \end_layout
41890
41891 \end_inset
41892
41893 BurntOrange
41894 \begin_inset ERT
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898
41899 }{
41900 \end_layout
41901
41902 \end_inset
41903
41904
41905 \begin_inset Phantom Phantom
41906 status open
41907
41908 \begin_layout Plain Layout
41909 W
41910 \end_layout
41911
41912 \end_inset
41913
41914
41915 \begin_inset ERT
41916 status collapsed
41917
41918 \begin_layout Plain Layout
41919
41920 }
41921 \end_layout
41922
41923 \end_inset
41924
41925  BurntOrange
41926 \end_layout
41927
41928 \end_inset
41929 </cell>
41930 </row>
41931 <row>
41932 <cell alignment="left" valignment="top" usebox="none">
41933 \begin_inset Text
41934
41935 \begin_layout Plain Layout
41936 \begin_inset ERT
41937 status collapsed
41938
41939 \begin_layout Plain Layout
41940
41941
41942 \backslash
41943 fcolorbox{black}{
41944 \end_layout
41945
41946 \end_inset
41947
41948 CadetBlue
41949 \begin_inset ERT
41950 status collapsed
41951
41952 \begin_layout Plain Layout
41953
41954 }{
41955 \end_layout
41956
41957 \end_inset
41958
41959
41960 \begin_inset Phantom Phantom
41961 status open
41962
41963 \begin_layout Plain Layout
41964 W
41965 \end_layout
41966
41967 \end_inset
41968
41969
41970 \begin_inset ERT
41971 status collapsed
41972
41973 \begin_layout Plain Layout
41974
41975 }
41976 \end_layout
41977
41978 \end_inset
41979
41980  CadetBlue
41981 \end_layout
41982
41983 \end_inset
41984 </cell>
41985 <cell alignment="left" valignment="top" usebox="none">
41986 \begin_inset Text
41987
41988 \begin_layout Plain Layout
41989 \begin_inset ERT
41990 status collapsed
41991
41992 \begin_layout Plain Layout
41993
41994
41995 \backslash
41996 fcolorbox{black}{
41997 \end_layout
41998
41999 \end_inset
42000
42001 CarnationPink
42002 \begin_inset ERT
42003 status collapsed
42004
42005 \begin_layout Plain Layout
42006
42007 }{
42008 \end_layout
42009
42010 \end_inset
42011
42012
42013 \begin_inset Phantom Phantom
42014 status open
42015
42016 \begin_layout Plain Layout
42017 W
42018 \end_layout
42019
42020 \end_inset
42021
42022
42023 \begin_inset ERT
42024 status collapsed
42025
42026 \begin_layout Plain Layout
42027
42028 }
42029 \end_layout
42030
42031 \end_inset
42032
42033  CarnationPink
42034 \end_layout
42035
42036 \end_inset
42037 </cell>
42038 <cell alignment="left" valignment="top" usebox="none">
42039 \begin_inset Text
42040
42041 \begin_layout Plain Layout
42042 \begin_inset ERT
42043 status collapsed
42044
42045 \begin_layout Plain Layout
42046
42047
42048 \backslash
42049 fcolorbox{black}{
42050 \end_layout
42051
42052 \end_inset
42053
42054 Cerulean
42055 \begin_inset ERT
42056 status collapsed
42057
42058 \begin_layout Plain Layout
42059
42060 }{
42061 \end_layout
42062
42063 \end_inset
42064
42065
42066 \begin_inset Phantom Phantom
42067 status open
42068
42069 \begin_layout Plain Layout
42070 W
42071 \end_layout
42072
42073 \end_inset
42074
42075
42076 \begin_inset ERT
42077 status collapsed
42078
42079 \begin_layout Plain Layout
42080
42081 }
42082 \end_layout
42083
42084 \end_inset
42085
42086  Cerulean
42087 \end_layout
42088
42089 \end_inset
42090 </cell>
42091 <cell alignment="left" valignment="top" usebox="none">
42092 \begin_inset Text
42093
42094 \begin_layout Plain Layout
42095 \begin_inset ERT
42096 status collapsed
42097
42098 \begin_layout Plain Layout
42099
42100
42101 \backslash
42102 fcolorbox{black}{
42103 \end_layout
42104
42105 \end_inset
42106
42107 CornflowerBlue
42108 \begin_inset ERT
42109 status collapsed
42110
42111 \begin_layout Plain Layout
42112
42113 }{
42114 \end_layout
42115
42116 \end_inset
42117
42118
42119 \begin_inset Phantom Phantom
42120 status open
42121
42122 \begin_layout Plain Layout
42123 W
42124 \end_layout
42125
42126 \end_inset
42127
42128
42129 \begin_inset ERT
42130 status collapsed
42131
42132 \begin_layout Plain Layout
42133
42134 }
42135 \end_layout
42136
42137 \end_inset
42138
42139  CornflowerBlue
42140 \end_layout
42141
42142 \end_inset
42143 </cell>
42144 </row>
42145 <row>
42146 <cell alignment="left" valignment="top" usebox="none">
42147 \begin_inset Text
42148
42149 \begin_layout Plain Layout
42150 \begin_inset ERT
42151 status collapsed
42152
42153 \begin_layout Plain Layout
42154
42155
42156 \backslash
42157 fcolorbox{black}{
42158 \end_layout
42159
42160 \end_inset
42161
42162 Dandelion
42163 \begin_inset ERT
42164 status collapsed
42165
42166 \begin_layout Plain Layout
42167
42168 }{
42169 \end_layout
42170
42171 \end_inset
42172
42173
42174 \begin_inset Phantom Phantom
42175 status open
42176
42177 \begin_layout Plain Layout
42178 W
42179 \end_layout
42180
42181 \end_inset
42182
42183
42184 \begin_inset ERT
42185 status collapsed
42186
42187 \begin_layout Plain Layout
42188
42189 }
42190 \end_layout
42191
42192 \end_inset
42193
42194  Dandelion
42195 \end_layout
42196
42197 \end_inset
42198 </cell>
42199 <cell alignment="left" valignment="top" usebox="none">
42200 \begin_inset Text
42201
42202 \begin_layout Plain Layout
42203 \begin_inset ERT
42204 status collapsed
42205
42206 \begin_layout Plain Layout
42207
42208
42209 \backslash
42210 fcolorbox{black}{
42211 \end_layout
42212
42213 \end_inset
42214
42215 DarkOrchid
42216 \begin_inset ERT
42217 status collapsed
42218
42219 \begin_layout Plain Layout
42220
42221 }{
42222 \end_layout
42223
42224 \end_inset
42225
42226
42227 \begin_inset Phantom Phantom
42228 status open
42229
42230 \begin_layout Plain Layout
42231 W
42232 \end_layout
42233
42234 \end_inset
42235
42236
42237 \begin_inset ERT
42238 status collapsed
42239
42240 \begin_layout Plain Layout
42241
42242 }
42243 \end_layout
42244
42245 \end_inset
42246
42247  DarkOrchid
42248 \end_layout
42249
42250 \end_inset
42251 </cell>
42252 <cell alignment="left" valignment="top" usebox="none">
42253 \begin_inset Text
42254
42255 \begin_layout Plain Layout
42256 \begin_inset ERT
42257 status collapsed
42258
42259 \begin_layout Plain Layout
42260
42261
42262 \backslash
42263 fcolorbox{black}{
42264 \end_layout
42265
42266 \end_inset
42267
42268 Emerald
42269 \begin_inset ERT
42270 status collapsed
42271
42272 \begin_layout Plain Layout
42273
42274 }{
42275 \end_layout
42276
42277 \end_inset
42278
42279
42280 \begin_inset Phantom Phantom
42281 status open
42282
42283 \begin_layout Plain Layout
42284 W
42285 \end_layout
42286
42287 \end_inset
42288
42289
42290 \begin_inset ERT
42291 status collapsed
42292
42293 \begin_layout Plain Layout
42294
42295 }
42296 \end_layout
42297
42298 \end_inset
42299
42300  Emerald
42301 \end_layout
42302
42303 \end_inset
42304 </cell>
42305 <cell alignment="left" valignment="top" usebox="none">
42306 \begin_inset Text
42307
42308 \begin_layout Plain Layout
42309 \begin_inset ERT
42310 status collapsed
42311
42312 \begin_layout Plain Layout
42313
42314
42315 \backslash
42316 fcolorbox{black}{
42317 \end_layout
42318
42319 \end_inset
42320
42321 ForestGreen
42322 \begin_inset ERT
42323 status collapsed
42324
42325 \begin_layout Plain Layout
42326
42327 }{
42328 \end_layout
42329
42330 \end_inset
42331
42332
42333 \begin_inset Phantom Phantom
42334 status open
42335
42336 \begin_layout Plain Layout
42337 W
42338 \end_layout
42339
42340 \end_inset
42341
42342
42343 \begin_inset ERT
42344 status collapsed
42345
42346 \begin_layout Plain Layout
42347
42348 }
42349 \end_layout
42350
42351 \end_inset
42352
42353  ForestGreen
42354 \end_layout
42355
42356 \end_inset
42357 </cell>
42358 </row>
42359 <row>
42360 <cell alignment="left" valignment="top" usebox="none">
42361 \begin_inset Text
42362
42363 \begin_layout Plain Layout
42364 \begin_inset ERT
42365 status collapsed
42366
42367 \begin_layout Plain Layout
42368
42369
42370 \backslash
42371 fcolorbox{black}{
42372 \end_layout
42373
42374 \end_inset
42375
42376 Fuchsia
42377 \begin_inset ERT
42378 status collapsed
42379
42380 \begin_layout Plain Layout
42381
42382 }{
42383 \end_layout
42384
42385 \end_inset
42386
42387
42388 \begin_inset Phantom Phantom
42389 status open
42390
42391 \begin_layout Plain Layout
42392 W
42393 \end_layout
42394
42395 \end_inset
42396
42397
42398 \begin_inset ERT
42399 status collapsed
42400
42401 \begin_layout Plain Layout
42402
42403 }
42404 \end_layout
42405
42406 \end_inset
42407
42408  Fuchsia
42409 \end_layout
42410
42411 \end_inset
42412 </cell>
42413 <cell alignment="left" valignment="top" usebox="none">
42414 \begin_inset Text
42415
42416 \begin_layout Plain Layout
42417 \begin_inset ERT
42418 status collapsed
42419
42420 \begin_layout Plain Layout
42421
42422
42423 \backslash
42424 fcolorbox{black}{
42425 \end_layout
42426
42427 \end_inset
42428
42429 Goldenrod
42430 \begin_inset ERT
42431 status collapsed
42432
42433 \begin_layout Plain Layout
42434
42435 }{
42436 \end_layout
42437
42438 \end_inset
42439
42440
42441 \begin_inset Phantom Phantom
42442 status open
42443
42444 \begin_layout Plain Layout
42445 W
42446 \end_layout
42447
42448 \end_inset
42449
42450
42451 \begin_inset ERT
42452 status collapsed
42453
42454 \begin_layout Plain Layout
42455
42456 }
42457 \end_layout
42458
42459 \end_inset
42460
42461  Goldenrod
42462 \end_layout
42463
42464 \end_inset
42465 </cell>
42466 <cell alignment="left" valignment="top" usebox="none">
42467 \begin_inset Text
42468
42469 \begin_layout Plain Layout
42470 \begin_inset ERT
42471 status collapsed
42472
42473 \begin_layout Plain Layout
42474
42475
42476 \backslash
42477 fcolorbox{black}{
42478 \end_layout
42479
42480 \end_inset
42481
42482 Gray
42483 \begin_inset ERT
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487
42488 }{
42489 \end_layout
42490
42491 \end_inset
42492
42493
42494 \begin_inset Phantom Phantom
42495 status open
42496
42497 \begin_layout Plain Layout
42498 W
42499 \end_layout
42500
42501 \end_inset
42502
42503
42504 \begin_inset ERT
42505 status collapsed
42506
42507 \begin_layout Plain Layout
42508
42509 }
42510 \end_layout
42511
42512 \end_inset
42513
42514  Gray
42515 \end_layout
42516
42517 \end_inset
42518 </cell>
42519 <cell alignment="left" valignment="top" usebox="none">
42520 \begin_inset Text
42521
42522 \begin_layout Plain Layout
42523 \begin_inset ERT
42524 status collapsed
42525
42526 \begin_layout Plain Layout
42527
42528
42529 \backslash
42530 fcolorbox{black}{
42531 \end_layout
42532
42533 \end_inset
42534
42535 GreenYellow
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541 }{
42542 \end_layout
42543
42544 \end_inset
42545
42546
42547 \begin_inset Phantom Phantom
42548 status open
42549
42550 \begin_layout Plain Layout
42551 W
42552 \end_layout
42553
42554 \end_inset
42555
42556
42557 \begin_inset ERT
42558 status collapsed
42559
42560 \begin_layout Plain Layout
42561
42562 }
42563 \end_layout
42564
42565 \end_inset
42566
42567  GreenYellow
42568 \end_layout
42569
42570 \end_inset
42571 </cell>
42572 </row>
42573 <row>
42574 <cell alignment="center" valignment="top" usebox="none">
42575 \begin_inset Text
42576
42577 \begin_layout Plain Layout
42578 \begin_inset ERT
42579 status collapsed
42580
42581 \begin_layout Plain Layout
42582
42583
42584 \backslash
42585 fcolorbox{black}{
42586 \end_layout
42587
42588 \end_inset
42589
42590 JungleGreen
42591 \begin_inset ERT
42592 status collapsed
42593
42594 \begin_layout Plain Layout
42595
42596 }{
42597 \end_layout
42598
42599 \end_inset
42600
42601
42602 \begin_inset Phantom Phantom
42603 status open
42604
42605 \begin_layout Plain Layout
42606 W
42607 \end_layout
42608
42609 \end_inset
42610
42611
42612 \begin_inset ERT
42613 status collapsed
42614
42615 \begin_layout Plain Layout
42616
42617 }
42618 \end_layout
42619
42620 \end_inset
42621
42622  JungleGreen
42623 \end_layout
42624
42625 \end_inset
42626 </cell>
42627 <cell alignment="center" valignment="top" usebox="none">
42628 \begin_inset Text
42629
42630 \begin_layout Plain Layout
42631 \begin_inset ERT
42632 status collapsed
42633
42634 \begin_layout Plain Layout
42635
42636
42637 \backslash
42638 fcolorbox{black}{
42639 \end_layout
42640
42641 \end_inset
42642
42643 Lavender
42644 \begin_inset ERT
42645 status collapsed
42646
42647 \begin_layout Plain Layout
42648
42649 }{
42650 \end_layout
42651
42652 \end_inset
42653
42654
42655 \begin_inset Phantom Phantom
42656 status open
42657
42658 \begin_layout Plain Layout
42659 W
42660 \end_layout
42661
42662 \end_inset
42663
42664
42665 \begin_inset ERT
42666 status collapsed
42667
42668 \begin_layout Plain Layout
42669
42670 }
42671 \end_layout
42672
42673 \end_inset
42674
42675  Lavender
42676 \end_layout
42677
42678 \end_inset
42679 </cell>
42680 <cell alignment="center" valignment="top" usebox="none">
42681 \begin_inset Text
42682
42683 \begin_layout Plain Layout
42684 \begin_inset ERT
42685 status collapsed
42686
42687 \begin_layout Plain Layout
42688
42689
42690 \backslash
42691 fcolorbox{black}{
42692 \end_layout
42693
42694 \end_inset
42695
42696 LimeGreen
42697 \begin_inset ERT
42698 status collapsed
42699
42700 \begin_layout Plain Layout
42701
42702 }{
42703 \end_layout
42704
42705 \end_inset
42706
42707
42708 \begin_inset Phantom Phantom
42709 status open
42710
42711 \begin_layout Plain Layout
42712 W
42713 \end_layout
42714
42715 \end_inset
42716
42717
42718 \begin_inset ERT
42719 status collapsed
42720
42721 \begin_layout Plain Layout
42722
42723 }
42724 \end_layout
42725
42726 \end_inset
42727
42728  LimeGreen
42729 \end_layout
42730
42731 \end_inset
42732 </cell>
42733 <cell alignment="center" valignment="top" usebox="none">
42734 \begin_inset Text
42735
42736 \begin_layout Plain Layout
42737 \begin_inset ERT
42738 status collapsed
42739
42740 \begin_layout Plain Layout
42741
42742
42743 \backslash
42744 fcolorbox{black}{
42745 \end_layout
42746
42747 \end_inset
42748
42749 Mahogany
42750 \begin_inset ERT
42751 status collapsed
42752
42753 \begin_layout Plain Layout
42754
42755 }{
42756 \end_layout
42757
42758 \end_inset
42759
42760
42761 \begin_inset Phantom Phantom
42762 status open
42763
42764 \begin_layout Plain Layout
42765 W
42766 \end_layout
42767
42768 \end_inset
42769
42770
42771 \begin_inset ERT
42772 status collapsed
42773
42774 \begin_layout Plain Layout
42775
42776 }
42777 \end_layout
42778
42779 \end_inset
42780
42781  Mahogany
42782 \end_layout
42783
42784 \end_inset
42785 </cell>
42786 </row>
42787 <row>
42788 <cell alignment="left" valignment="top" usebox="none">
42789 \begin_inset Text
42790
42791 \begin_layout Plain Layout
42792 \begin_inset ERT
42793 status collapsed
42794
42795 \begin_layout Plain Layout
42796
42797
42798 \backslash
42799 fcolorbox{black}{
42800 \end_layout
42801
42802 \end_inset
42803
42804 Mahogany
42805 \begin_inset ERT
42806 status collapsed
42807
42808 \begin_layout Plain Layout
42809
42810 }{
42811 \end_layout
42812
42813 \end_inset
42814
42815
42816 \begin_inset Phantom Phantom
42817 status open
42818
42819 \begin_layout Plain Layout
42820 W
42821 \end_layout
42822
42823 \end_inset
42824
42825
42826 \begin_inset ERT
42827 status collapsed
42828
42829 \begin_layout Plain Layout
42830
42831 }
42832 \end_layout
42833
42834 \end_inset
42835
42836  Mahogany
42837 \end_layout
42838
42839 \end_inset
42840 </cell>
42841 <cell alignment="left" valignment="top" usebox="none">
42842 \begin_inset Text
42843
42844 \begin_layout Plain Layout
42845 \begin_inset ERT
42846 status collapsed
42847
42848 \begin_layout Plain Layout
42849
42850
42851 \backslash
42852 fcolorbox{black}{
42853 \end_layout
42854
42855 \end_inset
42856
42857 Maroon
42858 \begin_inset ERT
42859 status collapsed
42860
42861 \begin_layout Plain Layout
42862
42863 }{
42864 \end_layout
42865
42866 \end_inset
42867
42868
42869 \begin_inset Phantom Phantom
42870 status open
42871
42872 \begin_layout Plain Layout
42873 W
42874 \end_layout
42875
42876 \end_inset
42877
42878
42879 \begin_inset ERT
42880 status collapsed
42881
42882 \begin_layout Plain Layout
42883
42884 }
42885 \end_layout
42886
42887 \end_inset
42888
42889  Maroon
42890 \end_layout
42891
42892 \end_inset
42893 </cell>
42894 <cell alignment="left" valignment="top" usebox="none">
42895 \begin_inset Text
42896
42897 \begin_layout Plain Layout
42898 \begin_inset ERT
42899 status collapsed
42900
42901 \begin_layout Plain Layout
42902
42903
42904 \backslash
42905 fcolorbox{black}{
42906 \end_layout
42907
42908 \end_inset
42909
42910 Melon
42911 \begin_inset ERT
42912 status collapsed
42913
42914 \begin_layout Plain Layout
42915
42916 }{
42917 \end_layout
42918
42919 \end_inset
42920
42921
42922 \begin_inset Phantom Phantom
42923 status open
42924
42925 \begin_layout Plain Layout
42926 W
42927 \end_layout
42928
42929 \end_inset
42930
42931
42932 \begin_inset ERT
42933 status collapsed
42934
42935 \begin_layout Plain Layout
42936
42937 }
42938 \end_layout
42939
42940 \end_inset
42941
42942  Melon
42943 \end_layout
42944
42945 \end_inset
42946 </cell>
42947 <cell alignment="left" valignment="top" usebox="none">
42948 \begin_inset Text
42949
42950 \begin_layout Plain Layout
42951 \begin_inset ERT
42952 status collapsed
42953
42954 \begin_layout Plain Layout
42955
42956
42957 \backslash
42958 fcolorbox{black}{
42959 \end_layout
42960
42961 \end_inset
42962
42963 MidnightBlue
42964 \begin_inset ERT
42965 status collapsed
42966
42967 \begin_layout Plain Layout
42968
42969 }{
42970 \end_layout
42971
42972 \end_inset
42973
42974
42975 \begin_inset Phantom Phantom
42976 status open
42977
42978 \begin_layout Plain Layout
42979 W
42980 \end_layout
42981
42982 \end_inset
42983
42984
42985 \begin_inset ERT
42986 status collapsed
42987
42988 \begin_layout Plain Layout
42989
42990 }
42991 \end_layout
42992
42993 \end_inset
42994
42995  MidnightBlue
42996 \end_layout
42997
42998 \end_inset
42999 </cell>
43000 </row>
43001 <row>
43002 <cell alignment="left" valignment="top" usebox="none">
43003 \begin_inset Text
43004
43005 \begin_layout Plain Layout
43006 \begin_inset ERT
43007 status collapsed
43008
43009 \begin_layout Plain Layout
43010
43011
43012 \backslash
43013 fcolorbox{black}{
43014 \end_layout
43015
43016 \end_inset
43017
43018 Mulberry
43019 \begin_inset ERT
43020 status collapsed
43021
43022 \begin_layout Plain Layout
43023
43024 }{
43025 \end_layout
43026
43027 \end_inset
43028
43029
43030 \begin_inset Phantom Phantom
43031 status open
43032
43033 \begin_layout Plain Layout
43034 W
43035 \end_layout
43036
43037 \end_inset
43038
43039
43040 \begin_inset ERT
43041 status collapsed
43042
43043 \begin_layout Plain Layout
43044
43045 }
43046 \end_layout
43047
43048 \end_inset
43049
43050  Mulberry
43051 \end_layout
43052
43053 \end_inset
43054 </cell>
43055 <cell alignment="left" valignment="top" usebox="none">
43056 \begin_inset Text
43057
43058 \begin_layout Plain Layout
43059 \begin_inset ERT
43060 status collapsed
43061
43062 \begin_layout Plain Layout
43063
43064
43065 \backslash
43066 fcolorbox{black}{
43067 \end_layout
43068
43069 \end_inset
43070
43071 NavyBlue
43072 \begin_inset ERT
43073 status collapsed
43074
43075 \begin_layout Plain Layout
43076
43077 }{
43078 \end_layout
43079
43080 \end_inset
43081
43082
43083 \begin_inset Phantom Phantom
43084 status open
43085
43086 \begin_layout Plain Layout
43087 W
43088 \end_layout
43089
43090 \end_inset
43091
43092
43093 \begin_inset ERT
43094 status collapsed
43095
43096 \begin_layout Plain Layout
43097
43098 }
43099 \end_layout
43100
43101 \end_inset
43102
43103  NavyBlue
43104 \end_layout
43105
43106 \end_inset
43107 </cell>
43108 <cell alignment="left" valignment="top" usebox="none">
43109 \begin_inset Text
43110
43111 \begin_layout Plain Layout
43112 \begin_inset ERT
43113 status collapsed
43114
43115 \begin_layout Plain Layout
43116
43117
43118 \backslash
43119 fcolorbox{black}{
43120 \end_layout
43121
43122 \end_inset
43123
43124 OliveGreen
43125 \begin_inset ERT
43126 status collapsed
43127
43128 \begin_layout Plain Layout
43129
43130 }{
43131 \end_layout
43132
43133 \end_inset
43134
43135
43136 \begin_inset Phantom Phantom
43137 status open
43138
43139 \begin_layout Plain Layout
43140 W
43141 \end_layout
43142
43143 \end_inset
43144
43145
43146 \begin_inset ERT
43147 status collapsed
43148
43149 \begin_layout Plain Layout
43150
43151 }
43152 \end_layout
43153
43154 \end_inset
43155
43156  OliveGreen
43157 \end_layout
43158
43159 \end_inset
43160 </cell>
43161 <cell alignment="left" valignment="top" usebox="none">
43162 \begin_inset Text
43163
43164 \begin_layout Plain Layout
43165 \begin_inset ERT
43166 status collapsed
43167
43168 \begin_layout Plain Layout
43169
43170
43171 \backslash
43172 fcolorbox{black}{
43173 \end_layout
43174
43175 \end_inset
43176
43177 Orange
43178 \begin_inset ERT
43179 status collapsed
43180
43181 \begin_layout Plain Layout
43182
43183 }{
43184 \end_layout
43185
43186 \end_inset
43187
43188
43189 \begin_inset Phantom Phantom
43190 status open
43191
43192 \begin_layout Plain Layout
43193 W
43194 \end_layout
43195
43196 \end_inset
43197
43198
43199 \begin_inset ERT
43200 status collapsed
43201
43202 \begin_layout Plain Layout
43203
43204 }
43205 \end_layout
43206
43207 \end_inset
43208
43209  Orange
43210 \end_layout
43211
43212 \end_inset
43213 </cell>
43214 </row>
43215 <row>
43216 <cell alignment="left" valignment="top" usebox="none">
43217 \begin_inset Text
43218
43219 \begin_layout Plain Layout
43220 \begin_inset ERT
43221 status collapsed
43222
43223 \begin_layout Plain Layout
43224
43225
43226 \backslash
43227 fcolorbox{black}{
43228 \end_layout
43229
43230 \end_inset
43231
43232 OrangeRed
43233 \begin_inset ERT
43234 status collapsed
43235
43236 \begin_layout Plain Layout
43237
43238 }{
43239 \end_layout
43240
43241 \end_inset
43242
43243
43244 \begin_inset Phantom Phantom
43245 status open
43246
43247 \begin_layout Plain Layout
43248 W
43249 \end_layout
43250
43251 \end_inset
43252
43253
43254 \begin_inset ERT
43255 status collapsed
43256
43257 \begin_layout Plain Layout
43258
43259 }
43260 \end_layout
43261
43262 \end_inset
43263
43264  OrangeRed
43265 \end_layout
43266
43267 \end_inset
43268 </cell>
43269 <cell alignment="left" valignment="top" usebox="none">
43270 \begin_inset Text
43271
43272 \begin_layout Plain Layout
43273 \begin_inset ERT
43274 status collapsed
43275
43276 \begin_layout Plain Layout
43277
43278
43279 \backslash
43280 fcolorbox{black}{
43281 \end_layout
43282
43283 \end_inset
43284
43285 Orchid
43286 \begin_inset ERT
43287 status collapsed
43288
43289 \begin_layout Plain Layout
43290
43291 }{
43292 \end_layout
43293
43294 \end_inset
43295
43296
43297 \begin_inset Phantom Phantom
43298 status open
43299
43300 \begin_layout Plain Layout
43301 W
43302 \end_layout
43303
43304 \end_inset
43305
43306
43307 \begin_inset ERT
43308 status collapsed
43309
43310 \begin_layout Plain Layout
43311
43312 }
43313 \end_layout
43314
43315 \end_inset
43316
43317  Orchid
43318 \end_layout
43319
43320 \end_inset
43321 </cell>
43322 <cell alignment="left" valignment="top" usebox="none">
43323 \begin_inset Text
43324
43325 \begin_layout Plain Layout
43326 \begin_inset ERT
43327 status collapsed
43328
43329 \begin_layout Plain Layout
43330
43331
43332 \backslash
43333 fcolorbox{black}{
43334 \end_layout
43335
43336 \end_inset
43337
43338 Peach
43339 \begin_inset ERT
43340 status collapsed
43341
43342 \begin_layout Plain Layout
43343
43344 }{
43345 \end_layout
43346
43347 \end_inset
43348
43349
43350 \begin_inset Phantom Phantom
43351 status open
43352
43353 \begin_layout Plain Layout
43354 W
43355 \end_layout
43356
43357 \end_inset
43358
43359
43360 \begin_inset ERT
43361 status collapsed
43362
43363 \begin_layout Plain Layout
43364
43365 }
43366 \end_layout
43367
43368 \end_inset
43369
43370  Peach
43371 \end_layout
43372
43373 \end_inset
43374 </cell>
43375 <cell alignment="left" valignment="top" usebox="none">
43376 \begin_inset Text
43377
43378 \begin_layout Plain Layout
43379 \begin_inset ERT
43380 status collapsed
43381
43382 \begin_layout Plain Layout
43383
43384
43385 \backslash
43386 fcolorbox{black}{
43387 \end_layout
43388
43389 \end_inset
43390
43391 Periwinkle
43392 \begin_inset ERT
43393 status collapsed
43394
43395 \begin_layout Plain Layout
43396
43397 }{
43398 \end_layout
43399
43400 \end_inset
43401
43402
43403 \begin_inset Phantom Phantom
43404 status open
43405
43406 \begin_layout Plain Layout
43407 W
43408 \end_layout
43409
43410 \end_inset
43411
43412
43413 \begin_inset ERT
43414 status collapsed
43415
43416 \begin_layout Plain Layout
43417
43418 }
43419 \end_layout
43420
43421 \end_inset
43422
43423  Periwinkle
43424 \end_layout
43425
43426 \end_inset
43427 </cell>
43428 </row>
43429 <row>
43430 <cell alignment="left" valignment="top" usebox="none">
43431 \begin_inset Text
43432
43433 \begin_layout Plain Layout
43434 \begin_inset ERT
43435 status collapsed
43436
43437 \begin_layout Plain Layout
43438
43439
43440 \backslash
43441 fcolorbox{black}{
43442 \end_layout
43443
43444 \end_inset
43445
43446 PineGreen
43447 \begin_inset ERT
43448 status collapsed
43449
43450 \begin_layout Plain Layout
43451
43452 }{
43453 \end_layout
43454
43455 \end_inset
43456
43457
43458 \begin_inset Phantom Phantom
43459 status open
43460
43461 \begin_layout Plain Layout
43462 W
43463 \end_layout
43464
43465 \end_inset
43466
43467
43468 \begin_inset ERT
43469 status collapsed
43470
43471 \begin_layout Plain Layout
43472
43473 }
43474 \end_layout
43475
43476 \end_inset
43477
43478  PineGreen
43479 \end_layout
43480
43481 \end_inset
43482 </cell>
43483 <cell alignment="left" valignment="top" usebox="none">
43484 \begin_inset Text
43485
43486 \begin_layout Plain Layout
43487 \begin_inset ERT
43488 status collapsed
43489
43490 \begin_layout Plain Layout
43491
43492
43493 \backslash
43494 fcolorbox{black}{
43495 \end_layout
43496
43497 \end_inset
43498
43499 Plum
43500 \begin_inset ERT
43501 status collapsed
43502
43503 \begin_layout Plain Layout
43504
43505 }{
43506 \end_layout
43507
43508 \end_inset
43509
43510
43511 \begin_inset Phantom Phantom
43512 status open
43513
43514 \begin_layout Plain Layout
43515 W
43516 \end_layout
43517
43518 \end_inset
43519
43520
43521 \begin_inset ERT
43522 status collapsed
43523
43524 \begin_layout Plain Layout
43525
43526 }
43527 \end_layout
43528
43529 \end_inset
43530
43531  Plum
43532 \end_layout
43533
43534 \end_inset
43535 </cell>
43536 <cell alignment="left" valignment="top" usebox="none">
43537 \begin_inset Text
43538
43539 \begin_layout Plain Layout
43540 \begin_inset ERT
43541 status collapsed
43542
43543 \begin_layout Plain Layout
43544
43545
43546 \backslash
43547 fcolorbox{black}{
43548 \end_layout
43549
43550 \end_inset
43551
43552 ProcessBlue
43553 \begin_inset ERT
43554 status collapsed
43555
43556 \begin_layout Plain Layout
43557
43558 }{
43559 \end_layout
43560
43561 \end_inset
43562
43563
43564 \begin_inset Phantom Phantom
43565 status open
43566
43567 \begin_layout Plain Layout
43568 W
43569 \end_layout
43570
43571 \end_inset
43572
43573
43574 \begin_inset ERT
43575 status collapsed
43576
43577 \begin_layout Plain Layout
43578
43579 }
43580 \end_layout
43581
43582 \end_inset
43583
43584  ProcessBlue
43585 \end_layout
43586
43587 \end_inset
43588 </cell>
43589 <cell alignment="left" valignment="top" usebox="none">
43590 \begin_inset Text
43591
43592 \begin_layout Plain Layout
43593 \begin_inset ERT
43594 status collapsed
43595
43596 \begin_layout Plain Layout
43597
43598
43599 \backslash
43600 fcolorbox{black}{
43601 \end_layout
43602
43603 \end_inset
43604
43605 Purple
43606 \begin_inset ERT
43607 status collapsed
43608
43609 \begin_layout Plain Layout
43610
43611 }{
43612 \end_layout
43613
43614 \end_inset
43615
43616
43617 \begin_inset Phantom Phantom
43618 status open
43619
43620 \begin_layout Plain Layout
43621 W
43622 \end_layout
43623
43624 \end_inset
43625
43626
43627 \begin_inset ERT
43628 status collapsed
43629
43630 \begin_layout Plain Layout
43631
43632 }
43633 \end_layout
43634
43635 \end_inset
43636
43637  Purple
43638 \end_layout
43639
43640 \end_inset
43641 </cell>
43642 </row>
43643 <row>
43644 <cell alignment="left" valignment="top" usebox="none">
43645 \begin_inset Text
43646
43647 \begin_layout Plain Layout
43648 \begin_inset ERT
43649 status collapsed
43650
43651 \begin_layout Plain Layout
43652
43653
43654 \backslash
43655 fcolorbox{black}{
43656 \end_layout
43657
43658 \end_inset
43659
43660 RawSienna
43661 \begin_inset ERT
43662 status collapsed
43663
43664 \begin_layout Plain Layout
43665
43666 }{
43667 \end_layout
43668
43669 \end_inset
43670
43671
43672 \begin_inset Phantom Phantom
43673 status open
43674
43675 \begin_layout Plain Layout
43676 W
43677 \end_layout
43678
43679 \end_inset
43680
43681
43682 \begin_inset ERT
43683 status collapsed
43684
43685 \begin_layout Plain Layout
43686
43687 }
43688 \end_layout
43689
43690 \end_inset
43691
43692  RawSienna
43693 \end_layout
43694
43695 \end_inset
43696 </cell>
43697 <cell alignment="left" valignment="top" usebox="none">
43698 \begin_inset Text
43699
43700 \begin_layout Plain Layout
43701 \begin_inset ERT
43702 status collapsed
43703
43704 \begin_layout Plain Layout
43705
43706
43707 \backslash
43708 fcolorbox{black}{
43709 \end_layout
43710
43711 \end_inset
43712
43713 RedOrange
43714 \begin_inset ERT
43715 status collapsed
43716
43717 \begin_layout Plain Layout
43718
43719 }{
43720 \end_layout
43721
43722 \end_inset
43723
43724
43725 \begin_inset Phantom Phantom
43726 status open
43727
43728 \begin_layout Plain Layout
43729 W
43730 \end_layout
43731
43732 \end_inset
43733
43734
43735 \begin_inset ERT
43736 status collapsed
43737
43738 \begin_layout Plain Layout
43739
43740 }
43741 \end_layout
43742
43743 \end_inset
43744
43745  RedOrange
43746 \end_layout
43747
43748 \end_inset
43749 </cell>
43750 <cell alignment="left" valignment="top" usebox="none">
43751 \begin_inset Text
43752
43753 \begin_layout Plain Layout
43754 \begin_inset ERT
43755 status collapsed
43756
43757 \begin_layout Plain Layout
43758
43759
43760 \backslash
43761 fcolorbox{black}{
43762 \end_layout
43763
43764 \end_inset
43765
43766 RedViolet
43767 \begin_inset ERT
43768 status collapsed
43769
43770 \begin_layout Plain Layout
43771
43772 }{
43773 \end_layout
43774
43775 \end_inset
43776
43777
43778 \begin_inset Phantom Phantom
43779 status open
43780
43781 \begin_layout Plain Layout
43782 W
43783 \end_layout
43784
43785 \end_inset
43786
43787
43788 \begin_inset ERT
43789 status collapsed
43790
43791 \begin_layout Plain Layout
43792
43793 }
43794 \end_layout
43795
43796 \end_inset
43797
43798  RedViolet
43799 \end_layout
43800
43801 \end_inset
43802 </cell>
43803 <cell alignment="left" valignment="top" usebox="none">
43804 \begin_inset Text
43805
43806 \begin_layout Plain Layout
43807 \begin_inset ERT
43808 status collapsed
43809
43810 \begin_layout Plain Layout
43811
43812
43813 \backslash
43814 fcolorbox{black}{
43815 \end_layout
43816
43817 \end_inset
43818
43819 Rhodamine
43820 \begin_inset ERT
43821 status collapsed
43822
43823 \begin_layout Plain Layout
43824
43825 }{
43826 \end_layout
43827
43828 \end_inset
43829
43830
43831 \begin_inset Phantom Phantom
43832 status open
43833
43834 \begin_layout Plain Layout
43835 W
43836 \end_layout
43837
43838 \end_inset
43839
43840
43841 \begin_inset ERT
43842 status collapsed
43843
43844 \begin_layout Plain Layout
43845
43846 }
43847 \end_layout
43848
43849 \end_inset
43850
43851  Rhodamine
43852 \end_layout
43853
43854 \end_inset
43855 </cell>
43856 </row>
43857 <row>
43858 <cell alignment="left" valignment="top" usebox="none">
43859 \begin_inset Text
43860
43861 \begin_layout Plain Layout
43862 \begin_inset ERT
43863 status collapsed
43864
43865 \begin_layout Plain Layout
43866
43867
43868 \backslash
43869 fcolorbox{black}{
43870 \end_layout
43871
43872 \end_inset
43873
43874 RoyalBlue
43875 \begin_inset ERT
43876 status collapsed
43877
43878 \begin_layout Plain Layout
43879
43880 }{
43881 \end_layout
43882
43883 \end_inset
43884
43885
43886 \begin_inset Phantom Phantom
43887 status open
43888
43889 \begin_layout Plain Layout
43890 W
43891 \end_layout
43892
43893 \end_inset
43894
43895
43896 \begin_inset ERT
43897 status collapsed
43898
43899 \begin_layout Plain Layout
43900
43901 }
43902 \end_layout
43903
43904 \end_inset
43905
43906  RoyalBlue
43907 \end_layout
43908
43909 \end_inset
43910 </cell>
43911 <cell alignment="left" valignment="top" usebox="none">
43912 \begin_inset Text
43913
43914 \begin_layout Plain Layout
43915 \begin_inset ERT
43916 status collapsed
43917
43918 \begin_layout Plain Layout
43919
43920
43921 \backslash
43922 fcolorbox{black}{
43923 \end_layout
43924
43925 \end_inset
43926
43927 RoyalPurple
43928 \begin_inset ERT
43929 status collapsed
43930
43931 \begin_layout Plain Layout
43932
43933 }{
43934 \end_layout
43935
43936 \end_inset
43937
43938
43939 \begin_inset Phantom Phantom
43940 status open
43941
43942 \begin_layout Plain Layout
43943 W
43944 \end_layout
43945
43946 \end_inset
43947
43948
43949 \begin_inset ERT
43950 status collapsed
43951
43952 \begin_layout Plain Layout
43953
43954 }
43955 \end_layout
43956
43957 \end_inset
43958
43959  RoyalPurple
43960 \end_layout
43961
43962 \end_inset
43963 </cell>
43964 <cell alignment="left" valignment="top" usebox="none">
43965 \begin_inset Text
43966
43967 \begin_layout Plain Layout
43968 \begin_inset ERT
43969 status collapsed
43970
43971 \begin_layout Plain Layout
43972
43973
43974 \backslash
43975 fcolorbox{black}{
43976 \end_layout
43977
43978 \end_inset
43979
43980 RubineRed
43981 \begin_inset ERT
43982 status collapsed
43983
43984 \begin_layout Plain Layout
43985
43986 }{
43987 \end_layout
43988
43989 \end_inset
43990
43991
43992 \begin_inset Phantom Phantom
43993 status open
43994
43995 \begin_layout Plain Layout
43996 W
43997 \end_layout
43998
43999 \end_inset
44000
44001
44002 \begin_inset ERT
44003 status collapsed
44004
44005 \begin_layout Plain Layout
44006
44007 }
44008 \end_layout
44009
44010 \end_inset
44011
44012  RubineRed
44013 \end_layout
44014
44015 \end_inset
44016 </cell>
44017 <cell alignment="left" valignment="top" usebox="none">
44018 \begin_inset Text
44019
44020 \begin_layout Plain Layout
44021 \begin_inset ERT
44022 status collapsed
44023
44024 \begin_layout Plain Layout
44025
44026
44027 \backslash
44028 fcolorbox{black}{
44029 \end_layout
44030
44031 \end_inset
44032
44033 Salmon
44034 \begin_inset ERT
44035 status collapsed
44036
44037 \begin_layout Plain Layout
44038
44039 }{
44040 \end_layout
44041
44042 \end_inset
44043
44044
44045 \begin_inset Phantom Phantom
44046 status open
44047
44048 \begin_layout Plain Layout
44049 W
44050 \end_layout
44051
44052 \end_inset
44053
44054
44055 \begin_inset ERT
44056 status collapsed
44057
44058 \begin_layout Plain Layout
44059
44060 }
44061 \end_layout
44062
44063 \end_inset
44064
44065  Salmon
44066 \end_layout
44067
44068 \end_inset
44069 </cell>
44070 </row>
44071 <row>
44072 <cell alignment="left" valignment="top" usebox="none">
44073 \begin_inset Text
44074
44075 \begin_layout Plain Layout
44076 \begin_inset ERT
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080
44081
44082 \backslash
44083 fcolorbox{black}{
44084 \end_layout
44085
44086 \end_inset
44087
44088 SeaGreen
44089 \begin_inset ERT
44090 status collapsed
44091
44092 \begin_layout Plain Layout
44093
44094 }{
44095 \end_layout
44096
44097 \end_inset
44098
44099
44100 \begin_inset Phantom Phantom
44101 status open
44102
44103 \begin_layout Plain Layout
44104 W
44105 \end_layout
44106
44107 \end_inset
44108
44109
44110 \begin_inset ERT
44111 status collapsed
44112
44113 \begin_layout Plain Layout
44114
44115 }
44116 \end_layout
44117
44118 \end_inset
44119
44120  SeaGreen
44121 \end_layout
44122
44123 \end_inset
44124 </cell>
44125 <cell alignment="left" valignment="top" usebox="none">
44126 \begin_inset Text
44127
44128 \begin_layout Plain Layout
44129 \begin_inset ERT
44130 status collapsed
44131
44132 \begin_layout Plain Layout
44133
44134
44135 \backslash
44136 fcolorbox{black}{
44137 \end_layout
44138
44139 \end_inset
44140
44141 Sepia
44142 \begin_inset ERT
44143 status collapsed
44144
44145 \begin_layout Plain Layout
44146
44147 }{
44148 \end_layout
44149
44150 \end_inset
44151
44152
44153 \begin_inset Phantom Phantom
44154 status open
44155
44156 \begin_layout Plain Layout
44157 W
44158 \end_layout
44159
44160 \end_inset
44161
44162
44163 \begin_inset ERT
44164 status collapsed
44165
44166 \begin_layout Plain Layout
44167
44168 }
44169 \end_layout
44170
44171 \end_inset
44172
44173  Sepia
44174 \end_layout
44175
44176 \end_inset
44177 </cell>
44178 <cell alignment="left" valignment="top" usebox="none">
44179 \begin_inset Text
44180
44181 \begin_layout Plain Layout
44182 \begin_inset ERT
44183 status collapsed
44184
44185 \begin_layout Plain Layout
44186
44187
44188 \backslash
44189 fcolorbox{black}{
44190 \end_layout
44191
44192 \end_inset
44193
44194 SkyBlue
44195 \begin_inset ERT
44196 status collapsed
44197
44198 \begin_layout Plain Layout
44199
44200 }{
44201 \end_layout
44202
44203 \end_inset
44204
44205
44206 \begin_inset Phantom Phantom
44207 status open
44208
44209 \begin_layout Plain Layout
44210 W
44211 \end_layout
44212
44213 \end_inset
44214
44215
44216 \begin_inset ERT
44217 status collapsed
44218
44219 \begin_layout Plain Layout
44220
44221 }
44222 \end_layout
44223
44224 \end_inset
44225
44226  SkyBlue
44227 \end_layout
44228
44229 \end_inset
44230 </cell>
44231 <cell alignment="left" valignment="top" usebox="none">
44232 \begin_inset Text
44233
44234 \begin_layout Plain Layout
44235 \begin_inset ERT
44236 status collapsed
44237
44238 \begin_layout Plain Layout
44239
44240
44241 \backslash
44242 fcolorbox{black}{
44243 \end_layout
44244
44245 \end_inset
44246
44247 SpringGreen
44248 \begin_inset ERT
44249 status collapsed
44250
44251 \begin_layout Plain Layout
44252
44253 }{
44254 \end_layout
44255
44256 \end_inset
44257
44258
44259 \begin_inset Phantom Phantom
44260 status open
44261
44262 \begin_layout Plain Layout
44263 W
44264 \end_layout
44265
44266 \end_inset
44267
44268
44269 \begin_inset ERT
44270 status collapsed
44271
44272 \begin_layout Plain Layout
44273
44274 }
44275 \end_layout
44276
44277 \end_inset
44278
44279  SpringGreen
44280 \end_layout
44281
44282 \end_inset
44283 </cell>
44284 </row>
44285 <row>
44286 <cell alignment="left" valignment="top" usebox="none">
44287 \begin_inset Text
44288
44289 \begin_layout Plain Layout
44290 \begin_inset ERT
44291 status collapsed
44292
44293 \begin_layout Plain Layout
44294
44295
44296 \backslash
44297 fcolorbox{black}{
44298 \end_layout
44299
44300 \end_inset
44301
44302 Tan
44303 \begin_inset ERT
44304 status collapsed
44305
44306 \begin_layout Plain Layout
44307
44308 }{
44309 \end_layout
44310
44311 \end_inset
44312
44313
44314 \begin_inset Phantom Phantom
44315 status open
44316
44317 \begin_layout Plain Layout
44318 W
44319 \end_layout
44320
44321 \end_inset
44322
44323
44324 \begin_inset ERT
44325 status collapsed
44326
44327 \begin_layout Plain Layout
44328
44329 }
44330 \end_layout
44331
44332 \end_inset
44333
44334  Tan
44335 \end_layout
44336
44337 \end_inset
44338 </cell>
44339 <cell alignment="left" valignment="top" usebox="none">
44340 \begin_inset Text
44341
44342 \begin_layout Plain Layout
44343 \begin_inset ERT
44344 status collapsed
44345
44346 \begin_layout Plain Layout
44347
44348
44349 \backslash
44350 fcolorbox{black}{
44351 \end_layout
44352
44353 \end_inset
44354
44355 TealBlue
44356 \begin_inset ERT
44357 status collapsed
44358
44359 \begin_layout Plain Layout
44360
44361 }{
44362 \end_layout
44363
44364 \end_inset
44365
44366
44367 \begin_inset Phantom Phantom
44368 status open
44369
44370 \begin_layout Plain Layout
44371 W
44372 \end_layout
44373
44374 \end_inset
44375
44376
44377 \begin_inset ERT
44378 status collapsed
44379
44380 \begin_layout Plain Layout
44381
44382 }
44383 \end_layout
44384
44385 \end_inset
44386
44387  TealBlue
44388 \end_layout
44389
44390 \end_inset
44391 </cell>
44392 <cell alignment="left" valignment="top" usebox="none">
44393 \begin_inset Text
44394
44395 \begin_layout Plain Layout
44396 \begin_inset ERT
44397 status collapsed
44398
44399 \begin_layout Plain Layout
44400
44401
44402 \backslash
44403 fcolorbox{black}{
44404 \end_layout
44405
44406 \end_inset
44407
44408 Thistle
44409 \begin_inset ERT
44410 status collapsed
44411
44412 \begin_layout Plain Layout
44413
44414 }{
44415 \end_layout
44416
44417 \end_inset
44418
44419
44420 \begin_inset Phantom Phantom
44421 status open
44422
44423 \begin_layout Plain Layout
44424 W
44425 \end_layout
44426
44427 \end_inset
44428
44429
44430 \begin_inset ERT
44431 status collapsed
44432
44433 \begin_layout Plain Layout
44434
44435 }
44436 \end_layout
44437
44438 \end_inset
44439
44440  Thistle
44441 \end_layout
44442
44443 \end_inset
44444 </cell>
44445 <cell alignment="left" valignment="top" usebox="none">
44446 \begin_inset Text
44447
44448 \begin_layout Plain Layout
44449 \begin_inset ERT
44450 status collapsed
44451
44452 \begin_layout Plain Layout
44453
44454
44455 \backslash
44456 fcolorbox{black}{
44457 \end_layout
44458
44459 \end_inset
44460
44461 Turquoise
44462 \begin_inset ERT
44463 status collapsed
44464
44465 \begin_layout Plain Layout
44466
44467 }{
44468 \end_layout
44469
44470 \end_inset
44471
44472
44473 \begin_inset Phantom Phantom
44474 status open
44475
44476 \begin_layout Plain Layout
44477 W
44478 \end_layout
44479
44480 \end_inset
44481
44482
44483 \begin_inset ERT
44484 status collapsed
44485
44486 \begin_layout Plain Layout
44487
44488 }
44489 \end_layout
44490
44491 \end_inset
44492
44493  Turquoise
44494 \end_layout
44495
44496 \end_inset
44497 </cell>
44498 </row>
44499 <row>
44500 <cell alignment="left" valignment="top" usebox="none">
44501 \begin_inset Text
44502
44503 \begin_layout Plain Layout
44504 \begin_inset ERT
44505 status collapsed
44506
44507 \begin_layout Plain Layout
44508
44509
44510 \backslash
44511 fcolorbox{black}{
44512 \end_layout
44513
44514 \end_inset
44515
44516 Violet
44517 \begin_inset ERT
44518 status collapsed
44519
44520 \begin_layout Plain Layout
44521
44522 }{
44523 \end_layout
44524
44525 \end_inset
44526
44527
44528 \begin_inset Phantom Phantom
44529 status open
44530
44531 \begin_layout Plain Layout
44532 W
44533 \end_layout
44534
44535 \end_inset
44536
44537
44538 \begin_inset ERT
44539 status collapsed
44540
44541 \begin_layout Plain Layout
44542
44543 }
44544 \end_layout
44545
44546 \end_inset
44547
44548  Violet
44549 \end_layout
44550
44551 \end_inset
44552 </cell>
44553 <cell alignment="left" valignment="top" usebox="none">
44554 \begin_inset Text
44555
44556 \begin_layout Plain Layout
44557 \begin_inset ERT
44558 status collapsed
44559
44560 \begin_layout Plain Layout
44561
44562
44563 \backslash
44564 fcolorbox{black}{
44565 \end_layout
44566
44567 \end_inset
44568
44569 VioletRed
44570 \begin_inset ERT
44571 status collapsed
44572
44573 \begin_layout Plain Layout
44574
44575 }{
44576 \end_layout
44577
44578 \end_inset
44579
44580
44581 \begin_inset Phantom Phantom
44582 status open
44583
44584 \begin_layout Plain Layout
44585 W
44586 \end_layout
44587
44588 \end_inset
44589
44590
44591 \begin_inset ERT
44592 status collapsed
44593
44594 \begin_layout Plain Layout
44595
44596 }
44597 \end_layout
44598
44599 \end_inset
44600
44601  VioletRed
44602 \end_layout
44603
44604 \end_inset
44605 </cell>
44606 <cell alignment="left" valignment="top" usebox="none">
44607 \begin_inset Text
44608
44609 \begin_layout Plain Layout
44610 \begin_inset ERT
44611 status collapsed
44612
44613 \begin_layout Plain Layout
44614
44615
44616 \backslash
44617 fcolorbox{black}{
44618 \end_layout
44619
44620 \end_inset
44621
44622 WildStrawberry
44623 \begin_inset ERT
44624 status collapsed
44625
44626 \begin_layout Plain Layout
44627
44628 }{
44629 \end_layout
44630
44631 \end_inset
44632
44633
44634 \begin_inset Phantom Phantom
44635 status open
44636
44637 \begin_layout Plain Layout
44638 W
44639 \end_layout
44640
44641 \end_inset
44642
44643
44644 \begin_inset ERT
44645 status collapsed
44646
44647 \begin_layout Plain Layout
44648
44649 }
44650 \end_layout
44651
44652 \end_inset
44653
44654  WildStrawberry
44655 \end_layout
44656
44657 \end_inset
44658 </cell>
44659 <cell alignment="left" valignment="top" usebox="none">
44660 \begin_inset Text
44661
44662 \begin_layout Plain Layout
44663 \begin_inset ERT
44664 status collapsed
44665
44666 \begin_layout Plain Layout
44667
44668
44669 \backslash
44670 fcolorbox{black}{
44671 \end_layout
44672
44673 \end_inset
44674
44675 YellowGreen
44676 \begin_inset ERT
44677 status collapsed
44678
44679 \begin_layout Plain Layout
44680
44681 }{
44682 \end_layout
44683
44684 \end_inset
44685
44686
44687 \begin_inset Phantom Phantom
44688 status open
44689
44690 \begin_layout Plain Layout
44691 W
44692 \end_layout
44693
44694 \end_inset
44695
44696
44697 \begin_inset ERT
44698 status collapsed
44699
44700 \begin_layout Plain Layout
44701
44702 }
44703 \end_layout
44704
44705 \end_inset
44706
44707  YellowGreen
44708 \end_layout
44709
44710 \end_inset
44711 </cell>
44712 </row>
44713 <row>
44714 <cell alignment="left" valignment="top" usebox="none">
44715 \begin_inset Text
44716
44717 \begin_layout Plain Layout
44718 \begin_inset ERT
44719 status collapsed
44720
44721 \begin_layout Plain Layout
44722
44723
44724 \backslash
44725 fcolorbox{black}{
44726 \end_layout
44727
44728 \end_inset
44729
44730 YellowOrange
44731 \begin_inset ERT
44732 status collapsed
44733
44734 \begin_layout Plain Layout
44735
44736 }{
44737 \end_layout
44738
44739 \end_inset
44740
44741
44742 \begin_inset Phantom Phantom
44743 status open
44744
44745 \begin_layout Plain Layout
44746 W
44747 \end_layout
44748
44749 \end_inset
44750
44751
44752 \begin_inset ERT
44753 status collapsed
44754
44755 \begin_layout Plain Layout
44756
44757 }
44758 \end_layout
44759
44760 \end_inset
44761
44762  YellowOrange
44763 \end_layout
44764
44765 \end_inset
44766 </cell>
44767 <cell alignment="left" valignment="top" usebox="none">
44768 \begin_inset Text
44769
44770 \begin_layout Plain Layout
44771
44772 \end_layout
44773
44774 \end_inset
44775 </cell>
44776 <cell alignment="left" valignment="top" usebox="none">
44777 \begin_inset Text
44778
44779 \begin_layout Plain Layout
44780
44781 \end_layout
44782
44783 \end_inset
44784 </cell>
44785 <cell alignment="left" valignment="top" usebox="none">
44786 \begin_inset Text
44787
44788 \begin_layout Plain Layout
44789
44790 \end_layout
44791
44792 \end_inset
44793 </cell>
44794 </row>
44795 </lyxtabular>
44796
44797 \end_inset
44798
44799
44800 \end_layout
44801
44802 \begin_layout Chapter
44803 Erklärung der Gleichung
44804 \begin_inset space ~
44805 \end_inset
44806
44807 (
44808 \begin_inset CommandInset ref
44809 LatexCommand ref
44810 reference "eq:Wgn"
44811
44812 \end_inset
44813
44814 )
44815 \begin_inset CommandInset label
44816 LatexCommand label
44817 name "kap:Erläuterung-einer-Gleichung"
44818
44819 \end_inset
44820
44821
44822 \end_layout
44823
44824 \begin_layout Standard
44825 Die Gesamtbreite von
44826 \emph on
44827  n
44828 \emph default
44829  Tabellenzellen 
44830 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44831 \end_inset
44832
44833  kann wie folgt berechnet werden:
44834 \begin_inset Formula 
44835 \begin{equation}
44836 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44837 \end{equation}
44838
44839 \end_inset
44840
44841
44842 \end_layout
44843
44844 \begin_layout Standard
44845 Dabei ist 
44846 \begin_inset Formula $W_{g\, n}$
44847 \end_inset
44848
44849  die Breite jeder Zelle.
44850
44851 \series bold
44852  
44853 \backslash
44854 tabcolsep
44855 \series default
44856  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
44857  Standardwert 6
44858 \begin_inset space \thinspace{}
44859 \end_inset
44860
44861 pt.
44862  
44863 \series bold
44864
44865 \backslash
44866 arrayrulewidth
44867 \series default
44868  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
44869 \begin_inset space \thinspace{}
44870 \end_inset
44871
44872 pt.
44873 \end_layout
44874
44875 \begin_layout Standard
44876 Nach Gleichung
44877 \begin_inset space ~
44878 \end_inset
44879
44880
44881 \begin_inset CommandInset ref
44882 LatexCommand ref
44883 reference "eq:Wtot_n"
44884
44885 \end_inset
44886
44887  ist die Gesamtbreite einer Mehrfachspalte, 
44888 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44889 \end_inset
44890
44891 ,
44892 \begin_inset Formula 
44893 \begin{equation}
44894 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44895 \end{equation}
44896
44897 \end_inset
44898
44899
44900 \end_layout
44901
44902 \begin_layout Standard
44903 Setzt man die Gleichungen
44904 \begin_inset space ~
44905 \end_inset
44906
44907
44908 \begin_inset CommandInset ref
44909 LatexCommand ref
44910 reference "eq:Wtot_n"
44911
44912 \end_inset
44913
44914  und 
44915 \begin_inset CommandInset ref
44916 LatexCommand ref
44917 reference "eq:Wtot_mult"
44918
44919 \end_inset
44920
44921  gleich, kann man die benötigte Breite 
44922 \begin_inset Formula $W_{g\, n}$
44923 \end_inset
44924
44925 , wenn 
44926 \emph on
44927 n
44928 \emph default
44929  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
44930 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44931 \end_inset
44932
44933  hat, berechnen:
44934 \begin_inset Formula 
44935 \begin{equation}
44936 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44937 \end{equation}
44938
44939 \end_inset
44940
44941
44942 \end_layout
44943
44944 \begin_layout Bibliography
44945 \begin_inset CommandInset bibitem
44946 LatexCommand bibitem
44947 key "latexcompanion"
44948
44949 \end_inset
44950
44951 Frank Mittelbach and Michel Goossens: 
44952 \emph on
44953 The LaTeX Companion Second Edition.
44954
44955 \emph default
44956  Addison-Wesley, 2004
44957 \end_layout
44958
44959 \begin_layout Bibliography
44960 \begin_inset CommandInset bibitem
44961 LatexCommand bibitem
44962 key "latexguide"
44963
44964 \end_inset
44965
44966 Helmut Kopka and Patrick W.
44967  Daly: 
44968 \emph on
44969 A Guide to LaTeX Fourth Edition.
44970
44971 \emph default
44972  Addison-Wesley, 2003
44973 \end_layout
44974
44975 \begin_layout Bibliography
44976 \begin_inset CommandInset bibitem
44977 LatexCommand bibitem
44978 key "lamport"
44979
44980 \end_inset
44981
44982 Leslie Lamport: 
44983 \emph on
44984 LaTeX: A Document Preparation System.
44985
44986 \emph default
44987  Addison-Wesley, second edition, 1994
44988 \end_layout
44989
44990 \begin_layout Bibliography
44991 \begin_inset CommandInset bibitem
44992 LatexCommand bibitem
44993 key "latex-praxisbuch"
44994
44995 \end_inset
44996
44997 Niedermair, Elke & Michael: 
44998 \emph on
44999 LaTeX-Praxisbuch
45000 \emph default
45001 , Franzis-Verlag, 2004
45002 \end_layout
45003
45004 \begin_layout Bibliography
45005 \begin_inset CommandInset bibitem
45006 LatexCommand bibitem
45007 key "arydshln"
45008
45009 \end_inset
45010
45011 Dokumentation des LaTeX-Pakets 
45012 \series bold
45013
45014 \begin_inset CommandInset href
45015 LatexCommand href
45016 name "arydshln"
45017 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45018
45019 \end_inset
45020
45021
45022 \series default
45023
45024 \begin_inset Index idx
45025 status collapsed
45026
45027 \begin_layout Plain Layout
45028 LaTeX-Pakete ! arydshln
45029 \end_layout
45030
45031 \end_inset
45032
45033
45034 \end_layout
45035
45036 \begin_layout Bibliography
45037 \begin_inset CommandInset bibitem
45038 LatexCommand bibitem
45039 key "booktabs"
45040
45041 \end_inset
45042
45043 Dokumentation des LaTeX-Pakets 
45044 \series bold
45045
45046 \begin_inset CommandInset href
45047 LatexCommand href
45048 name "booktabs"
45049 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45050
45051 \end_inset
45052
45053
45054 \series default
45055
45056 \begin_inset Index idx
45057 status collapsed
45058
45059 \begin_layout Plain Layout
45060 LaTeX-Pakete ! booktabs
45061 \end_layout
45062
45063 \end_inset
45064
45065
45066 \end_layout
45067
45068 \begin_layout Bibliography
45069 \begin_inset CommandInset bibitem
45070 LatexCommand bibitem
45071 key "caption"
45072
45073 \end_inset
45074
45075 Dokumentation des LaTeX-Pakets 
45076 \series bold
45077
45078 \begin_inset CommandInset href
45079 LatexCommand href
45080 name "caption"
45081 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45082
45083 \end_inset
45084
45085
45086 \series default
45087
45088 \begin_inset Index idx
45089 status collapsed
45090
45091 \begin_layout Plain Layout
45092 LaTeX-Pakete ! caption
45093 \end_layout
45094
45095 \end_inset
45096
45097
45098 \end_layout
45099
45100 \begin_layout Bibliography
45101 \begin_inset CommandInset bibitem
45102 LatexCommand bibitem
45103 key "diagbox"
45104
45105 \end_inset
45106
45107 Dokumentation des LaTeX-Pakets 
45108 \series bold
45109
45110 \begin_inset CommandInset href
45111 LatexCommand href
45112 name "diagbox"
45113 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45114
45115 \end_inset
45116
45117
45118 \series default
45119
45120 \begin_inset Index idx
45121 status collapsed
45122
45123 \begin_layout Plain Layout
45124 LaTeX-Pakete ! diagbox
45125 \end_layout
45126
45127 \end_inset
45128
45129
45130 \end_layout
45131
45132 \begin_layout Bibliography
45133 \begin_inset CommandInset bibitem
45134 LatexCommand bibitem
45135 key "endfloat"
45136
45137 \end_inset
45138
45139 Dokumentation des LaTeX-Pakets 
45140 \series bold
45141
45142 \begin_inset CommandInset href
45143 LatexCommand href
45144 name "endfloat"
45145 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45146
45147 \end_inset
45148
45149
45150 \series default
45151
45152 \begin_inset Index idx
45153 status collapsed
45154
45155 \begin_layout Plain Layout
45156 LaTeX-Pakete ! endfloat
45157 \end_layout
45158
45159 \end_inset
45160
45161
45162 \end_layout
45163
45164 \begin_layout Bibliography
45165 \begin_inset CommandInset bibitem
45166 LatexCommand bibitem
45167 key "footmisc"
45168
45169 \end_inset
45170
45171 Dokumentation des LaTeX-Pakets 
45172 \series bold
45173
45174 \begin_inset CommandInset href
45175 LatexCommand href
45176 name "footmisc"
45177 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45178
45179 \end_inset
45180
45181
45182 \series default
45183
45184 \begin_inset Index idx
45185 status collapsed
45186
45187 \begin_layout Plain Layout
45188 LaTeX-Pakete ! footmisc
45189 \end_layout
45190
45191 \end_inset
45192
45193
45194 \end_layout
45195
45196 \begin_layout Bibliography
45197 \begin_inset CommandInset bibitem
45198 LatexCommand bibitem
45199 key "hypcap"
45200
45201 \end_inset
45202
45203 Dokumentation des LaTeX-Pakets 
45204 \series bold
45205
45206 \begin_inset CommandInset href
45207 LatexCommand href
45208 name "hypcap"
45209 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45210
45211 \end_inset
45212
45213
45214 \series default
45215
45216 \begin_inset Index idx
45217 status collapsed
45218
45219 \begin_layout Plain Layout
45220 LaTeX-Pakete ! hypcap
45221 \end_layout
45222
45223 \end_inset
45224
45225
45226 \end_layout
45227
45228 \begin_layout Bibliography
45229 \begin_inset CommandInset bibitem
45230 LatexCommand bibitem
45231 key "hyperref"
45232
45233 \end_inset
45234
45235 Dokumentation des LaTeX-Pakets 
45236 \series bold
45237
45238 \begin_inset CommandInset href
45239 LatexCommand href
45240 name "hyperref"
45241 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45242
45243 \end_inset
45244
45245
45246 \series default
45247
45248 \begin_inset Index idx
45249 status collapsed
45250
45251 \begin_layout Plain Layout
45252 LaTeX-Pakete ! hyperref
45253 \end_layout
45254
45255 \end_inset
45256
45257
45258 \end_layout
45259
45260 \begin_layout Bibliography
45261 \begin_inset CommandInset bibitem
45262 LatexCommand bibitem
45263 key "KOMA-Script"
45264
45265 \end_inset
45266
45267 Dokumentation des LaTeX-Pakets 
45268 \series bold
45269
45270 \begin_inset CommandInset href
45271 LatexCommand href
45272 name "KOMA-Script"
45273 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
45274
45275 \end_inset
45276
45277
45278 \series default
45279
45280 \begin_inset Index idx
45281 status collapsed
45282
45283 \begin_layout Plain Layout
45284 LaTeX-Pakete ! KOMA-Script
45285 \end_layout
45286
45287 \end_inset
45288
45289
45290 \end_layout
45291
45292 \begin_layout Bibliography
45293 \begin_inset CommandInset bibitem
45294 LatexCommand bibitem
45295 key "lettrine"
45296
45297 \end_inset
45298
45299 Dokumentation des LaTeX-Pakets 
45300 \series bold
45301
45302 \begin_inset CommandInset href
45303 LatexCommand href
45304 name "lettrine"
45305 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45306
45307 \end_inset
45308
45309
45310 \series default
45311  und ein 
45312 \begin_inset CommandInset href
45313 LatexCommand href
45314 name "Beispiel"
45315 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45316
45317 \end_inset
45318
45319
45320 \begin_inset Index idx
45321 status collapsed
45322
45323 \begin_layout Plain Layout
45324 LaTeX-Pakete ! lettrine
45325 \end_layout
45326
45327 \end_inset
45328
45329
45330 \end_layout
45331
45332 \begin_layout Bibliography
45333 \begin_inset CommandInset bibitem
45334 LatexCommand bibitem
45335 key "listings"
45336
45337 \end_inset
45338
45339 Dokumentation des LaTeX-Pakets 
45340 \series bold
45341
45342 \begin_inset CommandInset href
45343 LatexCommand href
45344 name "listings"
45345 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45346
45347 \end_inset
45348
45349
45350 \series default
45351
45352 \begin_inset Index idx
45353 status collapsed
45354
45355 \begin_layout Plain Layout
45356 LaTeX-Pakete ! listings
45357 \end_layout
45358
45359 \end_inset
45360
45361
45362 \end_layout
45363
45364 \begin_layout Bibliography
45365 \begin_inset CommandInset bibitem
45366 LatexCommand bibitem
45367 key "marginnote"
45368
45369 \end_inset
45370
45371 Dokumentation des LaTeX-Pakets 
45372 \series bold
45373
45374 \begin_inset CommandInset href
45375 LatexCommand href
45376 name "marginnote"
45377 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45378
45379 \end_inset
45380
45381
45382 \series default
45383
45384 \begin_inset Index idx
45385 status collapsed
45386
45387 \begin_layout Plain Layout
45388 LaTeX-Pakete ! marginnote
45389 \end_layout
45390
45391 \end_inset
45392
45393
45394 \end_layout
45395
45396 \begin_layout Bibliography
45397 \begin_inset CommandInset bibitem
45398 LatexCommand bibitem
45399 key "pdfpages"
45400
45401 \end_inset
45402
45403 Dokumentation des LaTeX-Pakets 
45404 \series bold
45405
45406 \begin_inset CommandInset href
45407 LatexCommand href
45408 name "pdfpages"
45409 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45410
45411 \end_inset
45412
45413
45414 \series default
45415
45416 \begin_inset Index idx
45417 status collapsed
45418
45419 \begin_layout Plain Layout
45420 LaTeX-Pakete ! pdfpages
45421 \end_layout
45422
45423 \end_inset
45424
45425
45426 \end_layout
45427
45428 \begin_layout Bibliography
45429 \begin_inset CommandInset bibitem
45430 LatexCommand bibitem
45431 key "prettyref"
45432
45433 \end_inset
45434
45435 Dokumentation des LaTeX-Pakets 
45436 \series bold
45437
45438 \begin_inset CommandInset href
45439 LatexCommand href
45440 name "prettyref"
45441 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45442
45443 \end_inset
45444
45445
45446 \series default
45447
45448 \begin_inset Index idx
45449 status collapsed
45450
45451 \begin_layout Plain Layout
45452 LaTeX-Pakete ! prettyref
45453 \end_layout
45454
45455 \end_inset
45456
45457
45458 \end_layout
45459
45460 \begin_layout Bibliography
45461 \begin_inset CommandInset bibitem
45462 LatexCommand bibitem
45463 key "pstricks"
45464
45465 \end_inset
45466
45467 Webseite des LaTeX-Pakets 
45468 \series bold
45469
45470 \begin_inset CommandInset href
45471 LatexCommand href
45472 name "PSTricks"
45473 target "http://tug.org/PSTricks/"
45474
45475 \end_inset
45476
45477
45478 \series default
45479
45480 \begin_inset Index idx
45481 status collapsed
45482
45483 \begin_layout Plain Layout
45484 LaTeX-Pakete ! pstricks
45485 \end_layout
45486
45487 \end_inset
45488
45489
45490 \end_layout
45491
45492 \begin_layout Bibliography
45493 \begin_inset CommandInset bibitem
45494 LatexCommand bibitem
45495 key "refstyle"
45496
45497 \end_inset
45498
45499 Dokumentation des LaTeX-Pakets 
45500 \series bold
45501
45502 \begin_inset CommandInset href
45503 LatexCommand href
45504 name "refstyle"
45505 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45506
45507 \end_inset
45508
45509
45510 \series default
45511
45512 \begin_inset Index idx
45513 status collapsed
45514
45515 \begin_layout Plain Layout
45516 LaTeX-Pakete ! refstyle
45517 \end_layout
45518
45519 \end_inset
45520
45521
45522 \end_layout
45523
45524 \begin_layout Bibliography
45525 \begin_inset CommandInset bibitem
45526 LatexCommand bibitem
45527 key "sidecap"
45528
45529 \end_inset
45530
45531 Dokumentation des LaTeX-Pakets 
45532 \series bold
45533
45534 \begin_inset CommandInset href
45535 LatexCommand href
45536 name "sidecap"
45537 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45538
45539 \end_inset
45540
45541
45542 \series default
45543
45544 \begin_inset Index idx
45545 status collapsed
45546
45547 \begin_layout Plain Layout
45548 LaTeX-Pakete ! sidecap
45549 \end_layout
45550
45551 \end_inset
45552
45553
45554 \end_layout
45555
45556 \begin_layout Bibliography
45557 \begin_inset CommandInset bibitem
45558 LatexCommand bibitem
45559 key "NeuInLyX20"
45560
45561 \end_inset
45562
45563
45564 \begin_inset CommandInset href
45565 LatexCommand href
45566 name "Wiki-Seite"
45567 target "http://wiki.lyx.org/LyX/NewInLyX20"
45568
45569 \end_inset
45570
45571  über neue Funktionen in 
45572 \family sans
45573 LyX 2.0
45574 \family default
45575 .
45576 \end_layout
45577
45578 \begin_layout Standard
45579 \begin_inset CommandInset index_print
45580 LatexCommand printindex
45581 type "idx"
45582
45583 \end_inset
45584
45585
45586 \end_layout
45587
45588 \end_body
45589 \end_document