]> git.lyx.org Git - features.git/blob - lib/doc/de/EmbeddedObjects.lyx
7ae86ee5141b54a17de6ea8afad49efb3675e309
[features.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 Titel für Tabellenseiten
7540 \begin_inset Index idx
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544 Tabellen ! lange ! mehrere Titel
7545 \end_layout
7546
7547 \end_inset
7548
7549
7550 \end_layout
7551
7552 \begin_layout Standard
7553 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7554  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7555  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7556 \end_layout
7557
7558 \begin_layout Standard
7559
7560 \series bold
7561
7562 \backslash
7563 caption*{Beschriftung}
7564 \backslash
7565
7566 \backslash
7567 %
7568 \end_layout
7569
7570 \begin_layout Standard
7571 Tabelle
7572 \begin_inset space ~
7573 \end_inset
7574
7575
7576 \begin_inset CommandInset ref
7577 LatexCommand ref
7578 reference "tab:DiffCaptions"
7579
7580 \end_inset
7581
7582  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7583  ohne Tabellennummer auf der zweiten Seite.
7584 \end_layout
7585
7586 \begin_layout Standard
7587 \align center
7588 \begin_inset Tabular
7589 <lyxtabular version="3" rows="59" columns="3">
7590 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7591 <column alignment="left" valignment="top" width="0cm">
7592 <column alignment="left" valignment="top" width="0pt">
7593 <column alignment="right" valignment="top" width="0pt">
7594 <row endfirsthead="true" caption="true">
7595 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 \begin_inset Caption Standard
7600
7601 \begin_layout Plain Layout
7602 Telefonliste
7603 \begin_inset CommandInset label
7604 LatexCommand label
7605 name "tab:DiffCaptions"
7606
7607 \end_inset
7608
7609
7610 \begin_inset Argument 1
7611 status collapsed
7612
7613 \begin_layout Plain Layout
7614 Telefonliste
7615 \end_layout
7616
7617 \end_inset
7618
7619
7620 \end_layout
7621
7622 \end_inset
7623
7624
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 </row>
7648 <row endfirsthead="true">
7649 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653
7654 \series bold
7655 Telefonliste (ignoriere die Namen)
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 </row>
7679 <row endfirsthead="true">
7680 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684
7685 \series bold
7686 NAME
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704
7705 \series bold
7706 TEL.
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 </row>
7712 <row endhead="true">
7713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 \begin_inset ERT
7718 status open
7719
7720 \begin_layout Plain Layout
7721
7722
7723 \backslash
7724 caption*{Fortsetzung der Telefonliste}
7725 \backslash
7726
7727 \backslash
7728 %
7729 \end_layout
7730
7731 \end_inset
7732
7733
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 </row>
7757 <row endhead="true">
7758 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \series bold
7764 Telefonliste
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 </row>
7788 <row endhead="true">
7789 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \series bold
7795 NAME
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813
7814 \series bold
7815 TEL.
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 </row>
7821 <row endfoot="true">
7822 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826 wird fortgesetzt\SpecialChar \ldots{}
7827
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 </row>
7851 <row>
7852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \series bold
7858 Annovi
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 Silvia
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 111
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 </row>
7882 <row>
7883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887
7888 \series bold
7889 Bertoli
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898 Stefano
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 111
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 </row>
7913 <row>
7914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \series bold
7920 Bozzi
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 Walter
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938 111
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 </row>
7944 <row>
7945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \series bold
7951 Cachia
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 Maria
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 111
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 </row>
7975 <row>
7976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980
7981 \series bold
7982 Cachia
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 Maurizio
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 111
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 </row>
8006 <row>
8007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \series bold
8013 Cinquemani
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 Giusi
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 111
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 </row>
8037 <row>
8038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \series bold
8044 Colin
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 Bernard
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 111
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 </row>
8068 <row>
8069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073
8074 \series bold
8075 Concli
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 Gianfranco
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 111
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 </row>
8099 <row>
8100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \series bold
8106 Dal Bosco
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 Carolina
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 111
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 </row>
8130 <row>
8131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135
8136 \series bold
8137 Dalpiaz
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 Annamaria
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 111
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 </row>
8161 <row>
8162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166
8167 \series bold
8168 Feliciello
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 Domenico
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 111
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 </row>
8192 <row>
8193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197
8198 \series bold
8199 Focarelli
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 Paola
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 111
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228
8229 \series bold
8230 Galletti
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 Oreste
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 111
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 </row>
8254 <row>
8255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259
8260 \series bold
8261 Gasparini
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 Franca
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 111
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 </row>
8285 <row>
8286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290
8291 \series bold
8292 Rizzardi
8293 \series default
8294
8295 \begin_inset Foot
8296 status open
8297
8298 \begin_layout Plain Layout
8299 Beispielfußnote
8300 \end_layout
8301
8302 \end_inset
8303
8304
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 Paola
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 111
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 </row>
8328 <row>
8329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333
8334 \series bold
8335 Lassini
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 Giancarlo
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 111
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 <row>
8360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364
8365 \series bold
8366 Malfatti
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 Luciano
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 111
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \series bold
8397 Malfatti
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 Valeriano
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 111
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 <row>
8422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426
8427 \series bold
8428 Meneguzzo
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 Roberto
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 111
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 </row>
8452 <row>
8453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457
8458 \series bold
8459 Mezzadra
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 Roberto
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 111
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \series bold
8490 Pirpamer
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 Erich
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 111
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 </row>
8514 <row>
8515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519
8520 \series bold
8521 Pochiesa
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 Paolo
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 111, 222
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 </row>
8545 <row>
8546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550
8551 \series bold
8552 Radina
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 Claudio
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 111
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 <row>
8577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581
8582 \series bold
8583 Stuffer
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 Oskar
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 111
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 <row>
8608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612
8613 \series bold
8614 Tacchelli
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 Ugo
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 111
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 </row>
8638 <row>
8639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643
8644 \series bold
8645 Tezzele
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 Margit
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 111
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 </row>
8669 <row>
8670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674
8675 \series bold
8676 Unterkalmsteiner
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 Frieda
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 111
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row>
8701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705
8706 \series bold
8707 Vieider
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 Hilde
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 111
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 </row>
8731 <row>
8732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736
8737 \series bold
8738 Vigna
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 Jürgen
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 111
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 </row>
8762 <row>
8763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767
8768 \series bold
8769 Weber
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 Maurizio
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 111
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row>
8794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798
8799 \series bold
8800 Winkler
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 Franz
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 111
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 </row>
8824 <row>
8825 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829  
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 </row>
8853 <row>
8854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858
8859 \series bold
8860 Annovi
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869 Silvia
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 555
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 </row>
8884 <row>
8885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889
8890 \series bold
8891 Bertoli
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 Stefano
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 555
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 </row>
8915 <row>
8916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920
8921 \series bold
8922 Bozzi
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 Walter
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 555
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 </row>
8946 <row>
8947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951
8952 \series bold
8953 Cachia
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 Maria
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 555
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 </row>
8977 <row>
8978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982
8983 \series bold
8984 Cachia
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 Maurizio
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 555
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 </row>
9008 <row>
9009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013
9014 \series bold
9015 Cinquemani
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 Giusi
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 555
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044
9045 \series bold
9046 Colin
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 Bernard
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 555
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 </row>
9070 <row>
9071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075
9076 \series bold
9077 Concli
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 Gianfranco
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 555
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row>
9102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \series bold
9108 Dal Bosco
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 Carolina
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 555
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 </row>
9132 <row>
9133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137
9138 \series bold
9139 Dalpiaz
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 Annamaria
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 555
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 </row>
9163 <row>
9164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168
9169 \series bold
9170 Feliciello
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 Domenico
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 555
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 <row>
9195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199
9200 \series bold
9201 Focarelli
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 Paola
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 555
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 </row>
9225 <row>
9226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230
9231 \series bold
9232 Galletti
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241 Oreste
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 555
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 </row>
9256 <row>
9257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261
9262 \series bold
9263 Gasparini
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 Franca
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 555
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 </row>
9287 <row>
9288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292
9293 \series bold
9294 Rizzardi
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 Paola
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 555
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 </row>
9318 <row>
9319 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323
9324 \series bold
9325 Lassini
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 Giancarlo
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 555
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 </row>
9349 <row>
9350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354
9355 \series bold
9356 Malfatti
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 Luciano
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 555
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 </row>
9380 <row>
9381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385
9386 \series bold
9387 Malfatti
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 Valeriano
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 555
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 </row>
9411 <row>
9412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416
9417 \series bold
9418 Meneguzzo
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 Roberto
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 555
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 </row>
9442 <row>
9443 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447
9448 \series bold
9449 Mezzadra
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 Roberto
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467 555
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 </row>
9473 </lyxtabular>
9474
9475 \end_inset
9476
9477
9478 \end_layout
9479
9480 \begin_layout Section
9481 Weitere Möglichkeiten für 
9482 \family sans
9483 lange Tabelle
9484 \family default
9485 n
9486 \begin_inset CommandInset label
9487 LatexCommand label
9488 name "abs:Special-Longtable-Issues"
9489
9490 \end_inset
9491
9492
9493 \end_layout
9494
9495 \begin_layout Subsection
9496 L
9497 \family sans
9498 ange Tabelle
9499 \family default
9500 n: Berechnung
9501 \begin_inset Index idx
9502 status collapsed
9503
9504 \begin_layout Plain Layout
9505 Tabellen ! lange ! Berechnung
9506 \end_layout
9507
9508 \end_inset
9509
9510
9511 \end_layout
9512
9513 \begin_layout Standard
9514 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9515  so genannten 
9516 \emph on
9517 chunks
9518 \emph default
9519  (Brocken).
9520  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9521  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9522  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9523  das die Druckausgabe.
9524  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9525  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9526  einfügen:
9527 \end_layout
9528
9529 \begin_layout Standard
9530
9531 \series bold
9532
9533 \backslash
9534 setcounter{LTchunksize}{100}
9535 \end_layout
9536
9537 \begin_layout Subsection
9538 Gleitobjekte und L
9539 \family sans
9540 ange Tabelle
9541 \family default
9542 n
9543 \begin_inset Index idx
9544 status collapsed
9545
9546 \begin_layout Plain Layout
9547 Tabellen ! lange ! und Gleitobjekte
9548 \end_layout
9549
9550 \end_inset
9551
9552
9553 \end_layout
9554
9555 \begin_layout Standard
9556 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9557 \family sans
9558 lange
9559 \begin_inset space ~
9560 \end_inset
9561
9562 Tabelle
9563 \family default
9564  beginnt, ein Gleitobjekt befindet.
9565  Um das zu vermeiden, können Sie vor der 
9566 \family sans
9567 langen
9568 \begin_inset space ~
9569 \end_inset
9570
9571 Tabellen
9572 \family default
9573  einen manuellen Seitenumbruch
9574 \family sans
9575  Einfügen\SpecialChar \menuseparator
9576 Formatierung\SpecialChar \menuseparator
9577 [Doppel]Seite
9578 \begin_inset space \space{}
9579 \end_inset
9580
9581 leeren
9582 \family default
9583  einfügen, siehe 
9584 \emph on
9585 Benutzerhandbuch
9586 \emph default
9587 .
9588 \end_layout
9589
9590 \begin_layout Subsection
9591 Manuelle Seitenumbrüche
9592 \begin_inset Index idx
9593 status collapsed
9594
9595 \begin_layout Plain Layout
9596 Tabellen ! lange ! manueller Seitenumbruch
9597 \end_layout
9598
9599 \end_inset
9600
9601
9602 \end_layout
9603
9604 \begin_layout Standard
9605 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9606  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9607  der Zelle umbrechen wollen, fügen Sie den Befehl  
9608 \begin_inset Quotes gld
9609 \end_inset
9610
9611
9612 \series bold
9613
9614 \backslash
9615
9616 \backslash
9617
9618 \series default
9619
9620 \begin_inset Quotes grd
9621 \end_inset
9622
9623  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9624  werden kann.
9625  Vor dem 
9626 \begin_inset Quotes gld
9627 \end_inset
9628
9629
9630 \series bold
9631
9632 \backslash
9633
9634 \backslash
9635
9636 \series default
9637
9638 \begin_inset Quotes grd
9639 \end_inset
9640
9641 -Befehl müssen Sie so viele 
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  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9654  Mit 
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   werden in LaTeX Tabellenzellen getrennt.
9667  Hinter jedes 
9668 \begin_inset Quotes gld
9669 \end_inset
9670
9671
9672 \series bold
9673 &
9674 \series default
9675
9676 \begin_inset Quotes grd
9677 \end_inset
9678
9679  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9680  und löschen den Inhalt dieser Zellen.
9681 \end_layout
9682
9683 \begin_layout Standard
9684 Hinter dem 
9685 \begin_inset Quotes gld
9686 \end_inset
9687
9688
9689 \series bold
9690
9691 \backslash
9692
9693 \backslash
9694
9695 \series default
9696
9697 \begin_inset Quotes grd
9698 \end_inset
9699
9700 -Befehl müssen Sie so viele 
9701 \begin_inset Quotes gld
9702 \end_inset
9703
9704
9705 \series bold
9706 &
9707 \series default
9708
9709 \begin_inset Quotes grd
9710 \end_inset
9711
9712  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9713  In Tabelle
9714 \begin_inset space ~
9715 \end_inset
9716
9717
9718 \begin_inset CommandInset ref
9719 LatexCommand ref
9720 reference "tab:ForcedPagebreak"
9721
9722 \end_inset
9723
9724  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9725  Es folgt noch eine weitere Spalte.
9726  Deshalb wurde hinter dem Wort 
9727 \emph on
9728 Castelchiodato, 
9729 \emph default
9730 folgendes eingefügt:
9731 \end_layout
9732
9733 \begin_layout Standard
9734
9735 \series bold
9736 & 111
9737 \backslash
9738
9739 \backslash
9740  
9741 \backslash
9742 newpage
9743 \begin_inset Newline newline
9744 \end_inset
9745
9746 &
9747 \end_layout
9748
9749 \begin_layout Standard
9750 Die 
9751 \begin_inset Quotes gld
9752 \end_inset
9753
9754 111
9755 \begin_inset Quotes grd
9756 \end_inset
9757
9758  in der dritten Spalte wurde gelöscht.
9759  
9760 \series bold
9761
9762 \backslash
9763 newpage
9764 \series default
9765  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9766  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9767  Wenn die Fußzeile Ihrer 
9768 \family sans
9769 langen
9770 \begin_inset space ~
9771 \end_inset
9772
9773 Tabelle
9774 \family default
9775  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9776  Befehle benutzen:
9777 \end_layout
9778
9779 \begin_layout Standard
9780
9781 \series bold
9782 & 111
9783 \backslash
9784
9785 \backslash
9786
9787 \begin_inset Newline newline
9788 \end_inset
9789
9790
9791 \backslash
9792 hline &
9793 \end_layout
9794
9795 \begin_layout Standard
9796 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9797  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9798 \end_layout
9799
9800 \begin_layout Standard
9801
9802 \series bold
9803
9804 \backslash
9805 setlength{
9806 \backslash
9807 parfillskip}{0pt}
9808 \end_layout
9809
9810 \begin_layout Standard
9811 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9812  erscheint.
9813 \end_layout
9814
9815 \begin_layout Standard
9816 \align center
9817 \begin_inset Tabular
9818 <lyxtabular version="3" rows="38" columns="3">
9819 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9820 <column alignment="left" valignment="top" width="0cm">
9821 <column alignment="left" valignment="top" width="3cm">
9822 <column alignment="right" valignment="top" width="0pt">
9823 <row endfirsthead="true" caption="true">
9824 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828 \begin_inset Caption Standard
9829
9830 \begin_layout Plain Layout
9831 Tabelle mit manuellem Seitenumbruch in einer Zelle
9832 \begin_inset CommandInset label
9833 LatexCommand label
9834 name "tab:ForcedPagebreak"
9835
9836 \end_inset
9837
9838
9839 \begin_inset Argument 1
9840 status collapsed
9841
9842 \begin_layout Plain Layout
9843 Tabelle mit manuellem Seitenumbruch in einer Zelle
9844 \end_layout
9845
9846 \end_inset
9847
9848
9849 \end_layout
9850
9851 \end_inset
9852
9853
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 </row>
9877 <row endfirsthead="true">
9878 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882
9883 \series bold
9884 Telefonliste (ignoriere die Namen)
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row endfirsthead="true">
9909 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913
9914 \series bold
9915 NAME
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \series bold
9935 TEL.
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 </row>
9941 <row endhead="true">
9942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946 \begin_inset ERT
9947 status collapsed
9948
9949 \begin_layout Plain Layout
9950
9951
9952 \backslash
9953 caption*{Fortsetzung der Tabelle}
9954 \backslash
9955
9956 \backslash
9957 %
9958 \end_layout
9959
9960 \end_inset
9961
9962
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 </row>
9986 <row endhead="true">
9987 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \series bold
9993 Telefonliste
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 </row>
10017 <row endhead="true">
10018 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022
10023 \series bold
10024 NAME
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \series bold
10044 TEL.
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 </row>
10050 <row endfoot="true">
10051 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055 wird fortgesetzt\SpecialChar \ldots{}
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 <row>
10081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \series bold
10087 Annovi
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 Silvia
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 111
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 </row>
10111 <row>
10112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116
10117 \series bold
10118 Bertoli
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 Stefano
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136 111
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 </row>
10142 <row>
10143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147
10148 \series bold
10149 Bozzi
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158 Walter
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167 111
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 </row>
10173 <row>
10174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \series bold
10180 Cachia
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 Maria
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198 111
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 </row>
10204 <row>
10205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209
10210 \series bold
10211 Cachia
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 Maurizio
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229 111
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 </row>
10235 <row>
10236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240
10241 \series bold
10242 Cinquemani
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 Giusi
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 111
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 </row>
10266 <row>
10267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271
10272 \series bold
10273 Colin
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 Bernard
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 111
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 </row>
10297 <row>
10298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302
10303 \series bold
10304 Concli
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 Gianfranco
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 111
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 </row>
10328 <row>
10329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333
10334 \series bold
10335 Dal Bosco
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 Carolina
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 111
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 </row>
10359 <row>
10360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364
10365 \series bold
10366 Dalpiaz
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 Annamaria
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 111
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 </row>
10390 <row>
10391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395
10396 \series bold
10397 Feliciello
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 Domenico
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415 111
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 <row>
10422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426
10427 \series bold
10428 Focarelli
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 Paola
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 111
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 </row>
10452 <row>
10453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457
10458 \series bold
10459 Galletti
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 Oreste
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 111
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 <row>
10484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488
10489 \series bold
10490 Gasparini
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 Franca
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 111
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 </row>
10514 <row>
10515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519
10520 \series bold
10521 Lassini
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 Giancarlo
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 111
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 </row>
10545 <row>
10546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550
10551 \series bold
10552 Malfatti
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 Luciano
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 111
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \series bold
10583 Malfatti
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 Valeriano
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 111
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 </row>
10607 <row>
10608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612
10613 \series bold
10614 Meneguzzo
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 Roberto
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 111
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 </row>
10638 <row>
10639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643
10644 \series bold
10645 Mezzadra
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 Roberto
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663 111
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 </row>
10669 <row>
10670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674
10675 \series bold
10676 Pirpamer
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685 Erich
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694 111
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 </row>
10700 <row>
10701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705
10706 \series bold
10707 Pochiesa
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 Paolo
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 111, 222
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 </row>
10731 <row>
10732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736
10737 \series bold
10738 Radina
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747 Claudio
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 111
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 </row>
10762 <row>
10763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \series bold
10769 Rizzardi
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 Paolo, 11.
10779  Fürst von Monte\SpecialChar \-
10780 com\SpecialChar \-
10781 patri, 11.
10782  Fürst von Sulmona und Vivaro, 10.
10783  Fürst von Rossano, 5.
10784  Herzog von Canemorte, 11.
10785  Herzog von Palombara, 5.
10786  Herzog von Castelchiodato,
10787 \begin_inset ERT
10788 status open
10789
10790 \begin_layout Plain Layout
10791
10792 & 111
10793 \backslash
10794
10795 \backslash
10796  
10797 \backslash
10798 newpage
10799 \end_layout
10800
10801 \begin_layout Plain Layout
10802
10803 &
10804 \end_layout
10805
10806 \end_inset
10807
10808  11.
10809  Herzog von Poggionativo, 11.
10810  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10811  Graf von Valinfreda, 11.
10812  Baron von Cropalati, 11.
10813  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row>
10829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \series bold
10835 Stuffer
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 Oskar
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 111
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 </row>
10859 <row>
10860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \series bold
10866 Tacchelli
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 Ugo
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 111
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 </row>
10890 <row>
10891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895
10896 \series bold
10897 Tezzele
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 Margit
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 111
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 </row>
10921 <row>
10922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926
10927 \series bold
10928 Unterkalmsteiner
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 Frieda
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 111
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 </row>
10952 <row>
10953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957
10958 \series bold
10959 Vieider
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 Hilde
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977 111
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 </row>
10983 <row>
10984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988
10989 \series bold
10990 Vigna
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 Jürgen
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 111
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 </row>
11014 <row>
11015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019
11020 \series bold
11021 Weber
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 Maurizio
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 111
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 </row>
11045 <row>
11046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \series bold
11052 Winkler
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 Franz
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070 111
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 </row>
11076 </lyxtabular>
11077
11078 \end_inset
11079
11080
11081 \end_layout
11082
11083 \begin_layout Section
11084 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11085 \end_layout
11086
11087 \begin_layout Subsection
11088 Mehrfache Zeilen in Zellen
11089 \begin_inset CommandInset label
11090 LatexCommand label
11091 name "uab:Mehrfache-Zeilen-in"
11092
11093 \end_inset
11094
11095
11096 \begin_inset Index idx
11097 status collapsed
11098
11099 \begin_layout Plain Layout
11100 Mehrfache ! Zeilen in Zellen
11101 \end_layout
11102
11103 \end_inset
11104
11105
11106 \begin_inset Index idx
11107 status collapsed
11108
11109 \begin_layout Plain Layout
11110 Tabellen ! Zeilenumbrüche
11111 \end_layout
11112
11113 \end_inset
11114
11115
11116 \end_layout
11117
11118 \begin_layout Standard
11119 \noindent
11120 \begin_inset Float table
11121 placement H
11122 wide false
11123 sideways false
11124 status open
11125
11126 \begin_layout Plain Layout
11127 \begin_inset Caption Standard
11128
11129 \begin_layout Plain Layout
11130 \begin_inset CommandInset label
11131 LatexCommand label
11132 name "tab:Table-with-multiple"
11133
11134 \end_inset
11135
11136 Tabelle mit mehrfachen Zeilen in einer Zelle
11137 \end_layout
11138
11139 \end_inset
11140
11141
11142 \end_layout
11143
11144 \begin_layout Plain Layout
11145 \align center
11146 \begin_inset Tabular
11147 <lyxtabular version="3" rows="3" columns="3">
11148 <features rotate="0" tabularvalignment="middle">
11149 <column alignment="center" valignment="middle" width="2.5cm">
11150 <column alignment="center" valignment="middle" width="0.5cm">
11151 <column alignment="center" valignment="middle" width="0.5cm">
11152 <row>
11153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 zwei
11158 \begin_inset Newline linebreak
11159 \end_inset
11160
11161 Zeilen
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 b
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 c
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 </row>
11185 <row>
11186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 d
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 e
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 f
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 </row>
11214 <row>
11215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 g
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 h
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 i
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 </row>
11243 </lyxtabular>
11244
11245 \end_inset
11246
11247
11248 \end_layout
11249
11250 \end_inset
11251
11252
11253 \end_layout
11254
11255 \begin_layout Standard
11256 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11257  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11258  Tabelle
11259 \begin_inset space ~
11260 \end_inset
11261
11262
11263 \begin_inset CommandInset ref
11264 LatexCommand ref
11265 reference "tab:Table-with-multiple"
11266
11267 \end_inset
11268
11269  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11270 \family sans
11271 Tabellen-Einstellungen
11272 \family default
11273 -Dialog auf 2.5
11274 \begin_inset space \thinspace{}
11275 \end_inset
11276
11277 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11278  Weil unser Text schmaler als 2.5
11279 \begin_inset space \thinspace{}
11280 \end_inset
11281
11282 cm ist, würde er in einer Zeile gedruckt werden.
11283  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11284
11285 \family sans
11286 Strg+Shift+Enter
11287 \family default
11288 ) eingefügt.
11289  Wenn der Text länger ist, wird er automatisch umgebrochen.
11290 \end_layout
11291
11292 \begin_layout Standard
11293 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11294  setzen Sie die Breite der beiden Spalten im 
11295 \family sans
11296 Tabellen-Einstellungen
11297 \family default
11298 -Dialog auf 0.5
11299 \begin_inset space \thinspace{}
11300 \end_inset
11301
11302 cm und die vertikale Ausrichtung auf zentriert.
11303 \end_layout
11304
11305 \begin_layout Standard
11306 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11307  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11308  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11309  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11310  Fügen sie daher 0
11311 \begin_inset space \thinspace{}
11312 \end_inset
11313
11314 pt horizontalen Abstand vor dem Wort ein.
11315  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11316  Tabelle
11317 \begin_inset space ~
11318 \end_inset
11319
11320
11321 \begin_inset CommandInset ref
11322 LatexCommand ref
11323 reference "tab:Table-with-and"
11324
11325 \end_inset
11326
11327  zeigt die Wirkungen.
11328 \end_layout
11329
11330 \begin_layout Standard
11331 \begin_inset Float table
11332 placement h
11333 wide false
11334 sideways false
11335 status open
11336
11337 \begin_layout Plain Layout
11338 \begin_inset Caption Standard
11339
11340 \begin_layout Plain Layout
11341 \begin_inset CommandInset label
11342 LatexCommand label
11343 name "tab:Table-with-and"
11344
11345 \end_inset
11346
11347 Tabelle ohne und mit Silbentrennung
11348 \end_layout
11349
11350 \end_inset
11351
11352
11353 \end_layout
11354
11355 \begin_layout Plain Layout
11356 \begin_inset space \hfill{}
11357 \end_inset
11358
11359
11360 \begin_inset Tabular
11361 <lyxtabular version="3" rows="3" columns="3">
11362 <features rotate="0" tabularvalignment="middle">
11363 <column alignment="center" valignment="middle" width="2.5cm">
11364 <column alignment="center" valignment="middle" width="0.5cm">
11365 <column alignment="center" valignment="middle" width="0.5cm">
11366 <row>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 einsehrlangesZellenwort
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 b
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 c
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 </row>
11395 <row>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 d
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 e
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 f
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 </row>
11424 <row>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 g
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 h
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 i
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 </row>
11453 </lyxtabular>
11454
11455 \end_inset
11456
11457
11458 \begin_inset space \hfill{}
11459 \end_inset
11460
11461
11462 \begin_inset Tabular
11463 <lyxtabular version="3" rows="3" columns="3">
11464 <features rotate="0" tabularvalignment="middle">
11465 <column alignment="center" valignment="middle" width="2.5cm">
11466 <column alignment="center" valignment="middle" width="0.5cm">
11467 <column alignment="center" valignment="middle" width="0.5cm">
11468 <row>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 \begin_inset space \hspace{}
11474 \length 0pt
11475 \end_inset
11476
11477 einsehrlangesZellenwort
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 b
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 c
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 </row>
11501 <row>
11502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 d
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 e
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 f
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 </row>
11530 <row>
11531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 g
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 h
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 i
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 </row>
11559 </lyxtabular>
11560
11561 \end_inset
11562
11563
11564 \begin_inset space \hfill{}
11565 \end_inset
11566
11567
11568 \end_layout
11569
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \begin_layout Subsection
11576 Mehrfachspalten
11577 \begin_inset CommandInset label
11578 LatexCommand label
11579 name "uab:Mehrfachspalten"
11580
11581 \end_inset
11582
11583
11584 \begin_inset Index idx
11585 status collapsed
11586
11587 \begin_layout Plain Layout
11588 Mahrfachspalten
11589 \end_layout
11590
11591 \end_inset
11592
11593
11594 \begin_inset Index idx
11595 status collapsed
11596
11597 \begin_layout Plain Layout
11598 Tabellen ! Mahrfachspalten
11599 \end_layout
11600
11601 \end_inset
11602
11603
11604 \end_layout
11605
11606 \begin_layout Subsubsection
11607 Grundlagen
11608 \end_layout
11609
11610 \begin_layout Standard
11611 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11612  und verwenden dann den Knopf 
11613 \begin_inset Info
11614 type  "icon"
11615 arg   "inset-modify tabular multicolumn"
11616 \end_inset
11617
11618  in der Werkzeugleiste, das Menü 
11619 \family sans
11620 Bearbeiten\SpecialChar \menuseparator
11621 Tabelle\SpecialChar \menuseparator
11622 Mehrfachspalte
11623 \family default
11624 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11625  
11626 \family sans
11627 Mehrfachspalte
11628 \family default
11629 .
11630 \end_layout
11631
11632 \begin_layout Standard
11633 Mehrfachspalten haben ihre eigenen Einstellungen.
11634  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11635  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11636  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11637 \end_layout
11638
11639 \begin_layout Standard
11640 \align center
11641 \begin_inset Tabular
11642 <lyxtabular version="3" rows="3" columns="4">
11643 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11644 <column alignment="center" valignment="top" width="0pt">
11645 <column alignment="center" valignment="middle">
11646 <column alignment="center" valignment="top" width="0in">
11647 <column alignment="center" valignment="top" width="0pt">
11648 <row>
11649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653 abc
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 def ghi
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 jkl
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 </row>
11686 <row>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691
11692 \family roman
11693 \series medium
11694 \shape up
11695 \size normal
11696 \emph off
11697 \bar no
11698 \noun off
11699 \color none
11700 A
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 B
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 C
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 D
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 </row>
11733 <row>
11734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 1
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 2
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 3
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 4
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 </row>
11771 </lyxtabular>
11772
11773 \end_inset
11774
11775
11776 \end_layout
11777
11778 \begin_layout Subsubsection
11779 Mehrfachspalten-Berechnungen
11780 \begin_inset CommandInset label
11781 LatexCommand label
11782 name "uab:Mehrfachspalten-Berechnungen"
11783
11784 \end_inset
11785
11786
11787 \begin_inset Index idx
11788 status collapsed
11789
11790 \begin_layout Plain Layout
11791 Mahrfachspalten ! Berechnung
11792 \end_layout
11793
11794 \end_inset
11795
11796
11797 \begin_inset Index idx
11798 status collapsed
11799
11800 \begin_layout Plain Layout
11801 Tabellen ! Mahrfachspalten ! Berechnung
11802 \end_layout
11803
11804 \end_inset
11805
11806
11807 \end_layout
11808
11809 \begin_layout Standard
11810 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11811  Zellen beachten.
11812 \end_layout
11813
11814 \begin_layout Standard
11815 \begin_inset Float table
11816 placement h
11817 wide false
11818 sideways false
11819 status open
11820
11821 \begin_layout Plain Layout
11822 \begin_inset Caption Standard
11823
11824 \begin_layout Plain Layout
11825 \begin_inset CommandInset label
11826 LatexCommand label
11827 name "tab:Table-with-centered"
11828
11829 \end_inset
11830
11831 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11832  die halbe Breite der Mehrfachspalten-Zelle haben
11833 \begin_inset Argument 1
11834 status collapsed
11835
11836 \begin_layout Plain Layout
11837 Eine Mehrfachspalten-Tabelle
11838 \end_layout
11839
11840 \end_inset
11841
11842
11843 \end_layout
11844
11845 \end_inset
11846
11847
11848 \end_layout
11849
11850 \begin_layout Plain Layout
11851 \align center
11852 \begin_inset Tabular
11853 <lyxtabular version="3" rows="3" columns="3">
11854 <features rotate="0" tabularvalignment="middle">
11855 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11856 <column alignment="center" valignment="middle">
11857 <column alignment="center" valignment="top">
11858 <row>
11859 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 Dies ist eine Mehrfach\SpecialChar \-
11864 spalten-Zelle
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 c
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 </row>
11888 <row>
11889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893 d
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 e
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 f
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 </row>
11917 <row>
11918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 g
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 h
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 i
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 </row>
11946 </lyxtabular>
11947
11948 \end_inset
11949
11950
11951 \end_layout
11952
11953 \end_inset
11954
11955
11956 \end_layout
11957
11958 \begin_layout Standard
11959 Um Tabelle
11960 \begin_inset space ~
11961 \end_inset
11962
11963
11964 \begin_inset CommandInset ref
11965 LatexCommand ref
11966 reference "tab:Table-with-centered"
11967
11968 \end_inset
11969
11970  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11971  3×3-Tabelle, kreuzen im 
11972 \family sans
11973 Tabellen-Einstellungen
11974 \family default
11975 -Dialog 
11976 \family sans
11977 Mehrfachspalte
11978 \family default
11979  an, setzen die 
11980 \family sans
11981 Horizontale
11982 \begin_inset space ~
11983 \end_inset
11984
11985 Ausrichtung
11986 \family default
11987  auf 
11988 \family sans
11989 Zentriert
11990 \family default
11991  und die 
11992 \family sans
11993 Breite
11994 \family default
11995  auf 2.5
11996 \begin_inset space \thinspace{}
11997 \end_inset
11998
11999 cm.
12000  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12001  Sie die Breite der ersten Spalte auf 1.25
12002 \begin_inset space \thinspace{}
12003 \end_inset
12004
12005 cm setzen.
12006  Die zweite Spalte wird dann automatisch 1.25
12007 \begin_inset space \thinspace{}
12008 \end_inset
12009
12010 cm breit (Breite der 
12011 \family sans
12012 Mehrfachspalte
12013 \family default
12014  
12015 \begin_inset Formula $-$
12016 \end_inset
12017
12018  Breite der ersten Spalte).
12019  Dies wurde so für Tabelle
12020 \begin_inset space ~
12021 \end_inset
12022
12023
12024 \begin_inset CommandInset ref
12025 LatexCommand ref
12026 reference "tab:Table-without-half"
12027
12028 \end_inset
12029
12030  gemacht.
12031 \end_layout
12032
12033 \begin_layout Standard
12034 \begin_inset Float table
12035 wide false
12036 sideways false
12037 status open
12038
12039 \begin_layout Plain Layout
12040 \begin_inset Caption Standard
12041
12042 \begin_layout Plain Layout
12043 \begin_inset CommandInset label
12044 LatexCommand label
12045 name "tab:Table-without-half"
12046
12047 \end_inset
12048
12049 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12050  wie die Mehrfachspalte
12051 \begin_inset Argument 1
12052 status collapsed
12053
12054 \begin_layout Plain Layout
12055 Eine unvollkommene Mehrfachspalten-Tabelle
12056 \end_layout
12057
12058 \end_inset
12059
12060
12061 \end_layout
12062
12063 \end_inset
12064
12065
12066 \end_layout
12067
12068 \begin_layout Plain Layout
12069 \align center
12070 \begin_inset Tabular
12071 <lyxtabular version="3" rows="3" columns="3">
12072 <features rotate="0" tabularvalignment="middle">
12073 <column alignment="center" valignment="top" width="1.25cm">
12074 <column alignment="center" valignment="top">
12075 <column alignment="center" valignment="top">
12076 <row>
12077 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12078 \begin_inset Text
12079
12080 \begin_layout Plain Layout
12081 Dies ist auch eine Mehr\SpecialChar \-
12082 fach\SpecialChar \-
12083 spalten-Zelle
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Plain Layout
12101 c
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 </row>
12107 <row>
12108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12109 \begin_inset Text
12110
12111 \begin_layout Plain Layout
12112 d
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 e
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 f
12131 \end_layout
12132
12133 \end_inset
12134 </cell>
12135 </row>
12136 <row>
12137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141 g
12142 \end_layout
12143
12144 \end_inset
12145 </cell>
12146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 h
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Plain Layout
12159 i
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 </row>
12165 </lyxtabular>
12166
12167 \end_inset
12168
12169
12170 \end_layout
12171
12172 \end_inset
12173
12174
12175 \end_layout
12176
12177 \begin_layout Standard
12178 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12179  als die zweite ist.
12180  Das liegt daran, dass die Zellenbreite 
12181 \begin_inset Formula $W_{\mathrm{tot}}$
12182 \end_inset
12183
12184  nicht ihre definierte Breite 
12185 \begin_inset Formula $W_{g}$
12186 \end_inset
12187
12188  ist, sondern ein wenig mehr.
12189  Anhang
12190 \begin_inset space ~
12191 \end_inset
12192
12193
12194 \begin_inset CommandInset ref
12195 LatexCommand ref
12196 reference "kap:Erläuterung-einer-Gleichung"
12197
12198 \end_inset
12199
12200  erklärt das genauer.
12201 \end_layout
12202
12203 \begin_layout Standard
12204 Wenn 
12205 \emph on
12206 n
12207 \emph default
12208  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12209  die definierte Breite 
12210 \begin_inset Formula $W_{g\, n}$
12211 \end_inset
12212
12213  einer Spalte, deren totale Breite = 
12214 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12215 \end_inset
12216
12217  sein soll, wie folgt:
12218 \begin_inset Formula 
12219 \begin{equation}
12220 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12221 \end{equation}
12222
12223 \end_inset
12224
12225
12226 \end_layout
12227
12228 \begin_layout Standard
12229 In unserem Falls ist 
12230 \begin_inset Formula $n=2$
12231 \end_inset
12232
12233
12234 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12235 \end_inset
12236
12237 cm, und damit wird aus Gleichung
12238 \begin_inset space ~
12239 \end_inset
12240
12241
12242 \begin_inset CommandInset ref
12243 LatexCommand ref
12244 reference "eq:Wgn"
12245
12246 \end_inset
12247
12248  
12249 \begin_inset Formula 
12250 \begin{equation}
12251 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12252 \end{equation}
12253
12254 \end_inset
12255
12256
12257 \end_layout
12258
12259 \begin_layout Standard
12260 Damit LaTeX rechnen kann, muss das Paket 
12261 \series bold
12262 calc
12263 \series default
12264  im Vorspann geladen werden.
12265 \begin_inset Index idx
12266 status collapsed
12267
12268 \begin_layout Plain Layout
12269 LaTeX-Pakete ! calc
12270 \end_layout
12271
12272 \end_inset
12273
12274
12275 \end_layout
12276
12277 \begin_layout Standard
12278
12279 \series bold
12280
12281 \backslash
12282 usepackage{calc}
12283 \end_layout
12284
12285 \begin_layout Standard
12286 LyX erlaubt im 
12287 \family sans
12288 Breite
12289 \family default
12290 -Feld des 
12291 \family sans
12292 Tabellen-Einstellungen
12293 \family default
12294 -Dialogs keine Berechnungen.
12295  Deshalb müssen Sie die Formel für die Breite im Feld 
12296 \family sans
12297 LaTe
12298 \begin_inset ERT
12299 status collapsed
12300
12301 \begin_layout Plain Layout
12302
12303 {}
12304 \end_layout
12305
12306 \end_inset
12307
12308 X-Argument
12309 \family default
12310  eingeben.
12311  Hier iss ein Überblick über die Argumente:
12312 \end_layout
12313
12314 \begin_layout Itemize
12315
12316 \series bold
12317 p{Breite}
12318 \series default
12319  die Zelle bekommt eine feste 
12320 \series bold
12321 Breite
12322 \series default
12323 , und die vertikale Ausrichtung ist 
12324 \family sans
12325 Oben
12326 \end_layout
12327
12328 \begin_layout Itemize
12329
12330 \series bold
12331 m{Breite}
12332 \series default
12333  die Zelle bekommt eine feste 
12334 \series bold
12335 Breite
12336 \series default
12337 , und die vertikale Ausrichtung ist 
12338 \family sans
12339 Mitte
12340 \end_layout
12341
12342 \begin_layout Itemize
12343
12344 \series bold
12345 b{Breite}
12346 \series default
12347  die Zelle bekommt eine feste 
12348 \series bold
12349 Breite
12350 \series default
12351 , und die vertikale Ausrichtung ist 
12352 \family sans
12353 Unten
12354 \end_layout
12355
12356 \begin_layout Standard
12357 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12358  für diese Zelle überschrieben.
12359 \end_layout
12360
12361 \begin_layout Standard
12362 \begin_inset Note Greyedout
12363 status open
12364
12365 \begin_layout Plain Layout
12366
12367 \series bold
12368 Bemerkung:
12369 \series default
12370  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12371  angezeigt.
12372 \end_layout
12373
12374 \end_inset
12375
12376
12377 \end_layout
12378
12379 \begin_layout Standard
12380 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12381  der Zelle mit dem Inhalt 
12382 \begin_inset Quotes gld
12383 \end_inset
12384
12385 d
12386 \begin_inset Quotes grd
12387 \end_inset
12388
12389  der Tabelle
12390 \begin_inset space ~
12391 \end_inset
12392
12393
12394 \begin_inset CommandInset ref
12395 LatexCommand ref
12396 reference "tab:Table-with-centered"
12397
12398 \end_inset
12399
12400  auch noch der Befehl
12401 \family typewriter
12402 \series bold
12403  
12404 \family default
12405
12406 \backslash
12407 centering
12408 \series default
12409  hinzugefügt.
12410  Das Ganze sieht dann so aus:
12411 \end_layout
12412
12413 \begin_layout Standard
12414
12415 \series bold
12416 |>{
12417 \backslash
12418 centering}m{1.25cm-6.2pt}
12419 \end_layout
12420
12421 \begin_layout Standard
12422 Der vertikale Strich 
12423 \series bold
12424
12425 \begin_inset Quotes gld
12426 \end_inset
12427
12428 |
12429 \series default
12430
12431 \begin_inset Quotes grd
12432 \end_inset
12433
12434  am Anfang zeichnet die linke Linie, und der Befehl 
12435 \series bold
12436
12437 \begin_inset Quotes gld
12438 \end_inset
12439
12440 >{ }
12441 \begin_inset Quotes grd
12442 \end_inset
12443
12444
12445 \series default
12446  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12447  der Zelle benutzt werden sollen.
12448 \end_layout
12449
12450 \begin_layout Standard
12451 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12452  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12453  für einzelne Spalten anwendet.
12454  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12455  werden:
12456 \end_layout
12457
12458 \begin_layout Standard
12459
12460 \series bold
12461 |>{
12462 \backslash
12463 centering}m{2.5cm}|
12464 \end_layout
12465
12466 \begin_layout Subsection
12467 Mehrfachzeilen
12468 \begin_inset CommandInset label
12469 LatexCommand label
12470 name "uab:Mehrfachzeilen"
12471
12472 \end_inset
12473
12474
12475 \begin_inset Index idx
12476 status collapsed
12477
12478 \begin_layout Plain Layout
12479 Mehrfachzeilen
12480 \end_layout
12481
12482 \end_inset
12483
12484
12485 \begin_inset Index idx
12486 status collapsed
12487
12488 \begin_layout Plain Layout
12489 Tabellen ! Mehrfachzeilen
12490 \end_layout
12491
12492 \end_inset
12493
12494
12495 \end_layout
12496
12497 \begin_layout Standard
12498 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12499  und verwenden dann den Knopf 
12500 \begin_inset Info
12501 type  "icon"
12502 arg   "inset-modify tabular multirow"
12503 \end_inset
12504
12505  in der Werkzeugleiste, das Menü 
12506 \family sans
12507 Bearbeiten\SpecialChar \menuseparator
12508 Tabelle\SpecialChar \menuseparator
12509 Mehrfachzeile
12510 \family default
12511 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12512  
12513 \family sans
12514 Mehrfachzeile
12515 \family default
12516 .
12517 \end_layout
12518
12519 \begin_layout Standard
12520 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12521 \end_layout
12522
12523 \begin_layout Standard
12524 \align center
12525 \begin_inset Tabular
12526 <lyxtabular version="3" rows="3" columns="3">
12527 <features rotate="0" tabularvalignment="middle">
12528 <column alignment="center" valignment="top" width="0pt">
12529 <column alignment="center" valignment="top">
12530 <column alignment="center" valignment="top">
12531 <row>
12532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 ein langer Eintrag
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545 b
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 c
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 </row>
12560 <row>
12561 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565 Mehrfachzeile
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 e
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 f
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 </row>
12589 <row>
12590 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 h
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 i
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 </row>
12618 </lyxtabular>
12619
12620 \end_inset
12621
12622
12623 \end_layout
12624
12625 \begin_layout Standard
12626 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12627  Spalte festgelegt.
12628  Der 
12629 \family sans
12630 Vertikale Versatz
12631 \family default
12632  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12633  positiv/negativ ist.
12634 \end_layout
12635
12636 \begin_layout Standard
12637 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12638  die Mehrfachzeile die Ausrichtung der Spalte.
12639  Ansonsten ist sie standardmäßig links ausgerichtet.
12640  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12641 \series bold
12642
12643 \backslash
12644 multirowsetup
12645 \series default
12646  mit dem Befehl
12647 \end_layout
12648
12649 \begin_layout Standard
12650
12651 \series bold
12652
12653 \backslash
12654 renewcommand{
12655 \backslash
12656 multirowsetup}{
12657 \backslash
12658 centering}
12659 \end_layout
12660
12661 \begin_layout Standard
12662 im LaTeX-Vorspann.
12663  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12664  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12665  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12666  erneuert werden.
12667  Für rechtsbündigen Text ersetzt man 
12668 \series bold
12669
12670 \backslash
12671 centering
12672 \series default
12673  durch 
12674 \series bold
12675
12676 \backslash
12677 raggedleft
12678 \series default
12679 .
12680  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12681 \series bold
12682
12683 \backslash
12684 raggedright
12685 \series default
12686  verwendet.
12687 \end_layout
12688
12689 \begin_layout Standard
12690 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12691  die -4
12692 \begin_inset space \thinspace{}
12693 \end_inset
12694
12695 mm vertikalen Versatz hat und sich in einer 3
12696 \begin_inset space \thinspace{}
12697 \end_inset
12698
12699 cm breiten Spalte befindet:
12700 \end_layout
12701
12702 \begin_layout Standard
12703 \noindent
12704 \align center
12705 \begin_inset ERT
12706 status collapsed
12707
12708 \begin_layout Plain Layout
12709
12710
12711 \backslash
12712 renewcommand{
12713 \backslash
12714 multirowsetup}{
12715 \backslash
12716 raggedleft}
12717 \end_layout
12718
12719 \end_inset
12720
12721
12722 \begin_inset Tabular
12723 <lyxtabular version="3" rows="4" columns="3">
12724 <features rotate="0" tabularvalignment="middle">
12725 <column alignment="center" valignment="top" width="3cm">
12726 <column alignment="center" valignment="top">
12727 <column alignment="center" valignment="top">
12728 <row>
12729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12730 \begin_inset Text
12731
12732 \begin_layout Plain Layout
12733 ein langer Eintrag
12734 \end_layout
12735
12736 \end_inset
12737 </cell>
12738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12739 \begin_inset Text
12740
12741 \begin_layout Plain Layout
12742 b
12743 \end_layout
12744
12745 \end_inset
12746 </cell>
12747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Plain Layout
12751 c
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 </row>
12757 <row>
12758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762 t
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12768 \begin_inset Text
12769
12770 \begin_layout Plain Layout
12771 n
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780 m
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 </row>
12786 <row>
12787 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 Mehrfachzeile
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800 e
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 f
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 </row>
12815 <row>
12816 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829 h
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 i
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 </row>
12844 </lyxtabular>
12845
12846 \end_inset
12847
12848
12849 \begin_inset ERT
12850 status collapsed
12851
12852 \begin_layout Plain Layout
12853
12854
12855 \backslash
12856 renewcommand{
12857 \backslash
12858 multirowsetup}{
12859 \backslash
12860 raggedright}
12861 \end_layout
12862
12863 \end_inset
12864
12865
12866 \end_layout
12867
12868 \begin_layout Standard
12869 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12870  (Tastenkürzel 
12871 \family sans
12872 Strg+Enter
12873 \family default
12874 ) verwenden.
12875  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12876 \end_layout
12877
12878 \begin_layout Standard
12879 \noindent
12880 \align center
12881 \begin_inset Tabular
12882 <lyxtabular version="3" rows="3" columns="2">
12883 <features rotate="0" tabularvalignment="middle">
12884 <column alignment="left" valignment="middle" width="2cm">
12885 <column alignment="center" valignment="top">
12886 <row>
12887 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 aaa
12892 \begin_inset Newline newline
12893 \end_inset
12894
12895 aaa
12896 \begin_inset Newline newline
12897 \end_inset
12898
12899 falsche Zelle
12900 \end_layout
12901
12902 \end_inset
12903 </cell>
12904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908 ccc
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 </row>
12914 <row>
12915 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Plain Layout
12919
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Plain Layout
12928 ddd
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 </row>
12934 <row>
12935 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Plain Layout
12939 bbb
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12945 \begin_inset Text
12946
12947 \begin_layout Plain Layout
12948 eee
12949 \end_layout
12950
12951 \end_inset
12952 </cell>
12953 </row>
12954 </lyxtabular>
12955
12956 \end_inset
12957
12958
12959 \end_layout
12960
12961 \begin_layout Standard
12962 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12963 \end_layout
12964
12965 \begin_layout Subsection
12966 Zellen mit diagonalen Linien
12967 \end_layout
12968
12969 \begin_layout Standard
12970 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
12971  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
12972  oder zwei diagonalen Linien zu teilen.
12973  Dies kann erreicht werden, indem man das LaTeX-Paket 
12974 \series bold
12975 diagbox
12976 \series default
12977
12978 \begin_inset Index idx
12979 status collapsed
12980
12981 \begin_layout Plain Layout
12982 LaTeX-Pakete ! diagbox
12983 \end_layout
12984
12985 \end_inset
12986
12987  im LaTeX-Vorspann lädt.
12988  Das Paket stellt den Befehl 
12989 \series bold
12990
12991 \backslash
12992 diagbox
12993 \series default
12994  zur Verfügung, der als TeX-Code eingefügt wird und 2 oder 3
12995 \begin_inset space ~
12996 \end_inset
12997
12998 Argumente hat:
12999 \end_layout
13000
13001 \begin_layout Standard
13002
13003 \series bold
13004
13005 \backslash
13006 diagbox[Optionen]{links unten}{rechts oben}
13007 \end_layout
13008
13009 \begin_layout Standard
13010
13011 \series bold
13012
13013 \backslash
13014 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13015 \end_layout
13016
13017 \begin_layout Standard
13018 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13019  die Argumente werden unter und über diese Linie platziert.
13020  Das zweite Schema teilt die Zelle mit 2
13021 \begin_inset space ~
13022 \end_inset
13023
13024 Linien.
13025 \end_layout
13026
13027 \begin_layout Standard
13028 \begin_inset ERT
13029 status collapsed
13030
13031 \begin_layout Plain Layout
13032
13033
13034 \backslash
13035 ifdiagbox
13036 \end_layout
13037
13038 \end_inset
13039
13040
13041 \begin_inset Note Note
13042 status open
13043
13044 \begin_layout Plain Layout
13045 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
13046 \series bold
13047 diagbox
13048 \series default
13049  installiert ist.
13050 \end_layout
13051
13052 \end_inset
13053
13054
13055 \end_layout
13056
13057 \begin_layout Standard
13058 Hier ist eine Beispieltabelle in der 
13059 \series bold
13060
13061 \backslash
13062 diagbox 
13063 \series default
13064 im 2-Argument Schema in der ersten Zelle verwendet wird:
13065 \begin_inset VSpace medskip
13066 \end_inset
13067
13068
13069 \end_layout
13070
13071 \begin_layout Standard
13072 \noindent
13073 \begin_inset Tabular
13074 <lyxtabular version="3" rows="4" columns="4">
13075 <features rotate="0" tabularvalignment="middle">
13076 <column alignment="center" valignment="top">
13077 <column alignment="center" valignment="top">
13078 <column alignment="center" valignment="top">
13079 <column alignment="center" valignment="top">
13080 <row>
13081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 \begin_inset ERT
13086 status collapsed
13087
13088 \begin_layout Plain Layout
13089
13090
13091 \backslash
13092 diagbox{
13093 \end_layout
13094
13095 \end_inset
13096
13097 Name
13098 \begin_inset ERT
13099 status collapsed
13100
13101 \begin_layout Plain Layout
13102
13103 }{
13104 \end_layout
13105
13106 \end_inset
13107
13108 Parameter
13109 \begin_inset ERT
13110 status collapsed
13111
13112 \begin_layout Plain Layout
13113
13114 }
13115 \end_layout
13116
13117 \end_inset
13118
13119
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 Dicke in nm
13129 \end_layout
13130
13131 \end_inset
13132 </cell>
13133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 Transparenz in %
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Plain Layout
13146 Härte in MPa
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 </row>
13152 <row>
13153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 Perfekt Grün
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Plain Layout
13166 45
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175 80
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Plain Layout
13184 504
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 </row>
13190 <row>
13191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195 Dunkel Multi-P
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 60
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 72
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 982
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 </row>
13228 <row>
13229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 Kristallklar Pro
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13239 \begin_inset Text
13240
13241 \begin_layout Plain Layout
13242 18
13243 \end_layout
13244
13245 \end_inset
13246 </cell>
13247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 86
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 374
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 </row>
13266 </lyxtabular>
13267
13268 \end_inset
13269
13270
13271 \begin_inset VSpace medskip
13272 \end_inset
13273
13274
13275 \end_layout
13276
13277 \begin_layout Standard
13278 \begin_inset Newpage newpage
13279 \end_inset
13280
13281
13282 \end_layout
13283
13284 \begin_layout Standard
13285 Das 3-Argument Schema ist z.
13286 \begin_inset space \thinspace{}
13287 \end_inset
13288
13289 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13290 \end_layout
13291
13292 \begin_layout Standard
13293 \noindent
13294 \align center
13295 \begin_inset Tabular
13296 <lyxtabular version="3" rows="4" columns="4">
13297 <features rotate="0" tabularvalignment="middle">
13298 <column alignment="center" valignment="top" width="0pt">
13299 <column alignment="center" valignment="top">
13300 <column alignment="center" valignment="top">
13301 <column alignment="center" valignment="top">
13302 <row>
13303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 \begin_inset ERT
13308 status collapsed
13309
13310 \begin_layout Plain Layout
13311
13312
13313 \backslash
13314 diagbox{
13315 \end_layout
13316
13317 \end_inset
13318
13319 Heim
13320 \begin_inset ERT
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324
13325 }{
13326 \end_layout
13327
13328 \end_inset
13329
13330 Ergebnis
13331 \begin_inset ERT
13332 status collapsed
13333
13334 \begin_layout Plain Layout
13335
13336 }{
13337 \end_layout
13338
13339 \end_inset
13340
13341 Auswärts
13342 \begin_inset ERT
13343 status collapsed
13344
13345 \begin_layout Plain Layout
13346
13347 }
13348 \end_layout
13349
13350 \end_inset
13351
13352
13353 \end_layout
13354
13355 \end_inset
13356 </cell>
13357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13358 \begin_inset Text
13359
13360 \begin_layout Plain Layout
13361 Tiger
13362 \end_layout
13363
13364 \end_inset
13365 </cell>
13366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370 Panther
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379 Falken
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 </row>
13385 <row>
13386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13387 \begin_inset Text
13388
13389 \begin_layout Plain Layout
13390 Tiger
13391 \end_layout
13392
13393 \end_inset
13394 </cell>
13395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 ---
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408 1:3
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417 0:1
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 </row>
13423 <row>
13424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 Panther
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 3:1
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 ---
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455 0:0
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 </row>
13461 <row>
13462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 Falken
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 1:0
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 0:0
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 ---
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 </row>
13499 </lyxtabular>
13500
13501 \end_inset
13502
13503
13504 \end_layout
13505
13506 \begin_layout Standard
13507 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13508  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13509 \end_layout
13510
13511 \begin_layout Standard
13512 \noindent
13513 \align center
13514 \begin_inset Tabular
13515 <lyxtabular version="3" rows="5" columns="5">
13516 <features rotate="0" tabularvalignment="middle">
13517 <column alignment="center" valignment="top" width="0pt">
13518 <column alignment="center" valignment="top">
13519 <column alignment="center" valignment="top">
13520 <column alignment="center" valignment="top">
13521 <column alignment="center" valignment="top">
13522 <row>
13523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13524 \begin_inset Text
13525
13526 \begin_layout Plain Layout
13527 \begin_inset ERT
13528 status open
13529
13530 \begin_layout Plain Layout
13531
13532
13533 \backslash
13534 diagbox{
13535 \end_layout
13536
13537 \end_inset
13538
13539 Heim
13540 \begin_inset ERT
13541 status collapsed
13542
13543 \begin_layout Plain Layout
13544
13545 }{
13546 \end_layout
13547
13548 \end_inset
13549
13550 Ergebnis
13551 \begin_inset ERT
13552 status collapsed
13553
13554 \begin_layout Plain Layout
13555
13556 }{
13557 \end_layout
13558
13559 \end_inset
13560
13561 Auswärts
13562 \begin_inset ERT
13563 status collapsed
13564
13565 \begin_layout Plain Layout
13566
13567 }
13568 \end_layout
13569
13570 \end_inset
13571
13572
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581 Tiger
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 Panther
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13596 \begin_inset Text
13597
13598 \begin_layout Plain Layout
13599 Falken
13600 \end_layout
13601
13602 \end_inset
13603 </cell>
13604 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 \begin_inset ERT
13609 status open
13610
13611 \begin_layout Plain Layout
13612
13613
13614 \backslash
13615 diagbox[dir=NE]{
13616 \end_layout
13617
13618 \end_inset
13619
13620 Heim
13621 \begin_inset ERT
13622 status collapsed
13623
13624 \begin_layout Plain Layout
13625
13626 }{
13627 \end_layout
13628
13629 \end_inset
13630
13631 Ergebnis
13632 \begin_inset ERT
13633 status collapsed
13634
13635 \begin_layout Plain Layout
13636
13637 }{
13638 \end_layout
13639
13640 \end_inset
13641
13642 Auswärts
13643 \begin_inset ERT
13644 status collapsed
13645
13646 \begin_layout Plain Layout
13647
13648 }
13649 \end_layout
13650
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \end_inset
13657 </cell>
13658 </row>
13659 <row>
13660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664 Tiger
13665 \end_layout
13666
13667 \end_inset
13668 </cell>
13669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 ---
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682 1:3
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Plain Layout
13691 0:1
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700 Tiger
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 </row>
13706 <row>
13707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 Panther
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 3:1
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Plain Layout
13729 ---
13730 \end_layout
13731
13732 \end_inset
13733 </cell>
13734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13735 \begin_inset Text
13736
13737 \begin_layout Plain Layout
13738 0:0
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 Panther
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 </row>
13753 <row>
13754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 Falken
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 1:0
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 0:0
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 ---
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 Falken
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 </row>
13800 <row>
13801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 \begin_inset ERT
13806 status open
13807
13808 \begin_layout Plain Layout
13809
13810
13811 \backslash
13812 diagbox[dir=SW]{
13813 \end_layout
13814
13815 \end_inset
13816
13817 Heim
13818 \begin_inset ERT
13819 status collapsed
13820
13821 \begin_layout Plain Layout
13822
13823 }{
13824 \end_layout
13825
13826 \end_inset
13827
13828 Ergebnis
13829 \begin_inset ERT
13830 status collapsed
13831
13832 \begin_layout Plain Layout
13833
13834 }{
13835 \end_layout
13836
13837 \end_inset
13838
13839 Auswärts
13840 \begin_inset ERT
13841 status collapsed
13842
13843 \begin_layout Plain Layout
13844
13845 }
13846 \end_layout
13847
13848 \end_inset
13849
13850
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Plain Layout
13859 Tiger
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 Panther
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 Falken
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 \begin_inset ERT
13887 status open
13888
13889 \begin_layout Plain Layout
13890
13891
13892 \backslash
13893 diagbox[dir=SE]{
13894 \end_layout
13895
13896 \end_inset
13897
13898 Heim
13899 \begin_inset ERT
13900 status collapsed
13901
13902 \begin_layout Plain Layout
13903
13904 }{
13905 \end_layout
13906
13907 \end_inset
13908
13909 Ergebnis
13910 \begin_inset ERT
13911 status collapsed
13912
13913 \begin_layout Plain Layout
13914
13915 }{
13916 \end_layout
13917
13918 \end_inset
13919
13920 Auswärts
13921 \begin_inset ERT
13922 status collapsed
13923
13924 \begin_layout Plain Layout
13925
13926 }
13927 \end_layout
13928
13929 \end_inset
13930
13931
13932 \end_layout
13933
13934 \end_inset
13935 </cell>
13936 </row>
13937 </lyxtabular>
13938
13939 \end_inset
13940
13941
13942 \end_layout
13943
13944 \begin_layout Standard
13945 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13946 \series bold
13947 dir=Richtung
13948 \series default
13949  verwendet.
13950  
13951 \emph on
13952 Richtung
13953 \emph default
13954  ist entweder 
13955 \series bold
13956 NE
13957 \series default
13958
13959 \series bold
13960 DE
13961 \series default
13962
13963 \series bold
13964 SW
13965 \series default
13966  oder 
13967 \series bold
13968 NW
13969 \series default
13970  und stellt eine Himmelsrichtung dar.
13971  
13972 \series bold
13973 SW
13974 \series default
13975  ist z.
13976 \begin_inset space \thinspace{}
13977 \end_inset
13978
13979 B.
13980  die Südwestecke.
13981  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
13982 \end_layout
13983
13984 \begin_layout Standard
13985
13986 \series bold
13987
13988 \backslash
13989 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
13990 \end_layout
13991
13992 \begin_layout Standard
13993 verwendet.
13994  Wenn keine Richtung angegeben ist, wird NW verwendet.
13995 \end_layout
13996
13997 \begin_layout Standard
13998 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
13999  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14000 e ist, ragt der Inhalt über die Zelle hinaus:
14001 \end_layout
14002
14003 \begin_layout Standard
14004 \noindent
14005 \align center
14006 \begin_inset Tabular
14007 <lyxtabular version="3" rows="2" columns="2">
14008 <features rotate="0" tabularvalignment="middle">
14009 <column alignment="center" valignment="top" width="3cm">
14010 <column alignment="center" valignment="top">
14011 <row>
14012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14013 \begin_inset Text
14014
14015 \begin_layout Plain Layout
14016 \begin_inset ERT
14017 status collapsed
14018
14019 \begin_layout Plain Layout
14020
14021
14022 \backslash
14023 diagbox{
14024 \end_layout
14025
14026 \end_inset
14027
14028 Name
14029 \begin_inset ERT
14030 status collapsed
14031
14032 \begin_layout Plain Layout
14033
14034 }{
14035 \end_layout
14036
14037 \end_inset
14038
14039 Parameter
14040 \begin_inset ERT
14041 status collapsed
14042
14043 \begin_layout Plain Layout
14044
14045 }
14046 \end_layout
14047
14048 \end_inset
14049
14050
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Plain Layout
14059 Dicke in nm
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 </row>
14065 <row>
14066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Plain Layout
14070 Perfekt Grün
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Plain Layout
14079 45
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 </row>
14085 </lyxtabular>
14086
14087 \end_inset
14088
14089
14090 \end_layout
14091
14092 \begin_layout Standard
14093 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14094  verwendet man die Befehlsoption 
14095 \series bold
14096 width=3cm
14097 \series default
14098  (ersetzen Sie '3cm' durch die benötigte Breite).
14099  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14100 \begin_inset space \thinspace{}
14101 \end_inset
14102
14103 cm gesetzt.
14104  Für 
14105 \series bold
14106
14107 \backslash
14108 diagbox
14109 \series default
14110  wird eine Breite von 4
14111 \begin_inset space \thinspace{}
14112 \end_inset
14113
14114 cm + 2
14115 \begin_inset space \thinspace{}
14116 \end_inset
14117
14118
14119 \backslash
14120 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14121  diesem Fall 4
14122 \begin_inset space \thinspace{}
14123 \end_inset
14124
14125 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14126  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14127 \series bold
14128
14129 \backslash
14130 diagbox
14131 \series default
14132  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14133  später verwenden kann.
14134  Dies wird mit den TeX-Code Befehlen
14135 \end_layout
14136
14137 \begin_layout Standard
14138
14139 \series bold
14140
14141 \backslash
14142 newlength{
14143 \backslash
14144 diagtest}
14145 \begin_inset Newline newline
14146 \end_inset
14147
14148
14149 \backslash
14150 setlength{
14151 \backslash
14152 diagtest}{4cm+2
14153 \backslash
14154 tabcolsep}
14155 \end_layout
14156
14157 \begin_layout Standard
14158 erreicht.
14159 \end_layout
14160
14161 \begin_layout Standard
14162 \begin_inset ERT
14163 status collapsed
14164
14165 \begin_layout Plain Layout
14166
14167
14168 \backslash
14169 newlength{
14170 \backslash
14171 diagtest}
14172 \end_layout
14173
14174 \begin_layout Plain Layout
14175
14176
14177 \backslash
14178 setlength{
14179 \backslash
14180 diagtest}{4cm+2
14181 \backslash
14182 tabcolsep}
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \end_layout
14189
14190 \begin_layout Standard
14191 Um Berechnungen in LaTeX zu aktivieren, muss das Paket 
14192 \series bold
14193 calc
14194 \series default
14195
14196 \begin_inset Index idx
14197 status collapsed
14198
14199 \begin_layout Plain Layout
14200 LaTeX-Pakete ! calc
14201 \end_layout
14202
14203 \end_inset
14204
14205  im LaTeX-Vorspann geladen werden.
14206 \end_layout
14207
14208 \begin_layout Standard
14209 In der Tabelle kann man nun den Befehl
14210 \end_layout
14211
14212 \begin_layout Standard
14213
14214 \series bold
14215
14216 \backslash
14217 diagbox[width=
14218 \backslash
14219 diagtest]{A}{B}
14220 \end_layout
14221
14222 \begin_layout Standard
14223 in der ersten Zelle verwenden:
14224 \end_layout
14225
14226 \begin_layout Standard
14227 \noindent
14228 \align center
14229 \begin_inset Tabular
14230 <lyxtabular version="3" rows="2" columns="2">
14231 <features rotate="0" tabularvalignment="middle">
14232 <column alignment="center" valignment="top" width="4cm">
14233 <column alignment="center" valignment="top">
14234 <row>
14235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Plain Layout
14239 \begin_inset ERT
14240 status open
14241
14242 \begin_layout Plain Layout
14243
14244
14245 \backslash
14246 diagbox[width=
14247 \backslash
14248 diagtest]{
14249 \end_layout
14250
14251 \end_inset
14252
14253 A
14254 \begin_inset ERT
14255 status collapsed
14256
14257 \begin_layout Plain Layout
14258
14259 }{
14260 \end_layout
14261
14262 \end_inset
14263
14264 B
14265 \begin_inset ERT
14266 status collapsed
14267
14268 \begin_layout Plain Layout
14269
14270 }
14271 \end_layout
14272
14273 \end_inset
14274
14275
14276 \end_layout
14277
14278 \end_inset
14279 </cell>
14280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284 Dicke in nm
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 </row>
14290 <row>
14291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295 Perfekt Grün
14296 \end_layout
14297
14298 \end_inset
14299 </cell>
14300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304 45
14305 \end_layout
14306
14307 \end_inset
14308 </cell>
14309 </row>
14310 </lyxtabular>
14311
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \begin_layout Standard
14318 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14319  muss.
14320  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14321  wie in in dieser Tabelle:
14322 \end_layout
14323
14324 \begin_layout Standard
14325 \noindent
14326 \align center
14327 \begin_inset Tabular
14328 <lyxtabular version="3" rows="2" columns="2">
14329 <features rotate="0" tabularvalignment="middle">
14330 <column alignment="center" valignment="top" width="0pt">
14331 <column alignment="center" valignment="top">
14332 <row>
14333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Plain Layout
14337 \begin_inset ERT
14338 status collapsed
14339
14340 \begin_layout Plain Layout
14341
14342
14343 \backslash
14344 diagbox{
14345 \end_layout
14346
14347 \end_inset
14348
14349 A
14350 \begin_inset ERT
14351 status collapsed
14352
14353 \begin_layout Plain Layout
14354
14355 }{
14356 \end_layout
14357
14358 \end_inset
14359
14360 B
14361 \begin_inset ERT
14362 status collapsed
14363
14364 \begin_layout Plain Layout
14365
14366 }
14367 \end_layout
14368
14369 \end_inset
14370
14371
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 Dicke in nm
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 </row>
14386 <row>
14387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391 Perfekt Grün
14392 \end_layout
14393
14394 \end_inset
14395 </cell>
14396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14397 \begin_inset Text
14398
14399 \begin_layout Plain Layout
14400 45
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 </row>
14406 </lyxtabular>
14407
14408 \end_inset
14409
14410
14411 \end_layout
14412
14413 \begin_layout Standard
14414 Verwenden Sie in diesem Fall die Option 
14415 \series bold
14416 width
14417 \series default
14418  des Befehls 
14419 \series bold
14420
14421 \backslash
14422 diagbox
14423 \series default
14424 .
14425  Es ist dabei nicht notwendig, 2
14426 \backslash
14427 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14428  ist.
14429  In dieser Tabelle wird eine Breite von 3
14430 \begin_inset space \thinspace{}
14431 \end_inset
14432
14433 cm verwendet:
14434 \end_layout
14435
14436 \begin_layout Standard
14437 \noindent
14438 \align center
14439 \begin_inset Tabular
14440 <lyxtabular version="3" rows="2" columns="2">
14441 <features rotate="0" tabularvalignment="middle">
14442 <column alignment="center" valignment="top" width="0pt">
14443 <column alignment="center" valignment="top">
14444 <row>
14445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 \begin_inset ERT
14450 status open
14451
14452 \begin_layout Plain Layout
14453
14454
14455 \backslash
14456 diagbox[width=3cm]{
14457 \end_layout
14458
14459 \end_inset
14460
14461 A
14462 \begin_inset ERT
14463 status collapsed
14464
14465 \begin_layout Plain Layout
14466
14467 }{
14468 \end_layout
14469
14470 \end_inset
14471
14472 B
14473 \begin_inset ERT
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477
14478 }
14479 \end_layout
14480
14481 \end_inset
14482
14483
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14489 \begin_inset Text
14490
14491 \begin_layout Plain Layout
14492 Dicke in nm
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 </row>
14498 <row>
14499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503 Perfekt Grün
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512 45
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 </row>
14518 </lyxtabular>
14519
14520 \end_inset
14521
14522
14523 \end_layout
14524
14525 \begin_layout Standard
14526 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14527  Text in der Zelle unterzubringen.
14528  Dies wird mit der 
14529 \series bold
14530
14531 \backslash
14532 diagbox
14533 \series default
14534 -Option 
14535 \series bold
14536 height=3cm
14537 \series default
14538  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14539  In der folgenden Tabelle wird der Befehl
14540 \end_layout
14541
14542 \begin_layout Standard
14543
14544 \series bold
14545
14546 \backslash
14547 diagbox[width=3cm,height=1.4cm]{A
14548 \backslash
14549
14550 \backslash
14551 B}{C
14552 \backslash
14553
14554 \backslash
14555 D}
14556 \end_layout
14557
14558 \begin_layout Standard
14559 in der ersten Zelle verwendet.
14560  Der Befehl 
14561 \series bold
14562
14563 \backslash
14564
14565 \backslash
14566
14567 \series default
14568  erzeugt hierbei den Zeilenumbruch.
14569 \begin_inset Foot
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573 Zeilen mit 
14574 \family sans
14575 Strg+Enter
14576 \family default
14577  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14578 \end_layout
14579
14580 \end_inset
14581
14582
14583 \end_layout
14584
14585 \begin_layout Standard
14586 \noindent
14587 \align center
14588 \begin_inset Tabular
14589 <lyxtabular version="3" rows="2" columns="2">
14590 <features rotate="0" tabularvalignment="middle">
14591 <column alignment="center" valignment="top">
14592 <column alignment="center" valignment="top">
14593 <row>
14594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598 \begin_inset ERT
14599 status open
14600
14601 \begin_layout Plain Layout
14602
14603
14604 \backslash
14605 diagbox[width=3cm,height=1.4cm]{
14606 \end_layout
14607
14608 \end_inset
14609
14610 A
14611 \begin_inset ERT
14612 status collapsed
14613
14614 \begin_layout Plain Layout
14615
14616
14617 \backslash
14618
14619 \backslash
14620
14621 \end_layout
14622
14623 \end_inset
14624
14625 B
14626 \begin_inset ERT
14627 status collapsed
14628
14629 \begin_layout Plain Layout
14630
14631 }{
14632 \end_layout
14633
14634 \end_inset
14635
14636 C
14637 \begin_inset ERT
14638 status collapsed
14639
14640 \begin_layout Plain Layout
14641
14642
14643 \backslash
14644
14645 \backslash
14646
14647 \end_layout
14648
14649 \end_inset
14650
14651 D
14652 \begin_inset ERT
14653 status collapsed
14654
14655 \begin_layout Plain Layout
14656
14657 }
14658 \end_layout
14659
14660 \end_inset
14661
14662
14663 \end_layout
14664
14665 \end_inset
14666 </cell>
14667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14668 \begin_inset Text
14669
14670 \begin_layout Plain Layout
14671 Dicke in nm
14672 \end_layout
14673
14674 \end_inset
14675 </cell>
14676 </row>
14677 <row>
14678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14679 \begin_inset Text
14680
14681 \begin_layout Plain Layout
14682 Perfekt Grün
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Plain Layout
14691 45
14692 \end_layout
14693
14694 \end_inset
14695 </cell>
14696 </row>
14697 </lyxtabular>
14698
14699 \end_inset
14700
14701
14702 \end_layout
14703
14704 \begin_layout Standard
14705 \begin_inset ERT
14706 status collapsed
14707
14708 \begin_layout Plain Layout
14709
14710
14711 \backslash
14712 else
14713 \end_layout
14714
14715 \end_inset
14716
14717
14718 \begin_inset Note Note
14719 status open
14720
14721 \begin_layout Plain Layout
14722 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
14723 \series bold
14724 diagbox
14725 \series default
14726  nicht installiert ist:
14727 \end_layout
14728
14729 \end_inset
14730
14731
14732 \end_layout
14733
14734 \begin_layout Standard
14735 Sie müssen das LaTeX-Paket 
14736 \series bold
14737 diagbox
14738 \series default
14739  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14740 \end_layout
14741
14742 \begin_layout Standard
14743 \begin_inset ERT
14744 status collapsed
14745
14746 \begin_layout Plain Layout
14747
14748
14749 \backslash
14750 fi
14751 \end_layout
14752
14753 \end_inset
14754
14755
14756 \end_layout
14757
14758 \begin_layout Standard
14759 Für mehr Informationen über das LaTeX-Paket 
14760 \series bold
14761 diagbox
14762 \series default
14763 , siehe dessen Dokumentation, 
14764 \begin_inset CommandInset citation
14765 LatexCommand cite
14766 key "diagbox"
14767
14768 \end_inset
14769
14770 .
14771 \end_layout
14772
14773 \begin_layout Section
14774 Formale Tabellen
14775 \begin_inset CommandInset label
14776 LatexCommand label
14777 name "abs:Formale-Tabellen"
14778
14779 \end_inset
14780
14781
14782 \begin_inset Index idx
14783 status collapsed
14784
14785 \begin_layout Plain Layout
14786 Tabellen ! Formale
14787 \end_layout
14788
14789 \end_inset
14790
14791
14792 \end_layout
14793
14794 \begin_layout Standard
14795 Tabellen werden in Büchern oft wie Tabelle
14796 \begin_inset space ~
14797 \end_inset
14798
14799
14800 \begin_inset CommandInset ref
14801 LatexCommand ref
14802 reference "tab:Formale-Tabelle"
14803
14804 \end_inset
14805
14806  gesetzt.
14807  Diese Tabellen werden
14808 \emph on
14809  formal
14810 \emph default
14811  genannt.
14812  Formale Tabellen bekommen Sie, wenn Sie im 
14813 \family sans
14814 Tabellen-Einstellungen
14815 \family default
14816 -Dialog auf der Karteikarte 
14817 \family sans
14818 Rahmen
14819 \family default
14820  den 
14821 \family sans
14822 Stil
14823 \family default
14824  
14825 \family sans
14826 Formal
14827 \family default
14828  ankreuzen.
14829 \end_layout
14830
14831 \begin_layout Standard
14832 \begin_inset Float table
14833 placement h
14834 wide false
14835 sideways false
14836 status open
14837
14838 \begin_layout Plain Layout
14839 \begin_inset Caption Standard
14840
14841 \begin_layout Plain Layout
14842 \begin_inset CommandInset label
14843 LatexCommand label
14844 name "tab:Formale-Tabelle"
14845
14846 \end_inset
14847
14848 Formale Tabelle
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \begin_layout Plain Layout
14857 \align center
14858 \begin_inset Tabular
14859 <lyxtabular version="3" rows="8" columns="4">
14860 <features rotate="0" booktabs="true" tabularvalignment="middle">
14861 <column alignment="center" valignment="top">
14862 <column alignment="right" valignment="top">
14863 <column alignment="right" valignment="top">
14864 <column alignment="right" valignment="top">
14865 <row>
14866 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14867 \begin_inset Text
14868
14869 \begin_layout Plain Layout
14870 System
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell 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 1
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 Chip
14893 \begin_inset space \thinspace{}
14894 \end_inset
14895
14896 2
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 </row>
14911 <row>
14912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 \begin_inset ERT
14917 status collapsed
14918
14919 \begin_layout Plain Layout
14920
14921
14922 \backslash
14923 cmidrule(r){2-2}
14924 \end_layout
14925
14926 \end_inset
14927
14928
14929 \begin_inset ERT
14930 status collapsed
14931
14932 \begin_layout Plain Layout
14933
14934
14935 \backslash
14936 cmidrule(l){3-4}
14937 \end_layout
14938
14939 \end_inset
14940
14941 Detektordicke in µm
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell alignment="center" valignment="top" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950 300
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 <cell alignment="center" valignment="top" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 300
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 <cell alignment="center" valignment="top" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968 700
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 </row>
14974 <row>
14975 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979 Kantenwinkel in °
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 3.55
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997 2.71
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 <cell alignment="center" valignment="top" topline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006 7.99
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 </row>
15012 <row topspace="default">
15013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017 räumliche Auf\SpecialChar \textcompwordmark{}
15018 lösung in µm
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 <cell alignment="center" valignment="top" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027 4.26
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 <cell alignment="center" valignment="top" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036 10.17
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell alignment="center" valignment="top" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045 10.56
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 <row topspace="default">
15052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 MTF bei 
15057 \begin_inset Formula $f_{\mathrm{max}}$
15058 \end_inset
15059
15060
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 0.53
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell alignment="center" valignment="top" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 0.37
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 0.39
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 </row>
15093 <row topspace="default">
15094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 \begin_inset ERT
15099 status collapsed
15100
15101 \begin_layout Plain Layout
15102
15103
15104 \backslash
15105 cmidrule(l{10pt}){1-1}
15106 \end_layout
15107
15108 \end_inset
15109
15110 LSF räumliche Auf\SpecialChar \textcompwordmark{}
15111 lösung
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 <cell alignment="center" valignment="top" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120
15121 \end_layout
15122
15123 \end_inset
15124 </cell>
15125 <cell alignment="center" valignment="top" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 <cell alignment="center" valignment="top" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 </row>
15144 <row>
15145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 in µm
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 129.7
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell alignment="center" valignment="top" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167 52.75
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176 50.78
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 </row>
15182 <row>
15183 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 in % der Pixelgröße
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196 76.3
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Plain Layout
15205 95.9
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214 92.3
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 </row>
15220 </lyxtabular>
15221
15222 \end_inset
15223
15224
15225 \end_layout
15226
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \begin_layout Standard
15233 Abstände zu Tabellenzeilen können auf der Karteikarte 
15234 \family sans
15235 Rahmen
15236 \family default
15237  des 
15238 \family sans
15239 Tabellen-Ein\SpecialChar \-
15240 stel\SpecialChar \-
15241 lun\SpecialChar \-
15242 gen
15243 \family default
15244 -Dialogs hinzugefügt werden, wie in Abschnitt
15245 \begin_inset space ~
15246 \end_inset
15247
15248
15249 \begin_inset CommandInset ref
15250 LatexCommand ref
15251 reference "uab:Zeilenabstand"
15252
15253 \end_inset
15254
15255  beschrieben.
15256 \end_layout
15257
15258 \begin_layout Standard
15259 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15260  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15261  gedruckt aber anders aus.
15262  Die erste und letzte Linie ist 0.08
15263 \begin_inset space \thinspace{}
15264 \end_inset
15265
15266 em dick, während die anderen 0.05
15267 \begin_inset space \thinspace{}
15268 \end_inset
15269
15270 em dick sind.
15271 \end_layout
15272
15273 \begin_layout Standard
15274 Die Standarddicken können im LaTeX-Vorspann geändert werden:
15275 \end_layout
15276
15277 \begin_layout Standard
15278
15279 \series bold
15280
15281 \backslash
15282 let
15283 \backslash
15284 mytoprule
15285 \backslash
15286 toprule
15287 \begin_inset Newline newline
15288 \end_inset
15289
15290
15291 \backslash
15292 renewcommand{
15293 \backslash
15294 toprule}{
15295 \backslash
15296 mytoprule[Breite]}
15297 \end_layout
15298
15299 \begin_layout Standard
15300 Dies Beispiel gilt für die oberste Linie, genannt 
15301 \series bold
15302 toprule
15303 \series default
15304 .
15305  Für die letzte müssen Sie 
15306 \series bold
15307 toprule
15308 \series default
15309  durch 
15310 \series bold
15311 bottomrule
15312 \series default
15313  ersetzen.
15314  Die Linien dazwischen heißen 
15315 \series bold
15316 midrule
15317 \series default
15318 .
15319  Für 
15320 \family sans
15321 Breite
15322 \family default
15323  können Sie alle Einheiten benutzen, die in Anhang
15324 \begin_inset space ~
15325 \end_inset
15326
15327
15328 \begin_inset CommandInset ref
15329 LatexCommand ref
15330 reference "kap:In-LyX-verfügbare"
15331
15332 \end_inset
15333
15334  aufgelistet sind.
15335 \end_layout
15336
15337 \begin_layout Standard
15338 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15339  eine Linie unter einer Mehrfachspalte.
15340  LyX wird intern den Befehl 
15341 \series bold
15342
15343 \backslash
15344 cmidrule
15345 \series default
15346  benutzen, um diese Linie zu drucken.
15347  Der ganze Befehl sieht so aus:
15348 \end_layout
15349
15350 \begin_layout Standard
15351
15352 \series bold
15353
15354 \backslash
15355 cmidrule[width](trim){Anfangsspalte-Endspalte}
15356 \end_layout
15357
15358 \begin_layout Standard
15359 Die 
15360 \series bold
15361
15362 \backslash
15363 cmidrule
15364 \series default
15365 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
15366  benutzen.
15367  
15368 \series bold
15369
15370 \backslash
15371 cmidrule
15372 \series default
15373  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
15374  erste Zelle einer Zeile einfügt.
15375  Die Linie wird dann über der Zeile gedruckt.
15376 \end_layout
15377
15378 \begin_layout Standard
15379 Der Standardwert ist 0.03
15380 \begin_inset space \thinspace{}
15381 \end_inset
15382
15383 em.
15384  Die Linie reicht von 
15385 \family typewriter
15386 Anfangsspalte
15387 \family default
15388  bis 
15389 \family typewriter
15390 End\SpecialChar \-
15391 spal\SpecialChar \-
15392 te
15393 \family default
15394 .
15395  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15396   Der optionale Parameter 
15397 \family typewriter
15398 trim
15399 \family default
15400  kann die Werte 
15401 \emph on
15402 r
15403 \emph default
15404
15405 \emph on
15406 r{Breite}
15407 \emph default
15408
15409 \emph on
15410 l
15411 \family typewriter
15412 \emph default
15413  
15414 \family default
15415 oder 
15416 \emph on
15417 l{Breite}
15418 \emph default
15419  annehmen, wobei die 
15420 \family sans
15421 Breite
15422 \family default
15423  optional ist.
15424  
15425 \emph on
15426 l{2pt}
15427 \emph default
15428  zum Beispiel bedeutet, dass die Linie links um 2
15429 \begin_inset space \thinspace{}
15430 \end_inset
15431
15432 pt gekürzt wird.
15433  Ohne Breitenangabe werden die Linien um 0.5
15434 \begin_inset space \thinspace{}
15435 \end_inset
15436
15437 em gekürzt.
15438 \end_layout
15439
15440 \begin_layout Standard
15441 \begin_inset VSpace bigskip
15442 \end_inset
15443
15444 In Tabelle
15445 \begin_inset space ~
15446 \end_inset
15447
15448
15449 \begin_inset CommandInset ref
15450 LatexCommand ref
15451 reference "tab:Formale-Tabelle"
15452
15453 \end_inset
15454
15455  wurden die Befehle
15456 \end_layout
15457
15458 \begin_layout Standard
15459
15460 \series bold
15461
15462 \backslash
15463 cmidrule(r){2-2}
15464 \backslash
15465 cmidrule(l){3-4}
15466 \end_layout
15467
15468 \begin_layout Standard
15469 am Anfang der zweiten Zeile und
15470 \end_layout
15471
15472 \begin_layout Standard
15473
15474 \series bold
15475
15476 \backslash
15477 cmidrule(l{10pt}){1-1}
15478 \end_layout
15479
15480 \begin_layout Standard
15481 in der sechsten benutzt.
15482 \end_layout
15483
15484 \begin_layout Standard
15485 \begin_inset VSpace bigskip
15486 \end_inset
15487
15488
15489 \end_layout
15490
15491 \begin_layout Standard
15492 Sie können mit 
15493 \series bold
15494
15495 \backslash
15496 cmidrule
15497 \series default
15498  auch überlappende Linien wie in Tabelle
15499 \begin_inset space ~
15500 \end_inset
15501
15502
15503 \begin_inset CommandInset ref
15504 LatexCommand ref
15505 reference "tab:Special-booktabs-table"
15506
15507 \end_inset
15508
15509  definieren.
15510  Der Befehl ist:
15511 \end_layout
15512
15513 \begin_layout Standard
15514
15515 \series bold
15516
15517 \backslash
15518 morecmidrules
15519 \end_layout
15520
15521 \begin_layout Standard
15522 In Zeile zwei der Tabelle
15523 \begin_inset space ~
15524 \end_inset
15525
15526
15527 \begin_inset CommandInset ref
15528 LatexCommand ref
15529 reference "tab:Special-booktabs-table"
15530
15531 \end_inset
15532
15533  wurde folgender Befehl benutzt:
15534 \end_layout
15535
15536 \begin_layout Standard
15537
15538 \series bold
15539
15540 \backslash
15541 cmidrule(r){2-2}
15542 \backslash
15543 cmidrule(l){3-4}
15544 \backslash
15545 morecmidrules
15546 \begin_inset Newline newline
15547 \end_inset
15548
15549
15550 \backslash
15551 cmidrule{2-4}
15552 \end_layout
15553
15554 \begin_layout Standard
15555 und in Zeile sechs:
15556 \end_layout
15557
15558 \begin_layout Standard
15559
15560 \series bold
15561
15562 \backslash
15563 midrule
15564 \backslash
15565 morecmidrules
15566 \backslash
15567 cmidrule{3-4}
15568 \end_layout
15569
15570 \begin_layout Standard
15571 \begin_inset VSpace bigskip
15572 \end_inset
15573
15574
15575 \end_layout
15576
15577 \begin_layout Standard
15578 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15579  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15580 \end_layout
15581
15582 \begin_layout Standard
15583
15584 \series bold
15585
15586 \backslash
15587 specialrule{Dicke}{Abstand davor}{Abstand danach}
15588 \end_layout
15589
15590 \begin_layout Standard
15591 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
15592 \series bold
15593 booktabs
15594 \series default
15595  
15596 \begin_inset CommandInset citation
15597 LatexCommand cite
15598 key "booktabs"
15599
15600 \end_inset
15601
15602 .
15603 \begin_inset Index idx
15604 status collapsed
15605
15606 \begin_layout Plain Layout
15607 LaTeX-Pakete ! booktabs
15608 \end_layout
15609
15610 \end_inset
15611
15612
15613 \end_layout
15614
15615 \begin_layout Standard
15616 \begin_inset Float table
15617 placement h
15618 wide false
15619 sideways false
15620 status open
15621
15622 \begin_layout Plain Layout
15623 \begin_inset Caption Standard
15624
15625 \begin_layout Plain Layout
15626 \begin_inset CommandInset label
15627 LatexCommand label
15628 name "tab:Special-booktabs-table"
15629
15630 \end_inset
15631
15632 Eine spezielle formale Tabelle
15633 \end_layout
15634
15635 \end_inset
15636
15637
15638 \end_layout
15639
15640 \begin_layout Plain Layout
15641 \align center
15642 \begin_inset Tabular
15643 <lyxtabular version="3" rows="8" columns="4">
15644 <features rotate="0" booktabs="true" tabularvalignment="middle">
15645 <column alignment="center" valignment="top">
15646 <column alignment="center" valignment="top">
15647 <column alignment="right" valignment="top">
15648 <column alignment="right" valignment="top">
15649 <row>
15650 <cell alignment="center" valignment="top" topline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Plain Layout
15654 System
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 <cell 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 1
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 Chip
15677 \begin_inset space \thinspace{}
15678 \end_inset
15679
15680 2
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 </row>
15695 <row>
15696 <cell alignment="center" valignment="top" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700 \begin_inset ERT
15701 status collapsed
15702
15703 \begin_layout Plain Layout
15704
15705
15706 \backslash
15707 cmidrule(r){2-2}
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 cmidrule(l){3-4}
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 morecmidrules 
15734 \end_layout
15735
15736 \end_inset
15737
15738
15739 \begin_inset ERT
15740 status collapsed
15741
15742 \begin_layout Plain Layout
15743
15744
15745 \backslash
15746 cmidrule{2-4}
15747 \end_layout
15748
15749 \end_inset
15750
15751 Detektordicke in µm
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 300
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 300
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 700
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 </row>
15784 <row>
15785 <cell alignment="center" valignment="top" topline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 Kantenwinkel in °
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" topline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798 3,55
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 <cell alignment="center" valignment="top" topline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 2,71
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 <cell alignment="center" valignment="top" topline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816 7,99
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 </row>
15822 <row topspace="default">
15823 <cell alignment="center" valignment="top" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827 räumliche Auf\SpecialChar \textcompwordmark{}
15828 lösung in µm
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 <cell alignment="center" valignment="top" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837 4,26
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell alignment="center" valignment="top" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 10,17
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 <cell alignment="center" valignment="top" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855 10,56
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 </row>
15861 <row topspace="default">
15862 <cell alignment="center" valignment="top" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 MTF bei 
15867 \begin_inset Formula $f_{\mathrm{max}}$
15868 \end_inset
15869
15870
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 <cell alignment="center" valignment="top" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879 0,53
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 0,37
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897 0,39
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 </row>
15903 <row>
15904 <cell alignment="center" valignment="top" topline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 \begin_inset ERT
15909 status collapsed
15910
15911 \begin_layout Plain Layout
15912
15913
15914 \backslash
15915 morecmidrules 
15916 \end_layout
15917
15918 \end_inset
15919
15920
15921 \begin_inset ERT
15922 status collapsed
15923
15924 \begin_layout Plain Layout
15925
15926
15927 \backslash
15928 cmidrule{3-4}
15929 \end_layout
15930
15931 \end_inset
15932
15933 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
15934 lösung
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 <cell alignment="center" valignment="top" topline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 </row>
15967 <row>
15968 <cell alignment="center" valignment="top" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972 in µm
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 129,7
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990 52,75
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 <cell alignment="center" valignment="top" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999 50,78
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 </row>
16005 <row>
16006 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 in % der Pixelgröße
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 76,3
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 95,9
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 92,3
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 </row>
16043 </lyxtabular>
16044
16045 \end_inset
16046
16047
16048 \end_layout
16049
16050 \end_inset
16051
16052
16053 \end_layout
16054
16055 \begin_layout Section
16056 Vertikale Tabellen-Ausrichtung
16057 \begin_inset Index idx
16058 status collapsed
16059
16060 \begin_layout Plain Layout
16061 Tabellen ! Ausrichtung
16062 \end_layout
16063
16064 \end_inset
16065
16066
16067 \end_layout
16068
16069 \begin_layout Standard
16070 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16071  einer Box sein.
16072  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16073 \begin_inset space ~
16074 \end_inset
16075
16076
16077 \begin_inset CommandInset ref
16078 LatexCommand ref
16079 reference "abs:Box-Dialog"
16080
16081 \end_inset
16082
16083  beschrieben.
16084 \end_layout
16085
16086 \begin_layout Standard
16087 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16088 \begin_inset Foot
16089 status collapsed
16090
16091 \begin_layout Plain Layout
16092 Minipages werden in Abschnitt
16093 \begin_inset space ~
16094 \end_inset
16095
16096
16097 \begin_inset CommandInset ref
16098 LatexCommand ref
16099 reference "abs:Minipage"
16100
16101 \end_inset
16102
16103  beschrieben.
16104 \end_layout
16105
16106 \end_inset
16107
16108  mit 15
16109 \begin_inset space \thinspace{}
16110 \end_inset
16111
16112 col%-Breite:
16113 \end_layout
16114
16115 \begin_layout Itemize
16116 Test 
16117 \begin_inset Box Frameless
16118 position "t"
16119 hor_pos "c"
16120 has_inner_box 1
16121 inner_pos "c"
16122 use_parbox 0
16123 use_makebox 0
16124 width "15col%"
16125 special "none"
16126 height "1in"
16127 height_special "totalheight"
16128 status collapsed
16129
16130 \begin_layout Plain Layout
16131 \begin_inset Tabular
16132 <lyxtabular version="3" rows="3" columns="3">
16133 <features rotate="0" tabularvalignment="middle">
16134 <column alignment="center" valignment="top">
16135 <column alignment="center" valignment="top">
16136 <column alignment="center" valignment="top">
16137 <row>
16138 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142 Tabelle 1
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 </row>
16166 <row>
16167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171 b
16172 \end_layout
16173
16174 \end_inset
16175 </cell>
16176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 e
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189 h
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 </row>
16195 <row>
16196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200 c
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 f
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 i
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 </row>
16224 </lyxtabular>
16225
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \end_inset
16232
16233  Test 
16234 \begin_inset ERT
16235 status collapsed
16236
16237 \begin_layout Plain Layout
16238
16239
16240 \backslash
16241 raisebox{0.85
16242 \backslash
16243 baselineskip}{
16244 \end_layout
16245
16246 \end_inset
16247
16248
16249 \begin_inset Box Frameless
16250 position "t"
16251 hor_pos "c"
16252 has_inner_box 1
16253 inner_pos "c"
16254 use_parbox 0
16255 use_makebox 0
16256 width "15col%"
16257 special "none"
16258 height "1in"
16259 height_special "totalheight"
16260 status collapsed
16261
16262 \begin_layout Plain Layout
16263 \begin_inset Tabular
16264 <lyxtabular version="3" rows="3" columns="3">
16265 <features rotate="0" tabularvalignment="middle">
16266 <column alignment="center" valignment="top">
16267 <column alignment="center" valignment="top">
16268 <column alignment="center" valignment="top">
16269 <row>
16270 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 Tabelle 2
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 </row>
16298 <row>
16299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 b
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 e
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 h
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 </row>
16327 <row>
16328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 c
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 f
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 i
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 </lyxtabular>
16357
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \end_inset
16364
16365
16366 \begin_inset ERT
16367 status collapsed
16368
16369 \begin_layout Plain Layout
16370
16371 }
16372 \end_layout
16373
16374 \end_inset
16375
16376
16377 \end_layout
16378
16379 \begin_layout Itemize
16380 Test 
16381 \begin_inset Box Frameless
16382 position "c"
16383 hor_pos "c"
16384 has_inner_box 1
16385 inner_pos "c"
16386 use_parbox 0
16387 use_makebox 0
16388 width "15col%"
16389 special "none"
16390 height "1in"
16391 height_special "totalheight"
16392 status collapsed
16393
16394 \begin_layout Plain Layout
16395 \begin_inset Tabular
16396 <lyxtabular version="3" rows="3" columns="3">
16397 <features rotate="0" tabularvalignment="middle">
16398 <column alignment="center" valignment="top">
16399 <column alignment="center" valignment="top">
16400 <column alignment="center" valignment="top">
16401 <row>
16402 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406 Tabelle 3
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 </row>
16430 <row>
16431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435 b
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 e
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 h
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 </row>
16459 <row>
16460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464 c
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 f
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 i
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 </row>
16488 </lyxtabular>
16489
16490 \end_inset
16491
16492
16493 \end_layout
16494
16495 \end_inset
16496
16497
16498 \end_layout
16499
16500 \begin_layout Itemize
16501 Test 
16502 \begin_inset Box Frameless
16503 position "b"
16504 hor_pos "c"
16505 has_inner_box 1
16506 inner_pos "c"
16507 use_parbox 0
16508 use_makebox 0
16509 width "15col%"
16510 special "none"
16511 height "1in"
16512 height_special "totalheight"
16513 status collapsed
16514
16515 \begin_layout Plain Layout
16516 \begin_inset Tabular
16517 <lyxtabular version="3" rows="3" columns="3">
16518 <features rotate="0" tabularvalignment="middle">
16519 <column alignment="center" valignment="top">
16520 <column alignment="center" valignment="top">
16521 <column alignment="center" valignment="top">
16522 <row>
16523 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527 Tabelle 4
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 </row>
16551 <row>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 b
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 e
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 h
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 </row>
16580 <row>
16581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 c
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 f
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 i
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 </lyxtabular>
16610
16611 \end_inset
16612
16613
16614 \end_layout
16615
16616 \end_inset
16617
16618 Test 
16619 \begin_inset ERT
16620 status collapsed
16621
16622 \begin_layout Plain Layout
16623
16624
16625 \backslash
16626 raisebox{-0.32
16627 \backslash
16628 baselineskip}{
16629 \end_layout
16630
16631 \end_inset
16632
16633
16634 \begin_inset Box Frameless
16635 position "b"
16636 hor_pos "c"
16637 has_inner_box 1
16638 inner_pos "c"
16639 use_parbox 0
16640 use_makebox 0
16641 width "15col%"
16642 special "none"
16643 height "1in"
16644 height_special "totalheight"
16645 status collapsed
16646
16647 \begin_layout Plain Layout
16648 \begin_inset Tabular
16649 <lyxtabular version="3" rows="3" columns="3">
16650 <features rotate="0" tabularvalignment="middle">
16651 <column alignment="center" valignment="top">
16652 <column alignment="center" valignment="top">
16653 <column alignment="center" valignment="top">
16654 <row>
16655 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 Tabelle 5
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 </row>
16683 <row>
16684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688 b
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 e
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 h
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 </row>
16712 <row>
16713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717 c
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 f
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 i
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 </row>
16741 </lyxtabular>
16742
16743 \end_inset
16744
16745
16746 \end_layout
16747
16748 \end_inset
16749
16750
16751 \begin_inset ERT
16752 status collapsed
16753
16754 \begin_layout Plain Layout
16755
16756 }
16757 \end_layout
16758
16759 \end_inset
16760
16761
16762 \end_layout
16763
16764 \begin_layout Standard
16765 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16766 \begin_inset space \space{}
16767 \end_inset
16768
16769 1 und letzten Zeile von Tabelle
16770 \begin_inset space \space{}
16771 \end_inset
16772
16773 4 bezüglich dem Wort 
16774 \begin_inset Quotes gld
16775 \end_inset
16776
16777 Test
16778 \begin_inset Quotes grd
16779 \end_inset
16780
16781  nicht richtig ausgerichtet.
16782  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16783 \begin_inset Quotes gld
16784 \end_inset
16785
16786 Raisebox
16787 \begin_inset Quotes grd
16788 \end_inset
16789
16790
16791 \begin_inset Foot
16792 status collapsed
16793
16794 \begin_layout Plain Layout
16795 Raiseboxen werden in Abschnitt
16796 \begin_inset space ~
16797 \end_inset
16798
16799
16800 \begin_inset CommandInset ref
16801 LatexCommand ref
16802 reference "uab:Vertikale-Ausrichtung"
16803
16804 \end_inset
16805
16806  beschrieben.
16807 \end_layout
16808
16809 \end_inset
16810
16811  setzen.
16812  In Tabelle
16813 \begin_inset space \space{}
16814 \end_inset
16815
16816 2 wurde der Text mit dem Befehl
16817 \end_layout
16818
16819 \begin_layout Standard
16820
16821 \series bold
16822
16823 \backslash
16824 raisebox{0.85
16825 \backslash
16826 baselineskip}{
16827 \end_layout
16828
16829 \begin_layout Standard
16830 vor der Box ausgerichtet.
16831  Hinter der Box wurde auch noch 
16832 \series bold
16833 }
16834 \series default
16835  als TeX-Code eingefügt, weil der obige Befehl mit 
16836 \series bold
16837 {
16838 \series default
16839  aufhörte.
16840  Für Tabelle
16841 \begin_inset space \space{}
16842 \end_inset
16843
16844 5 wurde der Befehl
16845 \end_layout
16846
16847 \begin_layout Standard
16848
16849 \series bold
16850
16851 \backslash
16852 raisebox{-0.32
16853 \backslash
16854 baselineskip}{
16855 \end_layout
16856
16857 \begin_layout Standard
16858 benutzt.
16859 \end_layout
16860
16861 \begin_layout Standard
16862 \begin_inset Note Greyedout
16863 status open
16864
16865 \begin_layout Plain Layout
16866
16867 \series bold
16868 Bemerkung:
16869 \series default
16870  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16871  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16872  Der Faktor im 
16873 \series bold
16874
16875 \backslash
16876 raisebox
16877 \series default
16878 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16879 \end_layout
16880
16881 \end_inset
16882
16883
16884 \end_layout
16885
16886 \begin_layout Section
16887 Farbige Tabellen
16888 \begin_inset CommandInset label
16889 LatexCommand label
16890 name "abs:Farbige-Tabellen"
16891
16892 \end_inset
16893
16894
16895 \begin_inset Index idx
16896 status collapsed
16897
16898 \begin_layout Plain Layout
16899 Tabellen ! farbige
16900 \end_layout
16901
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \begin_layout Subsection
16908 Farbige Zellen
16909 \begin_inset Index idx
16910 status collapsed
16911
16912 \begin_layout Plain Layout
16913 farbige !  Tabellenzellen
16914 \end_layout
16915
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \begin_layout Standard
16922 \begin_inset Float table
16923 placement h
16924 wide false
16925 sideways false
16926 status open
16927
16928 \begin_layout Plain Layout
16929 \begin_inset Caption Standard
16930
16931 \begin_layout Plain Layout
16932 \begin_inset CommandInset label
16933 LatexCommand label
16934 name "tab:Farbige-Tabelle-ohne"
16935
16936 \end_inset
16937
16938 Farbige Tabelle, ohne Paket 
16939 \series bold
16940 colortbl
16941 \series default
16942
16943 \begin_inset Argument 1
16944 status collapsed
16945
16946 \begin_layout Plain Layout
16947 Tabelle ohne 
16948 \family typewriter
16949 colortbl
16950 \end_layout
16951
16952 \end_inset
16953
16954
16955 \end_layout
16956
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \begin_layout Plain Layout
16963 \align center
16964 \begin_inset Tabular
16965 <lyxtabular version="3" rows="3" columns="3">
16966 <features rotate="0" tabularvalignment="middle">
16967 <column alignment="center" valignment="top">
16968 <column alignment="center" valignment="top">
16969 <column alignment="center" valignment="top">
16970 <row>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \color green
16977 a
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986
16987 \color red
16988 b
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \color red
16999 c
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 </row>
17005 <row>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010
17011 \color green
17012 d
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021
17022 \color blue
17023 e
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \color blue
17034 f
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \color green
17047 g
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056
17057 \color blue
17058 h
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067
17068 \color blue
17069 i
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 </row>
17075 </lyxtabular>
17076
17077 \end_inset
17078
17079
17080 \end_layout
17081
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \begin_layout Standard
17088 Wenn Sie nur farbigen Text
17089 \begin_inset Index idx
17090 status collapsed
17091
17092 \begin_layout Plain Layout
17093 Farbe ! für Text
17094 \end_layout
17095
17096 \end_inset
17097
17098  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17099 \family sans
17100 Textstil
17101 \family default
17102 -Dialog (Werkzeugleistenknopf 
17103 \begin_inset Info
17104 type  "icon"
17105 arg   "dialog-show character"
17106 \end_inset
17107
17108 ) wie es in Tabelle
17109 \begin_inset space ~
17110 \end_inset
17111
17112
17113 \begin_inset CommandInset ref
17114 LatexCommand ref
17115 reference "tab:Farbige-Tabelle-ohne"
17116
17117 \end_inset
17118
17119  gemacht wurde.
17120  In anderen Fällen müssen Sie das LaTeX-Paket 
17121 \series bold
17122 colortbl
17123 \series default
17124  benutzen.
17125 \begin_inset Index idx
17126 status collapsed
17127
17128 \begin_layout Plain Layout
17129 LaTeX-Pakete ! colortbl
17130 \end_layout
17131
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \begin_layout Standard
17138 \begin_inset ERT
17139 status collapsed
17140
17141 \begin_layout Plain Layout
17142
17143
17144 \backslash
17145 ifcolortbl
17146 \end_layout
17147
17148 \end_inset
17149
17150
17151 \begin_inset Note Note
17152 status open
17153
17154 \begin_layout Plain Layout
17155 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17156 \series bold
17157 colortbl
17158 \series default
17159  installiert ist.
17160 \end_layout
17161
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \begin_layout Standard
17168 Um farbige Tabellen zu erzeugen, muss 
17169 \series bold
17170 colortbl
17171 \series default
17172  im LaTeX-Vorspann geladen werden:
17173 \end_layout
17174
17175 \begin_layout Standard
17176
17177 \series bold
17178
17179 \backslash
17180 usepackage{colortbl}
17181 \end_layout
17182
17183 \begin_layout Standard
17184 Die Farbe einer Spalte ändert man dann mit dem Befehl
17185 \end_layout
17186
17187 \begin_layout Standard
17188
17189 \series bold
17190
17191 \backslash
17192 columncolor{Farbname}
17193 \end_layout
17194
17195 \begin_layout Standard
17196 innerhalb des Befehls 
17197 \series bold
17198 >{}
17199 \series default
17200 .
17201  Mehr über den Befehl 
17202 \series bold
17203 >{}
17204 \series default
17205  finden Sie im Abschnitt
17206 \begin_inset space ~
17207 \end_inset
17208
17209
17210 \begin_inset CommandInset ref
17211 LatexCommand ref
17212 reference "uab:Mehrfachspalten-Berechnungen"
17213
17214 \end_inset
17215
17216 .
17217 \end_layout
17218
17219 \begin_layout Standard
17220 Folgende Farbnamen sind vordefiniert:
17221 \end_layout
17222
17223 \begin_layout Standard
17224
17225 \family sans
17226 red
17227 \family default
17228
17229 \family sans
17230 green
17231 \family default
17232
17233 \family sans
17234 yellow
17235 \family default
17236
17237 \family sans
17238 blue
17239 \family default
17240
17241 \family sans
17242 cyan
17243 \family default
17244
17245 \family sans
17246 magenta
17247 \family default
17248
17249 \family sans
17250 black
17251 \family default
17252  und 
17253 \family sans
17254 white
17255 \begin_inset Newline newline
17256 \end_inset
17257
17258 (
17259 \family default
17260 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17261 \end_layout
17262
17263 \begin_layout Standard
17264 \begin_inset VSpace medskip
17265 \end_inset
17266
17267
17268 \end_layout
17269
17270 \begin_layout Standard
17271 Wenn Sie die Optionen
17272 \end_layout
17273
17274 \begin_layout Standard
17275
17276 \series bold
17277 usenames,dvipsnames
17278 \end_layout
17279
17280 \begin_layout Standard
17281 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17282  können Sie zusätzlich weitere 61
17283 \begin_inset space ~
17284 \end_inset
17285
17286 Farben verwenden.
17287  Diese Farben sind in Anhang
17288 \begin_inset space ~
17289 \end_inset
17290
17291
17292 \begin_inset CommandInset ref
17293 LatexCommand ref
17294 reference "kap:Liste-der-dvips-Farbnamen"
17295
17296 \end_inset
17297
17298  aufgelistet.
17299  Eine dieser Farben, 
17300 \family sans
17301 Maroon
17302 \family default
17303 , wird als Beispiel in Tabelle
17304 \begin_inset space ~
17305 \end_inset
17306
17307
17308 \begin_inset CommandInset ref
17309 LatexCommand ref
17310 reference "tab:Eine-mit-colortbl"
17311
17312 \end_inset
17313
17314  verwendet.
17315 \end_layout
17316
17317 \begin_layout Standard
17318 \begin_inset VSpace medskip
17319 \end_inset
17320
17321
17322 \end_layout
17323
17324 \begin_layout Standard
17325 Sie können auch eigene Farben definieren:
17326 \end_layout
17327
17328 \begin_layout Standard
17329
17330 \series bold
17331
17332 \backslash
17333 definecolor{Farbname}{Farbmodell}{Farbwerte}
17334 \end_layout
17335
17336 \begin_layout Standard
17337 Das Farbmodell kann eins der folgenden sein:
17338 \end_layout
17339
17340 \begin_layout Labeling
17341 \labelwidthstring 00.00.0000
17342 cmyk: cyan, magenta, yellow, black
17343 \end_layout
17344
17345 \begin_layout Labeling
17346 \labelwidthstring 00.00.0000
17347 rgb: red, green blue
17348 \end_layout
17349
17350 \begin_layout Labeling
17351 \labelwidthstring 00.00.0000
17352 gray: gray
17353 \end_layout
17354
17355 \begin_layout Standard
17356 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17357  die die entsprechende Farbe für das Farbmodell beschreiben.
17358 \end_layout
17359
17360 \begin_layout Standard
17361 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
17362 \emph on
17363
17364 \begin_inset Quotes gld
17365 \end_inset
17366
17367 dunkelgruen
17368 \emph default
17369
17370 \begin_inset Quotes grd
17371 \end_inset
17372
17373  und 
17374 \begin_inset Quotes gld
17375 \end_inset
17376
17377
17378 \emph on
17379 hellgrau
17380 \emph default
17381
17382 \begin_inset Quotes grd
17383 \end_inset
17384
17385  folgendermaßen definieren:
17386 \end_layout
17387
17388 \begin_layout Standard
17389
17390 \series bold
17391
17392 \backslash
17393 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17394 \end_layout
17395
17396 \begin_layout Standard
17397
17398 \series bold
17399
17400 \backslash
17401 definecolor{hellgrau}{gray}{0.8}
17402 \end_layout
17403
17404 \begin_layout Standard
17405 \begin_inset VSpace medskip
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \begin_layout Standard
17412 Linien werden mit dem Befehl
17413 \end_layout
17414
17415 \begin_layout Standard
17416
17417 \series bold
17418
17419 \backslash
17420 rowcolor{Farbname}
17421 \end_layout
17422
17423 \begin_layout Standard
17424 gefärbt, Zellen mit dem Befehl
17425 \end_layout
17426
17427 \begin_layout Standard
17428
17429 \series bold
17430
17431 \backslash
17432 cellcolor{Farbname}
17433 \end_layout
17434
17435 \begin_layout Standard
17436 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
17437 \end_layout
17438
17439 \begin_layout Standard
17440 Um nur Text zu färben, verwenden Sie den 
17441 \family sans
17442 Textstil
17443 \family default
17444 -Dialog.
17445  Wenn die Zelle aber TeX-Code zum Färben enthält, 
17446 \emph on
17447 markieren Sie nur den Text
17448 \emph default
17449 , sonst werden Sie LaTeX-Fehler erzeugen.
17450 \end_layout
17451
17452 \begin_layout Standard
17453 \begin_inset Note Greyedout
17454 status open
17455
17456 \begin_layout Plain Layout
17457
17458 \series bold
17459 Achtung:
17460 \series default
17461  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17462 \end_layout
17463
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \begin_layout Standard
17470 \begin_inset VSpace medskip
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \begin_layout Standard
17477 Die Tabelle
17478 \begin_inset space ~
17479 \end_inset
17480
17481
17482 \begin_inset CommandInset ref
17483 LatexCommand ref
17484 reference "tab:Eine-mit-colortbl"
17485
17486 \end_inset
17487
17488  wurde folgendermaßen erstellt: die erste Spalte soll 
17489 \emph on
17490
17491 \begin_inset Quotes gld
17492 \end_inset
17493
17494 dunkelgruen
17495 \emph default
17496
17497 \begin_inset Quotes grd
17498 \end_inset
17499
17500  werden, also müssen Sie ins 
17501 \family sans
17502 LaTe
17503 \begin_inset ERT
17504 status collapsed
17505
17506 \begin_layout Plain Layout
17507
17508 {}
17509 \end_layout
17510
17511 \end_inset
17512
17513 X-Argument
17514 \family default
17515  der Zellen der ersten Spalte den Befehl
17516 \end_layout
17517
17518 \begin_layout Standard
17519
17520 \series bold
17521 >{
17522 \backslash
17523 columncolor{dunkelgruen}
17524 \backslash
17525 centering}c
17526 \end_layout
17527
17528 \begin_layout Standard
17529 schreiben.
17530  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
17531 \end_layout
17532
17533 \begin_layout Standard
17534
17535 \series bold
17536
17537 \backslash
17538 rowcolor{cyan}
17539 \end_layout
17540
17541 \begin_layout Standard
17542 in die erste Zelle der ersten Zeile eingefügt.
17543  Diese Farbe ersetzt die Spaltenfarbe.
17544  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17545  Das wird mit folgendem Befehl erreicht:
17546 \end_layout
17547
17548 \begin_layout Standard
17549
17550 \series bold
17551
17552 \backslash
17553 cellcolor{Maroon}
17554 \end_layout
17555
17556 \begin_layout Standard
17557 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17558 \family sans
17559 Textstil
17560 \family default
17561 -Dialog.
17562 \end_layout
17563
17564 \begin_layout Standard
17565 \begin_inset Float table
17566 placement h
17567 wide false
17568 sideways false
17569 status open
17570
17571 \begin_layout Plain Layout
17572 \begin_inset Caption Standard
17573
17574 \begin_layout Plain Layout
17575 \begin_inset CommandInset label
17576 LatexCommand label
17577 name "tab:Eine-mit-colortbl"
17578
17579 \end_inset
17580
17581 Eine mit dem Paket 
17582 \series bold
17583 colortbl
17584 \series default
17585  gefärbte Tabelle
17586 \begin_inset Argument 1
17587 status collapsed
17588
17589 \begin_layout Plain Layout
17590 Tabelle mit 
17591 \family typewriter
17592 colortbl
17593 \end_layout
17594
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \end_inset
17601
17602
17603 \end_layout
17604
17605 \begin_layout Plain Layout
17606 \align center
17607 \begin_inset Tabular
17608 <lyxtabular version="3" rows="3" columns="3">
17609 <features rotate="0" tabularvalignment="middle">
17610 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17611 <column alignment="center" valignment="top">
17612 <column alignment="center" valignment="top">
17613 <row>
17614 <cell alignment="center" valignment="top" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 \begin_inset ERT
17619 status open
17620
17621 \begin_layout Plain Layout
17622
17623
17624 \backslash
17625 rowcolor{cyan}
17626 \end_layout
17627
17628 \end_inset
17629
17630
17631 \color magenta
17632 a
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell alignment="center" valignment="top" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641
17642 \color red
17643 b
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652
17653 \color red
17654 c
17655 \end_layout
17656
17657 \end_inset
17658 </cell>
17659 </row>
17660 <row>
17661 <cell alignment="center" valignment="top" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Plain Layout
17665
17666 \color yellow
17667 d
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676
17677 \color blue
17678 e
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687
17688 \color blue
17689 f
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 <row>
17696 <cell alignment="center" valignment="top" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700
17701 \color yellow
17702 g
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 <cell alignment="center" valignment="top" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711
17712 \color blue
17713 h
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 <cell alignment="center" valignment="top" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722 \begin_inset ERT
17723 status collapsed
17724
17725 \begin_layout Plain Layout
17726
17727
17728 \backslash
17729 cellcolor{Maroon}
17730 \end_layout
17731
17732 \end_inset
17733
17734
17735 \color green
17736 i
17737 \end_layout
17738
17739 \end_inset
17740 </cell>
17741 </row>
17742 </lyxtabular>
17743
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \begin_layout Standard
17755 \begin_inset ERT
17756 status collapsed
17757
17758 \begin_layout Plain Layout
17759
17760
17761 \backslash
17762 else
17763 \end_layout
17764
17765 \end_inset
17766
17767
17768 \begin_inset Note Note
17769 status open
17770
17771 \begin_layout Plain Layout
17772 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
17773 \series bold
17774 colortbl
17775 \series default
17776  nicht installiert ist:
17777 \end_layout
17778
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \begin_layout Standard
17785 Sie müssen das LaTeX-Paket 
17786 \series bold
17787 colortbl
17788 \series default
17789  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17790 \end_layout
17791
17792 \begin_layout Standard
17793 \begin_inset ERT
17794 status collapsed
17795
17796 \begin_layout Plain Layout
17797
17798
17799 \backslash
17800 fi
17801 \end_layout
17802
17803 \end_inset
17804
17805
17806 \end_layout
17807
17808 \begin_layout Subsection
17809 Farbige Zeilen
17810 \begin_inset Index idx
17811 status collapsed
17812
17813 \begin_layout Plain Layout
17814 farbige ! Tabellenzeilen
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \begin_layout Standard
17823 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17824  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17825  Man lädt das LaTeX-Paket 
17826 \series bold
17827 xcolor
17828 \series default
17829
17830 \begin_inset Index idx
17831 status collapsed
17832
17833 \begin_layout Plain Layout
17834 LaTeX-Pakete ! xcolor
17835 \begin_inset ERT
17836 status collapsed
17837
17838 \begin_layout Plain Layout
17839
17840
17841 \backslash
17842 vspace{4mm}
17843 \end_layout
17844
17845 \end_inset
17846
17847
17848 \end_layout
17849
17850 \end_inset
17851
17852  im LaTeX-Vorspann mit dem Befehl
17853 \end_layout
17854
17855 \begin_layout Standard
17856
17857 \series bold
17858
17859 \backslash
17860 usepackage[table]{xcolor}
17861 \end_layout
17862
17863 \begin_layout Standard
17864
17865 \series bold
17866 xcolor
17867 \series default
17868  lädt automatisch auch das LaTeX-Paket 
17869 \series bold
17870 colortbl
17871 \series default
17872
17873 \begin_inset Index idx
17874 status collapsed
17875
17876 \begin_layout Plain Layout
17877 LaTeX-Pakete ! colortbl
17878 \end_layout
17879
17880 \end_inset
17881
17882 , so dass 
17883 \series bold
17884 colortbl
17885 \series default
17886  in Ihrer LaTeX-Distribution installiert sein muss, ansonsten bekommt man
17887  LaTeX-Fehler.
17888 \end_layout
17889
17890 \begin_layout Standard
17891 \begin_inset ERT
17892 status collapsed
17893
17894 \begin_layout Plain Layout
17895
17896
17897 \backslash
17898 ifcolortbl
17899 \end_layout
17900
17901 \end_inset
17902
17903
17904 \begin_inset Note Note
17905 status open
17906
17907 \begin_layout Plain Layout
17908 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17909 \series bold
17910 colortbl
17911 \series default
17912  installiert ist.
17913 \end_layout
17914
17915 \end_inset
17916
17917
17918 \end_layout
17919
17920 \begin_layout Standard
17921 Die Tabellenzeilen werden mit dem Befehl
17922 \end_layout
17923
17924 \begin_layout Standard
17925
17926 \series bold
17927
17928 \backslash
17929 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17930 \end_layout
17931
17932 \begin_layout Standard
17933 eingefärbt, der entweder in den LaTeX-Vorspann oder als TeX-Code vor der
17934  ersten zu färbenden Tabelle eingefügt wird.
17935  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17936  Zeilenfarbe gefärbt werden soll.
17937  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17938  werden.
17939  So führt zum Beispiel der Befehl
17940 \end_layout
17941
17942 \begin_layout Standard
17943
17944 \series bold
17945
17946 \backslash
17947 rowcolors{1}{white}{lightgray}
17948 \end_layout
17949
17950 \begin_layout Standard
17951 zum Farbschema von Tabelle
17952 \begin_inset space ~
17953 \end_inset
17954
17955
17956 \begin_inset CommandInset ref
17957 LatexCommand ref
17958 reference "tab:Tabelle-rowcolors"
17959
17960 \end_inset
17961
17962 .
17963  Der Befehl
17964 \end_layout
17965
17966 \begin_layout Standard
17967
17968 \series bold
17969
17970 \backslash
17971 rowcolors[
17972 \backslash
17973 hline]{1}{lightgray}{cyan}
17974 \end_layout
17975
17976 \begin_layout Standard
17977 führt zum Farbschema von Tabelle
17978 \begin_inset space ~
17979 \end_inset
17980
17981
17982 \begin_inset CommandInset ref
17983 LatexCommand ref
17984 reference "tab:Tabelle-rowcolors-2"
17985
17986 \end_inset
17987
17988 .
17989  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
17990  wird keine Farbe verwendet, so dass der Befehl
17991 \end_layout
17992
17993 \begin_layout Standard
17994
17995 \series bold
17996
17997 \backslash
17998 rowcolors{1}{}{}
17999 \end_layout
18000
18001 \begin_layout Standard
18002 alle Farben löscht.
18003  
18004 \series bold
18005
18006 \backslash
18007 rowcolors
18008 \series default
18009  beeinflusst alle diesem Befehl folgenden Tabellen.
18010 \end_layout
18011
18012 \begin_layout Standard
18013 \begin_inset ERT
18014 status open
18015
18016 \begin_layout Plain Layout
18017
18018
18019 \backslash
18020 rowcolors{1}{white}{lightgray}
18021 \end_layout
18022
18023 \end_inset
18024
18025
18026 \end_layout
18027
18028 \begin_layout Standard
18029 \begin_inset Float table
18030 placement h
18031 wide false
18032 sideways false
18033 status open
18034
18035 \begin_layout Plain Layout
18036 \begin_inset Caption Standard
18037
18038 \begin_layout Plain Layout
18039 \begin_inset CommandInset label
18040 LatexCommand label
18041 name "tab:Tabelle-rowcolors"
18042
18043 \end_inset
18044
18045 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18046 \end_layout
18047
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \begin_layout Plain Layout
18054 \align center
18055 \begin_inset Tabular
18056 <lyxtabular version="3" rows="4" columns="3">
18057 <features rotate="0" tabularvalignment="middle">
18058 <column alignment="center" valignment="top">
18059 <column alignment="center" valignment="top" width="0pt">
18060 <column alignment="center" valignment="top" width="0pt">
18061 <row>
18062 <cell alignment="center" valignment="top" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066 X
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 Y
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell alignment="center" valignment="top" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084 Z
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 </row>
18090 <row>
18091 <cell alignment="center" valignment="top" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095 1
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 <cell alignment="center" valignment="top" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104 2
18105 \end_layout
18106
18107 \end_inset
18108 </cell>
18109 <cell alignment="center" valignment="top" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113 3
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 </row>
18119 <row>
18120 <cell alignment="center" valignment="top" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124 4
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133 5
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 6
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 <row>
18149 <cell alignment="center" valignment="top" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153 7
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 8
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171 9
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 </row>
18177 </lyxtabular>
18178
18179 \end_inset
18180
18181
18182 \end_layout
18183
18184 \end_inset
18185
18186
18187 \end_layout
18188
18189 \begin_layout Standard
18190 \begin_inset ERT
18191 status open
18192
18193 \begin_layout Plain Layout
18194
18195
18196 \backslash
18197 rowcolors[
18198 \backslash
18199 hline]{1}{lightgray}{cyan}
18200 \end_layout
18201
18202 \end_inset
18203
18204
18205 \end_layout
18206
18207 \begin_layout Standard
18208 \begin_inset Float table
18209 placement h
18210 wide false
18211 sideways false
18212 status open
18213
18214 \begin_layout Plain Layout
18215 \begin_inset Caption Standard
18216
18217 \begin_layout Plain Layout
18218 \begin_inset CommandInset label
18219 LatexCommand label
18220 name "tab:Tabelle-rowcolors-2"
18221
18222 \end_inset
18223
18224 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18225  Linie zwischen jeder Zeile befindet.
18226 \end_layout
18227
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \begin_layout Plain Layout
18234 \align center
18235 \begin_inset Tabular
18236 <lyxtabular version="3" rows="4" columns="3">
18237 <features rotate="0" tabularvalignment="middle">
18238 <column alignment="center" valignment="top">
18239 <column alignment="center" valignment="top">
18240 <column alignment="center" valignment="top" width="0pt">
18241 <row>
18242 <cell alignment="center" valignment="top" usebox="none">
18243 \begin_inset Text
18244
18245 \begin_layout Plain Layout
18246 X
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 <cell alignment="center" valignment="top" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 Y
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 <cell alignment="center" valignment="top" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264 Z
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 </row>
18270 <row>
18271 <cell alignment="center" valignment="top" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275 1
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284 2
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 <cell alignment="center" valignment="top" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293 3
18294 \end_layout
18295
18296 \end_inset
18297 </cell>
18298 </row>
18299 <row>
18300 <cell alignment="center" valignment="top" usebox="none">
18301 \begin_inset Text
18302
18303 \begin_layout Plain Layout
18304 4
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 <cell alignment="center" valignment="top" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313 5
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 <cell alignment="center" valignment="top" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322 6
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 </row>
18328 <row>
18329 <cell alignment="center" valignment="top" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 7
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342 8
18343 \end_layout
18344
18345 \end_inset
18346 </cell>
18347 <cell alignment="center" valignment="top" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351 9
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 </row>
18357 </lyxtabular>
18358
18359 \end_inset
18360
18361
18362 \end_layout
18363
18364 \end_inset
18365
18366
18367 \end_layout
18368
18369 \begin_layout Standard
18370 \begin_inset ERT
18371 status collapsed
18372
18373 \begin_layout Plain Layout
18374
18375
18376 \backslash
18377 rowcolors{1}{}{}
18378 \end_layout
18379
18380 \end_inset
18381
18382
18383 \begin_inset Note Note
18384 status collapsed
18385
18386 \begin_layout Plain Layout
18387 schaltet die Färbung aus
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \begin_layout Standard
18396 \begin_inset ERT
18397 status collapsed
18398
18399 \begin_layout Plain Layout
18400
18401
18402 \backslash
18403 else
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \begin_inset Note Note
18410 status open
18411
18412 \begin_layout Plain Layout
18413 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
18414 \series bold
18415 colortbl
18416 \series default
18417  nicht installiert ist:
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \end_layout
18424
18425 \begin_layout Standard
18426 Sie müssen das LaTeX-Paket 
18427 \series bold
18428 colortbl
18429 \series default
18430  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18431 \end_layout
18432
18433 \begin_layout Standard
18434 \begin_inset ERT
18435 status collapsed
18436
18437 \begin_layout Plain Layout
18438
18439
18440 \backslash
18441 fi
18442 \end_layout
18443
18444 \end_inset
18445
18446
18447 \end_layout
18448
18449 \begin_layout Subsection
18450 Farbige Linien
18451 \begin_inset Index idx
18452 status collapsed
18453
18454 \begin_layout Plain Layout
18455 farbige !  Tabellenlinien
18456 \end_layout
18457
18458 \end_inset
18459
18460
18461 \end_layout
18462
18463 \begin_layout Standard
18464 Wie in Abschnitt
18465 \begin_inset space ~
18466 \end_inset
18467
18468
18469 \begin_inset CommandInset ref
18470 LatexCommand ref
18471 reference "uab:Liniendicke"
18472
18473 \end_inset
18474
18475  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18476 \series bold
18477
18478 \backslash
18479 arrayrulewidth
18480 \series default
18481  definiert werden.
18482  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18483 \begin_inset space \thinspace{}
18484 \end_inset
18485
18486 pt gesetzt.
18487 \begin_inset ERT
18488 status collapsed
18489
18490 \begin_layout Plain Layout
18491
18492
18493 \backslash
18494 setlength{
18495 \backslash
18496 arrayrulewidth}{1.5pt}
18497 \end_layout
18498
18499 \end_inset
18500
18501
18502 \end_layout
18503
18504 \begin_layout Standard
18505 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
18506 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18507 \begin_inset space ~
18508 \end_inset
18509
18510
18511 \begin_inset CommandInset ref
18512 LatexCommand ref
18513 reference "uab:Angepasste-Zellen-/Spaltenformate"
18514
18515 \end_inset
18516
18517  definiert:
18518 \end_layout
18519
18520 \begin_layout Standard
18521
18522 \series bold
18523
18524 \backslash
18525 newcolumntype{W}{!{
18526 \backslash
18527 color{green}
18528 \backslash
18529 vline}}
18530 \end_layout
18531
18532 \begin_layout Standard
18533 In Tabelle
18534 \begin_inset space ~
18535 \end_inset
18536
18537
18538 \begin_inset CommandInset ref
18539 LatexCommand ref
18540 reference "tab:Tabelle-mit-farbigen-vert"
18541
18542 \end_inset
18543
18544  wurde das LaTeX-Argument 
18545 \series bold
18546 WcW
18547 \series default
18548  für die letzte und 
18549 \series bold
18550 Wc
18551 \series default
18552  für die anderen Spalten benutzt.
18553 \end_layout
18554
18555 \begin_layout Standard
18556 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18557 \end_layout
18558
18559 \begin_layout Standard
18560 \begin_inset Float table
18561 placement h
18562 wide false
18563 sideways false
18564 status open
18565
18566 \begin_layout Plain Layout
18567 \begin_inset Caption Standard
18568
18569 \begin_layout Plain Layout
18570 \begin_inset CommandInset label
18571 LatexCommand label
18572 name "tab:Tabelle-mit-farbigen-vert"
18573
18574 \end_inset
18575
18576 Tabelle mit farbigen vertikalen Linien
18577 \end_layout
18578
18579 \end_inset
18580
18581
18582 \end_layout
18583
18584 \begin_layout Plain Layout
18585 \align center
18586 \begin_inset Tabular
18587 <lyxtabular version="3" rows="3" columns="3">
18588 <features rotate="0" tabularvalignment="middle">
18589 <column alignment="center" valignment="top" special="Wc">
18590 <column alignment="center" valignment="top" special="Wc">
18591 <column alignment="center" valignment="top" special="WcW">
18592 <row>
18593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597 sd
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 </row>
18621 <row>
18622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 <cell alignment="center" valignment="top" topline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635 sd
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 </row>
18650 <row>
18651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673 sd
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 </row>
18679 </lyxtabular>
18680
18681 \end_inset
18682
18683
18684 \end_layout
18685
18686 \end_inset
18687
18688
18689 \end_layout
18690
18691 \begin_layout Standard
18692 \begin_inset VSpace bigskip
18693 \end_inset
18694
18695 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18696 \begin_inset space ~
18697 \end_inset
18698
18699
18700 \begin_inset CommandInset ref
18701 LatexCommand ref
18702 reference "tab:Tabelle-mit-farbigen-horiz"
18703
18704 \end_inset
18705
18706 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
18707  einfügen:
18708 \end_layout
18709
18710 \begin_layout Standard
18711
18712 \series bold
18713
18714 \backslash
18715 let
18716 \backslash
18717 myHlineC
18718 \backslash
18719 hline
18720 \begin_inset Newline newline
18721 \end_inset
18722
18723
18724 \backslash
18725 renewcommand{
18726 \backslash
18727 hline}
18728 \begin_inset Newline newline
18729 \end_inset
18730
18731
18732 \begin_inset Phantom HPhantom
18733 status open
18734
18735 \begin_layout Plain Layout
18736
18737 \series bold
18738 \begin_inset space ~
18739 \end_inset
18740
18741
18742 \end_layout
18743
18744 \end_inset
18745
18746 {
18747 \backslash
18748 arrayrulecolor{red}
18749 \backslash
18750 myHlineC
18751 \backslash
18752 arrayrulecolor{black}}
18753 \end_layout
18754
18755 \begin_layout Standard
18756 \begin_inset ERT
18757 status collapsed
18758
18759 \begin_layout Plain Layout
18760
18761
18762 \backslash
18763 let
18764 \backslash
18765 myHlineC
18766 \backslash
18767 hline
18768 \end_layout
18769
18770 \begin_layout Plain Layout
18771
18772
18773 \backslash
18774 renewcommand{
18775 \backslash
18776 hline}
18777 \end_layout
18778
18779 \begin_layout Plain Layout
18780
18781  {
18782 \backslash
18783 arrayrulecolor{red}
18784 \backslash
18785 myHlineC
18786 \backslash
18787 arrayrulecolor{black}}
18788 \end_layout
18789
18790 \end_inset
18791
18792
18793 \begin_inset Float table
18794 placement h
18795 wide false
18796 sideways false
18797 status open
18798
18799 \begin_layout Plain Layout
18800 \begin_inset Caption Standard
18801
18802 \begin_layout Plain Layout
18803 \begin_inset CommandInset label
18804 LatexCommand label
18805 name "tab:Tabelle-mit-farbigen-horiz"
18806
18807 \end_inset
18808
18809 Tabelle mit farbigen horizontalen Linien
18810 \end_layout
18811
18812 \end_inset
18813
18814
18815 \end_layout
18816
18817 \begin_layout Plain Layout
18818 \align center
18819 \begin_inset Tabular
18820 <lyxtabular version="3" rows="3" columns="3">
18821 <features rotate="0" tabularvalignment="middle">
18822 <column alignment="center" valignment="top">
18823 <column alignment="center" valignment="top">
18824 <column alignment="center" valignment="top">
18825 <row>
18826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18827 \begin_inset Text
18828
18829 \begin_layout Plain Layout
18830 sd
18831 \end_layout
18832
18833 \end_inset
18834 </cell>
18835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18845 \begin_inset Text
18846
18847 \begin_layout Plain Layout
18848
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 </row>
18854 <row>
18855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18856 \begin_inset Text
18857
18858 \begin_layout Plain Layout
18859
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868 sd
18869 \end_layout
18870
18871 \end_inset
18872 </cell>
18873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18874 \begin_inset Text
18875
18876 \begin_layout Plain Layout
18877
18878 \end_layout
18879
18880 \end_inset
18881 </cell>
18882 </row>
18883 <row>
18884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18894 \begin_inset Text
18895
18896 \begin_layout Plain Layout
18897
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Plain Layout
18906 sd
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 </row>
18912 </lyxtabular>
18913
18914 \end_inset
18915
18916
18917 \end_layout
18918
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \begin_layout Standard
18925 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18926  als TeX-Code hinter der Tabelle einfügen:
18927 \end_layout
18928
18929 \begin_layout Standard
18930
18931 \series bold
18932
18933 \backslash
18934 renewcommand{
18935 \backslash
18936 hline}{
18937 \backslash
18938 myHlineC}
18939 \end_layout
18940
18941 \begin_layout Standard
18942 Tabelle
18943 \begin_inset space ~
18944 \end_inset
18945
18946
18947 \begin_inset CommandInset ref
18948 LatexCommand ref
18949 reference "tab:Table-with-colored"
18950
18951 \end_inset
18952
18953  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18954 \end_layout
18955
18956 \begin_layout Standard
18957 \begin_inset Float table
18958 placement h
18959 wide false
18960 sideways false
18961 status open
18962
18963 \begin_layout Plain Layout
18964 \begin_inset Caption Standard
18965
18966 \begin_layout Plain Layout
18967 \begin_inset CommandInset label
18968 LatexCommand label
18969 name "tab:Table-with-colored"
18970
18971 \end_inset
18972
18973 Tabelle mit farbigen Linien
18974 \end_layout
18975
18976 \end_inset
18977
18978
18979 \end_layout
18980
18981 \begin_layout Plain Layout
18982 \align center
18983 \begin_inset Tabular
18984 <lyxtabular version="3" rows="3" columns="3">
18985 <features rotate="0" tabularvalignment="middle">
18986 <column alignment="center" valignment="top" special="Wc">
18987 <column alignment="center" valignment="top" special="Wc">
18988 <column alignment="center" valignment="top" special="WcW">
18989 <row>
18990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994 sd
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 </row>
19018 <row>
19019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" topline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032 sd
19033 \end_layout
19034
19035 \end_inset
19036 </cell>
19037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19038 \begin_inset Text
19039
19040 \begin_layout Plain Layout
19041
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 </row>
19047 <row topspace="default">
19048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070 sd
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 </row>
19076 </lyxtabular>
19077
19078 \end_inset
19079
19080
19081 \end_layout
19082
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \begin_layout Standard
19089 \begin_inset ERT
19090 status collapsed
19091
19092 \begin_layout Plain Layout
19093
19094
19095 \backslash
19096 renewcommand{
19097 \backslash
19098 hline}{
19099 \backslash
19100 myHlineC}
19101 \end_layout
19102
19103 \end_inset
19104
19105
19106 \end_layout
19107
19108 \begin_layout Standard
19109 \begin_inset ERT
19110 status collapsed
19111
19112 \begin_layout Plain Layout
19113
19114
19115 \backslash
19116 setlength{
19117 \backslash
19118 arrayrulewidth}{0.4pt}
19119 \end_layout
19120
19121 \end_inset
19122
19123
19124 \begin_inset Note Note
19125 status collapsed
19126
19127 \begin_layout Plain Layout
19128 setzt die Liniendicke wieder auf ihren Standardwert zurück
19129 \end_layout
19130
19131 \end_inset
19132
19133
19134 \end_layout
19135
19136 \begin_layout Section
19137 Rotierte Tabellenzellen
19138 \begin_inset CommandInset label
19139 LatexCommand label
19140 name "abs:Rotierte-Tabellenzellen"
19141
19142 \end_inset
19143
19144
19145 \begin_inset Index idx
19146 status collapsed
19147
19148 \begin_layout Plain Layout
19149 Tabellen ! rotierte Zellen
19150 \end_layout
19151
19152 \end_inset
19153
19154
19155 \begin_inset Index idx
19156 status collapsed
19157
19158 \begin_layout Plain Layout
19159 Rotiertes Material
19160 \end_layout
19161
19162 \end_inset
19163
19164
19165 \end_layout
19166
19167 \begin_layout Standard
19168 \begin_inset Note Greyedout
19169 status open
19170
19171 \begin_layout Plain Layout
19172
19173 \series bold
19174 Achtung:
19175 \series default
19176  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19177 \end_layout
19178
19179 \end_inset
19180
19181
19182 \end_layout
19183
19184 \begin_layout Standard
19185 Momentan bietet LyX nur an, Tabellenzellen um 90
19186 \begin_inset space \thinspace{}
19187 \end_inset
19188
19189 ° gegen den Uhrzeigersinn zu rotieren.
19190  Um Zellen um Winkel Ihrer Wahl zu rotieren, müssen Sie dies zu Ihrem LaTeX-Vors
19191 pann hinzufügen:
19192 \end_layout
19193
19194 \begin_layout Standard
19195
19196 \series bold
19197
19198 \backslash
19199 @ifundefined{turnbox}{
19200 \backslash
19201 usepackage{rotating}}{}
19202 \end_layout
19203
19204 \begin_layout Standard
19205 In die Tabellenzelle, die rotiert werden soll, fügen Sie zu Beginn diesen
19206  Befehl als TeX-Code ein:
19207 \end_layout
19208
19209 \begin_layout Standard
19210
19211 \series bold
19212
19213 \backslash
19214 begin{turn}{Winkel}
19215 \end_layout
19216
19217 \begin_layout Standard
19218 wobei Winkel der Rotationswinkel in ° ist.
19219  Am Ende der Zellen wird der Befehl
19220 \end_layout
19221
19222 \begin_layout Standard
19223
19224 \series bold
19225
19226 \backslash
19227 end{turn}
19228 \end_layout
19229
19230 \begin_layout Standard
19231 als TeX-Code eingefügt.
19232 \end_layout
19233
19234 \begin_layout Standard
19235 Tabelle
19236 \begin_inset space ~
19237 \end_inset
19238
19239
19240 \begin_inset CommandInset ref
19241 LatexCommand ref
19242 reference "tab:Tabelle-mit-rotierten"
19243
19244 \end_inset
19245
19246  ist ein Beispiel bei dem 3
19247 \begin_inset space ~
19248 \end_inset
19249
19250 Zellen um 45
19251 \begin_inset space \thinspace{}
19252 \end_inset
19253
19254 ° rotiert wurden.
19255 \end_layout
19256
19257 \begin_layout Standard
19258 \begin_inset Float table
19259 wide false
19260 sideways false
19261 status open
19262
19263 \begin_layout Plain Layout
19264 \begin_inset Caption Standard
19265
19266 \begin_layout Plain Layout
19267 \begin_inset CommandInset label
19268 LatexCommand label
19269 name "tab:Tabelle-mit-rotierten"
19270
19271 \end_inset
19272
19273 Tabelle mit rotierten Zellen in der ersten Zeile.
19274 \end_layout
19275
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \begin_layout Plain Layout
19282 \noindent
19283 \align center
19284 \begin_inset Tabular
19285 <lyxtabular version="3" rows="2" columns="3">
19286 <features rotate="0" tabularvalignment="middle">
19287 <column alignment="center" valignment="top">
19288 <column alignment="center" valignment="top" width="0pt">
19289 <column alignment="center" valignment="top">
19290 <row>
19291 <cell alignment="center" valignment="top" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295 \begin_inset ERT
19296 status collapsed
19297
19298 \begin_layout Plain Layout
19299
19300
19301 \backslash
19302 begin{turn}{45}
19303 \end_layout
19304
19305 \end_inset
19306
19307 Tassen
19308 \begin_inset ERT
19309 status collapsed
19310
19311 \begin_layout Plain Layout
19312
19313
19314 \backslash
19315 end{turn}
19316 \end_layout
19317
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 \begin_inset ERT
19330 status collapsed
19331
19332 \begin_layout Plain Layout
19333
19334
19335 \backslash
19336 begin{turn}{45}
19337 \end_layout
19338
19339 \end_inset
19340
19341 Teller
19342 \begin_inset ERT
19343 status collapsed
19344
19345 \begin_layout Plain Layout
19346
19347
19348 \backslash
19349 end{turn}
19350 \end_layout
19351
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 <cell alignment="center" valignment="top" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363 \begin_inset ERT
19364 status collapsed
19365
19366 \begin_layout Plain Layout
19367
19368
19369 \backslash
19370 begin{turn}{45}
19371 \end_layout
19372
19373 \end_inset
19374
19375 Untertassen
19376 \begin_inset ERT
19377 status collapsed
19378
19379 \begin_layout Plain Layout
19380
19381
19382 \backslash
19383 end{turn}
19384 \end_layout
19385
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 </row>
19394 <row>
19395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399 45
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 33
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 21
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 </row>
19423 </lyxtabular>
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \begin_layout Standard
19436 \begin_inset Note Greyedout
19437 status open
19438
19439 \begin_layout Plain Layout
19440
19441 \series bold
19442 Achtung:
19443 \series default
19444  Zeilenumbrüche (Tastenkürzel 
19445 \family sans
19446 Strg+Enter
19447 \family default
19448 ) sind in rotierten Zellen nicht erlaubt.
19449 \end_layout
19450
19451 \end_inset
19452
19453
19454 \end_layout
19455
19456 \begin_layout Standard
19457 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19458  den Zelleninhalt in eine Minipage oder Parbox tun.
19459 \begin_inset Foot
19460 status collapsed
19461
19462 \begin_layout Plain Layout
19463 Für mehr über diese Boxen siehe Abschnitt
19464 \begin_inset space ~
19465 \end_inset
19466
19467
19468 \begin_inset CommandInset ref
19469 LatexCommand ref
19470 reference "abs:Minipage"
19471
19472 \end_inset
19473
19474  und 
19475 \begin_inset CommandInset ref
19476 LatexCommand ref
19477 reference "abs:Parbox"
19478
19479 \end_inset
19480
19481 .
19482 \end_layout
19483
19484 \end_inset
19485
19486  Wenn Sie diese Zelle um 90
19487 \begin_inset space \thinspace{}
19488 \end_inset
19489
19490 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19491  Tabelle
19492 \begin_inset space ~
19493 \end_inset
19494
19495
19496 \begin_inset CommandInset ref
19497 LatexCommand ref
19498 reference "tab:Tabelle-mit-rotierter-Umbruch"
19499
19500 \end_inset
19501
19502  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19503  auch 3
19504 \begin_inset space \thinspace{}
19505 \end_inset
19506
19507 cm gesetzt wurde.
19508 \end_layout
19509
19510 \begin_layout Standard
19511 \begin_inset Float table
19512 wide false
19513 sideways false
19514 status open
19515
19516 \begin_layout Plain Layout
19517 \begin_inset Caption Standard
19518
19519 \begin_layout Plain Layout
19520 \begin_inset CommandInset label
19521 LatexCommand label
19522 name "tab:Tabelle-mit-rotierter-Umbruch"
19523
19524 \end_inset
19525
19526 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19527 \end_layout
19528
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \begin_layout Plain Layout
19535 \noindent
19536 \align center
19537 \begin_inset Tabular
19538 <lyxtabular version="3" rows="2" columns="3">
19539 <features rotate="0" tabularvalignment="middle">
19540 <column alignment="center" valignment="top">
19541 <column alignment="center" valignment="top" width="0pt">
19542 <column alignment="center" valignment="top">
19543 <row>
19544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 a
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557 \begin_inset Box Frameless
19558 position "t"
19559 hor_pos "c"
19560 has_inner_box 1
19561 inner_pos "t"
19562 use_parbox 0
19563 use_makebox 0
19564 width "3cm"
19565 special "none"
19566 height "1in"
19567 height_special "totalheight"
19568 status open
19569
19570 \begin_layout Plain Layout
19571 rotierte Zelle
19572 \begin_inset Newline newline
19573 \end_inset
19574
19575 mit Zeilenumbruch
19576 \end_layout
19577
19578 \end_inset
19579
19580
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589 e
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 </row>
19595 <row>
19596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600 b
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609 c
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618 d
19619 \end_layout
19620
19621 \end_inset
19622 </cell>
19623 </row>
19624 </lyxtabular>
19625
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \end_inset
19632
19633
19634 \end_layout
19635
19636 \begin_layout Section
19637 Berechnung der Tabellenbreite
19638 \begin_inset CommandInset label
19639 LatexCommand label
19640 name "abs:Berechnung-der-Tabellenbreite"
19641
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \begin_layout Standard
19648 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19649  Tabelle nicht über den Seitenrand hinausragt.
19650  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19651  aber wie viel Platz wird für jede Spalte benötigt?
19652 \end_layout
19653
19654 \begin_layout Standard
19655 Die Tabellenbreite 
19656 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19657 \end_inset
19658
19659  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19660  
19661 \begin_inset Formula $W_{\mathrm{Spalte}}$
19662 \end_inset
19663
19664  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19665  Spalteninhalt und dem Rand der Spalte (LaTeX-Länge
19666 \series bold
19667  
19668 \backslash
19669 tabcolsep
19670 \series default
19671 , Voreinstellung 6
19672 \begin_inset space \thinspace{}
19673 \end_inset
19674
19675 pt) plus die Breite einer Tabellenlinie (LaTeX-Länge 
19676 \series bold
19677
19678 \backslash
19679 arrayrulewidth
19680 \series default
19681 , Voreinstellung 0.4
19682 \begin_inset space \thinspace{}
19683 \end_inset
19684
19685 pt): Wenn alle 
19686 \begin_inset Formula $n$
19687 \end_inset
19688
19689
19690 \begin_inset space ~
19691 \end_inset
19692
19693 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19694 \begin_inset Formula 
19695 \begin{equation}
19696 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19697 \end{equation}
19698
19699 \end_inset
19700
19701
19702 \end_layout
19703
19704 \begin_layout Standard
19705 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19706  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (LaTeX-Länge
19707  
19708 \series bold
19709
19710 \backslash
19711 columnwidth
19712 \series default
19713 ).
19714  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19715 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19716 \end_inset
19717
19718  gleich 1
19719 \begin_inset space \thinspace{}
19720 \end_inset
19721
19722
19723 \backslash
19724 columnwidth sein soll, kann 
19725 \begin_inset Formula $W_{\mathrm{Spalte}}$
19726 \end_inset
19727
19728  leicht berechnet werden.
19729 \end_layout
19730
19731 \begin_layout Standard
19732 Um Berechnungen ausführen zu können, muss das LaTeX-Paket 
19733 \series bold
19734 calc
19735 \series default
19736
19737 \begin_inset Index idx
19738 status collapsed
19739
19740 \begin_layout Plain Layout
19741 LaTeX-Pakete ! calc
19742 \end_layout
19743
19744 \end_inset
19745
19746  im LaTeX-Vorspann geladen werden.
19747  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19748 \family sans
19749 LaTeX-Argument
19750 \family default
19751  verwendet werden.
19752  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19753 \begin_inset space ~
19754 \end_inset
19755
19756
19757 \begin_inset CommandInset ref
19758 LatexCommand ref
19759 reference "uab:Mehrfachspalten-Berechnungen"
19760
19761 \end_inset
19762
19763  erklärt ist.
19764  Für eine Tabelle mit 5
19765 \begin_inset space \thinspace{}
19766 \end_inset
19767
19768 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19769  für jede Spalte den Befehl
19770 \end_layout
19771
19772 \begin_layout Standard
19773
19774 \series bold
19775 >{
19776 \backslash
19777 centering}p{(1
19778 \backslash
19779 columnwidth-62.4pt)/5}
19780 \end_layout
19781
19782 \begin_layout Standard
19783 an.
19784  Für eine Tabelle mit 5
19785 \begin_inset space \thinspace{}
19786 \end_inset
19787
19788 Spalten bei der 2 das 0,75
19789 \begin_inset space \thinspace{}
19790 \end_inset
19791
19792 fache der Breite der anderen 3
19793 \begin_inset space ~
19794 \end_inset
19795
19796 Spalten haben sollen, ist die Berechnung
19797 \begin_inset Formula 
19798 \begin{align}
19799 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{Spalte}}+2\cdot0,75\, W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19800  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19801  & =4,5\, W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19802 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19803 \end{align}
19804
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \begin_layout Standard
19811 In der Tabelle wird daher der Befehl
19812 \end_layout
19813
19814 \begin_layout Standard
19815
19816 \series bold
19817 >{
19818 \backslash
19819 centering}p{(1
19820 \backslash
19821 columnwidth-62.4pt)/
19822 \backslash
19823 real{4.5}}
19824 \end_layout
19825
19826 \begin_layout Standard
19827 für die breiteren Spalten verwendet und
19828 \end_layout
19829
19830 \begin_layout Standard
19831
19832 \series bold
19833 >{
19834 \backslash
19835 centering}p{(1
19836 \backslash
19837 columnwidth-62.4pt)/
19838 \backslash
19839 real{4.5}*
19840 \backslash
19841 real{0.75}}
19842 \end_layout
19843
19844 \begin_layout Standard
19845 für die schmaleren:
19846 \end_layout
19847
19848 \begin_layout Standard
19849 \begin_inset Tabular
19850 <lyxtabular version="3" rows="2" columns="5">
19851 <features rotate="0" tabularvalignment="middle">
19852 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19853 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19854 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19855 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19856 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19857 <row>
19858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862 1
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871 2
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 3
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889 4
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 5
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 </row>
19904 <row>
19905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909 111111 1111111 111111 111111111 11111 11111 1111
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927 2222 22222 222222 222222222 2222222 22 22222
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945 333333 333333 333333 33333 3333333 333
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 </row>
19951 </lyxtabular>
19952
19953 \end_inset
19954
19955
19956 \end_layout
19957
19958 \begin_layout Section
19959 Tabellen-Anpassung
19960 \begin_inset Index idx
19961 status collapsed
19962
19963 \begin_layout Plain Layout
19964 Tabellen ! Anpassung
19965 \end_layout
19966
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \begin_layout Subsection
19973 Zeilenabstand
19974 \begin_inset CommandInset label
19975 LatexCommand label
19976 name "uab:Zeilenabstand"
19977
19978 \end_inset
19979
19980
19981 \begin_inset Index idx
19982 status collapsed
19983
19984 \begin_layout Plain Layout
19985 Tabellen ! Zeilenabstand
19986 \end_layout
19987
19988 \end_inset
19989
19990
19991 \end_layout
19992
19993 \begin_layout Standard
19994 Auf der Karteikarte 
19995 \family sans
19996 Rahmen
19997 \family default
19998  des 
19999 \family sans
20000 Tabellen-Einstellungen
20001 \family default
20002 -Dialogs können Sie 
20003 \family sans
20004 zusätzliche
20005 \begin_inset space ~
20006 \end_inset
20007
20008 Abstände
20009 \family default
20010  einfügen.
20011  Dabei haben Sie drei Möglichkeiten:
20012 \end_layout
20013
20014 \begin_layout Description
20015 Oberhalb
20016 \begin_inset space ~
20017 \end_inset
20018
20019 der
20020 \begin_inset space ~
20021 \end_inset
20022
20023 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20024  Bei einer formalen Tabelle
20025 \begin_inset Foot
20026 status collapsed
20027
20028 \begin_layout Plain Layout
20029 Formale Tabellen wurden in Abschnitt
20030 \begin_inset space ~
20031 \end_inset
20032
20033
20034 \begin_inset CommandInset ref
20035 LatexCommand ref
20036 reference "abs:Formale-Tabellen"
20037
20038 \end_inset
20039
20040  beschrieben.
20041 \end_layout
20042
20043 \end_inset
20044
20045  fügt LyX standardmäßig 0.5
20046 \begin_inset space \thinspace{}
20047 \end_inset
20048
20049 em Leerraum ein.
20050  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20051 \begin_inset VSpace medskip
20052 \end_inset
20053
20054
20055 \begin_inset Newline newline
20056 \end_inset
20057
20058
20059 \begin_inset space \hspace*{}
20060 \length 0pt
20061 \end_inset
20062
20063
20064 \begin_inset space \hfill{}
20065 \end_inset
20066
20067
20068 \begin_inset Tabular
20069 <lyxtabular version="3" rows="3" columns="1">
20070 <features rotate="0" tabularvalignment="middle">
20071 <column alignment="center" valignment="top">
20072 <row>
20073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077 A
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 </row>
20083 <row topspace="3mm">
20084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 3
20089 \begin_inset space \thinspace{}
20090 \end_inset
20091
20092 mm Leerraum oberhalb der Zeile
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 </row>
20098 <row>
20099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 C
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 </row>
20109 </lyxtabular>
20110
20111 \end_inset
20112
20113
20114 \begin_inset space \hfill{}
20115 \end_inset
20116
20117
20118 \begin_inset space \hspace*{}
20119 \length 0pt
20120 \end_inset
20121
20122
20123 \begin_inset VSpace medskip
20124 \end_inset
20125
20126
20127 \begin_inset Newline newline
20128 \end_inset
20129
20130 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20131 n Linien verwenden.
20132 \end_layout
20133
20134 \begin_layout Description
20135 Unterhalb
20136 \begin_inset space ~
20137 \end_inset
20138
20139 der
20140 \begin_inset space ~
20141 \end_inset
20142
20143 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20144  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20145 \begin_inset space \thinspace{}
20146 \end_inset
20147
20148 em Leerraum ein.
20149  Bei normalen Tabellen ist der Standardwert 2
20150 \begin_inset space \thinspace{}
20151 \end_inset
20152
20153 pt.
20154 \end_layout
20155
20156 \begin_layout Description
20157 Zwischen
20158 \begin_inset space ~
20159 \end_inset
20160
20161 den
20162 \begin_inset space ~
20163 \end_inset
20164
20165 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20166  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20167 \begin_inset space \thinspace{}
20168 \end_inset
20169
20170 em Leerraum ein.
20171  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20172 \begin_inset VSpace medskip
20173 \end_inset
20174
20175
20176 \begin_inset Newline newline
20177 \end_inset
20178
20179
20180 \begin_inset space \hspace*{}
20181 \length 0pt
20182 \end_inset
20183
20184
20185 \begin_inset space \hfill{}
20186 \end_inset
20187
20188
20189 \begin_inset Tabular
20190 <lyxtabular version="3" rows="3" columns="1">
20191 <features rotate="0" tabularvalignment="middle">
20192 <column alignment="center" valignment="top">
20193 <row>
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 A
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 </row>
20204 <row interlinespace="3mm">
20205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209 \begin_inset Formula $\downarrow$
20210 \end_inset
20211
20212  3
20213 \begin_inset space \thinspace{}
20214 \end_inset
20215
20216 mm Leerraum zwischen den Zeilen 
20217 \begin_inset Formula $\downarrow$
20218 \end_inset
20219
20220
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 </row>
20226 <row>
20227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 \begin_inset Formula $\uparrow$
20232 \end_inset
20233
20234  3
20235 \begin_inset space \thinspace{}
20236 \end_inset
20237
20238 mm Leerraum zwischen den Zeilen 
20239 \begin_inset Formula $\uparrow$
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 </row>
20248 </lyxtabular>
20249
20250 \end_inset
20251
20252
20253 \begin_inset space \hfill{}
20254 \end_inset
20255
20256
20257 \begin_inset space \hspace*{}
20258 \length 0pt
20259 \end_inset
20260
20261
20262 \begin_inset VSpace medskip
20263 \end_inset
20264
20265
20266 \begin_inset Newline newline
20267 \end_inset
20268
20269 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20270 n Linien verwenden.
20271 \end_layout
20272
20273 \begin_layout Standard
20274 \begin_inset VSpace bigskip
20275 \end_inset
20276
20277 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20278  Befehlen im LaTeX-Vorspann machen:
20279 \end_layout
20280
20281 \begin_layout Standard
20282
20283 \series bold
20284
20285 \backslash
20286 @ifundefined{extrarowheight}
20287 \begin_inset Newline newline
20288 \end_inset
20289
20290
20291 \begin_inset Phantom HPhantom
20292 status open
20293
20294 \begin_layout Plain Layout
20295
20296 \series bold
20297 \begin_inset space ~
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \end_inset
20304
20305 {
20306 \backslash
20307 usepackage{array}}{}
20308 \begin_inset Newline newline
20309 \end_inset
20310
20311
20312 \backslash
20313 setlength{
20314 \backslash
20315 extrarowheight}{Höhe}
20316 \end_layout
20317
20318 \begin_layout Standard
20319 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20320  ausgerichtet sind.
20321  (Das Paket 
20322 \series bold
20323 array
20324 \series default
20325  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
20326  verwenden.
20327  Der Befehl 
20328 \series bold
20329
20330 \backslash
20331 @ifundefined
20332 \series default
20333  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20334 \end_layout
20335
20336 \begin_layout Standard
20337 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20338  zu nah an den Buchstaben.
20339  Das kann korrigiert werden, indem man den Befehl 
20340 \series bold
20341
20342 \backslash
20343 strut
20344 \series default
20345  als TeX-Code am Anfang einer Tabellenzeile einfügt.
20346  Tabelle
20347 \begin_inset space ~
20348 \end_inset
20349
20350
20351 \begin_inset CommandInset ref
20352 LatexCommand ref
20353 reference "tab:Vertikale-Ausrichtung-von"
20354
20355 \end_inset
20356
20357  zeigt den Effekt.
20358 \end_layout
20359
20360 \begin_layout Standard
20361 \noindent
20362 \begin_inset Float table
20363 placement h
20364 wide false
20365 sideways false
20366 status open
20367
20368 \begin_layout Plain Layout
20369 \begin_inset Caption Standard
20370
20371 \begin_layout Plain Layout
20372 \begin_inset CommandInset label
20373 LatexCommand label
20374 name "tab:Vertikale-Ausrichtung-von"
20375
20376 \end_inset
20377
20378 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20379 \end_layout
20380
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \begin_layout Plain Layout
20387 \begin_inset space \hfill{}
20388 \end_inset
20389
20390
20391 \begin_inset Float table
20392 wide false
20393 sideways false
20394 status collapsed
20395
20396 \begin_layout Plain Layout
20397 \begin_inset Caption Standard
20398
20399 \begin_layout Plain Layout
20400 Normale Tabelle.
20401 \end_layout
20402
20403 \end_inset
20404
20405
20406 \end_layout
20407
20408 \begin_layout Plain Layout
20409 \noindent
20410 \align center
20411 \begin_inset Tabular
20412 <lyxtabular version="3" rows="6" columns="1">
20413 <features rotate="0" tabularvalignment="middle">
20414 <column alignment="left" valignment="top">
20415 <row>
20416 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 Normal, 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 large
20433 Groß, 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 larger
20446 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 largest
20459 noch Größer, g
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 </row>
20465 <row>
20466 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470
20471 \size huge
20472 Riesig
20473 \end_layout
20474
20475 \end_inset
20476 </cell>
20477 </row>
20478 <row>
20479 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20480 \begin_inset Text
20481
20482 \begin_layout Plain Layout
20483
20484 \size giant
20485 Gigantisch
20486 \end_layout
20487
20488 \end_inset
20489 </cell>
20490 </row>
20491 </lyxtabular>
20492
20493 \end_inset
20494
20495
20496 \end_layout
20497
20498 \end_inset
20499
20500
20501 \begin_inset space \hfill{}
20502 \end_inset
20503
20504
20505 \begin_inset Float table
20506 wide false
20507 sideways false
20508 status collapsed
20509
20510 \begin_layout Plain Layout
20511 \begin_inset Caption Standard
20512
20513 \begin_layout Plain Layout
20514 Tabelle bei der der Befehl 
20515 \series bold
20516
20517 \backslash
20518 strut
20519 \series default
20520  verwendet wurde.
20521 \end_layout
20522
20523 \end_inset
20524
20525
20526 \end_layout
20527
20528 \begin_layout Plain Layout
20529 \noindent
20530 \align center
20531 \begin_inset Tabular
20532 <lyxtabular version="3" rows="6" columns="1">
20533 <features rotate="0" tabularvalignment="middle">
20534 <column alignment="left" valignment="top">
20535 <row>
20536 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540 Normal, g
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 </row>
20546 <row>
20547 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551
20552 \size large
20553 \begin_inset ERT
20554 status collapsed
20555
20556 \begin_layout Plain Layout
20557
20558
20559 \backslash
20560 strut 
20561 \end_layout
20562
20563 \end_inset
20564
20565 Groß, g
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 </row>
20571 <row>
20572 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576
20577 \size larger
20578 \begin_inset ERT
20579 status collapsed
20580
20581 \begin_layout Plain Layout
20582
20583
20584 \backslash
20585 strut 
20586 \end_layout
20587
20588 \end_inset
20589
20590 Größer, g
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 </row>
20596 <row>
20597 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601
20602 \size largest
20603 \begin_inset ERT
20604 status collapsed
20605
20606 \begin_layout Plain Layout
20607
20608
20609 \backslash
20610 strut 
20611 \end_layout
20612
20613 \end_inset
20614
20615 noch Größer, g
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 </row>
20621 <row>
20622 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626
20627 \size huge
20628 \begin_inset ERT
20629 status collapsed
20630
20631 \begin_layout Plain Layout
20632
20633
20634 \backslash
20635 strut 
20636 \end_layout
20637
20638 \end_inset
20639
20640 Riesig
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 </row>
20646 <row>
20647 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651
20652 \size giant
20653 \begin_inset ERT
20654 status collapsed
20655
20656 \begin_layout Plain Layout
20657
20658
20659 \backslash
20660 strut 
20661 \end_layout
20662
20663 \end_inset
20664
20665 Gigantisch
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 </lyxtabular>
20672
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \end_inset
20679
20680
20681 \begin_inset space \hfill{}
20682 \end_inset
20683
20684
20685 \end_layout
20686
20687 \end_inset
20688
20689
20690 \end_layout
20691
20692 \begin_layout Subsection
20693 Besondere Zellenausrichtung
20694 \begin_inset CommandInset label
20695 LatexCommand label
20696 name "uab:Besondere-Zellenausrichtung"
20697
20698 \end_inset
20699
20700
20701 \begin_inset Index idx
20702 status collapsed
20703
20704 \begin_layout Plain Layout
20705 Tabellen ! Zellenausrichtung
20706 \end_layout
20707
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \begin_layout Standard
20714 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20715  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20716 \begin_inset space ~
20717 \end_inset
20718
20719
20720 \begin_inset CommandInset ref
20721 LatexCommand ref
20722 reference "tab:Tabellenzellen-sind-auf"
20723
20724 \end_inset
20725
20726 .
20727  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20728  dann entweder den Werkzeugleistenknopf 
20729 \begin_inset Info
20730 type  "icon"
20731 arg   "inset-modify tabular align-decimal"
20732 \end_inset
20733
20734  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20735 \family sans
20736 Am
20737 \begin_inset space ~
20738 \end_inset
20739
20740 Dezimaltrenner
20741 \family default
20742  setzt.
20743  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20744  frei wählen.
20745 \end_layout
20746
20747 \begin_layout Standard
20748 \begin_inset Float table
20749 placement h
20750 wide false
20751 sideways false
20752 status open
20753
20754 \begin_layout Plain Layout
20755 \begin_inset Caption Standard
20756
20757 \begin_layout Plain Layout
20758 \begin_inset CommandInset label
20759 LatexCommand label
20760 name "tab:Tabellenzellen-sind-auf"
20761
20762 \end_inset
20763
20764 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20765 \end_layout
20766
20767 \end_inset
20768
20769
20770 \end_layout
20771
20772 \begin_layout Plain Layout
20773 \align center
20774 \begin_inset Tabular
20775 <lyxtabular version="3" rows="4" columns="1">
20776 <features rotate="0" booktabs="true" tabularvalignment="middle">
20777 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20778 <row>
20779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783 Überschrift
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 <row>
20790 <cell alignment="center" valignment="top" topline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794 12,6
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 </row>
20800 <row>
20801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805 0,68
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 </row>
20811 <row>
20812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816 -123,0
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 </row>
20822 </lyxtabular>
20823
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \begin_layout Standard
20835 \begin_inset Float table
20836 placement h
20837 wide false
20838 sideways false
20839 status open
20840
20841 \begin_layout Plain Layout
20842 \begin_inset Caption Standard
20843
20844 \begin_layout Plain Layout
20845 \begin_inset CommandInset label
20846 LatexCommand label
20847 name "tab:Tabellenzellen-Operator"
20848
20849 \end_inset
20850
20851 Tabellenzellen sind auf den Operator ausgerichtet
20852 \end_layout
20853
20854 \end_inset
20855
20856
20857 \end_layout
20858
20859 \begin_layout Plain Layout
20860 \align center
20861 \begin_inset Tabular
20862 <lyxtabular version="3" rows="4" columns="2">
20863 <features rotate="0" booktabs="true" tabularvalignment="middle">
20864 <column alignment="right" valignment="top" width="0pt">
20865 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20866 <row>
20867 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871 Überschrift
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row>
20887 <cell alignment="center" valignment="top" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891 \begin_inset Formula $12\,+$
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 <cell alignment="center" valignment="top" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Plain Layout
20903 \begin_inset Formula $\,6$
20904 \end_inset
20905
20906
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 </row>
20912 <row>
20913 <cell alignment="center" valignment="top" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917 \begin_inset Formula $0\,-$
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 <cell alignment="center" valignment="top" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 \begin_inset Formula $\,68$
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 </row>
20938 <row>
20939 <cell alignment="center" valignment="top" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943 \begin_inset Formula $-123\,/$
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 <cell alignment="center" valignment="top" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955 \begin_inset Formula $\,0$
20956 \end_inset
20957
20958
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 </row>
20964 </lyxtabular>
20965
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \begin_layout Standard
20977 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
20978  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
20979  Formeln erlaubt.
20980  In diesem Fall verwendet man die Methode von Tabelle
20981 \begin_inset space ~
20982 \end_inset
20983
20984
20985 \begin_inset CommandInset ref
20986 LatexCommand ref
20987 reference "tab:Tabellenzellen-Operator"
20988
20989 \end_inset
20990
20991 .
20992  Diese Tabelle wurde als 4×2 Tabelle erstellt.
20993  Die Überschrift ist eine zentrierte Mehrfachspalte.
20994  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
20995  und den Operator.
20996  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
20997  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
20998  um den üblichen Leerraum um einen Operator zu erhalten.
20999  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
21000  für die zweite Spalte folgendes eingefügt:
21001 \end_layout
21002
21003 \begin_layout Standard
21004
21005 \series bold
21006 @{}l
21007 \end_layout
21008
21009 \begin_layout Standard
21010 Tabelle
21011 \begin_inset space ~
21012 \end_inset
21013
21014
21015 \begin_inset CommandInset ref
21016 LatexCommand ref
21017 reference "tab:Verschiedene-Ausrichtungen"
21018
21019 \end_inset
21020
21021  zeigt einige Ausrichtungen.
21022  Für die Ausrichtung der Relationen wurde ein kleiner 
21023 \family sans
21024 Leerraum
21025 \family default
21026  eingefügt; wie in der zweiten Spalte von Tabelle
21027 \begin_inset space ~
21028 \end_inset
21029
21030
21031 \begin_inset CommandInset ref
21032 LatexCommand ref
21033 reference "tab:Tabellenzellen-Operator"
21034
21035 \end_inset
21036
21037 .
21038 \end_layout
21039
21040 \begin_layout Standard
21041
21042 \color black
21043 \begin_inset Float table
21044 placement h
21045 wide false
21046 sideways false
21047 status open
21048
21049 \begin_layout Plain Layout
21050
21051 \color black
21052 \begin_inset Caption Standard
21053
21054 \begin_layout Plain Layout
21055
21056 \color black
21057 \begin_inset CommandInset label
21058 LatexCommand label
21059 name "tab:Verschiedene-Ausrichtungen"
21060
21061 \end_inset
21062
21063
21064 \color inherit
21065 Verschiedene Ausrichtungen
21066 \end_layout
21067
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \begin_layout Plain Layout
21074 \align center
21075 \begin_inset Tabular
21076 <lyxtabular version="3" rows="4" columns="6">
21077 <features rotate="0" tabularvalignment="middle">
21078 <column alignment="right" valignment="top">
21079 <column alignment="left" valignment="top" special="@{}l">
21080 <column alignment="right" valignment="top">
21081 <column alignment="left" valignment="top" special="@{}l">
21082 <column alignment="right" valignment="top">
21083 <column alignment="left" valignment="top" special="@{}l">
21084 <row>
21085 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089 Einheiten
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107 Exponenten
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125 Relationen
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 </row>
21140 <row>
21141 <cell alignment="center" valignment="top" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145 12×
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154 24
21155 \begin_inset space \thinspace{}
21156 \end_inset
21157
21158 Flaschen
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 <cell alignment="center" valignment="top" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 \begin_inset Formula $10\cdot$
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179 \begin_inset Formula $10^{\mbox{-}17}$
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 \begin_inset Formula $\Gamma(t)\propto$
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 <cell alignment="center" valignment="top" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 \begin_inset Formula $\:\Upsilon(t)$
21204 \end_inset
21205
21206
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 </row>
21212 <row>
21213 <cell alignment="center" valignment="top" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 1024×
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 768
21227 \begin_inset space \thinspace{}
21228 \end_inset
21229
21230 Pixel
21231 \end_layout
21232
21233 \end_inset
21234 </cell>
21235 <cell alignment="center" valignment="top" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239 \begin_inset Formula $5.78\cdot$
21240 \end_inset
21241
21242
21243 \end_layout
21244
21245 \end_inset
21246 </cell>
21247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251 \begin_inset Formula $10^{7}$
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $A\ne$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 <cell alignment="center" valignment="top" usebox="none">
21272 \begin_inset Text
21273
21274 \begin_layout Plain Layout
21275 \begin_inset Formula $\: B_{\mathrm{red}}$
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 </row>
21284 <row>
21285 <cell alignment="center" valignment="top" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289 32×
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 6
21299 \begin_inset space \thinspace{}
21300 \end_inset
21301
21302 cm
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 <cell alignment="center" valignment="top" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 -
21312 \begin_inset Formula $33.5\cdot$
21313 \end_inset
21314
21315
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324 \begin_inset Formula $10^{4}$
21325 \end_inset
21326
21327
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 <cell alignment="center" valignment="top" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336 \begin_inset Formula $\sin(\alpha)\ge$
21337 \end_inset
21338
21339
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 \begin_inset Formula $\:\sin(\beta)$
21349 \end_inset
21350
21351
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 </row>
21357 </lyxtabular>
21358
21359 \end_inset
21360
21361
21362 \end_layout
21363
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \begin_layout Subsection
21370 Angepasste Zellen-/Spaltenformate
21371 \begin_inset CommandInset label
21372 LatexCommand label
21373 name "uab:Angepasste-Zellen-/Spaltenformate"
21374
21375 \end_inset
21376
21377
21378 \begin_inset Index idx
21379 status collapsed
21380
21381 \begin_layout Plain Layout
21382 Tabellen ! Spaltenformat
21383 \end_layout
21384
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \begin_layout Standard
21391 Wenn man wie in Abschnitt
21392 \begin_inset space ~
21393 \end_inset
21394
21395
21396 \begin_inset CommandInset ref
21397 LatexCommand ref
21398 reference "abs:Berechnung-der-Tabellenbreite"
21399
21400 \end_inset
21401
21402  oder Abschnitt
21403 \begin_inset space ~
21404 \end_inset
21405
21406
21407 \begin_inset CommandInset ref
21408 LatexCommand ref
21409 reference "uab:Mehrfachspalten-Berechnungen"
21410
21411 \end_inset
21412
21413  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21414  Tabellen sehr lästig.
21415  Um sich das Leben zu erleichtern, kann man im LaTeX-Vorspann ein Zellen/Spalten
21416 -Format definieren, das dann in allen Tabellen des Dokuments verwendet werden
21417  kann.
21418  Das Format wird mit dem Befehl
21419 \end_layout
21420
21421 \begin_layout Standard
21422
21423 \series bold
21424
21425 \backslash
21426 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21427 \end_layout
21428
21429 \begin_layout Standard
21430 definiert.
21431  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21432 \emph on
21433 b
21434 \emph default
21435
21436 \emph on
21437 c
21438 \emph default
21439
21440 \emph on
21441 l
21442 \emph default
21443
21444 \emph on
21445 m
21446 \emph default
21447
21448 \emph on
21449 p
21450 \emph default
21451  oder 
21452 \emph on
21453 r
21454 \emph default
21455 , weil diese vordefiniert sind.
21456  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21457 \end_layout
21458
21459 \begin_layout Standard
21460 \begin_inset VSpace medskip
21461 \end_inset
21462
21463
21464 \end_layout
21465
21466 \begin_layout Standard
21467 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21468  Breite könnte das Format so aussehen:
21469 \end_layout
21470
21471 \begin_layout Standard
21472
21473 \series bold
21474
21475 \backslash
21476 newcolumntype{M}[1]{>{
21477 \backslash
21478 centering
21479 \backslash
21480 hspace{0pt}}m{#1}}
21481 \end_layout
21482
21483 \begin_layout Standard
21484 wobei 
21485 \series bold
21486
21487 \backslash
21488 hspace{0pt}
21489 \series default
21490  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21491  Abschnitt
21492 \begin_inset space ~
21493 \end_inset
21494
21495
21496 \begin_inset CommandInset ref
21497 LatexCommand ref
21498 reference "uab:Mehrfache-Zeilen-in"
21499
21500 \end_inset
21501
21502  beschrieben.
21503  Jetzt können Sie mit
21504 \end_layout
21505
21506 \begin_layout Standard
21507
21508 \series bold
21509 M{Breite}
21510 \end_layout
21511
21512 \begin_layout Standard
21513 im 
21514 \family sans
21515 LaTeX-Argument
21516 \family default
21517  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21518 \end_layout
21519
21520 \begin_layout Standard
21521 \begin_inset VSpace bigskip
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \begin_layout Standard
21528 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21529  Format definieren:
21530 \end_layout
21531
21532 \begin_layout Standard
21533
21534 \series bold
21535
21536 \backslash
21537 newcolumntype{S}[2]{>{
21538 \backslash
21539 centering
21540 \backslash
21541 hspace{0pt}}
21542 \begin_inset Newline newline
21543 \end_inset
21544
21545
21546 \begin_inset Phantom HPhantom
21547 status open
21548
21549 \begin_layout Plain Layout
21550
21551 \series bold
21552
21553 \backslash
21554 newcolumntype
21555 \end_layout
21556
21557 \end_inset
21558
21559 m{(#1+(2
21560 \backslash
21561 tabcolsep+
21562 \backslash
21563 arrayrulewidth)*(1-#2))/#2}}
21564 \end_layout
21565
21566 \begin_layout Standard
21567 Dieses Format benutzt Gleichung
21568 \begin_inset space ~
21569 \end_inset
21570
21571
21572 \begin_inset CommandInset ref
21573 LatexCommand ref
21574 reference "eq:Wgn"
21575
21576 \end_inset
21577
21578 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21579  breit ist.
21580 \end_layout
21581
21582 \begin_layout Standard
21583 Jetzt können Sie im 
21584 \family sans
21585 LaTeX-Argument
21586 \family default
21587  im 
21588 \family sans
21589 Tabellen-Einstellungen
21590 \family default
21591 -Dialog folgendes einfügen:
21592 \end_layout
21593
21594 \begin_layout Standard
21595
21596 \series bold
21597 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21598 \end_layout
21599
21600 \begin_layout Standard
21601 \begin_inset VSpace bigskip
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \begin_layout Standard
21608 Für farbige Spalten können Sie folgendes einfügen:
21609 \end_layout
21610
21611 \begin_layout Standard
21612
21613 \series bold
21614
21615 \backslash
21616 newcolumntype{K}[1]{>{
21617 \backslash
21618 columncolor{#1}
21619 \backslash
21620 hspace{0pt}}c}
21621 \end_layout
21622
21623 \begin_layout Standard
21624 Das 
21625 \begin_inset Quotes gld
21626 \end_inset
21627
21628 c
21629 \begin_inset Quotes grd
21630 \end_inset
21631
21632  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21633  zentriert ist.
21634  Jetzt können Sie als 
21635 \family sans
21636 LaTeX-Argument
21637 \family default
21638  folgendes einfügen:
21639 \end_layout
21640
21641 \begin_layout Standard
21642
21643 \series bold
21644 K{Farbname}
21645 \end_layout
21646
21647 \begin_layout Standard
21648 \begin_inset VSpace bigskip
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \begin_layout Standard
21655 Für Tabelle
21656 \begin_inset space ~
21657 \end_inset
21658
21659
21660 \begin_inset CommandInset ref
21661 LatexCommand ref
21662 reference "tab:Tabelle-mit-benutzerdefinierte"
21663
21664 \end_inset
21665
21666  wurden folgende 
21667 \family sans
21668 LaTeX-Argumente
21669 \family default
21670  benutzt:
21671 \end_layout
21672
21673 \begin_layout Standard
21674
21675 \series bold
21676 M{2.5cm}
21677 \end_layout
21678
21679 \begin_layout Standard
21680 für die erste Spalte und die Mehrfachspalte,
21681 \end_layout
21682
21683 \begin_layout Standard
21684
21685 \series bold
21686 K{red}
21687 \end_layout
21688
21689 \begin_layout Standard
21690 für die letzte Spalte und
21691 \end_layout
21692
21693 \begin_layout Standard
21694
21695 \series bold
21696 S{2.5cm}{2}
21697 \end_layout
21698
21699 \begin_layout Standard
21700 für die Spalten in der zweiten Mehrfachspalte.
21701 \end_layout
21702
21703 \begin_layout Standard
21704 \begin_inset Float table
21705 placement h
21706 wide false
21707 sideways false
21708 status open
21709
21710 \begin_layout Plain Layout
21711 \begin_inset Caption Standard
21712
21713 \begin_layout Plain Layout
21714 \begin_inset CommandInset label
21715 LatexCommand label
21716 name "tab:Tabelle-mit-benutzerdefinierte"
21717
21718 \end_inset
21719
21720 Tabelle mit benutzerdefinierten Formaten
21721 \end_layout
21722
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \begin_layout Plain Layout
21729 \align center
21730 \begin_inset Tabular
21731 <lyxtabular version="3" rows="3" columns="4">
21732 <features rotate="0" tabularvalignment="middle">
21733 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21734 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21735 <column alignment="center" valignment="middle">
21736 <column alignment="center" valignment="middle" special="K{red}">
21737 <row>
21738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 einsehrlangesWort
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 Mehrfachspalte mit mehreren Zeilen
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769 c
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 </row>
21775 <row>
21776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 d
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789 e
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 f
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807 g
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 </row>
21813 <row>
21814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 h
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827 i
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 j
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 k
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 </row>
21851 </lyxtabular>
21852
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \end_inset
21859
21860
21861 \end_layout
21862
21863 \begin_layout Subsection
21864 Liniendicke
21865 \begin_inset CommandInset label
21866 LatexCommand label
21867 name "uab:Liniendicke"
21868
21869 \end_inset
21870
21871
21872 \begin_inset Index idx
21873 status collapsed
21874
21875 \begin_layout Plain Layout
21876 Tabellen  ! Linien ! -dicke
21877 \end_layout
21878
21879 \end_inset
21880
21881
21882 \end_layout
21883
21884 \begin_layout Standard
21885 Die Liniendicke für alle Linien einer Tabelle kann mit 
21886 \series bold
21887
21888 \backslash
21889 arrayrulewidth
21890 \series default
21891  eingestellt werden.
21892  Um eine Liniendicke von 1.5
21893 \begin_inset space \thinspace{}
21894 \end_inset
21895
21896 pt wie in Tabelle
21897 \begin_inset space ~
21898 \end_inset
21899
21900
21901 \begin_inset CommandInset ref
21902 LatexCommand ref
21903 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21904
21905 \end_inset
21906
21907  zu bekommen, geben Sie den Befehl
21908 \end_layout
21909
21910 \begin_layout Standard
21911
21912 \series bold
21913
21914 \backslash
21915 setlength{
21916 \backslash
21917 arrayrulewidth}{1.5pt}
21918 \end_layout
21919
21920 \begin_layout Standard
21921 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
21922  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21923  Mit
21924 \end_layout
21925
21926 \begin_layout Standard
21927
21928 \series bold
21929
21930 \backslash
21931 setlength{
21932 \backslash
21933 arrayrulewidth}{0.4pt}
21934 \end_layout
21935
21936 \begin_layout Standard
21937 bekommen Sie wieder die Standarddicke.
21938 \end_layout
21939
21940 \begin_layout Standard
21941 \begin_inset ERT
21942 status collapsed
21943
21944 \begin_layout Plain Layout
21945
21946
21947 \backslash
21948 setlength{
21949 \backslash
21950 arrayrulewidth}{1.5pt}
21951 \end_layout
21952
21953 \end_inset
21954
21955
21956 \begin_inset Float table
21957 placement H
21958 wide false
21959 sideways false
21960 status open
21961
21962 \begin_layout Plain Layout
21963 \begin_inset Caption Standard
21964
21965 \begin_layout Plain Layout
21966 \begin_inset CommandInset label
21967 LatexCommand label
21968 name "tab:Tabelle-mit-1.5pt-Liniendicke"
21969
21970 \end_inset
21971
21972 Tabelle mit 1.5
21973 \begin_inset space \thinspace{}
21974 \end_inset
21975
21976 pt Liniendicke
21977 \end_layout
21978
21979 \end_inset
21980
21981
21982 \end_layout
21983
21984 \begin_layout Plain Layout
21985 \align center
21986 \begin_inset Tabular
21987 <lyxtabular version="3" rows="3" columns="3">
21988 <features rotate="0" tabularvalignment="middle">
21989 <column alignment="center" valignment="top">
21990 <column alignment="center" valignment="top">
21991 <column alignment="center" valignment="top">
21992 <row>
21993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 sd
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 </row>
22021 <row>
22022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22023 \begin_inset Text
22024
22025 \begin_layout Plain Layout
22026
22027 \end_layout
22028
22029 \end_inset
22030 </cell>
22031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035 sd
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 </row>
22050 <row>
22051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22052 \begin_inset Text
22053
22054 \begin_layout Plain Layout
22055
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073 sd
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 </row>
22079 </lyxtabular>
22080
22081 \end_inset
22082
22083
22084 \end_layout
22085
22086 \end_inset
22087
22088
22089 \begin_inset ERT
22090 status collapsed
22091
22092 \begin_layout Plain Layout
22093
22094
22095 \backslash
22096 setlength{
22097 \backslash
22098 arrayrulewidth}{0.4pt}
22099 \end_layout
22100
22101 \end_inset
22102
22103
22104 \end_layout
22105
22106 \begin_layout Standard
22107 \begin_inset VSpace bigskip
22108 \end_inset
22109
22110 Um eine Liniendicke von 1.5
22111 \begin_inset space \thinspace{}
22112 \end_inset
22113
22114 pt nur für horizontale Linien zu bekommen wie in Tabelle
22115 \begin_inset space ~
22116 \end_inset
22117
22118
22119 \begin_inset CommandInset ref
22120 LatexCommand ref
22121 reference "tab:Tabelle-mit-1.5pt-horiz"
22122
22123 \end_inset
22124
22125 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
22126  einfügen:
22127 \end_layout
22128
22129 \begin_layout Standard
22130
22131 \series bold
22132
22133 \backslash
22134 let
22135 \backslash
22136 myHline
22137 \backslash
22138 hline
22139 \begin_inset Newline newline
22140 \end_inset
22141
22142
22143 \backslash
22144 renewcommand{
22145 \backslash
22146 hline}
22147 \begin_inset Newline newline
22148 \end_inset
22149
22150  {
22151 \backslash
22152 noalign{
22153 \backslash
22154 global
22155 \backslash
22156 arrayrulewidth 1.5pt}
22157 \begin_inset Newline newline
22158 \end_inset
22159
22160  
22161 \backslash
22162 myHline
22163 \backslash
22164 noalign{
22165 \backslash
22166 global
22167 \backslash
22168 arrayrulewidth 0.4pt}}
22169 \end_layout
22170
22171 \begin_layout Standard
22172 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
22173  der (Gleit\SpecialChar \-
22174 objekt-)Tabelle zurück:
22175 \end_layout
22176
22177 \begin_layout Standard
22178
22179 \series bold
22180
22181 \backslash
22182 renewcommand{
22183 \backslash
22184 hline}{
22185 \backslash
22186 myHline}
22187 \end_layout
22188
22189 \begin_layout Standard
22190 \begin_inset ERT
22191 status collapsed
22192
22193 \begin_layout Plain Layout
22194
22195
22196 \backslash
22197 let
22198 \backslash
22199 myHline
22200 \backslash
22201 hline
22202 \end_layout
22203
22204 \begin_layout Plain Layout
22205
22206
22207 \backslash
22208 renewcommand{
22209 \backslash
22210 hline}
22211 \end_layout
22212
22213 \begin_layout Plain Layout
22214
22215  {
22216 \backslash
22217 noalign{
22218 \backslash
22219 global
22220 \backslash
22221 arrayrulewidth 1.5pt}
22222 \end_layout
22223
22224 \begin_layout Plain Layout
22225
22226   
22227 \backslash
22228 myHline
22229 \backslash
22230 noalign{
22231 \backslash
22232 global
22233 \backslash
22234 arrayrulewidth 0.4pt}}
22235 \end_layout
22236
22237 \end_inset
22238
22239
22240 \begin_inset Float table
22241 placement h
22242 wide false
22243 sideways false
22244 status open
22245
22246 \begin_layout Plain Layout
22247 \begin_inset Caption Standard
22248
22249 \begin_layout Plain Layout
22250 \begin_inset CommandInset label
22251 LatexCommand label
22252 name "tab:Tabelle-mit-1.5pt-horiz"
22253
22254 \end_inset
22255
22256 Tabelle mit 1.5
22257 \begin_inset space \thinspace{}
22258 \end_inset
22259
22260 pt dicken horizontalen Linien
22261 \end_layout
22262
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \begin_layout Plain Layout
22269 \align center
22270 \begin_inset Tabular
22271 <lyxtabular version="3" rows="3" columns="3">
22272 <features rotate="0" tabularvalignment="middle">
22273 <column alignment="center" valignment="top">
22274 <column alignment="center" valignment="top">
22275 <column alignment="center" valignment="top">
22276 <row>
22277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281 sd
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 </row>
22305 <row>
22306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22307 \begin_inset Text
22308
22309 \begin_layout Plain Layout
22310
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 sd
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 </row>
22334 <row>
22335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22336 \begin_inset Text
22337
22338 \begin_layout Plain Layout
22339
22340 \end_layout
22341
22342 \end_inset
22343 </cell>
22344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22345 \begin_inset Text
22346
22347 \begin_layout Plain Layout
22348
22349 \end_layout
22350
22351 \end_inset
22352 </cell>
22353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357 sd
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 </row>
22363 </lyxtabular>
22364
22365 \end_inset
22366
22367
22368 \end_layout
22369
22370 \end_inset
22371
22372
22373 \begin_inset ERT
22374 status collapsed
22375
22376 \begin_layout Plain Layout
22377
22378
22379 \backslash
22380 renewcommand{
22381 \backslash
22382 hline}{
22383 \backslash
22384 myHline}
22385 \end_layout
22386
22387 \end_inset
22388
22389
22390 \end_layout
22391
22392 \begin_layout Standard
22393 \begin_inset VSpace bigskip
22394 \end_inset
22395
22396 Um die Liniendicke von 1.5
22397 \begin_inset space \thinspace{}
22398 \end_inset
22399
22400 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
22401  Spaltenformat entsprechend der Beschreibung in Abschnitt
22402 \begin_inset space ~
22403 \end_inset
22404
22405
22406 \begin_inset CommandInset ref
22407 LatexCommand ref
22408 reference "uab:Angepasste-Zellen-/Spaltenformate"
22409
22410 \end_inset
22411
22412  definieren:
22413 \end_layout
22414
22415 \begin_layout Standard
22416
22417 \series bold
22418
22419 \backslash
22420 newcolumntype{V}{!{
22421 \backslash
22422 vrule width 1.5pt}}
22423 \end_layout
22424
22425 \begin_layout Standard
22426 In Tabelle
22427 \begin_inset space ~
22428 \end_inset
22429
22430
22431 \begin_inset CommandInset ref
22432 LatexCommand ref
22433 reference "tab:Tabelle-mit-1.5pt-vert"
22434
22435 \end_inset
22436
22437  wurde das 
22438 \family sans
22439 LaTe
22440 \begin_inset ERT
22441 status collapsed
22442
22443 \begin_layout Plain Layout
22444
22445 {}
22446 \end_layout
22447
22448 \end_inset
22449
22450 X-Argument
22451 \family default
22452 \series bold
22453  VcV
22454 \series default
22455  für die letzte Spalte und
22456 \series bold
22457  Vc
22458 \series default
22459  für die anderen benutzt.
22460 \end_layout
22461
22462 \begin_layout Standard
22463 \begin_inset Float table
22464 placement H
22465 wide false
22466 sideways false
22467 status open
22468
22469 \begin_layout Plain Layout
22470 \begin_inset Caption Standard
22471
22472 \begin_layout Plain Layout
22473 \begin_inset CommandInset label
22474 LatexCommand label
22475 name "tab:Tabelle-mit-1.5pt-vert"
22476
22477 \end_inset
22478
22479 Tabelle mit 1.5
22480 \begin_inset space \thinspace{}
22481 \end_inset
22482
22483 pt dicken vertikalen Linien
22484 \end_layout
22485
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \begin_layout Plain Layout
22492 \align center
22493 \begin_inset Tabular
22494 <lyxtabular version="3" rows="3" columns="3">
22495 <features rotate="0" tabularvalignment="middle">
22496 <column alignment="center" valignment="top" special="Vc">
22497 <column alignment="center" valignment="top" special="Vc">
22498 <column alignment="center" valignment="top" special="VcV">
22499 <row>
22500 <cell alignment="center" valignment="top" topline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 sd
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 <cell alignment="center" valignment="top" topline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 <cell alignment="center" valignment="top" topline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 </row>
22528 <row>
22529 <cell alignment="center" valignment="top" topline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" topline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542 sd
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" topline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 </row>
22557 <row>
22558 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 sd
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 </row>
22586 </lyxtabular>
22587
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \begin_layout Subsection
22599 Gestrichelte Linien
22600 \begin_inset Index idx
22601 status collapsed
22602
22603 \begin_layout Plain Layout
22604 Tabellen  ! Linien ! gestrichelte 
22605 \end_layout
22606
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \begin_layout Standard
22613 \begin_inset ERT
22614 status collapsed
22615
22616 \begin_layout Plain Layout
22617
22618
22619 \backslash
22620 ifarydshln
22621 \end_layout
22622
22623 \end_inset
22624
22625
22626 \begin_inset Note Note
22627 status open
22628
22629 \begin_layout Plain Layout
22630 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
22631 \series bold
22632 arydshln
22633 \series default
22634  installiert ist.
22635 \end_layout
22636
22637 \end_inset
22638
22639
22640 \end_layout
22641
22642 \begin_layout Standard
22643 \begin_inset Float table
22644 placement h
22645 wide false
22646 sideways false
22647 status open
22648
22649 \begin_layout Plain Layout
22650 \begin_inset Caption Standard
22651
22652 \begin_layout Plain Layout
22653 \begin_inset CommandInset label
22654 LatexCommand label
22655 name "tab:Tabelle-mit-gestrichelten"
22656
22657 \end_inset
22658
22659 Tabelle mit gestrichelten Linien
22660 \end_layout
22661
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \begin_layout Plain Layout
22668 \align center
22669 \begin_inset Tabular
22670 <lyxtabular version="3" rows="5" columns="5">
22671 <features rotate="0" tabularvalignment="middle">
22672 <column alignment="center" valignment="top">
22673 <column alignment="center" valignment="top">
22674 <column alignment="center" valignment="top" special=":c">
22675 <column alignment="center" valignment="top">
22676 <column alignment="center" valignment="top">
22677 <row>
22678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 a
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 b
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 c
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 d
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718 e
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 </row>
22724 <row>
22725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 f
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 g
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" topline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747 h
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756 i
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22762 \begin_inset Text
22763
22764 \begin_layout Plain Layout
22765 j
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 </row>
22771 <row>
22772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776 \begin_inset ERT
22777 status collapsed
22778
22779 \begin_layout Plain Layout
22780
22781
22782 \backslash
22783 hdashline 
22784 \end_layout
22785
22786 \end_inset
22787
22788 k
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 l
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 <cell alignment="center" valignment="top" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806 m
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 n
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824 o
22825 \end_layout
22826
22827 \end_inset
22828 </cell>
22829 </row>
22830 <row>
22831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22832 \begin_inset Text
22833
22834 \begin_layout Plain Layout
22835 \begin_inset ERT
22836 status collapsed
22837
22838 \begin_layout Plain Layout
22839
22840
22841 \backslash
22842 cdashline{4-5}
22843 \end_layout
22844
22845 \end_inset
22846
22847 p
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856 q
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865 r
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 s
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 </row>
22889 <row>
22890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894 t
22895 \end_layout
22896
22897 \end_inset
22898 </cell>
22899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903 u
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 v
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921 w
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930 x
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 </row>
22936 </lyxtabular>
22937
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \end_inset
22944
22945
22946 \end_layout
22947
22948 \begin_layout Standard
22949 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
22950  TeX-Code benutzen.
22951  Zunächst müssen Sie das LaTeX-Paket 
22952 \series bold
22953 arydshln
22954 \series default
22955
22956 \begin_inset Index idx
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960 LaTeX-Pakete ! arydshln
22961 \end_layout
22962
22963 \end_inset
22964
22965  im LaTeX-Vorspann laden:
22966 \end_layout
22967
22968 \begin_layout Standard
22969
22970 \series bold
22971
22972 \backslash
22973 usepackage{arydshln}
22974 \end_layout
22975
22976 \begin_layout Standard
22977 Um senkrechte Linien zu stricheln, müssen Sie im 
22978 \family sans
22979 LaTe
22980 \begin_inset ERT
22981 status collapsed
22982
22983 \begin_layout Plain Layout
22984
22985 {}
22986 \end_layout
22987
22988 \end_inset
22989
22990 X-Argument
22991 \family default
22992  des 
22993 \family sans
22994 Tabellen-Einstellungen
22995 \family default
22996 -Dialogs 
22997 \begin_inset Quotes gld
22998 \end_inset
22999
23000 :
23001 \begin_inset Quotes grd
23002 \end_inset
23003
23004 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23005 \end_layout
23006
23007 \begin_layout Standard
23008 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23009 \end_layout
23010
23011 \begin_layout Standard
23012
23013 \series bold
23014
23015 \backslash
23016 hdashline
23017 \end_layout
23018
23019 \begin_layout Standard
23020 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
23021 \end_layout
23022
23023 \begin_layout Standard
23024 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23025 \end_layout
23026
23027 \begin_layout Standard
23028
23029 \series bold
23030
23031 \backslash
23032 cdashline{Anfangsspalte-Endspalte}
23033 \end_layout
23034
23035 \begin_layout Standard
23036 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
23037  Wenn Sie z.
23038 \begin_inset space \thinspace{}
23039 \end_inset
23040
23041 B.
23042  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23043  gestrichelte Linie haben, fügen Sie den Befehl
23044 \end_layout
23045
23046 \begin_layout Standard
23047
23048 \series bold
23049
23050 \backslash
23051 cdashline{2-4}
23052 \end_layout
23053
23054 \begin_layout Standard
23055 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23056 \end_layout
23057
23058 \begin_layout Standard
23059 \begin_inset VSpace bigskip
23060 \end_inset
23061
23062
23063 \end_layout
23064
23065 \begin_layout Standard
23066 In Tabelle
23067 \begin_inset space ~
23068 \end_inset
23069
23070
23071 \begin_inset CommandInset ref
23072 LatexCommand ref
23073 reference "tab:Tabelle-mit-gestrichelten"
23074
23075 \end_inset
23076
23077  wurde in der dritten Spalte der Befehl
23078 \series bold
23079  
23080 \series default
23081
23082 \begin_inset Quotes gld
23083 \end_inset
23084
23085
23086 \series bold
23087 :c
23088 \begin_inset Quotes grd
23089 \end_inset
23090
23091
23092 \series default
23093  benutzt.
23094  Der Befehl 
23095 \series bold
23096
23097 \backslash
23098 hdashline
23099 \series default
23100  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23101 \begin_inset Newline newline
23102 \end_inset
23103
23104  
23105 \series bold
23106
23107 \backslash
23108 cdashline{4-5} 
23109 \series default
23110 wurde in die erste Zelle der vierten Zeile eingefügt.
23111 \end_layout
23112
23113 \begin_layout Standard
23114 \begin_inset VSpace bigskip
23115 \end_inset
23116
23117
23118 \end_layout
23119
23120 \begin_layout Standard
23121 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23122 \begin_inset space ~
23123 \end_inset
23124
23125
23126 \begin_inset CommandInset ref
23127 LatexCommand ref
23128 reference "tab:Farbige-Tabelle-mit"
23129
23130 \end_inset
23131
23132  verdeutlicht.
23133 \end_layout
23134
23135 \begin_layout Standard
23136 \begin_inset ERT
23137 status collapsed
23138
23139 \begin_layout Plain Layout
23140
23141
23142 \backslash
23143 setlength{
23144 \backslash
23145 arrayrulewidth}{1pt}
23146 \end_layout
23147
23148 \end_inset
23149
23150
23151 \begin_inset Note Note
23152 status collapsed
23153
23154 \begin_layout Plain Layout
23155 dickere Linien zur besseren Visualisierung der Linienfarbe
23156 \end_layout
23157
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \begin_layout Standard
23164 \begin_inset ERT
23165 status collapsed
23166
23167 \begin_layout Plain Layout
23168
23169
23170 \backslash
23171 dashgapcolor{green}
23172 \end_layout
23173
23174 \end_inset
23175
23176
23177 \begin_inset Note Note
23178 status collapsed
23179
23180 \begin_layout Plain Layout
23181 färbt Raum zwischen den Strichen grün
23182 \end_layout
23183
23184 \end_inset
23185
23186
23187 \end_layout
23188
23189 \begin_layout Standard
23190 \begin_inset ERT
23191 status collapsed
23192
23193 \begin_layout Plain Layout
23194
23195
23196 \backslash
23197 let
23198 \backslash
23199 myHdashline
23200 \backslash
23201 hdashline
23202 \end_layout
23203
23204 \begin_layout Plain Layout
23205
23206
23207 \backslash
23208 renewcommand{
23209 \backslash
23210 hdashline}
23211 \end_layout
23212
23213 \begin_layout Plain Layout
23214
23215  {
23216 \backslash
23217 arrayrulecolor{red}
23218 \backslash
23219 myHdashline
23220 \backslash
23221 arrayrulecolor{black}}
23222 \end_layout
23223
23224 \end_inset
23225
23226
23227 \begin_inset Note Note
23228 status collapsed
23229
23230 \begin_layout Plain Layout
23231 färbt horizontale, gestrichelte Linien rot
23232 \end_layout
23233
23234 \end_inset
23235
23236
23237 \end_layout
23238
23239 \begin_layout Standard
23240 \begin_inset ERT
23241 status collapsed
23242
23243 \begin_layout Plain Layout
23244
23245
23246 \backslash
23247 let
23248 \backslash
23249 myCdashline
23250 \backslash
23251 cdashline
23252 \end_layout
23253
23254 \begin_layout Plain Layout
23255
23256
23257 \backslash
23258 renewcommand{
23259 \backslash
23260 cdashline}[1]
23261 \end_layout
23262
23263 \begin_layout Plain Layout
23264
23265  {
23266 \backslash
23267 arrayrulecolor{yellow}
23268 \backslash
23269 myCdashline{#1}
23270 \backslash
23271 arrayrulecolor{black}}
23272 \end_layout
23273
23274 \end_inset
23275
23276
23277 \begin_inset Note Note
23278 status collapsed
23279
23280 \begin_layout Plain Layout
23281 färbt partielle horizontale, gestrichelte Linien gelb
23282 \end_layout
23283
23284 \end_inset
23285
23286
23287 \end_layout
23288
23289 \begin_layout Standard
23290 \begin_inset Float table
23291 placement h
23292 wide false
23293 sideways false
23294 status open
23295
23296 \begin_layout Plain Layout
23297 \begin_inset Caption Standard
23298
23299 \begin_layout Plain Layout
23300 \begin_inset CommandInset label
23301 LatexCommand label
23302 name "tab:Farbige-Tabelle-mit"
23303
23304 \end_inset
23305
23306 Farbige Tabelle mit gestrichelten Linien
23307 \end_layout
23308
23309 \end_inset
23310
23311
23312 \end_layout
23313
23314 \begin_layout Plain Layout
23315 \align center
23316 \begin_inset Tabular
23317 <lyxtabular version="3" rows="5" columns="5">
23318 <features rotate="0" tabularvalignment="middle">
23319 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23320 <column alignment="center" valignment="top" width="0pt">
23321 <column alignment="center" valignment="top" width="0pt" special=":c">
23322 <column alignment="center" valignment="top">
23323 <column alignment="center" valignment="top">
23324 <row>
23325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23326 \begin_inset Text
23327
23328 \begin_layout Plain Layout
23329 a
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 <cell alignment="center" valignment="top" topline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338 b
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" topline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 c
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356 d
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365 e
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 </row>
23371 <row>
23372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376 f
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 g
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 h
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 i
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412 j
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 </row>
23418 <row>
23419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423 \begin_inset ERT
23424 status collapsed
23425
23426 \begin_layout Plain Layout
23427
23428
23429 \backslash
23430 hdashline 
23431 \end_layout
23432
23433 \end_inset
23434
23435
23436 \begin_inset ERT
23437 status collapsed
23438
23439 \begin_layout Plain Layout
23440
23441
23442 \backslash
23443 rowcolor{Gray}
23444 \end_layout
23445
23446 \end_inset
23447
23448 k
23449 \end_layout
23450
23451 \end_inset
23452 </cell>
23453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457 l
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 <cell alignment="center" valignment="top" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466 m
23467 \end_layout
23468
23469 \end_inset
23470 </cell>
23471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 n
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 o
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 </row>
23490 <row>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495 \begin_inset ERT
23496 status collapsed
23497
23498 \begin_layout Plain Layout
23499
23500
23501 \backslash
23502 cdashline{4-5}
23503 \end_layout
23504
23505 \end_inset
23506
23507 p
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516 q
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525 r
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 s
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 </row>
23549 <row>
23550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554 t
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563 u
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 v
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581 w
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590 \begin_inset ERT
23591 status collapsed
23592
23593 \begin_layout Plain Layout
23594
23595
23596 \backslash
23597 cellcolor{Maroon}
23598 \end_layout
23599
23600 \end_inset
23601
23602
23603 \color green
23604 i
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 </lyxtabular>
23611
23612 \end_inset
23613
23614
23615 \end_layout
23616
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \begin_layout Standard
23623 \begin_inset ERT
23624 status collapsed
23625
23626 \begin_layout Plain Layout
23627
23628
23629 \backslash
23630 renewcommand{
23631 \backslash
23632 hdashline}{
23633 \backslash
23634 myHdashline}
23635 \end_layout
23636
23637 \end_inset
23638
23639
23640 \begin_inset Note Note
23641 status collapsed
23642
23643 \begin_layout Plain Layout
23644 zurücksetzen auf Standardwert
23645 \end_layout
23646
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \begin_layout Standard
23653 \begin_inset ERT
23654 status collapsed
23655
23656 \begin_layout Plain Layout
23657
23658
23659 \backslash
23660 renewcommand{
23661 \backslash
23662 cdashline}{
23663 \backslash
23664 myCdashline}
23665 \end_layout
23666
23667 \end_inset
23668
23669
23670 \begin_inset Note Note
23671 status collapsed
23672
23673 \begin_layout Plain Layout
23674 zurücksetzen auf Standardwert
23675 \end_layout
23676
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \begin_layout Standard
23683 \begin_inset ERT
23684 status collapsed
23685
23686 \begin_layout Plain Layout
23687
23688
23689 \backslash
23690 nodashgapcolor
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \begin_inset Note Note
23697 status collapsed
23698
23699 \begin_layout Plain Layout
23700 zurücksetzen auf Standardwert
23701 \end_layout
23702
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \begin_layout Standard
23709 \begin_inset ERT
23710 status collapsed
23711
23712 \begin_layout Plain Layout
23713
23714
23715 \backslash
23716 setlength{
23717 \backslash
23718 arrayrulewidth}{0.4pt}
23719 \end_layout
23720
23721 \end_inset
23722
23723
23724 \begin_inset Note Note
23725 status collapsed
23726
23727 \begin_layout Plain Layout
23728 zurücksetzen auf Standardwert
23729 \end_layout
23730
23731 \end_inset
23732
23733
23734 \end_layout
23735
23736 \begin_layout Standard
23737 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23738 \begin_inset space ~
23739 \end_inset
23740
23741
23742 \begin_inset CommandInset ref
23743 LatexCommand ref
23744 reference "abs:Farbige-Tabellen"
23745
23746 \end_inset
23747
23748  beschrieben.
23749  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23750  beschrieben, man muss in den Befehlen nur 
23751 \series bold
23752
23753 \backslash
23754 myHlineC
23755 \series default
23756  durch 
23757 \series bold
23758
23759 \backslash
23760 myHdashline
23761 \series default
23762  und 
23763 \backslash
23764
23765 \series bold
23766 hline
23767 \series default
23768  durch 
23769 \series bold
23770
23771 \backslash
23772 hdashline
23773 \series default
23774  ersetzen; man verwendet also den Befehl
23775 \end_layout
23776
23777 \begin_layout Standard
23778
23779 \series bold
23780
23781 \backslash
23782 let
23783 \backslash
23784 myHdashline
23785 \backslash
23786 hdashline
23787 \begin_inset Newline newline
23788 \end_inset
23789
23790
23791 \backslash
23792 renewcommand{
23793 \backslash
23794 hdashline}
23795 \begin_inset Newline newline
23796 \end_inset
23797
23798
23799 \begin_inset Phantom HPhantom
23800 status open
23801
23802 \begin_layout Plain Layout
23803
23804 \series bold
23805 \begin_inset space ~
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \end_inset
23812
23813 {
23814 \backslash
23815 arrayrulecolor{red}
23816 \backslash
23817 myHdashline
23818 \backslash
23819 arrayrulecolor{black}}
23820 \end_layout
23821
23822 \begin_layout Standard
23823 Um 
23824 \series bold
23825
23826 \backslash
23827 cdashline
23828 \series default
23829  zu färben, lautet der Befehl
23830 \end_layout
23831
23832 \begin_layout Standard
23833
23834 \series bold
23835
23836 \backslash
23837 let
23838 \backslash
23839 myCdashline
23840 \backslash
23841 cdashline
23842 \begin_inset Newline newline
23843 \end_inset
23844
23845
23846 \backslash
23847 renewcommand{
23848 \backslash
23849 cdashline}[1]
23850 \begin_inset Newline newline
23851 \end_inset
23852
23853
23854 \begin_inset Phantom HPhantom
23855 status open
23856
23857 \begin_layout Plain Layout
23858
23859 \series bold
23860 \begin_inset space ~
23861 \end_inset
23862
23863
23864 \end_layout
23865
23866 \end_inset
23867
23868 {
23869 \backslash
23870 arrayrulecolor{red}
23871 \backslash
23872 myCdashline{#1}
23873 \backslash
23874 arrayrulecolor{black}}
23875 \end_layout
23876
23877 \begin_layout Standard
23878 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23879  als TeX-Code hinter der Tabelle einfügen:
23880 \end_layout
23881
23882 \begin_layout Standard
23883 Für 
23884 \series bold
23885
23886 \backslash
23887 hdashline
23888 \end_layout
23889
23890 \begin_layout Standard
23891
23892 \series bold
23893
23894 \backslash
23895 renewcommand{
23896 \backslash
23897 hdashline}{
23898 \backslash
23899 myHdashline}
23900 \end_layout
23901
23902 \begin_layout Standard
23903 und für 
23904 \series bold
23905
23906 \backslash
23907 cdashline
23908 \end_layout
23909
23910 \begin_layout Standard
23911
23912 \series bold
23913
23914 \backslash
23915 renewcommand{
23916 \backslash
23917 cdashline}{
23918 \backslash
23919 myCdashline}
23920 \end_layout
23921
23922 \begin_layout Standard
23923 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23924  Befehl
23925 \end_layout
23926
23927 \begin_layout Standard
23928
23929 \series bold
23930
23931 \backslash
23932 dashgapcolor{Farbe}
23933 \end_layout
23934
23935 \begin_layout Standard
23936 als TeX-Code vor der Tabelle verwenden.
23937  Farbe ist hierbei der Name einer definierten Farbe.
23938  Der Befehl
23939 \end_layout
23940
23941 \begin_layout Standard
23942
23943 \series bold
23944
23945 \backslash
23946 nodashgapcolor
23947 \end_layout
23948
23949 \begin_layout Standard
23950 hebt die Einstellung von 
23951 \series bold
23952
23953 \backslash
23954 dashgapcolor
23955 \series default
23956  auf.
23957 \end_layout
23958
23959 \begin_layout Standard
23960 \begin_inset Note Greyedout
23961 status open
23962
23963 \begin_layout Plain Layout
23964
23965 \series bold
23966 \color none
23967 Achtung
23968 \series default
23969 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
23970  
23971 \series bold
23972 arydshln
23973 \series default
23974  an erster Stelle in der Zelle befinden.
23975  Daher ist in in Zelle 
23976 \emph on
23977 k
23978 \emph default
23979  der Tabelle
23980 \begin_inset space ~
23981 \end_inset
23982
23983
23984 \begin_inset CommandInset ref
23985 LatexCommand ref
23986 reference "tab:Farbige-Tabelle-mit"
23987
23988 \end_inset
23989
23990  der Befehl 
23991 \series bold
23992
23993 \backslash
23994 hdashline
23995 \series default
23996  vor 
23997 \series bold
23998
23999 \backslash
24000 rowcolor
24001 \series default
24002 .
24003 \end_layout
24004
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \begin_layout Standard
24011 \begin_inset Note Greyedout
24012 status open
24013
24014 \begin_layout Plain Layout
24015
24016 \series bold
24017 \color none
24018 Achtung:
24019 \series default
24020  Das LaTeX-Paket 
24021 \series bold
24022 arydshln
24023 \series default
24024  muss im LaTeX-Vorspann nach dem LaTeX-Paket 
24025 \series bold
24026 colortbl
24027 \series default
24028
24029 \begin_inset Index idx
24030 status collapsed
24031
24032 \begin_layout Plain Layout
24033 LaTeX-Pakete ! colortbl
24034 \end_layout
24035
24036 \end_inset
24037
24038  geladen werden.
24039 \end_layout
24040
24041 \end_inset
24042
24043
24044 \end_layout
24045
24046 \begin_layout Standard
24047 \begin_inset ERT
24048 status collapsed
24049
24050 \begin_layout Plain Layout
24051
24052
24053 \backslash
24054 else
24055 \end_layout
24056
24057 \end_inset
24058
24059
24060 \begin_inset Note Note
24061 status open
24062
24063 \begin_layout Plain Layout
24064 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
24065 \series bold
24066 arydshln
24067 \series default
24068  nicht installiert ist:
24069 \end_layout
24070
24071 \end_inset
24072
24073
24074 \end_layout
24075
24076 \begin_layout Standard
24077 Sie müssen das LaTeX-Paket 
24078 \series bold
24079 arydshln
24080 \series default
24081  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24082 \end_layout
24083
24084 \begin_layout Standard
24085 \begin_inset ERT
24086 status collapsed
24087
24088 \begin_layout Plain Layout
24089
24090
24091 \backslash
24092 fi
24093 \end_layout
24094
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \begin_layout Standard
24101 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24102  von 
24103 \series bold
24104 arydshln
24105 \series default
24106
24107 \begin_inset CommandInset citation
24108 LatexCommand cite
24109 key "arydshln"
24110
24111 \end_inset
24112
24113 .
24114 \end_layout
24115
24116 \begin_layout Chapter
24117 Gleitobjekte
24118 \begin_inset CommandInset label
24119 LatexCommand label
24120 name "kap:Gleitobjekte"
24121
24122 \end_inset
24123
24124
24125 \begin_inset Index idx
24126 status collapsed
24127
24128 \begin_layout Plain Layout
24129 Gleitobjekte
24130 \end_layout
24131
24132 \end_inset
24133
24134
24135 \end_layout
24136
24137 \begin_layout Section
24138 Einleitung
24139 \begin_inset CommandInset label
24140 LatexCommand label
24141 name "abs:Gleitobjekte-Einleitung"
24142
24143 \end_inset
24144
24145
24146 \begin_inset Index idx
24147 status collapsed
24148
24149 \begin_layout Plain Layout
24150 Gleitobjekte ! Einleitung
24151 \end_layout
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \begin_layout Standard
24159 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24160  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24161  der beste Platz ist.
24162  
24163 \family sans
24164 Fußnoten
24165 \family default
24166  und 
24167 \family sans
24168 Randnotizen
24169 \family default
24170  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24171  wenn auf ihrer Seite schon zu viele sind.
24172 \end_layout
24173
24174 \begin_layout Standard
24175 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24176  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24177  um weiße Flächen und Seiten ohne Text zu vermeiden.
24178  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
24179 löst,
24180  kann im Text auf ein Gleitobjekt verwiesen werden.
24181  Gleitobjekte sind deshalb nummeriert.
24182  Querverweise werden in Abschnitt
24183 \begin_inset space ~
24184 \end_inset
24185
24186
24187 \begin_inset CommandInset ref
24188 LatexCommand ref
24189 reference "abs:Auf-Gleitobjekte-verweisen"
24190
24191 \end_inset
24192
24193  beschrieben.
24194 \end_layout
24195
24196 \begin_layout Standard
24197 Ein Gleitobjekt wird mit 
24198 \family sans
24199 Einfügen\SpecialChar \menuseparator
24200 Gleitobjekt\SpecialChar \menuseparator
24201 Algorithmus/Abbildung/Ta\SpecialChar \-
24202 belle/Um\SpecialChar \-
24203 flos\SpecialChar \-
24204 se\SpecialChar \-
24205 nes
24206 \begin_inset space ~
24207 \end_inset
24208
24209 Gleitobjekt
24210 \family default
24211  eingefügt (Werkzeugleistenknopf 
24212 \begin_inset Info
24213 type  "icon"
24214 arg   "float-insert figure"
24215 \end_inset
24216
24217  oder 
24218 \begin_inset Info
24219 type  "icon"
24220 arg   "float-insert table"
24221 \end_inset
24222
24223 ).
24224  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24225  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24226  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24227  #:).
24228  Statt # sehen Sie die von LyX vergebene Nummer.
24229  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24230  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24231  eingefügt.
24232  In Abschnitt
24233 \begin_inset space ~
24234 \end_inset
24235
24236
24237 \begin_inset CommandInset ref
24238 LatexCommand ref
24239 reference "abs:Titel-Platzierung"
24240
24241 \end_inset
24242
24243  finden Sie mehr über die Platzierung des Titels.
24244  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24245  auch wieder geöffnet.
24246  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24247 \begin_inset Graphics
24248         filename clipart/GleitobjektQt4.png
24249         scale 70
24250         scaleBeforeRotation
24251
24252 \end_inset
24253
24254  – ein graues Kästchen mit roter Beschriftung.
24255 \end_layout
24256
24257 \begin_layout Standard
24258 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24259  Gleitobjekte in einem eigenen Absatz einzufügen.
24260 \end_layout
24261
24262 \begin_layout Standard
24263 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24264  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24265  klicken.
24266 \end_layout
24267
24268 \begin_layout Section
24269 Gleitobjekt-Typen
24270 \begin_inset Index idx
24271 status collapsed
24272
24273 \begin_layout Plain Layout
24274 Gleitobjekte ! Typen
24275 \end_layout
24276
24277 \end_inset
24278
24279
24280 \end_layout
24281
24282 \begin_layout Standard
24283 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24284 \begin_inset space ~
24285 \end_inset
24286
24287
24288 \begin_inset CommandInset ref
24289 LatexCommand ref
24290 reference "abs:Gleitende-Abbildungen"
24291
24292 \end_inset
24293
24294  und 
24295 \begin_inset CommandInset ref
24296 LatexCommand ref
24297 reference "abs:Gleitende-Tabellen"
24298
24299 \end_inset
24300
24301  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24302  Letztere sind in Abschnitt
24303 \begin_inset space ~
24304 \end_inset
24305
24306
24307 \begin_inset CommandInset ref
24308 LatexCommand ref
24309 reference "abs:Umflossene-Gleitobjekte"
24310
24311 \end_inset
24312
24313  beschrieben.
24314 \end_layout
24315
24316 \begin_layout Subsection
24317 Algorithmen-Gleitobjekt
24318 \begin_inset Index idx
24319 status collapsed
24320
24321 \begin_layout Plain Layout
24322 Gleitobjekte ! Algorithmen
24323 \end_layout
24324
24325 \end_inset
24326
24327
24328 \begin_inset CommandInset label
24329 LatexCommand label
24330 name "uab:Gleitobjekt-Algorithmen"
24331
24332 \end_inset
24333
24334
24335 \end_layout
24336
24337 \begin_layout Standard
24338 \begin_inset Float algorithm
24339 placement h
24340 wide false
24341 sideways false
24342 status open
24343
24344 \begin_layout Plain Layout
24345 \begin_inset Caption Standard
24346
24347 \begin_layout Plain Layout
24348 \begin_inset CommandInset label
24349 LatexCommand label
24350 name "alg:Ein-Gleitobjekt-Algorithmus"
24351
24352 \end_inset
24353
24354 Ein Gleitobjekt-Algorithmus 
24355 \end_layout
24356
24357 \end_inset
24358
24359
24360 \end_layout
24361
24362 \begin_layout LyX-Code
24363 for I in 1..N loop
24364 \begin_inset Newline newline
24365 \end_inset
24366
24367  Sum:= Sum + A(I); /*Kommentar*/
24368 \begin_inset Newline newline
24369 \end_inset
24370
24371 end loop
24372 \begin_inset VSpace -4mm
24373 \end_inset
24374
24375
24376 \end_layout
24377
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \begin_layout Standard
24384 Dieser Typ wird mit 
24385 \family sans
24386 Einfügen\SpecialChar \menuseparator
24387 Gleitobjekt\SpecialChar \menuseparator
24388 Algorithmus
24389 \family default
24390  eingefügt.
24391  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24392  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24393 \begin_inset space ~
24394 \end_inset
24395
24396
24397 \begin_inset CommandInset ref
24398 LatexCommand ref
24399 reference "kap:Programm-Code-Listen"
24400
24401 \end_inset
24402
24403 .
24404  Eine mögliche Absatz-Umgebung hier für ist 
24405 \family sans
24406 LyX-Code
24407 \family default
24408 , beschrieben im 
24409 \emph on
24410 Benutzerhandbuch
24411 \emph default
24412 .
24413  In Algorithmus
24414 \begin_inset space ~
24415 \end_inset
24416
24417
24418 \begin_inset CommandInset ref
24419 LatexCommand ref
24420 reference "alg:Ein-Gleitobjekt-Algorithmus"
24421
24422 \end_inset
24423
24424  wurden am Ende -4
24425 \begin_inset space \thinspace{}
24426 \end_inset
24427
24428 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24429  letzten Zeile gedruckt wird.
24430 \end_layout
24431
24432 \begin_layout Standard
24433 Die Marke 
24434 \emph on
24435 Algorithmus
24436 \emph default
24437  wird nicht automatisch in die druckbare Version übernommen, sondern das
24438  englische Wort 
24439 \emph on
24440 Algorithm
24441 \emph default
24442  verwendet.
24443  Soll
24444 \emph on
24445  Algorithmus
24446 \emph default
24447  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
24448 \end_layout
24449
24450 \begin_layout Standard
24451
24452 \series bold
24453
24454 \backslash
24455 floatname{algorithm}{Algorithmus}
24456 \end_layout
24457
24458 \begin_layout Standard
24459 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24460  Sprache wie die LyX Menünamen haben, das Menü 
24461 \family sans
24462 Einfügen\SpecialChar \menuseparator
24463 Liste
24464 \begin_inset space \thinspace{}
24465 \end_inset
24466
24467 /
24468 \begin_inset space \thinspace{}
24469 \end_inset
24470
24471 Inhaltsverzeichnis\SpecialChar \menuseparator
24472 Algorithmenverzeichnis
24473 \family default
24474  verwendet werden.
24475  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
24476  eingefügt werden:
24477 \end_layout
24478
24479 \begin_layout Standard
24480
24481 \series bold
24482
24483 \backslash
24484 listof{algorithm}{Algorithmenverzeichnis}
24485 \end_layout
24486
24487 \begin_layout Standard
24488 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24489  nach dem Schema 
24490 \begin_inset Quotes gld
24491 \end_inset
24492
24493 Kapitelnummer.Algorithmusnummer
24494 \begin_inset Quotes grd
24495 \end_inset
24496
24497  nummeriert.
24498  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
24499  einfügen:
24500 \end_layout
24501
24502 \begin_layout Standard
24503
24504 \series bold
24505
24506 \backslash
24507 numberwithin{algorithm}{chapter}
24508 \end_layout
24509
24510 \begin_layout Standard
24511 Um 
24512 \series bold
24513
24514 \backslash
24515 numberwithin
24516 \series default
24517  benutzen zu können, muss in den 
24518 \family sans
24519 Mathe
24520 \begin_inset space ~
24521 \end_inset
24522
24523 Optionen
24524 \family default
24525  der 
24526 \family sans
24527 Dokument-Einstellungen
24528 \family default
24529  
24530 \family sans
24531 AMS
24532 \begin_inset space ~
24533 \end_inset
24534
24535 Mathe
24536 \begin_inset space ~
24537 \end_inset
24538
24539 Paket
24540 \family default
24541
24542 \begin_inset space ~
24543 \end_inset
24544
24545
24546 \family sans
24547 verwenden
24548 \family default
24549  angekreuzt sein.
24550 \end_layout
24551
24552 \begin_layout Section
24553 Gleitobjekt-Nummerierung
24554 \begin_inset Index idx
24555 status collapsed
24556
24557 \begin_layout Plain Layout
24558 Gleitobjekte ! Nummerierung
24559 \end_layout
24560
24561 \end_inset
24562
24563
24564 \end_layout
24565
24566 \begin_layout Standard
24567 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24568  nummeriert oder nach dem Schema 
24569 \begin_inset Quotes gld
24570 \end_inset
24571
24572 Kapitelnummer.Gleitobjektnummer
24573 \begin_inset Quotes grd
24574 \end_inset
24575
24576  oder 
24577 \begin_inset Quotes gld
24578 \end_inset
24579
24580 Abschnittsnummer.Gleitobjektnummer
24581 \begin_inset Quotes grd
24582 \end_inset
24583
24584 .
24585  Das hängt von der Dokumentklasse ab.
24586 \end_layout
24587
24588 \begin_layout Standard
24589 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24590  in den LaTeX-Vorspann einfügen:
24591 \end_layout
24592
24593 \begin_layout Standard
24594
24595 \series bold
24596
24597 \backslash
24598 renewcommand{
24599 \backslash
24600 thetable}{
24601 \backslash
24602 roman{table}}
24603 \end_layout
24604
24605 \begin_layout Standard
24606
24607 \series bold
24608
24609 \backslash
24610 thetable
24611 \series default
24612  ist der Befehl, der die Tabellennummer druckt.
24613  Für Abbildungen ist das 
24614 \series bold
24615
24616 \backslash
24617 thefigure
24618 \series default
24619 .
24620  Der Befehl 
24621 \series bold
24622
24623 \backslash
24624 roman
24625 \series default
24626  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24627 \end_layout
24628
24629 \begin_layout Standard
24630 Um das Nummerierungsschema zum Beispiel auf 
24631 \begin_inset Quotes gld
24632 \end_inset
24633
24634 Unterabschnittsnummer.Num\SpecialChar \-
24635 mer
24636 \begin_inset Quotes grd
24637 \end_inset
24638
24639  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
24640 \end_layout
24641
24642 \begin_layout Standard
24643
24644 \series bold
24645
24646 \backslash
24647 numberwithin{table}{subsection}
24648 \end_layout
24649
24650 \begin_layout Standard
24651 Um den Befehl 
24652 \series bold
24653
24654 \backslash
24655 numberwithin
24656 \series default
24657  benutzen zu können, müssen Sie in den 
24658 \family sans
24659 Mathe
24660 \begin_inset space ~
24661 \end_inset
24662
24663 Optionen
24664 \family default
24665  der 
24666 \family sans
24667 Dokument-Einstellungen
24668 \family default
24669  
24670 \family sans
24671 AMS
24672 \begin_inset space ~
24673 \end_inset
24674
24675 Mathe
24676 \begin_inset space ~
24677 \end_inset
24678
24679 Paket
24680 \family default
24681
24682 \begin_inset space ~
24683 \end_inset
24684
24685
24686 \family sans
24687 verwenden
24688 \family default
24689  ankreuzen.
24690 \end_layout
24691
24692 \begin_layout Standard
24693 Sehen Sie sich bitte auch Abschnitt
24694 \begin_inset space ~
24695 \end_inset
24696
24697
24698 \begin_inset CommandInset ref
24699 LatexCommand ref
24700 reference "uab:Fußnoten-Nummerierung"
24701
24702 \end_inset
24703
24704  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24705 \end_layout
24706
24707 \begin_layout Section
24708 Auf Gleitobjekte verweisen
24709 \begin_inset CommandInset label
24710 LatexCommand label
24711 name "abs:Auf-Gleitobjekte-verweisen"
24712
24713 \end_inset
24714
24715
24716 \begin_inset Index idx
24717 status collapsed
24718
24719 \begin_layout Plain Layout
24720 Gleitobjekte ! Querverweise
24721 \end_layout
24722
24723 \end_inset
24724
24725
24726 \begin_inset Index idx
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730 Querverweise ! auf Gleitobjekte
24731 \end_layout
24732
24733 \end_inset
24734
24735
24736 \end_layout
24737
24738 \begin_layout Standard
24739 Zunächst müssen Sie mit 
24740 \family sans
24741 Einfügen\SpecialChar \menuseparator
24742 Marke
24743 \family default
24744  oder einen Klick auf 
24745 \begin_inset Info
24746 type  "icon"
24747 arg   "label-insert"
24748 \end_inset
24749
24750  eine Marke im Titel einfügen.
24751  Im 
24752 \family sans
24753 Marke
24754 \family default
24755 -Dialog schreiben Sie einen Text in das Feld 
24756 \family sans
24757 Marke
24758 \family default
24759  oder übernehmen den vorgeschlagenen.
24760  Die Marke sieht in LyX dann so aus:
24761 \end_layout
24762
24763 \begin_layout Standard
24764 \begin_inset Graphics
24765         filename clipart/Marke.png
24766         lyxscale 80
24767         scale 50
24768         scaleBeforeRotation
24769
24770 \end_inset
24771
24772
24773 \end_layout
24774
24775 \begin_layout Standard
24776 Die Marke wird als Anker und Name für den Querverweis benutzt.
24777  Mit 
24778 \family sans
24779 Einfügen\SpecialChar \menuseparator
24780 Querverweis
24781 \family default
24782  oder einen Klick auf 
24783 \begin_inset Info
24784 type  "icon"
24785 arg   "dialog-show-new-inset ref"
24786 \end_inset
24787
24788  können Sie dann auf die Marke verweisen.
24789  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
24790  angezeigt:
24791 \end_layout
24792
24793 \begin_layout Standard
24794 \begin_inset Graphics
24795         filename clipart/Querverweis.png
24796         lyxscale 80
24797         scale 50
24798         scaleBeforeRotation
24799
24800 \end_inset
24801
24802
24803 \begin_inset Newline newline
24804 \end_inset
24805
24806  Mehr zu Querverweisen finden Sie im 
24807 \emph on
24808 Benutzerhandbuch
24809 \emph default
24810 .
24811 \end_layout
24812
24813 \begin_layout Standard
24814 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24815  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24816  durch einen Zeilenumbruch getrennt werden können.
24817 \end_layout
24818
24819 \begin_layout Standard
24820 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24821  LyX passt die Querverweise automatisch an.
24822 \end_layout
24823
24824 \begin_layout Standard
24825 Ein Klick auf den Schalter 
24826 \family sans
24827 Gehe
24828 \begin_inset space ~
24829 \end_inset
24830
24831 zur
24832 \begin_inset space ~
24833 \end_inset
24834
24835 Marke
24836 \family default
24837  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24838  Der Text der Schaltfläche heißt jetzt 
24839 \family sans
24840 Gehe
24841 \begin_inset space ~
24842 \end_inset
24843
24844 zurück
24845 \family default
24846  und ein Klick darauf macht genau dies.
24847 \end_layout
24848
24849 \begin_layout Subsection
24850 Querverweis-Formate
24851 \begin_inset CommandInset label
24852 LatexCommand label
24853 name "uab:Querverweis-Formate"
24854
24855 \end_inset
24856
24857
24858 \begin_inset Index idx
24859 status collapsed
24860
24861 \begin_layout Plain Layout
24862 Querverweise ! Formate
24863 \end_layout
24864
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \begin_layout Standard
24871 Es gibt sechs verschiedene Querverweisstile:
24872 \end_layout
24873
24874 \begin_layout Description
24875 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24876  
24877 \begin_inset CommandInset ref
24878 LatexCommand ref
24879 reference "abb:Zwei-Teilabbildungen"
24880
24881 \end_inset
24882
24883
24884 \end_layout
24885
24886 \begin_layout Description
24887 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24888  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24889  verwendet wird, speziell wenn der Name 
24890 \begin_inset Quotes gld
24891 \end_inset
24892
24893 Gleichung
24894 \begin_inset Quotes grd
24895 \end_inset
24896
24897  weggelassen wird: 
24898 \begin_inset CommandInset ref
24899 LatexCommand eqref
24900 reference "eq:Wgn"
24901
24902 \end_inset
24903
24904
24905 \end_layout
24906
24907 \begin_layout Description
24908 <Seite>: druckt die Seitennummer: Seite
24909 \begin_inset space ~
24910 \end_inset
24911
24912
24913 \begin_inset CommandInset ref
24914 LatexCommand pageref
24915 reference "abb:Zwei-Teilabbildungen"
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \begin_layout Description
24923 auf
24924 \begin_inset space ~
24925 \end_inset
24926
24927 Seite
24928 \begin_inset space ~
24929 \end_inset
24930
24931 <Seite>: druckt den Text 
24932 \begin_inset Quotes gld
24933 \end_inset
24934
24935 auf Seite
24936 \begin_inset Quotes grd
24937 \end_inset
24938
24939  und die Seitennummer: 
24940 \begin_inset CommandInset ref
24941 LatexCommand vpageref
24942 reference "abb:Zwei-Teilabbildungen"
24943
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \begin_layout Description
24950 <Querverweis>
24951 \begin_inset space ~
24952 \end_inset
24953
24954 auf
24955 \begin_inset space ~
24956 \end_inset
24957
24958 Seite
24959 \begin_inset space ~
24960 \end_inset
24961
24962 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
24963 \begin_inset Quotes gld
24964 \end_inset
24965
24966 auf Seite
24967 \begin_inset Quotes grd
24968 \end_inset
24969
24970 , und die Seitennummer: 
24971 \begin_inset CommandInset ref
24972 LatexCommand vref
24973 reference "abb:Zwei-Teilabbildungen"
24974
24975 \end_inset
24976
24977
24978 \end_layout
24979
24980 \begin_layout Description
24981 Formatierter
24982 \begin_inset space ~
24983 \end_inset
24984
24985 Querverweis: druckt ein selbst definiertes Querverweisformat
24986 \begin_inset Newline newline
24987 \end_inset
24988
24989
24990 \begin_inset Note Greyedout
24991 status open
24992
24993 \begin_layout Plain Layout
24994
24995 \series bold
24996 Bemerkung:
24997 \series default
24998  Dies ist nur möglich, wenn das LaTeX-Paket 
24999 \series bold
25000 prettyref
25001 \series default
25002  oder 
25003 \series bold
25004 refstyle
25005 \series default
25006
25007 \begin_inset Index idx
25008 status collapsed
25009
25010 \begin_layout Plain Layout
25011 LaTeX-Pakete ! prettyref
25012 \end_layout
25013
25014 \end_inset
25015
25016
25017 \begin_inset Index idx
25018 status collapsed
25019
25020 \begin_layout Plain Layout
25021 LaTeX-Pakete ! refstyle
25022 \end_layout
25023
25024 \end_inset
25025
25026  installiert ist.
25027 \end_layout
25028
25029 \end_inset
25030
25031
25032 \begin_inset Newline newline
25033 \end_inset
25034
25035 Sie können duch setzen der Option 
25036 \family sans
25037 Verwende refstyle (nicht prettyref) für Querverweise
25038 \family default
25039  im Menü 
25040 \family sans
25041 Dokument\SpecialChar \menuseparator
25042 Einstellungen\SpecialChar \menuseparator
25043 Dokumentklasse
25044 \family default
25045  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
25046  Das Format wird definiert, indem man den Befehl 
25047 \series bold
25048
25049 \backslash
25050 newrefformat
25051 \series default
25052  (prettyref) oder 
25053 \series bold
25054
25055 \backslash
25056 newref
25057 \series default
25058  (refstyle) in den LaTeX-Vorspann einfügt.
25059  Z.
25060 \begin_inset space \thinspace{}
25061 \end_inset
25062
25063 B.
25064  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25065  
25066 \begin_inset Quotes eld
25067 \end_inset
25068
25069
25070 \family sans
25071 abb
25072 \family default
25073
25074 \begin_inset Quotes erd
25075 \end_inset
25076
25077 ) mit dem Befehle
25078 \begin_inset Newline newline
25079 \end_inset
25080
25081
25082 \series bold
25083
25084 \backslash
25085 newref{abb}{refcmd={Bild auf Seite 
25086 \backslash
25087 pageref{#1}}}
25088 \series default
25089
25090 \begin_inset Newline newline
25091 \end_inset
25092
25093 geändert werden.
25094  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25095 en verwiesen, 
25096 \begin_inset CommandInset citation
25097 LatexCommand cite
25098 key "prettyref,refstyle"
25099
25100 \end_inset
25101
25102 .
25103 \end_layout
25104
25105 \begin_layout Description
25106 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25107 \begin_inset CommandInset ref
25108 LatexCommand nameref
25109 reference "abb:Zwei-Teilabbildungen"
25110
25111 \end_inset
25112
25113
25114 \end_layout
25115
25116 \begin_layout Standard
25117
25118 \family sans
25119 <Seite>
25120 \family default
25121  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25122  vorherigen, der selben oder der nächsten Seite befindet.
25123  Stattdessen wird z.
25124 \begin_inset space \thinspace{}
25125 \end_inset
25126
25127 B.
25128  der Text 
25129 \begin_inset Quotes gld
25130 \end_inset
25131
25132
25133 \family sans
25134 auf dieser Seite
25135 \family default
25136
25137 \begin_inset Quotes grd
25138 \end_inset
25139
25140  gedruckt.
25141  Der Stil 
25142 \family sans
25143 <Querverweis>
25144 \begin_inset space ~
25145 \end_inset
25146
25147 auf
25148 \begin_inset space ~
25149 \end_inset
25150
25151 Seite
25152 \begin_inset space ~
25153 \end_inset
25154
25155 <Seite>
25156 \family default
25157  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25158  Seite ist.
25159 \end_layout
25160
25161 \begin_layout Standard
25162 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25163  automatisch von LaTeX berechnet.
25164  Die Stile können im Feld 
25165 \family sans
25166 Format
25167 \family default
25168  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25169  einen Querverweis klicken.
25170 \end_layout
25171
25172 \begin_layout Standard
25173 \begin_inset Note Greyedout
25174 status open
25175
25176 \begin_layout Plain Layout
25177
25178 \series bold
25179 Bemerkung:
25180 \series default
25181  Es wird empfohlen, das LaTeX-Paket 
25182 \series bold
25183 refstyle
25184 \series default
25185
25186 \begin_inset Index idx
25187 status collapsed
25188
25189 \begin_layout Plain Layout
25190 LaTeX-Pakete ! refstyle
25191 \end_layout
25192
25193 \end_inset
25194
25195  zu verwenden, da 
25196 \series bold
25197 prettyref
25198 \series default
25199
25200 \begin_inset Index idx
25201 status collapsed
25202
25203 \begin_layout Plain Layout
25204 LaTeX-Pakete ! prettyref
25205 \end_layout
25206
25207 \end_inset
25208
25209  nicht alle möglichen LyX Marken-Kürzel
25210 \begin_inset Foot
25211 status collapsed
25212
25213 \begin_layout Plain Layout
25214  
25215 \begin_inset Quotes gld
25216 \end_inset
25217
25218 abb:
25219 \begin_inset Quotes grd
25220 \end_inset
25221
25222  ist z.
25223 \begin_inset space \thinspace{}
25224 \end_inset
25225
25226 B.
25227  LyXs Kürzel für Marken in Bildbeschriftungen.
25228 \end_layout
25229
25230 \end_inset
25231
25232  kennt und auch nicht internationalisiert ist.
25233 \end_layout
25234
25235 \end_inset
25236
25237
25238 \end_layout
25239
25240 \begin_layout Subsection
25241 Automatische Querverweisnamen
25242 \begin_inset Index idx
25243 status collapsed
25244
25245 \begin_layout Plain Layout
25246 Querverweise ! Automatische Namen 
25247 \end_layout
25248
25249 \end_inset
25250
25251
25252 \end_layout
25253
25254 \begin_layout Standard
25255 Das LaTeX-Paket 
25256 \series bold
25257 hyperref
25258 \series default
25259
25260 \begin_inset Index idx
25261 status collapsed
25262
25263 \begin_layout Plain Layout
25264 LaTeX-Pakete ! hyperref
25265 \end_layout
25266
25267 \end_inset
25268
25269 , das in den
25270 \family sans
25271  PDF-Eigenschaften
25272 \family default
25273  im 
25274 \family sans
25275 Dokument-Einstellungen
25276 \family default
25277  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25278  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25279  wie 
25280 \emph on
25281 Abschnitt
25282 \emph default
25283 ).
25284  Sie müssen damit z.
25285 \begin_inset space \thinspace{}
25286 \end_inset
25287
25288 B.
25289  nicht mehr den Namen 
25290 \begin_inset Quotes gld
25291 \end_inset
25292
25293 Abbildung
25294 \begin_inset Quotes grd
25295 \end_inset
25296
25297  vor jeden Querverweis auf eine Abbildung schreiben.
25298  Um diese Funktion benutzen zu können, aktivieren Sie 
25299 \series bold
25300 hyperref
25301 \series default
25302  und fügen diese Zeile in den LaTeX-Vorspann ein:
25303 \end_layout
25304
25305 \begin_layout Standard
25306
25307 \series bold
25308
25309 \backslash
25310 AtBeginDocument{
25311 \backslash
25312 renewcommand{
25313 \backslash
25314 ref}[1]{
25315 \backslash
25316 mbox{
25317 \backslash
25318 autoref{#1}}}}
25319 \end_layout
25320
25321 \begin_layout Standard
25322 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25323 \begin_inset space \thinspace{}
25324 \end_inset
25325
25326 B.
25327  statt 
25328 \begin_inset Quotes gld
25329 \end_inset
25330
25331 Abschnitt
25332 \begin_inset Quotes grd
25333 \end_inset
25334
25335  den Namen 
25336 \begin_inset Quotes gld
25337 \end_inset
25338
25339 Kap.
25340 \begin_inset space \thinspace{}
25341 \end_inset
25342
25343
25344 \begin_inset Quotes grd
25345 \end_inset
25346
25347 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25348 \end_layout
25349
25350 \begin_layout Standard
25351
25352 \series bold
25353
25354 \backslash
25355 addto
25356 \backslash
25357 extrasngerman{
25358 \backslash
25359 renewcommand{
25360 \backslash
25361 sectionautorefname}
25362 \begin_inset Newline newline
25363 \end_inset
25364
25365
25366 \begin_inset Phantom HPhantom
25367 status open
25368
25369 \begin_layout Plain Layout
25370
25371 \series bold
25372 \begin_inset space ~
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \end_inset
25379
25380 {Kap.
25381 \backslash
25382 negthinspace}}
25383 \end_layout
25384
25385 \begin_layout Standard
25386 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25387 \begin_inset Newline newline
25388 \end_inset
25389
25390
25391 \series bold
25392
25393 \backslash
25394 extrasngerman
25395 \series default
25396  durch 
25397 \series bold
25398
25399 \backslash
25400 extras***
25401 \series default
25402 , wobei *** der Name der verwendeten Sprache ist.
25403 \end_layout
25404
25405 \begin_layout Standard
25406 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25407  z.
25408 \begin_inset space \thinspace{}
25409 \end_inset
25410
25411 B.
25412  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25413 \end_layout
25414
25415 \begin_layout Standard
25416
25417 \series bold
25418
25419 \backslash
25420 addto
25421 \backslash
25422 extrasngerman{
25423 \backslash
25424 renewcommand*{
25425 \backslash
25426 equationautorefname}[1]{}}
25427 \end_layout
25428
25429 \begin_layout Standard
25430 Mehr über dieses Thema finden Sie in der 
25431 \series bold
25432 hyperref
25433 \series default
25434 -Dokumentation 
25435 \begin_inset CommandInset citation
25436 LatexCommand cite
25437 key "hyperref"
25438
25439 \end_inset
25440
25441 .
25442 \end_layout
25443
25444 \begin_layout Standard
25445 \begin_inset Note Greyedout
25446 status open
25447
25448 \begin_layout Plain Layout
25449
25450 \series bold
25451 Bemerkung:
25452 \series default
25453  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25454  als Querverweisstil 
25455 \family sans
25456 Formatierter
25457 \begin_inset space ~
25458 \end_inset
25459
25460 Querverweis
25461 \family default
25462  benutzen, wie in Abschnitt
25463 \begin_inset space ~
25464 \end_inset
25465
25466
25467 \begin_inset CommandInset ref
25468 LatexCommand ref
25469 reference "uab:Querverweis-Formate"
25470
25471 \end_inset
25472
25473  beschrieben.
25474 \end_layout
25475
25476 \end_inset
25477
25478
25479 \end_layout
25480
25481 \begin_layout Standard
25482 Das 
25483 \emph on
25484 Mathe
25485 \emph default
25486  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25487 \end_layout
25488
25489 \begin_layout Subsection
25490 Querverweis-Position
25491 \begin_inset CommandInset label
25492 LatexCommand label
25493 name "uab:Querverweis-Position"
25494
25495 \end_inset
25496
25497
25498 \begin_inset Index idx
25499 status collapsed
25500
25501 \begin_layout Plain Layout
25502 Querverweise !  Position
25503 \end_layout
25504
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \begin_layout Standard
25511 Wenn Sie 
25512 \series bold
25513 hyperref
25514 \series default
25515
25516 \begin_inset Index idx
25517 status collapsed
25518
25519 \begin_layout Plain Layout
25520 LaTeX-Pakete ! hyperref
25521 \end_layout
25522
25523 \end_inset
25524
25525  in den
25526 \family sans
25527  PDF-Eigenschaften
25528 \family default
25529  im 
25530 \family sans
25531 Dokument-Einstellungen
25532 \family default
25533  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25534  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25535  und Sie werden das Bild ohne Scrollen nicht sehen.
25536  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25537  ist.
25538  Wenn Sie das  LaTeX-Paket 
25539 \series bold
25540 hypcap
25541 \series default
25542
25543 \begin_inset Index idx
25544 status collapsed
25545
25546 \begin_layout Plain Layout
25547 LaTeX-Pakete ! hypcap
25548 \end_layout
25549
25550 \end_inset
25551
25552 , das Teil des LaTeX-Pakets 
25553 \series bold
25554 oberdiek
25555 \series default
25556
25557 \begin_inset Index idx
25558 status collapsed
25559
25560 \begin_layout Plain Layout
25561 LaTeX-Pakete ! oberdiek
25562 \end_layout
25563
25564 \end_inset
25565
25566  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25567  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
25568 \series bold
25569 hypcap
25570 \series default
25571  zunächst in den LaTeX-Vorspann laden:
25572 \end_layout
25573
25574 \begin_layout Standard
25575
25576 \series bold
25577
25578 \backslash
25579 usepackage[figure]{hypcap}
25580 \end_layout
25581
25582 \begin_layout Standard
25583 Sie können 
25584 \series bold
25585 hypcap
25586 \series default
25587  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25588  nicht empfohlen.
25589  Weitere Informationen finden Sie im
25590 \series bold
25591  hypcap
25592 \series default
25593 -Handbuch 
25594 \begin_inset CommandInset citation
25595 LatexCommand cite
25596 key "hypcap"
25597
25598 \end_inset
25599
25600 .
25601 \end_layout
25602
25603 \begin_layout Standard
25604 \begin_inset Note Greyedout
25605 status open
25606
25607 \begin_layout Plain Layout
25608
25609 \series bold
25610 Bemerkung:
25611 \series default
25612  
25613 \series bold
25614 hypcap
25615 \series medium
25616  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25617 \end_layout
25618
25619 \end_inset
25620
25621
25622 \end_layout
25623
25624 \begin_layout Section
25625 Gleitobjekt-Platzierung
25626 \begin_inset CommandInset label
25627 LatexCommand label
25628 name "abs:Gleitobjekt-Platzierung"
25629
25630 \end_inset
25631
25632
25633 \begin_inset Index idx
25634 status collapsed
25635
25636 \begin_layout Plain Layout
25637 Gleitobjekte ! Platzierung
25638 \end_layout
25639
25640 \end_inset
25641
25642
25643 \end_layout
25644
25645 \begin_layout Standard
25646 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25647 \family sans
25648 Einstellungen 
25649 \family default
25650 öffnet einen Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzieru
25651 ng ändern können.
25652 \begin_inset Newline newline
25653 \end_inset
25654
25655 Die Option 
25656 \family sans
25657 Spalten
25658 \begin_inset space ~
25659 \end_inset
25660
25661 überspannen
25662 \family default
25663  ist nur bei zweispaltigen Dokumenten sinnvoll.
25664  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25665 \begin_inset Newline newline
25666 \end_inset
25667
25668 Die Option 
25669 \family sans
25670 Seitwärts
25671 \begin_inset space ~
25672 \end_inset
25673
25674 drehen
25675 \family default
25676  ist in Abschnitt 
25677 \begin_inset CommandInset ref
25678 LatexCommand ref
25679 reference "abs:Gedrehte-Gleitobjekte"
25680
25681 \end_inset
25682
25683  beschrieben.
25684 \end_layout
25685
25686 \begin_layout Standard
25687 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25688  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25689  Sie die Option 
25690 \family sans
25691 Standard-Platzierung
25692 \begin_inset space ~
25693 \end_inset
25694
25695 verwenden
25696 \family default
25697  nicht verwenden:
25698 \end_layout
25699
25700 \begin_layout Description
25701 Hier
25702 \begin_inset space ~
25703 \end_inset
25704
25705 wenn
25706 \begin_inset space ~
25707 \end_inset
25708
25709 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25710 \end_layout
25711
25712 \begin_layout Description
25713 Anfang
25714 \begin_inset space ~
25715 \end_inset
25716
25717 der
25718 \begin_inset space ~
25719 \end_inset
25720
25721 Seite
25722 \family sans
25723  
25724 \family default
25725 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25726  Gleitobjekte, die maximal 70
25727 \begin_inset space \thinspace{}
25728 \end_inset
25729
25730 % einer Seite benötigen, dürfen oben platziert werden.
25731  Dies kann durch die Variable 
25732 \series bold
25733
25734 \backslash
25735 topfraction
25736 \series default
25737  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
25738 \end_layout
25739
25740 \begin_deeper
25741 \begin_layout Standard
25742
25743 \series bold
25744
25745 \backslash
25746 renewcommand{
25747 \backslash
25748 topfraction}{0.9}
25749 \family typewriter
25750 \series default
25751  
25752 \end_layout
25753
25754 \end_deeper
25755 \begin_layout Description
25756 Ende
25757 \begin_inset space ~
25758 \end_inset
25759
25760 der
25761 \begin_inset space ~
25762 \end_inset
25763
25764 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25765  Gleitobjekte, die maximal 30
25766 \begin_inset space \thinspace{}
25767 \end_inset
25768
25769 % einer Seite benötigen, dürfen unten platziert werden.
25770  Dies kann durch die Variable 
25771 \series bold
25772
25773 \backslash
25774 bottomfraction
25775 \series default
25776  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
25777 \end_layout
25778
25779 \begin_deeper
25780 \begin_layout Standard
25781
25782 \series bold
25783
25784 \backslash
25785 renewcommand{
25786 \backslash
25787 bottomfraction}{0.5}
25788 \end_layout
25789
25790 \begin_layout Standard
25791 die oftmals zu kleine untere Grenze auf 50
25792 \begin_inset space \thinspace{}
25793 \end_inset
25794
25795 %.
25796 \end_layout
25797
25798 \end_deeper
25799 \begin_layout Description
25800 Seite
25801 \begin_inset space ~
25802 \end_inset
25803
25804 mit
25805 \begin_inset space ~
25806 \end_inset
25807
25808 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25809  Nur wenn mehr als 50
25810 \begin_inset space \thinspace{}
25811 \end_inset
25812
25813 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25814  Gleitobjekte bereitgestellt.
25815  Dies kann durch die Variable 
25816 \series bold
25817
25818 \backslash
25819 floatpagefraction 
25820 \series default
25821 im LaTeX-Vorspann überschrieben werden.
25822 \end_layout
25823
25824 \begin_layout Standard
25825 Die Reihenfolge der obigen Optionen wird 
25826 \emph on
25827 immer
25828 \emph default
25829  von LaTeX verwendet.
25830  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
25831  versuchen 
25832 \family sans
25833 Hier
25834 \begin_inset space \space{}
25835 \end_inset
25836
25837 wenn
25838 \begin_inset space \space{}
25839 \end_inset
25840
25841 möglich
25842 \family default
25843 , dann 
25844 \family sans
25845 Anfang
25846 \begin_inset space ~
25847 \end_inset
25848
25849 der
25850 \begin_inset space ~
25851 \end_inset
25852
25853 Seite
25854 \family default
25855  und dann die anderen Optionen anzuwenden.
25856  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
25857  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
25858  Reihenfolge.
25859  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25860 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25861 \end_layout
25862
25863 \begin_layout Standard
25864 Die Option 
25865 \family sans
25866 Hier,
25867 \begin_inset space ~
25868 \end_inset
25869
25870 auf
25871 \begin_inset space ~
25872 \end_inset
25873
25874 jeden
25875 \begin_inset space ~
25876 \end_inset
25877
25878 Fall
25879 \family default
25880  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25881  fast druckreif ist.
25882  Denn mit der Option kann das Objekt nicht mehr 
25883 \emph on
25884 gleiten
25885 \emph default
25886 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25887  oftmals zerstört.
25888 \end_layout
25889
25890 \begin_layout Standard
25891 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25892  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25893 \begin_inset VSpace bigskip
25894 \end_inset
25895
25896
25897 \end_layout
25898
25899 \begin_layout Standard
25900 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25901 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25902  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25903  Das kann mit dem LaTeX-Befehl
25904 \series bold
25905  
25906 \backslash
25907 suppressfloats
25908 \series default
25909  verhindert werden.
25910  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25911  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25912  gesetzt wird.
25913  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
25914 \end_layout
25915
25916 \begin_layout Standard
25917
25918 \series bold
25919
25920 \backslash
25921 let
25922 \backslash
25923 meinAbschnitt
25924 \backslash
25925 section
25926 \begin_inset Newline newline
25927 \end_inset
25928
25929
25930 \backslash
25931 renewcommand{
25932 \backslash
25933 section}{
25934 \backslash
25935 suppressfloats[t]
25936 \backslash
25937 meinAbschnitt}
25938 \end_layout
25939
25940 \begin_layout Standard
25941 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
25942  Unterabschnitten festlegen.
25943  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
25944  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
25945 \end_layout
25946
25947 \begin_layout Standard
25948 Es gibt auch noch das LaTeX-Paket 
25949 \series bold
25950 flafter
25951 \series default
25952
25953 \begin_inset Index idx
25954 status collapsed
25955
25956 \begin_layout Plain Layout
25957 LaTeX-Pakete ! flafter
25958 \end_layout
25959
25960 \end_inset
25961
25962  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
25963  gedruckt wird.
25964 \end_layout
25965
25966 \begin_layout Standard
25967 \begin_inset VSpace bigskip
25968 \end_inset
25969
25970 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
25971  Dafür gibt es das LaTeX-Paket 
25972 \series bold
25973 endfloat
25974 \series default
25975
25976 \begin_inset Index idx
25977 status collapsed
25978
25979 \begin_layout Plain Layout
25980 LaTeX-Pakete ! endfloat
25981 \end_layout
25982
25983 \end_inset
25984
25985 .
25986  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
25987  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
25988  
25989 \family sans
25990
25991 \begin_inset Quotes gld
25992 \end_inset
25993
25994 [Abbildung
25995 \begin_inset space ~
25996 \end_inset
25997
25998 3.2 ist ungefähr hier.]
25999 \family default
26000
26001 \begin_inset Quotes grd
26002 \end_inset
26003
26004  finden.
26005  Das 
26006 \series bold
26007 endfloat
26008 \series default
26009 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
26010 \end_layout
26011
26012 \begin_layout Standard
26013
26014 \series bold
26015
26016 \backslash
26017 usepackage[Optionen]{endfloat}
26018 \end_layout
26019
26020 \begin_layout Standard
26021 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26022  Tabellen-Abschnitte, die Sie in der 
26023 \series bold
26024 endfloat
26025 \series default
26026 -Dokumentation 
26027 \begin_inset CommandInset citation
26028 LatexCommand cite
26029 key "endfloat"
26030
26031 \end_inset
26032
26033  nachlesen können.
26034 \begin_inset Newline newline
26035 \end_inset
26036
26037
26038 \begin_inset Note Greyedout
26039 status open
26040
26041 \begin_layout Plain Layout
26042
26043 \series bold
26044 Bemerkung
26045 \begin_inset space ~
26046 \end_inset
26047
26048 1: endfloat
26049 \series default
26050  übersetzt den Hinweistext nicht automatisch.
26051  Abschnitt
26052 \begin_inset space ~
26053 \end_inset
26054
26055 4 in 
26056 \begin_inset CommandInset citation
26057 LatexCommand cite
26058 key "endfloat"
26059
26060 \end_inset
26061
26062  beschreibt, wie es geht.
26063 \end_layout
26064
26065 \end_inset
26066
26067
26068 \end_layout
26069
26070 \begin_layout Standard
26071 \begin_inset Note Greyedout
26072 status open
26073
26074 \begin_layout Plain Layout
26075
26076 \series bold
26077 Bemerkung
26078 \begin_inset space ~
26079 \end_inset
26080
26081 2: 
26082 \series default
26083 Die aktuelle Version von 
26084 \series bold
26085 endfloat
26086 \series default
26087  hat einen Fehler, wenn die Überschrift ein 
26088 \begin_inset Quotes gld
26089 \end_inset
26090
26091 ß
26092 \begin_inset Quotes grd
26093 \end_inset
26094
26095  enthält.
26096  Sie müssen stattdessen den Befehl 
26097 \series bold
26098
26099 \backslash
26100 ss
26101 \series default
26102  als TeX-Code benutzen.
26103 \end_layout
26104
26105 \end_inset
26106
26107
26108 \end_layout
26109
26110 \begin_layout Standard
26111 \begin_inset VSpace bigskip
26112 \end_inset
26113
26114 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
26115  wie 
26116 \begin_inset CommandInset citation
26117 LatexCommand cite
26118 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26119
26120 \end_inset
26121
26122 .
26123 \end_layout
26124
26125 \begin_layout Section
26126 Gedrehte Gleitobjekte
26127 \begin_inset CommandInset label
26128 LatexCommand label
26129 name "abs:Gedrehte-Gleitobjekte"
26130
26131 \end_inset
26132
26133
26134 \begin_inset Index idx
26135 status collapsed
26136
26137 \begin_layout Plain Layout
26138 Gleitobjekte ! drehen
26139 \end_layout
26140
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \begin_layout Standard
26147 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26148 t drehen.
26149  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26150  und die Option 
26151 \family sans
26152 Seitwärts
26153 \begin_inset space ~
26154 \end_inset
26155
26156 drehen
26157 \family default
26158  wählen.
26159 \end_layout
26160
26161 \begin_layout Standard
26162 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26163  sie ein mehrspaltiges Dokument haben) gedruckt.
26164  Sie können mehrere Spalten überspannen, wenn die Option 
26165 \family sans
26166 Spalten
26167 \begin_inset space ~
26168 \end_inset
26169
26170 überspannen
26171 \family default
26172  in den Gleitobjekt Einstellungen gewählt ist.
26173  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26174  werden können.
26175  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26176  Option 
26177 \series bold
26178 figuresleft
26179 \series default
26180  oder 
26181 \series bold
26182 figuresright
26183 \series default
26184  zu den Dokumentklassen-Optionen hinzu.
26185 \end_layout
26186
26187 \begin_layout Standard
26188 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26189  Tabelle
26190 \begin_inset space ~
26191 \end_inset
26192
26193
26194 \begin_inset CommandInset ref
26195 LatexCommand ref
26196 reference "tab:Gedrehte-Tabelle"
26197
26198 \end_inset
26199
26200  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26201 \end_layout
26202
26203 \begin_layout Standard
26204 \begin_inset Note Greyedout
26205 status open
26206
26207 \begin_layout Plain Layout
26208
26209 \series bold
26210 Bemerkung:
26211 \series default
26212  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \begin_layout Standard
26221 \begin_inset Float table
26222 wide false
26223 sideways true
26224 status open
26225
26226 \begin_layout Plain Layout
26227 \begin_inset Caption Standard
26228
26229 \begin_layout Plain Layout
26230 \begin_inset CommandInset label
26231 LatexCommand label
26232 name "tab:Gedrehte-Tabelle"
26233
26234 \end_inset
26235
26236 Gedrehte Tabelle
26237 \end_layout
26238
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \begin_layout Plain Layout
26245 \align center
26246 \begin_inset Tabular
26247 <lyxtabular version="3" rows="1" columns="5">
26248 <features rotate="0" tabularvalignment="middle">
26249 <column alignment="center" valignment="top">
26250 <column alignment="center" valignment="top">
26251 <column alignment="center" valignment="top">
26252 <column alignment="center" valignment="top">
26253 <column alignment="center" valignment="top">
26254 <row>
26255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259 Test
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 b
26269 \end_layout
26270
26271 \end_inset
26272 </cell>
26273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Plain Layout
26277 c
26278 \end_layout
26279
26280 \end_inset
26281 </cell>
26282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26283 \begin_inset Text
26284
26285 \begin_layout Plain Layout
26286 d
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 e
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 </row>
26301 </lyxtabular>
26302
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \end_inset
26309
26310
26311 \end_layout
26312
26313 \begin_layout Section
26314 Untergleitobjekte
26315 \begin_inset Index idx
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319 Gleitobjekte ! Untergleitobjekte
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \begin_layout Standard
26328 Untergleitobjekte werden z.
26329 \begin_inset space \thinspace{}
26330 \end_inset
26331
26332 B.
26333  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26334  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26335  eingefügt wird.
26336  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26337  in Tabelle
26338 \begin_inset space ~
26339 \end_inset
26340
26341
26342 \begin_inset CommandInset ref
26343 LatexCommand ref
26344 reference "tab:Untertabellen-nebeneinander"
26345
26346 \end_inset
26347
26348  und 
26349 \begin_inset CommandInset ref
26350 LatexCommand ref
26351 reference "tab:Untertabellen-übereinander"
26352
26353 \end_inset
26354
26355 .
26356 \end_layout
26357
26358 \begin_layout Standard
26359 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26360 \begin_inset space ~
26361 \end_inset
26362
26363
26364 \begin_inset CommandInset ref
26365 LatexCommand ref
26366 reference "tab:Untertabelle-a"
26367
26368 \end_inset
26369
26370  und 
26371 \begin_inset CommandInset ref
26372 LatexCommand ref
26373 reference "tab:Untertabelle-b"
26374
26375 \end_inset
26376
26377  sind Untertabellen von Tabelle
26378 \begin_inset space ~
26379 \end_inset
26380
26381
26382 \begin_inset CommandInset ref
26383 LatexCommand ref
26384 reference "tab:Untertabellen-nebeneinander"
26385
26386 \end_inset
26387
26388 .
26389 \end_layout
26390
26391 \begin_layout Standard
26392 \begin_inset Float table
26393 wide false
26394 sideways false
26395 status open
26396
26397 \begin_layout Plain Layout
26398 \begin_inset Caption Standard
26399
26400 \begin_layout Plain Layout
26401 \begin_inset CommandInset label
26402 LatexCommand label
26403 name "tab:Untertabellen-nebeneinander"
26404
26405 \end_inset
26406
26407 Zwei Untertabellen nebeneinander.
26408 \end_layout
26409
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \begin_layout Plain Layout
26416 \align center
26417 \begin_inset space \hfill{}
26418 \end_inset
26419
26420
26421 \begin_inset Float table
26422 wide false
26423 sideways false
26424 status collapsed
26425
26426 \begin_layout Plain Layout
26427 \begin_inset Caption Standard
26428
26429 \begin_layout Plain Layout
26430 \begin_inset CommandInset label
26431 LatexCommand label
26432 name "tab:Untertabelle-a"
26433
26434 \end_inset
26435
26436 Dies ist Untertabelle a.
26437 \end_layout
26438
26439 \end_inset
26440
26441
26442 \end_layout
26443
26444 \begin_layout Plain Layout
26445 \align center
26446 \begin_inset Tabular
26447 <lyxtabular version="3" rows="1" columns="5">
26448 <features rotate="0" tabularvalignment="middle">
26449 <column alignment="center" valignment="top">
26450 <column alignment="center" valignment="top">
26451 <column alignment="center" valignment="top">
26452 <column alignment="center" valignment="top">
26453 <column alignment="center" valignment="top">
26454 <row>
26455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459 Test
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26465 \begin_inset Text
26466
26467 \begin_layout Plain Layout
26468 b
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Plain Layout
26477 c
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 d
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26492 \begin_inset Text
26493
26494 \begin_layout Plain Layout
26495 e
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 </row>
26501 </lyxtabular>
26502
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \end_inset
26509
26510
26511 \begin_inset space \hfill{}
26512 \end_inset
26513
26514
26515 \begin_inset Float table
26516 wide false
26517 sideways false
26518 status collapsed
26519
26520 \begin_layout Plain Layout
26521 \begin_inset Caption Standard
26522
26523 \begin_layout Plain Layout
26524 \begin_inset CommandInset label
26525 LatexCommand label
26526 name "tab:Untertabelle-b"
26527
26528 \end_inset
26529
26530 Dies ist Untertabelle b.
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \begin_layout Plain Layout
26539 \align center
26540 \begin_inset Tabular
26541 <lyxtabular version="3" rows="1" columns="5">
26542 <features rotate="0" tabularvalignment="middle">
26543 <column alignment="center" valignment="top">
26544 <column alignment="center" valignment="top">
26545 <column alignment="center" valignment="top">
26546 <column alignment="center" valignment="top">
26547 <column alignment="center" valignment="top">
26548 <row>
26549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26550 \begin_inset Text
26551
26552 \begin_layout Plain Layout
26553 e
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26559 \begin_inset Text
26560
26561 \begin_layout Plain Layout
26562 d
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Plain Layout
26571 c
26572 \end_layout
26573
26574 \end_inset
26575 </cell>
26576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Plain Layout
26580 b
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Plain Layout
26589 Test
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 </row>
26595 </lyxtabular>
26596
26597 \end_inset
26598
26599
26600 \end_layout
26601
26602 \end_inset
26603
26604
26605 \begin_inset space \hfill{}
26606 \end_inset
26607
26608
26609 \end_layout
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \begin_layout Standard
26617 \begin_inset Float table
26618 wide false
26619 sideways false
26620 status open
26621
26622 \begin_layout Plain Layout
26623 \begin_inset Caption Standard
26624
26625 \begin_layout Plain Layout
26626 \begin_inset CommandInset label
26627 LatexCommand label
26628 name "tab:Untertabellen-übereinander"
26629
26630 \end_inset
26631
26632 Zwei Untertabellen übereinander.
26633  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26634 \end_layout
26635
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \begin_layout Plain Layout
26642 \align center
26643 \begin_inset Float table
26644 wide false
26645 sideways false
26646 status collapsed
26647
26648 \begin_layout Plain Layout
26649 \begin_inset Caption Standard
26650
26651 \begin_layout Plain Layout
26652
26653 \end_layout
26654
26655 \end_inset
26656
26657
26658 \end_layout
26659
26660 \begin_layout Plain Layout
26661 \align center
26662 \begin_inset Tabular
26663 <lyxtabular version="3" rows="1" columns="4">
26664 <features rotate="0" tabularvalignment="middle">
26665 <column alignment="center" valignment="top">
26666 <column alignment="center" valignment="top">
26667 <column alignment="center" valignment="top">
26668 <column alignment="center" valignment="top">
26669 <row>
26670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Plain Layout
26674 Test
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26680 \begin_inset Text
26681
26682 \begin_layout Plain Layout
26683 Test
26684 \end_layout
26685
26686 \end_inset
26687 </cell>
26688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Plain Layout
26692 Test
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26698 \begin_inset Text
26699
26700 \begin_layout Plain Layout
26701 Test
26702 \end_layout
26703
26704 \end_inset
26705 </cell>
26706 </row>
26707 </lyxtabular>
26708
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \begin_layout Plain Layout
26720 \align center
26721 \begin_inset Float table
26722 wide false
26723 sideways false
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727 \begin_inset Caption Standard
26728
26729 \begin_layout Plain Layout
26730
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \begin_layout Plain Layout
26739 \align center
26740 \begin_inset Tabular
26741 <lyxtabular version="3" rows="1" columns="5">
26742 <features rotate="0" tabularvalignment="middle">
26743 <column alignment="center" valignment="top">
26744 <column alignment="center" valignment="top">
26745 <column alignment="center" valignment="top">
26746 <column alignment="center" valignment="top">
26747 <column alignment="center" valignment="top">
26748 <row>
26749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Plain Layout
26753 a
26754 \end_layout
26755
26756 \end_inset
26757 </cell>
26758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26759 \begin_inset Text
26760
26761 \begin_layout Plain Layout
26762 b
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26768 \begin_inset Text
26769
26770 \begin_layout Plain Layout
26771 c
26772 \end_layout
26773
26774 \end_inset
26775 </cell>
26776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26777 \begin_inset Text
26778
26779 \begin_layout Plain Layout
26780 d
26781 \end_layout
26782
26783 \end_inset
26784 </cell>
26785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26786 \begin_inset Text
26787
26788 \begin_layout Plain Layout
26789 e
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 </row>
26795 </lyxtabular>
26796
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \end_inset
26803
26804
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \begin_layout Section
26813 Gleitobjekte nebeneinander
26814 \begin_inset Index idx
26815 status collapsed
26816
26817 \begin_layout Plain Layout
26818 Gleitobjekte ! nebeneinander
26819 \end_layout
26820
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \begin_layout Standard
26827 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26828 \begin_inset space ~
26829 \end_inset
26830
26831
26832 \begin_inset CommandInset ref
26833 LatexCommand ref
26834 reference "abb:Gleitobjekt-links"
26835
26836 \end_inset
26837
26838  und 
26839 \begin_inset CommandInset ref
26840 LatexCommand ref
26841 reference "abb:Gleitobjekt-rechts"
26842
26843 \end_inset
26844
26845  wird nur 
26846 \emph on
26847 ein
26848 \emph default
26849  Gleitobjekt verwendet.
26850  In dieses werden zwei Minipage Boxen eingefügt.
26851 \begin_inset Foot
26852 status collapsed
26853
26854 \begin_layout Plain Layout
26855 Minipages sind in Abschnitt
26856 \begin_inset space ~
26857 \end_inset
26858
26859
26860 \begin_inset CommandInset ref
26861 LatexCommand ref
26862 reference "abs:Minipage"
26863
26864 \end_inset
26865
26866  erklärt.
26867 \end_layout
26868
26869 \end_inset
26870
26871  Die Breite wird für jede Minipage auf 45
26872 \begin_inset space \thinspace{}
26873 \end_inset
26874
26875 -50
26876 \begin_inset space \thinspace{}
26877 \end_inset
26878
26879 Spalten% und die Box Ausrichtung auf 
26880 \family sans
26881 Unten
26882 \family default
26883  gesetzt.
26884  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26885  Gleitobjekt.
26886  Der einzige Unterschied ist, dass die Bildeinheit 
26887 \family sans
26888 Spaltenbreite
26889 \begin_inset space ~
26890 \end_inset
26891
26892 %
26893 \family default
26894  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26895 \end_layout
26896
26897 \begin_layout Standard
26898 \begin_inset Float figure
26899 wide false
26900 sideways false
26901 status open
26902
26903 \begin_layout Plain Layout
26904 \begin_inset Box Frameless
26905 position "b"
26906 hor_pos "c"
26907 has_inner_box 1
26908 inner_pos "t"
26909 use_parbox 0
26910 use_makebox 0
26911 width "45col%"
26912 special "none"
26913 height "1in"
26914 height_special "totalheight"
26915 status open
26916
26917 \begin_layout Plain Layout
26918 \align center
26919 \begin_inset Graphics
26920         filename ../clipart/mobius.eps
26921         lyxscale 50
26922         width 100col%
26923         scaleBeforeRotation
26924
26925 \end_inset
26926
26927
26928 \end_layout
26929
26930 \begin_layout Plain Layout
26931 \begin_inset Caption Standard
26932
26933 \begin_layout Plain Layout
26934 \begin_inset CommandInset label
26935 LatexCommand label
26936 name "abb:Gleitobjekt-links"
26937
26938 \end_inset
26939
26940 Gleitobjekt auf der linken Seite.
26941 \end_layout
26942
26943 \end_inset
26944
26945
26946 \end_layout
26947
26948 \end_inset
26949
26950
26951 \begin_inset space \hfill{}
26952 \end_inset
26953
26954
26955 \begin_inset Box Frameless
26956 position "b"
26957 hor_pos "c"
26958 has_inner_box 1
26959 inner_pos "t"
26960 use_parbox 0
26961 use_makebox 0
26962 width "45col%"
26963 special "none"
26964 height "1in"
26965 height_special "totalheight"
26966 status open
26967
26968 \begin_layout Plain Layout
26969 \align center
26970 \begin_inset Graphics
26971         filename ../clipart/platypus.eps
26972         lyxscale 50
26973         width 100col%
26974         scaleBeforeRotation
26975
26976 \end_inset
26977
26978
26979 \end_layout
26980
26981 \begin_layout Plain Layout
26982 \begin_inset Caption Standard
26983
26984 \begin_layout Plain Layout
26985 \begin_inset CommandInset label
26986 LatexCommand label
26987 name "abb:Gleitobjekt-rechts"
26988
26989 \end_inset
26990
26991 Gleitobjekt auf der rechten Seite.
26992 \end_layout
26993
26994 \end_inset
26995
26996
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \begin_layout Section
27010 Beschriftungs-Formatierung
27011 \begin_inset CommandInset label
27012 LatexCommand label
27013 name "abs:Titel-Formatierung"
27014
27015 \end_inset
27016
27017
27018 \begin_inset Index idx
27019 status collapsed
27020
27021 \begin_layout Plain Layout
27022 Gleitobjekte ! Beschriftung ! Formatierung
27023 \end_layout
27024
27025 \end_inset
27026
27027
27028 \end_layout
27029
27030 \begin_layout Standard
27031
27032 \family sans
27033 Legende
27034 \family default
27035  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27036  In LyX sehen Titel so aus:  
27037 \family sans
27038
27039 \begin_inset Quotes gld
27040 \end_inset
27041
27042 Abbildung xyz:
27043 \family default
27044
27045 \begin_inset Quotes grd
27046 \end_inset
27047
27048 , gefolgt vom Beschriftungstext, wobei 
27049 \family sans
27050 xyz
27051 \family default
27052  die von LyX vergebene Nummer ist.
27053  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27054  gedruckt.
27055  Dies ist nicht immer brauchbar.
27056 \end_layout
27057
27058 \begin_layout Standard
27059 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
27060  
27061 \series bold
27062 caption
27063 \series default
27064
27065 \begin_inset Index idx
27066 status collapsed
27067
27068 \begin_layout Plain Layout
27069 LaTeX-Pakete ! caption
27070 \end_layout
27071
27072 \end_inset
27073
27074  in den LaTeX-Vorspann laden:
27075 \end_layout
27076
27077 \begin_layout Standard
27078
27079 \series bold
27080
27081 \backslash
27082 usepackage[Format-Definition]{caption}
27083 \end_layout
27084
27085 \begin_layout Standard
27086 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
27087  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
27088 \end_layout
27089
27090 \begin_layout Standard
27091
27092 \series bold
27093
27094 \backslash
27095 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27096 \end_layout
27097
27098 \begin_layout Standard
27099 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27100  definieren.
27101  Dazu laden Sie das 
27102 \series bold
27103 caption
27104 \series default
27105 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27106  dem Befehl
27107 \end_layout
27108
27109 \begin_layout Standard
27110
27111 \series bold
27112
27113 \backslash
27114 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27115 \end_layout
27116
27117 \begin_layout Standard
27118 Für Abbildung
27119 \begin_inset space ~
27120 \end_inset
27121
27122
27123 \begin_inset CommandInset ref
27124 LatexCommand ref
27125 reference "abb:Langer-Abb-Titel"
27126
27127 \end_inset
27128
27129  und Tabelle
27130 \begin_inset space ~
27131 \end_inset
27132
27133
27134 \begin_inset CommandInset ref
27135 LatexCommand ref
27136 reference "tab:Langer-Tab-Titel"
27137
27138 \end_inset
27139
27140  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
27141  werden:
27142 \end_layout
27143
27144 \begin_layout Standard
27145
27146 \series bold
27147
27148 \backslash
27149 usepackage[tableposition=top]{caption}
27150 \begin_inset Newline newline
27151 \end_inset
27152
27153
27154 \backslash
27155 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27156 \begin_inset Newline newline
27157 \end_inset
27158
27159
27160 \begin_inset Phantom HPhantom
27161 status open
27162
27163 \begin_layout Plain Layout
27164
27165 \series bold
27166
27167 \backslash
27168 captionsetup[figure]{
27169 \end_layout
27170
27171 \end_inset
27172
27173 labelsep=period}
27174 \begin_inset Newline newline
27175 \end_inset
27176
27177
27178 \backslash
27179 captionsetup[table]{labelfont={bf,sf}}
27180 \end_layout
27181
27182 \begin_layout Standard
27183 \begin_inset Note Greyedout
27184 status open
27185
27186 \begin_layout Plain Layout
27187
27188 \series bold
27189 Bemerkung:
27190 \series default
27191  Die Option 
27192 \series bold
27193 tableposition=top
27194 \series default
27195  hat keine Auswirkung, wenn eine 
27196 \series bold
27197 KOMA-Script
27198 \series default
27199
27200 \begin_inset Index idx
27201 status collapsed
27202
27203 \begin_layout Plain Layout
27204 LaTeX-Pakete ! KOMA-Script
27205 \end_layout
27206
27207 \end_inset
27208
27209 -Dokumentklasse verwendet wird.
27210  Hier muss die Option 
27211 \series bold
27212 captions=tableheading
27213 \series default
27214  benutzt werden.
27215 \end_layout
27216
27217 \end_inset
27218
27219
27220 \end_layout
27221
27222 \begin_layout Standard
27223 Weitere Informationen über das Paket
27224 \series bold
27225  caption
27226 \series default
27227  finden Sie in seiner Dokumentation 
27228 \begin_inset CommandInset citation
27229 LatexCommand cite
27230 key "caption"
27231
27232 \end_inset
27233
27234 .
27235 \end_layout
27236
27237 \begin_layout Standard
27238 Wenn Sie den Namen von 
27239 \begin_inset Quotes gld
27240 \end_inset
27241
27242 Abbildung
27243 \begin_inset Quotes grd
27244 \end_inset
27245
27246  auf 
27247 \begin_inset Quotes gld
27248 \end_inset
27249
27250 Bild
27251 \begin_inset Quotes grd
27252 \end_inset
27253
27254  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
27255 \end_layout
27256
27257 \begin_layout Standard
27258
27259 \series bold
27260
27261 \backslash
27262 renewcommand{
27263 \backslash
27264 fnum@figure}{Bild~
27265 \backslash
27266 thefigure}
27267 \end_layout
27268
27269 \begin_layout Standard
27270 wobei 
27271 \series bold
27272
27273 \backslash
27274 thefigure
27275 \series default
27276  die Bildnummer einsetzt und
27277 \series bold
27278  ~
27279 \series default
27280  ein geschütztes Leerzeichen ist.
27281 \end_layout
27282
27283 \begin_layout Standard
27284 \begin_inset VSpace bigskip
27285 \end_inset
27286
27287 Wenn Sie eine 
27288 \series bold
27289 KOMA-Script
27290 \series default
27291
27292 \begin_inset Index idx
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296 LaTeX-Pakete ! KOMA-Script
27297 \end_layout
27298
27299 \end_inset
27300
27301 -Dokumentklasse (
27302 \family sans
27303 article (KOMA-Script)
27304 \family default
27305
27306 \family sans
27307 book (KOMA-Script)
27308 \family default
27309
27310 \family sans
27311 letter (KOMA-Script)
27312 \family default
27313  oder 
27314 \family sans
27315 report (KOMA-Script)
27316 \family default
27317 ) benutzen, können Sie anstatt des 
27318 \series bold
27319 caption
27320 \series default
27321 -Paketes den eingebauten Befehl 
27322 \series bold
27323
27324 \backslash
27325 setkomafont
27326 \series default
27327  von 
27328 \series bold
27329 KOMA-Script
27330 \series default
27331  benutzen.
27332  Der Befehl
27333 \end_layout
27334
27335 \begin_layout Standard
27336
27337 \series bold
27338
27339 \backslash
27340 setkomafont{captionlabel}{
27341 \backslash
27342 bfseries}
27343 \end_layout
27344
27345 \begin_layout Standard
27346 im LaTeX-Vorspann druckt den Namen fett.
27347 \end_layout
27348
27349 \begin_layout Standard
27350 Weitere Informationen über 
27351 \series bold
27352
27353 \backslash
27354 setkomafont
27355 \series default
27356  finden Sie in der 
27357 \series bold
27358 KOMA-Script
27359 \series default
27360 -Do\SpecialChar \-
27361 ku\SpecialChar \-
27362 men\SpecialChar \-
27363 ta\SpecialChar \-
27364 tion 
27365 \begin_inset CommandInset citation
27366 LatexCommand cite
27367 key "KOMA-Script"
27368
27369 \end_inset
27370
27371 .
27372 \end_layout
27373
27374 \begin_layout Standard
27375 \begin_inset ERT
27376 status collapsed
27377
27378 \begin_layout Plain Layout
27379
27380
27381 \backslash
27382 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27383 }
27384 \end_layout
27385
27386 \end_inset
27387
27388
27389 \begin_inset Note Note
27390 status open
27391
27392 \begin_layout Plain Layout
27393 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27394 \end_layout
27395
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \begin_layout Standard
27402 \begin_inset Float figure
27403 placement !p
27404 wide false
27405 sideways false
27406 status open
27407
27408 \begin_layout Plain Layout
27409 \align center
27410 \begin_inset Graphics
27411         filename ../clipart/mobius.eps
27412         lyxscale 50
27413         scale 50
27414         scaleBeforeRotation
27415
27416 \end_inset
27417
27418
27419 \end_layout
27420
27421 \begin_layout Plain Layout
27422 \begin_inset Caption Standard
27423
27424 \begin_layout Plain Layout
27425 \begin_inset CommandInset label
27426 LatexCommand label
27427 name "abb:Langer-Abb-Titel"
27428
27429 \end_inset
27430
27431 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27432  ist, um das andere Beschriftungsformat zu zeigen.
27433  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27434 \begin_inset Argument 1
27435 status collapsed
27436
27437 \begin_layout Plain Layout
27438 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27439  ist.
27440 \end_layout
27441
27442 \end_inset
27443
27444
27445 \end_layout
27446
27447 \end_inset
27448
27449
27450 \end_layout
27451
27452 \end_inset
27453
27454
27455 \end_layout
27456
27457 \begin_layout Standard
27458 \begin_inset ERT
27459 status collapsed
27460
27461 \begin_layout Plain Layout
27462
27463
27464 \backslash
27465 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27466 on}
27467 \end_layout
27468
27469 \end_inset
27470
27471
27472 \end_layout
27473
27474 \begin_layout Standard
27475 \begin_inset Float table
27476 placement !p
27477 wide false
27478 sideways false
27479 status open
27480
27481 \begin_layout Plain Layout
27482 \begin_inset Caption Standard
27483
27484 \begin_layout Plain Layout
27485 \begin_inset CommandInset label
27486 LatexCommand label
27487 name "tab:Langer-Tab-Titel"
27488
27489 \end_inset
27490
27491 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27492  ist, um das andere Beschriftungsformat zu zeigen.
27493  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27494  benutzt.
27495 \begin_inset Argument 1
27496 status collapsed
27497
27498 \begin_layout Plain Layout
27499 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27500  ist.
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \end_layout
27507
27508 \end_inset
27509
27510
27511 \end_layout
27512
27513 \begin_layout Plain Layout
27514 \align center
27515 \begin_inset Tabular
27516 <lyxtabular version="3" rows="1" columns="5">
27517 <features rotate="0" tabularvalignment="middle">
27518 <column alignment="center" valignment="top">
27519 <column alignment="center" valignment="top">
27520 <column alignment="center" valignment="top">
27521 <column alignment="center" valignment="top">
27522 <column alignment="center" valignment="top">
27523 <row>
27524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27525 \begin_inset Text
27526
27527 \begin_layout Plain Layout
27528 a
27529 \end_layout
27530
27531 \end_inset
27532 </cell>
27533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27534 \begin_inset Text
27535
27536 \begin_layout Plain Layout
27537 b
27538 \end_layout
27539
27540 \end_inset
27541 </cell>
27542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27543 \begin_inset Text
27544
27545 \begin_layout Plain Layout
27546 c
27547 \end_layout
27548
27549 \end_inset
27550 </cell>
27551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27552 \begin_inset Text
27553
27554 \begin_layout Plain Layout
27555 d
27556 \end_layout
27557
27558 \end_inset
27559 </cell>
27560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27561 \begin_inset Text
27562
27563 \begin_layout Plain Layout
27564 e
27565 \end_layout
27566
27567 \end_inset
27568 </cell>
27569 </row>
27570 </lyxtabular>
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \begin_layout Section
27583 Beschriftungs-Platzierung
27584 \begin_inset CommandInset label
27585 LatexCommand label
27586 name "abs:Titel-Platzierung"
27587
27588 \end_inset
27589
27590
27591 \begin_inset Index idx
27592 status collapsed
27593
27594 \begin_layout Plain Layout
27595 Gleitobjekte ! Beschriftung ! Platzierung
27596 \end_layout
27597
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \begin_layout Standard
27604 Normalerweise werden die Beschriftungen wie folgt platziert:
27605 \end_layout
27606
27607 \begin_layout Description
27608 Abbildung: darunter
27609 \end_layout
27610
27611 \begin_layout Description
27612 Tabelle: darüber
27613 \end_layout
27614
27615 \begin_layout Standard
27616 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27617  Das heißt wenn Sie eine der Dokument-Klassen 
27618 \family sans
27619 article
27620 \family default
27621
27622 \family sans
27623 book
27624 \family default
27625
27626 \family sans
27627 letter
27628 \family default
27629  oder 
27630 \family sans
27631 report
27632 \family default
27633  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27634  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
27635 \series bold
27636 caption
27637 \series default
27638  im LaTeX-Vorspann folgendes schreiben:
27639 \begin_inset Foot
27640 status collapsed
27641
27642 \begin_layout Plain Layout
27643 In Abschnitt
27644 \begin_inset space ~
27645 \end_inset
27646
27647
27648 \begin_inset CommandInset ref
27649 LatexCommand ref
27650 reference "abs:Titel-Formatierung"
27651
27652 \end_inset
27653
27654  steht mehr über das Paket 
27655 \series bold
27656 caption
27657 \series default
27658 .
27659 \end_layout
27660
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \begin_layout Standard
27667
27668 \series bold
27669 tableposition=top
27670 \end_layout
27671
27672 \begin_layout Standard
27673 Wenn Sie eine 
27674 \series bold
27675 KOMA-Script
27676 \series default
27677
27678 \begin_inset Index idx
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682 LaTeX-Pakete ! KOMA-Script
27683 \end_layout
27684
27685 \end_inset
27686
27687 -Dokumentklasse (
27688 \family sans
27689 article (KOMA-Script)
27690 \family default
27691
27692 \family sans
27693 book (KOMA-Script)
27694 \family default
27695
27696 \family sans
27697 letter (KOMA-Script)
27698 \family default
27699  oder 
27700 \family sans
27701 report (KOMA-Script)
27702 \family default
27703 ) benutzen, können Sie alternativ zum 
27704 \series bold
27705 caption
27706 \series default
27707 -Paket die Option 
27708 \series bold
27709 captions=tableheading
27710 \series default
27711  benutzen.
27712 \end_layout
27713
27714 \begin_layout Standard
27715 \begin_inset VSpace bigskip
27716 \end_inset
27717
27718 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
27719  Das bewirkt das LaTeX-Paket 
27720 \series bold
27721 sidecap
27722 \series default
27723
27724 \begin_inset Index idx
27725 status collapsed
27726
27727 \begin_layout Plain Layout
27728 LaTeX-Pakete ! sidecap
27729 \end_layout
27730
27731 \end_inset
27732
27733 , das so in den LaTeX-Vorspann geladen wird:
27734 \end_layout
27735
27736 \begin_layout Standard
27737
27738 \series bold
27739
27740 \backslash
27741 usepackage[Option]{sidecap}
27742 \end_layout
27743
27744 \begin_layout Standard
27745 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
27746  Mit 
27747 \series bold
27748 innercaption
27749 \series default
27750  wird die Beschriftung innen gedruckt.
27751  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
27752  
27753 \series bold
27754 rightcaption
27755 \series default
27756  oder 
27757 \series bold
27758 leftcaption
27759 \series default
27760 .
27761 \end_layout
27762
27763 \begin_layout Standard
27764 \begin_inset ERT
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768
27769
27770 \backslash
27771 ifsidecap
27772 \end_layout
27773
27774 \end_inset
27775
27776
27777 \begin_inset Note Note
27778 status open
27779
27780 \begin_layout Plain Layout
27781 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
27782 \series bold
27783 sidecap
27784 \series default
27785  installiert ist.
27786 \end_layout
27787
27788 \end_inset
27789
27790
27791 \end_layout
27792
27793 \begin_layout Standard
27794 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
27795  in den LaTeX-Vorspann schreiben:
27796 \end_layout
27797
27798 \begin_layout Standard
27799 \noindent
27800 \begin_inset CommandInset line
27801 LatexCommand rule
27802 offset "0.5ex"
27803 width "100line%"
27804 height "1pt"
27805
27806 \end_inset
27807
27808
27809 \end_layout
27810
27811 \begin_layout Standard
27812
27813 \series bold
27814
27815 \backslash
27816 newcommand{
27817 \backslash
27818 TabBesBeg}[1][1.0]{%
27819 \begin_inset Newline newline
27820 \end_inset
27821
27822
27823 \begin_inset Phantom HPhantom
27824 status open
27825
27826 \begin_layout Plain Layout
27827 \begin_inset space ~
27828 \end_inset
27829
27830
27831 \end_layout
27832
27833 \end_inset
27834
27835
27836 \backslash
27837 let
27838 \backslash
27839 MyTable
27840 \backslash
27841 table
27842 \begin_inset Newline newline
27843 \end_inset
27844
27845
27846 \begin_inset Phantom HPhantom
27847 status open
27848
27849 \begin_layout Plain Layout
27850
27851 \series medium
27852 \begin_inset space ~
27853 \end_inset
27854
27855
27856 \end_layout
27857
27858 \end_inset
27859
27860
27861 \backslash
27862 let
27863 \backslash
27864 MyEndtable
27865 \backslash
27866 endtable
27867 \begin_inset Newline newline
27868 \end_inset
27869
27870
27871 \begin_inset Phantom HPhantom
27872 status open
27873
27874 \begin_layout Plain Layout
27875
27876 \series medium
27877 \begin_inset space ~
27878 \end_inset
27879
27880
27881 \end_layout
27882
27883 \end_inset
27884
27885
27886 \backslash
27887 renewenvironment{table}[1]{
27888 \backslash
27889 begin{SCtable}[#1]##1}{
27890 \backslash
27891 end{SCtable}}}
27892 \end_layout
27893
27894 \begin_layout Standard
27895
27896 \series bold
27897
27898 \backslash
27899 newcommand{
27900 \backslash
27901 TabBesEnd}{%
27902 \begin_inset Newline newline
27903 \end_inset
27904
27905
27906 \begin_inset Phantom HPhantom
27907 status open
27908
27909 \begin_layout Plain Layout
27910 \begin_inset space ~
27911 \end_inset
27912
27913
27914 \end_layout
27915
27916 \end_inset
27917
27918
27919 \backslash
27920 let
27921 \backslash
27922 table
27923 \backslash
27924 MyTable
27925 \begin_inset Newline newline
27926 \end_inset
27927
27928
27929 \begin_inset Phantom HPhantom
27930 status open
27931
27932 \begin_layout Plain Layout
27933 \begin_inset space ~
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \end_inset
27940
27941
27942 \backslash
27943 let
27944 \backslash
27945 endtable
27946 \backslash
27947 MyEndtable
27948 \end_layout
27949
27950 \begin_layout Standard
27951
27952 \series bold
27953
27954 \backslash
27955 newcommand{
27956 \backslash
27957 FigBesBeg}[1][1.0]{%
27958 \begin_inset Newline newline
27959 \end_inset
27960
27961
27962 \begin_inset Phantom HPhantom
27963 status open
27964
27965 \begin_layout Plain Layout
27966 \begin_inset space ~
27967 \end_inset
27968
27969
27970 \end_layout
27971
27972 \end_inset
27973
27974
27975 \backslash
27976 let
27977 \backslash
27978 MyFigure
27979 \backslash
27980 figure
27981 \begin_inset Newline newline
27982 \end_inset
27983
27984
27985 \begin_inset Phantom HPhantom
27986 status open
27987
27988 \begin_layout Plain Layout
27989 \begin_inset space ~
27990 \end_inset
27991
27992
27993 \end_layout
27994
27995 \end_inset
27996
27997
27998 \backslash
27999 let
28000 \backslash
28001 MyEndfigure
28002 \backslash
28003 endfigure
28004 \begin_inset Newline newline
28005 \end_inset
28006
28007
28008 \begin_inset Phantom HPhantom
28009 status open
28010
28011 \begin_layout Plain Layout
28012 \begin_inset space ~
28013 \end_inset
28014
28015
28016 \end_layout
28017
28018 \end_inset
28019
28020
28021 \backslash
28022 renewenvironment{figure}[1]{
28023 \backslash
28024 begin{SCfigure}[#1]##1}{
28025 \backslash
28026 end{SCfigure}}}
28027 \end_layout
28028
28029 \begin_layout Standard
28030
28031 \series bold
28032
28033 \backslash
28034 newcommand{
28035 \backslash
28036 FigBesEnd}{%
28037 \begin_inset Newline newline
28038 \end_inset
28039
28040
28041 \begin_inset Phantom HPhantom
28042 status open
28043
28044 \begin_layout Plain Layout
28045 \begin_inset space ~
28046 \end_inset
28047
28048
28049 \end_layout
28050
28051 \end_inset
28052
28053
28054 \backslash
28055 let
28056 \backslash
28057 figure
28058 \backslash
28059 MyFigure
28060 \begin_inset Newline newline
28061 \end_inset
28062
28063
28064 \begin_inset Phantom HPhantom
28065 status open
28066
28067 \begin_layout Plain Layout
28068 \begin_inset space ~
28069 \end_inset
28070
28071
28072 \end_layout
28073
28074 \end_inset
28075
28076
28077 \backslash
28078 let
28079 \backslash
28080 endfigure
28081 \backslash
28082 MyEndfigure}
28083 \end_layout
28084
28085 \begin_layout Standard
28086 \noindent
28087 \begin_inset CommandInset line
28088 LatexCommand rule
28089 offset "0.5ex"
28090 width "100line%"
28091 height "1pt"
28092
28093 \end_inset
28094
28095
28096 \end_layout
28097
28098 \begin_layout Standard
28099 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28100 ungen seitlich gedruckt werden.
28101  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28102 \end_layout
28103
28104 \begin_layout Standard
28105
28106 \series bold
28107
28108 \backslash
28109 FigBesBeg
28110 \end_layout
28111
28112 \begin_layout Standard
28113 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
28114 \end_layout
28115
28116 \begin_layout Standard
28117
28118 \series bold
28119
28120 \backslash
28121 FigBesEnd
28122 \end_layout
28123
28124 \begin_layout Standard
28125 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28126  zurückkehren wollen.
28127 \end_layout
28128
28129 \begin_layout Standard
28130 Bei Gleitobjekt-Tabellen heißen die Befehle
28131 \end_layout
28132
28133 \begin_layout Standard
28134
28135 \series bold
28136
28137 \backslash
28138 TabBesBeg
28139 \series default
28140  und 
28141 \series bold
28142
28143 \backslash
28144 TabBesEnd
28145 \series default
28146 .
28147 \end_layout
28148
28149 \begin_layout Standard
28150 Abbildung
28151 \begin_inset space ~
28152 \end_inset
28153
28154
28155 \begin_inset CommandInset ref
28156 LatexCommand ref
28157 reference "abb:Beschriftung-neben"
28158
28159 \end_inset
28160
28161  und Tabelle
28162 \begin_inset space ~
28163 \end_inset
28164
28165
28166 \begin_inset CommandInset ref
28167 LatexCommand ref
28168 reference "tab:Beschriftung-neben"
28169
28170 \end_inset
28171
28172  sind Beispiele für seitliche Beschriftungen.
28173 \end_layout
28174
28175 \begin_layout Standard
28176 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28177  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28178  der Abbildung.
28179  Das kann man mit dem Befehl
28180 \end_layout
28181
28182 \begin_layout Standard
28183
28184 \series bold
28185
28186 \backslash
28187 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28188 \end_layout
28189
28190 \begin_layout Standard
28191 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
28192  Der Gleitobjekt-Typ ist entweder 
28193 \family sans
28194 figure
28195 \family default
28196  oder 
28197 \family sans
28198 table
28199 \family default
28200 , die
28201 \family sans
28202  
28203 \family default
28204 Platzierung ist 
28205 \family typewriter
28206 t
28207 \family default
28208  für oben, 
28209 \family typewriter
28210 c
28211 \family default
28212  für zentriert oder 
28213 \family typewriter
28214 b
28215 \family default
28216  für unten.
28217  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28218  lautet der Befehl
28219 \end_layout
28220
28221 \begin_layout Standard
28222
28223 \series bold
28224
28225 \backslash
28226 sidecaptionvpos{figure}{c}
28227 \end_layout
28228
28229 \begin_layout Standard
28230 Das wurde in Abbildung
28231 \begin_inset space ~
28232 \end_inset
28233
28234
28235 \begin_inset CommandInset ref
28236 LatexCommand ref
28237 reference "abb:cap-beside-fig-2"
28238
28239 \end_inset
28240
28241  benutzt.
28242 \end_layout
28243
28244 \begin_layout Standard
28245 \begin_inset VSpace medskip
28246 \end_inset
28247
28248
28249 \end_layout
28250
28251 \begin_layout Standard
28252 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28253  Für schmale Bilder/Tabellen, wie in Tabelle
28254 \begin_inset space ~
28255 \end_inset
28256
28257
28258 \begin_inset CommandInset ref
28259 LatexCommand ref
28260 reference "tab:Beschriftung-neben"
28261
28262 \end_inset
28263
28264 , führt dies zu zu schmalen Beschriftungen.
28265  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28266  Breite des Bildes/der Tabelle multipliziert wird.
28267  Das Ergebnis ist die Beschriftungsbreite.
28268  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28269  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28270  Der 
28271 \emph on
28272 Faktor
28273 \emph default
28274  kann entweder als optionales Argument für 
28275 \series bold
28276
28277 \backslash
28278 FigBesBeg
28279 \series default
28280  angegeben werden:
28281 \end_layout
28282
28283 \begin_layout Standard
28284
28285 \series bold
28286
28287 \backslash
28288 FigBesBeg[Faktor]
28289 \end_layout
28290
28291 \begin_layout Standard
28292 oder indem man in der Definition von 
28293 \series bold
28294
28295 \backslash
28296 FigBesBeg
28297 \series default
28298  die 
28299 \series bold
28300 1.0
28301 \series default
28302  mit einem anderen Wert ersetzt.
28303  Bei letzterem ist der angegebene Faktor der Standard wenn 
28304 \series bold
28305
28306 \backslash
28307 FigBesBeg
28308 \series default
28309  ohne Argument verwendet wird.
28310  Für Tabelle
28311 \begin_inset space ~
28312 \end_inset
28313
28314
28315 \begin_inset CommandInset ref
28316 LatexCommand ref
28317 reference "tab:Beschriftung-neben-breiter"
28318
28319 \end_inset
28320
28321  und Abbildung
28322 \begin_inset space ~
28323 \end_inset
28324
28325
28326 \begin_inset CommandInset ref
28327 LatexCommand ref
28328 reference "abb:cap-beside-fig-2"
28329
28330 \end_inset
28331
28332  wurde der Faktor 5 verwendet.
28333 \end_layout
28334
28335 \begin_layout Standard
28336 \begin_inset Note Greyedout
28337 status open
28338
28339 \begin_layout Plain Layout
28340
28341 \series bold
28342 Achtung:
28343 \series default
28344  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28345 erungsoption 
28346 \family sans
28347 Hier,
28348 \begin_inset space ~
28349 \end_inset
28350
28351 auf
28352 \begin_inset space ~
28353 \end_inset
28354
28355 jeden
28356 \begin_inset space ~
28357 \end_inset
28358
28359 Fall
28360 \family default
28361  nicht verwendet werden werden, da diese von 
28362 \series bold
28363 sidecap
28364 \series default
28365  nicht unterstützt wird.
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \begin_layout Standard
28374 \begin_inset VSpace medskip
28375 \end_inset
28376
28377 Weitere Informationen über das Paket
28378 \series bold
28379  sidecap
28380 \series default
28381  finden Sie in seiner Dokumentation 
28382 \begin_inset CommandInset citation
28383 LatexCommand cite
28384 key "sidecap"
28385
28386 \end_inset
28387
28388 .
28389 \end_layout
28390
28391 \begin_layout Standard
28392 \begin_inset Note Greyedout
28393 status open
28394
28395 \begin_layout Plain Layout
28396
28397 \series bold
28398 Bemerkung:
28399 \series default
28400  Das LaTeX-Paket 
28401 \series bold
28402 hypcap
28403 \series default
28404 ,
28405 \begin_inset Index idx
28406 status collapsed
28407
28408 \begin_layout Plain Layout
28409 LaTeX-Pakete ! hypcap
28410 \end_layout
28411
28412 \end_inset
28413
28414  das in Abschnitt
28415 \begin_inset space ~
28416 \end_inset
28417
28418
28419 \begin_inset CommandInset ref
28420 LatexCommand ref
28421 reference "uab:Querverweis-Position"
28422
28423 \end_inset
28424
28425  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28426  Beschriftungen.
28427 \end_layout
28428
28429 \end_inset
28430
28431
28432 \end_layout
28433
28434 \begin_layout Standard
28435 \begin_inset ERT
28436 status collapsed
28437
28438 \begin_layout Plain Layout
28439
28440
28441 \backslash
28442 FigBesBeg 
28443 \end_layout
28444
28445 \end_inset
28446
28447
28448 \end_layout
28449
28450 \begin_layout Standard
28451 \begin_inset Float figure
28452 wide false
28453 sideways false
28454 status open
28455
28456 \begin_layout Plain Layout
28457 \begin_inset Graphics
28458         filename ../clipart/escher-lsd.eps
28459         scale 75
28460         scaleBeforeRotation
28461
28462 \end_inset
28463
28464
28465 \end_layout
28466
28467 \begin_layout Plain Layout
28468 \begin_inset Caption Standard
28469
28470 \begin_layout Plain Layout
28471 \begin_inset CommandInset label
28472 LatexCommand label
28473 name "abb:Beschriftung-neben"
28474
28475 \end_inset
28476
28477 Dies ist eine Beschriftung neben einer Abbildung.
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \end_layout
28484
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \begin_layout Standard
28491 \begin_inset ERT
28492 status collapsed
28493
28494 \begin_layout Plain Layout
28495
28496
28497 \backslash
28498 FigBesEnd
28499 \end_layout
28500
28501 \end_inset
28502
28503
28504 \end_layout
28505
28506 \begin_layout Standard
28507 \begin_inset ERT
28508 status collapsed
28509
28510 \begin_layout Plain Layout
28511
28512
28513 \backslash
28514 TabBesBeg 
28515 \end_layout
28516
28517 \end_inset
28518
28519
28520 \end_layout
28521
28522 \begin_layout Standard
28523 \begin_inset Float table
28524 wide false
28525 sideways false
28526 status open
28527
28528 \begin_layout Plain Layout
28529 \begin_inset Caption Standard
28530
28531 \begin_layout Plain Layout
28532 \begin_inset CommandInset label
28533 LatexCommand label
28534 name "tab:Beschriftung-neben"
28535
28536 \end_inset
28537
28538 Dies ist eine Beschriftung neben einer Tabelle.
28539 \end_layout
28540
28541 \end_inset
28542
28543
28544 \end_layout
28545
28546 \begin_layout Plain Layout
28547 \begin_inset Tabular
28548 <lyxtabular version="3" rows="4" columns="5">
28549 <features rotate="0" tabularvalignment="middle">
28550 <column alignment="center" valignment="top">
28551 <column alignment="center" valignment="top">
28552 <column alignment="center" valignment="top">
28553 <column alignment="center" valignment="top">
28554 <column alignment="center" valignment="top">
28555 <row>
28556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28557 \begin_inset Text
28558
28559 \begin_layout Plain Layout
28560 a
28561 \end_layout
28562
28563 \end_inset
28564 </cell>
28565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28566 \begin_inset Text
28567
28568 \begin_layout Plain Layout
28569
28570 \end_layout
28571
28572 \end_inset
28573 </cell>
28574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28575 \begin_inset Text
28576
28577 \begin_layout Plain Layout
28578 b
28579 \end_layout
28580
28581 \end_inset
28582 </cell>
28583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28584 \begin_inset Text
28585
28586 \begin_layout Plain Layout
28587
28588 \end_layout
28589
28590 \end_inset
28591 </cell>
28592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28593 \begin_inset Text
28594
28595 \begin_layout Plain Layout
28596 c
28597 \end_layout
28598
28599 \end_inset
28600 </cell>
28601 </row>
28602 <row>
28603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28604 \begin_inset Text
28605
28606 \begin_layout Plain Layout
28607
28608 \end_layout
28609
28610 \end_inset
28611 </cell>
28612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28613 \begin_inset Text
28614
28615 \begin_layout Plain Layout
28616 d
28617 \end_layout
28618
28619 \end_inset
28620 </cell>
28621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28622 \begin_inset Text
28623
28624 \begin_layout Plain Layout
28625
28626 \end_layout
28627
28628 \end_inset
28629 </cell>
28630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28631 \begin_inset Text
28632
28633 \begin_layout Plain Layout
28634 e
28635 \end_layout
28636
28637 \end_inset
28638 </cell>
28639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28640 \begin_inset Text
28641
28642 \begin_layout Plain Layout
28643
28644 \end_layout
28645
28646 \end_inset
28647 </cell>
28648 </row>
28649 <row>
28650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28651 \begin_inset Text
28652
28653 \begin_layout Plain Layout
28654 f
28655 \end_layout
28656
28657 \end_inset
28658 </cell>
28659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28660 \begin_inset Text
28661
28662 \begin_layout Plain Layout
28663
28664 \end_layout
28665
28666 \end_inset
28667 </cell>
28668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28669 \begin_inset Text
28670
28671 \begin_layout Plain Layout
28672 g
28673 \end_layout
28674
28675 \end_inset
28676 </cell>
28677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28678 \begin_inset Text
28679
28680 \begin_layout Plain Layout
28681
28682 \end_layout
28683
28684 \end_inset
28685 </cell>
28686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28687 \begin_inset Text
28688
28689 \begin_layout Plain Layout
28690 h
28691 \end_layout
28692
28693 \end_inset
28694 </cell>
28695 </row>
28696 <row>
28697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28698 \begin_inset Text
28699
28700 \begin_layout Plain Layout
28701
28702 \end_layout
28703
28704 \end_inset
28705 </cell>
28706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28707 \begin_inset Text
28708
28709 \begin_layout Plain Layout
28710 i
28711 \end_layout
28712
28713 \end_inset
28714 </cell>
28715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28716 \begin_inset Text
28717
28718 \begin_layout Plain Layout
28719
28720 \end_layout
28721
28722 \end_inset
28723 </cell>
28724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28725 \begin_inset Text
28726
28727 \begin_layout Plain Layout
28728 j
28729 \end_layout
28730
28731 \end_inset
28732 </cell>
28733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28734 \begin_inset Text
28735
28736 \begin_layout Plain Layout
28737
28738 \end_layout
28739
28740 \end_inset
28741 </cell>
28742 </row>
28743 </lyxtabular>
28744
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \end_inset
28751
28752
28753 \end_layout
28754
28755 \begin_layout Standard
28756 \begin_inset ERT
28757 status collapsed
28758
28759 \begin_layout Plain Layout
28760
28761
28762 \backslash
28763 TabBesEnd
28764 \end_layout
28765
28766 \end_inset
28767
28768
28769 \end_layout
28770
28771 \begin_layout Standard
28772 \begin_inset ERT
28773 status collapsed
28774
28775 \begin_layout Plain Layout
28776
28777
28778 \backslash
28779 FigBesBeg[5] 
28780 \end_layout
28781
28782 \end_inset
28783
28784
28785 \end_layout
28786
28787 \begin_layout Standard
28788 \begin_inset ERT
28789 status collapsed
28790
28791 \begin_layout Plain Layout
28792
28793
28794 \backslash
28795 sidecaptionvpos{figure}{c}
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \begin_inset Float figure
28802 wide false
28803 sideways false
28804 status open
28805
28806 \begin_layout Plain Layout
28807 \begin_inset Graphics
28808         filename ../clipart/escher-lsd.eps
28809         scale 75
28810         scaleBeforeRotation
28811
28812 \end_inset
28813
28814
28815 \end_layout
28816
28817 \begin_layout Plain Layout
28818 \begin_inset Caption Standard
28819
28820 \begin_layout Plain Layout
28821 \begin_inset CommandInset label
28822 LatexCommand label
28823 name "abb:cap-beside-fig-2"
28824
28825 \end_inset
28826
28827 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \end_layout
28834
28835 \end_inset
28836
28837
28838 \end_layout
28839
28840 \begin_layout Standard
28841 \begin_inset ERT
28842 status collapsed
28843
28844 \begin_layout Plain Layout
28845
28846
28847 \backslash
28848 FigBesEnd
28849 \end_layout
28850
28851 \end_inset
28852
28853
28854 \end_layout
28855
28856 \begin_layout Standard
28857 \begin_inset ERT
28858 status collapsed
28859
28860 \begin_layout Plain Layout
28861
28862
28863 \backslash
28864 TabBesBeg[5]
28865 \end_layout
28866
28867 \end_inset
28868
28869
28870 \end_layout
28871
28872 \begin_layout Standard
28873 \begin_inset Float table
28874 wide false
28875 sideways false
28876 status open
28877
28878 \begin_layout Plain Layout
28879 \begin_inset Caption Standard
28880
28881 \begin_layout Plain Layout
28882 \begin_inset CommandInset label
28883 LatexCommand label
28884 name "tab:Beschriftung-neben-breiter"
28885
28886 \end_inset
28887
28888 Diese Beschriftung ist breiter als die in Tabelle
28889 \begin_inset space ~
28890 \end_inset
28891
28892
28893 \begin_inset CommandInset ref
28894 LatexCommand ref
28895 reference "tab:Beschriftung-neben"
28896
28897 \end_inset
28898
28899 .
28900 \end_layout
28901
28902 \end_inset
28903
28904
28905 \end_layout
28906
28907 \begin_layout Plain Layout
28908 \begin_inset Tabular
28909 <lyxtabular version="3" rows="4" columns="5">
28910 <features rotate="0" tabularvalignment="middle">
28911 <column alignment="center" valignment="top">
28912 <column alignment="center" valignment="top">
28913 <column alignment="center" valignment="top">
28914 <column alignment="center" valignment="top">
28915 <column alignment="center" valignment="top">
28916 <row>
28917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28918 \begin_inset Text
28919
28920 \begin_layout Plain Layout
28921 a
28922 \end_layout
28923
28924 \end_inset
28925 </cell>
28926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28927 \begin_inset Text
28928
28929 \begin_layout Plain Layout
28930
28931 \end_layout
28932
28933 \end_inset
28934 </cell>
28935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28936 \begin_inset Text
28937
28938 \begin_layout Plain Layout
28939 b
28940 \end_layout
28941
28942 \end_inset
28943 </cell>
28944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28945 \begin_inset Text
28946
28947 \begin_layout Plain Layout
28948
28949 \end_layout
28950
28951 \end_inset
28952 </cell>
28953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28954 \begin_inset Text
28955
28956 \begin_layout Plain Layout
28957 c
28958 \end_layout
28959
28960 \end_inset
28961 </cell>
28962 </row>
28963 <row>
28964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28965 \begin_inset Text
28966
28967 \begin_layout Plain Layout
28968
28969 \end_layout
28970
28971 \end_inset
28972 </cell>
28973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28974 \begin_inset Text
28975
28976 \begin_layout Plain Layout
28977 d
28978 \end_layout
28979
28980 \end_inset
28981 </cell>
28982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28983 \begin_inset Text
28984
28985 \begin_layout Plain Layout
28986
28987 \end_layout
28988
28989 \end_inset
28990 </cell>
28991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28992 \begin_inset Text
28993
28994 \begin_layout Plain Layout
28995 e
28996 \end_layout
28997
28998 \end_inset
28999 </cell>
29000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29001 \begin_inset Text
29002
29003 \begin_layout Plain Layout
29004
29005 \end_layout
29006
29007 \end_inset
29008 </cell>
29009 </row>
29010 <row>
29011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29012 \begin_inset Text
29013
29014 \begin_layout Plain Layout
29015 f
29016 \end_layout
29017
29018 \end_inset
29019 </cell>
29020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29021 \begin_inset Text
29022
29023 \begin_layout Plain Layout
29024
29025 \end_layout
29026
29027 \end_inset
29028 </cell>
29029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29030 \begin_inset Text
29031
29032 \begin_layout Plain Layout
29033 g
29034 \end_layout
29035
29036 \end_inset
29037 </cell>
29038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29039 \begin_inset Text
29040
29041 \begin_layout Plain Layout
29042
29043 \end_layout
29044
29045 \end_inset
29046 </cell>
29047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29048 \begin_inset Text
29049
29050 \begin_layout Plain Layout
29051 h
29052 \end_layout
29053
29054 \end_inset
29055 </cell>
29056 </row>
29057 <row>
29058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29059 \begin_inset Text
29060
29061 \begin_layout Plain Layout
29062
29063 \end_layout
29064
29065 \end_inset
29066 </cell>
29067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29068 \begin_inset Text
29069
29070 \begin_layout Plain Layout
29071 i
29072 \end_layout
29073
29074 \end_inset
29075 </cell>
29076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29077 \begin_inset Text
29078
29079 \begin_layout Plain Layout
29080
29081 \end_layout
29082
29083 \end_inset
29084 </cell>
29085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29086 \begin_inset Text
29087
29088 \begin_layout Plain Layout
29089 j
29090 \end_layout
29091
29092 \end_inset
29093 </cell>
29094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29095 \begin_inset Text
29096
29097 \begin_layout Plain Layout
29098
29099 \end_layout
29100
29101 \end_inset
29102 </cell>
29103 </row>
29104 </lyxtabular>
29105
29106 \end_inset
29107
29108
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Standard
29117 \begin_inset ERT
29118 status collapsed
29119
29120 \begin_layout Plain Layout
29121
29122
29123 \backslash
29124 TabBesEnd
29125 \end_layout
29126
29127 \end_inset
29128
29129
29130 \end_layout
29131
29132 \begin_layout Standard
29133 \begin_inset ERT
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137
29138
29139 \backslash
29140 else
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \begin_inset Note Note
29147 status open
29148
29149 \begin_layout Plain Layout
29150 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
29151 \series bold
29152 sidecap
29153 \series default
29154  nicht installiert ist:
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \begin_layout Standard
29163 Das LaTeX-Paket 
29164 \series bold
29165 sidecap
29166 \series default
29167  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29168 \end_layout
29169
29170 \begin_layout Standard
29171 \begin_inset ERT
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175
29176
29177 \backslash
29178 fi
29179 \end_layout
29180
29181 \end_inset
29182
29183
29184 \end_layout
29185
29186 \begin_layout Section
29187 Gleitobjekt-Verzeichnisse
29188 \begin_inset Index idx
29189 status collapsed
29190
29191 \begin_layout Plain Layout
29192 Gleitobjekte ! Verzeichnisse
29193 \end_layout
29194
29195 \end_inset
29196
29197
29198 \end_layout
29199
29200 \begin_layout Standard
29201 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29202  Sie können mit den Untermenüs von 
29203 \family sans
29204 Einfügen\SpecialChar \menuseparator
29205 Liste
29206 \begin_inset space ~
29207 \end_inset
29208
29209 /
29210 \begin_inset space ~
29211 \end_inset
29212
29213 Inhaltsverzeichnis
29214 \family default
29215  eingefügt werden.
29216 \end_layout
29217
29218 \begin_layout Standard
29219 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29220  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29221 \end_layout
29222
29223 \begin_layout Standard
29224 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29225  und ein Tabellen-Verzeichnis.
29226 \end_layout
29227
29228 \begin_layout Chapter
29229 Notizen
29230 \end_layout
29231
29232 \begin_layout Section
29233 LyX-Notizen
29234 \begin_inset Index idx
29235 status collapsed
29236
29237 \begin_layout Plain Layout
29238 Notizen ! LyX-Notizen
29239 \end_layout
29240
29241 \end_inset
29242
29243
29244 \end_layout
29245
29246 \begin_layout Standard
29247 Notizen werden mit einem Klick auf 
29248 \begin_inset Info
29249 type  "icon"
29250 arg   "note-insert"
29251 \end_inset
29252
29253  oder 
29254 \family sans
29255 Einfügen\SpecialChar \menuseparator
29256 Notiz
29257 \family default
29258  eingefügt.
29259  Es gibt drei Arten:
29260 \end_layout
29261
29262 \begin_layout Description
29263 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29264  Eine 
29265 \family sans
29266 LyX-Notiz
29267 \family default
29268  sieht so aus:
29269 \begin_inset Newline newline
29270 \end_inset
29271
29272
29273 \begin_inset Newline newline
29274 \end_inset
29275
29276
29277 \begin_inset Graphics
29278         filename clipart/LyXNotizQt4.png
29279         display false
29280         scale 60
29281         scaleBeforeRotation
29282
29283 \end_inset
29284
29285  
29286 \begin_inset Note Note
29287 status open
29288
29289 \begin_layout Plain Layout
29290 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29291 \end_layout
29292
29293 \end_inset
29294
29295
29296 \end_layout
29297
29298 \begin_layout Description
29299 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29300  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
29301 \family sans
29302 Datei\SpecialChar \menuseparator
29303 Ex\SpecialChar \-
29304 por\SpecialChar \-
29305 tie\SpecialChar \-
29306 ren\SpecialChar \menuseparator
29307 LaTe
29308 \begin_inset ERT
29309 status collapsed
29310
29311 \begin_layout Plain Layout
29312
29313 {}
29314 \end_layout
29315
29316 \end_inset
29317
29318 X (pdflatex) / (normal)
29319 \family default
29320 .
29321  Ein Kommentar sieht so aus:
29322 \begin_inset Newline newline
29323 \end_inset
29324
29325
29326 \begin_inset Newline newline
29327 \end_inset
29328
29329
29330 \begin_inset Graphics
29331         filename clipart/KommentarQt4.png
29332         display false
29333         scale 60
29334         scaleBeforeRotation
29335
29336 \end_inset
29337
29338  
29339 \begin_inset Note Comment
29340 status open
29341
29342 \begin_layout Plain Layout
29343 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \end_layout
29350
29351 \begin_layout Description
29352 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29353 \begin_inset Newline newline
29354 \end_inset
29355
29356
29357 \begin_inset Newline newline
29358 \end_inset
29359
29360
29361 \begin_inset Graphics
29362         filename clipart/GrauschriftNotizQt4.png
29363         display false
29364         scale 60
29365         scaleBeforeRotation
29366
29367 \end_inset
29368
29369
29370 \begin_inset Newline newline
29371 \end_inset
29372
29373
29374 \begin_inset ERT
29375 status collapsed
29376
29377 \begin_layout Plain Layout
29378
29379
29380 \backslash
29381 renewenvironment{lyxgreyedout}
29382 \end_layout
29383
29384 \begin_layout Plain Layout
29385
29386 {
29387 \backslash
29388 textcolor[gray]{0.4}
29389 \backslash
29390 bgroup}{
29391 \backslash
29392 egroup}
29393 \end_layout
29394
29395 \end_inset
29396
29397
29398 \begin_inset Note Greyedout
29399 status open
29400
29401 \begin_layout Plain Layout
29402 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29403 \begin_inset Foot
29404 status open
29405
29406 \begin_layout Plain Layout
29407 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29408 \end_layout
29409
29410 \end_inset
29411
29412
29413 \end_layout
29414
29415 \end_inset
29416
29417
29418 \begin_inset ERT
29419 status collapsed
29420
29421 \begin_layout Plain Layout
29422
29423
29424 \backslash
29425 renewenvironment{lyxgreyedout}
29426 \end_layout
29427
29428 \begin_layout Plain Layout
29429
29430 {
29431 \backslash
29432 textcolor{blue}
29433 \backslash
29434 bgroup}{
29435 \backslash
29436 egroup}
29437 \end_layout
29438
29439 \end_inset
29440
29441
29442 \begin_inset Note Note
29443 status collapsed
29444
29445 \begin_layout Plain Layout
29446 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
29447  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
29448  
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \begin_inset Newline newline
29455 \end_inset
29456
29457
29458 \begin_inset Newline newline
29459 \end_inset
29460
29461 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29462  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29463 \end_layout
29464
29465 \begin_layout Standard
29466 \begin_inset VSpace bigskip
29467 \end_inset
29468
29469 Wenn Sie auf den Werkzeugleistenknopf 
29470 \family sans
29471
29472 \begin_inset Info
29473 type  "icon"
29474 arg   "note-insert"
29475 \end_inset
29476
29477
29478 \family default
29479  klicken, wird zunächst eine 
29480 \family sans
29481 LyX-Notiz
29482 \family default
29483  eingefügt.
29484  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29485  Notiz-Typen auswählen.
29486  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29487  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29488  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29489  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29490  am Ende der Notiz ist.
29491 \end_layout
29492
29493 \begin_layout Standard
29494 \begin_inset VSpace bigskip
29495 \end_inset
29496
29497 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29498 \family sans
29499 Dokument\SpecialChar \menuseparator
29500 Einstellungen\SpecialChar \menuseparator
29501 Farben
29502 \family default
29503  geändert werden.
29504 \end_layout
29505
29506 \begin_layout Section
29507 Fußnoten
29508 \begin_inset CommandInset label
29509 LatexCommand label
29510 name "abs:Fußnoten"
29511
29512 \end_inset
29513
29514
29515 \begin_inset Index idx
29516 status collapsed
29517
29518 \begin_layout Plain Layout
29519 Notizen ! Fußnoten
29520 \end_layout
29521
29522 \end_inset
29523
29524
29525 \begin_inset Index idx
29526 status collapsed
29527
29528 \begin_layout Plain Layout
29529 Fußnoten
29530 \end_layout
29531
29532 \end_inset
29533
29534
29535 \end_layout
29536
29537 \begin_layout Standard
29538 Fußnoten werden über den Werkzeugleistenknopf 
29539 \begin_inset Info
29540 type  "icon"
29541 arg   "footnote-insert"
29542 \end_inset
29543
29544  oder das Menü 
29545 \family sans
29546 Einfügen\SpecialChar \menuseparator
29547 Fußnote
29548 \family default
29549  eingefügt.
29550  Man sieht dann diese Fußnotenbox: 
29551 \begin_inset Graphics
29552         filename clipart/FussnoteQt4.png
29553         scale 80
29554         scaleBeforeRotation
29555
29556 \end_inset
29557
29558  in die der Fußnotentext eingegeben wird.
29559  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
29560  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
29561  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
29562 \family sans
29563 Backspace
29564 \family default
29565  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
29566 \family sans
29567 Entf
29568 \family default
29569  wenn der Cursor am Ende der Fußnote ist.
29570 \end_layout
29571
29572 \begin_layout Standard
29573 Hier ist eine Beispielfußnote:
29574 \color black
29575
29576 \begin_inset Foot
29577 status open
29578
29579 \begin_layout Plain Layout
29580 \begin_inset CommandInset label
29581 LatexCommand label
29582 name "fuss:Fußnoten-Beispiel"
29583
29584 \end_inset
29585
29586 Dies ist eine Fußnote.
29587 \end_layout
29588
29589 \end_inset
29590
29591
29592 \color inherit
29593
29594 \begin_inset ERT
29595 status collapsed
29596
29597 \begin_layout Plain Layout
29598
29599
29600 \backslash
29601 newcounter{MyRepeatFoot}
29602 \end_layout
29603
29604 \begin_layout Plain Layout
29605
29606
29607 \backslash
29608 setcounter{MyRepeatFoot}{
29609 \backslash
29610 thefootnote}
29611 \end_layout
29612
29613 \end_inset
29614
29615
29616 \end_layout
29617
29618 \begin_layout Standard
29619 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
29620  wurde, eine hochgestellte Zahl.
29621  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
29622  hochgestellt dem Text vorangeht.
29623  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
29624  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
29625  werden.
29626 \end_layout
29627
29628 \begin_layout Standard
29629 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
29630  der Fußnote eine Marke eingefügt wurde.
29631  Dies ist ein Querverweis auf Fußnote
29632 \begin_inset space ~
29633 \end_inset
29634
29635
29636 \begin_inset CommandInset ref
29637 LatexCommand ref
29638 reference "fuss:Fußnoten-Beispiel"
29639
29640 \end_inset
29641
29642 .
29643 \end_layout
29644
29645 \begin_layout Standard
29646 \begin_inset VSpace defskip
29647 \end_inset
29648
29649 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
29650  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
29651  wird der Befehl 
29652 \series bold
29653
29654 \backslash
29655 footnotemark{}
29656 \series default
29657  als TeX-Code eingefügt.
29658  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
29659 \series bold
29660
29661 \backslash
29662 footnotetext
29663 \series default
29664  nach der Tabelle eingegeben.
29665 \begin_inset Newline newline
29666 \end_inset
29667
29668 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
29669 \end_layout
29670
29671 \begin_layout Standard
29672
29673 \series bold
29674
29675 \backslash
29676 footnotetext{
29677 \series default
29678 Gedruckte Tabellenfußnote.
29679 \series bold
29680 }
29681 \end_layout
29682
29683 \begin_layout Standard
29684 \begin_inset Tabular
29685 <lyxtabular version="3" rows="2" columns="1">
29686 <features rotate="0" tabularvalignment="middle">
29687 <column alignment="center" valignment="top">
29688 <row>
29689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29690 \begin_inset Text
29691
29692 \begin_layout Plain Layout
29693 Dies ist ein Beispieltext.
29694 \begin_inset Foot
29695 status open
29696
29697 \begin_layout Plain Layout
29698 Diese Fußnote wird nicht gedruckt!
29699 \end_layout
29700
29701 \end_inset
29702
29703
29704 \end_layout
29705
29706 \end_inset
29707 </cell>
29708 </row>
29709 <row>
29710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29711 \begin_inset Text
29712
29713 \begin_layout Plain Layout
29714 Dies ist ein Beispieltext.
29715 \begin_inset ERT
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719
29720
29721 \backslash
29722 footnotemark{}
29723 \end_layout
29724
29725 \end_inset
29726
29727
29728 \end_layout
29729
29730 \end_inset
29731 </cell>
29732 </row>
29733 </lyxtabular>
29734
29735 \end_inset
29736
29737
29738 \begin_inset ERT
29739 status collapsed
29740
29741 \begin_layout Plain Layout
29742
29743
29744 \backslash
29745 footnotetext{
29746 \end_layout
29747
29748 \end_inset
29749
29750 Gedruckte Tabellenfußnote.
29751 \begin_inset ERT
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755
29756 }
29757 \end_layout
29758
29759 \end_inset
29760
29761
29762 \end_layout
29763
29764 \begin_layout Standard
29765 Fußnoten in langen Tabellen sind in Abschnitt
29766 \begin_inset space ~
29767 \end_inset
29768
29769
29770 \begin_inset CommandInset ref
29771 LatexCommand ref
29772 reference "uab:Fußnoten-in-langen"
29773
29774 \end_inset
29775
29776  beschrieben.
29777 \end_layout
29778
29779 \begin_layout Standard
29780 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
29781  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
29782  innerhalb einer Seite ist.
29783  (Mehr über Minipages ist in Abschnitt
29784 \begin_inset space ~
29785 \end_inset
29786
29787
29788 \begin_inset CommandInset ref
29789 LatexCommand ref
29790 reference "abs:Minipage"
29791
29792 \end_inset
29793
29794  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
29795  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
29796  Methode mit 
29797 \series bold
29798
29799 \backslash
29800 footnotemark{}
29801 \series default
29802  und 
29803 \series bold
29804
29805 \backslash
29806 footnotetext
29807 \series default
29808 .
29809 \end_layout
29810
29811 \begin_layout Standard
29812 \begin_inset Box Frameless
29813 position "t"
29814 hor_pos "c"
29815 has_inner_box 1
29816 inner_pos "t"
29817 use_parbox 0
29818 use_makebox 0
29819 width "100col%"
29820 special "none"
29821 height "1in"
29822 height_special "totalheight"
29823 status open
29824
29825 \begin_layout Plain Layout
29826 Dies ist ein Beispieltext.in einer Minipage.
29827 \begin_inset Foot
29828 status open
29829
29830 \begin_layout Plain Layout
29831 Fußnote in einer Minipage.
29832 \end_layout
29833
29834 \end_inset
29835
29836
29837 \end_layout
29838
29839 \begin_layout Plain Layout
29840 Dies ist ein Beispieltext.
29841  in einer Minipage.
29842 \begin_inset ERT
29843 status collapsed
29844
29845 \begin_layout Plain Layout
29846
29847
29848 \backslash
29849 footnotemark{}
29850 \end_layout
29851
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \end_inset
29858
29859
29860 \end_layout
29861
29862 \begin_layout Standard
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868
29869 \backslash
29870 footnotetext{
29871 \end_layout
29872
29873 \end_inset
29874
29875 Fußnote außerhalb der Minipage.
29876 \begin_inset ERT
29877 status collapsed
29878
29879 \begin_layout Plain Layout
29880
29881 }
29882 \end_layout
29883
29884 \end_inset
29885
29886
29887 \end_layout
29888
29889 \begin_layout Standard
29890 \begin_inset VSpace defskip
29891 \end_inset
29892
29893
29894 \end_layout
29895
29896 \begin_layout Standard
29897 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
29898  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
29899 \series bold
29900
29901 \backslash
29902 footnotemark[Nummer]
29903 \series default
29904 .
29905 \begin_inset Newline newline
29906 \end_inset
29907
29908 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
29909  sie speichern, nachdem Sie die Fußnote eingefügt haben.
29910  Hinter Fußnote
29911 \begin_inset space ~
29912 \end_inset
29913
29914
29915 \begin_inset CommandInset ref
29916 LatexCommand ref
29917 reference "fuss:Fußnoten-Beispiel"
29918
29919 \end_inset
29920
29921  wurde das mit folgenden TeX-Code-Befehlen gemacht:
29922 \end_layout
29923
29924 \begin_layout Standard
29925
29926 \series bold
29927
29928 \backslash
29929 newcounter{MyRepeatFoot}
29930 \begin_inset Newline newline
29931 \end_inset
29932
29933
29934 \backslash
29935 setcounter{MyRepeatFoot}{
29936 \backslash
29937 thefootnote}
29938 \end_layout
29939
29940 \begin_layout Standard
29941 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
29942 \end_layout
29943
29944 \begin_layout Standard
29945
29946 \series bold
29947
29948 \backslash
29949 footnotemark[
29950 \backslash
29951 theMyRepeatFoot]
29952 \end_layout
29953
29954 \begin_layout Standard
29955 Hier ist eine wiederholte Fußnote:
29956 \begin_inset ERT
29957 status collapsed
29958
29959 \begin_layout Plain Layout
29960
29961
29962 \backslash
29963 footnotemark[
29964 \backslash
29965 theMyRepeatFoot]
29966 \end_layout
29967
29968 \end_inset
29969
29970
29971 \end_layout
29972
29973 \begin_layout Standard
29974 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
29975  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
29976 \end_layout
29977
29978 \begin_layout Standard
29979
29980 \series bold
29981
29982 \backslash
29983 footnotemark[
29984 \backslash
29985 thefootnote]
29986 \end_layout
29987
29988 \begin_layout Standard
29989 Hier ist eine weitere wiederholte Fußnote:
29990 \begin_inset ERT
29991 status collapsed
29992
29993 \begin_layout Plain Layout
29994
29995
29996 \backslash
29997 footnotemark[
29998 \backslash
29999 thefootnote]
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \begin_layout Subsection
30008 Fußnoten-Nummerierung
30009 \begin_inset CommandInset label
30010 LatexCommand label
30011 name "uab:Fußnoten-Nummerierung"
30012
30013 \end_inset
30014
30015
30016 \begin_inset Index idx
30017 status collapsed
30018
30019 \begin_layout Plain Layout
30020 Fußnoten ! Nummerierung
30021 \end_layout
30022
30023 \end_inset
30024
30025
30026 \end_layout
30027
30028 \begin_layout Standard
30029 Um Fußnoten nach jedem Abschnitt
30030 \family roman
30031  auf 1 zurückzusetzen, 
30032 \family default
30033 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30034 \end_layout
30035
30036 \begin_layout Standard
30037
30038 \series bold
30039
30040 \backslash
30041 @addtoreset{footnote}{section}
30042 \end_layout
30043
30044 \begin_layout Standard
30045 \begin_inset VSpace bigskip
30046 \end_inset
30047
30048 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30049  Zahlen:
30050 \end_layout
30051
30052 \begin_layout Standard
30053
30054 \series bold
30055
30056 \backslash
30057 renewcommand{
30058 \backslash
30059 thefootnote}{
30060 \backslash
30061 roman{footnote}}
30062 \end_layout
30063
30064 \begin_layout Standard
30065 \begin_inset ERT
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069
30070
30071 \backslash
30072 renewcommand{
30073 \backslash
30074 thefootnote}{
30075 \backslash
30076 roman{footnote}}
30077 \end_layout
30078
30079 \end_inset
30080
30081  Hier ist ein Beispiel für solch eine Fußnote:
30082 \begin_inset Foot
30083 status open
30084
30085 \begin_layout Plain Layout
30086 Dies ist eine Fußnote mit kleinen römischen Zahlen
30087 \end_layout
30088
30089 \end_inset
30090
30091
30092 \end_layout
30093
30094 \begin_layout Standard
30095 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30096  in obigem Befehl 
30097 \series bold
30098
30099 \backslash
30100 roman
30101 \series default
30102  durch 
30103 \series bold
30104
30105 \backslash
30106 Roman
30107 \series default
30108 .
30109  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30110 \begin_inset Quotes gld
30111 \end_inset
30112
30113 nummerieren
30114 \begin_inset Quotes grd
30115 \end_inset
30116
30117 , verwenden Sie die Befehle 
30118 \series bold
30119
30120 \backslash
30121 Alph
30122 \series default
30123  oder 
30124 \series bold
30125
30126 \backslash
30127 alph
30128 \series default
30129 .
30130  Für die 
30131 \begin_inset Quotes gld
30132 \end_inset
30133
30134 Nummerierung
30135 \begin_inset Quotes grd
30136 \end_inset
30137
30138  mit Symbolen steht der Befehl 
30139 \series bold
30140
30141 \backslash
30142 fnsymbol
30143 \series default
30144  zur Verfügung.
30145 \end_layout
30146
30147 \begin_layout Standard
30148 \begin_inset Note Greyedout
30149 status open
30150
30151 \begin_layout Plain Layout
30152
30153 \series bold
30154 Bemerkung 1:
30155 \series default
30156  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30157  
30158 \emph on
30159 ein
30160 \emph default
30161  Buchstabe verwendet wird.
30162 \end_layout
30163
30164 \end_inset
30165
30166
30167 \begin_inset Newline newline
30168 \end_inset
30169
30170
30171 \begin_inset Note Greyedout
30172 status open
30173
30174 \begin_layout Plain Layout
30175
30176 \series bold
30177 Bemerkung 2:
30178 \series default
30179  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30180 \end_layout
30181
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \begin_layout Standard
30188 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30189 \series bold
30190
30191 \backslash
30192 arabic
30193 \series default
30194  anstelle von 
30195 \series bold
30196
30197 \backslash
30198 roman
30199 \series default
30200  in obigem Befehl.
30201 \begin_inset ERT
30202 status collapsed
30203
30204 \begin_layout Plain Layout
30205
30206
30207 \backslash
30208 renewcommand{
30209 \backslash
30210 thefootnote}{
30211 \backslash
30212 arabic{footnote}}
30213 \end_layout
30214
30215 \end_inset
30216
30217
30218 \end_layout
30219
30220 \begin_layout Standard
30221 \begin_inset VSpace bigskip
30222 \end_inset
30223
30224
30225 \end_layout
30226
30227 \begin_layout Standard
30228 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30229 \begin_inset Quotes gld
30230 \end_inset
30231
30232 Kapitel.Fußnote
30233 \begin_inset Quotes grd
30234 \end_inset
30235
30236  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30237 \end_layout
30238
30239 \begin_layout Standard
30240
30241 \series bold
30242
30243 \backslash
30244 numberwithin{footnote}{chapter}
30245 \end_layout
30246
30247 \begin_layout Standard
30248 Um 
30249 \series bold
30250
30251 \backslash
30252 numberwithin
30253 \series default
30254  benutzen zu können, muss in den 
30255 \family sans
30256 Mathe
30257 \begin_inset space ~
30258 \end_inset
30259
30260 Optionen
30261 \family default
30262  der 
30263 \family sans
30264 Dokument-Einstellungen
30265 \family default
30266  
30267 \family sans
30268 AMS
30269 \begin_inset space ~
30270 \end_inset
30271
30272 Mathe
30273 \begin_inset space ~
30274 \end_inset
30275
30276 Paket
30277 \family default
30278
30279 \begin_inset space ~
30280 \end_inset
30281
30282
30283 \family sans
30284 verwenden
30285 \family default
30286  angekreuzt sein.
30287 \begin_inset ERT
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291
30292
30293 \backslash
30294 numberwithin{footnote}{chapter}
30295 \end_layout
30296
30297 \end_inset
30298
30299  Hier ist ein Beispiel für solch eine Fußnote.
30300 \series bold
30301
30302 \begin_inset Foot
30303 status open
30304
30305 \begin_layout Plain Layout
30306 Dies ist eine Fußnote nach dem Schema 
30307 \begin_inset Quotes gld
30308 \end_inset
30309
30310 Kapitel.Fußnote
30311 \begin_inset Quotes grd
30312 \end_inset
30313
30314 .
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \series default
30321
30322 \begin_inset ERT
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326
30327
30328 \backslash
30329 renewcommand{
30330 \backslash
30331 thefootnote}{
30332 \backslash
30333 arabic{footnote}}
30334 \end_layout
30335
30336 \end_inset
30337
30338
30339 \end_layout
30340
30341 \begin_layout Standard
30342 \begin_inset Note Greyedout
30343 status open
30344
30345 \begin_layout Plain Layout
30346
30347 \series bold
30348 Bemerkung:
30349 \series default
30350  
30351 \series bold
30352
30353 \backslash
30354 numberwithin
30355 \series default
30356  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30357  werden überschrieben.
30358 \end_layout
30359
30360 \end_inset
30361
30362
30363 \end_layout
30364
30365 \begin_layout Standard
30366 Um also z.
30367 \begin_inset space \thinspace{}
30368 \end_inset
30369
30370 B.
30371  das Schema 
30372 \begin_inset Quotes gld
30373 \end_inset
30374
30375 Kapitel.
30376 \backslash
30377 Roman{footnote}
30378 \begin_inset Quotes grd
30379 \end_inset
30380
30381  zu erhalten, muss dieser Befehl anstelle von 
30382 \series bold
30383
30384 \backslash
30385 numberwithin
30386 \series default
30387  verwendet werden:
30388 \end_layout
30389
30390 \begin_layout Standard
30391
30392 \series bold
30393
30394 \backslash
30395 renewcommand{
30396 \backslash
30397 thefootnote}{
30398 \backslash
30399 thechapter.
30400 \backslash
30401 Roman{footnote}}
30402 \end_layout
30403
30404 \begin_layout Subsection
30405 Fußnoten-Platzierung
30406 \begin_inset Index idx
30407 status collapsed
30408
30409 \begin_layout Plain Layout
30410 Fußnoten ! Platzierung
30411 \end_layout
30412
30413 \end_inset
30414
30415
30416 \end_layout
30417
30418 \begin_layout Standard
30419 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30420  ohne Zwischenraum am Ende der Seite gedruckt.
30421  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30422  LaTeX-Vorspann 1.5
30423 \begin_inset space \thinspace{}
30424 \end_inset
30425
30426 mm Zwischenraum einfügen:
30427 \end_layout
30428
30429 \begin_layout Standard
30430
30431 \series bold
30432
30433 \backslash
30434 let
30435 \backslash
30436 myFoot
30437 \backslash
30438 footnote
30439 \begin_inset Newline newline
30440 \end_inset
30441
30442
30443 \backslash
30444 renewcommand{
30445 \backslash
30446 footnote}[1]{
30447 \backslash
30448 myFoot{#1
30449 \backslash
30450 vspace{1.5mm}}}
30451 \end_layout
30452
30453 \begin_layout Standard
30454 \begin_inset VSpace bigskip
30455 \end_inset
30456
30457 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30458  Spalte gedruckt, Abbildung
30459 \begin_inset space ~
30460 \end_inset
30461
30462
30463 \begin_inset CommandInset ref
30464 LatexCommand ref
30465 reference "abb:Standard-Fußnoten-Platzierung-in"
30466
30467 \end_inset
30468
30469 .
30470  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30471  in Abbildung
30472 \begin_inset space ~
30473 \end_inset
30474
30475
30476 \begin_inset CommandInset ref
30477 LatexCommand ref
30478 reference "abb:Fußnoten-Platzierung-in-einem"
30479
30480 \end_inset
30481
30482 , müssen Sie das LaTeX-Paket 
30483 \series bold
30484 ftnright
30485 \series default
30486
30487 \begin_inset Index idx
30488 status collapsed
30489
30490 \begin_layout Plain Layout
30491 LaTeX-Pakete ! ftnright
30492 \end_layout
30493
30494 \end_inset
30495
30496  mit folgendem Befehl im LaTeX-Vorspann einfügen:
30497 \end_layout
30498
30499 \begin_layout Standard
30500
30501 \series bold
30502
30503 \backslash
30504 usepackage{ftnright}
30505 \end_layout
30506
30507 \begin_layout Standard
30508 \begin_inset Float figure
30509 placement !h
30510 wide false
30511 sideways false
30512 status open
30513
30514 \begin_layout Plain Layout
30515 \begin_inset ERT
30516 status collapsed
30517
30518 \begin_layout Plain Layout
30519
30520
30521 \backslash
30522 framebox{
30523 \end_layout
30524
30525 \end_inset
30526
30527
30528 \begin_inset Graphics
30529         filename ../clipart/without_fntright.pdf
30530         width 100col%
30531         scaleBeforeRotation
30532
30533 \end_inset
30534
30535
30536 \begin_inset ERT
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540
30541 }
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \end_layout
30548
30549 \begin_layout Plain Layout
30550 \begin_inset Caption Standard
30551
30552 \begin_layout Plain Layout
30553 \begin_inset CommandInset label
30554 LatexCommand label
30555 name "abb:Standard-Fußnoten-Platzierung-in"
30556
30557 \end_inset
30558
30559 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30560 \begin_inset Argument 1
30561 status open
30562
30563 \begin_layout Plain Layout
30564 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30565 \end_layout
30566
30567 \end_inset
30568
30569
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \end_layout
30576
30577 \end_inset
30578
30579
30580 \end_layout
30581
30582 \begin_layout Standard
30583 \begin_inset Float figure
30584 placement !h
30585 wide false
30586 sideways false
30587 status open
30588
30589 \begin_layout Plain Layout
30590 \begin_inset ERT
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594
30595
30596 \backslash
30597 framebox{
30598 \end_layout
30599
30600 \end_inset
30601
30602
30603 \begin_inset Graphics
30604         filename ../clipart/with_fntright.pdf
30605         width 100col%
30606         scaleBeforeRotation
30607
30608 \end_inset
30609
30610
30611 \begin_inset ERT
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615
30616 }
30617 \end_layout
30618
30619 \end_inset
30620
30621
30622 \end_layout
30623
30624 \begin_layout Plain Layout
30625 \begin_inset Caption Standard
30626
30627 \begin_layout Plain Layout
30628 \begin_inset CommandInset label
30629 LatexCommand label
30630 name "abb:Fußnoten-Platzierung-in-einem"
30631
30632 \end_inset
30633
30634 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
30635  
30636 \series bold
30637 ftnright
30638 \series default
30639 .
30640 \begin_inset Argument 1
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644 Fußnoten-Platzierung mit 
30645 \family typewriter
30646 ftnright
30647 \end_layout
30648
30649 \end_inset
30650
30651
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \end_layout
30663
30664 \begin_layout Standard
30665 \begin_inset VSpace bigskip
30666 \end_inset
30667
30668 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
30669  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
30670 \begin_inset space ~
30671 \end_inset
30672
30673
30674 \begin_inset CommandInset ref
30675 LatexCommand ref
30676 reference "abb:endnotes"
30677
30678 \end_inset
30679
30680  gedruckt.
30681  Man nennt sie dann 
30682 \begin_inset Quotes gld
30683 \end_inset
30684
30685 Endnoten
30686 \begin_inset Quotes grd
30687 \end_inset
30688
30689 .
30690 \begin_inset Index idx
30691 status collapsed
30692
30693 \begin_layout Plain Layout
30694 Endnoten
30695 \end_layout
30696
30697 \end_inset
30698
30699  Um das zu erreichen, laden Sie im Menü 
30700 \family sans
30701 Dokument\SpecialChar \menuseparator
30702 Einstellungen\SpecialChar \menuseparator
30703 Module 
30704 \family default
30705 das Modul 
30706 \family sans
30707 Fußnote
30708 \begin_inset space ~
30709 \end_inset
30710
30711 als
30712 \begin_inset space ~
30713 \end_inset
30714
30715 Endnote
30716 \family default
30717 .
30718  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
30719 \end_layout
30720
30721 \begin_layout Standard
30722
30723 \series bold
30724
30725 \backslash
30726 theendnotes
30727 \end_layout
30728
30729 \begin_layout Standard
30730 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
30731 \end_layout
30732
30733 \begin_layout Standard
30734 \begin_inset Float figure
30735 wide false
30736 sideways false
30737 status open
30738
30739 \begin_layout Plain Layout
30740 \align center
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745
30746
30747 \backslash
30748 framebox{
30749 \end_layout
30750
30751 \end_inset
30752
30753
30754 \begin_inset Graphics
30755         filename ../clipart/endnotes.pdf
30756         scaleBeforeRotation
30757
30758 \end_inset
30759
30760
30761 \begin_inset ERT
30762 status collapsed
30763
30764 \begin_layout Plain Layout
30765
30766 }
30767 \end_layout
30768
30769 \end_inset
30770
30771
30772 \end_layout
30773
30774 \begin_layout Plain Layout
30775 \begin_inset Caption Standard
30776
30777 \begin_layout Plain Layout
30778 \begin_inset CommandInset label
30779 LatexCommand label
30780 name "abb:endnotes"
30781
30782 \end_inset
30783
30784
30785 \series bold
30786 endnotes
30787 \series default
30788  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
30789  gedruckt.
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \end_layout
30796
30797 \end_inset
30798
30799
30800 \end_layout
30801
30802 \begin_layout Standard
30803 \begin_inset VSpace medskip
30804 \end_inset
30805
30806 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
30807 ache übersetzt.
30808  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
30809 \begin_inset Quotes gld
30810 \end_inset
30811
30812 Notes
30813 \begin_inset Quotes grd
30814 \end_inset
30815
30816  in 
30817 \begin_inset Quotes gld
30818 \end_inset
30819
30820 Anmerkungen
30821 \begin_inset Quotes grd
30822 \end_inset
30823
30824 :
30825 \end_layout
30826
30827 \begin_layout Standard
30828
30829 \series bold
30830
30831 \backslash
30832 renewcommand{
30833 \backslash
30834 notesname}{Anmerkungen}
30835 \end_layout
30836
30837 \begin_layout Standard
30838 \begin_inset VSpace medskip
30839 \end_inset
30840
30841 Wenn Sie in den Befehlen von Abschnitt
30842 \begin_inset space ~
30843 \end_inset
30844
30845
30846 \begin_inset CommandInset ref
30847 LatexCommand ref
30848 reference "uab:Fußnoten-Nummerierung"
30849
30850 \end_inset
30851
30852  
30853 \series bold
30854
30855 \backslash
30856 thefootnote
30857 \series default
30858  durch 
30859 \series bold
30860
30861 \backslash
30862 theendnote
30863 \series default
30864  ersetzen, können Sie die Nummerierung von Endnoten ändern.
30865  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
30866 \series bold
30867
30868 \backslash
30869 @addtoreset
30870 \series default
30871  wie in Abschnitt
30872 \begin_inset space \space{}
30873 \end_inset
30874
30875
30876 \begin_inset CommandInset ref
30877 LatexCommand ref
30878 reference "uab:Fußnoten-Nummerierung"
30879
30880 \end_inset
30881
30882  beschrieben und ersetzen 
30883 \series bold
30884 footnote
30885 \series default
30886  durch 
30887 \series bold
30888 endnote
30889 \series default
30890 .
30891 \end_layout
30892
30893 \begin_layout Standard
30894 Für Endnoten gibt es den Befehl 
30895 \series bold
30896
30897 \backslash
30898 endnotemark[Nummer]
30899 \series default
30900  analog zum Befehl 
30901 \series bold
30902
30903 \backslash
30904 footnotemark
30905 \series default
30906  der in Abschnitt
30907 \begin_inset space ~
30908 \end_inset
30909
30910
30911 \begin_inset CommandInset ref
30912 LatexCommand ref
30913 reference "abs:Fußnoten"
30914
30915 \end_inset
30916
30917  beschrieben ist.
30918 \end_layout
30919
30920 \begin_layout Standard
30921 \begin_inset VSpace bigskip
30922 \end_inset
30923
30924 Mit dem LaTeX-Paket 
30925 \series bold
30926 footmisc
30927 \series default
30928
30929 \begin_inset Index idx
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933 LaTeX-Pakete ! footmisc
30934 \end_layout
30935
30936 \end_inset
30937
30938  (
30939 \begin_inset CommandInset citation
30940 LatexCommand cite
30941 key "footmisc"
30942
30943 \end_inset
30944
30945 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
30946 \end_layout
30947
30948 \begin_layout Standard
30949 In LaTeX-Büchern, 
30950 \begin_inset CommandInset citation
30951 LatexCommand cite
30952 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
30953
30954 \end_inset
30955
30956 , finden Sie weiteres zu Fußnoten.
30957  Wenn Sie eine 
30958 \series bold
30959 KOMA-Script
30960 \series default
30961
30962 \begin_inset Index idx
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966 LaTeX-Pakete ! KOMA-Script
30967 \end_layout
30968
30969 \end_inset
30970
30971  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
30972 zifische Befehle anpassen, siehe 
30973 \begin_inset CommandInset citation
30974 LatexCommand cite
30975 key "KOMA-Script"
30976
30977 \end_inset
30978
30979 .
30980 \end_layout
30981
30982 \begin_layout Section
30983 Randnotizen
30984 \begin_inset Index idx
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988 Randnotizen
30989 \end_layout
30990
30991 \end_inset
30992
30993
30994 \begin_inset Index idx
30995 status collapsed
30996
30997 \begin_layout Plain Layout
30998 Notizen ! Randnotizen
30999 \end_layout
31000
31001 \end_inset
31002
31003
31004 \end_layout
31005
31006 \begin_layout Standard
31007 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
31008  Sie fügen sie mit einem Klick auf den Schalter 
31009 \begin_inset Info
31010 type  "icon"
31011 arg   "marginalnote-insert"
31012 \end_inset
31013
31014  oder über 
31015 \family sans
31016 Einfügen\SpecialChar \menuseparator
31017 Randnotiz
31018 \family default
31019  ein.
31020  Ein graues Kästchen mit der Aufschrift 
31021 \begin_inset Quotes gld
31022 \end_inset
31023
31024 Rand
31025 \begin_inset Quotes grd
31026 \end_inset
31027
31028  erscheint
31029 \family roman
31030 \series medium
31031 , und dort, wo der Cursor steht, können Sie Text eingeben.
31032 \end_layout
31033
31034 \begin_layout Standard
31035 Hier am Rand sehen Sie eine Randnotiz.
31036  
31037 \begin_inset Marginal
31038 status open
31039
31040 \begin_layout Plain Layout
31041 Dies ist eine Randnotiz.
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \end_layout
31048
31049 \begin_layout Standard
31050 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31051  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31052  Seiten und rechts auf den ungeraden.
31053  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31054  wird und umgekehrt.
31055  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31056  wurde.
31057 \end_layout
31058
31059 \begin_layout Standard
31060 \begin_inset VSpace bigskip
31061 \end_inset
31062
31063 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31064 \end_layout
31065
31066 \begin_layout Standard
31067
31068 \series bold
31069
31070 \backslash
31071 reversemarginpar
31072 \end_layout
31073
31074 \begin_layout Standard
31075 als TeX-Code vor einer Randnotiz ein.
31076  Das gilt dann für alle folgenden Randnotizen.
31077  
31078 \begin_inset ERT
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082
31083
31084 \backslash
31085 reversemarginpar 
31086 \end_layout
31087
31088 \end_inset
31089
31090
31091 \begin_inset Marginal
31092 status open
31093
31094 \begin_layout Plain Layout
31095 Hier ist ein Beispiel im inneren Rand.
31096 \end_layout
31097
31098 \end_inset
31099
31100
31101 \begin_inset Newline newline
31102 \end_inset
31103
31104
31105 \begin_inset Note Greyedout
31106 status open
31107
31108 \begin_layout Plain Layout
31109  
31110 \series bold
31111 Achtung:
31112 \series default
31113  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31114 \end_layout
31115
31116 \end_inset
31117
31118
31119 \end_layout
31120
31121 \begin_layout Standard
31122 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31123 \end_layout
31124
31125 \begin_layout Standard
31126
31127 \series bold
31128
31129 \backslash
31130 normalmarginpar
31131 \end_layout
31132
31133 \begin_layout Standard
31134 als TeX-Code ein.
31135 \begin_inset ERT
31136 status collapsed
31137
31138 \begin_layout Plain Layout
31139
31140
31141 \backslash
31142 normalmarginpar 
31143 \end_layout
31144
31145 \end_inset
31146
31147
31148 \end_layout
31149
31150 \begin_layout Standard
31151 \begin_inset Note Greyedout
31152 status open
31153
31154 \begin_layout Plain Layout
31155
31156 \series bold
31157 Achtung:
31158 \series default
31159  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31160 \series bold
31161
31162 \backslash
31163 reversemarginpar
31164 \series default
31165  verwendet wird.
31166 \end_layout
31167
31168 \end_inset
31169
31170
31171 \end_layout
31172
31173 \begin_layout Standard
31174 \begin_inset VSpace bigskip
31175 \end_inset
31176
31177
31178 \begin_inset Marginal
31179 status open
31180
31181 \begin_layout Plain Layout
31182
31183 \family roman
31184 \series medium
31185 EinSehrLangesWort am Anfang, das umgebrochen wird.
31186 \end_layout
31187
31188 \end_inset
31189
31190  Ähnlich wie in Abschnitt
31191 \begin_inset space ~
31192 \end_inset
31193
31194
31195 \begin_inset CommandInset ref
31196 LatexCommand ref
31197 reference "uab:Mehrfache-Zeilen-in"
31198
31199 \end_inset
31200
31201  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31202  Wort der Randnotiz sind.
31203  Um das zu vermeiden, fügen sie 0
31204 \begin_inset space \thinspace{}
31205 \end_inset
31206
31207 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31208 \begin_inset Marginal
31209 status open
31210
31211 \begin_layout Plain Layout
31212 \begin_inset space \hspace{}
31213 \length 0pt
31214 \end_inset
31215
31216
31217 \family roman
31218 \series medium
31219 EinSehrLangesWort am Anfang, das umgebrochen wird.
31220 \end_layout
31221
31222 \end_inset
31223
31224
31225 \end_layout
31226
31227 \begin_layout Standard
31228 \begin_inset VSpace bigskip
31229 \end_inset
31230
31231
31232 \end_layout
31233
31234 \begin_layout Standard
31235 \begin_inset Note Greyedout
31236 status open
31237
31238 \begin_layout Plain Layout
31239
31240 \series bold
31241 Bemerkung:
31242 \series default
31243  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31244  verwendet werden.
31245 \end_layout
31246
31247 \end_inset
31248
31249
31250 \end_layout
31251
31252 \begin_layout Standard
31253 \begin_inset VSpace bigskip
31254 \end_inset
31255
31256
31257 \end_layout
31258
31259 \begin_layout Standard
31260 \begin_inset ERT
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264
31265
31266 \backslash
31267 ifmarginnote
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \begin_inset Note Note
31274 status open
31275
31276 \begin_layout Plain Layout
31277 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
31278 \series bold
31279 marginnote
31280 \series default
31281  installiert ist.
31282 \end_layout
31283
31284 \end_inset
31285
31286
31287 \end_layout
31288
31289 \begin_layout Standard
31290 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
31291 \series bold
31292 marginnote
31293 \series default
31294
31295 \begin_inset Index idx
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299 LaTeX-Pakete ! marginnote
31300 \end_layout
31301
31302 \end_inset
31303
31304  verwendet wird.
31305  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
31306  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
31307  des Pakets 
31308 \series bold
31309 marginnote
31310 \series default
31311  für Randnotizen verwendet wird:
31312 \end_layout
31313
31314 \begin_layout Standard
31315
31316 \series bold
31317
31318 \backslash
31319 usepackage{marginnote}
31320 \begin_inset Newline newline
31321 \end_inset
31322
31323
31324 \backslash
31325 let
31326 \backslash
31327 marginpar
31328 \backslash
31329 marginnote
31330 \end_layout
31331
31332 \begin_layout Standard
31333 Dies wird auch in diesem Dokument verwendet, denn 
31334 \series bold
31335 marginnote
31336 \series default
31337  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31338  für Randnotizen angeben.
31339  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31340 n zu dicht beieinander sind.
31341  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
31342  Schema
31343 \end_layout
31344
31345 \begin_layout Standard
31346
31347 \series bold
31348 [Versatz]
31349 \end_layout
31350
31351 \begin_layout Standard
31352 angegeben.
31353  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31354 \begin_inset space ~
31355 \end_inset
31356
31357
31358 \begin_inset CommandInset ref
31359 LatexCommand ref
31360 reference "tab:Maßeinheiten"
31361
31362 \end_inset
31363
31364  aufgelistet sind.
31365  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31366  nach unten.
31367  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31368 \begin_inset space \thinspace{}
31369 \end_inset
31370
31371 cm mit dem TeX-Code-Befehl  
31372 \begin_inset Quotes gld
31373 \end_inset
31374
31375
31376 \series bold
31377 [-1.5cm]
31378 \series default
31379
31380 \begin_inset Quotes grd
31381 \end_inset
31382
31383  nach oben versetzt.
31384 \begin_inset Marginal
31385 status open
31386
31387 \begin_layout Plain Layout
31388 Diese Randnotiz ist 1.5
31389 \begin_inset space \thinspace{}
31390 \end_inset
31391
31392 cm von ihrer Originalposition nach oben versetzt.
31393 \end_layout
31394
31395 \end_inset
31396
31397
31398 \begin_inset ERT
31399 status collapsed
31400
31401 \begin_layout Plain Layout
31402
31403 [-1.5cm]
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \end_layout
31410
31411 \begin_layout Standard
31412 \begin_inset VSpace medskip
31413 \end_inset
31414
31415 Mit 
31416 \series bold
31417 marginnote
31418 \series default
31419  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31420  Zum Beispiel setzen die Befehle
31421 \end_layout
31422
31423 \begin_layout Standard
31424
31425 \series bold
31426
31427 \backslash
31428 renewcommand*{
31429 \backslash
31430 raggedleftmarginnote}{
31431 \backslash
31432 centering}
31433 \begin_inset Newline newline
31434 \end_inset
31435
31436
31437 \backslash
31438 renewcommand*{
31439 \backslash
31440 raggedrightmarginnote}{
31441 \backslash
31442 centering}
31443 \end_layout
31444
31445 \begin_layout Standard
31446 die Ausrichtung auf zentriert.
31447  
31448 \series bold
31449
31450 \backslash
31451 raggedleftmarginnote
31452 \series default
31453  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31454  
31455 \begin_inset ERT
31456 status collapsed
31457
31458 \begin_layout Plain Layout
31459
31460
31461 \backslash
31462 renewcommand*{
31463 \backslash
31464 raggedleftmarginnote}{
31465 \backslash
31466 centering}
31467 \end_layout
31468
31469 \begin_layout Plain Layout
31470
31471
31472 \backslash
31473 renewcommand*{
31474 \backslash
31475 raggedrightmarginnote}{
31476 \backslash
31477 centering}
31478 \end_layout
31479
31480 \end_inset
31481
31482
31483 \begin_inset Marginal
31484 status open
31485
31486 \begin_layout Plain Layout
31487 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31488 \end_layout
31489
31490 \end_inset
31491
31492  Die Voreinstellung ist
31493 \end_layout
31494
31495 \begin_layout Standard
31496
31497 \series bold
31498
31499 \backslash
31500 renewcommand*{
31501 \backslash
31502 raggedleftmarginnote}{
31503 \backslash
31504 raggedleft}
31505 \begin_inset Newline newline
31506 \end_inset
31507
31508
31509 \backslash
31510 renewcommand*{
31511 \backslash
31512 raggedrightmarginnote}{
31513 \backslash
31514 raggedright}
31515 \series default
31516
31517 \begin_inset ERT
31518 status collapsed
31519
31520 \begin_layout Plain Layout
31521
31522
31523 \backslash
31524 renewcommand*{
31525 \backslash
31526 raggedleftmarginnote}{
31527 \backslash
31528 raggedleft}
31529 \end_layout
31530
31531 \begin_layout Plain Layout
31532
31533
31534 \backslash
31535 renewcommand*{
31536 \backslash
31537 raggedrightmarginnote}{
31538 \backslash
31539 raggedright}
31540 \end_layout
31541
31542 \end_inset
31543
31544
31545 \end_layout
31546
31547 \begin_layout Standard
31548 \begin_inset VSpace medskip
31549 \end_inset
31550
31551 Für weitere Fähigkeiten des Pakets 
31552 \series bold
31553 marginnote
31554 \series default
31555  sei auf dessen Dokumentation verwiesen 
31556 \begin_inset CommandInset citation
31557 LatexCommand cite
31558 key "marginnote"
31559
31560 \end_inset
31561
31562 .
31563 \end_layout
31564
31565 \begin_layout Standard
31566 \begin_inset VSpace bigskip
31567 \end_inset
31568
31569 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
31570  geändert werden.
31571  Um z.
31572 \begin_inset space \thinspace{}
31573 \end_inset
31574
31575 B.
31576  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
31577  und fettgedruckten Text 
31578 \begin_inset Quotes eld
31579 \end_inset
31580
31581
31582 \family sans
31583 \series bold
31584 \bar under
31585 Achtung!
31586 \family default
31587 \series default
31588 \bar default
31589
31590 \begin_inset Quotes erd
31591 \end_inset
31592
31593  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
31594 \end_layout
31595
31596 \begin_layout Standard
31597
31598 \series bold
31599
31600 \backslash
31601 let
31602 \backslash
31603 myMarginpar
31604 \backslash
31605 marginpar
31606 \begin_inset Newline newline
31607 \end_inset
31608
31609
31610 \backslash
31611 renewcommand{
31612 \backslash
31613 marginpar}[1]{
31614 \backslash
31615 myMarginpar{%
31616 \begin_inset Newline newline
31617 \end_inset
31618
31619
31620 \begin_inset Phantom HPhantom
31621 status open
31622
31623 \begin_layout Plain Layout
31624
31625 \series bold
31626 \begin_inset space ~
31627 \end_inset
31628
31629
31630 \end_layout
31631
31632 \end_inset
31633
31634
31635 \backslash
31636 hspace{0pt}
31637 \backslash
31638 textsf{
31639 \backslash
31640 textbf{
31641 \backslash
31642 underbar{Achtung!}}}%
31643 \begin_inset Newline newline
31644 \end_inset
31645
31646
31647 \begin_inset Phantom HPhantom
31648 status open
31649
31650 \begin_layout Plain Layout
31651
31652 \series bold
31653 \begin_inset space ~
31654 \end_inset
31655
31656
31657 \end_layout
31658
31659 \end_inset
31660
31661
31662 \backslash
31663 vspace{1.5mm}
31664 \backslash
31665
31666 \backslash
31667 #1}}
31668 \end_layout
31669
31670 \begin_layout Standard
31671 \begin_inset ERT
31672 status collapsed
31673
31674 \begin_layout Plain Layout
31675
31676
31677 \backslash
31678 let
31679 \backslash
31680 myMarginpar
31681 \backslash
31682 marginpar
31683 \end_layout
31684
31685 \begin_layout Plain Layout
31686
31687
31688 \backslash
31689 renewcommand{
31690 \backslash
31691 marginpar}[1]{
31692 \backslash
31693 myMarginpar{%
31694 \end_layout
31695
31696 \begin_layout Plain Layout
31697
31698    
31699 \backslash
31700 textsf{
31701 \backslash
31702 textbf{
31703 \backslash
31704 underbar{Achtung!}}}%
31705 \end_layout
31706
31707 \begin_layout Plain Layout
31708
31709    
31710 \backslash
31711 vspace{1.5mm}
31712 \backslash
31713
31714 \backslash
31715 #1}}
31716 \end_layout
31717
31718 \end_inset
31719
31720
31721 \begin_inset Marginal
31722 status open
31723
31724 \begin_layout Plain Layout
31725 Dies ist eine Randnotiz mit einer definierten Überschrift.
31726 \end_layout
31727
31728 \end_inset
31729
31730
31731 \begin_inset ERT
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735
31736 [-1.5cm]
31737 \end_layout
31738
31739 \end_inset
31740
31741
31742 \begin_inset ERT
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746
31747
31748 \backslash
31749 renewcommand{
31750 \backslash
31751 marginpar}[1]{
31752 \backslash
31753 myMarginpar{#1}}
31754 \end_layout
31755
31756 \end_inset
31757
31758
31759 \begin_inset Note Note
31760 status open
31761
31762 \begin_layout Plain Layout
31763 Das Format wurde nur für dieses Beispiel geändert.
31764 \end_layout
31765
31766 \end_inset
31767
31768
31769 \end_layout
31770
31771 \begin_layout Standard
31772 \begin_inset ERT
31773 status collapsed
31774
31775 \begin_layout Plain Layout
31776
31777
31778 \backslash
31779 else
31780 \end_layout
31781
31782 \end_inset
31783
31784
31785 \begin_inset Note Note
31786 status open
31787
31788 \begin_layout Plain Layout
31789 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
31790 \series bold
31791 marginnote
31792 \series default
31793  nicht installiert ist:
31794 \end_layout
31795
31796 \end_inset
31797
31798
31799 \end_layout
31800
31801 \begin_layout Standard
31802 Das LaTeX-Paket 
31803 \series bold
31804 marginnote
31805 \series default
31806  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
31807 \end_layout
31808
31809 \begin_layout Standard
31810 \begin_inset ERT
31811 status collapsed
31812
31813 \begin_layout Plain Layout
31814
31815
31816 \backslash
31817 fi
31818 \end_layout
31819
31820 \end_inset
31821
31822
31823 \end_layout
31824
31825 \begin_layout Chapter
31826 Boxen
31827 \end_layout
31828
31829 \begin_layout Section
31830 Einleitung
31831 \begin_inset Index idx
31832 status collapsed
31833
31834 \begin_layout Plain Layout
31835 Boxen ! Einleitung
31836 \end_layout
31837
31838 \end_inset
31839
31840
31841 \end_layout
31842
31843 \begin_layout Standard
31844 Boxen werden benutzt, um einen Textblock zu formatieren.
31845  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
31846  siehe Abschnitt
31847 \begin_inset space ~
31848 \end_inset
31849
31850
31851 \begin_inset CommandInset ref
31852 LatexCommand ref
31853 reference "abs:Minipage"
31854
31855 \end_inset
31856
31857 , um Text zu umrahmen, siehe Abschnitt
31858 \begin_inset space ~
31859 \end_inset
31860
31861
31862 \begin_inset CommandInset ref
31863 LatexCommand ref
31864 reference "uab:Verzierung"
31865
31866 \end_inset
31867
31868 , um Silbentrennung zu verhindern, siehe Abschnitt
31869 \begin_inset space ~
31870 \end_inset
31871
31872
31873 \begin_inset CommandInset ref
31874 LatexCommand ref
31875 reference "abs:Silbentrennung-unterbinden"
31876
31877 \end_inset
31878
31879 , um Text senkrecht auszurichten, siehe Abschnitt
31880 \begin_inset space ~
31881 \end_inset
31882
31883
31884 \begin_inset CommandInset ref
31885 LatexCommand ref
31886 reference "uab:Vertikale-Ausrichtung"
31887
31888 \end_inset
31889
31890  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
31891 \begin_inset space ~
31892 \end_inset
31893
31894
31895 \begin_inset CommandInset ref
31896 LatexCommand ref
31897 reference "abs:Farbige-Boxen"
31898
31899 \end_inset
31900
31901 .
31902 \end_layout
31903
31904 \begin_layout Standard
31905 Boxen werden mit 
31906 \family sans
31907 Einfügen\SpecialChar \menuseparator
31908 Box
31909 \family default
31910  oder dem Schalter 
31911 \begin_inset Info
31912 type  "icon"
31913 arg   "box-insert Frameless"
31914 \end_inset
31915
31916  eingefügt.
31917  Ein graues Kästchen mit der Aufschrift 
31918 \begin_inset Quotes gld
31919 \end_inset
31920
31921 Box (Minipage)
31922 \begin_inset Quotes grd
31923 \end_inset
31924
31925  erscheint: 
31926 \begin_inset Graphics
31927         filename clipart/StandardBoxQt4.png
31928         scale 85
31929         scaleBeforeRotation
31930
31931 \end_inset
31932
31933  Mit einem Rechts\SpecialChar \-
31934 klick auf das graue Kästchen und der Auswahl von 
31935 \family sans
31936 Einstellungen
31937 \family default
31938  kann der Typ spezifiziert werden.
31939  Das Dialogfenster bietet bei 
31940 \family sans
31941 Innere
31942 \begin_inset space ~
31943 \end_inset
31944
31945 Box
31946 \family default
31947  die Typen 
31948 \family sans
31949 Makebox
31950 \family default
31951
31952 \family sans
31953 Parbox
31954 \family default
31955  und 
31956 \family sans
31957 Minipage
31958 \family default
31959  an.
31960  
31961 \family sans
31962 Minipage
31963 \family default
31964  ist die Standard-Einstellung für neue Boxen und in Abschnitt
31965 \begin_inset space ~
31966 \end_inset
31967
31968
31969 \begin_inset CommandInset ref
31970 LatexCommand ref
31971 reference "abs:Minipage"
31972
31973 \end_inset
31974
31975  beschrieben, 
31976 \family sans
31977 Parbox
31978 \family default
31979  in Abschnitt
31980 \begin_inset space ~
31981 \end_inset
31982
31983
31984 \begin_inset CommandInset ref
31985 LatexCommand ref
31986 reference "abs:Parbox"
31987
31988 \end_inset
31989
31990  und 
31991 \family sans
31992 Makebox
31993 \family default
31994  in 
31995 \begin_inset CommandInset ref
31996 LatexCommand ref
31997 reference "abs:Silbentrennung-unterbinden"
31998
31999 \end_inset
32000
32001 .
32002 \end_layout
32003
32004 \begin_layout Standard
32005 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32006  wie auf Gleitobjekte und Fußnoten.
32007 \end_layout
32008
32009 \begin_layout Standard
32010 \begin_inset Note Greyedout
32011 status open
32012
32013 \begin_layout Plain Layout
32014
32015 \series bold
32016 Bemerkung
32017 \begin_inset space ~
32018 \end_inset
32019
32020 1:
32021 \series default
32022  Boxen dürfen in 
32023 \family sans
32024 List-
32025 \family default
32026  oder 
32027 \family sans
32028 Beschreibung-
32029 \family default
32030 Umgebungen nicht verwendet werden.
32031 \end_layout
32032
32033 \end_inset
32034
32035
32036 \end_layout
32037
32038 \begin_layout Standard
32039 \begin_inset Note Greyedout
32040 status open
32041
32042 \begin_layout Plain Layout
32043
32044 \series bold
32045 Bemerkung
32046 \begin_inset space ~
32047 \end_inset
32048
32049 2:
32050 \series default
32051  Boxen ohne 
32052 \family sans
32053 Innere
32054 \begin_inset space ~
32055 \end_inset
32056
32057 Box
32058 \family default
32059  und ohne Rahmen werden in Abschnitt
32060 \begin_inset space ~
32061 \end_inset
32062
32063
32064 \begin_inset CommandInset ref
32065 LatexCommand ref
32066 reference "abs:Silbentrennung-unterbinden"
32067
32068 \end_inset
32069
32070  beschrieben.
32071 \end_layout
32072
32073 \end_inset
32074
32075
32076 \end_layout
32077
32078 \begin_layout Section
32079 Das Box-Einstellungen-Fenster
32080 \begin_inset CommandInset label
32081 LatexCommand label
32082 name "abs:Box-Dialog"
32083
32084 \end_inset
32085
32086
32087 \begin_inset Index idx
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091 Boxen ! Box-Dialog-Fenster
32092 \end_layout
32093
32094 \end_inset
32095
32096
32097 \end_layout
32098
32099 \begin_layout Subsection
32100 Box-Größe
32101 \begin_inset Index idx
32102 status collapsed
32103
32104 \begin_layout Plain Layout
32105 Boxen ! Größe
32106 \end_layout
32107
32108 \end_inset
32109
32110
32111 \end_layout
32112
32113 \begin_layout Standard
32114 Im 
32115 \family sans
32116 Box-Einstellungen
32117 \family default
32118 -Fenster können Sie die Größe der Box mit 
32119 \family sans
32120 Breite
32121 \family default
32122  und 
32123 \family sans
32124 Höhe 
32125 \family default
32126 festlegen.
32127  Die verfügbaren Einheiten werden in Tabelle
32128 \begin_inset space ~
32129 \end_inset
32130
32131
32132 \begin_inset CommandInset ref
32133 LatexCommand ref
32134 reference "tab:Maßeinheiten"
32135
32136 \end_inset
32137
32138  aufgelistet.
32139  Das Feld
32140 \family sans
32141  Höhe
32142 \family default
32143  bietet die folgenden zusätzlichen Größen:
32144 \end_layout
32145
32146 \begin_layout Description
32147 Tiefe Dies ist die reine Text-
32148 \begin_inset Quotes gld
32149 \end_inset
32150
32151 Höhe
32152 \begin_inset Quotes grd
32153 \end_inset
32154
32155 .
32156  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32157 \begin_inset Newline newline
32158 \end_inset
32159
32160
32161 \begin_inset Newline newline
32162 \end_inset
32163
32164
32165 \begin_inset Newline newline
32166 \end_inset
32167
32168
32169 \begin_inset Box Boxed
32170 position "c"
32171 hor_pos "c"
32172 has_inner_box 1
32173 inner_pos "c"
32174 use_parbox 0
32175 use_makebox 0
32176 width "12col%"
32177 special "none"
32178 height "1in"
32179 height_special "depth"
32180 status collapsed
32181
32182 \begin_layout Plain Layout
32183 \align center
32184 Box-Höhe = 1
32185 \begin_inset space \thinspace{}
32186 \end_inset
32187
32188 Tiefe
32189 \end_layout
32190
32191 \end_inset
32192
32193
32194 \begin_inset Newline newline
32195 \end_inset
32196
32197
32198 \begin_inset Newline newline
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \begin_layout Description
32205 Höhe Dies ist die Texthöhe innerhalb der Box.
32206  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32207  Texthöhe setzen: 
32208 \begin_inset Box Boxed
32209 position "c"
32210 hor_pos "c"
32211 has_inner_box 1
32212 inner_pos "c"
32213 use_parbox 0
32214 use_makebox 0
32215 width "20col%"
32216 special "none"
32217 height "2in"
32218 height_special "height"
32219 status collapsed
32220
32221 \begin_layout Plain Layout
32222 \align center
32223 Boxhöhe = 2
32224 \begin_inset space \thinspace{}
32225 \end_inset
32226
32227 Höhe
32228 \end_layout
32229
32230 \end_inset
32231
32232
32233 \end_layout
32234
32235 \begin_layout Description
32236 Gesamthöhe Dies ist Höhe
32237 \begin_inset space \thinspace{}
32238 \end_inset
32239
32240 +
32241 \begin_inset space \thinspace{}
32242 \end_inset
32243
32244 Tiefe: 
32245 \begin_inset Box Boxed
32246 position "c"
32247 hor_pos "c"
32248 has_inner_box 1
32249 inner_pos "c"
32250 use_parbox 0
32251 use_makebox 0
32252 width "20col%"
32253 special "none"
32254 height "1in"
32255 height_special "totalheight"
32256 status collapsed
32257
32258 \begin_layout Plain Layout
32259 \align center
32260 Boxhöhe = 1
32261 \begin_inset space \thinspace{}
32262 \end_inset
32263
32264 Gesamthöhe
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \end_layout
32271
32272 \begin_layout Description
32273 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32274 \begin_inset Box Boxed
32275 position "c"
32276 hor_pos "c"
32277 has_inner_box 1
32278 inner_pos "c"
32279 use_parbox 0
32280 use_makebox 0
32281 width "12col%"
32282 special "none"
32283 height "1in"
32284 height_special "width"
32285 status collapsed
32286
32287 \begin_layout Plain Layout
32288 \align center
32289 Boxhöhe = 1
32290 \begin_inset space \thinspace{}
32291 \end_inset
32292
32293 Breite
32294 \end_layout
32295
32296 \end_inset
32297
32298
32299 \end_layout
32300
32301 \begin_layout Subsection
32302 Ausrichtung
32303 \begin_inset Index idx
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307 Boxen ! Ausrichtung
32308 \end_layout
32309
32310 \end_inset
32311
32312
32313 \end_layout
32314
32315 \begin_layout Standard
32316 Wenn Sie eine 
32317 \family sans
32318 Innere
32319 \begin_inset space ~
32320 \end_inset
32321
32322 Box
32323 \family default
32324  gewählt haben, kann die Box mit folgenden Werten für 
32325 \family sans
32326 Box
32327 \family default
32328  senkrecht ausgerichtet werden:
32329 \end_layout
32330
32331 \begin_layout Description
32332 Oben Dies ist ein Beispieltext.
32333  
32334 \begin_inset Box Boxed
32335 position "t"
32336 hor_pos "c"
32337 has_inner_box 1
32338 inner_pos "c"
32339 use_parbox 0
32340 use_makebox 0
32341 width "20col%"
32342 special "none"
32343 height "1in"
32344 height_special "totalheight"
32345 status collapsed
32346
32347 \begin_layout Plain Layout
32348 \align center
32349 Die Ober\SpecialChar \-
32350 kante der Box ist in der Zeile.
32351 \end_layout
32352
32353 \end_inset
32354
32355  Dies ist ein Beispieltext.
32356 \end_layout
32357
32358 \begin_layout Description
32359 Mitte Dies ist ein Beispieltext.
32360  
32361 \begin_inset Box Boxed
32362 position "c"
32363 hor_pos "c"
32364 has_inner_box 1
32365 inner_pos "c"
32366 use_parbox 0
32367 use_makebox 0
32368 width "20col%"
32369 special "none"
32370 height "1in"
32371 height_special "totalheight"
32372 status collapsed
32373
32374 \begin_layout Plain Layout
32375 \align center
32376 Die Mitte der Box ist in der Zeile.
32377 \end_layout
32378
32379 \end_inset
32380
32381  Dies ist ein Beispieltext.
32382 \end_layout
32383
32384 \begin_layout Description
32385 Unten Dies ist ein Beispieltext.
32386  
32387 \begin_inset Box Boxed
32388 position "b"
32389 hor_pos "c"
32390 has_inner_box 1
32391 inner_pos "c"
32392 use_parbox 0
32393 use_makebox 0
32394 width "20col%"
32395 special "none"
32396 height "1in"
32397 height_special "totalheight"
32398 status collapsed
32399
32400 \begin_layout Plain Layout
32401 \align center
32402 Die Unter\SpecialChar \-
32403 kante der Box ist in der Zeile.
32404 \end_layout
32405
32406 \end_inset
32407
32408  Dies ist ein Beispieltext.
32409 \end_layout
32410
32411 \begin_layout Standard
32412 \begin_inset Note Greyedout
32413 status open
32414
32415 \begin_layout Plain Layout
32416
32417 \series bold
32418 Bemerkung:
32419 \series default
32420  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32421  Boxen in einer Zeile sind und eine Box z.
32422 \begin_inset space \thinspace{}
32423 \end_inset
32424
32425 B.
32426  schattiert ist, die andere aber nicht.
32427 \end_layout
32428
32429 \end_inset
32430
32431
32432 \end_layout
32433
32434 \begin_layout Standard
32435 Eine Box kann mit dem Dialog 
32436 \family sans
32437 Absatz-Einstellungen
32438 \family default
32439  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32440 \end_layout
32441
32442 \begin_layout Standard
32443 \begin_inset VSpace bigskip
32444 \end_inset
32445
32446 Wenn Sie eine 
32447 \family sans
32448 Innere
32449 \begin_inset space ~
32450 \end_inset
32451
32452 Box
32453 \family default
32454  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
32455 \family sans
32456 Inhalt
32457 \family default
32458  senkrecht ausgerichtet werden:
32459 \end_layout
32460
32461 \begin_layout Description
32462 Oben Dies ist ein Beispieltext.
32463  
32464 \begin_inset Box Boxed
32465 position "c"
32466 hor_pos "c"
32467 has_inner_box 1
32468 inner_pos "t"
32469 use_parbox 0
32470 use_makebox 0
32471 width "20col%"
32472 special "none"
32473 height "1.5in"
32474 height_special "totalheight"
32475 status collapsed
32476
32477 \begin_layout Plain Layout
32478 \align center
32479 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
32480 \end_layout
32481
32482 \end_inset
32483
32484  Dies ist ein Beispieltext.
32485 \end_layout
32486
32487 \begin_layout Description
32488 Mitte Dies ist ein Beispieltext.
32489  
32490 \begin_inset Box Boxed
32491 position "c"
32492 hor_pos "c"
32493 has_inner_box 1
32494 inner_pos "c"
32495 use_parbox 0
32496 use_makebox 0
32497 width "20col%"
32498 special "none"
32499 height "1.5in"
32500 height_special "totalheight"
32501 status collapsed
32502
32503 \begin_layout Plain Layout
32504 \align center
32505 Der Boxinhalt ist zentriert ausgerichtet.
32506 \end_layout
32507
32508 \end_inset
32509
32510  Dies ist ein Beispieltext.
32511 \end_layout
32512
32513 \begin_layout Description
32514 Unten Dies ist ein Beispieltext.
32515  
32516 \begin_inset Box Boxed
32517 position "c"
32518 hor_pos "c"
32519 has_inner_box 1
32520 inner_pos "b"
32521 use_parbox 0
32522 use_makebox 0
32523 width "20col%"
32524 special "none"
32525 height "1.5in"
32526 height_special "totalheight"
32527 status collapsed
32528
32529 \begin_layout Plain Layout
32530 \align center
32531 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
32532 \end_layout
32533
32534 \end_inset
32535
32536  Dies ist ein Beispieltext.
32537 \end_layout
32538
32539 \begin_layout Description
32540 Dehnen Dies ist ein Beispieltext.
32541  
32542 \begin_inset Box Boxed
32543 position "c"
32544 hor_pos "c"
32545 has_inner_box 1
32546 inner_pos "s"
32547 use_parbox 0
32548 use_makebox 0
32549 width "20col%"
32550 special "none"
32551 height "1in"
32552 height_special "totalheight"
32553 status collapsed
32554
32555 \begin_layout Plain Layout
32556 \align center
32557 Der Boxinhalt
32558 \end_layout
32559
32560 \begin_layout Plain Layout
32561 \align center
32562 ist über die
32563 \end_layout
32564
32565 \begin_layout Plain Layout
32566 \align center
32567 Boxhöhe
32568 \end_layout
32569
32570 \begin_layout Plain Layout
32571 \align center
32572 gleichmäßig verteilt.
32573 \end_layout
32574
32575 \end_inset
32576
32577  Dies ist ein Beispieltext.
32578 \end_layout
32579
32580 \begin_layout Standard
32581 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
32582  besteht.
32583  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
32584 \end_layout
32585
32586 \begin_layout Standard
32587 Ein Boxinhalt kann mit dem Dialog 
32588 \family sans
32589 Absatz-Einstellungen
32590 \family default
32591  waagerecht ausgerichtet werden, wenn Sie eine
32592 \family sans
32593  Innere
32594 \begin_inset space ~
32595 \end_inset
32596
32597 Box
32598 \family default
32599  gewählt haben.
32600 \end_layout
32601
32602 \begin_layout Standard
32603 \align center
32604 \begin_inset Box Boxed
32605 position "c"
32606 hor_pos "c"
32607 has_inner_box 1
32608 inner_pos "s"
32609 use_parbox 0
32610 use_makebox 0
32611 width "30col%"
32612 special "none"
32613 height "1.25in"
32614 height_special "totalheight"
32615 status collapsed
32616
32617 \begin_layout Plain Layout
32618 \align left
32619 Hier ist jede Zeile
32620 \end_layout
32621
32622 \begin_layout Plain Layout
32623 \align center
32624 anders
32625 \end_layout
32626
32627 \begin_layout Plain Layout
32628 \align right
32629 ausgerichtet.
32630 \end_layout
32631
32632 \end_inset
32633
32634
32635 \end_layout
32636
32637 \begin_layout Standard
32638 Wenn Sie keine
32639 \family sans
32640  Innere
32641 \begin_inset space ~
32642 \end_inset
32643
32644 Box
32645 \family default
32646  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
32647 \family sans
32648 Box-Einstellungen-
32649 \family default
32650 Dialog ausrichten
32651 \end_layout
32652
32653 \begin_layout Standard
32654 \align center
32655 \begin_inset Box Boxed
32656 position "c"
32657 hor_pos "s"
32658 has_inner_box 0
32659 inner_pos "s"
32660 use_parbox 0
32661 use_makebox 0
32662 width "90col%"
32663 special "none"
32664 height "1.25in"
32665 height_special "totalheight"
32666 status collapsed
32667
32668 \begin_layout Plain Layout
32669 Dieser Boxinhalt wurde horizontal gedehnt.
32670 \end_layout
32671
32672 \end_inset
32673
32674
32675 \end_layout
32676
32677 \begin_layout Subsection
32678 Verzierung
32679 \begin_inset CommandInset label
32680 LatexCommand label
32681 name "uab:Verzierung"
32682
32683 \end_inset
32684
32685
32686 \begin_inset Index idx
32687 status collapsed
32688
32689 \begin_layout Plain Layout
32690 Boxen ! Verzierung
32691 \end_layout
32692
32693 \end_inset
32694
32695
32696 \end_layout
32697
32698 \begin_layout Standard
32699 Im 
32700 \family sans
32701 Box-Einstellungen-
32702 \family default
32703 Dialog können Sie mit der 
32704 \family sans
32705 Verzierung
32706 \family default
32707  den Typ der Box auswählen:
32708 \end_layout
32709
32710 \begin_layout Description
32711 Kein
32712 \begin_inset space ~
32713 \end_inset
32714
32715 Rahmen Nichts wird gezeichnet.
32716 \end_layout
32717
32718 \begin_layout Description
32719 Einfacher
32720 \begin_inset space ~
32721 \end_inset
32722
32723 rechteckiger
32724 \begin_inset space ~
32725 \end_inset
32726
32727 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
32728  Die Rahmendicke wird durch 
32729 \series bold
32730
32731 \backslash
32732 fboxrule
32733 \series default
32734  festgelegt.
32735  
32736 \begin_inset Box Boxed
32737 position "c"
32738 hor_pos "c"
32739 has_inner_box 1
32740 inner_pos "c"
32741 use_parbox 0
32742 use_makebox 0
32743 width "21col%"
32744 special "none"
32745 height "1in"
32746 height_special "totalheight"
32747 status collapsed
32748
32749 \begin_layout Plain Layout
32750
32751 \series medium
32752 Rechteckige
32753 \begin_inset space ~
32754 \end_inset
32755
32756 Box
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \end_layout
32763
32764 \begin_layout Description
32765 erlaube
32766 \begin_inset space ~
32767 \end_inset
32768
32769 Seitenumbrüche 
32770 \end_layout
32771
32772 \begin_layout Description
32773 Ovaler
32774 \begin_inset space ~
32775 \end_inset
32776
32777 Rahmen,
32778 \begin_inset space ~
32779 \end_inset
32780
32781 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
32782  Die Rahmendicke ist 0.4
32783 \begin_inset space \thinspace{}
32784 \end_inset
32785
32786 pt.
32787  
32788 \begin_inset Box ovalbox
32789 position "c"
32790 hor_pos "c"
32791 has_inner_box 1
32792 inner_pos "c"
32793 use_parbox 0
32794 use_makebox 0
32795 width "20col%"
32796 special "none"
32797 height "1in"
32798 height_special "totalheight"
32799 status collapsed
32800
32801 \begin_layout Plain Layout
32802 Ovale
32803 \begin_inset space ~
32804 \end_inset
32805
32806 Box,
32807 \begin_inset space ~
32808 \end_inset
32809
32810 dünn
32811 \end_layout
32812
32813 \end_inset
32814
32815
32816 \end_layout
32817
32818 \begin_layout Description
32819 Ovaler
32820 \begin_inset space ~
32821 \end_inset
32822
32823 Rahmen,
32824 \begin_inset space ~
32825 \end_inset
32826
32827 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
32828  Die Rahmendicke ist 0.8
32829 \begin_inset space \thinspace{}
32830 \end_inset
32831
32832 pt.
32833  
32834 \begin_inset Box Ovalbox
32835 position "c"
32836 hor_pos "c"
32837 has_inner_box 1
32838 inner_pos "c"
32839 use_parbox 0
32840 use_makebox 0
32841 width "20col%"
32842 special "none"
32843 height "1in"
32844 height_special "totalheight"
32845 status collapsed
32846
32847 \begin_layout Plain Layout
32848 Ovale
32849 \begin_inset space ~
32850 \end_inset
32851
32852 Box,
32853 \begin_inset space ~
32854 \end_inset
32855
32856 dick
32857 \end_layout
32858
32859 \end_inset
32860
32861
32862 \end_layout
32863
32864 \begin_layout Description
32865 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
32866  Die Rahmendicke wird durch 
32867 \series bold
32868
32869 \backslash
32870 fboxrule
32871 \series default
32872  festgelegt, der Schatten ist 4
32873 \begin_inset space \thinspace{}
32874 \end_inset
32875
32876 pt breit.
32877 \begin_inset Newline newline
32878 \end_inset
32879
32880
32881 \begin_inset Box Shadowbox
32882 position "c"
32883 hor_pos "c"
32884 has_inner_box 1
32885 inner_pos "c"
32886 use_parbox 0
32887 use_makebox 0
32888 width "20col%"
32889 special "none"
32890 height "1in"
32891 height_special "totalheight"
32892 status collapsed
32893
32894 \begin_layout Plain Layout
32895 Schattierte
32896 \begin_inset space ~
32897 \end_inset
32898
32899 Box
32900 \end_layout
32901
32902 \end_inset
32903
32904
32905 \end_layout
32906
32907 \begin_layout Description
32908 Schattierter
32909 \begin_inset space ~
32910 \end_inset
32911
32912 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
32913  Im Gegensatz zu farbigen Boxen
32914 \begin_inset Foot
32915 status collapsed
32916
32917 \begin_layout Plain Layout
32918 siehe Abschnitt
32919 \begin_inset space ~
32920 \end_inset
32921
32922
32923 \begin_inset CommandInset ref
32924 LatexCommand ref
32925 reference "abs:Farbige-Boxen"
32926
32927 \end_inset
32928
32929
32930 \end_layout
32931
32932 \end_inset
32933
32934  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
32935  die Box ist ein Absatz für sich.
32936  
32937 \begin_inset Box Shaded
32938 position "t"
32939 hor_pos "c"
32940 has_inner_box 0
32941 inner_pos "t"
32942 use_parbox 0
32943 use_makebox 0
32944 width "50col%"
32945 special "none"
32946 height "1in"
32947 height_special "totalheight"
32948 status collapsed
32949
32950 \begin_layout Plain Layout
32951 Schattierter Hintergrund Box
32952 \end_layout
32953
32954 \end_inset
32955
32956
32957 \end_layout
32958
32959 \begin_layout Description
32960 Doppelter
32961 \begin_inset space ~
32962 \end_inset
32963
32964 rechteckiger
32965 \begin_inset space ~
32966 \end_inset
32967
32968 Rahmen zeichnet einen doppelten Rahmen um die Box.
32969  Der innere Rahmen ist 0.75
32970 \begin_inset space \thinspace{}
32971 \end_inset
32972
32973
32974 \series bold
32975
32976 \backslash
32977 fboxrule
32978 \series default
32979  breit, der äußere 1.5
32980 \begin_inset space \thinspace{}
32981 \end_inset
32982
32983
32984 \series bold
32985
32986 \backslash
32987 fboxrule
32988 \series default
32989 , der Zwischenraum 1.5
32990 \begin_inset space \thinspace{}
32991 \end_inset
32992
32993
32994 \series bold
32995
32996 \backslash
32997 fboxrule
32998 \series default
32999
33000 \begin_inset space \thinspace{}
33001 \end_inset
33002
33003 +
33004 \begin_inset space \thinspace{}
33005 \end_inset
33006
33007 0.5
33008 \begin_inset space \thinspace{}
33009 \end_inset
33010
33011 pt.
33012  
33013 \begin_inset Box Doublebox
33014 position "c"
33015 hor_pos "c"
33016 has_inner_box 1
33017 inner_pos "c"
33018 use_parbox 0
33019 use_makebox 0
33020 width "20col%"
33021 special "none"
33022 height "1in"
33023 height_special "totalheight"
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027 Doppelt
33028 \begin_inset space ~
33029 \end_inset
33030
33031 gerahmte
33032 \begin_inset space ~
33033 \end_inset
33034
33035 Box
33036 \end_layout
33037
33038 \end_inset
33039
33040
33041 \end_layout
33042
33043 \begin_layout Standard
33044 \begin_inset VSpace bigskip
33045 \end_inset
33046
33047 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
33048  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
33049 \series bold
33050 fancybox
33051 \series default
33052
33053 \begin_inset Index idx
33054 status collapsed
33055
33056 \begin_layout Plain Layout
33057 LaTeX-Pakete ! fancybox
33058 \end_layout
33059
33060 \end_inset
33061
33062  installiert sein.
33063 \end_layout
33064
33065 \begin_layout Standard
33066 \begin_inset VSpace bigskip
33067 \end_inset
33068
33069 Wenn Sie die Verzierung 
33070 \family sans
33071 Einfacher rechteckiger Rahmen
33072 \family default
33073  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33074  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33075  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
33076  für sich ist und 
33077 \series bold
33078
33079 \backslash
33080 fboxrule
33081 \series default
33082  und 
33083 \series bold
33084
33085 \backslash
33086 fboxsep
33087 \series default
33088  keinen Einfluss auf diesen Box Typ haben.
33089  Die Rahmendicke wird durch 
33090 \series bold
33091
33092 \backslash
33093 FrameRule
33094 \series default
33095  festgelegt.
33096  
33097 \begin_inset Box Framed
33098 position "t"
33099 hor_pos "c"
33100 has_inner_box 0
33101 inner_pos "t"
33102 use_parbox 0
33103 use_makebox 0
33104 width "100col%"
33105 special "none"
33106 height "1in"
33107 height_special "totalheight"
33108 status collapsed
33109
33110 \begin_layout Plain Layout
33111 Box erlaubt Seitenumbruch
33112 \end_layout
33113
33114 \end_inset
33115
33116
33117 \end_layout
33118
33119 \begin_layout Section
33120 Box-Anpassung
33121 \begin_inset Index idx
33122 status collapsed
33123
33124 \begin_layout Plain Layout
33125 Boxen ! Anpassung
33126 \end_layout
33127
33128 \end_inset
33129
33130
33131 \end_layout
33132
33133 \begin_layout Standard
33134 Der Standardwert für 
33135 \series bold
33136
33137 \backslash
33138 fboxrule
33139 \series default
33140  ist 0.4
33141 \begin_inset space \thinspace{}
33142 \end_inset
33143
33144 pt.
33145  Mit dem folgenden TeX-Code-Befehl kann er auf 2
33146 \begin_inset space \thinspace{}
33147 \end_inset
33148
33149 pt gesetzt werden:
33150 \end_layout
33151
33152 \begin_layout Standard
33153
33154 \series bold
33155
33156 \backslash
33157 setlength{
33158 \backslash
33159 fboxrule}{2pt}
33160 \end_layout
33161
33162 \begin_layout Standard
33163 \begin_inset ERT
33164 status collapsed
33165
33166 \begin_layout Plain Layout
33167
33168
33169 \backslash
33170 setlength{
33171 \backslash
33172 fboxrule}{2pt}
33173 \end_layout
33174
33175 \end_inset
33176
33177
33178 \begin_inset Box Boxed
33179 position "c"
33180 hor_pos "c"
33181 has_inner_box 1
33182 inner_pos "c"
33183 use_parbox 0
33184 use_makebox 0
33185 width "30col%"
33186 special "none"
33187 height "1in"
33188 height_special "totalheight"
33189 status open
33190
33191 \begin_layout Plain Layout
33192 \align center
33193 Rechteckige Box mit einer Rahmenbreite von 2
33194 \begin_inset space \thinspace{}
33195 \end_inset
33196
33197 pt
33198 \end_layout
33199
33200 \end_inset
33201
33202
33203 \begin_inset ERT
33204 status collapsed
33205
33206 \begin_layout Plain Layout
33207
33208
33209 \backslash
33210 setlength{
33211 \backslash
33212 fboxrule}{0.4pt}
33213 \end_layout
33214
33215 \end_inset
33216
33217
33218 \begin_inset VSpace bigskip
33219 \end_inset
33220
33221
33222 \end_layout
33223
33224 \begin_layout Standard
33225 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
33226 \begin_inset space \thinspace{}
33227 \end_inset
33228
33229 pt.
33230  Sie können das ändern, indem Sie den Wert von 
33231 \series bold
33232
33233 \backslash
33234 fboxsep
33235 \series default
33236  mit einem TeX-Code-Befehl ändern:
33237 \end_layout
33238
33239 \begin_layout Standard
33240
33241 \series bold
33242
33243 \backslash
33244 setlength{
33245 \backslash
33246 fboxsep}{10pt}
33247 \end_layout
33248
33249 \begin_layout Standard
33250 setzt den Wert auf 10
33251 \begin_inset space \thinspace{}
33252 \end_inset
33253
33254 pt, wie in der folgenden Box:
33255 \end_layout
33256
33257 \begin_layout Standard
33258 \begin_inset ERT
33259 status collapsed
33260
33261 \begin_layout Plain Layout
33262
33263
33264 \backslash
33265 setlength{
33266 \backslash
33267 fboxsep}{10pt}
33268 \end_layout
33269
33270 \end_inset
33271
33272
33273 \begin_inset Box Boxed
33274 position "c"
33275 hor_pos "c"
33276 has_inner_box 1
33277 inner_pos "c"
33278 use_parbox 0
33279 use_makebox 0
33280 width "25col%"
33281 special "none"
33282 height "1in"
33283 height_special "totalheight"
33284 status open
33285
33286 \begin_layout Plain Layout
33287 \align center
33288 Rechteckige Box mit 
33289 \series bold
33290
33291 \backslash
33292 fboxsep
33293 \series default
33294
33295 \begin_inset space \thinspace{}
33296 \end_inset
33297
33298 =
33299 \begin_inset space \thinspace{}
33300 \end_inset
33301
33302 10
33303 \begin_inset space \thinspace{}
33304 \end_inset
33305
33306 pt
33307 \end_layout
33308
33309 \end_inset
33310
33311
33312 \begin_inset ERT
33313 status collapsed
33314
33315 \begin_layout Plain Layout
33316
33317
33318 \backslash
33319 setlength{
33320 \backslash
33321 fboxsep}{3pt}
33322 \end_layout
33323
33324 \end_inset
33325
33326
33327 \end_layout
33328
33329 \begin_layout Standard
33330 \noindent
33331 \begin_inset VSpace bigskip
33332 \end_inset
33333
33334 Der Durchmesser der abgerundeten Ecken kann mit 
33335 \series bold
33336
33337 \backslash
33338 cornersize
33339 \series default
33340  gesetzt werden.
33341  Der TeX-Code-Befehl
33342 \end_layout
33343
33344 \begin_layout Standard
33345
33346 \series bold
33347
33348 \backslash
33349 cornersize*{1cm}
33350 \end_layout
33351
33352 \begin_layout Standard
33353 setzt den Durchmesser auf 1
33354 \begin_inset space \thinspace{}
33355 \end_inset
33356
33357 cm.
33358  Der TeX-Code-Befehl
33359 \end_layout
33360
33361 \begin_layout Standard
33362
33363 \series bold
33364
33365 \backslash
33366 cornersize{num}
33367 \end_layout
33368
33369 \begin_layout Standard
33370 setzt den Durchmesser auf 
33371 \family sans
33372 num
33373 \begin_inset space \thinspace{}
33374 \end_inset
33375
33376 ×
33377 \begin_inset space \thinspace{}
33378 \end_inset
33379
33380 Minimum(Breite der Box, Höhe der Box)
33381 \family default
33382 .
33383  Der Standardwert ist 
33384 \series bold
33385
33386 \backslash
33387 cornersize{0.5}
33388 \series default
33389 .
33390 \end_layout
33391
33392 \begin_layout Standard
33393 \begin_inset ERT
33394 status collapsed
33395
33396 \begin_layout Plain Layout
33397
33398
33399 \backslash
33400 cornersize*{1.5cm}
33401 \end_layout
33402
33403 \end_inset
33404
33405
33406 \begin_inset Box Ovalbox
33407 position "c"
33408 hor_pos "c"
33409 has_inner_box 1
33410 inner_pos "c"
33411 use_parbox 0
33412 use_makebox 0
33413 width "30col%"
33414 special "none"
33415 height "1in"
33416 height_special "totalheight"
33417 status open
33418
33419 \begin_layout Plain Layout
33420 \align center
33421 Ovale Box, dicker Rand, mit 
33422 \series bold
33423
33424 \backslash
33425 cornersize
33426 \series default
33427
33428 \begin_inset space \thinspace{}
33429 \end_inset
33430
33431 =
33432 \begin_inset space \thinspace{}
33433 \end_inset
33434
33435 1.5
33436 \begin_inset space \thinspace{}
33437 \end_inset
33438
33439 cm
33440 \end_layout
33441
33442 \end_inset
33443
33444
33445 \begin_inset ERT
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449
33450
33451 \backslash
33452 cornersize{0.5}
33453 \end_layout
33454
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \begin_layout Standard
33461 \begin_inset VSpace bigskip
33462 \end_inset
33463
33464 Die Breite des Schattens wird mit 
33465 \series bold
33466
33467 \backslash
33468 shadowsize
33469 \series default
33470  festgelegt.
33471  Mit dem TeX-Code-Befehl
33472 \end_layout
33473
33474 \begin_layout Standard
33475
33476 \series bold
33477
33478 \backslash
33479 setlength{
33480 \backslash
33481 shadowsize}{2pt}
33482 \end_layout
33483
33484 \begin_layout Standard
33485 wird er für die folgende Box auf 2
33486 \begin_inset space \thinspace{}
33487 \end_inset
33488
33489 pt festgelegt.
33490 \end_layout
33491
33492 \begin_layout Standard
33493 \begin_inset ERT
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497
33498
33499 \backslash
33500 setlength{
33501 \backslash
33502 shadowsize}{2pt}
33503 \end_layout
33504
33505 \end_inset
33506
33507
33508 \begin_inset Box Shadowbox
33509 position "c"
33510 hor_pos "c"
33511 has_inner_box 1
33512 inner_pos "c"
33513 use_parbox 0
33514 use_makebox 0
33515 width "25col%"
33516 special "none"
33517 height "1in"
33518 height_special "totalheight"
33519 status open
33520
33521 \begin_layout Plain Layout
33522 \align center
33523 Schattierte Box mit 
33524 \series bold
33525
33526 \backslash
33527 shadowsize
33528 \series default
33529
33530 \begin_inset space \thinspace{}
33531 \end_inset
33532
33533 =
33534 \begin_inset space \thinspace{}
33535 \end_inset
33536
33537 2
33538 \begin_inset space \thinspace{}
33539 \end_inset
33540
33541 pt
33542 \end_layout
33543
33544 \end_inset
33545
33546
33547 \begin_inset ERT
33548 status collapsed
33549
33550 \begin_layout Plain Layout
33551
33552
33553 \backslash
33554 setlength{
33555 \backslash
33556 shadowsize}{4pt}
33557 \end_layout
33558
33559 \end_inset
33560
33561
33562 \end_layout
33563
33564 \begin_layout Standard
33565 \begin_inset VSpace bigskip
33566 \end_inset
33567
33568 Der Standardwert für 
33569 \series bold
33570
33571 \backslash
33572 FrameRule
33573 \series default
33574  ist 0.4
33575 \begin_inset space \thinspace{}
33576 \end_inset
33577
33578 pt.
33579  Der Standard-Abstand zwischen Rahmen und Text ist 9
33580 \begin_inset space \thinspace{}
33581 \end_inset
33582
33583 pt und kann mit dem Wert für 
33584 \series bold
33585
33586 \backslash
33587 FrameSep
33588 \series default
33589  geändert werden.
33590  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
33591  TeX-Code Befehlen geändert:
33592 \end_layout
33593
33594 \begin_layout Standard
33595
33596 \series bold
33597
33598 \backslash
33599 setlength{
33600 \backslash
33601 FrameRule}{5pt}
33602 \begin_inset Newline newline
33603 \end_inset
33604
33605
33606 \backslash
33607 setlength{
33608 \backslash
33609 FrameSep}{0.5cm}
33610 \end_layout
33611
33612 \begin_layout Standard
33613 \begin_inset ERT
33614 status collapsed
33615
33616 \begin_layout Plain Layout
33617
33618
33619 \backslash
33620 setlength{
33621 \backslash
33622 FrameRule}{5pt}
33623 \end_layout
33624
33625 \begin_layout Plain Layout
33626
33627
33628 \backslash
33629 setlength{
33630 \backslash
33631 FrameSep}{0.5cm}
33632 \end_layout
33633
33634 \end_inset
33635
33636
33637 \begin_inset Box Framed
33638 position "t"
33639 hor_pos "c"
33640 has_inner_box 0
33641 inner_pos "t"
33642 use_parbox 0
33643 use_makebox 0
33644 width "100col%"
33645 special "none"
33646 height "1in"
33647 height_special "totalheight"
33648 status open
33649
33650 \begin_layout Plain Layout
33651 Dies ist Text in einer 
33652 \family sans
33653 Seitenumbruch erlaubt
33654 \family default
33655  Box.
33656 \end_layout
33657
33658 \end_inset
33659
33660
33661 \begin_inset ERT
33662 status collapsed
33663
33664 \begin_layout Plain Layout
33665
33666
33667 \backslash
33668 setlength{
33669 \backslash
33670 FrameRule}{0.4pt}
33671 \end_layout
33672
33673 \begin_layout Plain Layout
33674
33675
33676 \backslash
33677 setlength{
33678 \backslash
33679 FrameSep}{9pt}
33680 \end_layout
33681
33682 \end_inset
33683
33684
33685 \end_layout
33686
33687 \begin_layout Standard
33688 \begin_inset VSpace bigskip
33689 \end_inset
33690
33691 Für Boxen mit 
33692 \family sans
33693 schattiertem Hintergrund
33694 \family default
33695  beträgt der Abstand zwischen Rand und Text 3
33696 \begin_inset space \thinspace{}
33697 \end_inset
33698
33699 pt und kann mit 
33700 \series bold
33701
33702 \backslash
33703 fboxsep
33704 \series default
33705  geändert werden.
33706  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
33707  
33708 \series bold
33709
33710 \backslash
33711 definecolor{shadecolor}
33712 \series default
33713  oder global über das Menü 
33714 \family sans
33715 Werkzeuge\SpecialChar \menuseparator
33716 Einstellungen\SpecialChar \menuseparator
33717 Farben\SpecialChar \menuseparator
33718 Schattierte
33719 \begin_inset space ~
33720 \end_inset
33721
33722 Box
33723 \family default
33724  geändert werden.
33725  Das Schema des 
33726 \series bold
33727
33728 \backslash
33729 definecolor
33730 \series default
33731  Befehls ist  in Abschnitt
33732 \begin_inset space ~
33733 \end_inset
33734
33735
33736 \begin_inset CommandInset ref
33737 LatexCommand ref
33738 reference "abs:Farbige-Tabellen"
33739
33740 \end_inset
33741
33742  erklärt.
33743 \begin_inset Foot
33744 status collapsed
33745
33746 \begin_layout Plain Layout
33747 Beachten Sie, dass 
33748 \series bold
33749
33750 \backslash
33751 definecolor
33752 \series default
33753  das LaTeX-Paket 
33754 \series bold
33755 color
33756 \series default
33757  im LaTeX-Vorspann benötigt, siehe Abschnitt
33758 \begin_inset space ~
33759 \end_inset
33760
33761
33762 \begin_inset CommandInset ref
33763 LatexCommand ref
33764 reference "abs:Farbige-Boxen"
33765
33766 \end_inset
33767
33768 .
33769 \end_layout
33770
33771 \end_inset
33772
33773  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
33774 \end_layout
33775
33776 \begin_layout Standard
33777
33778 \series bold
33779
33780 \backslash
33781 setlength{
33782 \backslash
33783 fboxsep}{0.5cm}
33784 \begin_inset Newline newline
33785 \end_inset
33786
33787
33788 \backslash
33789 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33790 \end_layout
33791
33792 \begin_layout Standard
33793 \begin_inset ERT
33794 status collapsed
33795
33796 \begin_layout Plain Layout
33797
33798
33799 \backslash
33800 setlength{
33801 \backslash
33802 fboxsep}{0.5cm}
33803 \end_layout
33804
33805 \begin_layout Plain Layout
33806
33807
33808 \backslash
33809 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33810 \end_layout
33811
33812 \end_inset
33813
33814
33815 \begin_inset Box Shaded
33816 position "t"
33817 hor_pos "c"
33818 has_inner_box 0
33819 inner_pos "t"
33820 use_parbox 0
33821 use_makebox 0
33822 width "100col%"
33823 special "none"
33824 height "1in"
33825 height_special "totalheight"
33826 status open
33827
33828 \begin_layout Plain Layout
33829
33830 \color yellow
33831 Dies ist gelber Text in einer 
33832 \family sans
33833 schattierten Hintergrund
33834 \begin_inset space ~
33835 \end_inset
33836
33837
33838 \family default
33839 Box auf dunkelgrünem Hintergrund.
33840 \end_layout
33841
33842 \end_inset
33843
33844
33845 \begin_inset ERT
33846 status collapsed
33847
33848 \begin_layout Plain Layout
33849
33850
33851 \backslash
33852 setlength{
33853 \backslash
33854 fboxsep}{3pt}
33855 \end_layout
33856
33857 \begin_layout Plain Layout
33858
33859
33860 \backslash
33861 definecolor{shadecolor}{rgb}{1,0,0}
33862 \end_layout
33863
33864 \end_inset
33865
33866
33867 \end_layout
33868
33869 \begin_layout Standard
33870 \begin_inset VSpace bigskip
33871 \end_inset
33872
33873 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
33874  der sie ändert.
33875 \end_layout
33876
33877 \begin_layout Section
33878 Minipage
33879 \begin_inset CommandInset label
33880 LatexCommand label
33881 name "abs:Minipage"
33882
33883 \end_inset
33884
33885
33886 \begin_inset Index idx
33887 status collapsed
33888
33889 \begin_layout Plain Layout
33890 Boxen ! Minipage
33891 \end_layout
33892
33893 \end_inset
33894
33895
33896 \end_layout
33897
33898 \begin_layout Standard
33899 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
33900  deshalb unter anderem eigene Fußnoten haben.
33901 \end_layout
33902
33903 \begin_layout Standard
33904 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
33905 \end_layout
33906
33907 \begin_layout Standard
33908 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
33909  Ihre Breite ist 45 Spaltenbreite
33910 \begin_inset space ~
33911 \end_inset
33912
33913 %, und sie sind durch einen 
33914 \family sans
33915 HFill
33916 \family default
33917  getrennt (
33918 \family sans
33919 Einfügen\SpecialChar \menuseparator
33920 Formatierung\SpecialChar \menuseparator
33921 Horizontaler
33922 \begin_inset space \space{}
33923 \end_inset
33924
33925 Abstand\SpecialChar \menuseparator
33926 Abstand\SpecialChar \menuseparator
33927 Variabler
33928 \begin_inset space ~
33929 \end_inset
33930
33931 horiz.
33932 \begin_inset space ~
33933 \end_inset
33934
33935 Abstand
33936 \family default
33937 ).
33938 \begin_inset Newpage newpage
33939 \end_inset
33940
33941
33942 \end_layout
33943
33944 \begin_layout Standard
33945 \noindent
33946 \begin_inset Box Frameless
33947 position "t"
33948 hor_pos "c"
33949 has_inner_box 1
33950 inner_pos "c"
33951 use_parbox 0
33952 use_makebox 0
33953 width "45col%"
33954 special "none"
33955 height "1in"
33956 height_special "totalheight"
33957 status open
33958
33959 \begin_layout Plain Layout
33960 Dies ist ein deutscher Text.
33961  Dies ist ein deutscher Text.
33962  Dies ist ein deutscher Text.
33963  Dies ist ein deutscher Text.
33964  Dies ist ein deutscher Text.
33965  Dies ist ein deutscher Text.
33966  Dies ist ein deutscher Text.
33967  Dies ist ein deutscher Text.
33968  Dies ist ein deutscher Text.
33969  Dies ist ein deutscher Text.
33970  Dies ist ein deutscher Text.
33971  Dies ist ein deutscher Text.
33972  Dies ist ein deutscher Text
33973 \begin_inset Foot
33974 status open
33975
33976 \begin_layout Plain Layout
33977 Dies ist eine deutsche Fußnote.
33978 \end_layout
33979
33980 \end_inset
33981
33982 .
33983  Dies ist ein deutscher Text.
33984  Dies ist ein deutscher Text.
33985 \end_layout
33986
33987 \end_inset
33988
33989
33990 \begin_inset space \hfill{}
33991 \end_inset
33992
33993
33994 \begin_inset Box Frameless
33995 position "t"
33996 hor_pos "c"
33997 has_inner_box 1
33998 inner_pos "c"
33999 use_parbox 0
34000 use_makebox 0
34001 width "45col%"
34002 special "none"
34003 height "1in"
34004 height_special "totalheight"
34005 status open
34006
34007 \begin_layout Plain Layout
34008
34009 \lang english
34010 This is an English Text.
34011  This is an English Text.
34012  This is an English Text.
34013  This is an English Text.
34014  This is an English Text.
34015  This is an English Text.
34016  This is an English Text.
34017  This is an English Text.
34018  This is an English Text.
34019  This is an English Text.
34020  This is an English Text.
34021  This is an English Text.
34022  This is an English Text.
34023  This is an English Text.
34024  This is an English Text.
34025  This is an English Text.
34026 \begin_inset Foot
34027 status collapsed
34028
34029 \begin_layout Plain Layout
34030
34031 \lang english
34032 This is an English footnote.
34033 \end_layout
34034
34035 \end_inset
34036
34037  This is an English Text.
34038 \end_layout
34039
34040 \end_inset
34041
34042
34043 \end_layout
34044
34045 \begin_layout Standard
34046 \begin_inset VSpace bigskip
34047 \end_inset
34048
34049 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34050  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34051  Absätze nicht eingerückt werden, obwohl Sie das in 
34052 \family sans
34053 Dokument
34054 \family default
34055 \SpecialChar \menuseparator
34056
34057 \family sans
34058 Einstellun\SpecialChar \-
34059 gen\SpecialChar \menuseparator
34060 Textformat
34061 \family default
34062  festgelegt haben.
34063  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34064  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
34065 \series bold
34066
34067 \backslash
34068 hspace*{1em}
34069 \series default
34070 .
34071 \end_layout
34072
34073 \begin_layout Standard
34074 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34075  zu verpassen, siehe Abschnitt
34076 \begin_inset space ~
34077 \end_inset
34078
34079
34080 \begin_inset CommandInset ref
34081 LatexCommand ref
34082 reference "uab:Farbe-für-Absätze"
34083
34084 \end_inset
34085
34086 .
34087 \end_layout
34088
34089 \begin_layout Standard
34090 \begin_inset Note Greyedout
34091 status open
34092
34093 \begin_layout Plain Layout
34094
34095 \series bold
34096 Bemerkung:
34097 \series default
34098  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34099  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34100 \end_layout
34101
34102 \end_inset
34103
34104
34105 \end_layout
34106
34107 \begin_layout Section
34108 Parbox
34109 \begin_inset CommandInset label
34110 LatexCommand label
34111 name "abs:Parbox"
34112
34113 \end_inset
34114
34115
34116 \begin_inset Index idx
34117 status collapsed
34118
34119 \begin_layout Plain Layout
34120 Boxen ! Parbox
34121 \end_layout
34122
34123 \end_inset
34124
34125
34126 \end_layout
34127
34128 \begin_layout Standard
34129 Parbox ist eine Abkürzung für 
34130 \begin_inset Quotes gld
34131 \end_inset
34132
34133 paragraph box
34134 \begin_inset Quotes grd
34135 \end_inset
34136
34137 , was Absatzbox bedeutet.
34138  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34139  in Parboxen nicht ausgegeben werden:
34140 \end_layout
34141
34142 \begin_layout Standard
34143 \align center
34144 \begin_inset Box Frameless
34145 position "t"
34146 hor_pos "c"
34147 has_inner_box 1
34148 inner_pos "t"
34149 use_parbox 1
34150 use_makebox 0
34151 width "33col%"
34152 special "none"
34153 height "1in"
34154 height_special "totalheight"
34155 status open
34156
34157 \begin_layout Plain Layout
34158 Dies ist Text in einer Parbox.
34159  Dies ist Text in einer Parbox.
34160 \end_layout
34161
34162 \begin_layout Plain Layout
34163 Diese Fußnote wird nicht gedruckt:
34164 \begin_inset Foot
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \end_layout
34175
34176 \end_inset
34177
34178
34179 \end_layout
34180
34181 \begin_layout Section
34182 Boxen für Worte und Buchstaben
34183 \begin_inset Index idx
34184 status collapsed
34185
34186 \begin_layout Plain Layout
34187 Boxen ! für Buchstaben
34188 \end_layout
34189
34190 \end_inset
34191
34192
34193 \end_layout
34194
34195 \begin_layout Subsection
34196 Silbentrennung unterbinden
34197 \begin_inset CommandInset label
34198 LatexCommand label
34199 name "abs:Silbentrennung-unterbinden"
34200
34201 \end_inset
34202
34203
34204 \begin_inset Index idx
34205 status collapsed
34206
34207 \begin_layout Plain Layout
34208 Boxen ! zur Vermeidung von Silbentrennung
34209 \end_layout
34210
34211 \end_inset
34212
34213
34214 \end_layout
34215
34216 \begin_layout Standard
34217 Sie können den Boxtyp 
34218 \family sans
34219 Makebox
34220 \family default
34221  benutzen, um Silbentrennungen zu unterbinden.
34222 \begin_inset Newline newline
34223 \end_inset
34224
34225 Hier ist ein Beispiel: 
34226 \end_layout
34227
34228 \begin_layout Standard
34229 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34230 \begin_inset Quotes gld
34231 \end_inset
34232
34233 einsehrsehrsehrlangeswort
34234 \begin_inset Quotes grd
34235 \end_inset
34236
34237 .
34238 \end_layout
34239
34240 \begin_layout Standard
34241 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34242  Innere
34243 \begin_inset space ~
34244 \end_inset
34245
34246 Box auf Makebox und deren Breite auf 1
34247 \begin_inset space \thinspace{}
34248 \end_inset
34249
34250 Width.
34251 \end_layout
34252
34253 \begin_layout Standard
34254 Hier ist das Ergebnis:
34255 \end_layout
34256
34257 \begin_layout Standard
34258 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34259 \begin_inset Box Frameless
34260 position "t"
34261 hor_pos "c"
34262 has_inner_box 1
34263 inner_pos "t"
34264 use_parbox 0
34265 use_makebox 1
34266 width "1in"
34267 special "width"
34268 height "1in"
34269 height_special "totalheight"
34270 status open
34271
34272 \begin_layout Plain Layout
34273 \begin_inset Quotes gld
34274 \end_inset
34275
34276 einsehrsehrsehrlangeswort
34277 \begin_inset Quotes grd
34278 \end_inset
34279
34280
34281 \end_layout
34282
34283 \end_inset
34284
34285 .
34286 \end_layout
34287
34288 \begin_layout Standard
34289 Alternativ dazu kann man auch den Befehl 
34290 \begin_inset Quotes gld
34291 \end_inset
34292
34293
34294 \series bold
34295
34296 \backslash
34297 -
34298 \series default
34299
34300 \begin_inset Quotes grd
34301 \end_inset
34302
34303  als TeX-Code direkt vor das Wort setzen:
34304 \end_layout
34305
34306 \begin_layout Standard
34307 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34308 \begin_inset Quotes gld
34309 \end_inset
34310
34311
34312 \begin_inset ERT
34313 status collapsed
34314
34315 \begin_layout Plain Layout
34316
34317
34318 \backslash
34319 -
34320 \end_layout
34321
34322 \end_inset
34323
34324 einsehrsehrsehrlangeswort
34325 \begin_inset Quotes grd
34326 \end_inset
34327
34328 .
34329 \end_layout
34330
34331 \begin_layout Standard
34332 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34333  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34334 \family sans
34335 Strg-Eingabe
34336 \family default
34337 ) einfügen: 
34338 \end_layout
34339
34340 \begin_layout Standard
34341 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34342 \begin_inset Newline newline
34343 \end_inset
34344
34345
34346 \begin_inset Box Frameless
34347 position "t"
34348 hor_pos "c"
34349 has_inner_box 1
34350 inner_pos "t"
34351 use_parbox 0
34352 use_makebox 1
34353 width "1in"
34354 special "width"
34355 height "1in"
34356 height_special "totalheight"
34357 status open
34358
34359 \begin_layout Plain Layout
34360 \begin_inset Quotes gld
34361 \end_inset
34362
34363 einsehrsehrsehrlangeswort
34364 \begin_inset Quotes grd
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \end_inset
34371
34372 .
34373 \end_layout
34374
34375 \begin_layout Subsection
34376 Vertikale Ausrichtung
34377 \begin_inset CommandInset label
34378 LatexCommand label
34379 name "uab:Vertikale-Ausrichtung"
34380
34381 \end_inset
34382
34383
34384 \begin_inset Index idx
34385 status collapsed
34386
34387 \begin_layout Plain Layout
34388 Boxen ! für Vertikale Ausrichtung
34389 \end_layout
34390
34391 \end_inset
34392
34393
34394 \begin_inset Index idx
34395 status collapsed
34396
34397 \begin_layout Plain Layout
34398 Boxen ! raisebox
34399 \end_layout
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \begin_layout Standard
34407 Mit dem LaTeX-Befehl 
34408 \series bold
34409
34410 \backslash
34411 raisebox
34412 \series default
34413  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34414 n Textes ausrichten.
34415  
34416 \series bold
34417
34418 \backslash
34419 raisebox
34420 \series default
34421  wird folgendermaßen benutzt:
34422 \end_layout
34423
34424 \begin_layout Standard
34425
34426 \series bold
34427
34428 \backslash
34429 raisebox{Verschiebung}[oben][unten]{Text}
34430 \end_layout
34431
34432 \begin_layout Standard
34433 Positive Werte für Verschiebung
34434 \series bold
34435  
34436 \series default
34437 verschieben die Box nach oben, negative nach unten.
34438  Die beiden optionalen Parameter 
34439 \family typewriter
34440 oben
34441 \family default
34442  und 
34443 \family typewriter
34444 unten
34445 \family default
34446  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34447  hinausgeht, wenn sie nicht verschoben ist.
34448 \end_layout
34449
34450 \begin_layout Standard
34451 Um zum Beispiel das Wort 
34452 \begin_inset Quotes gld
34453 \end_inset
34454
34455 provokant
34456 \begin_inset Quotes grd
34457 \end_inset
34458
34459  mit seinem 
34460 \begin_inset Quotes gld
34461 \end_inset
34462
34463 niedrigsten
34464 \begin_inset Quotes grd
34465 \end_inset
34466
34467  Buchstaben 
34468 \begin_inset Quotes gld
34469 \end_inset
34470
34471 p
34472 \begin_inset Quotes grd
34473 \end_inset
34474
34475  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
34476 \end_layout
34477
34478 \begin_layout Standard
34479
34480 \series bold
34481
34482 \backslash
34483 raisebox{
34484 \backslash
34485 depth}{
34486 \end_layout
34487
34488 \begin_layout Standard
34489 vor dem Wort einfügen und 
34490 \begin_inset Quotes gld
34491 \end_inset
34492
34493
34494 \series bold
34495 }
34496 \series default
34497
34498 \begin_inset Quotes grd
34499 \end_inset
34500
34501  als TeX-Code dahinter:
34502 \end_layout
34503
34504 \begin_layout Standard
34505 Dies ist eine Zeile, in der das Wort 
34506 \begin_inset ERT
34507 status collapsed
34508
34509 \begin_layout Plain Layout
34510
34511
34512 \backslash
34513 raisebox{
34514 \backslash
34515 depth}{
34516 \end_layout
34517
34518 \end_inset
34519
34520
34521 \begin_inset Quotes gld
34522 \end_inset
34523
34524 provokant
34525 \begin_inset Quotes grd
34526 \end_inset
34527
34528
34529 \begin_inset ERT
34530 status collapsed
34531
34532 \begin_layout Plain Layout
34533
34534 }
34535 \end_layout
34536
34537 \end_inset
34538
34539  nach oben verschoben wurde.
34540 \end_layout
34541
34542 \begin_layout Standard
34543 \begin_inset VSpace bigskip
34544 \end_inset
34545
34546 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34547  gedehnt:
34548 \end_layout
34549
34550 \begin_layout Standard
34551 Dies ist eine Zeile, in der das Wort 
34552 \begin_inset ERT
34553 status collapsed
34554
34555 \begin_layout Plain Layout
34556
34557
34558 \backslash
34559 raisebox{-
34560 \backslash
34561 depth}{
34562 \end_layout
34563
34564 \end_inset
34565
34566
34567 \begin_inset Quotes gld
34568 \end_inset
34569
34570 provokant
34571 \begin_inset Quotes grd
34572 \end_inset
34573
34574
34575 \begin_inset ERT
34576 status collapsed
34577
34578 \begin_layout Plain Layout
34579
34580 }
34581 \end_layout
34582
34583 \end_inset
34584
34585  nach unten verschoben wurde.
34586 \end_layout
34587
34588 \begin_layout Standard
34589 Dies ist eine Zeile, in der das Wort 
34590 \begin_inset ERT
34591 status collapsed
34592
34593 \begin_layout Plain Layout
34594
34595
34596 \backslash
34597 raisebox{0.5cm}{
34598 \end_layout
34599
34600 \end_inset
34601
34602
34603 \begin_inset Quotes gld
34604 \end_inset
34605
34606 testen
34607 \begin_inset Quotes grd
34608 \end_inset
34609
34610
34611 \begin_inset ERT
34612 status collapsed
34613
34614 \begin_layout Plain Layout
34615
34616 }
34617 \end_layout
34618
34619 \end_inset
34620
34621  um 0.5
34622 \begin_inset space \thinspace{}
34623 \end_inset
34624
34625 cm nach oben verschoben wurde.
34626 \end_layout
34627
34628 \begin_layout Standard
34629 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34630 \end_layout
34631
34632 \begin_layout Standard
34633
34634 \series bold
34635
34636 \backslash
34637 raisebox{-
34638 \backslash
34639 depth}[0pt]{
34640 \end_layout
34641
34642 \begin_layout Standard
34643 Dies ist eine Zeile, in der das Wort 
34644 \begin_inset ERT
34645 status collapsed
34646
34647 \begin_layout Plain Layout
34648
34649
34650 \backslash
34651 raisebox{-
34652 \backslash
34653 depth}[0pt]{
34654 \end_layout
34655
34656 \end_inset
34657
34658
34659 \begin_inset Quotes gld
34660 \end_inset
34661
34662 provokant
34663 \begin_inset Quotes grd
34664 \end_inset
34665
34666
34667 \begin_inset ERT
34668 status collapsed
34669
34670 \begin_layout Plain Layout
34671
34672 }
34673 \end_layout
34674
34675 \end_inset
34676
34677  nach unten verschoben wurde.
34678 \end_layout
34679
34680 \begin_layout Standard
34681 Dies ist eine Zeile, in der das Wort 
34682 \begin_inset ERT
34683 status collapsed
34684
34685 \begin_layout Plain Layout
34686
34687
34688 \backslash
34689 raisebox{0.5cm}[0pt]{
34690 \end_layout
34691
34692 \end_inset
34693
34694
34695 \begin_inset Quotes gld
34696 \end_inset
34697
34698 testen
34699 \begin_inset Quotes grd
34700 \end_inset
34701
34702
34703 \begin_inset ERT
34704 status collapsed
34705
34706 \begin_layout Plain Layout
34707
34708 }
34709 \end_layout
34710
34711 \end_inset
34712
34713  um 0.5
34714 \begin_inset space \thinspace{}
34715 \end_inset
34716
34717 cm nach oben verschoben wurde.
34718  Jetzt überschneiden sich die verschobenen Worte.
34719 \end_layout
34720
34721 \begin_layout Section
34722 Farbige Boxen
34723 \begin_inset CommandInset label
34724 LatexCommand label
34725 name "abs:Farbige-Boxen"
34726
34727 \end_inset
34728
34729
34730 \begin_inset Index idx
34731 status collapsed
34732
34733 \begin_layout Plain Layout
34734 Boxen ! farbige
34735 \end_layout
34736
34737 \end_inset
34738
34739
34740 \end_layout
34741
34742 \begin_layout Subsection
34743 Text-Hintergrundfarbe
34744 \begin_inset Index idx
34745 status collapsed
34746
34747 \begin_layout Plain Layout
34748 Farbe ! für Text-Hintergrund
34749 \end_layout
34750
34751 \end_inset
34752
34753
34754 \end_layout
34755
34756 \begin_layout Standard
34757 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
34758  so genannten 
34759 \begin_inset Quotes gld
34760 \end_inset
34761
34762 colorbox
34763 \begin_inset Quotes grd
34764 \end_inset
34765
34766  stehen.
34767  Dafür muss das LaTeX-Paket 
34768 \series bold
34769 color
34770 \series default
34771
34772 \begin_inset Index idx
34773 status collapsed
34774
34775 \begin_layout Plain Layout
34776 LaTeX-Pakete ! color
34777 \end_layout
34778
34779 \end_inset
34780
34781  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
34782 \end_layout
34783
34784 \begin_layout Standard
34785
34786 \series bold
34787
34788 \backslash
34789 @ifundefined{textcolor}
34790 \begin_inset Newline newline
34791 \end_inset
34792
34793
34794 \begin_inset Phantom HPhantom
34795 status open
34796
34797 \begin_layout Plain Layout
34798
34799 \series bold
34800 \begin_inset space ~
34801 \end_inset
34802
34803
34804 \end_layout
34805
34806 \end_inset
34807
34808 {
34809 \backslash
34810 usepackage{color}}{}
34811 \end_layout
34812
34813 \begin_layout Standard
34814 Wenn Sie Text einfärben, lädt LyX das Paket 
34815 \series bold
34816 color
34817 \series default
34818  automatisch.
34819 \begin_inset Foot
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823 Der Befehl 
34824 \series bold
34825
34826 \backslash
34827 @ifundefined
34828 \series default
34829  vermeidet, dass es in diesem Fall doppelt geladen wird.
34830 \end_layout
34831
34832 \end_inset
34833
34834
34835 \end_layout
34836
34837 \begin_layout Standard
34838 \begin_inset VSpace medskip
34839 \end_inset
34840
34841 Colorboxen werden mit dem Befehl 
34842 \series bold
34843
34844 \backslash
34845 colorbox
34846 \series default
34847  erzeugt:
34848 \end_layout
34849
34850 \begin_layout Standard
34851
34852 \series bold
34853
34854 \backslash
34855 colorbox{Farbe}{Boxinhalt}
34856 \end_layout
34857
34858 \begin_layout Standard
34859 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
34860  Boxen sein.
34861 \end_layout
34862
34863 \begin_layout Standard
34864 Die folgenden Farben sind vordefiniert:
34865 \family sans
34866  schwarz
34867 \family default
34868
34869 \family sans
34870 wei
34871 \family default
34872 ß, 
34873 \family sans
34874 rot
34875 \family default
34876 \series bold
34877 ,
34878 \series default
34879  
34880 \family sans
34881 grün
34882 \family default
34883
34884 \family sans
34885 blau
34886 \family default
34887
34888 \family sans
34889 türkis
34890 \family default
34891
34892 \family sans
34893 purpurrot
34894 \family default
34895  und 
34896 \family sans
34897 gelb
34898 \family default
34899 .
34900 \end_layout
34901
34902 \begin_layout Standard
34903 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
34904 \begin_inset space ~
34905 \end_inset
34906
34907
34908 \begin_inset CommandInset ref
34909 LatexCommand ref
34910 reference "abs:Farbige-Tabellen"
34911
34912 \end_inset
34913
34914  beschrieben.
34915 \end_layout
34916
34917 \begin_layout Standard
34918 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
34919  den TeX-Code-Befehl
34920 \end_layout
34921
34922 \begin_layout Standard
34923
34924 \series bold
34925
34926 \backslash
34927 colorbox{red}{
34928 \end_layout
34929
34930 \begin_layout Standard
34931 vor dem Wort ein.
34932  Hinter dem Wort fügen Sie 
34933 \series bold
34934
34935 \begin_inset Quotes gld
34936 \end_inset
34937
34938 }
34939 \series default
34940
34941 \begin_inset Quotes grd
34942 \end_inset
34943
34944  als TeX-Code ein.
34945  Hier ist das Ergebnis:
34946 \end_layout
34947
34948 \begin_layout Standard
34949 In dieser Zeile hat 
34950 \begin_inset ERT
34951 status collapsed
34952
34953 \begin_layout Plain Layout
34954
34955
34956 \backslash
34957 colorbox{red}{
34958 \end_layout
34959
34960 \end_inset
34961
34962 Achtung!
34963 \begin_inset ERT
34964 status collapsed
34965
34966 \begin_layout Plain Layout
34967
34968 }
34969 \end_layout
34970
34971 \end_inset
34972
34973  einen roten Hintergrund.
34974 \end_layout
34975
34976 \begin_layout Standard
34977 \begin_inset VSpace bigskip
34978 \end_inset
34979
34980 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
34981  
34982 \series bold
34983
34984 \backslash
34985 fcolorbox
34986 \series default
34987  verwenden:
34988 \end_layout
34989
34990 \begin_layout Standard
34991
34992 \series bold
34993
34994 \backslash
34995 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
34996 \end_layout
34997
34998 \begin_layout Standard
34999
35000 \series bold
35001
35002 \backslash
35003 fcolorbox
35004 \series default
35005  ist eine Erweiterung von 
35006 \series bold
35007
35008 \backslash
35009 colorbox
35010 \series default
35011 .
35012  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
35013  
35014 \series bold
35015
35016 \backslash
35017 fboxrule
35018 \series default
35019  und 
35020 \series bold
35021
35022 \backslash
35023 fboxsep
35024 \series default
35025  gesteuert werden, wie in Abschnitt
35026 \begin_inset space ~
35027 \end_inset
35028
35029
35030 \begin_inset CommandInset ref
35031 LatexCommand ref
35032 reference "uab:Verzierung"
35033
35034 \end_inset
35035
35036  beschrieben.
35037 \end_layout
35038
35039 \begin_layout Standard
35040 Für das folgende Beispiel wurde der Befehl
35041 \end_layout
35042
35043 \begin_layout Standard
35044
35045 \series bold
35046
35047 \backslash
35048 fcolorbox{cyan}{magenta}{
35049 \end_layout
35050
35051 \begin_layout Standard
35052 benutzt.
35053  Hier wurden die Rahmendicke und der Abstand auf 1
35054 \begin_inset space \thinspace{}
35055 \end_inset
35056
35057 mm gesetzt:
35058 \begin_inset Newline newline
35059 \end_inset
35060
35061
35062 \begin_inset ERT
35063 status collapsed
35064
35065 \begin_layout Plain Layout
35066
35067
35068 \backslash
35069 fboxrule 1mm 
35070 \backslash
35071 fboxsep 1mm
35072 \end_layout
35073
35074 \end_inset
35075
35076
35077 \begin_inset ERT
35078 status collapsed
35079
35080 \begin_layout Plain Layout
35081
35082
35083 \backslash
35084 fcolorbox{cyan}{green}{
35085 \end_layout
35086
35087 \end_inset
35088
35089 Dies ist Text in einer farbigen, gerahmten Box.
35090 \begin_inset ERT
35091 status collapsed
35092
35093 \begin_layout Plain Layout
35094
35095 }
35096 \end_layout
35097
35098 \end_inset
35099
35100
35101 \end_layout
35102
35103 \begin_layout Standard
35104 \begin_inset VSpace bigskip
35105 \end_inset
35106
35107 Natürlich gibt es auch farbigen Text in einer Colorbox:
35108 \begin_inset Newline newline
35109 \end_inset
35110
35111
35112 \begin_inset ERT
35113 status collapsed
35114
35115 \begin_layout Plain Layout
35116
35117
35118 \backslash
35119 fcolorbox{cyan}{green}{
35120 \end_layout
35121
35122 \end_inset
35123
35124
35125 \color yellow
35126 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35127 \color none
35128
35129 \begin_inset ERT
35130 status collapsed
35131
35132 \begin_layout Plain Layout
35133
35134 }
35135 \end_layout
35136
35137 \end_inset
35138
35139
35140 \begin_inset ERT
35141 status collapsed
35142
35143 \begin_layout Plain Layout
35144
35145
35146 \backslash
35147 fboxrule 0.4pt 
35148 \backslash
35149 fboxsep 3pt
35150 \end_layout
35151
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \begin_layout Standard
35158 \begin_inset VSpace bigskip
35159 \end_inset
35160
35161
35162 \end_layout
35163
35164 \begin_layout Standard
35165 \begin_inset Note Greyedout
35166 status open
35167
35168 \begin_layout Plain Layout
35169 \noindent
35170
35171 \series bold
35172 Bemerkung:
35173 \series default
35174  Text in Colorboxen kann nicht umgebrochen werden.
35175  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
35176  wie im folgenden beschrieben.
35177 \end_layout
35178
35179 \end_inset
35180
35181
35182 \end_layout
35183
35184 \begin_layout Subsection
35185 Farbe für Absätze
35186 \begin_inset CommandInset label
35187 LatexCommand label
35188 name "uab:Farbe-für-Absätze"
35189
35190 \end_inset
35191
35192
35193 \begin_inset Index idx
35194 status collapsed
35195
35196 \begin_layout Plain Layout
35197 Farbe ! für Absätze
35198 \end_layout
35199
35200 \end_inset
35201
35202
35203 \end_layout
35204
35205 \begin_layout Standard
35206 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
35207  den Text in eine Minipage stellen.
35208  Vor der Minipage fügen Sie den TeX-Code-Befehl
35209 \end_layout
35210
35211 \begin_layout Standard
35212
35213 \series bold
35214
35215 \backslash
35216 colorbox{color}{
35217 \end_layout
35218
35219 \begin_layout Standard
35220 ein.
35221  Hinter der Minipage fügen Sie 
35222 \series bold
35223
35224 \begin_inset Quotes gld
35225 \end_inset
35226
35227 }
35228 \series default
35229
35230 \begin_inset Quotes grd
35231 \end_inset
35232
35233  als TeX-Code ein.
35234 \end_layout
35235
35236 \begin_layout Standard
35237 \begin_inset ERT
35238 status collapsed
35239
35240 \begin_layout Plain Layout
35241
35242
35243 \backslash
35244 colorbox{hellgrau}{
35245 \end_layout
35246
35247 \end_inset
35248
35249
35250 \begin_inset Box Frameless
35251 position "t"
35252 hor_pos "c"
35253 has_inner_box 1
35254 inner_pos "t"
35255 use_parbox 0
35256 use_makebox 0
35257 width "100col%"
35258 special "none"
35259 height "1in"
35260 height_special "totalheight"
35261 status collapsed
35262
35263 \begin_layout Plain Layout
35264 Dies ist Text mit einer Hintergrundfarbe.
35265  Dies ist Text mit einer Hintergrundfarbe.
35266 \end_layout
35267
35268 \begin_layout Plain Layout
35269 Der Text kann Fußnoten
35270 \begin_inset Foot
35271 status open
35272
35273 \begin_layout Plain Layout
35274 Eine weitere Fußnote
35275 \end_layout
35276
35277 \end_inset
35278
35279  und Tabellen und Abbildungen enthalten.
35280 \end_layout
35281
35282 \begin_layout Plain Layout
35283 \align center
35284 \begin_inset Tabular
35285 <lyxtabular version="3" rows="3" columns="3">
35286 <features rotate="0" tabularvalignment="middle">
35287 <column alignment="center" valignment="top">
35288 <column alignment="center" valignment="top">
35289 <column alignment="center" valignment="top">
35290 <row>
35291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35292 \begin_inset Text
35293
35294 \begin_layout Plain Layout
35295 a
35296 \end_layout
35297
35298 \end_inset
35299 </cell>
35300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35301 \begin_inset Text
35302
35303 \begin_layout Plain Layout
35304 !
35305 \end_layout
35306
35307 \end_inset
35308 </cell>
35309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35310 \begin_inset Text
35311
35312 \begin_layout Plain Layout
35313 3
35314 \end_layout
35315
35316 \end_inset
35317 </cell>
35318 </row>
35319 <row>
35320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35321 \begin_inset Text
35322
35323 \begin_layout Plain Layout
35324 <
35325 \end_layout
35326
35327 \end_inset
35328 </cell>
35329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35330 \begin_inset Text
35331
35332 \begin_layout Plain Layout
35333 b2
35334 \begin_inset Quotes erd
35335 \end_inset
35336
35337 |
35338 \end_layout
35339
35340 \end_inset
35341 </cell>
35342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35343 \begin_inset Text
35344
35345 \begin_layout Plain Layout
35346 >
35347 \end_layout
35348
35349 \end_inset
35350 </cell>
35351 </row>
35352 <row>
35353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35354 \begin_inset Text
35355
35356 \begin_layout Plain Layout
35357 1
35358 \end_layout
35359
35360 \end_inset
35361 </cell>
35362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35363 \begin_inset Text
35364
35365 \begin_layout Plain Layout
35366 §
35367 \end_layout
35368
35369 \end_inset
35370 </cell>
35371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35372 \begin_inset Text
35373
35374 \begin_layout Plain Layout
35375 c
35376 \end_layout
35377
35378 \end_inset
35379 </cell>
35380 </row>
35381 </lyxtabular>
35382
35383 \end_inset
35384
35385
35386 \end_layout
35387
35388 \end_inset
35389
35390
35391 \begin_inset ERT
35392 status collapsed
35393
35394 \begin_layout Plain Layout
35395
35396 }
35397 \end_layout
35398
35399 \end_inset
35400
35401
35402 \end_layout
35403
35404 \begin_layout Section
35405 Rotierte und skalierte Boxen
35406 \end_layout
35407
35408 \begin_layout Standard
35409 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35410 \series bold
35411 graphicx
35412 \series default
35413
35414 \begin_inset Index idx
35415 status collapsed
35416
35417 \begin_layout Plain Layout
35418 LaTeX-Pakete ! graphicx
35419 \end_layout
35420
35421 \end_inset
35422
35423  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35424 \end_layout
35425
35426 \begin_layout Standard
35427
35428 \series bold
35429
35430 \backslash
35431 @ifundefined{rotatebox}
35432 \begin_inset Newline newline
35433 \end_inset
35434
35435
35436 \begin_inset Phantom HPhantom
35437 status open
35438
35439 \begin_layout Plain Layout
35440
35441 \series bold
35442 \begin_inset space ~
35443 \end_inset
35444
35445
35446 \end_layout
35447
35448 \end_inset
35449
35450 {
35451 \backslash
35452 usepackage{graphicx}}{}
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  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35465 \end_layout
35466
35467 \end_inset
35468
35469
35470 \end_layout
35471
35472 \begin_layout Standard
35473 \begin_inset Note Greyedout
35474 status open
35475
35476 \begin_layout Plain Layout
35477
35478 \series bold
35479 Achtung:
35480 \series default
35481  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35482 \end_layout
35483
35484 \end_inset
35485
35486
35487 \end_layout
35488
35489 \begin_layout Subsection
35490 Rotierte Boxen
35491 \begin_inset Index idx
35492 status collapsed
35493
35494 \begin_layout Plain Layout
35495 Boxen ! rotierte
35496 \end_layout
35497
35498 \end_inset
35499
35500
35501 \begin_inset Index idx
35502 status collapsed
35503
35504 \begin_layout Plain Layout
35505 Rotiertes Material
35506 \end_layout
35507
35508 \end_inset
35509
35510
35511 \end_layout
35512
35513 \begin_layout Standard
35514 Um Text zu drehen, verwendet man den Befehl 
35515 \series bold
35516
35517 \backslash
35518 rotatebox
35519 \series default
35520  im TeX-Code nach folgendem Schema:
35521 \end_layout
35522
35523 \begin_layout Standard
35524
35525 \series bold
35526
35527 \backslash
35528 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35529 \end_layout
35530
35531 \begin_layout Standard
35532 Der Drehpunkt wird mit 
35533 \series bold
35534 origin=Position
35535 \series default
35536  angegeben.
35537  Folgende Positionen sind möglich: 
35538 \emph on
35539 c
35540 \emph default
35541  (mittig), 
35542 \emph on
35543 l
35544 \emph default
35545  (links), 
35546 \emph on
35547 r
35548 \emph default
35549  (rechts), 
35550 \emph on
35551 b
35552 \emph default
35553  (unten), 
35554 \emph on
35555 t
35556 \emph default
35557  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35558  Z.
35559 \begin_inset space \thinspace{}
35560 \end_inset
35561
35562 B.
35563  bedeutet 
35564 \emph on
35565 lt
35566 \emph default
35567 , dass sich der Drehpunkt links oben befindet.
35568  Wird kein Drehpunkt angegeben, wird die Position 
35569 \emph on
35570 l
35571 \emph default
35572  verwendet.
35573  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35574  Gedreht wird gegen den Uhrzeigersinn.
35575 \end_layout
35576
35577 \begin_layout Standard
35578 Im folgenden Beispiel wurde vor dem Text der Befehl 
35579 \series bold
35580
35581 \backslash
35582 rotatebox[origin=c]{60}{
35583 \series default
35584  im TeX-Modus eingegeben.
35585  Nach dem Text wurde die schließende Klammer 
35586 \series bold
35587 }
35588 \series default
35589  wiederum im TeX-Modus eingegeben.
35590 \end_layout
35591
35592 \begin_layout Standard
35593 Dies ist eine Zeile 
35594 \begin_inset ERT
35595 status collapsed
35596
35597 \begin_layout Plain Layout
35598
35599
35600 \backslash
35601 rotatebox[origin=c]{60}{
35602 \end_layout
35603
35604 \end_inset
35605
35606 mit rotiertem
35607 \begin_inset ERT
35608 status collapsed
35609
35610 \begin_layout Plain Layout
35611
35612 }
35613 \end_layout
35614
35615 \end_inset
35616
35617  Text.
35618 \end_layout
35619
35620 \begin_layout Standard
35621 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35622 \end_layout
35623
35624 \begin_layout Standard
35625 Dies ist eine Zeile 
35626 \begin_inset ERT
35627 status collapsed
35628
35629 \begin_layout Plain Layout
35630
35631
35632 \backslash
35633 rotatebox[origin=r]{-60}{
35634 \end_layout
35635
35636 \end_inset
35637
35638
35639 \begin_inset Box Doublebox
35640 position "c"
35641 hor_pos "c"
35642 has_inner_box 0
35643 inner_pos "c"
35644 use_parbox 0
35645 use_makebox 0
35646 width "1in"
35647 special "width"
35648 height "1in"
35649 height_special "totalheight"
35650 status collapsed
35651
35652 \begin_layout Plain Layout
35653 mit rotiertem
35654 \end_layout
35655
35656 \end_inset
35657
35658
35659 \begin_inset ERT
35660 status collapsed
35661
35662 \begin_layout Plain Layout
35663
35664 }
35665 \end_layout
35666
35667 \end_inset
35668
35669  umrandeten Text 
35670 \begin_inset ERT
35671 status collapsed
35672
35673 \begin_layout Plain Layout
35674
35675
35676 \backslash
35677 rotatebox[origin=lb]{60}{
35678 \end_layout
35679
35680 \end_inset
35681
35682
35683 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35684 \end_inset
35685
35686
35687 \begin_inset ERT
35688 status collapsed
35689
35690 \begin_layout Plain Layout
35691
35692 }
35693 \end_layout
35694
35695 \end_inset
35696
35697  und einer Formel.
35698 \end_layout
35699
35700 \begin_layout Standard
35701 Oder ein Bild oder Tabelle:
35702 \end_layout
35703
35704 \begin_layout Standard
35705 Dies ist eine Zeile 
35706 \begin_inset ERT
35707 status collapsed
35708
35709 \begin_layout Plain Layout
35710
35711
35712 \backslash
35713 rotatebox[origin=lb]{90}{
35714 \end_layout
35715
35716 \end_inset
35717
35718
35719 \begin_inset Graphics
35720         filename ../clipart/platypus.eps
35721         lyxscale 50
35722         width 25col%
35723
35724 \end_inset
35725
35726
35727 \begin_inset ERT
35728 status collapsed
35729
35730 \begin_layout Plain Layout
35731
35732 }
35733 \end_layout
35734
35735 \end_inset
35736
35737  mit einem rotierten Bild 
35738 \begin_inset ERT
35739 status collapsed
35740
35741 \begin_layout Plain Layout
35742
35743
35744 \backslash
35745 rotatebox[origin=l]{-90}{
35746 \end_layout
35747
35748 \end_inset
35749
35750
35751 \begin_inset Tabular
35752 <lyxtabular version="3" rows="2" columns="2">
35753 <features rotate="0" tabularvalignment="middle">
35754 <column alignment="center" valignment="top">
35755 <column alignment="center" valignment="top">
35756 <row>
35757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35758 \begin_inset Text
35759
35760 \begin_layout Plain Layout
35761 q
35762 \end_layout
35763
35764 \end_inset
35765 </cell>
35766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35767 \begin_inset Text
35768
35769 \begin_layout Plain Layout
35770 w
35771 \end_layout
35772
35773 \end_inset
35774 </cell>
35775 </row>
35776 <row>
35777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35778 \begin_inset Text
35779
35780 \begin_layout Plain Layout
35781 e
35782 \end_layout
35783
35784 \end_inset
35785 </cell>
35786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35787 \begin_inset Text
35788
35789 \begin_layout Plain Layout
35790 r
35791 \end_layout
35792
35793 \end_inset
35794 </cell>
35795 </row>
35796 </lyxtabular>
35797
35798 \end_inset
35799
35800
35801 \begin_inset ERT
35802 status collapsed
35803
35804 \begin_layout Plain Layout
35805
35806 }
35807 \end_layout
35808
35809 \end_inset
35810
35811  und Tabelle.
35812 \begin_inset Index idx
35813 status collapsed
35814
35815 \begin_layout Plain Layout
35816 Abbildungen ! rotierte
35817 \end_layout
35818
35819 \end_inset
35820
35821
35822 \begin_inset Index idx
35823 status collapsed
35824
35825 \begin_layout Plain Layout
35826 Tabellen ! rotierte
35827 \end_layout
35828
35829 \end_inset
35830
35831
35832 \end_layout
35833
35834 \begin_layout Subsection
35835 Skalierte Boxen
35836 \begin_inset Index idx
35837 status collapsed
35838
35839 \begin_layout Plain Layout
35840 Boxen ! skalierte
35841 \end_layout
35842
35843 \end_inset
35844
35845
35846 \begin_inset Index idx
35847 status collapsed
35848
35849 \begin_layout Plain Layout
35850 Skaliertes Material
35851 \end_layout
35852
35853 \end_inset
35854
35855
35856 \end_layout
35857
35858 \begin_layout Standard
35859 Um Text zu skalieren, kann man die Befehle 
35860 \series bold
35861
35862 \backslash
35863 scalebox
35864 \series default
35865  und 
35866 \series bold
35867
35868 \backslash
35869 resizebox
35870 \series default
35871  im TeX-Modus verwenden.
35872 \end_layout
35873
35874 \begin_layout Standard
35875
35876 \series bold
35877
35878 \backslash
35879 scalebox
35880 \series default
35881  wird nach folgendem Schema verwendet:
35882 \end_layout
35883
35884 \begin_layout Standard
35885
35886 \series bold
35887
35888 \backslash
35889 scalebox{horizontal}[vertikal]{Boxinhalt}
35890 \end_layout
35891
35892 \begin_layout Standard
35893 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
35894  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
35895  verwendet.
35896 \end_layout
35897
35898 \begin_layout Standard
35899 Z.
35900 \begin_inset space \thinspace{}
35901 \end_inset
35902
35903 B.
35904  ergibt der Befehl 
35905 \series bold
35906
35907 \backslash
35908 scalebox{2}{Hallo}
35909 \series default
35910  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
35911 \begin_inset ERT
35912 status collapsed
35913
35914 \begin_layout Plain Layout
35915
35916
35917 \backslash
35918 scalebox{2}{
35919 \end_layout
35920
35921 \end_inset
35922
35923 Hallo
35924 \begin_inset ERT
35925 status collapsed
35926
35927 \begin_layout Plain Layout
35928
35929 }
35930 \end_layout
35931
35932 \end_inset
35933
35934 .
35935 \end_layout
35936
35937 \begin_layout Standard
35938
35939 \series bold
35940
35941 \backslash
35942 scalebox{2}[1]{Hallo}
35943 \series default
35944  verzerrt hingegen das 
35945 \begin_inset ERT
35946 status collapsed
35947
35948 \begin_layout Plain Layout
35949
35950
35951 \backslash
35952 scalebox{2}[1]{
35953 \end_layout
35954
35955 \end_inset
35956
35957 Hallo
35958 \begin_inset ERT
35959 status collapsed
35960
35961 \begin_layout Plain Layout
35962
35963 }
35964 \end_layout
35965
35966 \end_inset
35967
35968 .
35969 \end_layout
35970
35971 \begin_layout Standard
35972 Die Skalierungsfaktoren dürfen auch negativ sein.
35973  In diesem Fall wird der Boxinhalt gespiegelt.
35974 \end_layout
35975
35976 \begin_layout Standard
35977 Daher lässt sich mit dem Befehl 
35978 \series bold
35979
35980 \backslash
35981 scalebox{-1}[1]{Hallo}
35982 \series default
35983  Spiegelschrift erstellen: 
35984 \begin_inset ERT
35985 status collapsed
35986
35987 \begin_layout Plain Layout
35988
35989
35990 \backslash
35991 scalebox{-1}[1]{
35992 \end_layout
35993
35994 \end_inset
35995
35996 Hallo
35997 \begin_inset ERT
35998 status collapsed
35999
36000 \begin_layout Plain Layout
36001
36002 }
36003 \end_layout
36004
36005 \end_inset
36006
36007
36008 \end_layout
36009
36010 \begin_layout Standard
36011
36012 \series bold
36013
36014 \backslash
36015 scalebox{1}[-1]{Hallo}
36016 \series default
36017  spiegelt das 
36018 \begin_inset ERT
36019 status collapsed
36020
36021 \begin_layout Plain Layout
36022
36023
36024 \backslash
36025 scalebox{1}[-1]{
36026 \end_layout
36027
36028 \end_inset
36029
36030 Hallo
36031 \begin_inset ERT
36032 status collapsed
36033
36034 \begin_layout Plain Layout
36035
36036 }
36037 \end_layout
36038
36039 \end_inset
36040
36041  an der Grundlinie.
36042 \end_layout
36043
36044 \begin_layout Standard
36045 Zu 
36046 \series bold
36047
36048 \backslash
36049 scalebox{-1}[1]{Boxinhalt}
36050 \series default
36051  gibt es den äquivalenten Befehl
36052 \begin_inset Newline newline
36053 \end_inset
36054
36055
36056 \series bold
36057
36058 \backslash
36059 reflectbox{Boxinhalt}
36060 \series default
36061 .
36062 \end_layout
36063
36064 \begin_layout Standard
36065 \begin_inset VSpace bigskip
36066 \end_inset
36067
36068
36069 \series bold
36070
36071 \backslash
36072 resizebox
36073 \series default
36074  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
36075  skalieren.
36076  Das Befehlsschema ist folgendes:
36077 \end_layout
36078
36079 \begin_layout Standard
36080
36081 \series bold
36082
36083 \backslash
36084 resizebox{Breite}{Höhe}{Boxinhalt}
36085 \end_layout
36086
36087 \begin_layout Standard
36088 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
36089 \series bold
36090 !
36091 \series default
36092  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
36093  wird.
36094 \end_layout
36095
36096 \begin_layout Standard
36097 Der Befehl 
36098 \series bold
36099
36100 \backslash
36101 resizebox{2cm}{1cm}{Hallo}
36102 \series default
36103  ergibt: 
36104 \begin_inset ERT
36105 status collapsed
36106
36107 \begin_layout Plain Layout
36108
36109
36110 \backslash
36111 resizebox{2cm}{1cm}{
36112 \end_layout
36113
36114 \end_inset
36115
36116 Hallo
36117 \begin_inset ERT
36118 status collapsed
36119
36120 \begin_layout Plain Layout
36121
36122 }
36123 \end_layout
36124
36125 \end_inset
36126
36127
36128 \begin_inset Newline newline
36129 \end_inset
36130
36131 Der Befehl 
36132 \series bold
36133
36134 \backslash
36135 resizebox{2cm}{!}{Hallo}
36136 \series default
36137  ergibt: 
36138 \begin_inset ERT
36139 status collapsed
36140
36141 \begin_layout Plain Layout
36142
36143
36144 \backslash
36145 resizebox{2cm}{!}{
36146 \end_layout
36147
36148 \end_inset
36149
36150 Hallo
36151 \begin_inset ERT
36152 status collapsed
36153
36154 \begin_layout Plain Layout
36155
36156 }
36157 \end_layout
36158
36159 \end_inset
36160
36161
36162 \end_layout
36163
36164 \begin_layout Standard
36165 \begin_inset VSpace bigskip
36166 \end_inset
36167
36168
36169 \begin_inset Note Greyedout
36170 status open
36171
36172 \begin_layout Plain Layout
36173
36174 \series bold
36175 Bemerkung:
36176 \series default
36177  Wurde in Argumenten von 
36178 \series bold
36179
36180 \backslash
36181 scalebox
36182 \series default
36183  oder 
36184 \series bold
36185
36186 \backslash
36187 resizebox
36188 \series default
36189  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
36190  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
36191  werden.
36192 \end_layout
36193
36194 \end_inset
36195
36196
36197 \end_layout
36198
36199 \begin_layout Standard
36200 \begin_inset VSpace bigskip
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \begin_layout Standard
36207 Alle Boxen können beliebig miteinander kombiniert werden.
36208  So ergibt z.
36209 \begin_inset space \thinspace{}
36210 \end_inset
36211
36212 B.
36213  der Befehl
36214 \begin_inset Newline newline
36215 \end_inset
36216
36217
36218 \series bold
36219
36220 \backslash
36221 rotatebox[origin=c]{-45}{
36222 \backslash
36223 resizebox{2cm}{!}{
36224 \backslash
36225 reflectbox{Hallo}}}
36226 \series default
36227 :
36228 \end_layout
36229
36230 \begin_layout Standard
36231 \align center
36232 \begin_inset ERT
36233 status collapsed
36234
36235 \begin_layout Plain Layout
36236
36237
36238 \backslash
36239 rotatebox[origin=c]{-45}{
36240 \backslash
36241 resizebox{2cm}{!}{
36242 \backslash
36243 reflectbox{
36244 \end_layout
36245
36246 \end_inset
36247
36248 Hallo
36249 \begin_inset ERT
36250 status collapsed
36251
36252 \begin_layout Plain Layout
36253
36254 }}}
36255 \end_layout
36256
36257 \end_inset
36258
36259
36260 \end_layout
36261
36262 \begin_layout Standard
36263 \noindent
36264 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36265 \end_layout
36266
36267 \begin_layout Standard
36268 \align center
36269 \begin_inset ERT
36270 status collapsed
36271
36272 \begin_layout Plain Layout
36273
36274
36275 \backslash
36276 rotatebox[origin=c]{-30}{
36277 \backslash
36278 resizebox{2cm}{!}{
36279 \backslash
36280 reflectbox{
36281 \end_layout
36282
36283 \end_inset
36284
36285
36286 \begin_inset Graphics
36287         filename ../clipart/platypus.eps
36288         lyxscale 50
36289         width 25col%
36290
36291 \end_inset
36292
36293
36294 \begin_inset ERT
36295 status collapsed
36296
36297 \begin_layout Plain Layout
36298
36299 }}}
36300 \end_layout
36301
36302 \end_inset
36303
36304
36305 \begin_inset ERT
36306 status collapsed
36307
36308 \begin_layout Plain Layout
36309
36310
36311 \backslash
36312 rotatebox[origin=c]{-45}{
36313 \backslash
36314 resizebox{2cm}{!}{
36315 \backslash
36316 reflectbox{
36317 \end_layout
36318
36319 \end_inset
36320
36321
36322 \begin_inset Tabular
36323 <lyxtabular version="3" rows="2" columns="2">
36324 <features rotate="0" tabularvalignment="middle">
36325 <column alignment="center" valignment="top">
36326 <column alignment="center" valignment="top">
36327 <row>
36328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36329 \begin_inset Text
36330
36331 \begin_layout Plain Layout
36332 q
36333 \end_layout
36334
36335 \end_inset
36336 </cell>
36337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36338 \begin_inset Text
36339
36340 \begin_layout Plain Layout
36341 w
36342 \end_layout
36343
36344 \end_inset
36345 </cell>
36346 </row>
36347 <row>
36348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36349 \begin_inset Text
36350
36351 \begin_layout Plain Layout
36352 e
36353 \end_layout
36354
36355 \end_inset
36356 </cell>
36357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36358 \begin_inset Text
36359
36360 \begin_layout Plain Layout
36361 r
36362 \end_layout
36363
36364 \end_inset
36365 </cell>
36366 </row>
36367 </lyxtabular>
36368
36369 \end_inset
36370
36371
36372 \begin_inset ERT
36373 status collapsed
36374
36375 \begin_layout Plain Layout
36376
36377 }}}
36378 \end_layout
36379
36380 \end_inset
36381
36382
36383 \begin_inset ERT
36384 status collapsed
36385
36386 \begin_layout Plain Layout
36387
36388
36389 \backslash
36390 rotatebox[origin=c]{-45}{
36391 \backslash
36392 resizebox{2cm}{!}{
36393 \backslash
36394 reflectbox{
36395 \end_layout
36396
36397 \end_inset
36398
36399
36400 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36401 \end_inset
36402
36403
36404 \begin_inset ERT
36405 status collapsed
36406
36407 \begin_layout Plain Layout
36408
36409 }}}
36410 \end_layout
36411
36412 \end_inset
36413
36414
36415 \begin_inset Index idx
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419 Abbildungen ! skalierte
36420 \end_layout
36421
36422 \end_inset
36423
36424
36425 \begin_inset Index idx
36426 status collapsed
36427
36428 \begin_layout Plain Layout
36429 Tabellen ! skalierte
36430 \end_layout
36431
36432 \end_inset
36433
36434
36435 \end_layout
36436
36437 \begin_layout Standard
36438 Hat man den globalen Formelstil 
36439 \series bold
36440 fleqn
36441 \series default
36442
36443 \begin_inset Foot
36444 status collapsed
36445
36446 \begin_layout Plain Layout
36447 Wenn 
36448 \begin_inset Quotes gld
36449 \end_inset
36450
36451 fleqn
36452 \begin_inset Quotes grd
36453 \end_inset
36454
36455  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36456 \end_layout
36457
36458 \end_inset
36459
36460  gewählt, kann man auch abgesetzte Formeln skalieren.
36461 \end_layout
36462
36463 \begin_layout Chapter
36464 Umflossene Objekte
36465 \begin_inset Index idx
36466 status collapsed
36467
36468 \begin_layout Plain Layout
36469 Umflossene Objekte
36470 \end_layout
36471
36472 \end_inset
36473
36474
36475 \end_layout
36476
36477 \begin_layout Section
36478 Umflossene Gleitobjekte
36479 \begin_inset CommandInset label
36480 LatexCommand label
36481 name "abs:Umflossene-Gleitobjekte"
36482
36483 \end_inset
36484
36485
36486 \begin_inset Index idx
36487 status collapsed
36488
36489 \begin_layout Plain Layout
36490 Gleitobjekte ! umflossene
36491 \end_layout
36492
36493 \end_inset
36494
36495
36496 \begin_inset Index idx
36497 status collapsed
36498
36499 \begin_layout Plain Layout
36500 Umflossene Objekte ! Gleitobjekte
36501 \end_layout
36502
36503 \end_inset
36504
36505
36506 \end_layout
36507
36508 \begin_layout Standard
36509 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36510  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36511  den die Abbildung bzw.
36512 \begin_inset space ~
36513 \end_inset
36514
36515 Tabelle übrig lässt.
36516  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36517  Sie werden über das Menü
36518 \family sans
36519  Einfügen\SpecialChar \menuseparator
36520 Gleitobjekt\SpecialChar \menuseparator
36521 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36522 objekt
36523 \family default
36524  eingefügt, wenn das LaTeX-Paket 
36525 \series bold
36526 wrapfig
36527 \series default
36528
36529 \begin_inset Index idx
36530 status collapsed
36531
36532 \begin_layout Plain Layout
36533 LaTeX-Pakete ! wrapfig
36534 \end_layout
36535
36536 \end_inset
36537
36538  installiert ist.
36539 \begin_inset Foot
36540 status collapsed
36541
36542 \begin_layout Plain Layout
36543 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
36544 \emph on
36545 LaTeX-Konfiguration
36546 \emph default
36547  beschrieben.
36548 \end_layout
36549
36550 \end_inset
36551
36552  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36553  Box des Gleitobjekts geändert werden.
36554  
36555 \begin_inset Wrap figure
36556 lines 0
36557 placement l
36558 overhang 1cm
36559 width "40col%"
36560 status open
36561
36562 \begin_layout Plain Layout
36563 \begin_inset Graphics
36564         filename ../clipart/mobius.eps
36565         width 40col%
36566         scaleBeforeRotation
36567         rotateOrigin center
36568
36569 \end_inset
36570
36571
36572 \end_layout
36573
36574 \begin_layout Plain Layout
36575 \begin_inset Caption Standard
36576
36577 \begin_layout Plain Layout
36578 \begin_inset CommandInset label
36579 LatexCommand label
36580 name "abb:Dies-ist-eine"
36581
36582 \end_inset
36583
36584 Dies ist eine umflossene Gleitobjekt-Abbildung
36585 \end_layout
36586
36587 \end_inset
36588
36589
36590 \end_layout
36591
36592 \end_inset
36593
36594  Obligatorische Einstellungen sind die 
36595 \family sans
36596 Breite
36597 \family default
36598  und 
36599 \family sans
36600 Platzierung
36601 \family default
36602  des Gleitobjekts.
36603  Optional sind der 
36604 \family sans
36605 Überhang 
36606 \family default
36607 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36608 \begin_inset space \thinspace{}
36609 \end_inset
36610
36611 /
36612 \begin_inset space \thinspace{}
36613 \end_inset
36614
36615 der Seite ragt und die 
36616 \family sans
36617 benötigten Zeilen
36618 \family default
36619 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36620  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36621  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36622  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
36623  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
36624  zu lassen.
36625  Abbildung
36626 \begin_inset space ~
36627 \end_inset
36628
36629
36630 \begin_inset CommandInset ref
36631 LatexCommand ref
36632 reference "abb:Dies-ist-eine"
36633
36634 \end_inset
36635
36636  ist zum Beispiel ein umflossenes Bild, das 40
36637 \begin_inset space \thinspace{}
36638 \end_inset
36639
36640 % der Spaltenbreite einnimmt, 1
36641 \begin_inset space \thinspace{}
36642 \end_inset
36643
36644 cm in den Rand ragt und links gesetzt wurde.
36645 \end_layout
36646
36647 \begin_layout Standard
36648 \begin_inset Note Greyedout
36649 status open
36650
36651 \begin_layout Plain Layout
36652
36653 \series bold
36654 Bemerkung:
36655 \series default
36656  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36657 \begin_inset space \thinspace{}
36658 \end_inset
36659
36660 B.
36661  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36662  oder über anderen Text gedruckt wird.
36663 \end_layout
36664
36665 \end_inset
36666
36667
36668 \end_layout
36669
36670 \begin_layout Standard
36671 Allgemein gilt für umflossene Gleitobjekte:
36672 \end_layout
36673
36674 \begin_layout Itemize
36675 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36676  fortgesetzt werden.
36677  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36678  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36679 \end_layout
36680
36681 \begin_layout Itemize
36682 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36683  werden oder darin.
36684 \end_layout
36685
36686 \begin_layout Itemize
36687 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36688  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36689 \end_layout
36690
36691 \begin_layout Itemize
36692 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36693 \end_layout
36694
36695 \begin_layout Itemize
36696 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36697 \begin_inset space \thinspace{}
36698 \end_inset
36699
36700
36701 \begin_inset CommandInset ref
36702 LatexCommand ref
36703 reference "kap:Gleitobjekte"
36704
36705 \end_inset
36706
36707  beschrieben.
36708 \end_layout
36709
36710 \begin_layout Section
36711 Umflossene Fixe Objekte
36712 \begin_inset Index idx
36713 status collapsed
36714
36715 \begin_layout Plain Layout
36716 Umflossene Objekte ! Fixe Objekte
36717 \end_layout
36718
36719 \end_inset
36720
36721
36722 \end_layout
36723
36724 \begin_layout Standard
36725 Die in Abschnitt
36726 \begin_inset space ~
36727 \end_inset
36728
36729
36730 \begin_inset CommandInset ref
36731 LatexCommand ref
36732 reference "abs:Umflossene-Gleitobjekte"
36733
36734 \end_inset
36735
36736  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36737 \end_layout
36738
36739 \begin_layout Standard
36740 \noindent
36741 \align center
36742 \begin_inset Tabular
36743 <lyxtabular version="3" rows="2" columns="2">
36744 <features rotate="0" tabularvalignment="middle">
36745 <column alignment="center" valignment="top">
36746 <column alignment="center" valignment="top">
36747 <row>
36748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36749 \begin_inset Text
36750
36751 \begin_layout Plain Layout
36752 \begin_inset Graphics
36753         filename ../../images/dialog-show-new-inset_graphics.png
36754         scale 70
36755         scaleBeforeRotation
36756
36757 \end_inset
36758
36759
36760 \end_layout
36761
36762 \end_inset
36763 </cell>
36764 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36765 \begin_inset Text
36766
36767 \begin_layout Plain Layout
36768 Text
36769 \end_layout
36770
36771 \end_inset
36772 </cell>
36773 </row>
36774 <row>
36775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36776 \begin_inset Text
36777
36778 \begin_layout Plain Layout
36779 Text
36780 \end_layout
36781
36782 \end_inset
36783 </cell>
36784 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36785 \begin_inset Text
36786
36787 \begin_layout Plain Layout
36788 Text
36789 \end_layout
36790
36791 \end_inset
36792 </cell>
36793 </row>
36794 </lyxtabular>
36795
36796 \end_inset
36797
36798  oder 
36799 \begin_inset Tabular
36800 <lyxtabular version="3" rows="2" columns="2">
36801 <features rotate="0" tabularvalignment="middle">
36802 <column alignment="center" valignment="top">
36803 <column alignment="center" valignment="top">
36804 <row>
36805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36806 \begin_inset Text
36807
36808 \begin_layout Plain Layout
36809 Text
36810 \end_layout
36811
36812 \end_inset
36813 </cell>
36814 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36815 \begin_inset Text
36816
36817 \begin_layout Plain Layout
36818 \begin_inset Graphics
36819         filename ../../images/dialog-show-new-inset_graphics.png
36820         scale 70
36821         scaleBeforeRotation
36822
36823 \end_inset
36824
36825
36826 \end_layout
36827
36828 \end_inset
36829 </cell>
36830 </row>
36831 <row>
36832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36833 \begin_inset Text
36834
36835 \begin_layout Plain Layout
36836 Text
36837 \end_layout
36838
36839 \end_inset
36840 </cell>
36841 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36842 \begin_inset Text
36843
36844 \begin_layout Plain Layout
36845 Text
36846 \end_layout
36847
36848 \end_inset
36849 </cell>
36850 </row>
36851 </lyxtabular>
36852
36853 \end_inset
36854
36855
36856 \end_layout
36857
36858 \begin_layout Standard
36859 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36860  wurde, um z.
36861 \begin_inset space \thinspace{}
36862 \end_inset
36863
36864 B.
36865  solche Positionen zu erhalten:
36866 \begin_inset VSpace defskip
36867 \end_inset
36868
36869
36870 \end_layout
36871
36872 \begin_layout Standard
36873 \noindent
36874 \align center
36875 \begin_inset Tabular
36876 <lyxtabular version="3" rows="2" columns="2">
36877 <features rotate="0" tabularvalignment="middle">
36878 <column alignment="center" valignment="top">
36879 <column alignment="center" valignment="top">
36880 <row>
36881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36882 \begin_inset Text
36883
36884 \begin_layout Plain Layout
36885 Text
36886 \end_layout
36887
36888 \end_inset
36889 </cell>
36890 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36891 \begin_inset Text
36892
36893 \begin_layout Plain Layout
36894 Text
36895 \end_layout
36896
36897 \end_inset
36898 </cell>
36899 </row>
36900 <row>
36901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36902 \begin_inset Text
36903
36904 \begin_layout Plain Layout
36905 \begin_inset Graphics
36906         filename ../../images/dialog-show-new-inset_graphics.png
36907         scale 70
36908         scaleBeforeRotation
36909
36910 \end_inset
36911
36912
36913 \end_layout
36914
36915 \end_inset
36916 </cell>
36917 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36918 \begin_inset Text
36919
36920 \begin_layout Plain Layout
36921 Text
36922 \end_layout
36923
36924 \end_inset
36925 </cell>
36926 </row>
36927 </lyxtabular>
36928
36929 \end_inset
36930
36931  
36932 \begin_inset Tabular
36933 <lyxtabular version="3" rows="2" columns="2">
36934 <features rotate="0" tabularvalignment="middle">
36935 <column alignment="center" valignment="top">
36936 <column alignment="center" valignment="top">
36937 <row>
36938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36939 \begin_inset Text
36940
36941 \begin_layout Plain Layout
36942 Text
36943 \end_layout
36944
36945 \end_inset
36946 </cell>
36947 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36948 \begin_inset Text
36949
36950 \begin_layout Plain Layout
36951 Text
36952 \end_layout
36953
36954 \end_inset
36955 </cell>
36956 </row>
36957 <row>
36958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36959 \begin_inset Text
36960
36961 \begin_layout Plain Layout
36962 Text
36963 \end_layout
36964
36965 \end_inset
36966 </cell>
36967 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36968 \begin_inset Text
36969
36970 \begin_layout Plain Layout
36971 \begin_inset Graphics
36972         filename ../../images/dialog-show-new-inset_graphics.png
36973         scale 70
36974         scaleBeforeRotation
36975
36976 \end_inset
36977
36978
36979 \end_layout
36980
36981 \end_inset
36982 </cell>
36983 </row>
36984 </lyxtabular>
36985
36986 \end_inset
36987
36988  
36989 \begin_inset Tabular
36990 <lyxtabular version="3" rows="2" columns="3">
36991 <features rotate="0" tabularvalignment="middle">
36992 <column alignment="center" valignment="top">
36993 <column alignment="center" valignment="top">
36994 <column alignment="center" valignment="top">
36995 <row>
36996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36997 \begin_inset Text
36998
36999 \begin_layout Plain Layout
37000 Text
37001 \end_layout
37002
37003 \end_inset
37004 </cell>
37005 <cell alignment="center" valignment="top" topline="true" usebox="none">
37006 \begin_inset Text
37007
37008 \begin_layout Plain Layout
37009 \begin_inset Graphics
37010         filename ../../images/dialog-show-new-inset_graphics.png
37011         scale 70
37012         scaleBeforeRotation
37013
37014 \end_inset
37015
37016
37017 \end_layout
37018
37019 \end_inset
37020 </cell>
37021 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37022 \begin_inset Text
37023
37024 \begin_layout Plain Layout
37025 Text
37026 \end_layout
37027
37028 \end_inset
37029 </cell>
37030 </row>
37031 <row>
37032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37033 \begin_inset Text
37034
37035 \begin_layout Plain Layout
37036 Text
37037 \end_layout
37038
37039 \end_inset
37040 </cell>
37041 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37042 \begin_inset Text
37043
37044 \begin_layout Plain Layout
37045 Text
37046 \end_layout
37047
37048 \end_inset
37049 </cell>
37050 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37051 \begin_inset Text
37052
37053 \begin_layout Plain Layout
37054 Text
37055 \end_layout
37056
37057 \end_inset
37058 </cell>
37059 </row>
37060 </lyxtabular>
37061
37062 \end_inset
37063
37064  
37065 \begin_inset Tabular
37066 <lyxtabular version="3" rows="2" columns="3">
37067 <features rotate="0" tabularvalignment="middle">
37068 <column alignment="center" valignment="top">
37069 <column alignment="center" valignment="top">
37070 <column alignment="center" valignment="top">
37071 <row>
37072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37073 \begin_inset Text
37074
37075 \begin_layout Plain Layout
37076 Text
37077 \end_layout
37078
37079 \end_inset
37080 </cell>
37081 <cell alignment="center" valignment="top" topline="true" usebox="none">
37082 \begin_inset Text
37083
37084 \begin_layout Plain Layout
37085 Text
37086 \end_layout
37087
37088 \end_inset
37089 </cell>
37090 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37091 \begin_inset Text
37092
37093 \begin_layout Plain Layout
37094 Text
37095 \end_layout
37096
37097 \end_inset
37098 </cell>
37099 </row>
37100 <row>
37101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37102 \begin_inset Text
37103
37104 \begin_layout Plain Layout
37105 Text
37106 \end_layout
37107
37108 \end_inset
37109 </cell>
37110 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37111 \begin_inset Text
37112
37113 \begin_layout Plain Layout
37114 \begin_inset Graphics
37115         filename ../../images/dialog-show-new-inset_graphics.png
37116         scale 70
37117         scaleBeforeRotation
37118
37119 \end_inset
37120
37121
37122 \end_layout
37123
37124 \end_inset
37125 </cell>
37126 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37127 \begin_inset Text
37128
37129 \begin_layout Plain Layout
37130 Text
37131 \end_layout
37132
37133 \end_inset
37134 </cell>
37135 </row>
37136 </lyxtabular>
37137
37138 \end_inset
37139
37140
37141 \end_layout
37142
37143 \begin_layout Standard
37144 \noindent
37145 \align center
37146 \begin_inset Tabular
37147 <lyxtabular version="3" rows="3" columns="2">
37148 <features rotate="0" tabularvalignment="middle">
37149 <column alignment="center" valignment="top">
37150 <column alignment="center" valignment="top">
37151 <row>
37152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37153 \begin_inset Text
37154
37155 \begin_layout Plain Layout
37156 Text
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165 Text
37166 \end_layout
37167
37168 \end_inset
37169 </cell>
37170 </row>
37171 <row>
37172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37173 \begin_inset Text
37174
37175 \begin_layout Plain Layout
37176 \begin_inset Graphics
37177         filename ../../images/dialog-show-new-inset_graphics.png
37178         scale 70
37179         scaleBeforeRotation
37180
37181 \end_inset
37182
37183
37184 \end_layout
37185
37186 \end_inset
37187 </cell>
37188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37189 \begin_inset Text
37190
37191 \begin_layout Plain Layout
37192 Text
37193 \end_layout
37194
37195 \end_inset
37196 </cell>
37197 </row>
37198 <row>
37199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37200 \begin_inset Text
37201
37202 \begin_layout Plain Layout
37203 Text
37204 \end_layout
37205
37206 \end_inset
37207 </cell>
37208 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37209 \begin_inset Text
37210
37211 \begin_layout Plain Layout
37212 Text
37213 \end_layout
37214
37215 \end_inset
37216 </cell>
37217 </row>
37218 </lyxtabular>
37219
37220 \end_inset
37221
37222  
37223 \begin_inset Tabular
37224 <lyxtabular version="3" rows="3" columns="3">
37225 <features rotate="0" tabularvalignment="middle">
37226 <column alignment="center" valignment="top">
37227 <column alignment="center" valignment="top">
37228 <column alignment="center" valignment="top">
37229 <row>
37230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37231 \begin_inset Text
37232
37233 \begin_layout Plain Layout
37234 Text
37235 \end_layout
37236
37237 \end_inset
37238 </cell>
37239 <cell alignment="center" valignment="top" topline="true" usebox="none">
37240 \begin_inset Text
37241
37242 \begin_layout Plain Layout
37243 Text
37244 \end_layout
37245
37246 \end_inset
37247 </cell>
37248 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37249 \begin_inset Text
37250
37251 \begin_layout Plain Layout
37252 Text
37253 \end_layout
37254
37255 \end_inset
37256 </cell>
37257 </row>
37258 <row>
37259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263 Text
37264 \end_layout
37265
37266 \end_inset
37267 </cell>
37268 <cell alignment="center" valignment="top" usebox="none">
37269 \begin_inset Text
37270
37271 \begin_layout Plain Layout
37272 \begin_inset Graphics
37273         filename ../../images/dialog-show-new-inset_graphics.png
37274         scale 70
37275         scaleBeforeRotation
37276
37277 \end_inset
37278
37279
37280 \end_layout
37281
37282 \end_inset
37283 </cell>
37284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37285 \begin_inset Text
37286
37287 \begin_layout Plain Layout
37288 Text
37289 \end_layout
37290
37291 \end_inset
37292 </cell>
37293 </row>
37294 <row>
37295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37296 \begin_inset Text
37297
37298 \begin_layout Plain Layout
37299 Text
37300 \end_layout
37301
37302 \end_inset
37303 </cell>
37304 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37305 \begin_inset Text
37306
37307 \begin_layout Plain Layout
37308 Text
37309 \end_layout
37310
37311 \end_inset
37312 </cell>
37313 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37314 \begin_inset Text
37315
37316 \begin_layout Plain Layout
37317 Text
37318 \end_layout
37319
37320 \end_inset
37321 </cell>
37322 </row>
37323 </lyxtabular>
37324
37325 \end_inset
37326
37327  
37328 \begin_inset Tabular
37329 <lyxtabular version="3" rows="3" columns="2">
37330 <features rotate="0" tabularvalignment="middle">
37331 <column alignment="center" valignment="top">
37332 <column alignment="center" valignment="top">
37333 <row>
37334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37335 \begin_inset Text
37336
37337 \begin_layout Plain Layout
37338 Text
37339 \end_layout
37340
37341 \end_inset
37342 </cell>
37343 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37344 \begin_inset Text
37345
37346 \begin_layout Plain Layout
37347 Text
37348 \end_layout
37349
37350 \end_inset
37351 </cell>
37352 </row>
37353 <row>
37354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37355 \begin_inset Text
37356
37357 \begin_layout Plain Layout
37358 Text
37359 \end_layout
37360
37361 \end_inset
37362 </cell>
37363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37364 \begin_inset Text
37365
37366 \begin_layout Plain Layout
37367 \begin_inset Graphics
37368         filename ../../images/dialog-show-new-inset_graphics.png
37369         scale 70
37370         scaleBeforeRotation
37371
37372 \end_inset
37373
37374
37375 \end_layout
37376
37377 \end_inset
37378 </cell>
37379 </row>
37380 <row>
37381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37382 \begin_inset Text
37383
37384 \begin_layout Plain Layout
37385 Text
37386 \end_layout
37387
37388 \end_inset
37389 </cell>
37390 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37391 \begin_inset Text
37392
37393 \begin_layout Plain Layout
37394 Text
37395 \end_layout
37396
37397 \end_inset
37398 </cell>
37399 </row>
37400 </lyxtabular>
37401
37402 \end_inset
37403
37404
37405 \end_layout
37406
37407 \begin_layout Standard
37408 \noindent
37409 kann man das LaTeX-Paket 
37410 \series bold
37411 picinpar
37412 \series default
37413
37414 \begin_inset Index idx
37415 status collapsed
37416
37417 \begin_layout Plain Layout
37418 LaTeX-Pakete ! picinpar
37419 \end_layout
37420
37421 \end_inset
37422
37423  benutzen.
37424  Hier ist ein Beispiel:
37425 \end_layout
37426
37427 \begin_layout Standard
37428 \begin_inset ERT
37429 status collapsed
37430
37431 \begin_layout Plain Layout
37432
37433
37434 \backslash
37435 ifpicinpar
37436 \end_layout
37437
37438 \end_inset
37439
37440
37441 \begin_inset Note Note
37442 status open
37443
37444 \begin_layout Plain Layout
37445 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37446 \series bold
37447 picinpar
37448 \series default
37449  installiert ist.
37450 \end_layout
37451
37452 \end_inset
37453
37454
37455 \end_layout
37456
37457 \begin_layout Standard
37458 \begin_inset ERT
37459 status collapsed
37460
37461 \begin_layout Plain Layout
37462
37463
37464 \backslash
37465 begin{window}[2,c,{
37466 \end_layout
37467
37468 \end_inset
37469
37470
37471 \begin_inset Graphics
37472         filename ../clipart/mobius.eps
37473         lyxscale 60
37474         width 40col%
37475         scaleBeforeRotation
37476         rotateOrigin center
37477
37478 \end_inset
37479
37480
37481 \begin_inset ERT
37482 status collapsed
37483
37484 \begin_layout Plain Layout
37485
37486 },]
37487 \end_layout
37488
37489 \begin_layout Plain Layout
37490
37491 {}
37492 \end_layout
37493
37494 \end_inset
37495
37496
37497 \size small
37498 \lang english
37499 It was in the spring of the year 1894 that all London was interested, and
37500  the fashionable world dismayed, by the murder of the Honourable Ronald
37501  Adair under most unusual and inexplicable circumstances.
37502  The public has already learned those particulars of the crime which
37503 \size default
37504
37505 \begin_inset ERT
37506 status collapsed
37507
37508 \begin_layout Plain Layout
37509
37510
37511 \backslash
37512 footnotemark{}
37513 \end_layout
37514
37515 \end_inset
37516
37517
37518 \size small
37519  came out in the police investigation, but a good deal was suppressed upon
37520  that occasion, since the case for the prosecution was so overwhelmingly
37521  strong that it was not necessary to bring forward all the facts.
37522  Only now, at the end of nearly ten years, am I allowed to supply those
37523  missing links which make up the whole of that remarkable chain.
37524 \size default
37525 \lang ngerman
37526
37527 \begin_inset ERT
37528 status collapsed
37529
37530 \begin_layout Plain Layout
37531
37532
37533 \backslash
37534 end{window}
37535 \end_layout
37536
37537 \end_inset
37538
37539
37540 \end_layout
37541
37542 \begin_layout Standard
37543 \begin_inset ERT
37544 status collapsed
37545
37546 \begin_layout Plain Layout
37547
37548
37549 \backslash
37550 footnotetext{
37551 \end_layout
37552
37553 \end_inset
37554
37555 Fußnote des Absatzes mit fixem Objekt.
37556 \begin_inset ERT
37557 status collapsed
37558
37559 \begin_layout Plain Layout
37560
37561 }
37562 \end_layout
37563
37564 \end_inset
37565
37566
37567 \end_layout
37568
37569 \begin_layout Standard
37570 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37571  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37572  vertikale Position im Text bestimmen kann.
37573  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37574  beschriftet werden.
37575 \end_layout
37576
37577 \begin_layout Standard
37578 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37579  Befehl
37580 \end_layout
37581
37582 \begin_layout Standard
37583
37584 \series bold
37585
37586 \backslash
37587 begin{window}[2,c,{
37588 \end_layout
37589
37590 \begin_layout Standard
37591 als TeX-Code einfügt.
37592  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37593  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37594  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37595  Danach fügt man das Objekt ein.
37596  In diesem Beispiel wurde ein Bild der Breite von 40
37597 \begin_inset space \thinspace{}
37598 \end_inset
37599
37600 % der Textspaltenbreite eingefügt.
37601  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37602  Nach dem Objekt fügt man den Befehl
37603 \end_layout
37604
37605 \begin_layout Standard
37606
37607 \series bold
37608 },Beschreibungstext]
37609 \begin_inset Newline newline
37610 \end_inset
37611
37612 {}
37613 \end_layout
37614
37615 \begin_layout Standard
37616 ein.
37617  Man beachte dass das 
37618 \begin_inset Quotes gld
37619 \end_inset
37620
37621
37622 \series bold
37623 {}
37624 \series default
37625
37626 \begin_inset Quotes grd
37627 \end_inset
37628
37629  in der zweiten Zeile steht.
37630  Der Beschreibungstext ist optional.
37631  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37632  das Objekt befinden, also direkt nach dem 
37633 \series bold
37634 {}
37635 \series default
37636  beginnen.
37637  Am Ende des Absatzes fügt man folgenden Befehl ein:
37638 \end_layout
37639
37640 \begin_layout Standard
37641
37642 \series bold
37643
37644 \backslash
37645 end{window}
37646 \end_layout
37647
37648 \begin_layout Standard
37649 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37650  man muss stattdessen den Befehl 
37651 \series bold
37652
37653 \backslash
37654 footnotemark
37655 \series default
37656  verwenden.
37657  Außerhalb des Absatzes den Befehl 
37658 \series bold
37659
37660 \backslash
37661 footnotetext
37662 \series default
37663 , wie es in Abschnitt
37664 \begin_inset space ~
37665 \end_inset
37666
37667
37668 \begin_inset CommandInset ref
37669 LatexCommand ref
37670 reference "abs:Fußnoten"
37671
37672 \end_inset
37673
37674  beschrieben ist.
37675 \end_layout
37676
37677 \begin_layout Standard
37678 \begin_inset ERT
37679 status collapsed
37680
37681 \begin_layout Plain Layout
37682
37683
37684 \backslash
37685 else
37686 \end_layout
37687
37688 \end_inset
37689
37690
37691 \begin_inset Note Note
37692 status open
37693
37694 \begin_layout Plain Layout
37695 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
37696 \series bold
37697 picinpar
37698 \series default
37699  nicht installiert ist:
37700 \end_layout
37701
37702 \end_inset
37703
37704
37705 \end_layout
37706
37707 \begin_layout Standard
37708 Das LaTeX-Paket 
37709 \series bold
37710 picinpar
37711 \series default
37712  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37713 \end_layout
37714
37715 \begin_layout Standard
37716 \begin_inset ERT
37717 status collapsed
37718
37719 \begin_layout Plain Layout
37720
37721
37722 \backslash
37723 fi
37724 \end_layout
37725
37726 \end_inset
37727
37728
37729 \end_layout
37730
37731 \begin_layout Section
37732 Initiale
37733 \begin_inset Index idx
37734 status collapsed
37735
37736 \begin_layout Plain Layout
37737 Initiale
37738 \end_layout
37739
37740 \end_inset
37741
37742
37743 \begin_inset Index idx
37744 status collapsed
37745
37746 \begin_layout Plain Layout
37747 Umflossene Objekte ! Initiale
37748 \end_layout
37749
37750 \end_inset
37751
37752
37753 \end_layout
37754
37755 \begin_layout Standard
37756 Für Initialen muss das LaTeX-Paket 
37757 \series bold
37758 lettrine
37759 \series default
37760
37761 \begin_inset Index idx
37762 status collapsed
37763
37764 \begin_layout Plain Layout
37765 LaTeX-Pakete ! lettrine
37766 \end_layout
37767
37768 \end_inset
37769
37770  installiert sein und das Modul 
37771 \family sans
37772 Initialen
37773 \family default
37774  im Dokument verwendet werden (Menü 
37775 \family sans
37776 Dokument\SpecialChar \menuseparator
37777 Einstellungen\SpecialChar \menuseparator
37778 Module
37779 \family default
37780 ).
37781  Um eine Initiale einzufügen, verwendet man den Stil 
37782 \family sans
37783 Initiale
37784 \family default
37785 .
37786  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37787  Die Argumente werden über das Menü 
37788 \family sans
37789 Einfügen
37790 \family default
37791  eingefügt.
37792  Das obligatorische Argument 
37793 \family sans
37794 Initiale
37795 \family default
37796  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37797 \family sans
37798 Rest
37799 \begin_inset space ~
37800 \end_inset
37801
37802 der
37803 \begin_inset space ~
37804 \end_inset
37805
37806 Initiale
37807 \family default
37808  enthält den Rest des Wortes oder Textes der Initiale.
37809  Das Argument 
37810 \family sans
37811 Optionen
37812 \family default
37813  enthält Parameter um die Initiale zu modifizieren.
37814  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37815  von 
37816 \series bold
37817 lettrine
37818 \series default
37819
37820 \begin_inset CommandInset citation
37821 LatexCommand cite
37822 key "lettrine"
37823
37824 \end_inset
37825
37826 .
37827  Der Stil selbst enthält den Text, der die Initiale umgibt.
37828  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37829  Initiale ist, in 
37830 \shape smallcaps
37831 Kapitälchen
37832 \shape default
37833  gedruckt wird.
37834 \end_layout
37835
37836 \begin_layout Standard
37837 Hier sind einige Beispiele:
37838 \end_layout
37839
37840 \begin_layout Standard
37841 \begin_inset ERT
37842 status collapsed
37843
37844 \begin_layout Plain Layout
37845
37846
37847 \backslash
37848 iflettrine
37849 \end_layout
37850
37851 \end_inset
37852
37853
37854 \begin_inset Note Note
37855 status open
37856
37857 \begin_layout Plain Layout
37858 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37859 \series bold
37860 lettrine
37861 \series default
37862  installiert ist.
37863 \end_layout
37864
37865 \end_inset
37866
37867
37868 \end_layout
37869
37870 \begin_layout Enumerate
37871 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37872
37873 \begin_inset Formula $\mathfrak{Fraktur}$
37874 \end_inset
37875
37876 :
37877 \end_layout
37878
37879 \begin_deeper
37880 \begin_layout Initial
37881 \begin_inset Argument 2
37882 status open
37883
37884 \begin_layout Plain Layout
37885 \begin_inset Formula $\mathfrak{I}$
37886 \end_inset
37887
37888
37889 \end_layout
37890
37891 \end_inset
37892
37893
37894 \begin_inset Argument 3
37895 status open
37896
37897 \begin_layout Plain Layout
37898 t
37899 \end_layout
37900
37901 \end_inset
37902
37903  
37904 \lang english
37905 was in the spring of the year 1894 that all London was interested, and the
37906  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37907  under most unusual and inexplicable circumstances.
37908  The public has already learned those particulars of the crime which came
37909  out in the police investigation, but a good deal was suppressed upon that
37910  occasion, since the case for the prosecution was so overwhelmingly strong
37911  that it was not necessary to bring forward all the facts.
37912 \end_layout
37913
37914 \end_deeper
37915 \begin_layout Enumerate
37916 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37917  besteht und kein Text ist in 
37918 \shape smallcaps
37919 Kapitälchen
37920 \shape default
37921 :
37922 \end_layout
37923
37924 \begin_deeper
37925 \begin_layout Initial
37926 \begin_inset Argument 1
37927 status open
37928
37929 \begin_layout Plain Layout
37930 lines=1
37931 \end_layout
37932
37933 \end_inset
37934
37935
37936 \begin_inset Argument 2
37937 status open
37938
37939 \begin_layout Plain Layout
37940 It
37941 \end_layout
37942
37943 \end_inset
37944
37945  
37946 \lang english
37947 was in the spring of the year 1894 that all London was interested, and the
37948  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37949  under most unusual and inexplicable circumstances.
37950  The public has already learned those particulars of the crime which came
37951  out in the police investigation, but a good deal was suppressed upon that
37952  occasion, since the case for the prosecution was so overwhelmingly strong
37953  that it was not necessary to bring forward all the facts.
37954 \end_layout
37955
37956 \end_deeper
37957 \begin_layout Enumerate
37958 Magenta, hängende Initiale über 3
37959 \begin_inset space ~
37960 \end_inset
37961
37962 Zeilen in der Mathe-Schrift
37963 \begin_inset Newline newline
37964 \end_inset
37965
37966  
37967 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37968 \end_inset
37969
37970 , der Text 
37971 \begin_inset Quotes gld
37972 \end_inset
37973
37974
37975 \lang english
37976 t was in the spring
37977 \lang ngerman
37978
37979 \begin_inset Quotes erd
37980 \end_inset
37981
37982  ist in 
37983 \shape smallcaps
37984 Kapitälchen
37985 \shape default
37986 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37987 \begin_inset Newline newline
37988 \end_inset
37989
37990
37991 \series bold
37992
37993 \backslash
37994 renewcommand{
37995 \backslash
37996 LettrineFontHook}{
37997 \backslash
37998 color{Farbe}}
37999 \series default
38000
38001 \begin_inset Newline newline
38002 \end_inset
38003
38004 wobei 
38005 \emph on
38006 Farbe
38007 \emph default
38008  
38009 \begin_inset Quotes gld
38010 \end_inset
38011
38012 red
38013 \begin_inset Quotes erd
38014 \end_inset
38015
38016
38017 \begin_inset Quotes gld
38018 \end_inset
38019
38020 blue
38021 \begin_inset Quotes erd
38022 \end_inset
38023
38024
38025 \begin_inset Quotes gld
38026 \end_inset
38027
38028 green
38029 \begin_inset Quotes erd
38030 \end_inset
38031
38032
38033 \begin_inset Quotes gld
38034 \end_inset
38035
38036 yellow
38037 \begin_inset Quotes erd
38038 \end_inset
38039
38040
38041 \begin_inset Quotes gld
38042 \end_inset
38043
38044 cyan
38045 \begin_inset Quotes erd
38046 \end_inset
38047
38048
38049 \begin_inset Quotes gld
38050 \end_inset
38051
38052 magenta
38053 \begin_inset Quotes erd
38054 \end_inset
38055
38056
38057 \begin_inset Quotes gld
38058 \end_inset
38059
38060 black
38061 \begin_inset Quotes erd
38062 \end_inset
38063
38064  oder 
38065 \begin_inset Quotes gld
38066 \end_inset
38067
38068 white
38069 \begin_inset Quotes erd
38070 \end_inset
38071
38072  sein kann, und diesen Befehl zum LaTeX-Vorspann hinzufügen:
38073 \begin_inset Newline newline
38074 \end_inset
38075
38076
38077 \series bold
38078
38079 \backslash
38080 @ifundefined{textcolor}
38081 \begin_inset Newline newline
38082 \end_inset
38083
38084
38085 \begin_inset space ~
38086 \end_inset
38087
38088 {
38089 \backslash
38090 usepackage{color}}{}
38091 \end_layout
38092
38093 \begin_deeper
38094 \begin_layout Standard
38095 \begin_inset ERT
38096 status collapsed
38097
38098 \begin_layout Plain Layout
38099
38100
38101 \backslash
38102 renewcommand{
38103 \backslash
38104 LettrineFontHook}{
38105 \backslash
38106 color{magenta}}
38107 \end_layout
38108
38109 \end_inset
38110
38111
38112 \begin_inset Note Note
38113 status open
38114
38115 \begin_layout Plain Layout
38116 macht die Initiale magenta
38117 \end_layout
38118
38119 \end_inset
38120
38121
38122 \end_layout
38123
38124 \begin_layout Initial
38125 \begin_inset Argument 1
38126 status open
38127
38128 \begin_layout Plain Layout
38129 lines=3, lhang=0.33, loversize=0.25
38130 \end_layout
38131
38132 \end_inset
38133
38134
38135 \begin_inset Argument 2
38136 status open
38137
38138 \begin_layout Plain Layout
38139 \begin_inset Formula $\mathcal{I}$
38140 \end_inset
38141
38142
38143 \end_layout
38144
38145 \end_inset
38146
38147
38148 \begin_inset Argument 3
38149 status open
38150
38151 \begin_layout Plain Layout
38152
38153 \lang english
38154 t was in the spring
38155 \end_layout
38156
38157 \end_inset
38158
38159  
38160 \lang english
38161 of the year 1894 that all London was interested, and the fashionable world
38162  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38163  and inexplicable circumstances.
38164  The public has already learned those particulars of the crime which came
38165  out in the police investigation, but a good deal was suppressed upon that
38166  occasion, since the case for the prosecution was so overwhelmingly strong
38167  that it was not necessary to bring forward all the facts.
38168 \end_layout
38169
38170 \end_deeper
38171 \begin_layout Standard
38172 \begin_inset ERT
38173 status collapsed
38174
38175 \begin_layout Plain Layout
38176
38177
38178 \backslash
38179 else
38180 \end_layout
38181
38182 \end_inset
38183
38184
38185 \begin_inset Note Note
38186 status open
38187
38188 \begin_layout Plain Layout
38189 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38190 \series bold
38191 lettrine
38192 \series default
38193  nicht installiert ist:
38194 \end_layout
38195
38196 \end_inset
38197
38198
38199 \end_layout
38200
38201 \begin_layout Standard
38202 Das LaTeX-Paket 
38203 \series bold
38204 lettrine
38205 \series default
38206  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38207 \end_layout
38208
38209 \begin_layout Standard
38210 \begin_inset ERT
38211 status collapsed
38212
38213 \begin_layout Plain Layout
38214
38215
38216 \backslash
38217 fi
38218 \end_layout
38219
38220 \end_inset
38221
38222
38223 \end_layout
38224
38225 \begin_layout Chapter
38226 Externe Dateien
38227 \begin_inset Index idx
38228 status collapsed
38229
38230 \begin_layout Plain Layout
38231 Dateien ! externe
38232 \end_layout
38233
38234 \end_inset
38235
38236
38237 \end_layout
38238
38239 \begin_layout Standard
38240 Mit 
38241 \family sans
38242 Einfügen\SpecialChar \menuseparator
38243 Datei
38244 \family default
38245  können Sie fremdes Material in Ihr Dokument einsetzen.
38246  Das kann folgendes sein:
38247 \end_layout
38248
38249 \begin_layout Description
38250 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
38251  eingefügt.
38252 \end_layout
38253
38254 \begin_layout Description
38255 Einfacher
38256 \begin_inset space ~
38257 \end_inset
38258
38259 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38260  eingefügt.
38261 \end_layout
38262
38263 \begin_layout Description
38264 Einfacher
38265 \begin_inset space ~
38266 \end_inset
38267
38268 Text,
38269 \begin_inset space ~
38270 \end_inset
38271
38272 Zeilen
38273 \begin_inset space ~
38274 \end_inset
38275
38276 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38277  Leerzeilen trennen die Absätze.
38278 \end_layout
38279
38280 \begin_layout Description
38281 Externes
38282 \begin_inset space ~
38283 \end_inset
38284
38285 Material Dateien in verschiedenen Formaten.
38286 \end_layout
38287
38288 \begin_layout Description
38289 Unterdokument LyX- oder LaTeX-Dokumente.
38290 \end_layout
38291
38292 \begin_layout Section
38293 Externes Material
38294 \begin_inset Index idx
38295 status collapsed
38296
38297 \begin_layout Plain Layout
38298 Externes Material
38299 \end_layout
38300
38301 \end_inset
38302
38303
38304 \end_layout
38305
38306 \begin_layout Standard
38307 Mit 
38308 \family sans
38309 Einfügen\SpecialChar \menuseparator
38310 Datei\SpecialChar \menuseparator
38311  Externes Material
38312 \family default
38313  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38314  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38315  weil LyX sich darum kümmert.
38316  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
38317  eingefügt werden können.
38318  Wenn die Grafikvorschau in den LyX-Einstellungen unter
38319 \family sans
38320  Aussehen
38321 \begin_inset space ~
38322 \end_inset
38323
38324 &
38325 \begin_inset space ~
38326 \end_inset
38327
38328 Handhabung\SpecialChar \menuseparator
38329 Grafik
38330 \family default
38331 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
38332 \end_layout
38333
38334 \begin_layout Standard
38335 Zur Zeit können Sie folgende Dateitypen (
38336 \family sans
38337 Vorlagen
38338 \family default
38339 ) benutzen:
38340 \end_layout
38341
38342 \begin_layout Description
38343 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38344 \series bold
38345
38346 \begin_inset CommandInset href
38347 LatexCommand href
38348 name "XBoard"
38349 target "http://de.wikipedia.org/wiki/XBoard"
38350
38351 \end_inset
38352
38353
38354 \series default
38355  erzeugt wurden.
38356 \end_layout
38357
38358 \begin_layout Description
38359 Datum fügt ein Datum mit dem Format 
38360 \emph on
38361 Tag-Monat-Jahr
38362 \emph default
38363  ein.
38364  Hier ist ein Beispiel: 
38365 \begin_inset External
38366         template Date
38367         filename .
38368
38369 \end_inset
38370
38371
38372 \begin_inset space ~
38373 \end_inset
38374
38375
38376 \begin_inset Note Note
38377 status open
38378
38379 \begin_layout Plain Layout
38380
38381 \lang english
38382 Remove the protected space when bug 4398 is fixed!
38383 \end_layout
38384
38385 \end_inset
38386
38387
38388 \begin_inset Newline newline
38389 \end_inset
38390
38391 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
38392  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38393  Menü 
38394 \family sans
38395 Einfügen\SpecialChar \menuseparator
38396 Datum
38397 \family default
38398  und mit dem LaTeX-Befehl 
38399 \series bold
38400
38401 \backslash
38402 today
38403 \series default
38404 .
38405  Die verschiedenen Methoden werden in Tabelle
38406 \begin_inset space ~
38407 \end_inset
38408
38409
38410 \begin_inset CommandInset ref
38411 LatexCommand ref
38412 reference "tab:Vergleich-der-Datums-Eingaben"
38413
38414 \end_inset
38415
38416  verglichen.
38417 \end_layout
38418
38419 \begin_layout Description
38420 Dia unterstützt Diagramme, die mit dem Programm 
38421 \series bold
38422
38423 \begin_inset CommandInset href
38424 LatexCommand href
38425 name "Dia"
38426 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38427
38428 \end_inset
38429
38430
38431 \series default
38432  erzeugt wurden.
38433 \end_layout
38434
38435 \begin_layout Description
38436 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38437 \series bold
38438
38439 \begin_inset CommandInset href
38440 LatexCommand href
38441 name "Gnumeric"
38442 target "http://de.wikipedia.org/wiki/Gnumeric"
38443
38444 \end_inset
38445
38446
38447 \series default
38448
38449 \begin_inset CommandInset href
38450 LatexCommand href
38451 name "OpenDocument"
38452 target "http://de.wikipedia.org/wiki/OpenDocument"
38453
38454 \end_inset
38455
38456
38457 \begin_inset CommandInset href
38458 LatexCommand href
38459 name "Microsoft Office XML"
38460 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38461
38462 \end_inset
38463
38464  und 
38465 \begin_inset CommandInset href
38466 LatexCommand href
38467 name "Office Open XML"
38468 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38469
38470 \end_inset
38471
38472  einfügen.
38473  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
38474 \family typewriter
38475 ssconvert
38476 \family default
38477  gefunden haben.
38478  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38479  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38480  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
38481 \emph on
38482 spreadsheet.lyx
38483 \emph default
38484 .
38485 \end_layout
38486
38487 \begin_layout Description
38488 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38489  dem Notensatzprogramm 
38490 \series bold
38491
38492 \begin_inset CommandInset href
38493 LatexCommand href
38494 name "LilyPond"
38495 target "http://de.wikipedia.org/wiki/LilyPond"
38496
38497 \end_inset
38498
38499
38500 \series default
38501  gesetzt werden.
38502  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
38503  
38504 \emph on
38505 lilypond.lyx
38506 \emph default
38507 .
38508 \end_layout
38509
38510 \begin_layout Description
38511 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38512  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38513  
38514 \series bold
38515 pages
38516 \series default
38517  im Feld 
38518 \family sans
38519 Option
38520 \family default
38521  in der Karteikarte 
38522 \family sans
38523 LaTeX- und LyX-Optionen
38524 \family default
38525 .
38526  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38527  (man gibt als Option 
38528 \series bold
38529 pages={3,5,6,8}
38530 \series default
38531  an), Seitenbereiche (
38532 \series bold
38533 pages={4-9}
38534 \series default
38535 ) oder eine Kombination davon enthält.
38536  Um leere Seiten einzufügen, verwendet man {}.
38537  Z.
38538 \begin_inset space \thinspace{}
38539 \end_inset
38540
38541 B.
38542  fügt 
38543 \series bold
38544 pages={3,{},8-11,15}
38545 \series default
38546  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38547  Seitenbereiche werden mit der Syntax 
38548 \emph on
38549 Start
38550 \emph default
38551 -
38552 \emph on
38553 Stop
38554 \emph default
38555  angegeben.
38556  Dies wählt alle Seiten von 
38557 \emph on
38558 Start
38559 \emph default
38560  bis 
38561 \emph on
38562 Stop
38563 \emph default
38564  aus.
38565  Wird 
38566 \emph on
38567 Start
38568 \emph default
38569  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38570 \emph on
38571 Stop
38572 \emph default
38573  weggelassen, wird stattdessen die letzte Seite verwendet.
38574  Die letzte Seite kann außerdem mit dem Schlagwort 
38575 \series bold
38576 last
38577 \series default
38578  ausgewählt werden.
38579  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38580 \series bold
38581 pages=-
38582 \series default
38583  fügt also alle Seiten des Dokuments ein und 
38584 \series bold
38585 pages=last-1
38586 \series default
38587  fügt alle Seiten in umgekehrter Reihenfolge ein.
38588  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38589  eingefügt.
38590 \begin_inset Newline newline
38591 \end_inset
38592
38593 Die Option 
38594 \series bold
38595 noautoscale
38596 \series default
38597  fügt die Seiten in ihrer Originalgröße ein.
38598  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38599  dass sie die komplette Breite Ihres Dokuments einnehmen.
38600  In der Karteikarte 
38601 \family sans
38602 Größe und Drehung
38603 \family default
38604  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38605  werden.
38606  Wird eine andere Breite als 100
38607 \begin_inset space \thinspace{}
38608 \end_inset
38609
38610 Größe% verwendet, wird die Option 
38611 \series bold
38612 noautoscale
38613 \series default
38614  überschrieben.
38615  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38616  des LaTeX-Pakets 
38617 \series bold
38618 pdfpages
38619 \series default
38620  
38621 \begin_inset CommandInset citation
38622 LatexCommand cite
38623 key "pdfpages"
38624
38625 \end_inset
38626
38627 .
38628 \begin_inset Index idx
38629 status collapsed
38630
38631 \begin_layout Plain Layout
38632 LaTeX-Pakete ! pdfpages
38633 \end_layout
38634
38635 \end_inset
38636
38637
38638 \begin_inset Newline newline
38639 \end_inset
38640
38641 Um diese Vorlage in einer 
38642 \family sans
38643 Beamer
38644 \family default
38645 -Präsentation zu verwenden, muss zuerst eine 
38646 \family sans
38647 BeendeRahmen
38648 \family default
38649  Umgebung eingefügt werden.
38650  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
38651 \series bold
38652
38653 \backslash
38654 setbeamertemplate{background canvas}{}
38655 \series default
38656 .
38657  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38658  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38659  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38660  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38661  sicher, dass die Ausrichtung 
38662 \family sans
38663 Standard
38664 \family default
38665  für den Absatz verwendet wird, der die Vorlage enthält.
38666 \begin_inset Newline newline
38667 \end_inset
38668
38669 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38670 \begin_inset External
38671         template PDFPages
38672         filename ../clipart/Abstract.pdf
38673         extra LaTeX "pages=-"
38674         rotateAngle -5
38675         rotateOrigin bottomleft
38676         width 50col%
38677
38678 \end_inset
38679
38680
38681 \end_layout
38682
38683 \begin_layout Description
38684 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38685  Die Bilddateien können im Dialogfenster 
38686 \family sans
38687 Externes
38688 \begin_inset space ~
38689 \end_inset
38690
38691 Material
38692 \family default
38693  genauso behandelt werden wie die mit dem normalen 
38694 \family sans
38695 Grafik
38696 \family default
38697 -Dialog eingefügten, siehe Abschnitt
38698 \begin_inset space ~
38699 \end_inset
38700
38701
38702 \begin_inset CommandInset ref
38703 LatexCommand ref
38704 reference "abs:Grafik-Dialog"
38705
38706 \end_inset
38707
38708 .
38709  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38710  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38711  Hier ist ein eingefügtes Rasterbild: 
38712 \begin_inset External
38713         template RasterImage
38714         filename ../clipart/ToolbarEnvBox.png
38715
38716 \end_inset
38717
38718
38719 \end_layout
38720
38721 \begin_layout Description
38722 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38723 \series bold
38724
38725 \begin_inset CommandInset href
38726 LatexCommand href
38727 name "Xfig"
38728 target "http://de.wikipedia.org/wiki/Xfig"
38729
38730 \end_inset
38731
38732
38733 \series default
38734  erzeugt wurden.
38735 \end_layout
38736
38737 \begin_layout Standard
38738 \begin_inset Float table
38739 placement !h
38740 wide false
38741 sideways false
38742 status open
38743
38744 \begin_layout Plain Layout
38745 \begin_inset Caption Standard
38746
38747 \begin_layout Plain Layout
38748 \begin_inset CommandInset label
38749 LatexCommand label
38750 name "tab:Vergleich-der-Datums-Eingaben"
38751
38752 \end_inset
38753
38754 Vergleich der Datums-Eingaben
38755 \end_layout
38756
38757 \end_inset
38758
38759
38760 \end_layout
38761
38762 \begin_layout Plain Layout
38763 \align center
38764 \begin_inset Tabular
38765 <lyxtabular version="3" rows="4" columns="4">
38766 <features rotate="0" tabularvalignment="middle">
38767 <column alignment="center" valignment="top">
38768 <column alignment="center" valignment="top">
38769 <column alignment="center" valignment="top">
38770 <column alignment="center" valignment="top">
38771 <row>
38772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38773 \begin_inset Text
38774
38775 \begin_layout Plain Layout
38776 Dokumentformat
38777 \end_layout
38778
38779 \end_inset
38780 </cell>
38781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38782 \begin_inset Text
38783
38784 \begin_layout Plain Layout
38785
38786 \family sans
38787 Externes Material\SpecialChar \menuseparator
38788 Datum
38789 \end_layout
38790
38791 \end_inset
38792 </cell>
38793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38794 \begin_inset Text
38795
38796 \begin_layout Plain Layout
38797
38798 \family sans
38799 Einfügen\SpecialChar \menuseparator
38800 Datum
38801 \end_layout
38802
38803 \end_inset
38804 </cell>
38805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38806 \begin_inset Text
38807
38808 \begin_layout Plain Layout
38809 Befehl 
38810 \series bold
38811
38812 \backslash
38813 today
38814 \end_layout
38815
38816 \end_inset
38817 </cell>
38818 </row>
38819 <row>
38820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38821 \begin_inset Text
38822
38823 \begin_layout Plain Layout
38824 LyX
38825 \end_layout
38826
38827 \end_inset
38828 </cell>
38829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38830 \begin_inset Text
38831
38832 \begin_layout Plain Layout
38833 als Box
38834 \end_layout
38835
38836 \end_inset
38837 </cell>
38838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38839 \begin_inset Text
38840
38841 \begin_layout Plain Layout
38842 als Datum
38843 \end_layout
38844
38845 \end_inset
38846 </cell>
38847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38848 \begin_inset Text
38849
38850 \begin_layout Plain Layout
38851 als TeX-Code
38852 \end_layout
38853
38854 \end_inset
38855 </cell>
38856 </row>
38857 <row>
38858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38859 \begin_inset Text
38860
38861 \begin_layout Plain Layout
38862 LaTeX
38863 \end_layout
38864
38865 \end_inset
38866 </cell>
38867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38868 \begin_inset Text
38869
38870 \begin_layout Plain Layout
38871 als Datum
38872 \end_layout
38873
38874 \end_inset
38875 </cell>
38876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38877 \begin_inset Text
38878
38879 \begin_layout Plain Layout
38880 als Datum
38881 \end_layout
38882
38883 \end_inset
38884 </cell>
38885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38886 \begin_inset Text
38887
38888 \begin_layout Plain Layout
38889 als Befehl
38890 \end_layout
38891
38892 \end_inset
38893 </cell>
38894 </row>
38895 <row>
38896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38897 \begin_inset Text
38898
38899 \begin_layout Plain Layout
38900 DVI, PDF, PS
38901 \end_layout
38902
38903 \end_inset
38904 </cell>
38905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38906 \begin_inset Text
38907
38908 \begin_layout Plain Layout
38909 als Datum
38910 \end_layout
38911
38912 \end_inset
38913 </cell>
38914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38915 \begin_inset Text
38916
38917 \begin_layout Plain Layout
38918 als Datum
38919 \end_layout
38920
38921 \end_inset
38922 </cell>
38923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38924 \begin_inset Text
38925
38926 \begin_layout Plain Layout
38927 als Datum
38928 \end_layout
38929
38930 \end_inset
38931 </cell>
38932 </row>
38933 </lyxtabular>
38934
38935 \end_inset
38936
38937
38938 \end_layout
38939
38940 \end_inset
38941
38942
38943 \end_layout
38944
38945 \begin_layout Standard
38946 Wenn Sie im Dialogfenster
38947 \family sans
38948  Externes
38949 \begin_inset space ~
38950 \end_inset
38951
38952 Material 
38953 \family default
38954 in der Karteikarte
38955 \family sans
38956  Datei
38957 \family default
38958  die Option 
38959 \family sans
38960 Entwurf
38961 \family default
38962  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38963 \begin_inset Newline newline
38964 \end_inset
38965
38966 LyX kann externes Material entweder als Box wie hier: 
38967 \begin_inset Graphics
38968         filename clipart/ExternesMaterialQt4.png
38969         scale 85
38970         scaleBeforeRotation
38971
38972 \end_inset
38973
38974  oder als Bild darstellen.
38975  Das hängt davon ab, ob Sie im Dialog
38976 \family sans
38977  
38978 \family default
38979 in der Karteikarte 
38980 \family sans
38981 LaTeX- und LyX-Optionen
38982 \family default
38983  die Option 
38984 \family sans
38985 In
38986 \begin_inset space ~
38987 \end_inset
38988
38989 LyX
38990 \begin_inset space ~
38991 \end_inset
38992
38993 anzeigen
38994 \family default
38995  gewählt haben oder nicht.
38996 \end_layout
38997
38998 \begin_layout Standard
38999 Im LyX-Handbuch 
39000 \family sans
39001 \emph on
39002 Anpassung
39003 \family default
39004 \emph default
39005  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39006 \end_layout
39007
39008 \begin_layout Section
39009 Unterdokumente
39010 \begin_inset CommandInset label
39011 LatexCommand label
39012 name "abs:Unterdokumente"
39013
39014 \end_inset
39015
39016
39017 \begin_inset Index idx
39018 status collapsed
39019
39020 \begin_layout Plain Layout
39021 Unterdokument
39022 \end_layout
39023
39024 \end_inset
39025
39026
39027 \end_layout
39028
39029 \begin_layout Standard
39030 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39031  oder Abschnitten bestehen.
39032  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39033  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39034  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39035  z.
39036 \begin_inset space \thinspace{}
39037 \end_inset
39038
39039 B.
39040  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
39041 \end_layout
39042
39043 \begin_layout Standard
39044 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39045  müssen, geben Sie im Unterdokument im Menü
39046 \family sans
39047  Dokument\SpecialChar \menuseparator
39048 Einstellungen\SpecialChar \menuseparator
39049 Dokumentklasse
39050 \family default
39051  das Hauptdokument an.
39052  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
39053  bearbeiten.
39054 \end_layout
39055
39056 \begin_layout Standard
39057 Unterdokumente werden in LyX als Box angezeigt: 
39058 \begin_inset Graphics
39059         filename clipart/UnterdokumentQt4.png
39060         scale 85
39061         scaleBeforeRotation
39062
39063 \end_inset
39064
39065  Sie werden über
39066 \family sans
39067  Einfügen\SpecialChar \menuseparator
39068 Datei\SpecialChar \menuseparator
39069 Unterdokument
39070 \family default
39071  eingebunden, was das Dialogfenster
39072 \family sans
39073  Unterdokument
39074 \family default
39075  öffnet.
39076  Für 
39077 \family sans
39078 die Art
39079 \begin_inset space ~
39080 \end_inset
39081
39082 der
39083 \begin_inset space ~
39084 \end_inset
39085
39086 Einbindung
39087 \family default
39088  gibt es dort vier Möglichkeiten:
39089 \end_layout
39090
39091 \begin_layout Description
39092 Include Sie können LyX- und LaTeX-Dokumente einbinden.
39093  Wenn Sie im Dialogfenster
39094 \family sans
39095  Unterdokument
39096 \family default
39097  auf 
39098 \family sans
39099 Bearbeiten
39100 \family default
39101  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39102  und Sie können es editieren.
39103 \begin_inset Newline newline
39104 \end_inset
39105
39106
39107 \end_layout
39108
39109 \begin_layout Standard
39110 Hier wird ein Unterdokument
39111 \family sans
39112  
39113 \family default
39114 per 
39115 \family sans
39116 Include
39117 \family default
39118  eingebunden: 
39119 \begin_inset CommandInset include
39120 LatexCommand include
39121 filename "DummyDocument1.lyx"
39122
39123 \end_inset
39124
39125 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39126  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39127  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39128 s.
39129  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39130 \begin_inset space ~
39131 \end_inset
39132
39133
39134 \begin_inset CommandInset ref
39135 LatexCommand ref
39136 reference "uab:Externer-Unterabschnitt-1"
39137
39138 \end_inset
39139
39140 .
39141 \end_layout
39142
39143 \begin_layout Standard
39144 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39145  wird benutzt.
39146  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39147  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39148  Unterdokumente, die per 
39149 \family sans
39150 Include
39151 \family default
39152  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39153  und enden mit einem Seitenumbruch.
39154 \end_layout
39155
39156 \begin_layout Standard
39157 \begin_inset Note Greyedout
39158 status open
39159
39160 \begin_layout Plain Layout
39161
39162 \series bold
39163 Bemerkung:
39164 \series default
39165  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
39166  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
39167  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
39168  Ergebnissen führen wird.
39169 \end_layout
39170
39171 \end_inset
39172
39173
39174 \end_layout
39175
39176 \begin_layout Description
39177 Input Diese Methode ist 
39178 \family sans
39179 Include
39180 \family default
39181  sehr ähnlich mit folgenden Unterschieden:
39182 \end_layout
39183
39184 \begin_deeper
39185 \begin_layout Itemize
39186 Unterdokumente, die per 
39187 \family sans
39188 Input
39189 \family default
39190  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39191  Seite und enden NICHT mit einem Seitenumbruch.
39192 \end_layout
39193
39194 \begin_layout Itemize
39195 Unterdokumente, die per 
39196 \family sans
39197 Input
39198 \family default
39199  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
39200 \family sans
39201  Unterdokument Vorschau
39202 \begin_inset space ~
39203 \end_inset
39204
39205 anzeigen
39206 \family default
39207  angekreuzt wurde und in den LyX-Einstellungen unter
39208 \family sans
39209  Aussehen
39210 \begin_inset space ~
39211 \end_inset
39212
39213 &
39214 \begin_inset space ~
39215 \end_inset
39216
39217 Handhabung\SpecialChar \menuseparator
39218 Grafik\SpecialChar \menuseparator
39219 Sofortige
39220 \begin_inset space ~
39221 \end_inset
39222
39223 Vorschau
39224 \family default
39225  auf 
39226 \family sans
39227 An
39228 \family default
39229  gesetzt wurde.
39230  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39231  aus.
39232 \end_layout
39233
39234 \begin_layout Itemize
39235 Unterdokumente, die per 
39236 \family sans
39237 Input
39238 \family default
39239  eingebunden werden, können nicht über das Menü 
39240 \family sans
39241 Dokument\SpecialChar \menuseparator
39242 Einstellungen\SpecialChar \menuseparator
39243 Unterdokumente
39244 \family default
39245  unterdrückt werden.
39246 \end_layout
39247
39248 \end_deeper
39249 \begin_layout Standard
39250 Hier ist ein Unterdokument, das mit
39251 \family sans
39252  Input
39253 \family default
39254  eingebunden wurde: 
39255 \begin_inset CommandInset include
39256 LatexCommand input
39257 filename "DummyDocument2.lyx"
39258
39259 \end_inset
39260
39261 .
39262 \end_layout
39263
39264 \begin_layout Description
39265 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39266   In der Druckvorschau wird für den Text der Stil 
39267 \family typewriter
39268 Schreibmaschine
39269 \family default
39270  verwendet.
39271  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39272  Wenn Sie im Dialogfenster
39273 \family sans
39274  Unterdokument Leerzeichen
39275 \begin_inset space ~
39276 \end_inset
39277
39278 bei
39279 \begin_inset space ~
39280 \end_inset
39281
39282 der
39283 \begin_inset space ~
39284 \end_inset
39285
39286 Ausgabe
39287 \begin_inset space ~
39288 \end_inset
39289
39290 kennzeichnen 
39291 \family default
39292 ankreuzen, wird in der Druckvorschau das Zeichen 
39293 \begin_inset Quotes gld
39294 \end_inset
39295
39296
39297 \begin_inset ERT
39298 status collapsed
39299
39300 \begin_layout Plain Layout
39301
39302
39303 \backslash
39304 textvisiblespace 
39305 \end_layout
39306
39307 \end_inset
39308
39309
39310 \begin_inset Quotes grd
39311 \end_inset
39312
39313  für jedes Leerzeichen eingefügt.
39314 \begin_inset Newline newline
39315 \end_inset
39316
39317 Im Gegensatz zu 
39318 \family sans
39319 Einfügen\SpecialChar \menuseparator
39320 Datei\SpecialChar \menuseparator
39321 Einfacher
39322 \begin_inset space ~
39323 \end_inset
39324
39325 Text
39326 \family default
39327  wird bei 
39328 \family sans
39329 Unformatiert
39330 \family default
39331  der Dateiinhalt in LyX nicht dargestellt.
39332 \end_layout
39333
39334 \begin_layout Standard
39335 Hier ist ein Unterdokument, das mit
39336 \family sans
39337  Unformatiert
39338 \family default
39339  eingebunden wurde: 
39340 \begin_inset CommandInset include
39341 LatexCommand verbatiminput
39342 filename "DummyTextDocument.txt"
39343
39344 \end_inset
39345
39346
39347 \begin_inset VSpace bigskip
39348 \end_inset
39349
39350 Hier ist ein Unterdokument, das mit
39351 \family sans
39352  Unformatiert
39353 \family default
39354  eingebunden wurde und
39355 \family sans
39356  Leerzeichen
39357 \begin_inset space ~
39358 \end_inset
39359
39360 bei
39361 \begin_inset space ~
39362 \end_inset
39363
39364 der
39365 \begin_inset space ~
39366 \end_inset
39367
39368 Ausgabe
39369 \begin_inset space ~
39370 \end_inset
39371
39372 kennzeichnen
39373 \family default
39374  angekreuzt hat: 
39375 \begin_inset CommandInset include
39376 LatexCommand verbatiminput*
39377 filename "DummyTextDocument.txt"
39378
39379 \end_inset
39380
39381
39382 \end_layout
39383
39384 \begin_layout Standard
39385 \begin_inset VSpace bigskip
39386 \end_inset
39387
39388
39389 \end_layout
39390
39391 \begin_layout Standard
39392 \begin_inset Note Greyedout
39393 status open
39394
39395 \begin_layout Plain Layout
39396
39397 \series bold
39398 Bemerkung:
39399 \series default
39400  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39401  
39402 \family sans
39403 Unformatiert
39404 \family default
39405  eingebunden werden, am Zeilenende nicht umgebrochen.
39406 \end_layout
39407
39408 \end_inset
39409
39410
39411 \end_layout
39412
39413 \begin_layout Description
39414 Listing Dieser Typ wird in Kapitel
39415 \begin_inset space ~
39416 \end_inset
39417
39418
39419 \begin_inset CommandInset ref
39420 LatexCommand ref
39421 reference "kap:Programm-Code-Listen"
39422
39423 \end_inset
39424
39425  beschrieben.
39426 \end_layout
39427
39428 \begin_layout Standard
39429 \begin_inset Note Greyedout
39430 status open
39431
39432 \begin_layout Plain Layout
39433
39434 \series bold
39435 Bemerkung:
39436 \series default
39437  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39438  das zu LaTeX-Problemen führen.
39439 \end_layout
39440
39441 \end_inset
39442
39443
39444 \end_layout
39445
39446 \begin_layout Standard
39447 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39448  wollen, z.
39449 \begin_inset space \thinspace{}
39450 \end_inset
39451
39452 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39453  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39454  Dies geschieht über das Menü 
39455 \family sans
39456 Dokument\SpecialChar \menuseparator
39457 Einstellungen\SpecialChar \menuseparator
39458 Unterdokumente
39459 \family default
39460 .
39461  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39462  in die Spalte 
39463 \family sans
39464 In Ausgabe einbinden
39465 \family default
39466  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39467  für Unterdokumente möglich ist, die per 
39468 \family sans
39469 Input
39470 \family default
39471  eingebunden wurden).
39472  Wenn die Option 
39473 \family sans
39474 Zähler und Querverweise wahren
39475 \family default
39476  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
39477 \begin_inset space ~
39478 \end_inset
39479
39480 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39481  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39482  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39483  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
39484  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39485  sind, wählen sie die Option nicht.
39486 \end_layout
39487
39488 \begin_layout Standard
39489 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39490 \begin_inset Foot
39491 status collapsed
39492
39493 \begin_layout Plain Layout
39494 Zweige sind im Kapitel 
39495 \emph on
39496 Zweige
39497 \emph default
39498  des LyX 
39499 \emph on
39500 Benutzerhandbuchs
39501 \emph default
39502  erklärt.
39503 \end_layout
39504
39505 \end_inset
39506
39507  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39508  Dateien in der Ausgabe erscheinen.
39509  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39510  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39511  werden.
39512 \end_layout
39513
39514 \begin_layout Chapter
39515 Programm-Code-Listen
39516 \begin_inset CommandInset label
39517 LatexCommand label
39518 name "kap:Programm-Code-Listen"
39519
39520 \end_inset
39521
39522
39523 \begin_inset Index idx
39524 status collapsed
39525
39526 \begin_layout Plain Layout
39527 Listen
39528 \end_layout
39529
39530 \end_inset
39531
39532
39533 \begin_inset Index idx
39534 status collapsed
39535
39536 \begin_layout Plain Layout
39537 Programm-Code
39538 \end_layout
39539
39540 \end_inset
39541
39542
39543 \end_layout
39544
39545 \begin_layout Standard
39546 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39547 \family sans
39548 Einfügen\SpecialChar \menuseparator
39549 Pro\SpecialChar \-
39550 grammlisting
39551 \family default
39552  verwenden.
39553  Das LaTeX-Paket 
39554 \series bold
39555 listings
39556 \series default
39557
39558 \begin_inset Index idx
39559 status collapsed
39560
39561 \begin_layout Plain Layout
39562 LaTeX-Pakete ! listings
39563 \end_layout
39564
39565 \end_inset
39566
39567  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39568 \end_layout
39569
39570 \begin_layout Standard
39571 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39572 rmat der Programm-Code-Liste festlegen.
39573 \end_layout
39574
39575 \begin_layout Standard
39576 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39577  Die Platzierungsoption 
39578 \family sans
39579 Eingebettetes
39580 \begin_inset space ~
39581 \end_inset
39582
39583 Listing
39584 \family default
39585  druckt das Listing in der Zeile wie hier: 
39586 \begin_inset listings
39587 lstparams "language={C++}"
39588 inline true
39589 status open
39590
39591 \begin_layout Plain Layout
39592
39593 int a=5;
39594 \end_layout
39595
39596 \end_inset
39597
39598
39599 \begin_inset Newline newline
39600 \end_inset
39601
39602 Die Option 
39603 \family sans
39604 Gleitobjekt
39605 \family default
39606  erzeugt ein Listing-Gleitobjekt, dessen 
39607 \family sans
39608 Platzierung 
39609 \family default
39610 Sie mit 
39611 \family sans
39612 h
39613 \family default
39614
39615 \family sans
39616 t
39617 \family default
39618
39619 \family sans
39620 b
39621 \family default
39622  und 
39623 \family sans
39624 p
39625 \family default
39626 , analog zu den in Abschnitt
39627 \begin_inset space ~
39628 \end_inset
39629
39630
39631 \begin_inset CommandInset ref
39632 LatexCommand ref
39633 reference "abs:Gleitobjekt-Platzierung"
39634
39635 \end_inset
39636
39637  beschriebenen Platzierungsoptionen festlegen können.
39638  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39639  hintereinander angegeben, z.
39640 \begin_inset space \thinspace{}
39641 \end_inset
39642
39643 B.
39644  
39645 \begin_inset Quotes gld
39646 \end_inset
39647
39648
39649 \family sans
39650 htbp
39651 \family default
39652
39653 \begin_inset Quotes grd
39654 \end_inset
39655
39656 .
39657  Die Option 
39658 \begin_inset Quotes gld
39659 \end_inset
39660
39661 h
39662 \begin_inset Quotes grd
39663 \end_inset
39664
39665  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39666  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39667 \end_layout
39668
39669 \begin_layout Standard
39670 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39671  zu verweisen: Listing
39672 \begin_inset space ~
39673 \end_inset
39674
39675
39676 \begin_inset CommandInset ref
39677 LatexCommand ref
39678 reference "lst:Gleitendes-Programm-Listing"
39679
39680 \end_inset
39681
39682 .
39683  Mit dem Menü 
39684 \family sans
39685 Einfügen\SpecialChar \menuseparator
39686 Liste
39687 \begin_inset space ~
39688 \end_inset
39689
39690 /
39691 \begin_inset space ~
39692 \end_inset
39693
39694 Inhaltsverzeichnis\SpecialChar \menuseparator
39695 Listings Verzeichnis
39696 \family default
39697  kann ein Verzeichnis aller Listings eingefügt werden.
39698  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39699 \end_layout
39700
39701 \begin_layout Standard
39702 \begin_inset listings
39703 lstparams "language=Python"
39704 inline false
39705 status open
39706
39707 \begin_layout Plain Layout
39708
39709 \begin_inset Caption Standard
39710
39711 \begin_layout Plain Layout
39712 \begin_inset CommandInset label
39713 LatexCommand label
39714 name "lst:Gleitendes-Programm-Listing"
39715
39716 \end_inset
39717
39718 Gleitendes Programm-Listing
39719 \end_layout
39720
39721 \end_inset
39722
39723 # Gleitendes Programm-Listing
39724 \end_layout
39725
39726 \begin_layout Plain Layout
39727
39728 def func(param):
39729 \end_layout
39730
39731 \begin_layout Plain Layout
39732
39733     'Dies ist eine Python-Funktion'
39734 \end_layout
39735
39736 \begin_layout Plain Layout
39737
39738     pass
39739 \end_layout
39740
39741 \end_inset
39742
39743
39744 \end_layout
39745
39746 \begin_layout Standard
39747 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39748  der Sprache erkannt und besonders gedruckt, wie 
39749 \emph on
39750 #
39751 \emph default
39752
39753 \emph on
39754 def
39755 \emph default
39756  und 
39757 \emph on
39758 pass
39759 \emph default
39760  in Listing
39761 \begin_inset space ~
39762 \end_inset
39763
39764
39765 \begin_inset CommandInset ref
39766 LatexCommand ref
39767 reference "lst:Gleitendes-Programm-Listing"
39768
39769 \end_inset
39770
39771 .
39772 \end_layout
39773
39774 \begin_layout Standard
39775 \begin_inset Note Greyedout
39776 status open
39777
39778 \begin_layout Plain Layout
39779
39780 \series bold
39781 Bemerkung:
39782 \series default
39783  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39784 \family typewriter
39785 Schreib\SpecialChar \-
39786 maschine
39787 \family default
39788  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39789 h keine fett gedruckten Buchstaben.
39790  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39791 \family sans
39792 Dokument\SpecialChar \menuseparator
39793 Einstellungen\SpecialChar \menuseparator
39794 Schriften
39795 \family default
39796 .
39797  (Die Schriften 
39798 \emph on
39799 LuxiMono, BeraMono
39800 \emph default
39801  und 
39802 \emph on
39803 Courier
39804 \emph default
39805  enthalten fett gedruckte Buchstaben.)
39806 \end_layout
39807
39808 \end_inset
39809
39810
39811 \end_layout
39812
39813 \begin_layout Standard
39814 Im Abschnitt 
39815 \family sans
39816 Zeilennummerierung
39817 \family default
39818  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39819 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39820  jede wievielte Zeile nummeriert werden soll und die 
39821 \family sans
39822 Schriftgröße
39823 \family default
39824  der Nummerierung.
39825 \end_layout
39826
39827 \begin_layout Standard
39828 Im Abschnitt 
39829 \family sans
39830 Bereich
39831 \family default
39832  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39833  Im Abschnitt 
39834 \family sans
39835 Stil
39836 \family default
39837  legen Sie fest, wie die Liste ausgedruckt werden soll.
39838  Die Option 
39839 \family sans
39840 Erweiterte
39841 \begin_inset space ~
39842 \end_inset
39843
39844 Zeichentabelle
39845 \family default
39846  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39847 \end_layout
39848
39849 \begin_layout Standard
39850 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39851 \begin_inset Quotes gld
39852 \end_inset
39853
39854 3
39855 \begin_inset Quotes grd
39856 \end_inset
39857
39858 , Sprache 
39859 \begin_inset Quotes gld
39860 \end_inset
39861
39862 Python
39863 \begin_inset Quotes grd
39864 \end_inset
39865
39866 , Optionen 
39867 \begin_inset Quotes gld
39868 \end_inset
39869
39870 Erweiterte Zeichentabelle
39871 \begin_inset Quotes grd
39872 \end_inset
39873
39874  und 
39875 \begin_inset Quotes gld
39876 \end_inset
39877
39878 Leerzeichen als Symbol
39879 \begin_inset Quotes grd
39880 \end_inset
39881
39882  und Bereich Zeilen 3
39883 \begin_inset space \thinspace{}
39884 \end_inset
39885
39886 -
39887 \begin_inset space \thinspace{}
39888 \end_inset
39889
39890 8:
39891 \end_layout
39892
39893 \begin_layout Standard
39894 \begin_inset listings
39895 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39896 inline false
39897 status open
39898
39899 \begin_layout Plain Layout
39900
39901 def func(param):
39902 \end_layout
39903
39904 \begin_layout Plain Layout
39905
39906     'Dies ist eine Python-Funktion'
39907 \end_layout
39908
39909 \begin_layout Plain Layout
39910
39911     pass
39912 \end_layout
39913
39914 \begin_layout Plain Layout
39915
39916 def func(param):
39917 \end_layout
39918
39919 \begin_layout Plain Layout
39920
39921 'Sonderzeichen: Tschüß'
39922 \end_layout
39923
39924 \begin_layout Plain Layout
39925
39926 pass
39927 \end_layout
39928
39929 \begin_layout Plain Layout
39930
39931 def func(param):
39932 \end_layout
39933
39934 \begin_layout Plain Layout
39935
39936 'Dies ist eine Python-Funktion'
39937 \end_layout
39938
39939 \begin_layout Plain Layout
39940
39941 pass
39942 \end_layout
39943
39944 \end_inset
39945
39946
39947 \end_layout
39948
39949 \begin_layout Standard
39950 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39951 \family sans
39952 Tabulatorgröße
39953 \family default
39954  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39955 \end_layout
39956
39957 \begin_layout Standard
39958 \noindent
39959 \begin_inset Note Greyedout
39960 status open
39961
39962 \begin_layout Plain Layout
39963
39964 \series bold
39965 Bemerkung:
39966 \series default
39967  Wegen eines Fehlers im 
39968 \series bold
39969 listings
39970 \series default
39971 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
39972  verschoben.
39973  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
39974  Listing nummeriert werden.
39975 \end_layout
39976
39977 \end_inset
39978
39979
39980 \end_layout
39981
39982 \begin_layout Standard
39983 \begin_inset VSpace bigskip
39984 \end_inset
39985
39986
39987 \end_layout
39988
39989 \begin_layout Standard
39990 \noindent
39991 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
39992  Das machen Sie mit
39993 \family sans
39994  Einfügen\SpecialChar \menuseparator
39995 Datei\SpecialChar \menuseparator
39996 Unterdokument
39997 \family default
39998  und der 
39999 \family sans
40000 Art
40001 \begin_inset space ~
40002 \end_inset
40003
40004 der
40005 \begin_inset space ~
40006 \end_inset
40007
40008 Einbindung
40009 \family default
40010  
40011 \family sans
40012 Listing
40013 \family default
40014 .
40015 \begin_inset Foot
40016 status collapsed
40017
40018 \begin_layout Plain Layout
40019 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40020 \begin_inset space ~
40021 \end_inset
40022
40023
40024 \begin_inset CommandInset ref
40025 LatexCommand ref
40026 reference "abs:Unterdokumente"
40027
40028 \end_inset
40029
40030  beschrieben.
40031 \end_layout
40032
40033 \end_inset
40034
40035  Im Dialogfenster
40036 \family sans
40037  Unterdokument
40038 \family default
40039  können Sie die Listing-Parameter unter 
40040 \family sans
40041 Weitere
40042 \begin_inset space ~
40043 \end_inset
40044
40045 Parameter
40046 \family default
40047  eingeben.
40048  Wenn Sie dort ein Fragezeichen 
40049 \begin_inset Quotes gld
40050 \end_inset
40051
40052 ?
40053 \begin_inset Quotes grd
40054 \end_inset
40055
40056  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40057 det.
40058 \end_layout
40059
40060 \begin_layout Standard
40061 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40062  Text ins Feld 
40063 \family sans
40064 Marke
40065 \family default
40066 , auf die dann wie üblich verwiesen werden kann.
40067 \end_layout
40068
40069 \begin_layout Standard
40070 Listing
40071 \begin_inset space ~
40072 \end_inset
40073
40074
40075 \begin_inset CommandInset ref
40076 LatexCommand ref
40077 reference "lst:Datei-Listing"
40078
40079 \end_inset
40080
40081  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40082 \begin_inset space \thinspace{}
40083 \end_inset
40084
40085 -
40086 \begin_inset space \thinspace{}
40087 \end_inset
40088
40089 15 gedruckt werden.
40090 \end_layout
40091
40092 \begin_layout Standard
40093 \begin_inset CommandInset include
40094 LatexCommand lstinputlisting
40095 filename "EmbeddedObjects.lyx"
40096 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
40097
40098 \end_inset
40099
40100
40101 \end_layout
40102
40103 \begin_layout Standard
40104 \begin_inset VSpace bigskip
40105 \end_inset
40106
40107
40108 \end_layout
40109
40110 \begin_layout Standard
40111 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40112 \end_layout
40113
40114 \begin_layout Enumerate
40115 Öffnen Sie die Listings-Einstellungen und fügen
40116 \begin_inset Newline newline
40117 \end_inset
40118
40119
40120 \family sans
40121 mathescape=true
40122 \family default
40123
40124 \begin_inset Newline newline
40125 \end_inset
40126
40127 in das Feld des Tabs 
40128 \family sans
40129 Erweitert
40130 \family default
40131  ein
40132 \end_layout
40133
40134 \begin_layout Enumerate
40135 Erstellen Sie eine Formel außerhalb des Listings
40136 \end_layout
40137
40138 \begin_layout Enumerate
40139 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40140 blage (Tastenkürzel 
40141 \family sans
40142 Ctrl+C
40143 \family default
40144 )
40145 \end_layout
40146
40147 \begin_layout Enumerate
40148 Schreiben sie 
40149 \begin_inset Quotes gld
40150 \end_inset
40151
40152
40153 \family sans
40154 $$
40155 \family default
40156
40157 \begin_inset Quotes grd
40158 \end_inset
40159
40160  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40161 hen (Tastenkürzel 
40162 \family sans
40163 Ctrl+V
40164 \family default
40165 )
40166 \end_layout
40167
40168 \begin_layout Standard
40169 \begin_inset listings
40170 lstparams "language=Python,mathescape=true"
40171 inline false
40172 status open
40173
40174 \begin_layout Plain Layout
40175
40176 \begin_inset Caption Standard
40177
40178 \begin_layout Plain Layout
40179 Programm-Listing mit einer Formel
40180 \end_layout
40181
40182 \end_inset
40183
40184 # Beispiel-Programm-Listing
40185 \end_layout
40186
40187 \begin_layout Plain Layout
40188
40189 def func(param):
40190 \end_layout
40191
40192 \begin_layout Plain Layout
40193
40194     # $
40195 \backslash
40196 prod_{n=1}^{
40197 \backslash
40198 infty}
40199 \backslash
40200 ,
40201 \backslash
40202 frac{1}{x^{2}}$
40203 \end_layout
40204
40205 \begin_layout Plain Layout
40206
40207     pass
40208 \end_layout
40209
40210 \end_inset
40211
40212
40213 \end_layout
40214
40215 \begin_layout Standard
40216 \begin_inset VSpace bigskip
40217 \end_inset
40218
40219
40220 \end_layout
40221
40222 \begin_layout Standard
40223 \noindent
40224 Dokumentweite Listing-Eigenschaften können im Dialog 
40225 \family sans
40226 Dokument\SpecialChar \menuseparator
40227 Einstellungen\SpecialChar \menuseparator
40228 Listing
40229 \family default
40230  festgelegt werden.
40231  Dort bekommt man durch Eingabe eines Fragezeichens 
40232 \begin_inset Quotes gld
40233 \end_inset
40234
40235 ?
40236 \begin_inset Quotes grd
40237 \end_inset
40238
40239  eine Liste aller möglichen Parameter.
40240 \end_layout
40241
40242 \begin_layout Standard
40243 Weitere Informationen über das 
40244 \series bold
40245 listings
40246 \series default
40247 -Paket finden Sie in 
40248 \begin_inset CommandInset citation
40249 LatexCommand cite
40250 key "listings"
40251
40252 \end_inset
40253
40254 .
40255 \end_layout
40256
40257 \begin_layout Chapter
40258 \start_of_appendix
40259 In LyX verfügbare Maßeinheiten
40260 \begin_inset CommandInset label
40261 LatexCommand label
40262 name "kap:In-LyX-verfügbare"
40263
40264 \end_inset
40265
40266
40267 \begin_inset Index idx
40268 status collapsed
40269
40270 \begin_layout Plain Layout
40271 Einheiten
40272 \end_layout
40273
40274 \end_inset
40275
40276
40277 \end_layout
40278
40279 \begin_layout Standard
40280 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40281  Tabelle
40282 \begin_inset space ~
40283 \end_inset
40284
40285
40286 \begin_inset CommandInset ref
40287 LatexCommand ref
40288 reference "tab:Maßeinheiten"
40289
40290 \end_inset
40291
40292  alle in LyX verfügbaren Maßeinheiten.
40293 \end_layout
40294
40295 \begin_layout Standard
40296 \begin_inset Float table
40297 placement h
40298 wide false
40299 sideways false
40300 status open
40301
40302 \begin_layout Plain Layout
40303 \begin_inset Caption Standard
40304
40305 \begin_layout Plain Layout
40306 \begin_inset CommandInset label
40307 LatexCommand label
40308 name "tab:Maßeinheiten"
40309
40310 \end_inset
40311
40312 Maßeinheiten
40313 \end_layout
40314
40315 \end_inset
40316
40317
40318 \end_layout
40319
40320 \begin_layout Plain Layout
40321 \begin_inset VSpace medskip
40322 \end_inset
40323
40324
40325 \end_layout
40326
40327 \begin_layout Plain Layout
40328 \align center
40329 \begin_inset Tabular
40330 <lyxtabular version="3" rows="20" columns="2">
40331 <features rotate="0" tabularvalignment="middle">
40332 <column alignment="center" valignment="top">
40333 <column alignment="center" valignment="top">
40334 <row>
40335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40336 \begin_inset Text
40337
40338 \begin_layout Plain Layout
40339
40340 \series bold
40341 Maßeinheit
40342 \end_layout
40343
40344 \end_inset
40345 </cell>
40346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40347 \begin_inset Text
40348
40349 \begin_layout Plain Layout
40350
40351 \series bold
40352 Name/Beschreibung
40353 \end_layout
40354
40355 \end_inset
40356 </cell>
40357 </row>
40358 <row>
40359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40360 \begin_inset Text
40361
40362 \begin_layout Plain Layout
40363 mm
40364 \end_layout
40365
40366 \end_inset
40367 </cell>
40368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40369 \begin_inset Text
40370
40371 \begin_layout Plain Layout
40372 Millimeter
40373 \end_layout
40374
40375 \end_inset
40376 </cell>
40377 </row>
40378 <row>
40379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40380 \begin_inset Text
40381
40382 \begin_layout Plain Layout
40383 cm
40384 \end_layout
40385
40386 \end_inset
40387 </cell>
40388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40389 \begin_inset Text
40390
40391 \begin_layout Plain Layout
40392 Zentimeter
40393 \end_layout
40394
40395 \end_inset
40396 </cell>
40397 </row>
40398 <row>
40399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40400 \begin_inset Text
40401
40402 \begin_layout Plain Layout
40403 in
40404 \end_layout
40405
40406 \end_inset
40407 </cell>
40408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40409 \begin_inset Text
40410
40411 \begin_layout Plain Layout
40412 Zoll (1
40413 \begin_inset space \thinspace{}
40414 \end_inset
40415
40416 in = 2.54
40417 \begin_inset space \thinspace{}
40418 \end_inset
40419
40420 cm
40421 \end_layout
40422
40423 \end_inset
40424 </cell>
40425 </row>
40426 <row>
40427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40428 \begin_inset Text
40429
40430 \begin_layout Plain Layout
40431 pt
40432 \end_layout
40433
40434 \end_inset
40435 </cell>
40436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40437 \begin_inset Text
40438
40439 \begin_layout Plain Layout
40440 Punkt (72.27
40441 \begin_inset space \thinspace{}
40442 \end_inset
40443
40444 pt = 1
40445 \begin_inset space \thinspace{}
40446 \end_inset
40447
40448 in)
40449 \end_layout
40450
40451 \end_inset
40452 </cell>
40453 </row>
40454 <row>
40455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40456 \begin_inset Text
40457
40458 \begin_layout Plain Layout
40459 pc
40460 \end_layout
40461
40462 \end_inset
40463 </cell>
40464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40465 \begin_inset Text
40466
40467 \begin_layout Plain Layout
40468 Pica (1
40469 \begin_inset space \thinspace{}
40470 \end_inset
40471
40472 pc = 12
40473 \begin_inset space \thinspace{}
40474 \end_inset
40475
40476 pt)
40477 \end_layout
40478
40479 \end_inset
40480 </cell>
40481 </row>
40482 <row>
40483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40484 \begin_inset Text
40485
40486 \begin_layout Plain Layout
40487 sp
40488 \end_layout
40489
40490 \end_inset
40491 </cell>
40492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40493 \begin_inset Text
40494
40495 \begin_layout Plain Layout
40496 skalierter Punkt (65536
40497 \begin_inset space \thinspace{}
40498 \end_inset
40499
40500 sp = 1
40501 \begin_inset space \thinspace{}
40502 \end_inset
40503
40504 pt)
40505 \end_layout
40506
40507 \end_inset
40508 </cell>
40509 </row>
40510 <row>
40511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40512 \begin_inset Text
40513
40514 \begin_layout Plain Layout
40515 bp
40516 \end_layout
40517
40518 \end_inset
40519 </cell>
40520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40521 \begin_inset Text
40522
40523 \begin_layout Plain Layout
40524 großer Punkt (72
40525 \begin_inset space \thinspace{}
40526 \end_inset
40527
40528 bp = 1
40529 \begin_inset space \thinspace{}
40530 \end_inset
40531
40532 in)
40533 \end_layout
40534
40535 \end_inset
40536 </cell>
40537 </row>
40538 <row>
40539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40540 \begin_inset Text
40541
40542 \begin_layout Plain Layout
40543 dd
40544 \end_layout
40545
40546 \end_inset
40547 </cell>
40548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40549 \begin_inset Text
40550
40551 \begin_layout Plain Layout
40552 Didot (1
40553 \begin_inset space \thinspace{}
40554 \end_inset
40555
40556 dd 
40557 \begin_inset Formula $\approx$
40558 \end_inset
40559
40560  0,376
40561 \begin_inset space \thinspace{}
40562 \end_inset
40563
40564 mm)
40565 \end_layout
40566
40567 \end_inset
40568 </cell>
40569 </row>
40570 <row>
40571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40572 \begin_inset Text
40573
40574 \begin_layout Plain Layout
40575 cc
40576 \end_layout
40577
40578 \end_inset
40579 </cell>
40580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40581 \begin_inset Text
40582
40583 \begin_layout Plain Layout
40584 Cicero (1
40585 \begin_inset space \thinspace{}
40586 \end_inset
40587
40588 cc = 12
40589 \begin_inset space \thinspace{}
40590 \end_inset
40591
40592 dd)
40593 \end_layout
40594
40595 \end_inset
40596 </cell>
40597 </row>
40598 <row>
40599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40600 \begin_inset Text
40601
40602 \begin_layout Plain Layout
40603 Skalierung%
40604 \end_layout
40605
40606 \end_inset
40607 </cell>
40608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40609 \begin_inset Text
40610
40611 \begin_layout Plain Layout
40612 % der originalen Bildbreite
40613 \end_layout
40614
40615 \end_inset
40616 </cell>
40617 </row>
40618 <row>
40619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40620 \begin_inset Text
40621
40622 \begin_layout Plain Layout
40623 Textbreite %
40624 \end_layout
40625
40626 \end_inset
40627 </cell>
40628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40629 \begin_inset Text
40630
40631 \begin_layout Plain Layout
40632 % der Textbreite
40633 \end_layout
40634
40635 \end_inset
40636 </cell>
40637 </row>
40638 <row>
40639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40640 \begin_inset Text
40641
40642 \begin_layout Plain Layout
40643 Spaltenbreite %
40644 \end_layout
40645
40646 \end_inset
40647 </cell>
40648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40649 \begin_inset Text
40650
40651 \begin_layout Plain Layout
40652 % der Spaltenbreite
40653 \end_layout
40654
40655 \end_inset
40656 </cell>
40657 </row>
40658 <row>
40659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40660 \begin_inset Text
40661
40662 \begin_layout Plain Layout
40663 Seitenbreite %
40664 \end_layout
40665
40666 \end_inset
40667 </cell>
40668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40669 \begin_inset Text
40670
40671 \begin_layout Plain Layout
40672 % der Seitenbreite
40673 \end_layout
40674
40675 \end_inset
40676 </cell>
40677 </row>
40678 <row>
40679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40680 \begin_inset Text
40681
40682 \begin_layout Plain Layout
40683 Zeilenbreite %
40684 \end_layout
40685
40686 \end_inset
40687 </cell>
40688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40689 \begin_inset Text
40690
40691 \begin_layout Plain Layout
40692 % der Zeilenbreite
40693 \end_layout
40694
40695 \end_inset
40696 </cell>
40697 </row>
40698 <row>
40699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40700 \begin_inset Text
40701
40702 \begin_layout Plain Layout
40703 Texthöhe %
40704 \end_layout
40705
40706 \end_inset
40707 </cell>
40708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40709 \begin_inset Text
40710
40711 \begin_layout Plain Layout
40712 % der Texthöhe
40713 \end_layout
40714
40715 \end_inset
40716 </cell>
40717 </row>
40718 <row>
40719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40720 \begin_inset Text
40721
40722 \begin_layout Plain Layout
40723 Seitenhöhe %
40724 \end_layout
40725
40726 \end_inset
40727 </cell>
40728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40729 \begin_inset Text
40730
40731 \begin_layout Plain Layout
40732 % der Seitenhöhe
40733 \end_layout
40734
40735 \end_inset
40736 </cell>
40737 </row>
40738 <row>
40739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40740 \begin_inset Text
40741
40742 \begin_layout Plain Layout
40743 ex
40744 \end_layout
40745
40746 \end_inset
40747 </cell>
40748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40749 \begin_inset Text
40750
40751 \begin_layout Plain Layout
40752 Die Höhe des Buchstabens 
40753 \emph on
40754 x
40755 \emph default
40756  im aktiven Zeichensatz
40757 \end_layout
40758
40759 \end_inset
40760 </cell>
40761 </row>
40762 <row>
40763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40764 \begin_inset Text
40765
40766 \begin_layout Plain Layout
40767 em
40768 \end_layout
40769
40770 \end_inset
40771 </cell>
40772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40773 \begin_inset Text
40774
40775 \begin_layout Plain Layout
40776 Die Breite des Buchstabens 
40777 \emph on
40778 M
40779 \emph default
40780  im aktiven Zeichensatz
40781 \end_layout
40782
40783 \end_inset
40784 </cell>
40785 </row>
40786 <row>
40787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40788 \begin_inset Text
40789
40790 \begin_layout Plain Layout
40791 mu
40792 \end_layout
40793
40794 \end_inset
40795 </cell>
40796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40797 \begin_inset Text
40798
40799 \begin_layout Plain Layout
40800 mathematische  Maßeinheit
40801 \series bold
40802  
40803 \series default
40804 (1
40805 \begin_inset space \thinspace{}
40806 \end_inset
40807
40808 mu = 1/18
40809 \begin_inset space \thinspace{}
40810 \end_inset
40811
40812 em)
40813 \end_layout
40814
40815 \end_inset
40816 </cell>
40817 </row>
40818 </lyxtabular>
40819
40820 \end_inset
40821
40822
40823 \end_layout
40824
40825 \end_inset
40826
40827
40828 \end_layout
40829
40830 \begin_layout Chapter
40831 Ausgabedatei-Formate mit Grafiken
40832 \begin_inset CommandInset label
40833 LatexCommand label
40834 name "kap:Ausgabedatei-Formate"
40835
40836 \end_inset
40837
40838
40839 \end_layout
40840
40841 \begin_layout Section
40842 DVI
40843 \begin_inset Index idx
40844 status collapsed
40845
40846 \begin_layout Plain Layout
40847 Dateiformat! DVI
40848 \end_layout
40849
40850 \end_inset
40851
40852
40853 \begin_inset Index idx
40854 status collapsed
40855
40856 \begin_layout Plain Layout
40857 DVI
40858 \end_layout
40859
40860 \end_inset
40861
40862
40863 \end_layout
40864
40865 \begin_layout Standard
40866 Dieser Dateityp hat die Erweiterung 
40867 \begin_inset Quotes gld
40868 \end_inset
40869
40870
40871 \family typewriter
40872 .dvi
40873 \family default
40874
40875 \begin_inset Quotes grd
40876 \end_inset
40877
40878  und wird 
40879 \begin_inset Quotes gld
40880 \end_inset
40881
40882 device independent
40883 \begin_inset Quotes grd
40884 \end_inset
40885
40886  genannt, weil er vollkommen portierbar ist.
40887  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
40888  dvi-Betrachter installiert hat.
40889  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
40890 ate wie PostScript benutzt.
40891 \end_layout
40892
40893 \begin_layout Standard
40894 \begin_inset Note Greyedout
40895 status open
40896
40897 \begin_layout Plain Layout
40898
40899 \series bold
40900 Bemerkung:
40901 \series default
40902  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
40903 \end_layout
40904
40905 \end_inset
40906
40907
40908 \end_layout
40909
40910 \begin_layout Standard
40911 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
40912  auf einen anderen Computer kopieren.
40913  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
40914  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
40915  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
40916 \family typewriter
40917  
40918 \family default
40919 blättern.
40920
40921 \family typewriter
40922  
40923 \family default
40924 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
40925  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
40926  
40927 \end_layout
40928
40929 \begin_layout Standard
40930 Sie können Ihr Dokument als DVI über das Menü 
40931 \family sans
40932 Datei\SpecialChar \menuseparator
40933 Exportieren\SpecialChar \menuseparator
40934 DVI
40935 \family default
40936  exportieren.
40937  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
40938 \family sans
40939 Ansicht
40940 \family default
40941  anschauen.
40942 \end_layout
40943
40944 \begin_layout Section
40945 PostScript
40946 \begin_inset CommandInset label
40947 LatexCommand label
40948 name "abs:PostScript"
40949
40950 \end_inset
40951
40952
40953 \begin_inset Index idx
40954 status collapsed
40955
40956 \begin_layout Plain Layout
40957 Dateiformat  ! PostScript
40958 \end_layout
40959
40960 \end_inset
40961
40962
40963 \begin_inset Index idx
40964 status collapsed
40965
40966 \begin_layout Plain Layout
40967 PostScript
40968 \end_layout
40969
40970 \end_inset
40971
40972
40973 \end_layout
40974
40975 \begin_layout Standard
40976 Dieser Dateityp hat die Erweiterung 
40977 \begin_inset Quotes gld
40978 \end_inset
40979
40980
40981 \family typewriter
40982 .ps
40983 \family default
40984
40985 \begin_inset Quotes grd
40986 \end_inset
40987
40988 .
40989  PostScript wurde von der Firma
40990 \family typewriter
40991  Adobe
40992 \family default
40993  als Druckersprache entwickelt.
40994  Die Datei enthält deshalb Druckbefehle.
40995  PostScript kann als 
40996 \begin_inset Quotes gld
40997 \end_inset
40998
40999 Programmiersprache
41000 \begin_inset Quotes grd
41001 \end_inset
41002
41003  angesehen werden.
41004  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
41005 \begin_inset Foot
41006 status collapsed
41007
41008 \begin_layout Plain Layout
41009 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41010  von
41011 \series bold
41012  PSTricks
41013 \series default
41014  
41015 \begin_inset CommandInset citation
41016 LatexCommand cite
41017 key "pstricks"
41018
41019 \end_inset
41020
41021  oder 
41022 \begin_inset CommandInset citation
41023 LatexCommand cite
41024 key "latex-praxisbuch"
41025
41026 \end_inset
41027
41028  ansehen.
41029 \end_layout
41030
41031 \end_inset
41032
41033 .
41034  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41035 \end_layout
41036
41037 \begin_layout Standard
41038 PostScript kann nur Bilder im Format EPS
41039 \begin_inset Index idx
41040 status collapsed
41041
41042 \begin_layout Plain Layout
41043 EPS
41044 \end_layout
41045
41046 \end_inset
41047
41048  (Encapsulated PostScript, Datei-Er\SpecialChar \-
41049 wei\SpecialChar \-
41050 ter\SpecialChar \-
41051 ung 
41052 \begin_inset Quotes gld
41053 \end_inset
41054
41055
41056 \family typewriter
41057 .eps
41058 \family default
41059
41060 \begin_inset Quotes grd
41061 \end_inset
41062
41063 ) enthalten.
41064  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41065  intern nach EPS konvertieren.
41066  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41067  verlangsamen.
41068  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41069  konvertieren und direkt als EPS einfügen.
41070 \end_layout
41071
41072 \begin_layout Standard
41073 Sie können Ihr Dokument als PostScript über das Menü 
41074 \family sans
41075 Datei\SpecialChar \menuseparator
41076 Exportieren\SpecialChar \menuseparator
41077 Post\SpecialChar \-
41078 Script
41079 \family default
41080  exportieren.
41081  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41082 \family sans
41083 Ansicht
41084 \family default
41085  anschauen.
41086 \end_layout
41087
41088 \begin_layout Section
41089 PDF
41090 \begin_inset Index idx
41091 status collapsed
41092
41093 \begin_layout Plain Layout
41094 Dateiformat! PDF
41095 \end_layout
41096
41097 \end_inset
41098
41099
41100 \begin_inset Index idx
41101 status collapsed
41102
41103 \begin_layout Plain Layout
41104 PDF
41105 \end_layout
41106
41107 \end_inset
41108
41109
41110 \end_layout
41111
41112 \begin_layout Standard
41113 Dieser Dateityp hat die Erweiterung 
41114 \begin_inset Quotes gld
41115 \end_inset
41116
41117
41118 \family typewriter
41119 .pdf
41120 \family default
41121
41122 \begin_inset Quotes grd
41123 \end_inset
41124
41125 .
41126  Das
41127 \emph on
41128  
41129 \emph default
41130
41131 \begin_inset Quotes gld
41132 \end_inset
41133
41134 Portable Document Format
41135 \begin_inset Quotes grd
41136 \end_inset
41137
41138  (PDF) wurde auch von der Firma 
41139 \family typewriter
41140 Adobe
41141 \family default
41142  als Derivat von PostScript entwickelt.
41143  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41144  Wie der Begriff 
41145 \begin_inset Quotes gld
41146 \end_inset
41147
41148 portable
41149 \begin_inset Quotes grd
41150 \end_inset
41151
41152  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41153  werden, und der Ausdruck sieht immer gleich aus.
41154 \end_layout
41155
41156 \begin_layout Standard
41157 PDF kann Bilder im eigenen PDF-Format, im Format 
41158 \begin_inset Quotes gld
41159 \end_inset
41160
41161 Joint Photographic Experts Group
41162 \begin_inset Quotes grd
41163 \end_inset
41164
41165  (JPEG
41166 \begin_inset Index idx
41167 status collapsed
41168
41169 \begin_layout Plain Layout
41170 JPG, JPEG
41171 \end_layout
41172
41173 \end_inset
41174
41175 , Datei-Erweiterung 
41176 \begin_inset Quotes gld
41177 \end_inset
41178
41179
41180 \family typewriter
41181 .jpg
41182 \family default
41183
41184 \begin_inset Quotes grd
41185 \end_inset
41186
41187  oder 
41188 \begin_inset Quotes gld
41189 \end_inset
41190
41191
41192 \family typewriter
41193 .jpeg
41194 \family default
41195
41196 \begin_inset Quotes grd
41197 \end_inset
41198
41199 ) und im Format 
41200 \begin_inset Quotes gld
41201 \end_inset
41202
41203 Portable Network Graphics
41204 \begin_inset Quotes grd
41205 \end_inset
41206
41207  (PNG
41208 \begin_inset Index idx
41209 status collapsed
41210
41211 \begin_layout Plain Layout
41212 PNG
41213 \end_layout
41214
41215 \end_inset
41216
41217 , Datei-Erweiterung 
41218 \begin_inset Quotes gld
41219 \end_inset
41220
41221
41222 \family typewriter
41223 .png
41224 \family default
41225
41226 \begin_inset Quotes grd
41227 \end_inset
41228
41229 ) enthalten.
41230  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
41231  Sie konvertieren wird.
41232  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41233  wird, eines der drei erwähnten Bildformate zu benutzen.
41234 \end_layout
41235
41236 \begin_layout Standard
41237 PDF-Dateien können Sie über 
41238 \family sans
41239 Datei\SpecialChar \menuseparator
41240 Exportieren
41241 \family default
41242  auf drei Arten erzeugen:
41243 \end_layout
41244
41245 \begin_layout Description
41246 PDF
41247 \begin_inset space ~
41248 \end_inset
41249
41250 (ps2pdf) benutzt das Programm
41251 \family typewriter
41252  ps2pdf
41253 \family default
41254 , das eine PDF-Datei aus einer Post\SpecialChar \-
41255 Script®-Version Ihres Dokument erstellt.
41256  Die PostScript-Version wird mit dem Programm 
41257 \family typewriter
41258 dvips
41259 \family default
41260  aus einer DVI-Version erstellt.
41261  Es werden also drei Konvertierungen verwendet.
41262 \end_layout
41263
41264 \begin_layout Description
41265 PDF
41266 \begin_inset space ~
41267 \end_inset
41268
41269 (dvipdfm) benutzt das Programm 
41270 \family typewriter
41271 dvipdfm
41272 \family default
41273 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41274  PDF konvertiert.
41275 \end_layout
41276
41277 \begin_layout Description
41278 PDF
41279 \begin_inset space ~
41280 \end_inset
41281
41282 (pdflatex) benutzt das Programm
41283 \family typewriter
41284  pdftex
41285 \family default
41286 , das Ihr Dokument direkt nach PDF konvertiert.
41287 \end_layout
41288
41289 \begin_layout Standard
41290
41291 \family sans
41292 PDF
41293 \begin_inset space ~
41294 \end_inset
41295
41296 (pdflatex)
41297 \family default
41298  wird empfohlen, weil
41299 \family typewriter
41300  pdftex
41301 \family default
41302  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41303  ohne Probleme arbeitet.
41304  Das Programm 
41305 \family typewriter
41306 dvi\SpecialChar \-
41307 pdfm
41308 \family default
41309  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41310 \end_layout
41311
41312 \begin_layout Standard
41313 Sie können Ihr Dokument als PDF über das Menü 
41314 \family sans
41315 Datei\SpecialChar \menuseparator
41316 Exportieren\SpecialChar \menuseparator
41317 PDF
41318 \family default
41319  exportieren.
41320  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41321 \family sans
41322 Ansicht
41323 \family default
41324  oder einen Werkzeugleistenknopf anschauen.
41325 \end_layout
41326
41327 \begin_layout Chapter
41328 Liste der dvips-Farbnamen
41329 \begin_inset CommandInset label
41330 LatexCommand label
41331 name "kap:Liste-der-dvips-Farbnamen"
41332
41333 \end_inset
41334
41335
41336 \end_layout
41337
41338 \begin_layout Standard
41339 \begin_inset Tabular
41340 <lyxtabular version="3" rows="17" columns="4">
41341 <features rotate="0" tabularvalignment="middle">
41342 <column alignment="left" valignment="top" width="0pt">
41343 <column alignment="left" valignment="top" width="0pt">
41344 <column alignment="left" valignment="top" width="0pt">
41345 <column alignment="left" valignment="top" width="0pt">
41346 <row>
41347 <cell alignment="left" valignment="top" usebox="none">
41348 \begin_inset Text
41349
41350 \begin_layout Plain Layout
41351 \begin_inset ERT
41352 status collapsed
41353
41354 \begin_layout Plain Layout
41355
41356
41357 \backslash
41358 fcolorbox{black}{
41359 \end_layout
41360
41361 \end_inset
41362
41363 white
41364 \begin_inset ERT
41365 status collapsed
41366
41367 \begin_layout Plain Layout
41368
41369 }{
41370 \end_layout
41371
41372 \end_inset
41373
41374 Farbe
41375 \begin_inset ERT
41376 status collapsed
41377
41378 \begin_layout Plain Layout
41379
41380 }
41381 \end_layout
41382
41383 \end_inset
41384
41385  Farbname
41386 \end_layout
41387
41388 \end_inset
41389 </cell>
41390 <cell alignment="left" valignment="top" usebox="none">
41391 \begin_inset Text
41392
41393 \begin_layout Plain Layout
41394 \begin_inset ERT
41395 status collapsed
41396
41397 \begin_layout Plain Layout
41398
41399
41400 \backslash
41401 fcolorbox{black}{
41402 \end_layout
41403
41404 \end_inset
41405
41406 white
41407 \begin_inset ERT
41408 status collapsed
41409
41410 \begin_layout Plain Layout
41411
41412 }{
41413 \end_layout
41414
41415 \end_inset
41416
41417 Farbe
41418 \begin_inset ERT
41419 status collapsed
41420
41421 \begin_layout Plain Layout
41422
41423 }
41424 \end_layout
41425
41426 \end_inset
41427
41428  Farbname
41429 \end_layout
41430
41431 \end_inset
41432 </cell>
41433 <cell alignment="left" valignment="top" usebox="none">
41434 \begin_inset Text
41435
41436 \begin_layout Plain Layout
41437 \begin_inset ERT
41438 status collapsed
41439
41440 \begin_layout Plain Layout
41441
41442
41443 \backslash
41444 fcolorbox{black}{
41445 \end_layout
41446
41447 \end_inset
41448
41449 white
41450 \begin_inset ERT
41451 status collapsed
41452
41453 \begin_layout Plain Layout
41454
41455 }{
41456 \end_layout
41457
41458 \end_inset
41459
41460 Farbe
41461 \begin_inset ERT
41462 status collapsed
41463
41464 \begin_layout Plain Layout
41465
41466 }
41467 \end_layout
41468
41469 \end_inset
41470
41471  Farbname
41472 \end_layout
41473
41474 \end_inset
41475 </cell>
41476 <cell alignment="left" valignment="top" usebox="none">
41477 \begin_inset Text
41478
41479 \begin_layout Plain Layout
41480 \begin_inset ERT
41481 status collapsed
41482
41483 \begin_layout Plain Layout
41484
41485
41486 \backslash
41487 fcolorbox{black}{
41488 \end_layout
41489
41490 \end_inset
41491
41492 white
41493 \begin_inset ERT
41494 status collapsed
41495
41496 \begin_layout Plain Layout
41497
41498 }{
41499 \end_layout
41500
41501 \end_inset
41502
41503 Farbe
41504 \begin_inset ERT
41505 status collapsed
41506
41507 \begin_layout Plain Layout
41508
41509 }
41510 \end_layout
41511
41512 \end_inset
41513
41514  Farbname
41515 \end_layout
41516
41517 \end_inset
41518 </cell>
41519 </row>
41520 <row>
41521 <cell alignment="center" valignment="top" usebox="none">
41522 \begin_inset Text
41523
41524 \begin_layout Plain Layout
41525 \begin_inset ERT
41526 status collapsed
41527
41528 \begin_layout Plain Layout
41529
41530
41531 \backslash
41532 fcolorbox{black}{
41533 \end_layout
41534
41535 \end_inset
41536
41537 Apricot
41538 \begin_inset ERT
41539 status collapsed
41540
41541 \begin_layout Plain Layout
41542
41543 }{
41544 \end_layout
41545
41546 \end_inset
41547
41548
41549 \begin_inset Phantom Phantom
41550 status open
41551
41552 \begin_layout Plain Layout
41553 W
41554 \end_layout
41555
41556 \end_inset
41557
41558
41559 \begin_inset ERT
41560 status collapsed
41561
41562 \begin_layout Plain Layout
41563
41564 }
41565 \end_layout
41566
41567 \end_inset
41568
41569  Apricot
41570 \end_layout
41571
41572 \end_inset
41573 </cell>
41574 <cell alignment="center" valignment="top" usebox="none">
41575 \begin_inset Text
41576
41577 \begin_layout Plain Layout
41578 \begin_inset ERT
41579 status collapsed
41580
41581 \begin_layout Plain Layout
41582
41583
41584 \backslash
41585 fcolorbox{black}{
41586 \end_layout
41587
41588 \end_inset
41589
41590 Aquamarine
41591 \begin_inset ERT
41592 status collapsed
41593
41594 \begin_layout Plain Layout
41595
41596 }{
41597 \end_layout
41598
41599 \end_inset
41600
41601
41602 \begin_inset Phantom Phantom
41603 status open
41604
41605 \begin_layout Plain Layout
41606 W
41607 \end_layout
41608
41609 \end_inset
41610
41611
41612 \begin_inset ERT
41613 status collapsed
41614
41615 \begin_layout Plain Layout
41616
41617 }
41618 \end_layout
41619
41620 \end_inset
41621
41622  Aquamarine
41623 \end_layout
41624
41625 \end_inset
41626 </cell>
41627 <cell alignment="center" valignment="top" usebox="none">
41628 \begin_inset Text
41629
41630 \begin_layout Plain Layout
41631 \begin_inset ERT
41632 status collapsed
41633
41634 \begin_layout Plain Layout
41635
41636
41637 \backslash
41638 fcolorbox{black}{
41639 \end_layout
41640
41641 \end_inset
41642
41643 Bittersweet
41644 \begin_inset ERT
41645 status collapsed
41646
41647 \begin_layout Plain Layout
41648
41649 }{
41650 \end_layout
41651
41652 \end_inset
41653
41654
41655 \begin_inset Phantom Phantom
41656 status open
41657
41658 \begin_layout Plain Layout
41659 W
41660 \end_layout
41661
41662 \end_inset
41663
41664
41665 \begin_inset ERT
41666 status collapsed
41667
41668 \begin_layout Plain Layout
41669
41670 }
41671 \end_layout
41672
41673 \end_inset
41674
41675  Bittersweet
41676 \end_layout
41677
41678 \end_inset
41679 </cell>
41680 <cell alignment="center" valignment="top" usebox="none">
41681 \begin_inset Text
41682
41683 \begin_layout Plain Layout
41684 \begin_inset ERT
41685 status collapsed
41686
41687 \begin_layout Plain Layout
41688
41689
41690 \backslash
41691 fcolorbox{black}{
41692 \end_layout
41693
41694 \end_inset
41695
41696 BlueGreen
41697 \begin_inset ERT
41698 status collapsed
41699
41700 \begin_layout Plain Layout
41701
41702 }{
41703 \end_layout
41704
41705 \end_inset
41706
41707
41708 \begin_inset Phantom Phantom
41709 status open
41710
41711 \begin_layout Plain Layout
41712 W
41713 \end_layout
41714
41715 \end_inset
41716
41717
41718 \begin_inset ERT
41719 status collapsed
41720
41721 \begin_layout Plain Layout
41722
41723 }
41724 \end_layout
41725
41726 \end_inset
41727
41728  BlueGreen
41729 \end_layout
41730
41731 \end_inset
41732 </cell>
41733 </row>
41734 <row>
41735 <cell alignment="left" valignment="top" usebox="none">
41736 \begin_inset Text
41737
41738 \begin_layout Plain Layout
41739 \begin_inset ERT
41740 status collapsed
41741
41742 \begin_layout Plain Layout
41743
41744
41745 \backslash
41746 fcolorbox{black}{
41747 \end_layout
41748
41749 \end_inset
41750
41751 BlueViolet
41752 \begin_inset ERT
41753 status collapsed
41754
41755 \begin_layout Plain Layout
41756
41757 }{
41758 \end_layout
41759
41760 \end_inset
41761
41762
41763 \begin_inset Phantom Phantom
41764 status open
41765
41766 \begin_layout Plain Layout
41767 W
41768 \end_layout
41769
41770 \end_inset
41771
41772
41773 \begin_inset ERT
41774 status collapsed
41775
41776 \begin_layout Plain Layout
41777
41778 }
41779 \end_layout
41780
41781 \end_inset
41782
41783  BlueViolet
41784 \end_layout
41785
41786 \end_inset
41787 </cell>
41788 <cell alignment="left" valignment="top" usebox="none">
41789 \begin_inset Text
41790
41791 \begin_layout Plain Layout
41792 \begin_inset ERT
41793 status collapsed
41794
41795 \begin_layout Plain Layout
41796
41797
41798 \backslash
41799 fcolorbox{black}{
41800 \end_layout
41801
41802 \end_inset
41803
41804 BrickRed
41805 \begin_inset ERT
41806 status collapsed
41807
41808 \begin_layout Plain Layout
41809
41810 }{
41811 \end_layout
41812
41813 \end_inset
41814
41815
41816 \begin_inset Phantom Phantom
41817 status open
41818
41819 \begin_layout Plain Layout
41820 W
41821 \end_layout
41822
41823 \end_inset
41824
41825
41826 \begin_inset ERT
41827 status collapsed
41828
41829 \begin_layout Plain Layout
41830
41831 }
41832 \end_layout
41833
41834 \end_inset
41835
41836  BrickRed
41837 \end_layout
41838
41839 \end_inset
41840 </cell>
41841 <cell alignment="left" valignment="top" usebox="none">
41842 \begin_inset Text
41843
41844 \begin_layout Plain Layout
41845 \begin_inset ERT
41846 status collapsed
41847
41848 \begin_layout Plain Layout
41849
41850
41851 \backslash
41852 fcolorbox{black}{
41853 \end_layout
41854
41855 \end_inset
41856
41857 Brown
41858 \begin_inset ERT
41859 status collapsed
41860
41861 \begin_layout Plain Layout
41862
41863 }{
41864 \end_layout
41865
41866 \end_inset
41867
41868
41869 \begin_inset Phantom Phantom
41870 status open
41871
41872 \begin_layout Plain Layout
41873 W
41874 \end_layout
41875
41876 \end_inset
41877
41878
41879 \begin_inset ERT
41880 status collapsed
41881
41882 \begin_layout Plain Layout
41883
41884 }
41885 \end_layout
41886
41887 \end_inset
41888
41889  Brown
41890 \end_layout
41891
41892 \end_inset
41893 </cell>
41894 <cell alignment="left" valignment="top" usebox="none">
41895 \begin_inset Text
41896
41897 \begin_layout Plain Layout
41898 \begin_inset ERT
41899 status collapsed
41900
41901 \begin_layout Plain Layout
41902
41903
41904 \backslash
41905 fcolorbox{black}{
41906 \end_layout
41907
41908 \end_inset
41909
41910 BurntOrange
41911 \begin_inset ERT
41912 status collapsed
41913
41914 \begin_layout Plain Layout
41915
41916 }{
41917 \end_layout
41918
41919 \end_inset
41920
41921
41922 \begin_inset Phantom Phantom
41923 status open
41924
41925 \begin_layout Plain Layout
41926 W
41927 \end_layout
41928
41929 \end_inset
41930
41931
41932 \begin_inset ERT
41933 status collapsed
41934
41935 \begin_layout Plain Layout
41936
41937 }
41938 \end_layout
41939
41940 \end_inset
41941
41942  BurntOrange
41943 \end_layout
41944
41945 \end_inset
41946 </cell>
41947 </row>
41948 <row>
41949 <cell alignment="left" valignment="top" usebox="none">
41950 \begin_inset Text
41951
41952 \begin_layout Plain Layout
41953 \begin_inset ERT
41954 status collapsed
41955
41956 \begin_layout Plain Layout
41957
41958
41959 \backslash
41960 fcolorbox{black}{
41961 \end_layout
41962
41963 \end_inset
41964
41965 CadetBlue
41966 \begin_inset ERT
41967 status collapsed
41968
41969 \begin_layout Plain Layout
41970
41971 }{
41972 \end_layout
41973
41974 \end_inset
41975
41976
41977 \begin_inset Phantom Phantom
41978 status open
41979
41980 \begin_layout Plain Layout
41981 W
41982 \end_layout
41983
41984 \end_inset
41985
41986
41987 \begin_inset ERT
41988 status collapsed
41989
41990 \begin_layout Plain Layout
41991
41992 }
41993 \end_layout
41994
41995 \end_inset
41996
41997  CadetBlue
41998 \end_layout
41999
42000 \end_inset
42001 </cell>
42002 <cell alignment="left" valignment="top" usebox="none">
42003 \begin_inset Text
42004
42005 \begin_layout Plain Layout
42006 \begin_inset ERT
42007 status collapsed
42008
42009 \begin_layout Plain Layout
42010
42011
42012 \backslash
42013 fcolorbox{black}{
42014 \end_layout
42015
42016 \end_inset
42017
42018 CarnationPink
42019 \begin_inset ERT
42020 status collapsed
42021
42022 \begin_layout Plain Layout
42023
42024 }{
42025 \end_layout
42026
42027 \end_inset
42028
42029
42030 \begin_inset Phantom Phantom
42031 status open
42032
42033 \begin_layout Plain Layout
42034 W
42035 \end_layout
42036
42037 \end_inset
42038
42039
42040 \begin_inset ERT
42041 status collapsed
42042
42043 \begin_layout Plain Layout
42044
42045 }
42046 \end_layout
42047
42048 \end_inset
42049
42050  CarnationPink
42051 \end_layout
42052
42053 \end_inset
42054 </cell>
42055 <cell alignment="left" valignment="top" usebox="none">
42056 \begin_inset Text
42057
42058 \begin_layout Plain Layout
42059 \begin_inset ERT
42060 status collapsed
42061
42062 \begin_layout Plain Layout
42063
42064
42065 \backslash
42066 fcolorbox{black}{
42067 \end_layout
42068
42069 \end_inset
42070
42071 Cerulean
42072 \begin_inset ERT
42073 status collapsed
42074
42075 \begin_layout Plain Layout
42076
42077 }{
42078 \end_layout
42079
42080 \end_inset
42081
42082
42083 \begin_inset Phantom Phantom
42084 status open
42085
42086 \begin_layout Plain Layout
42087 W
42088 \end_layout
42089
42090 \end_inset
42091
42092
42093 \begin_inset ERT
42094 status collapsed
42095
42096 \begin_layout Plain Layout
42097
42098 }
42099 \end_layout
42100
42101 \end_inset
42102
42103  Cerulean
42104 \end_layout
42105
42106 \end_inset
42107 </cell>
42108 <cell alignment="left" valignment="top" usebox="none">
42109 \begin_inset Text
42110
42111 \begin_layout Plain Layout
42112 \begin_inset ERT
42113 status collapsed
42114
42115 \begin_layout Plain Layout
42116
42117
42118 \backslash
42119 fcolorbox{black}{
42120 \end_layout
42121
42122 \end_inset
42123
42124 CornflowerBlue
42125 \begin_inset ERT
42126 status collapsed
42127
42128 \begin_layout Plain Layout
42129
42130 }{
42131 \end_layout
42132
42133 \end_inset
42134
42135
42136 \begin_inset Phantom Phantom
42137 status open
42138
42139 \begin_layout Plain Layout
42140 W
42141 \end_layout
42142
42143 \end_inset
42144
42145
42146 \begin_inset ERT
42147 status collapsed
42148
42149 \begin_layout Plain Layout
42150
42151 }
42152 \end_layout
42153
42154 \end_inset
42155
42156  CornflowerBlue
42157 \end_layout
42158
42159 \end_inset
42160 </cell>
42161 </row>
42162 <row>
42163 <cell alignment="left" valignment="top" usebox="none">
42164 \begin_inset Text
42165
42166 \begin_layout Plain Layout
42167 \begin_inset ERT
42168 status collapsed
42169
42170 \begin_layout Plain Layout
42171
42172
42173 \backslash
42174 fcolorbox{black}{
42175 \end_layout
42176
42177 \end_inset
42178
42179 Dandelion
42180 \begin_inset ERT
42181 status collapsed
42182
42183 \begin_layout Plain Layout
42184
42185 }{
42186 \end_layout
42187
42188 \end_inset
42189
42190
42191 \begin_inset Phantom Phantom
42192 status open
42193
42194 \begin_layout Plain Layout
42195 W
42196 \end_layout
42197
42198 \end_inset
42199
42200
42201 \begin_inset ERT
42202 status collapsed
42203
42204 \begin_layout Plain Layout
42205
42206 }
42207 \end_layout
42208
42209 \end_inset
42210
42211  Dandelion
42212 \end_layout
42213
42214 \end_inset
42215 </cell>
42216 <cell alignment="left" valignment="top" usebox="none">
42217 \begin_inset Text
42218
42219 \begin_layout Plain Layout
42220 \begin_inset ERT
42221 status collapsed
42222
42223 \begin_layout Plain Layout
42224
42225
42226 \backslash
42227 fcolorbox{black}{
42228 \end_layout
42229
42230 \end_inset
42231
42232 DarkOrchid
42233 \begin_inset ERT
42234 status collapsed
42235
42236 \begin_layout Plain Layout
42237
42238 }{
42239 \end_layout
42240
42241 \end_inset
42242
42243
42244 \begin_inset Phantom Phantom
42245 status open
42246
42247 \begin_layout Plain Layout
42248 W
42249 \end_layout
42250
42251 \end_inset
42252
42253
42254 \begin_inset ERT
42255 status collapsed
42256
42257 \begin_layout Plain Layout
42258
42259 }
42260 \end_layout
42261
42262 \end_inset
42263
42264  DarkOrchid
42265 \end_layout
42266
42267 \end_inset
42268 </cell>
42269 <cell alignment="left" valignment="top" usebox="none">
42270 \begin_inset Text
42271
42272 \begin_layout Plain Layout
42273 \begin_inset ERT
42274 status collapsed
42275
42276 \begin_layout Plain Layout
42277
42278
42279 \backslash
42280 fcolorbox{black}{
42281 \end_layout
42282
42283 \end_inset
42284
42285 Emerald
42286 \begin_inset ERT
42287 status collapsed
42288
42289 \begin_layout Plain Layout
42290
42291 }{
42292 \end_layout
42293
42294 \end_inset
42295
42296
42297 \begin_inset Phantom Phantom
42298 status open
42299
42300 \begin_layout Plain Layout
42301 W
42302 \end_layout
42303
42304 \end_inset
42305
42306
42307 \begin_inset ERT
42308 status collapsed
42309
42310 \begin_layout Plain Layout
42311
42312 }
42313 \end_layout
42314
42315 \end_inset
42316
42317  Emerald
42318 \end_layout
42319
42320 \end_inset
42321 </cell>
42322 <cell alignment="left" valignment="top" usebox="none">
42323 \begin_inset Text
42324
42325 \begin_layout Plain Layout
42326 \begin_inset ERT
42327 status collapsed
42328
42329 \begin_layout Plain Layout
42330
42331
42332 \backslash
42333 fcolorbox{black}{
42334 \end_layout
42335
42336 \end_inset
42337
42338 ForestGreen
42339 \begin_inset ERT
42340 status collapsed
42341
42342 \begin_layout Plain Layout
42343
42344 }{
42345 \end_layout
42346
42347 \end_inset
42348
42349
42350 \begin_inset Phantom Phantom
42351 status open
42352
42353 \begin_layout Plain Layout
42354 W
42355 \end_layout
42356
42357 \end_inset
42358
42359
42360 \begin_inset ERT
42361 status collapsed
42362
42363 \begin_layout Plain Layout
42364
42365 }
42366 \end_layout
42367
42368 \end_inset
42369
42370  ForestGreen
42371 \end_layout
42372
42373 \end_inset
42374 </cell>
42375 </row>
42376 <row>
42377 <cell alignment="left" valignment="top" usebox="none">
42378 \begin_inset Text
42379
42380 \begin_layout Plain Layout
42381 \begin_inset ERT
42382 status collapsed
42383
42384 \begin_layout Plain Layout
42385
42386
42387 \backslash
42388 fcolorbox{black}{
42389 \end_layout
42390
42391 \end_inset
42392
42393 Fuchsia
42394 \begin_inset ERT
42395 status collapsed
42396
42397 \begin_layout Plain Layout
42398
42399 }{
42400 \end_layout
42401
42402 \end_inset
42403
42404
42405 \begin_inset Phantom Phantom
42406 status open
42407
42408 \begin_layout Plain Layout
42409 W
42410 \end_layout
42411
42412 \end_inset
42413
42414
42415 \begin_inset ERT
42416 status collapsed
42417
42418 \begin_layout Plain Layout
42419
42420 }
42421 \end_layout
42422
42423 \end_inset
42424
42425  Fuchsia
42426 \end_layout
42427
42428 \end_inset
42429 </cell>
42430 <cell alignment="left" valignment="top" usebox="none">
42431 \begin_inset Text
42432
42433 \begin_layout Plain Layout
42434 \begin_inset ERT
42435 status collapsed
42436
42437 \begin_layout Plain Layout
42438
42439
42440 \backslash
42441 fcolorbox{black}{
42442 \end_layout
42443
42444 \end_inset
42445
42446 Goldenrod
42447 \begin_inset ERT
42448 status collapsed
42449
42450 \begin_layout Plain Layout
42451
42452 }{
42453 \end_layout
42454
42455 \end_inset
42456
42457
42458 \begin_inset Phantom Phantom
42459 status open
42460
42461 \begin_layout Plain Layout
42462 W
42463 \end_layout
42464
42465 \end_inset
42466
42467
42468 \begin_inset ERT
42469 status collapsed
42470
42471 \begin_layout Plain Layout
42472
42473 }
42474 \end_layout
42475
42476 \end_inset
42477
42478  Goldenrod
42479 \end_layout
42480
42481 \end_inset
42482 </cell>
42483 <cell alignment="left" valignment="top" usebox="none">
42484 \begin_inset Text
42485
42486 \begin_layout Plain Layout
42487 \begin_inset ERT
42488 status collapsed
42489
42490 \begin_layout Plain Layout
42491
42492
42493 \backslash
42494 fcolorbox{black}{
42495 \end_layout
42496
42497 \end_inset
42498
42499 Gray
42500 \begin_inset ERT
42501 status collapsed
42502
42503 \begin_layout Plain Layout
42504
42505 }{
42506 \end_layout
42507
42508 \end_inset
42509
42510
42511 \begin_inset Phantom Phantom
42512 status open
42513
42514 \begin_layout Plain Layout
42515 W
42516 \end_layout
42517
42518 \end_inset
42519
42520
42521 \begin_inset ERT
42522 status collapsed
42523
42524 \begin_layout Plain Layout
42525
42526 }
42527 \end_layout
42528
42529 \end_inset
42530
42531  Gray
42532 \end_layout
42533
42534 \end_inset
42535 </cell>
42536 <cell alignment="left" valignment="top" usebox="none">
42537 \begin_inset Text
42538
42539 \begin_layout Plain Layout
42540 \begin_inset ERT
42541 status collapsed
42542
42543 \begin_layout Plain Layout
42544
42545
42546 \backslash
42547 fcolorbox{black}{
42548 \end_layout
42549
42550 \end_inset
42551
42552 GreenYellow
42553 \begin_inset ERT
42554 status collapsed
42555
42556 \begin_layout Plain Layout
42557
42558 }{
42559 \end_layout
42560
42561 \end_inset
42562
42563
42564 \begin_inset Phantom Phantom
42565 status open
42566
42567 \begin_layout Plain Layout
42568 W
42569 \end_layout
42570
42571 \end_inset
42572
42573
42574 \begin_inset ERT
42575 status collapsed
42576
42577 \begin_layout Plain Layout
42578
42579 }
42580 \end_layout
42581
42582 \end_inset
42583
42584  GreenYellow
42585 \end_layout
42586
42587 \end_inset
42588 </cell>
42589 </row>
42590 <row>
42591 <cell alignment="center" valignment="top" usebox="none">
42592 \begin_inset Text
42593
42594 \begin_layout Plain Layout
42595 \begin_inset ERT
42596 status collapsed
42597
42598 \begin_layout Plain Layout
42599
42600
42601 \backslash
42602 fcolorbox{black}{
42603 \end_layout
42604
42605 \end_inset
42606
42607 JungleGreen
42608 \begin_inset ERT
42609 status collapsed
42610
42611 \begin_layout Plain Layout
42612
42613 }{
42614 \end_layout
42615
42616 \end_inset
42617
42618
42619 \begin_inset Phantom Phantom
42620 status open
42621
42622 \begin_layout Plain Layout
42623 W
42624 \end_layout
42625
42626 \end_inset
42627
42628
42629 \begin_inset ERT
42630 status collapsed
42631
42632 \begin_layout Plain Layout
42633
42634 }
42635 \end_layout
42636
42637 \end_inset
42638
42639  JungleGreen
42640 \end_layout
42641
42642 \end_inset
42643 </cell>
42644 <cell alignment="center" valignment="top" usebox="none">
42645 \begin_inset Text
42646
42647 \begin_layout Plain Layout
42648 \begin_inset ERT
42649 status collapsed
42650
42651 \begin_layout Plain Layout
42652
42653
42654 \backslash
42655 fcolorbox{black}{
42656 \end_layout
42657
42658 \end_inset
42659
42660 Lavender
42661 \begin_inset ERT
42662 status collapsed
42663
42664 \begin_layout Plain Layout
42665
42666 }{
42667 \end_layout
42668
42669 \end_inset
42670
42671
42672 \begin_inset Phantom Phantom
42673 status open
42674
42675 \begin_layout Plain Layout
42676 W
42677 \end_layout
42678
42679 \end_inset
42680
42681
42682 \begin_inset ERT
42683 status collapsed
42684
42685 \begin_layout Plain Layout
42686
42687 }
42688 \end_layout
42689
42690 \end_inset
42691
42692  Lavender
42693 \end_layout
42694
42695 \end_inset
42696 </cell>
42697 <cell alignment="center" valignment="top" usebox="none">
42698 \begin_inset Text
42699
42700 \begin_layout Plain Layout
42701 \begin_inset ERT
42702 status collapsed
42703
42704 \begin_layout Plain Layout
42705
42706
42707 \backslash
42708 fcolorbox{black}{
42709 \end_layout
42710
42711 \end_inset
42712
42713 LimeGreen
42714 \begin_inset ERT
42715 status collapsed
42716
42717 \begin_layout Plain Layout
42718
42719 }{
42720 \end_layout
42721
42722 \end_inset
42723
42724
42725 \begin_inset Phantom Phantom
42726 status open
42727
42728 \begin_layout Plain Layout
42729 W
42730 \end_layout
42731
42732 \end_inset
42733
42734
42735 \begin_inset ERT
42736 status collapsed
42737
42738 \begin_layout Plain Layout
42739
42740 }
42741 \end_layout
42742
42743 \end_inset
42744
42745  LimeGreen
42746 \end_layout
42747
42748 \end_inset
42749 </cell>
42750 <cell alignment="center" valignment="top" usebox="none">
42751 \begin_inset Text
42752
42753 \begin_layout Plain Layout
42754 \begin_inset ERT
42755 status collapsed
42756
42757 \begin_layout Plain Layout
42758
42759
42760 \backslash
42761 fcolorbox{black}{
42762 \end_layout
42763
42764 \end_inset
42765
42766 Mahogany
42767 \begin_inset ERT
42768 status collapsed
42769
42770 \begin_layout Plain Layout
42771
42772 }{
42773 \end_layout
42774
42775 \end_inset
42776
42777
42778 \begin_inset Phantom Phantom
42779 status open
42780
42781 \begin_layout Plain Layout
42782 W
42783 \end_layout
42784
42785 \end_inset
42786
42787
42788 \begin_inset ERT
42789 status collapsed
42790
42791 \begin_layout Plain Layout
42792
42793 }
42794 \end_layout
42795
42796 \end_inset
42797
42798  Mahogany
42799 \end_layout
42800
42801 \end_inset
42802 </cell>
42803 </row>
42804 <row>
42805 <cell alignment="left" valignment="top" usebox="none">
42806 \begin_inset Text
42807
42808 \begin_layout Plain Layout
42809 \begin_inset ERT
42810 status collapsed
42811
42812 \begin_layout Plain Layout
42813
42814
42815 \backslash
42816 fcolorbox{black}{
42817 \end_layout
42818
42819 \end_inset
42820
42821 Mahogany
42822 \begin_inset ERT
42823 status collapsed
42824
42825 \begin_layout Plain Layout
42826
42827 }{
42828 \end_layout
42829
42830 \end_inset
42831
42832
42833 \begin_inset Phantom Phantom
42834 status open
42835
42836 \begin_layout Plain Layout
42837 W
42838 \end_layout
42839
42840 \end_inset
42841
42842
42843 \begin_inset ERT
42844 status collapsed
42845
42846 \begin_layout Plain Layout
42847
42848 }
42849 \end_layout
42850
42851 \end_inset
42852
42853  Mahogany
42854 \end_layout
42855
42856 \end_inset
42857 </cell>
42858 <cell alignment="left" valignment="top" usebox="none">
42859 \begin_inset Text
42860
42861 \begin_layout Plain Layout
42862 \begin_inset ERT
42863 status collapsed
42864
42865 \begin_layout Plain Layout
42866
42867
42868 \backslash
42869 fcolorbox{black}{
42870 \end_layout
42871
42872 \end_inset
42873
42874 Maroon
42875 \begin_inset ERT
42876 status collapsed
42877
42878 \begin_layout Plain Layout
42879
42880 }{
42881 \end_layout
42882
42883 \end_inset
42884
42885
42886 \begin_inset Phantom Phantom
42887 status open
42888
42889 \begin_layout Plain Layout
42890 W
42891 \end_layout
42892
42893 \end_inset
42894
42895
42896 \begin_inset ERT
42897 status collapsed
42898
42899 \begin_layout Plain Layout
42900
42901 }
42902 \end_layout
42903
42904 \end_inset
42905
42906  Maroon
42907 \end_layout
42908
42909 \end_inset
42910 </cell>
42911 <cell alignment="left" valignment="top" usebox="none">
42912 \begin_inset Text
42913
42914 \begin_layout Plain Layout
42915 \begin_inset ERT
42916 status collapsed
42917
42918 \begin_layout Plain Layout
42919
42920
42921 \backslash
42922 fcolorbox{black}{
42923 \end_layout
42924
42925 \end_inset
42926
42927 Melon
42928 \begin_inset ERT
42929 status collapsed
42930
42931 \begin_layout Plain Layout
42932
42933 }{
42934 \end_layout
42935
42936 \end_inset
42937
42938
42939 \begin_inset Phantom Phantom
42940 status open
42941
42942 \begin_layout Plain Layout
42943 W
42944 \end_layout
42945
42946 \end_inset
42947
42948
42949 \begin_inset ERT
42950 status collapsed
42951
42952 \begin_layout Plain Layout
42953
42954 }
42955 \end_layout
42956
42957 \end_inset
42958
42959  Melon
42960 \end_layout
42961
42962 \end_inset
42963 </cell>
42964 <cell alignment="left" valignment="top" usebox="none">
42965 \begin_inset Text
42966
42967 \begin_layout Plain Layout
42968 \begin_inset ERT
42969 status collapsed
42970
42971 \begin_layout Plain Layout
42972
42973
42974 \backslash
42975 fcolorbox{black}{
42976 \end_layout
42977
42978 \end_inset
42979
42980 MidnightBlue
42981 \begin_inset ERT
42982 status collapsed
42983
42984 \begin_layout Plain Layout
42985
42986 }{
42987 \end_layout
42988
42989 \end_inset
42990
42991
42992 \begin_inset Phantom Phantom
42993 status open
42994
42995 \begin_layout Plain Layout
42996 W
42997 \end_layout
42998
42999 \end_inset
43000
43001
43002 \begin_inset ERT
43003 status collapsed
43004
43005 \begin_layout Plain Layout
43006
43007 }
43008 \end_layout
43009
43010 \end_inset
43011
43012  MidnightBlue
43013 \end_layout
43014
43015 \end_inset
43016 </cell>
43017 </row>
43018 <row>
43019 <cell alignment="left" valignment="top" usebox="none">
43020 \begin_inset Text
43021
43022 \begin_layout Plain Layout
43023 \begin_inset ERT
43024 status collapsed
43025
43026 \begin_layout Plain Layout
43027
43028
43029 \backslash
43030 fcolorbox{black}{
43031 \end_layout
43032
43033 \end_inset
43034
43035 Mulberry
43036 \begin_inset ERT
43037 status collapsed
43038
43039 \begin_layout Plain Layout
43040
43041 }{
43042 \end_layout
43043
43044 \end_inset
43045
43046
43047 \begin_inset Phantom Phantom
43048 status open
43049
43050 \begin_layout Plain Layout
43051 W
43052 \end_layout
43053
43054 \end_inset
43055
43056
43057 \begin_inset ERT
43058 status collapsed
43059
43060 \begin_layout Plain Layout
43061
43062 }
43063 \end_layout
43064
43065 \end_inset
43066
43067  Mulberry
43068 \end_layout
43069
43070 \end_inset
43071 </cell>
43072 <cell alignment="left" valignment="top" usebox="none">
43073 \begin_inset Text
43074
43075 \begin_layout Plain Layout
43076 \begin_inset ERT
43077 status collapsed
43078
43079 \begin_layout Plain Layout
43080
43081
43082 \backslash
43083 fcolorbox{black}{
43084 \end_layout
43085
43086 \end_inset
43087
43088 NavyBlue
43089 \begin_inset ERT
43090 status collapsed
43091
43092 \begin_layout Plain Layout
43093
43094 }{
43095 \end_layout
43096
43097 \end_inset
43098
43099
43100 \begin_inset Phantom Phantom
43101 status open
43102
43103 \begin_layout Plain Layout
43104 W
43105 \end_layout
43106
43107 \end_inset
43108
43109
43110 \begin_inset ERT
43111 status collapsed
43112
43113 \begin_layout Plain Layout
43114
43115 }
43116 \end_layout
43117
43118 \end_inset
43119
43120  NavyBlue
43121 \end_layout
43122
43123 \end_inset
43124 </cell>
43125 <cell alignment="left" valignment="top" usebox="none">
43126 \begin_inset Text
43127
43128 \begin_layout Plain Layout
43129 \begin_inset ERT
43130 status collapsed
43131
43132 \begin_layout Plain Layout
43133
43134
43135 \backslash
43136 fcolorbox{black}{
43137 \end_layout
43138
43139 \end_inset
43140
43141 OliveGreen
43142 \begin_inset ERT
43143 status collapsed
43144
43145 \begin_layout Plain Layout
43146
43147 }{
43148 \end_layout
43149
43150 \end_inset
43151
43152
43153 \begin_inset Phantom Phantom
43154 status open
43155
43156 \begin_layout Plain Layout
43157 W
43158 \end_layout
43159
43160 \end_inset
43161
43162
43163 \begin_inset ERT
43164 status collapsed
43165
43166 \begin_layout Plain Layout
43167
43168 }
43169 \end_layout
43170
43171 \end_inset
43172
43173  OliveGreen
43174 \end_layout
43175
43176 \end_inset
43177 </cell>
43178 <cell alignment="left" valignment="top" usebox="none">
43179 \begin_inset Text
43180
43181 \begin_layout Plain Layout
43182 \begin_inset ERT
43183 status collapsed
43184
43185 \begin_layout Plain Layout
43186
43187
43188 \backslash
43189 fcolorbox{black}{
43190 \end_layout
43191
43192 \end_inset
43193
43194 Orange
43195 \begin_inset ERT
43196 status collapsed
43197
43198 \begin_layout Plain Layout
43199
43200 }{
43201 \end_layout
43202
43203 \end_inset
43204
43205
43206 \begin_inset Phantom Phantom
43207 status open
43208
43209 \begin_layout Plain Layout
43210 W
43211 \end_layout
43212
43213 \end_inset
43214
43215
43216 \begin_inset ERT
43217 status collapsed
43218
43219 \begin_layout Plain Layout
43220
43221 }
43222 \end_layout
43223
43224 \end_inset
43225
43226  Orange
43227 \end_layout
43228
43229 \end_inset
43230 </cell>
43231 </row>
43232 <row>
43233 <cell alignment="left" valignment="top" usebox="none">
43234 \begin_inset Text
43235
43236 \begin_layout Plain Layout
43237 \begin_inset ERT
43238 status collapsed
43239
43240 \begin_layout Plain Layout
43241
43242
43243 \backslash
43244 fcolorbox{black}{
43245 \end_layout
43246
43247 \end_inset
43248
43249 OrangeRed
43250 \begin_inset ERT
43251 status collapsed
43252
43253 \begin_layout Plain Layout
43254
43255 }{
43256 \end_layout
43257
43258 \end_inset
43259
43260
43261 \begin_inset Phantom Phantom
43262 status open
43263
43264 \begin_layout Plain Layout
43265 W
43266 \end_layout
43267
43268 \end_inset
43269
43270
43271 \begin_inset ERT
43272 status collapsed
43273
43274 \begin_layout Plain Layout
43275
43276 }
43277 \end_layout
43278
43279 \end_inset
43280
43281  OrangeRed
43282 \end_layout
43283
43284 \end_inset
43285 </cell>
43286 <cell alignment="left" valignment="top" usebox="none">
43287 \begin_inset Text
43288
43289 \begin_layout Plain Layout
43290 \begin_inset ERT
43291 status collapsed
43292
43293 \begin_layout Plain Layout
43294
43295
43296 \backslash
43297 fcolorbox{black}{
43298 \end_layout
43299
43300 \end_inset
43301
43302 Orchid
43303 \begin_inset ERT
43304 status collapsed
43305
43306 \begin_layout Plain Layout
43307
43308 }{
43309 \end_layout
43310
43311 \end_inset
43312
43313
43314 \begin_inset Phantom Phantom
43315 status open
43316
43317 \begin_layout Plain Layout
43318 W
43319 \end_layout
43320
43321 \end_inset
43322
43323
43324 \begin_inset ERT
43325 status collapsed
43326
43327 \begin_layout Plain Layout
43328
43329 }
43330 \end_layout
43331
43332 \end_inset
43333
43334  Orchid
43335 \end_layout
43336
43337 \end_inset
43338 </cell>
43339 <cell alignment="left" valignment="top" usebox="none">
43340 \begin_inset Text
43341
43342 \begin_layout Plain Layout
43343 \begin_inset ERT
43344 status collapsed
43345
43346 \begin_layout Plain Layout
43347
43348
43349 \backslash
43350 fcolorbox{black}{
43351 \end_layout
43352
43353 \end_inset
43354
43355 Peach
43356 \begin_inset ERT
43357 status collapsed
43358
43359 \begin_layout Plain Layout
43360
43361 }{
43362 \end_layout
43363
43364 \end_inset
43365
43366
43367 \begin_inset Phantom Phantom
43368 status open
43369
43370 \begin_layout Plain Layout
43371 W
43372 \end_layout
43373
43374 \end_inset
43375
43376
43377 \begin_inset ERT
43378 status collapsed
43379
43380 \begin_layout Plain Layout
43381
43382 }
43383 \end_layout
43384
43385 \end_inset
43386
43387  Peach
43388 \end_layout
43389
43390 \end_inset
43391 </cell>
43392 <cell alignment="left" valignment="top" usebox="none">
43393 \begin_inset Text
43394
43395 \begin_layout Plain Layout
43396 \begin_inset ERT
43397 status collapsed
43398
43399 \begin_layout Plain Layout
43400
43401
43402 \backslash
43403 fcolorbox{black}{
43404 \end_layout
43405
43406 \end_inset
43407
43408 Periwinkle
43409 \begin_inset ERT
43410 status collapsed
43411
43412 \begin_layout Plain Layout
43413
43414 }{
43415 \end_layout
43416
43417 \end_inset
43418
43419
43420 \begin_inset Phantom Phantom
43421 status open
43422
43423 \begin_layout Plain Layout
43424 W
43425 \end_layout
43426
43427 \end_inset
43428
43429
43430 \begin_inset ERT
43431 status collapsed
43432
43433 \begin_layout Plain Layout
43434
43435 }
43436 \end_layout
43437
43438 \end_inset
43439
43440  Periwinkle
43441 \end_layout
43442
43443 \end_inset
43444 </cell>
43445 </row>
43446 <row>
43447 <cell alignment="left" valignment="top" usebox="none">
43448 \begin_inset Text
43449
43450 \begin_layout Plain Layout
43451 \begin_inset ERT
43452 status collapsed
43453
43454 \begin_layout Plain Layout
43455
43456
43457 \backslash
43458 fcolorbox{black}{
43459 \end_layout
43460
43461 \end_inset
43462
43463 PineGreen
43464 \begin_inset ERT
43465 status collapsed
43466
43467 \begin_layout Plain Layout
43468
43469 }{
43470 \end_layout
43471
43472 \end_inset
43473
43474
43475 \begin_inset Phantom Phantom
43476 status open
43477
43478 \begin_layout Plain Layout
43479 W
43480 \end_layout
43481
43482 \end_inset
43483
43484
43485 \begin_inset ERT
43486 status collapsed
43487
43488 \begin_layout Plain Layout
43489
43490 }
43491 \end_layout
43492
43493 \end_inset
43494
43495  PineGreen
43496 \end_layout
43497
43498 \end_inset
43499 </cell>
43500 <cell alignment="left" valignment="top" usebox="none">
43501 \begin_inset Text
43502
43503 \begin_layout Plain Layout
43504 \begin_inset ERT
43505 status collapsed
43506
43507 \begin_layout Plain Layout
43508
43509
43510 \backslash
43511 fcolorbox{black}{
43512 \end_layout
43513
43514 \end_inset
43515
43516 Plum
43517 \begin_inset ERT
43518 status collapsed
43519
43520 \begin_layout Plain Layout
43521
43522 }{
43523 \end_layout
43524
43525 \end_inset
43526
43527
43528 \begin_inset Phantom Phantom
43529 status open
43530
43531 \begin_layout Plain Layout
43532 W
43533 \end_layout
43534
43535 \end_inset
43536
43537
43538 \begin_inset ERT
43539 status collapsed
43540
43541 \begin_layout Plain Layout
43542
43543 }
43544 \end_layout
43545
43546 \end_inset
43547
43548  Plum
43549 \end_layout
43550
43551 \end_inset
43552 </cell>
43553 <cell alignment="left" valignment="top" usebox="none">
43554 \begin_inset Text
43555
43556 \begin_layout Plain Layout
43557 \begin_inset ERT
43558 status collapsed
43559
43560 \begin_layout Plain Layout
43561
43562
43563 \backslash
43564 fcolorbox{black}{
43565 \end_layout
43566
43567 \end_inset
43568
43569 ProcessBlue
43570 \begin_inset ERT
43571 status collapsed
43572
43573 \begin_layout Plain Layout
43574
43575 }{
43576 \end_layout
43577
43578 \end_inset
43579
43580
43581 \begin_inset Phantom Phantom
43582 status open
43583
43584 \begin_layout Plain Layout
43585 W
43586 \end_layout
43587
43588 \end_inset
43589
43590
43591 \begin_inset ERT
43592 status collapsed
43593
43594 \begin_layout Plain Layout
43595
43596 }
43597 \end_layout
43598
43599 \end_inset
43600
43601  ProcessBlue
43602 \end_layout
43603
43604 \end_inset
43605 </cell>
43606 <cell alignment="left" valignment="top" usebox="none">
43607 \begin_inset Text
43608
43609 \begin_layout Plain Layout
43610 \begin_inset ERT
43611 status collapsed
43612
43613 \begin_layout Plain Layout
43614
43615
43616 \backslash
43617 fcolorbox{black}{
43618 \end_layout
43619
43620 \end_inset
43621
43622 Purple
43623 \begin_inset ERT
43624 status collapsed
43625
43626 \begin_layout Plain Layout
43627
43628 }{
43629 \end_layout
43630
43631 \end_inset
43632
43633
43634 \begin_inset Phantom Phantom
43635 status open
43636
43637 \begin_layout Plain Layout
43638 W
43639 \end_layout
43640
43641 \end_inset
43642
43643
43644 \begin_inset ERT
43645 status collapsed
43646
43647 \begin_layout Plain Layout
43648
43649 }
43650 \end_layout
43651
43652 \end_inset
43653
43654  Purple
43655 \end_layout
43656
43657 \end_inset
43658 </cell>
43659 </row>
43660 <row>
43661 <cell alignment="left" valignment="top" usebox="none">
43662 \begin_inset Text
43663
43664 \begin_layout Plain Layout
43665 \begin_inset ERT
43666 status collapsed
43667
43668 \begin_layout Plain Layout
43669
43670
43671 \backslash
43672 fcolorbox{black}{
43673 \end_layout
43674
43675 \end_inset
43676
43677 RawSienna
43678 \begin_inset ERT
43679 status collapsed
43680
43681 \begin_layout Plain Layout
43682
43683 }{
43684 \end_layout
43685
43686 \end_inset
43687
43688
43689 \begin_inset Phantom Phantom
43690 status open
43691
43692 \begin_layout Plain Layout
43693 W
43694 \end_layout
43695
43696 \end_inset
43697
43698
43699 \begin_inset ERT
43700 status collapsed
43701
43702 \begin_layout Plain Layout
43703
43704 }
43705 \end_layout
43706
43707 \end_inset
43708
43709  RawSienna
43710 \end_layout
43711
43712 \end_inset
43713 </cell>
43714 <cell alignment="left" valignment="top" usebox="none">
43715 \begin_inset Text
43716
43717 \begin_layout Plain Layout
43718 \begin_inset ERT
43719 status collapsed
43720
43721 \begin_layout Plain Layout
43722
43723
43724 \backslash
43725 fcolorbox{black}{
43726 \end_layout
43727
43728 \end_inset
43729
43730 RedOrange
43731 \begin_inset ERT
43732 status collapsed
43733
43734 \begin_layout Plain Layout
43735
43736 }{
43737 \end_layout
43738
43739 \end_inset
43740
43741
43742 \begin_inset Phantom Phantom
43743 status open
43744
43745 \begin_layout Plain Layout
43746 W
43747 \end_layout
43748
43749 \end_inset
43750
43751
43752 \begin_inset ERT
43753 status collapsed
43754
43755 \begin_layout Plain Layout
43756
43757 }
43758 \end_layout
43759
43760 \end_inset
43761
43762  RedOrange
43763 \end_layout
43764
43765 \end_inset
43766 </cell>
43767 <cell alignment="left" valignment="top" usebox="none">
43768 \begin_inset Text
43769
43770 \begin_layout Plain Layout
43771 \begin_inset ERT
43772 status collapsed
43773
43774 \begin_layout Plain Layout
43775
43776
43777 \backslash
43778 fcolorbox{black}{
43779 \end_layout
43780
43781 \end_inset
43782
43783 RedViolet
43784 \begin_inset ERT
43785 status collapsed
43786
43787 \begin_layout Plain Layout
43788
43789 }{
43790 \end_layout
43791
43792 \end_inset
43793
43794
43795 \begin_inset Phantom Phantom
43796 status open
43797
43798 \begin_layout Plain Layout
43799 W
43800 \end_layout
43801
43802 \end_inset
43803
43804
43805 \begin_inset ERT
43806 status collapsed
43807
43808 \begin_layout Plain Layout
43809
43810 }
43811 \end_layout
43812
43813 \end_inset
43814
43815  RedViolet
43816 \end_layout
43817
43818 \end_inset
43819 </cell>
43820 <cell alignment="left" valignment="top" usebox="none">
43821 \begin_inset Text
43822
43823 \begin_layout Plain Layout
43824 \begin_inset ERT
43825 status collapsed
43826
43827 \begin_layout Plain Layout
43828
43829
43830 \backslash
43831 fcolorbox{black}{
43832 \end_layout
43833
43834 \end_inset
43835
43836 Rhodamine
43837 \begin_inset ERT
43838 status collapsed
43839
43840 \begin_layout Plain Layout
43841
43842 }{
43843 \end_layout
43844
43845 \end_inset
43846
43847
43848 \begin_inset Phantom Phantom
43849 status open
43850
43851 \begin_layout Plain Layout
43852 W
43853 \end_layout
43854
43855 \end_inset
43856
43857
43858 \begin_inset ERT
43859 status collapsed
43860
43861 \begin_layout Plain Layout
43862
43863 }
43864 \end_layout
43865
43866 \end_inset
43867
43868  Rhodamine
43869 \end_layout
43870
43871 \end_inset
43872 </cell>
43873 </row>
43874 <row>
43875 <cell alignment="left" valignment="top" usebox="none">
43876 \begin_inset Text
43877
43878 \begin_layout Plain Layout
43879 \begin_inset ERT
43880 status collapsed
43881
43882 \begin_layout Plain Layout
43883
43884
43885 \backslash
43886 fcolorbox{black}{
43887 \end_layout
43888
43889 \end_inset
43890
43891 RoyalBlue
43892 \begin_inset ERT
43893 status collapsed
43894
43895 \begin_layout Plain Layout
43896
43897 }{
43898 \end_layout
43899
43900 \end_inset
43901
43902
43903 \begin_inset Phantom Phantom
43904 status open
43905
43906 \begin_layout Plain Layout
43907 W
43908 \end_layout
43909
43910 \end_inset
43911
43912
43913 \begin_inset ERT
43914 status collapsed
43915
43916 \begin_layout Plain Layout
43917
43918 }
43919 \end_layout
43920
43921 \end_inset
43922
43923  RoyalBlue
43924 \end_layout
43925
43926 \end_inset
43927 </cell>
43928 <cell alignment="left" valignment="top" usebox="none">
43929 \begin_inset Text
43930
43931 \begin_layout Plain Layout
43932 \begin_inset ERT
43933 status collapsed
43934
43935 \begin_layout Plain Layout
43936
43937
43938 \backslash
43939 fcolorbox{black}{
43940 \end_layout
43941
43942 \end_inset
43943
43944 RoyalPurple
43945 \begin_inset ERT
43946 status collapsed
43947
43948 \begin_layout Plain Layout
43949
43950 }{
43951 \end_layout
43952
43953 \end_inset
43954
43955
43956 \begin_inset Phantom Phantom
43957 status open
43958
43959 \begin_layout Plain Layout
43960 W
43961 \end_layout
43962
43963 \end_inset
43964
43965
43966 \begin_inset ERT
43967 status collapsed
43968
43969 \begin_layout Plain Layout
43970
43971 }
43972 \end_layout
43973
43974 \end_inset
43975
43976  RoyalPurple
43977 \end_layout
43978
43979 \end_inset
43980 </cell>
43981 <cell alignment="left" valignment="top" usebox="none">
43982 \begin_inset Text
43983
43984 \begin_layout Plain Layout
43985 \begin_inset ERT
43986 status collapsed
43987
43988 \begin_layout Plain Layout
43989
43990
43991 \backslash
43992 fcolorbox{black}{
43993 \end_layout
43994
43995 \end_inset
43996
43997 RubineRed
43998 \begin_inset ERT
43999 status collapsed
44000
44001 \begin_layout Plain Layout
44002
44003 }{
44004 \end_layout
44005
44006 \end_inset
44007
44008
44009 \begin_inset Phantom Phantom
44010 status open
44011
44012 \begin_layout Plain Layout
44013 W
44014 \end_layout
44015
44016 \end_inset
44017
44018
44019 \begin_inset ERT
44020 status collapsed
44021
44022 \begin_layout Plain Layout
44023
44024 }
44025 \end_layout
44026
44027 \end_inset
44028
44029  RubineRed
44030 \end_layout
44031
44032 \end_inset
44033 </cell>
44034 <cell alignment="left" valignment="top" usebox="none">
44035 \begin_inset Text
44036
44037 \begin_layout Plain Layout
44038 \begin_inset ERT
44039 status collapsed
44040
44041 \begin_layout Plain Layout
44042
44043
44044 \backslash
44045 fcolorbox{black}{
44046 \end_layout
44047
44048 \end_inset
44049
44050 Salmon
44051 \begin_inset ERT
44052 status collapsed
44053
44054 \begin_layout Plain Layout
44055
44056 }{
44057 \end_layout
44058
44059 \end_inset
44060
44061
44062 \begin_inset Phantom Phantom
44063 status open
44064
44065 \begin_layout Plain Layout
44066 W
44067 \end_layout
44068
44069 \end_inset
44070
44071
44072 \begin_inset ERT
44073 status collapsed
44074
44075 \begin_layout Plain Layout
44076
44077 }
44078 \end_layout
44079
44080 \end_inset
44081
44082  Salmon
44083 \end_layout
44084
44085 \end_inset
44086 </cell>
44087 </row>
44088 <row>
44089 <cell alignment="left" valignment="top" usebox="none">
44090 \begin_inset Text
44091
44092 \begin_layout Plain Layout
44093 \begin_inset ERT
44094 status collapsed
44095
44096 \begin_layout Plain Layout
44097
44098
44099 \backslash
44100 fcolorbox{black}{
44101 \end_layout
44102
44103 \end_inset
44104
44105 SeaGreen
44106 \begin_inset ERT
44107 status collapsed
44108
44109 \begin_layout Plain Layout
44110
44111 }{
44112 \end_layout
44113
44114 \end_inset
44115
44116
44117 \begin_inset Phantom Phantom
44118 status open
44119
44120 \begin_layout Plain Layout
44121 W
44122 \end_layout
44123
44124 \end_inset
44125
44126
44127 \begin_inset ERT
44128 status collapsed
44129
44130 \begin_layout Plain Layout
44131
44132 }
44133 \end_layout
44134
44135 \end_inset
44136
44137  SeaGreen
44138 \end_layout
44139
44140 \end_inset
44141 </cell>
44142 <cell alignment="left" valignment="top" usebox="none">
44143 \begin_inset Text
44144
44145 \begin_layout Plain Layout
44146 \begin_inset ERT
44147 status collapsed
44148
44149 \begin_layout Plain Layout
44150
44151
44152 \backslash
44153 fcolorbox{black}{
44154 \end_layout
44155
44156 \end_inset
44157
44158 Sepia
44159 \begin_inset ERT
44160 status collapsed
44161
44162 \begin_layout Plain Layout
44163
44164 }{
44165 \end_layout
44166
44167 \end_inset
44168
44169
44170 \begin_inset Phantom Phantom
44171 status open
44172
44173 \begin_layout Plain Layout
44174 W
44175 \end_layout
44176
44177 \end_inset
44178
44179
44180 \begin_inset ERT
44181 status collapsed
44182
44183 \begin_layout Plain Layout
44184
44185 }
44186 \end_layout
44187
44188 \end_inset
44189
44190  Sepia
44191 \end_layout
44192
44193 \end_inset
44194 </cell>
44195 <cell alignment="left" valignment="top" usebox="none">
44196 \begin_inset Text
44197
44198 \begin_layout Plain Layout
44199 \begin_inset ERT
44200 status collapsed
44201
44202 \begin_layout Plain Layout
44203
44204
44205 \backslash
44206 fcolorbox{black}{
44207 \end_layout
44208
44209 \end_inset
44210
44211 SkyBlue
44212 \begin_inset ERT
44213 status collapsed
44214
44215 \begin_layout Plain Layout
44216
44217 }{
44218 \end_layout
44219
44220 \end_inset
44221
44222
44223 \begin_inset Phantom Phantom
44224 status open
44225
44226 \begin_layout Plain Layout
44227 W
44228 \end_layout
44229
44230 \end_inset
44231
44232
44233 \begin_inset ERT
44234 status collapsed
44235
44236 \begin_layout Plain Layout
44237
44238 }
44239 \end_layout
44240
44241 \end_inset
44242
44243  SkyBlue
44244 \end_layout
44245
44246 \end_inset
44247 </cell>
44248 <cell alignment="left" valignment="top" usebox="none">
44249 \begin_inset Text
44250
44251 \begin_layout Plain Layout
44252 \begin_inset ERT
44253 status collapsed
44254
44255 \begin_layout Plain Layout
44256
44257
44258 \backslash
44259 fcolorbox{black}{
44260 \end_layout
44261
44262 \end_inset
44263
44264 SpringGreen
44265 \begin_inset ERT
44266 status collapsed
44267
44268 \begin_layout Plain Layout
44269
44270 }{
44271 \end_layout
44272
44273 \end_inset
44274
44275
44276 \begin_inset Phantom Phantom
44277 status open
44278
44279 \begin_layout Plain Layout
44280 W
44281 \end_layout
44282
44283 \end_inset
44284
44285
44286 \begin_inset ERT
44287 status collapsed
44288
44289 \begin_layout Plain Layout
44290
44291 }
44292 \end_layout
44293
44294 \end_inset
44295
44296  SpringGreen
44297 \end_layout
44298
44299 \end_inset
44300 </cell>
44301 </row>
44302 <row>
44303 <cell alignment="left" valignment="top" usebox="none">
44304 \begin_inset Text
44305
44306 \begin_layout Plain Layout
44307 \begin_inset ERT
44308 status collapsed
44309
44310 \begin_layout Plain Layout
44311
44312
44313 \backslash
44314 fcolorbox{black}{
44315 \end_layout
44316
44317 \end_inset
44318
44319 Tan
44320 \begin_inset ERT
44321 status collapsed
44322
44323 \begin_layout Plain Layout
44324
44325 }{
44326 \end_layout
44327
44328 \end_inset
44329
44330
44331 \begin_inset Phantom Phantom
44332 status open
44333
44334 \begin_layout Plain Layout
44335 W
44336 \end_layout
44337
44338 \end_inset
44339
44340
44341 \begin_inset ERT
44342 status collapsed
44343
44344 \begin_layout Plain Layout
44345
44346 }
44347 \end_layout
44348
44349 \end_inset
44350
44351  Tan
44352 \end_layout
44353
44354 \end_inset
44355 </cell>
44356 <cell alignment="left" valignment="top" usebox="none">
44357 \begin_inset Text
44358
44359 \begin_layout Plain Layout
44360 \begin_inset ERT
44361 status collapsed
44362
44363 \begin_layout Plain Layout
44364
44365
44366 \backslash
44367 fcolorbox{black}{
44368 \end_layout
44369
44370 \end_inset
44371
44372 TealBlue
44373 \begin_inset ERT
44374 status collapsed
44375
44376 \begin_layout Plain Layout
44377
44378 }{
44379 \end_layout
44380
44381 \end_inset
44382
44383
44384 \begin_inset Phantom Phantom
44385 status open
44386
44387 \begin_layout Plain Layout
44388 W
44389 \end_layout
44390
44391 \end_inset
44392
44393
44394 \begin_inset ERT
44395 status collapsed
44396
44397 \begin_layout Plain Layout
44398
44399 }
44400 \end_layout
44401
44402 \end_inset
44403
44404  TealBlue
44405 \end_layout
44406
44407 \end_inset
44408 </cell>
44409 <cell alignment="left" valignment="top" usebox="none">
44410 \begin_inset Text
44411
44412 \begin_layout Plain Layout
44413 \begin_inset ERT
44414 status collapsed
44415
44416 \begin_layout Plain Layout
44417
44418
44419 \backslash
44420 fcolorbox{black}{
44421 \end_layout
44422
44423 \end_inset
44424
44425 Thistle
44426 \begin_inset ERT
44427 status collapsed
44428
44429 \begin_layout Plain Layout
44430
44431 }{
44432 \end_layout
44433
44434 \end_inset
44435
44436
44437 \begin_inset Phantom Phantom
44438 status open
44439
44440 \begin_layout Plain Layout
44441 W
44442 \end_layout
44443
44444 \end_inset
44445
44446
44447 \begin_inset ERT
44448 status collapsed
44449
44450 \begin_layout Plain Layout
44451
44452 }
44453 \end_layout
44454
44455 \end_inset
44456
44457  Thistle
44458 \end_layout
44459
44460 \end_inset
44461 </cell>
44462 <cell alignment="left" valignment="top" usebox="none">
44463 \begin_inset Text
44464
44465 \begin_layout Plain Layout
44466 \begin_inset ERT
44467 status collapsed
44468
44469 \begin_layout Plain Layout
44470
44471
44472 \backslash
44473 fcolorbox{black}{
44474 \end_layout
44475
44476 \end_inset
44477
44478 Turquoise
44479 \begin_inset ERT
44480 status collapsed
44481
44482 \begin_layout Plain Layout
44483
44484 }{
44485 \end_layout
44486
44487 \end_inset
44488
44489
44490 \begin_inset Phantom Phantom
44491 status open
44492
44493 \begin_layout Plain Layout
44494 W
44495 \end_layout
44496
44497 \end_inset
44498
44499
44500 \begin_inset ERT
44501 status collapsed
44502
44503 \begin_layout Plain Layout
44504
44505 }
44506 \end_layout
44507
44508 \end_inset
44509
44510  Turquoise
44511 \end_layout
44512
44513 \end_inset
44514 </cell>
44515 </row>
44516 <row>
44517 <cell alignment="left" valignment="top" usebox="none">
44518 \begin_inset Text
44519
44520 \begin_layout Plain Layout
44521 \begin_inset ERT
44522 status collapsed
44523
44524 \begin_layout Plain Layout
44525
44526
44527 \backslash
44528 fcolorbox{black}{
44529 \end_layout
44530
44531 \end_inset
44532
44533 Violet
44534 \begin_inset ERT
44535 status collapsed
44536
44537 \begin_layout Plain Layout
44538
44539 }{
44540 \end_layout
44541
44542 \end_inset
44543
44544
44545 \begin_inset Phantom Phantom
44546 status open
44547
44548 \begin_layout Plain Layout
44549 W
44550 \end_layout
44551
44552 \end_inset
44553
44554
44555 \begin_inset ERT
44556 status collapsed
44557
44558 \begin_layout Plain Layout
44559
44560 }
44561 \end_layout
44562
44563 \end_inset
44564
44565  Violet
44566 \end_layout
44567
44568 \end_inset
44569 </cell>
44570 <cell alignment="left" valignment="top" usebox="none">
44571 \begin_inset Text
44572
44573 \begin_layout Plain Layout
44574 \begin_inset ERT
44575 status collapsed
44576
44577 \begin_layout Plain Layout
44578
44579
44580 \backslash
44581 fcolorbox{black}{
44582 \end_layout
44583
44584 \end_inset
44585
44586 VioletRed
44587 \begin_inset ERT
44588 status collapsed
44589
44590 \begin_layout Plain Layout
44591
44592 }{
44593 \end_layout
44594
44595 \end_inset
44596
44597
44598 \begin_inset Phantom Phantom
44599 status open
44600
44601 \begin_layout Plain Layout
44602 W
44603 \end_layout
44604
44605 \end_inset
44606
44607
44608 \begin_inset ERT
44609 status collapsed
44610
44611 \begin_layout Plain Layout
44612
44613 }
44614 \end_layout
44615
44616 \end_inset
44617
44618  VioletRed
44619 \end_layout
44620
44621 \end_inset
44622 </cell>
44623 <cell alignment="left" valignment="top" usebox="none">
44624 \begin_inset Text
44625
44626 \begin_layout Plain Layout
44627 \begin_inset ERT
44628 status collapsed
44629
44630 \begin_layout Plain Layout
44631
44632
44633 \backslash
44634 fcolorbox{black}{
44635 \end_layout
44636
44637 \end_inset
44638
44639 WildStrawberry
44640 \begin_inset ERT
44641 status collapsed
44642
44643 \begin_layout Plain Layout
44644
44645 }{
44646 \end_layout
44647
44648 \end_inset
44649
44650
44651 \begin_inset Phantom Phantom
44652 status open
44653
44654 \begin_layout Plain Layout
44655 W
44656 \end_layout
44657
44658 \end_inset
44659
44660
44661 \begin_inset ERT
44662 status collapsed
44663
44664 \begin_layout Plain Layout
44665
44666 }
44667 \end_layout
44668
44669 \end_inset
44670
44671  WildStrawberry
44672 \end_layout
44673
44674 \end_inset
44675 </cell>
44676 <cell alignment="left" valignment="top" usebox="none">
44677 \begin_inset Text
44678
44679 \begin_layout Plain Layout
44680 \begin_inset ERT
44681 status collapsed
44682
44683 \begin_layout Plain Layout
44684
44685
44686 \backslash
44687 fcolorbox{black}{
44688 \end_layout
44689
44690 \end_inset
44691
44692 YellowGreen
44693 \begin_inset ERT
44694 status collapsed
44695
44696 \begin_layout Plain Layout
44697
44698 }{
44699 \end_layout
44700
44701 \end_inset
44702
44703
44704 \begin_inset Phantom Phantom
44705 status open
44706
44707 \begin_layout Plain Layout
44708 W
44709 \end_layout
44710
44711 \end_inset
44712
44713
44714 \begin_inset ERT
44715 status collapsed
44716
44717 \begin_layout Plain Layout
44718
44719 }
44720 \end_layout
44721
44722 \end_inset
44723
44724  YellowGreen
44725 \end_layout
44726
44727 \end_inset
44728 </cell>
44729 </row>
44730 <row>
44731 <cell alignment="left" valignment="top" usebox="none">
44732 \begin_inset Text
44733
44734 \begin_layout Plain Layout
44735 \begin_inset ERT
44736 status collapsed
44737
44738 \begin_layout Plain Layout
44739
44740
44741 \backslash
44742 fcolorbox{black}{
44743 \end_layout
44744
44745 \end_inset
44746
44747 YellowOrange
44748 \begin_inset ERT
44749 status collapsed
44750
44751 \begin_layout Plain Layout
44752
44753 }{
44754 \end_layout
44755
44756 \end_inset
44757
44758
44759 \begin_inset Phantom Phantom
44760 status open
44761
44762 \begin_layout Plain Layout
44763 W
44764 \end_layout
44765
44766 \end_inset
44767
44768
44769 \begin_inset ERT
44770 status collapsed
44771
44772 \begin_layout Plain Layout
44773
44774 }
44775 \end_layout
44776
44777 \end_inset
44778
44779  YellowOrange
44780 \end_layout
44781
44782 \end_inset
44783 </cell>
44784 <cell alignment="left" valignment="top" usebox="none">
44785 \begin_inset Text
44786
44787 \begin_layout Plain Layout
44788
44789 \end_layout
44790
44791 \end_inset
44792 </cell>
44793 <cell alignment="left" valignment="top" usebox="none">
44794 \begin_inset Text
44795
44796 \begin_layout Plain Layout
44797
44798 \end_layout
44799
44800 \end_inset
44801 </cell>
44802 <cell alignment="left" valignment="top" usebox="none">
44803 \begin_inset Text
44804
44805 \begin_layout Plain Layout
44806
44807 \end_layout
44808
44809 \end_inset
44810 </cell>
44811 </row>
44812 </lyxtabular>
44813
44814 \end_inset
44815
44816
44817 \end_layout
44818
44819 \begin_layout Chapter
44820 Erklärung der Gleichung
44821 \begin_inset space ~
44822 \end_inset
44823
44824 (
44825 \begin_inset CommandInset ref
44826 LatexCommand ref
44827 reference "eq:Wgn"
44828
44829 \end_inset
44830
44831 )
44832 \begin_inset CommandInset label
44833 LatexCommand label
44834 name "kap:Erläuterung-einer-Gleichung"
44835
44836 \end_inset
44837
44838
44839 \end_layout
44840
44841 \begin_layout Standard
44842 Die Gesamtbreite von
44843 \emph on
44844  n
44845 \emph default
44846  Tabellenzellen 
44847 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44848 \end_inset
44849
44850  kann wie folgt berechnet werden:
44851 \begin_inset Formula 
44852 \begin{equation}
44853 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44854 \end{equation}
44855
44856 \end_inset
44857
44858
44859 \end_layout
44860
44861 \begin_layout Standard
44862 Dabei ist 
44863 \begin_inset Formula $W_{g\, n}$
44864 \end_inset
44865
44866  die Breite jeder Zelle.
44867
44868 \series bold
44869  
44870 \backslash
44871 tabcolsep
44872 \series default
44873  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
44874  Standardwert 6
44875 \begin_inset space \thinspace{}
44876 \end_inset
44877
44878 pt.
44879  
44880 \series bold
44881
44882 \backslash
44883 arrayrulewidth
44884 \series default
44885  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
44886 \begin_inset space \thinspace{}
44887 \end_inset
44888
44889 pt.
44890 \end_layout
44891
44892 \begin_layout Standard
44893 Nach Gleichung
44894 \begin_inset space ~
44895 \end_inset
44896
44897
44898 \begin_inset CommandInset ref
44899 LatexCommand ref
44900 reference "eq:Wtot_n"
44901
44902 \end_inset
44903
44904  ist die Gesamtbreite einer Mehrfachspalte, 
44905 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44906 \end_inset
44907
44908 ,
44909 \begin_inset Formula 
44910 \begin{equation}
44911 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44912 \end{equation}
44913
44914 \end_inset
44915
44916
44917 \end_layout
44918
44919 \begin_layout Standard
44920 Setzt man die Gleichungen
44921 \begin_inset space ~
44922 \end_inset
44923
44924
44925 \begin_inset CommandInset ref
44926 LatexCommand ref
44927 reference "eq:Wtot_n"
44928
44929 \end_inset
44930
44931  und 
44932 \begin_inset CommandInset ref
44933 LatexCommand ref
44934 reference "eq:Wtot_mult"
44935
44936 \end_inset
44937
44938  gleich, kann man die benötigte Breite 
44939 \begin_inset Formula $W_{g\, n}$
44940 \end_inset
44941
44942 , wenn 
44943 \emph on
44944 n
44945 \emph default
44946  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
44947 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44948 \end_inset
44949
44950  hat, berechnen:
44951 \begin_inset Formula 
44952 \begin{equation}
44953 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44954 \end{equation}
44955
44956 \end_inset
44957
44958
44959 \end_layout
44960
44961 \begin_layout Bibliography
44962 \begin_inset CommandInset bibitem
44963 LatexCommand bibitem
44964 key "latexcompanion"
44965
44966 \end_inset
44967
44968 Frank Mittelbach and Michel Goossens: 
44969 \emph on
44970 The LaTeX Companion Second Edition.
44971
44972 \emph default
44973  Addison-Wesley, 2004
44974 \end_layout
44975
44976 \begin_layout Bibliography
44977 \begin_inset CommandInset bibitem
44978 LatexCommand bibitem
44979 key "latexguide"
44980
44981 \end_inset
44982
44983 Helmut Kopka and Patrick W.
44984  Daly: 
44985 \emph on
44986 A Guide to LaTeX Fourth Edition.
44987
44988 \emph default
44989  Addison-Wesley, 2003
44990 \end_layout
44991
44992 \begin_layout Bibliography
44993 \begin_inset CommandInset bibitem
44994 LatexCommand bibitem
44995 key "lamport"
44996
44997 \end_inset
44998
44999 Leslie Lamport: 
45000 \emph on
45001 LaTeX: A Document Preparation System.
45002
45003 \emph default
45004  Addison-Wesley, second edition, 1994
45005 \end_layout
45006
45007 \begin_layout Bibliography
45008 \begin_inset CommandInset bibitem
45009 LatexCommand bibitem
45010 key "latex-praxisbuch"
45011
45012 \end_inset
45013
45014 Niedermair, Elke & Michael: 
45015 \emph on
45016 LaTeX-Praxisbuch
45017 \emph default
45018 , Franzis-Verlag, 2004
45019 \end_layout
45020
45021 \begin_layout Bibliography
45022 \begin_inset CommandInset bibitem
45023 LatexCommand bibitem
45024 key "arydshln"
45025
45026 \end_inset
45027
45028 Dokumentation des LaTeX-Pakets 
45029 \series bold
45030
45031 \begin_inset CommandInset href
45032 LatexCommand href
45033 name "arydshln"
45034 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45035
45036 \end_inset
45037
45038
45039 \series default
45040
45041 \begin_inset Index idx
45042 status collapsed
45043
45044 \begin_layout Plain Layout
45045 LaTeX-Pakete ! arydshln
45046 \end_layout
45047
45048 \end_inset
45049
45050
45051 \end_layout
45052
45053 \begin_layout Bibliography
45054 \begin_inset CommandInset bibitem
45055 LatexCommand bibitem
45056 key "booktabs"
45057
45058 \end_inset
45059
45060 Dokumentation des LaTeX-Pakets 
45061 \series bold
45062
45063 \begin_inset CommandInset href
45064 LatexCommand href
45065 name "booktabs"
45066 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45067
45068 \end_inset
45069
45070
45071 \series default
45072
45073 \begin_inset Index idx
45074 status collapsed
45075
45076 \begin_layout Plain Layout
45077 LaTeX-Pakete ! booktabs
45078 \end_layout
45079
45080 \end_inset
45081
45082
45083 \end_layout
45084
45085 \begin_layout Bibliography
45086 \begin_inset CommandInset bibitem
45087 LatexCommand bibitem
45088 key "caption"
45089
45090 \end_inset
45091
45092 Dokumentation des LaTeX-Pakets 
45093 \series bold
45094
45095 \begin_inset CommandInset href
45096 LatexCommand href
45097 name "caption"
45098 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45099
45100 \end_inset
45101
45102
45103 \series default
45104
45105 \begin_inset Index idx
45106 status collapsed
45107
45108 \begin_layout Plain Layout
45109 LaTeX-Pakete ! caption
45110 \end_layout
45111
45112 \end_inset
45113
45114
45115 \end_layout
45116
45117 \begin_layout Bibliography
45118 \begin_inset CommandInset bibitem
45119 LatexCommand bibitem
45120 key "diagbox"
45121
45122 \end_inset
45123
45124 Dokumentation des LaTeX-Pakets 
45125 \series bold
45126
45127 \begin_inset CommandInset href
45128 LatexCommand href
45129 name "diagbox"
45130 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45131
45132 \end_inset
45133
45134
45135 \series default
45136
45137 \begin_inset Index idx
45138 status collapsed
45139
45140 \begin_layout Plain Layout
45141 LaTeX-Pakete ! diagbox
45142 \end_layout
45143
45144 \end_inset
45145
45146
45147 \end_layout
45148
45149 \begin_layout Bibliography
45150 \begin_inset CommandInset bibitem
45151 LatexCommand bibitem
45152 key "endfloat"
45153
45154 \end_inset
45155
45156 Dokumentation des LaTeX-Pakets 
45157 \series bold
45158
45159 \begin_inset CommandInset href
45160 LatexCommand href
45161 name "endfloat"
45162 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45163
45164 \end_inset
45165
45166
45167 \series default
45168
45169 \begin_inset Index idx
45170 status collapsed
45171
45172 \begin_layout Plain Layout
45173 LaTeX-Pakete ! endfloat
45174 \end_layout
45175
45176 \end_inset
45177
45178
45179 \end_layout
45180
45181 \begin_layout Bibliography
45182 \begin_inset CommandInset bibitem
45183 LatexCommand bibitem
45184 key "footmisc"
45185
45186 \end_inset
45187
45188 Dokumentation des LaTeX-Pakets 
45189 \series bold
45190
45191 \begin_inset CommandInset href
45192 LatexCommand href
45193 name "footmisc"
45194 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45195
45196 \end_inset
45197
45198
45199 \series default
45200
45201 \begin_inset Index idx
45202 status collapsed
45203
45204 \begin_layout Plain Layout
45205 LaTeX-Pakete ! footmisc
45206 \end_layout
45207
45208 \end_inset
45209
45210
45211 \end_layout
45212
45213 \begin_layout Bibliography
45214 \begin_inset CommandInset bibitem
45215 LatexCommand bibitem
45216 key "hypcap"
45217
45218 \end_inset
45219
45220 Dokumentation des LaTeX-Pakets 
45221 \series bold
45222
45223 \begin_inset CommandInset href
45224 LatexCommand href
45225 name "hypcap"
45226 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45227
45228 \end_inset
45229
45230
45231 \series default
45232
45233 \begin_inset Index idx
45234 status collapsed
45235
45236 \begin_layout Plain Layout
45237 LaTeX-Pakete ! hypcap
45238 \end_layout
45239
45240 \end_inset
45241
45242
45243 \end_layout
45244
45245 \begin_layout Bibliography
45246 \begin_inset CommandInset bibitem
45247 LatexCommand bibitem
45248 key "hyperref"
45249
45250 \end_inset
45251
45252 Dokumentation des LaTeX-Pakets 
45253 \series bold
45254
45255 \begin_inset CommandInset href
45256 LatexCommand href
45257 name "hyperref"
45258 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45259
45260 \end_inset
45261
45262
45263 \series default
45264
45265 \begin_inset Index idx
45266 status collapsed
45267
45268 \begin_layout Plain Layout
45269 LaTeX-Pakete ! hyperref
45270 \end_layout
45271
45272 \end_inset
45273
45274
45275 \end_layout
45276
45277 \begin_layout Bibliography
45278 \begin_inset CommandInset bibitem
45279 LatexCommand bibitem
45280 key "KOMA-Script"
45281
45282 \end_inset
45283
45284 Dokumentation des LaTeX-Pakets 
45285 \series bold
45286
45287 \begin_inset CommandInset href
45288 LatexCommand href
45289 name "KOMA-Script"
45290 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
45291
45292 \end_inset
45293
45294
45295 \series default
45296
45297 \begin_inset Index idx
45298 status collapsed
45299
45300 \begin_layout Plain Layout
45301 LaTeX-Pakete ! KOMA-Script
45302 \end_layout
45303
45304 \end_inset
45305
45306
45307 \end_layout
45308
45309 \begin_layout Bibliography
45310 \begin_inset CommandInset bibitem
45311 LatexCommand bibitem
45312 key "lettrine"
45313
45314 \end_inset
45315
45316 Dokumentation des LaTeX-Pakets 
45317 \series bold
45318
45319 \begin_inset CommandInset href
45320 LatexCommand href
45321 name "lettrine"
45322 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45323
45324 \end_inset
45325
45326
45327 \series default
45328  und ein 
45329 \begin_inset CommandInset href
45330 LatexCommand href
45331 name "Beispiel"
45332 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45333
45334 \end_inset
45335
45336
45337 \begin_inset Index idx
45338 status collapsed
45339
45340 \begin_layout Plain Layout
45341 LaTeX-Pakete ! lettrine
45342 \end_layout
45343
45344 \end_inset
45345
45346
45347 \end_layout
45348
45349 \begin_layout Bibliography
45350 \begin_inset CommandInset bibitem
45351 LatexCommand bibitem
45352 key "listings"
45353
45354 \end_inset
45355
45356 Dokumentation des LaTeX-Pakets 
45357 \series bold
45358
45359 \begin_inset CommandInset href
45360 LatexCommand href
45361 name "listings"
45362 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45363
45364 \end_inset
45365
45366
45367 \series default
45368
45369 \begin_inset Index idx
45370 status collapsed
45371
45372 \begin_layout Plain Layout
45373 LaTeX-Pakete ! listings
45374 \end_layout
45375
45376 \end_inset
45377
45378
45379 \end_layout
45380
45381 \begin_layout Bibliography
45382 \begin_inset CommandInset bibitem
45383 LatexCommand bibitem
45384 key "marginnote"
45385
45386 \end_inset
45387
45388 Dokumentation des LaTeX-Pakets 
45389 \series bold
45390
45391 \begin_inset CommandInset href
45392 LatexCommand href
45393 name "marginnote"
45394 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45395
45396 \end_inset
45397
45398
45399 \series default
45400
45401 \begin_inset Index idx
45402 status collapsed
45403
45404 \begin_layout Plain Layout
45405 LaTeX-Pakete ! marginnote
45406 \end_layout
45407
45408 \end_inset
45409
45410
45411 \end_layout
45412
45413 \begin_layout Bibliography
45414 \begin_inset CommandInset bibitem
45415 LatexCommand bibitem
45416 key "pdfpages"
45417
45418 \end_inset
45419
45420 Dokumentation des LaTeX-Pakets 
45421 \series bold
45422
45423 \begin_inset CommandInset href
45424 LatexCommand href
45425 name "pdfpages"
45426 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45427
45428 \end_inset
45429
45430
45431 \series default
45432
45433 \begin_inset Index idx
45434 status collapsed
45435
45436 \begin_layout Plain Layout
45437 LaTeX-Pakete ! pdfpages
45438 \end_layout
45439
45440 \end_inset
45441
45442
45443 \end_layout
45444
45445 \begin_layout Bibliography
45446 \begin_inset CommandInset bibitem
45447 LatexCommand bibitem
45448 key "prettyref"
45449
45450 \end_inset
45451
45452 Dokumentation des LaTeX-Pakets 
45453 \series bold
45454
45455 \begin_inset CommandInset href
45456 LatexCommand href
45457 name "prettyref"
45458 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45459
45460 \end_inset
45461
45462
45463 \series default
45464
45465 \begin_inset Index idx
45466 status collapsed
45467
45468 \begin_layout Plain Layout
45469 LaTeX-Pakete ! prettyref
45470 \end_layout
45471
45472 \end_inset
45473
45474
45475 \end_layout
45476
45477 \begin_layout Bibliography
45478 \begin_inset CommandInset bibitem
45479 LatexCommand bibitem
45480 key "pstricks"
45481
45482 \end_inset
45483
45484 Webseite des LaTeX-Pakets 
45485 \series bold
45486
45487 \begin_inset CommandInset href
45488 LatexCommand href
45489 name "PSTricks"
45490 target "http://tug.org/PSTricks/"
45491
45492 \end_inset
45493
45494
45495 \series default
45496
45497 \begin_inset Index idx
45498 status collapsed
45499
45500 \begin_layout Plain Layout
45501 LaTeX-Pakete ! pstricks
45502 \end_layout
45503
45504 \end_inset
45505
45506
45507 \end_layout
45508
45509 \begin_layout Bibliography
45510 \begin_inset CommandInset bibitem
45511 LatexCommand bibitem
45512 key "refstyle"
45513
45514 \end_inset
45515
45516 Dokumentation des LaTeX-Pakets 
45517 \series bold
45518
45519 \begin_inset CommandInset href
45520 LatexCommand href
45521 name "refstyle"
45522 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45523
45524 \end_inset
45525
45526
45527 \series default
45528
45529 \begin_inset Index idx
45530 status collapsed
45531
45532 \begin_layout Plain Layout
45533 LaTeX-Pakete ! refstyle
45534 \end_layout
45535
45536 \end_inset
45537
45538
45539 \end_layout
45540
45541 \begin_layout Bibliography
45542 \begin_inset CommandInset bibitem
45543 LatexCommand bibitem
45544 key "sidecap"
45545
45546 \end_inset
45547
45548 Dokumentation des LaTeX-Pakets 
45549 \series bold
45550
45551 \begin_inset CommandInset href
45552 LatexCommand href
45553 name "sidecap"
45554 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45555
45556 \end_inset
45557
45558
45559 \series default
45560
45561 \begin_inset Index idx
45562 status collapsed
45563
45564 \begin_layout Plain Layout
45565 LaTeX-Pakete ! sidecap
45566 \end_layout
45567
45568 \end_inset
45569
45570
45571 \end_layout
45572
45573 \begin_layout Bibliography
45574 \begin_inset CommandInset bibitem
45575 LatexCommand bibitem
45576 key "NeuInLyX20"
45577
45578 \end_inset
45579
45580
45581 \begin_inset CommandInset href
45582 LatexCommand href
45583 name "Wiki-Seite"
45584 target "http://wiki.lyx.org/LyX/NewInLyX20"
45585
45586 \end_inset
45587
45588  über neue Funktionen in 
45589 \family sans
45590 LyX 2.0
45591 \family default
45592 .
45593 \end_layout
45594
45595 \begin_layout Standard
45596 \begin_inset CommandInset index_print
45597 LatexCommand printindex
45598 type "idx"
45599
45600 \end_inset
45601
45602
45603 \end_layout
45604
45605 \end_body
45606 \end_document