]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: improve description of \cmidrule
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
32
33 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % ermöglicht das Berechnen von Werten
53 \usepackage{calc}
54
55 %Vergrößert den Teil der Seite, in dem Gleitobjekte
56 % unten angeordnet werden dürfen
57 \renewcommand{\bottomfraction}{0.5}
58
59 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % beschleunigt die Berechnung von langen Tabellen
63 \setcounter{LTchunksize}{100}
64
65 % wird für skalierte und rotierte Boxen benötigt
66 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
67
68 % wird bei farbigen Tabellen benutzt
69 \@ifundefined{textcolor}
70  {\usepackage{color}}{}
71 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
72 \definecolor{hellgrau}{gray}{0.8}
73
74 % testen ob paket colortbl installiert ist
75 % wird für farbige Tabellenzellen benutzt
76 \newboolean{colortbl}
77 \IfFileExists{colortbl.sty}
78  {\usepackage{colortbl}
79   \setboolean{colortbl}{true}}
80  {\setboolean{colortbl}{false}}
81
82 % wird bei farbigen Tabellenzeilen benutzt
83 \usepackage[table]{xcolor}
84
85 % wird benutzt, um Tabellenzellen zu vergrößern
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % wird fuer benutzerdefinierte Tabellen benutzt
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106 % Setzt einen zusaetzlichen Abstand von
107 % 1.5 mm zwischen Fussnoten
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
112 \numberwithin{algorithm}{chapter}
113
114
115 % ------------------------------------
116 % Prüfung auf benötigte LaTeXPakete
117 \usepackage{ifthen}
118
119 % Pruefung auf arydshln
120 % für Tabellen mit gestrichelten Linien
121 \newboolean{arydshln}
122 \IfFileExists{arydshln.sty}
123  {\usepackage{arydshln}
124   \setboolean{arydshln}{true}}
125  {\setboolean{arydshln}{false}}
126
127 % Prüfung auf marginnote
128 % für Randnotizen
129 \newboolean{marginnote}
130 \IfFileExists{marginnote.sty}
131  {\usepackage{marginnote}
132   \let\marginpar\marginnote
133   \setboolean{marginnote}{true}}
134  {\setboolean{marginnote}{false}}
135
136 % Prüfung auf sidecap
137 % für seitliche Beschriftungen
138 \newboolean{sidecap}
139 \IfFileExists{sidecap.sty}
140  {\usepackage{sidecap}
141   \setboolean{sidecap}{true}}
142  {\setboolean{sidecap}{false}}
143
144 % Prüfung auf picinpar
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % Prüfung auf lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % Prüfung auf diagbox
159 \newboolean{diagbox}
160 \IfFileExists{diagbox.sty}
161  {\usepackage{diagbox}
162   \setboolean{diagbox}{true}}
163  {\setboolean{diagbox}{false}}
164
165 % Damit der Index den Namen "Stichwortverzeichnis" erhält
166 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
167 \end_preamble
168 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
169 \use_default_options false
170 \begin_modules
171 initials
172 \end_modules
173 \maintain_unincluded_children false
174 \language ngerman
175 \language_package default
176 \inputencoding auto
177 \fontencoding global
178 \font_roman default
179 \font_sans default
180 \font_typewriter default
181 \font_math auto
182 \font_default_family default
183 \use_non_tex_fonts false
184 \font_sc false
185 \font_osf false
186 \font_sf_scale 100
187 \font_tt_scale 100
188 \graphics default
189 \default_output_format default
190 \output_sync 0
191 \bibtex_command default
192 \index_command default
193 \paperfontsize 12
194 \spacing single
195 \use_hyperref true
196 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
197 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
198 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
199 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
200 \pdf_bookmarks true
201 \pdf_bookmarksnumbered true
202 \pdf_bookmarksopen true
203 \pdf_bookmarksopenlevel 1
204 \pdf_breaklinks false
205 \pdf_pdfborder false
206 \pdf_colorlinks true
207 \pdf_backref false
208 \pdf_pdfusetitle false
209 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
210 \papersize a4paper
211 \use_geometry false
212 \use_package amsmath 2
213 \use_package amssymb 2
214 \use_package cancel 0
215 \use_package esint 0
216 \use_package mathdots 1
217 \use_package mathtools 0
218 \use_package mhchem 1
219 \use_package stackrel 0
220 \use_package stmaryrd 0
221 \use_package undertilde 0
222 \cite_engine basic
223 \cite_engine_type default
224 \biblio_style plain
225 \use_bibtopic false
226 \use_indices false
227 \paperorientation portrait
228 \suppress_date false
229 \justification true
230 \use_refstyle 0
231 \notefontcolor #0000ff
232 \index Stichwortverzeichnis
233 \shortcut idx
234 \color #008000
235 \end_index
236 \secnumdepth 3
237 \tocdepth 3
238 \paragraph_separation skip
239 \defskip medskip
240 \quotes_language german
241 \papercolumns 1
242 \papersides 2
243 \paperpagestyle default
244 \tracking_changes false
245 \output_changes false
246 \html_math_output 0
247 \html_css_as_file 0
248 \html_be_strict false
249 \end_header
250
251 \begin_body
252
253 \begin_layout Title
254 Das LyX-Handbuch der Einfügungen:
255 \begin_inset Newline newline
256 \end_inset
257
258  
259 \size larger
260 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
261 \end_layout
262
263 \begin_layout Author
264 vom LyX Team
265 \begin_inset Foot
266 status open
267
268 \begin_layout Plain Layout
269 \noindent
270
271 \size normal
272 Übersetzung und Bearbeitung: Hartmut Haase
273 \size default
274  (
275 \noun on
276 HHa
277 \noun default
278 , bis März 2010), Uwe Stöhr
279 \begin_inset Newline newline
280 \end_inset
281
282 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
283  bitte an: 
284 \begin_inset CommandInset href
285 LatexCommand href
286 name "lyx-docs@lists.lyx.org"
287 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
288 type "mailto:"
289
290 \end_inset
291
292
293 \end_layout
294
295 \end_inset
296
297
298 \begin_inset Note Note
299 status collapsed
300
301 \begin_layout Plain Layout
302 Autor: Uwe Stöhr <uwestoehr@web.de>
303 \end_layout
304
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \family sans
317 Version 2.1.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 darauf klicken.
1916  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1917 \family sans
1918 Mehr
1919 \family default
1920  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1921  ist, geändert werden können.
1922  Das Kontextmenü 
1923 \family sans
1924 Mehr\SpecialChar \menuseparator
1925 Einstellungen
1926 \family default
1927  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1928  können.
1929  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1930  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1931  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1932  Auswahl.
1933  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1934 \emph on
1935 Inhalt
1936 \emph default
1937  einer Zelle oder die Zelle selber ausgewählt haben.
1938 \begin_inset Newline newline
1939 \end_inset
1940
1941 Mit der Dialog-Option 
1942 \family sans
1943 Direkt
1944 \begin_inset space ~
1945 \end_inset
1946
1947 übernehmen
1948 \family default
1949  wird jede Änderung, die Sie machen, direkt übernommen.
1950  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1951  dann auch die Parameter der neuen Zelle an.
1952  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1953 \family sans
1954 Enter
1955 \family default
1956  drücken, um die Änderung zu übernehmen.
1957 \begin_inset Newline newline
1958 \end_inset
1959
1960 Der Tabellen-Dialog hat folgende Karteikarten:
1961 \end_layout
1962
1963 \begin_layout Description
1964
1965 \family sans
1966 Tabellen-Einstellungen
1967 \family default
1968  Hier können Sie die Horizontale
1969 \begin_inset space ~
1970 \end_inset
1971
1972 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1973  Die Ausrichtung 
1974 \family sans
1975 Am
1976 \begin_inset space ~
1977 \end_inset
1978
1979 Dezimaltrenner
1980 \family default
1981  ist in Abschnitt
1982 \begin_inset space ~
1983 \end_inset
1984
1985
1986 \begin_inset CommandInset ref
1987 LatexCommand ref
1988 reference "uab:Besondere-Zellenausrichtung"
1989
1990 \end_inset
1991
1992  beschrieben.
1993  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1994 \begin_inset space ~
1995 \end_inset
1996
1997 Ausrichtung der momentanen Zeile wählen.
1998  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1999  Absätze haben, wie in Abschnitt
2000 \begin_inset space ~
2001 \end_inset
2002
2003
2004 \begin_inset CommandInset ref
2005 LatexCommand ref
2006 reference "uab:Mehrfache-Zeilen-in"
2007
2008 \end_inset
2009
2010  beschrieben.
2011  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2012 \begin_inset Newline newline
2013 \end_inset
2014
2015 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2016  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2017 \begin_inset space ~
2018 \end_inset
2019
2020
2021 \begin_inset CommandInset ref
2022 LatexCommand ref
2023 reference "uab:Mehrfachspalten"
2024
2025 \end_inset
2026
2027  und 
2028 \begin_inset CommandInset ref
2029 LatexCommand ref
2030 reference "uab:Mehrfachzeilen"
2031
2032 \end_inset
2033
2034  beschrieben.
2035 \begin_inset Newline newline
2036 \end_inset
2037
2038 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2039  den Uhrzeigersinn um 90° drehen.
2040  LyX zeigt diese Drehung nur in der Ausgabe.
2041  Für weitere Informationen siehe Abschnitt
2042 \begin_inset space ~
2043 \end_inset
2044
2045
2046 \begin_inset CommandInset ref
2047 LatexCommand ref
2048 reference "abs:Rotierte-Tabellenzellen"
2049
2050 \end_inset
2051
2052 .
2053 \begin_inset Newline newline
2054 \end_inset
2055
2056
2057 \begin_inset Note Greyedout
2058 status open
2059
2060 \begin_layout Plain Layout
2061
2062 \series bold
2063 Achtung:
2064 \series default
2065  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2066 \end_layout
2067
2068 \end_inset
2069
2070
2071 \begin_inset Newline newline
2072 \end_inset
2073
2074 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2075  Textzeilen verwendet:
2076 \begin_inset Newline newline
2077 \end_inset
2078
2079 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2080 \begin_inset Tabular
2081 <lyxtabular version="3" rows="2" columns="2">
2082 <features rotate="0" tabularvalignment="top">
2083 <column alignment="center" valignment="top" width="0pt">
2084 <column alignment="center" valignment="top">
2085 <row>
2086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2087 \begin_inset Text
2088
2089 \begin_layout Plain Layout
2090
2091 \end_layout
2092
2093 \end_inset
2094 </cell>
2095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2096 \begin_inset Text
2097
2098 \begin_layout Plain Layout
2099 1
2100 \end_layout
2101
2102 \end_inset
2103 </cell>
2104 </row>
2105 <row>
2106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2107 \begin_inset Text
2108
2109 \begin_layout Plain Layout
2110 A
2111 \end_layout
2112
2113 \end_inset
2114 </cell>
2115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2116 \begin_inset Text
2117
2118 \begin_layout Plain Layout
2119
2120 \end_layout
2121
2122 \end_inset
2123 </cell>
2124 </row>
2125 </lyxtabular>
2126
2127 \end_inset
2128
2129  
2130 \begin_inset Tabular
2131 <lyxtabular version="3" rows="2" columns="2">
2132 <features rotate="0" tabularvalignment="middle">
2133 <column alignment="center" valignment="top">
2134 <column alignment="center" valignment="top">
2135 <row>
2136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2137 \begin_inset Text
2138
2139 \begin_layout Plain Layout
2140
2141 \end_layout
2142
2143 \end_inset
2144 </cell>
2145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2146 \begin_inset Text
2147
2148 \begin_layout Plain Layout
2149 1
2150 \end_layout
2151
2152 \end_inset
2153 </cell>
2154 </row>
2155 <row>
2156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2157 \begin_inset Text
2158
2159 \begin_layout Plain Layout
2160 A
2161 \end_layout
2162
2163 \end_inset
2164 </cell>
2165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2166 \begin_inset Text
2167
2168 \begin_layout Plain Layout
2169
2170 \end_layout
2171
2172 \end_inset
2173 </cell>
2174 </row>
2175 </lyxtabular>
2176
2177 \end_inset
2178
2179  
2180 \begin_inset Tabular
2181 <lyxtabular version="3" rows="2" columns="2">
2182 <features rotate="0" tabularvalignment="bottom">
2183 <column alignment="center" valignment="top" width="0pt">
2184 <column alignment="center" valignment="top">
2185 <row>
2186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2187 \begin_inset Text
2188
2189 \begin_layout Plain Layout
2190
2191 \end_layout
2192
2193 \end_inset
2194 </cell>
2195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2196 \begin_inset Text
2197
2198 \begin_layout Plain Layout
2199 1
2200 \end_layout
2201
2202 \end_inset
2203 </cell>
2204 </row>
2205 <row>
2206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2207 \begin_inset Text
2208
2209 \begin_layout Plain Layout
2210 A
2211 \end_layout
2212
2213 \end_inset
2214 </cell>
2215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2216 \begin_inset Text
2217
2218 \begin_layout Plain Layout
2219
2220 \end_layout
2221
2222 \end_inset
2223 </cell>
2224 </row>
2225 </lyxtabular>
2226
2227 \end_inset
2228
2229
2230 \begin_inset Newline newline
2231 \end_inset
2232
2233 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2234 gen einfügen,
2235  wie in den Abschnitten 
2236 \begin_inset CommandInset ref
2237 LatexCommand ref
2238 reference "uab:Mehrfachspalten-Berechnungen"
2239
2240 \end_inset
2241
2242  und 
2243 \begin_inset CommandInset ref
2244 LatexCommand ref
2245 reference "abs:Farbige-Tabellen"
2246
2247 \end_inset
2248
2249  beschrieben.
2250 \end_layout
2251
2252 \begin_layout Description
2253
2254 \family sans
2255 Rahmen
2256 \family default
2257  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2258  hinzufügen und löschen.
2259 \begin_inset Newline newline
2260 \end_inset
2261
2262 Wenn Sie die Stil-Option
2263 \family sans
2264  Formal
2265 \family default
2266  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2267 \begin_inset space ~
2268 \end_inset
2269
2270
2271 \begin_inset CommandInset ref
2272 LatexCommand ref
2273 reference "abs:Formale-Tabellen"
2274
2275 \end_inset
2276
2277  beschrieben, konvertiert.
2278 \begin_inset Newline newline
2279 \end_inset
2280
2281 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2282 \begin_inset space ~
2283 \end_inset
2284
2285
2286 \begin_inset CommandInset ref
2287 LatexCommand ref
2288 reference "uab:Zeilenabstand"
2289
2290 \end_inset
2291
2292  beschrieben.
2293 \end_layout
2294
2295 \begin_layout Description
2296
2297 \family sans
2298 Lange
2299 \begin_inset space ~
2300 \end_inset
2301
2302 Tabelle
2303 \family default
2304  Hier kann eine Tabelle als 
2305 \begin_inset Quotes gld
2306 \end_inset
2307
2308 Lange
2309 \begin_inset space ~
2310 \end_inset
2311
2312 Tabelle
2313 \begin_inset Quotes grd
2314 \end_inset
2315
2316  definiert werden, die über mehrere Seiten reicht.
2317  Die Abschnitte
2318 \begin_inset space ~
2319 \end_inset
2320
2321
2322 \begin_inset CommandInset ref
2323 LatexCommand ref
2324 reference "abs:Lange-Tabellen"
2325
2326 \end_inset
2327
2328  und 
2329 \begin_inset CommandInset ref
2330 LatexCommand ref
2331 reference "abs:Special-Longtable-Issues"
2332
2333 \end_inset
2334
2335  beschreiben diese Funktion genauer.
2336 \end_layout
2337
2338 \begin_layout Section
2339 Tabellen-Werkzeugleiste
2340 \begin_inset Index idx
2341 status collapsed
2342
2343 \begin_layout Plain Layout
2344 Tabellen ! Werkzeugleiste
2345 \end_layout
2346
2347 \end_inset
2348
2349
2350 \end_layout
2351
2352 \begin_layout Standard
2353 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2354 \family sans
2355 Tabellen-Einstellungen
2356 \family default
2357 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2358  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2359  LyX-Fensters.
2360 \end_layout
2361
2362 \begin_layout Standard
2363 Die Werkzeugleiste hat folgende Knöpfe:
2364 \end_layout
2365
2366 \begin_layout Labeling
2367 \labelwidthstring 00.00.0000
2368 \begin_inset Info
2369 type  "icon"
2370 arg   "inset-modify tabular append-row"
2371 \end_inset
2372
2373  Fügt eine Zeile unterhalb der momentanen an
2374 \end_layout
2375
2376 \begin_layout Labeling
2377 \labelwidthstring 00.00.0000
2378 \begin_inset Info
2379 type  "icon"
2380 arg   "inset-modify tabular append-column"
2381 \end_inset
2382
2383  Fügt eine Spalte rechts von der momentanen an
2384 \end_layout
2385
2386 \begin_layout Labeling
2387 \labelwidthstring 00.00.0000
2388 \begin_inset Info
2389 type  "icon"
2390 arg   "inset-modify tabular delete-row"
2391 \end_inset
2392
2393  Löscht die ausgewählte(n) Zeile(n)
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Info
2399 type  "icon"
2400 arg   "inset-modify tabular delete-column"
2401 \end_inset
2402
2403  Löscht die ausgewählte(n) Spalte(n)
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408 \begin_inset Info
2409 type  "icon"
2410 arg   "inset-modify tabular move-row-up"
2411 \end_inset
2412
2413  verschiebt die ausgewählte Zeile nach oben
2414 \end_layout
2415
2416 \begin_layout Labeling
2417 \labelwidthstring 00.00.0000
2418 \begin_inset Info
2419 type  "icon"
2420 arg   "inset-modify tabular move-column-left"
2421 \end_inset
2422
2423  verschiebt die ausgewählte Spalte nach links
2424 \end_layout
2425
2426 \begin_layout Labeling
2427 \labelwidthstring 00.00.0000
2428 \begin_inset Info
2429 type  "icon"
2430 arg   "inset-modify tabular move-row-down"
2431 \end_inset
2432
2433  verschiebt die ausgewählte Zeile nach unten
2434 \end_layout
2435
2436 \begin_layout Labeling
2437 \labelwidthstring 00.00.0000
2438 \begin_inset Info
2439 type  "icon"
2440 arg   "inset-modify tabular move-column-right"
2441 \end_inset
2442
2443  verschiebt die ausgewählte Spalte nach rechts
2444 \end_layout
2445
2446 \begin_layout Labeling
2447 \labelwidthstring 00.00.0000
2448 \begin_inset Info
2449 type  "icon"
2450 arg   "inset-modify tabular toggle-line-top"
2451 \end_inset
2452
2453  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2454  wenn der Knopf grau hinterlegt ist
2455 \end_layout
2456
2457 \begin_layout Labeling
2458 \labelwidthstring 00.00.0000
2459 \begin_inset Info
2460 type  "icon"
2461 arg   "inset-modify tabular toggle-line-bottom"
2462 \end_inset
2463
2464  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2465  wenn der Knopf grau hinterlegt ist
2466 \end_layout
2467
2468 \begin_layout Labeling
2469 \labelwidthstring 00.00.0000
2470 \begin_inset Info
2471 type  "icon"
2472 arg   "inset-modify tabular toggle-line-left"
2473 \end_inset
2474
2475  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2476  wenn der Knopf grau hinterlegt ist
2477 \end_layout
2478
2479 \begin_layout Labeling
2480 \labelwidthstring 00.00.0000
2481 \begin_inset Info
2482 type  "icon"
2483 arg   "inset-modify tabular toggle-line-right"
2484 \end_inset
2485
2486  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2487  wenn der Knopf grau hinterlegt ist
2488 \end_layout
2489
2490 \begin_layout Labeling
2491 \labelwidthstring 00.00.0000
2492 \begin_inset Info
2493 type  "icon"
2494 arg   "inset-modify tabular set-all-lines"
2495 \end_inset
2496
2497  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502 \begin_inset Info
2503 type  "icon"
2504 arg   "inset-modify tabular unset-all-lines"
2505 \end_inset
2506
2507  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512 \begin_inset Info
2513 type  "icon"
2514 arg   "inset-modify tabular m-align-left"
2515 \end_inset
2516
2517  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2518 \end_layout
2519
2520 \begin_layout Labeling
2521 \labelwidthstring 00.00.0000
2522 \begin_inset Info
2523 type  "icon"
2524 arg   "inset-modify tabular m-align-center"
2525 \end_inset
2526
2527  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2528 \end_layout
2529
2530 \begin_layout Labeling
2531 \labelwidthstring 00.00.0000
2532 \begin_inset Info
2533 type  "icon"
2534 arg   "inset-modify tabular m-align-right"
2535 \end_inset
2536
2537  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2538 \end_layout
2539
2540 \begin_layout Labeling
2541 \labelwidthstring 00.00.0000
2542 \begin_inset Info
2543 type  "icon"
2544 arg   "inset-modify tabular align-decimal"
2545 \end_inset
2546
2547  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2548 \end_layout
2549
2550 \begin_layout Labeling
2551 \labelwidthstring 00.00.0000
2552 \begin_inset Info
2553 type  "icon"
2554 arg   "inset-modify tabular m-valign-top"
2555 \end_inset
2556
2557  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2558 \end_layout
2559
2560 \begin_layout Labeling
2561 \labelwidthstring 00.00.0000
2562 \begin_inset Info
2563 type  "icon"
2564 arg   "inset-modify tabular m-valign-middle"
2565 \end_inset
2566
2567  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2568 \end_layout
2569
2570 \begin_layout Labeling
2571 \labelwidthstring 00.00.0000
2572 \begin_inset Info
2573 type  "icon"
2574 arg   "inset-modify tabular m-valign-bottom"
2575 \end_inset
2576
2577  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2578 \end_layout
2579
2580 \begin_layout Labeling
2581 \labelwidthstring 00.00.0000
2582 \begin_inset Info
2583 type  "icon"
2584 arg   "inset-modify tabular set-rotate-cell"
2585 \end_inset
2586
2587  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2588 \end_layout
2589
2590 \begin_layout Labeling
2591 \labelwidthstring 00.00.0000
2592 \begin_inset Info
2593 type  "icon"
2594 arg   "inset-modify tabular set-rotate-tabular"
2595 \end_inset
2596
2597  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2598 \end_layout
2599
2600 \begin_layout Labeling
2601 \labelwidthstring 00.00.0000
2602 \begin_inset Info
2603 type  "icon"
2604 arg   "inset-modify tabular multicolumn"
2605 \end_inset
2606
2607  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2608 \end_layout
2609
2610 \begin_layout Labeling
2611 \labelwidthstring 00.00.0000
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "inset-modify tabular multirow"
2615 \end_inset
2616
2617  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2618 \end_layout
2619
2620 \begin_layout Standard
2621 \begin_inset Note Greyedout
2622 status open
2623
2624 \begin_layout Plain Layout
2625
2626 \series bold
2627 Bemerkung:
2628 \series default
2629  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2630  Reihe für alle Zelle der Reihe verwendet.
2631 \end_layout
2632
2633 \end_inset
2634
2635
2636 \end_layout
2637
2638 \begin_layout Section
2639 Bearbeiten-Menü
2640 \begin_inset Index idx
2641 status collapsed
2642
2643 \begin_layout Plain Layout
2644 Tabellen ! Bearbeiten-Menü
2645 \end_layout
2646
2647 \end_inset
2648
2649
2650 \end_layout
2651
2652 \begin_layout Standard
2653 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2654  Wenn der Cursor in einer Tabelle steht, sind im 
2655 \family sans
2656 Bearbeiten
2657 \family default
2658 -Menü folgende Punkte aktiviert: 
2659 \family sans
2660 Tabelle
2661 \family default
2662
2663 \family sans
2664 Zeilen
2665 \begin_inset space ~
2666 \end_inset
2667
2668 &
2669 \begin_inset space ~
2670 \end_inset
2671
2672 Spalten
2673 \family default
2674  und 
2675 \family sans
2676 Tabellen-Einstellungen
2677 \family default
2678 .
2679  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2680 ngsmöglichkeiten zu erreichen.
2681 \end_layout
2682
2683 \begin_layout Section
2684 Gleitende Tabellen
2685 \begin_inset CommandInset label
2686 LatexCommand label
2687 name "abs:Gleitende-Tabellen"
2688
2689 \end_inset
2690
2691
2692 \begin_inset Index idx
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 Gleitobjekte ! Tabellen
2697 \end_layout
2698
2699 \end_inset
2700
2701
2702 \begin_inset Index idx
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706 Tabellen ! gleitende
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \begin_layout Standard
2715 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2716 \begin_inset space ~
2717 \end_inset
2718
2719
2720 \begin_inset CommandInset ref
2721 LatexCommand ref
2722 reference "abs:Gleitobjekte-Einleitung"
2723
2724 \end_inset
2725
2726 .
2727 \end_layout
2728
2729 \begin_layout Standard
2730 \begin_inset Float table
2731 placement h
2732 wide false
2733 sideways false
2734 status open
2735
2736 \begin_layout Plain Layout
2737 \begin_inset Caption Standard
2738
2739 \begin_layout Plain Layout
2740 \begin_inset CommandInset label
2741 LatexCommand label
2742 name "tab:a table float"
2743
2744 \end_inset
2745
2746 Eine gleitende Tabelle
2747 \end_layout
2748
2749 \end_inset
2750
2751
2752 \end_layout
2753
2754 \begin_layout Plain Layout
2755 \align center
2756 \begin_inset Tabular
2757 <lyxtabular version="3" rows="3" columns="3">
2758 <features rotate="0" tabularvalignment="middle">
2759 <column alignment="center" valignment="top" width="0pt">
2760 <column alignment="center" valignment="top" width="0pt">
2761 <column alignment="center" valignment="top" width="0pt">
2762 <row>
2763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Plain Layout
2767
2768 \family roman
2769 \series medium
2770 \shape up
2771 \size normal
2772 \emph off
2773 \bar no
2774 \noun off
2775 \color none
2776 1
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2782 \begin_inset Text
2783
2784 \begin_layout Plain Layout
2785
2786 \family roman
2787 \series medium
2788 \shape up
2789 \size normal
2790 \emph off
2791 \bar no
2792 \noun off
2793 \color none
2794 2
2795 \end_layout
2796
2797 \end_inset
2798 </cell>
2799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2800 \begin_inset Text
2801
2802 \begin_layout Plain Layout
2803
2804 \family roman
2805 \series medium
2806 \shape up
2807 \size normal
2808 \emph off
2809 \bar no
2810 \noun off
2811 \color none
2812 3
2813 \end_layout
2814
2815 \end_inset
2816 </cell>
2817 </row>
2818 <row>
2819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823
2824 \family roman
2825 \series medium
2826 \shape up
2827 \size normal
2828 \emph off
2829 \bar no
2830 \noun off
2831 \color none
2832 Martin
2833 \end_layout
2834
2835 \end_inset
2836 </cell>
2837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2838 \begin_inset Text
2839
2840 \begin_layout Plain Layout
2841
2842 \family roman
2843 \series medium
2844 \shape up
2845 \size normal
2846 \emph off
2847 \bar no
2848 \noun off
2849 \color none
2850 Lena
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859
2860 \family roman
2861 \series medium
2862 \shape up
2863 \size normal
2864 \emph off
2865 \bar no
2866 \noun off
2867 \color none
2868 Alina
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 </row>
2874 <row>
2875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879
2880 \family roman
2881 \series medium
2882 \shape up
2883 \size normal
2884 \emph off
2885 \bar no
2886 \noun off
2887 \color none
2888 \begin_inset Formula $\int x^{2}dx$
2889 \end_inset
2890
2891
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900
2901 \family roman
2902 \series medium
2903 \shape up
2904 \size normal
2905 \emph off
2906 \bar no
2907 \noun off
2908 \color none
2909 \begin_inset Formula $\left[\begin{array}{cc}
2910 a & b\\
2911 c & d
2912 \end{array}\right]$
2913 \end_inset
2914
2915
2916 \end_layout
2917
2918 \end_inset
2919 </cell>
2920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2921 \begin_inset Text
2922
2923 \begin_layout Plain Layout
2924
2925 \family roman
2926 \series medium
2927 \shape up
2928 \size normal
2929 \emph off
2930 \bar no
2931 \noun off
2932 \color none
2933 \begin_inset Formula $1+1=2$
2934 \end_inset
2935
2936
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 </row>
2942 </lyxtabular>
2943
2944 \end_inset
2945
2946
2947 \end_layout
2948
2949 \end_inset
2950
2951
2952 \end_layout
2953
2954 \begin_layout Standard
2955 Gleitende Tabellen können über 
2956 \family sans
2957 Einfügen\SpecialChar \menuseparator
2958 Gleitobjekt\SpecialChar \menuseparator
2959 Tabelle
2960 \family default
2961  oder einen Klick auf den Werkzeugleistenknopf 
2962 \begin_inset Info
2963 type  "icon"
2964 arg   "float-insert table"
2965 \end_inset
2966
2967  erzeugt werden.
2968  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2969  In das rot umrahmte Feld rechts von 
2970 \emph on
2971 Tabelle
2972 \begin_inset space ~
2973 \end_inset
2974
2975 Nr:
2976 \emph default
2977  schreiben Sie die Tabellenbeschriftung.
2978  Nach einem Klick oberhalb oder unterhalb von 
2979 \emph on
2980 Tabelle
2981 \begin_inset space ~
2982 \end_inset
2983
2984 Nr:
2985 \emph default
2986  können Sie dann eine Tabelle einfügen.
2987 \end_layout
2988
2989 \begin_layout Standard
2990 Tabelle
2991 \begin_inset space ~
2992 \end_inset
2993
2994
2995 \begin_inset CommandInset ref
2996 LatexCommand ref
2997 reference "tab:a table float"
2998
2999 \end_inset
3000
3001  ist ein Beispiel für eine gleitende Tabelle.
3002 \end_layout
3003
3004 \begin_layout Standard
3005 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
3006 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
3007  Das bedeutet, dass bei den Klassen 
3008 \family sans
3009 article
3010 \family default
3011
3012 \family sans
3013 book
3014 \family default
3015
3016 \family sans
3017 letter
3018 \family default
3019 , und 
3020 \family sans
3021 report
3022 \family default
3023  kein Abstand zwischen dem Titel und der Tabelle sein wird.
3024  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
3025 \series bold
3026 caption
3027 \series default
3028
3029 \begin_inset Index idx
3030 status collapsed
3031
3032 \begin_layout Plain Layout
3033 LaTeX-Pakete ! caption
3034 \end_layout
3035
3036 \end_inset
3037
3038  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
3039 \begin_inset Foot
3040 status collapsed
3041
3042 \begin_layout Plain Layout
3043 Näheres finden Sie im Abschnitt
3044 \begin_inset space ~
3045 \end_inset
3046
3047
3048 \begin_inset CommandInset ref
3049 LatexCommand ref
3050 reference "abs:Titel-Platzierung"
3051
3052 \end_inset
3053
3054 .
3055 \end_layout
3056
3057 \end_inset
3058
3059
3060 \end_layout
3061
3062 \begin_layout Standard
3063
3064 \series bold
3065 tableposition=top
3066 \end_layout
3067
3068 \begin_layout Standard
3069 Das Paket 
3070 \series bold
3071 caption
3072 \series default
3073 , das in Abschnitt
3074 \begin_inset space ~
3075 \end_inset
3076
3077
3078 \begin_inset CommandInset ref
3079 LatexCommand ref
3080 reference "abs:Titel-Formatierung"
3081
3082 \end_inset
3083
3084  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3085 \end_layout
3086
3087 \begin_layout Standard
3088 \begin_inset Index idx
3089 status collapsed
3090
3091 \begin_layout Plain Layout
3092 Querverweise ! auf Tabellen
3093 \end_layout
3094
3095 \end_inset
3096
3097 Auf Tabellen kann über ihre Marke verwiesen werden.
3098  Dafür fügen Sie in der Beschriftung mit 
3099 \family sans
3100 Einfügen\SpecialChar \menuseparator
3101 Marke
3102 \family default
3103  oder durch Klicken auf 
3104 \begin_inset Info
3105 type  "icon"
3106 arg   "label-insert"
3107 \end_inset
3108
3109  eine Marke ein.
3110  Auf diese können Sie dann wie gewohnt mit 
3111 \family sans
3112 Einfügen\SpecialChar \menuseparator
3113 Querverweis
3114 \family default
3115  oder durch Klicken auf 
3116 \begin_inset Info
3117 type  "icon"
3118 arg   "dialog-show-new-inset ref"
3119 \end_inset
3120
3121  verweisen.
3122  Verweise werden detailliert in Abschnitt
3123 \begin_inset space ~
3124 \end_inset
3125
3126
3127 \begin_inset CommandInset ref
3128 LatexCommand ref
3129 reference "abs:Auf-Gleitobjekte-verweisen"
3130
3131 \end_inset
3132
3133  beschrieben.
3134 \end_layout
3135
3136 \begin_layout Section
3137 Lange Tabellen
3138 \begin_inset CommandInset label
3139 LatexCommand label
3140 name "abs:Lange-Tabellen"
3141
3142 \end_inset
3143
3144
3145 \begin_inset Index idx
3146 status collapsed
3147
3148 \begin_layout Plain Layout
3149 Tabellen ! lange
3150 \end_layout
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \begin_layout Standard
3158 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3159  Dialogfenster 
3160 \family sans
3161 Tabellen-Einstellungen
3162 \family default
3163  auf der Karteikarte  
3164 \family sans
3165 Lange
3166 \begin_inset space ~
3167 \end_inset
3168
3169 Tabelle
3170 \family default
3171  die Option 
3172 \family sans
3173 Lange
3174 \begin_inset space ~
3175 \end_inset
3176
3177 Tabelle
3178 \begin_inset space ~
3179 \end_inset
3180
3181 verwenden
3182 \family default
3183  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3184  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3185 \end_layout
3186
3187 \begin_layout Description
3188 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3189  festgelegt; mit Ausnahme der ersten, wenn 
3190 \family sans
3191 Erste
3192 \begin_inset space ~
3193 \end_inset
3194
3195 Kopfzeile
3196 \family default
3197  aktiviert ist.
3198 \end_layout
3199
3200 \begin_layout Description
3201 Erste
3202 \lang english
3203
3204 \begin_inset space ~
3205 \end_inset
3206
3207
3208 \lang ngerman
3209 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3210  Seite einer mehrseitigen Tabelle definiert.
3211 \end_layout
3212
3213 \begin_layout Description
3214 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3215  mit Ausnahme der letzten, wenn 
3216 \family sans
3217 Letzte
3218 \begin_inset space ~
3219 \end_inset
3220
3221 Fußzeile
3222 \family default
3223  aktiviert ist.
3224 \end_layout
3225
3226 \begin_layout Description
3227 Letzte
3228 \begin_inset space ~
3229 \end_inset
3230
3231 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3232  einer mehrseitigen Tabelle definiert.
3233 \end_layout
3234
3235 \begin_layout Description
3236 Legende: Die aktuelle Zeile enthält die Legende.
3237  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3238  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3239 \begin_inset space ~
3240 \end_inset
3241
3242
3243 \begin_inset CommandInset ref
3244 LatexCommand ref
3245 reference "uab:Beschriftungen-langer-Tabellen"
3246
3247 \end_inset
3248
3249  erklärt.
3250 \end_layout
3251
3252 \begin_layout Standard
3253 Hier ist ein Beispiel einer langen Tabelle:
3254 \end_layout
3255
3256 \begin_layout Standard
3257 \align center
3258 \begin_inset Tabular
3259 <lyxtabular version="3" rows="69" columns="3">
3260 <features rotate="0" islongtable="true" longtabularalignment="center">
3261 <column alignment="left" valignment="top" width="0cm">
3262 <column alignment="left" valignment="top" width="0pt">
3263 <column alignment="right" valignment="top" width="0pt">
3264 <row endfirsthead="true">
3265 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \series bold
3271 Telefonliste (ignoriere die Namen)
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 </row>
3295 <row endfirsthead="true">
3296 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300
3301 \series bold
3302 NAME
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320
3321 \series bold
3322 TEL.
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 </row>
3328 <row endhead="true">
3329 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333
3334 \series bold
3335 Telefonliste
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 </row>
3359 <row endhead="true">
3360 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364
3365 \series bold
3366 NAME
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384
3385 \series bold
3386 TEL.
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 </row>
3392 <row endfoot="true">
3393 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397
3398 \series bold
3399 wird fortgesetzt
3400 \series default
3401  \SpecialChar \ldots{}
3402
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 </row>
3426 <row>
3427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431
3432 \series bold
3433 Annovi
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 Silvia
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 111
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 </row>
3457 <row>
3458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \series bold
3464 Bertoli
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 Stefano
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 111
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 </row>
3488 <row>
3489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493
3494 \series bold
3495 Bozzi
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 Walter
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513 111
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 </row>
3519 <row>
3520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524
3525 \series bold
3526 Cachia
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 Maria
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 111
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 </row>
3550 <row>
3551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555
3556 \series bold
3557 Cachia
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 Maurizio
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 111
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 </row>
3581 <row>
3582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586
3587 \series bold
3588 Cinquemani
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 Giusi
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 111
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 </row>
3612 <row>
3613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617
3618 \series bold
3619 Colin
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 Bernard
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 111
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 </row>
3643 <row>
3644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648
3649 \series bold
3650 Concli
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 Gianfranco
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 111
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 </row>
3674 <row>
3675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679
3680 \series bold
3681 Dal Bosco
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 Carolina
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 111
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 </row>
3705 <row>
3706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710
3711 \series bold
3712 Dalpiaz
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 Annamaria
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730 111
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 </row>
3736 <row>
3737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741
3742 \series bold
3743 Feliciello
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 Domenico
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761 111
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 </row>
3767 <row>
3768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772
3773 \series bold
3774 Focarelli
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 Paola
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 111
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 </row>
3798 <row>
3799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803
3804 \series bold
3805 Galletti
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 Oreste
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 111
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 </row>
3829 <row>
3830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834
3835 \series bold
3836 Gasparini
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 Franca
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 111
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 </row>
3860 <row>
3861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865
3866 \series bold
3867 Rizzardi
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 Paola
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 111
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 </row>
3891 <row>
3892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896
3897 \series bold
3898 Lassini
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 Giancarlo
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 111
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 </row>
3922 <row>
3923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927
3928 \series bold
3929 Malfatti
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 Luciano
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 111
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 </row>
3953 <row>
3954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958
3959 \series bold
3960 Malfatti
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 Valeriano
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978 111
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 </row>
3984 <row>
3985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989
3990 \series bold
3991 Meneguzzo
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 Roberto
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009 111
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 </row>
4015 <row>
4016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020
4021 \series bold
4022 Mezzadra
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 Roberto
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 111
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 </row>
4046 <row>
4047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051
4052 \series bold
4053 Pirpamer
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 Erich
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071 111
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 </row>
4077 <row>
4078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082
4083 \series bold
4084 Pochiesa
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 Paolo
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102 111, 222
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 </row>
4108 <row>
4109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113
4114 \series bold
4115 Radina
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 Claudio
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 111
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 </row>
4139 <row>
4140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144
4145 \series bold
4146 Stuffer
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 Oskar
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 111
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 <row>
4171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175
4176 \series bold
4177 Tacchelli
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 Ugo
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 111
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 <row>
4202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206
4207 \series bold
4208 Tezzele
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 Margit
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 111
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 </row>
4232 <row>
4233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237
4238 \series bold
4239 Unterkalmsteiner
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 Frieda
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 111
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 </row>
4263 <row>
4264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268
4269 \series bold
4270 Vieider
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 Hilde
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 111
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 </row>
4294 <row>
4295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299
4300 \series bold
4301 Vigna
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 Jürgen
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 111
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 </row>
4325 <row>
4326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330
4331 \series bold
4332 Weber
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 Maurizio
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 111
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 </row>
4356 <row>
4357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361
4362 \series bold
4363 Winkler
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 Franz
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 111
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 </row>
4387 <row>
4388 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392  
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \series bold
4423 Annovi
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 Silvia
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 555
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row>
4448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \series bold
4454 Bertoli
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 Stefano
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 555
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 </row>
4478 <row>
4479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483
4484 \series bold
4485 Bozzi
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 Walter
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 555
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 </row>
4509 <row>
4510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514
4515 \series bold
4516 Cachia
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 Maria
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 555
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row>
4541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545
4546 \series bold
4547 Cachia
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 Maurizio
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 555
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 </row>
4571 <row>
4572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576
4577 \series bold
4578 Cinquemani
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 Giusi
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 555
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 </row>
4602 <row>
4603 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607
4608 \series bold
4609 Colin
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 Bernard
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 555
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 </row>
4633 <row>
4634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638
4639 \series bold
4640 Concli
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 Gianfranco
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 555
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 </row>
4664 <row>
4665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669
4670 \series bold
4671 Dal Bosco
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 Carolina
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 555
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 </row>
4695 <row>
4696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700
4701 \series bold
4702 Dalpiaz
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 Annamaria
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 555
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 </row>
4726 <row>
4727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731
4732 \series bold
4733 Feliciello
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 Domenico
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751 555
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 </row>
4757 <row>
4758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762
4763 \series bold
4764 Focarelli
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 Paola
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782 555
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 </row>
4788 <row>
4789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793
4794 \series bold
4795 Galletti
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 Oreste
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813 555
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 </row>
4819 <row>
4820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824
4825 \series bold
4826 Gasparini
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 Franca
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844 555
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 </row>
4850 <row>
4851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855
4856 \series bold
4857 Rizzardi
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 Paola
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875 555
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 </row>
4881 <row>
4882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886
4887 \series bold
4888 Lassini
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 Giancarlo
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 555
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 </row>
4912 <row>
4913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917
4918 \series bold
4919 Malfatti
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 Luciano
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937 555
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 </row>
4943 <row>
4944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948
4949 \series bold
4950 Malfatti
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 Valeriano
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968 555
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 </row>
4974 <row>
4975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979
4980 \series bold
4981 Meneguzzo
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 Roberto
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999 555
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 </row>
5005 <row>
5006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010
5011 \series bold
5012 Mezzadra
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 Roberto
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030 555
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 </row>
5036 <row>
5037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041
5042 \series bold
5043 Pirpamer
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 Erich
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 555
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 </row>
5067 <row>
5068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072
5073 \series bold
5074 Pochiesa
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 Paolo
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092 555, 222
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 </row>
5098 <row>
5099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103
5104 \series bold
5105 Radina
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 Claudio
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123 555
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 </row>
5129 <row>
5130 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134
5135 \series bold
5136 Stuffer
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 Oskar
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154 555
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 </row>
5160 <row>
5161 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165
5166 \series bold
5167 Tacchelli
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 Ugo
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185 555
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 </row>
5191 <row>
5192 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196
5197 \series bold
5198 Tezzele
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 Margit
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216 555
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 </row>
5222 <row>
5223 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227
5228 \series bold
5229 Unterkalmsteiner
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 <cell alignment="center" valignment="top" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238 Frieda
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247 555
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 </row>
5253 <row>
5254 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258
5259 \series bold
5260 Vieider
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269 Hilde
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5275 \begin_inset Text
5276
5277 \begin_layout Plain Layout
5278 555
5279 \end_layout
5280
5281 \end_inset
5282 </cell>
5283 </row>
5284 <row>
5285 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289
5290 \series bold
5291 Vigna
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 <cell alignment="center" valignment="top" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300 Jürgen
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309 999
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 </row>
5315 <row>
5316 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320
5321 \series bold
5322 Weber
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell alignment="center" valignment="top" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331 Maurizio
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5337 \begin_inset Text
5338
5339 \begin_layout Plain Layout
5340 555
5341 \end_layout
5342
5343 \end_inset
5344 </cell>
5345 </row>
5346 <row>
5347 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351
5352 \series bold
5353 Winkler
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 Franz
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Plain Layout
5371 555
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 </row>
5377 <row endlastfoot="true">
5378 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 Ende
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 </lyxtabular>
5407
5408 \end_inset
5409
5410
5411 \begin_inset ERT
5412 status collapsed
5413
5414 \begin_layout Plain Layout
5415
5416
5417 \backslash
5418 addtocounter{table}{-1}
5419 \end_layout
5420
5421 \end_inset
5422
5423
5424 \begin_inset Note Note
5425 status collapsed
5426
5427 \begin_layout Plain Layout
5428 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5429 \begin_inset space ~
5430 \end_inset
5431
5432
5433 \begin_inset CommandInset ref
5434 LatexCommand ref
5435 reference "uab:Beschriftungen-langer-Tabellen"
5436
5437 \end_inset
5438
5439
5440 \end_layout
5441
5442 \end_inset
5443
5444
5445 \end_layout
5446
5447 \begin_layout Subsection
5448 Fußnoten in langen Tabellen
5449 \begin_inset CommandInset label
5450 LatexCommand label
5451 name "uab:Fußnoten-in-langen"
5452
5453 \end_inset
5454
5455
5456 \begin_inset Index idx
5457 status collapsed
5458
5459 \begin_layout Plain Layout
5460 Tabellen ! lange ! Fußnoten
5461 \end_layout
5462
5463 \end_inset
5464
5465
5466 \end_layout
5467
5468 \begin_layout Standard
5469 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5470  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5471  Tabelle
5472 \begin_inset space ~
5473 \end_inset
5474
5475
5476 \begin_inset CommandInset ref
5477 LatexCommand ref
5478 reference "tab:DiffCaptions"
5479
5480 \end_inset
5481
5482  hat zum Beispiel eine Fußnote.
5483 \end_layout
5484
5485 \begin_layout Subsection
5486 Ausrichtung langer Tabellen
5487 \begin_inset Index idx
5488 status collapsed
5489
5490 \begin_layout Plain Layout
5491 Tabellen ! lange ! Ausrichtung
5492 \end_layout
5493
5494 \end_inset
5495
5496
5497 \end_layout
5498
5499 \begin_layout Standard
5500 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5501 n festgelegt werden.
5502  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5503  Seitenrand.
5504  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5505  ausgerichtet werden und die Werte der Längen 
5506 \series bold
5507
5508 \backslash
5509 LTleft 
5510 \series default
5511 und 
5512 \series bold
5513
5514 \backslash
5515 LTright
5516 \series default
5517  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5518  wird:
5519 \end_layout
5520
5521 \begin_layout Standard
5522
5523 \series bold
5524
5525 \backslash
5526 setlength{
5527 \backslash
5528 LTleft}{Wert}
5529 \end_layout
5530
5531 \begin_layout Standard
5532 Der Wert kann eine der in Tabelle
5533 \begin_inset space ~
5534 \end_inset
5535
5536
5537 \begin_inset CommandInset ref
5538 LatexCommand ref
5539 reference "tab:Maßeinheiten"
5540
5541 \end_inset
5542
5543  aufgelisteten Einheiten kann.
5544  
5545 \series bold
5546
5547 \backslash
5548 LTleft
5549 \series default
5550  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5551  
5552 \series bold
5553
5554 \backslash
5555 LTright
5556 \series default
5557  den Abstand von rechts.
5558  Die Voreinstellung für beide Werte ist 
5559 \series bold
5560
5561 \backslash
5562 fill
5563 \series default
5564 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5565  in LyX ist.
5566 \end_layout
5567
5568 \begin_layout Standard
5569 Die folgende lange Tabelle wurde zentriert und 
5570 \series bold
5571
5572 \backslash
5573 LTleft
5574 \series default
5575  auf den Wert 
5576 \family sans
5577 0.1
5578 \backslash
5579 columnwidth
5580 \family default
5581  gesetzt:
5582 \begin_inset ERT
5583 status collapsed
5584
5585 \begin_layout Plain Layout
5586
5587
5588 \backslash
5589 setlength{
5590 \backslash
5591 LTleft}{0.1
5592 \backslash
5593 columnwidth}
5594 \end_layout
5595
5596 \end_inset
5597
5598
5599 \end_layout
5600
5601 \begin_layout Standard
5602 \begin_inset Tabular
5603 <lyxtabular version="3" rows="5" columns="5">
5604 <features rotate="0" islongtable="true" longtabularalignment="center">
5605 <column alignment="center" valignment="top">
5606 <column alignment="center" valignment="top">
5607 <column alignment="center" valignment="top" width="0pt">
5608 <column alignment="center" valignment="top">
5609 <column alignment="center" valignment="top">
5610 <row>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 1
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 2
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633 3
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642 4
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 5
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 </row>
5657 <row>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 asd
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 s
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 s
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 s
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 asd
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 </row>
5704 <row>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 asd
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 s
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 s
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 s
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 asd
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 </row>
5751 <row>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 asd
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 s
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 s
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 s
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 asd
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 </row>
5798 <row>
5799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 asd
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 asd
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 asd
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 asd
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 asd
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 </row>
5845 </lyxtabular>
5846
5847 \end_inset
5848
5849
5850 \begin_inset ERT
5851 status collapsed
5852
5853 \begin_layout Plain Layout
5854
5855
5856 \backslash
5857 setlength{
5858 \backslash
5859 LTleft}{
5860 \backslash
5861 fill}
5862 \end_layout
5863
5864 \end_inset
5865
5866
5867 \begin_inset ERT
5868 status collapsed
5869
5870 \begin_layout Plain Layout
5871
5872
5873 \backslash
5874 addtocounter{table}{-1}
5875 \end_layout
5876
5877 \end_inset
5878
5879
5880 \begin_inset Note Note
5881 status collapsed
5882
5883 \begin_layout Plain Layout
5884 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5885 \begin_inset space ~
5886 \end_inset
5887
5888
5889 \begin_inset CommandInset ref
5890 LatexCommand ref
5891 reference "uab:Beschriftungen-langer-Tabellen"
5892
5893 \end_inset
5894
5895
5896 \end_layout
5897
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \begin_layout Subsection
5904 Beschriftungen langer Tabellen
5905 \begin_inset CommandInset label
5906 LatexCommand label
5907 name "uab:Beschriftungen-langer-Tabellen"
5908
5909 \end_inset
5910
5911
5912 \begin_inset Index idx
5913 status collapsed
5914
5915 \begin_layout Plain Layout
5916 Tabellen ! lange ! Titel
5917 \end_layout
5918
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \begin_layout Standard
5925 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5926  nur auf eine Seite gedruckt werden können.
5927  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5928 \begin_inset space ~
5929 \end_inset
5930
5931
5932 \begin_inset CommandInset ref
5933 LatexCommand ref
5934 reference "abs:Lange-Tabellen"
5935
5936 \end_inset
5937
5938  erklärt.
5939  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5940  Kopf- oder eine Fußzeile.
5941 \end_layout
5942
5943 \begin_layout Standard
5944 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5945 \end_layout
5946
5947 \begin_layout Standard
5948 \begin_inset Tabular
5949 <lyxtabular version="3" rows="6" columns="5">
5950 <features rotate="0" islongtable="true" longtabularalignment="center">
5951 <column alignment="center" valignment="top">
5952 <column alignment="center" valignment="top">
5953 <column alignment="center" valignment="top">
5954 <column alignment="center" valignment="top">
5955 <column alignment="center" valignment="top">
5956 <row endfirsthead="true" caption="true">
5957 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 \begin_inset Caption Standard
5962
5963 \begin_layout Plain Layout
5964 Eine lange Tabelle mit Titel
5965 \begin_inset Argument 1
5966 status open
5967
5968 \begin_layout Plain Layout
5969 Lange Tabelle
5970 \end_layout
5971
5972 \end_inset
5973
5974
5975 \end_layout
5976
5977 \end_inset
5978
5979
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 </row>
6021 <row>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 1
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 2
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 3
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 4
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 5
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 asd
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 s
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 s
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 s
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 asd
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 <row>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 asd
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 s
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 s
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 s
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 asd
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 </row>
6162 <row>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 asd
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 s
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 s
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 s
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 asd
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 </row>
6209 <row>
6210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 asd
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 asd
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 asd
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 asd
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 asd
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 </row>
6256 </lyxtabular>
6257
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \begin_layout Standard
6264 \begin_inset VSpace medskip
6265 \end_inset
6266
6267
6268 \begin_inset Note Greyedout
6269 status open
6270
6271 \begin_layout Plain Layout
6272
6273 \series bold
6274 Bemerkung
6275 \begin_inset space ~
6276 \end_inset
6277
6278 1:
6279 \series default
6280  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6281  Titel vergeben.
6282  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6283 \begin_inset space ~
6284 \end_inset
6285
6286 2.4 auf Tabelle
6287 \begin_inset space ~
6288 \end_inset
6289
6290 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6291  Beschriftung sind.
6292  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6293  LaTeX-Befehl als TeX-Code einfügen:
6294 \end_layout
6295
6296 \begin_layout Plain Layout
6297
6298 \series bold
6299
6300 \backslash
6301 addtocounter{table}{-1}
6302 \end_layout
6303
6304 \begin_layout Plain Layout
6305 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6306  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6307 \end_layout
6308
6309 \begin_layout Plain Layout
6310
6311 \series bold
6312
6313 \backslash
6314 let
6315 \backslash
6316 myEnd
6317 \backslash
6318 endlongtable
6319 \begin_inset Newline newline
6320 \end_inset
6321
6322
6323 \backslash
6324 renewcommand{
6325 \backslash
6326 endlongtable}{
6327 \backslash
6328 myEnd
6329 \backslash
6330 addtocounter{table}{-1}}
6331 \end_layout
6332
6333 \end_inset
6334
6335
6336 \end_layout
6337
6338 \begin_layout Standard
6339 \begin_inset Note Greyedout
6340 status open
6341
6342 \begin_layout Plain Layout
6343
6344 \series bold
6345 Bemerkung
6346 \begin_inset space ~
6347 \end_inset
6348
6349 2:
6350 \series default
6351  Wenn Sie 
6352 \series bold
6353 hyperref
6354 \series default
6355
6356 \begin_inset Index idx
6357 status collapsed
6358
6359 \begin_layout Plain Layout
6360 LaTeX-Pakete ! hyperref
6361 \end_layout
6362
6363 \end_inset
6364
6365  in den
6366 \family sans
6367  PDF-Eigenschaften
6368 \family default
6369  im 
6370 \family sans
6371 Dokument-Einstellungen
6372 \family default
6373  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6374  immer auf den Anfang des Dokuments zeigen.
6375 \end_layout
6376
6377 \end_inset
6378
6379
6380 \end_layout
6381
6382 \begin_layout Subsubsection
6383 Querverweise auf 
6384 \family sans
6385 lange Tabelle
6386 \family default
6387 n
6388 \begin_inset Index idx
6389 status collapsed
6390
6391 \begin_layout Plain Layout
6392 Tabellen ! lange ! Querverweis
6393 \end_layout
6394
6395 \end_inset
6396
6397
6398 \end_layout
6399
6400 \begin_layout Standard
6401 \begin_inset Tabular
6402 <lyxtabular version="3" rows="6" columns="5">
6403 <features rotate="0" islongtable="true" longtabularalignment="center">
6404 <column alignment="center" valignment="top">
6405 <column alignment="center" valignment="top">
6406 <column alignment="center" valignment="top">
6407 <column alignment="center" valignment="top">
6408 <column alignment="center" valignment="top">
6409 <row endfirsthead="true" caption="true">
6410 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 \begin_inset Caption Standard
6415
6416 \begin_layout Plain Layout
6417 Lange Tabelle mit Marke
6418 \begin_inset CommandInset label
6419 LatexCommand label
6420 name "tab:LangeTabelle-mit-Marke"
6421
6422 \end_inset
6423
6424
6425 \end_layout
6426
6427 \end_inset
6428
6429
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 </row>
6471 <row>
6472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 1
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 2
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 3
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503 4
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 5
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 </row>
6518 <row>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 asd
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Plain Layout
6532 s
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 s
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 s
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 asd
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 </row>
6565 <row>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 asd
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 s
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 s
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 s
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 asd
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 </row>
6612 <row>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 asd
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 s
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 s
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 s
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 asd
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 </row>
6659 <row>
6660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 asd
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 sad
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 asd
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 asd
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 asd
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 </row>
6706 </lyxtabular>
6707
6708 \end_inset
6709
6710
6711 \end_layout
6712
6713 \begin_layout Standard
6714 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6715  im Titel einfügen.
6716 \end_layout
6717
6718 \begin_layout Standard
6719 Dies ist ein Verweis auf Tabelle
6720 \begin_inset space ~
6721 \end_inset
6722
6723
6724 \begin_inset CommandInset ref
6725 LatexCommand ref
6726 reference "tab:LangeTabelle-mit-Marke"
6727
6728 \end_inset
6729
6730 .
6731 \end_layout
6732
6733 \begin_layout Standard
6734 Mit dem LaTeX-Paket 
6735 \series bold
6736 caption
6737 \series default
6738
6739 \begin_inset Index idx
6740 status collapsed
6741
6742 \begin_layout Plain Layout
6743 LaTeX-Pakete ! caption
6744 \end_layout
6745
6746 \end_inset
6747
6748 , siehe Abschnitt
6749 \begin_inset space ~
6750 \end_inset
6751
6752
6753 \begin_inset CommandInset ref
6754 LatexCommand ref
6755 reference "abs:Titel-Formatierung"
6756
6757 \end_inset
6758
6759 , können Sie alle anderen Beschriftungsoptionen benutzen.
6760 \end_layout
6761
6762 \begin_layout Subsubsection
6763 Titelbreite
6764 \begin_inset Index idx
6765 status collapsed
6766
6767 \begin_layout Plain Layout
6768 Tabellen ! lange ! Beschriftungsbreite
6769 \end_layout
6770
6771 \end_inset
6772
6773
6774 \end_layout
6775
6776 \begin_layout Standard
6777 Die maximale Titelbreite wird durch die Variable 
6778 \series bold
6779
6780 \backslash
6781 LTcapwidth
6782 \series default
6783  definiert.
6784  Ihr Standardwert ist 4
6785 \begin_inset space \thinspace{}
6786 \end_inset
6787
6788 Zoll (
6789 \begin_inset Formula $\approx10$
6790 \end_inset
6791
6792
6793 \begin_inset space \thinspace{}
6794 \end_inset
6795
6796 cm).
6797  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6798  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6799 \end_layout
6800
6801 \begin_layout Standard
6802
6803 \series bold
6804
6805 \backslash
6806 setlength{
6807 \backslash
6808 LTcapwidth}{Breite}
6809 \end_layout
6810
6811 \begin_layout Standard
6812 wobei die Breite eine der in Anhang
6813 \begin_inset space ~
6814 \end_inset
6815
6816
6817 \begin_inset CommandInset ref
6818 LatexCommand ref
6819 reference "kap:In-LyX-verfügbare"
6820
6821 \end_inset
6822
6823  aufgelisteten Einheiten haben kann.
6824 \end_layout
6825
6826 \begin_layout Standard
6827 Die beiden folgenden Tabellen zeigen den Unterschied:
6828 \end_layout
6829
6830 \begin_layout Standard
6831 \begin_inset Tabular
6832 <lyxtabular version="3" rows="6" columns="5">
6833 <features rotate="0" islongtable="true" longtabularalignment="center">
6834 <column alignment="center" valignment="top">
6835 <column alignment="center" valignment="top">
6836 <column alignment="center" valignment="top">
6837 <column alignment="center" valignment="top">
6838 <column alignment="center" valignment="top">
6839 <row endfirsthead="true" caption="true">
6840 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 \begin_inset Caption Standard
6845
6846 \begin_layout Plain Layout
6847 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6848 \begin_inset Argument 1
6849 status open
6850
6851 \begin_layout Plain Layout
6852 Titel mit Standardbreite
6853 \end_layout
6854
6855 \end_inset
6856
6857
6858 \end_layout
6859
6860 \end_inset
6861
6862
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 </row>
6904 <row>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 1
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 2
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 3
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 4
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 5
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 </row>
6951 <row>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 asd
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 s
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 s
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 s
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 asd
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 </row>
6998 <row>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 asd
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 s
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 s
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 s
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 asd
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 </row>
7045 <row>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 asd
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 s
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 s
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 s
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 asd
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 </row>
7092 <row>
7093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 asd
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 sad
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 asd
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 asd
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 asd
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 </row>
7139 </lyxtabular>
7140
7141 \end_inset
7142
7143
7144 \end_layout
7145
7146 \begin_layout Standard
7147 \begin_inset ERT
7148 status collapsed
7149
7150 \begin_layout Plain Layout
7151
7152
7153 \backslash
7154 setlength{
7155 \backslash
7156 LTcapwidth}{5cm}
7157 \end_layout
7158
7159 \end_inset
7160
7161
7162 \begin_inset Tabular
7163 <lyxtabular version="3" rows="6" columns="5">
7164 <features rotate="0" islongtable="true" longtabularalignment="center">
7165 <column alignment="center" valignment="top">
7166 <column alignment="center" valignment="top">
7167 <column alignment="center" valignment="top">
7168 <column alignment="center" valignment="top">
7169 <column alignment="center" valignment="top">
7170 <row endfirsthead="true" caption="true">
7171 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 \begin_inset Caption Standard
7176
7177 \begin_layout Plain Layout
7178 Langer Titel mit 5
7179 \begin_inset space \thinspace{}
7180 \end_inset
7181
7182 cm Breite, Langer Titel mit 5
7183 \begin_inset space \thinspace{}
7184 \end_inset
7185
7186 cm Breite
7187 \begin_inset Argument 1
7188 status open
7189
7190 \begin_layout Plain Layout
7191 Titel mit 5
7192 \begin_inset space \thinspace{}
7193 \end_inset
7194
7195 cm Breite
7196 \end_layout
7197
7198 \end_inset
7199
7200
7201 \end_layout
7202
7203 \end_inset
7204
7205
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 </row>
7247 <row>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 1
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 2
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 3
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 4
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 5
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 </row>
7294 <row>
7295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 asd
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 s
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 s
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 s
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 asd
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 </row>
7341 <row>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 asd
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 s
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 s
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 s
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 asd
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 </row>
7388 <row>
7389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 asd
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 s
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411 s
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 s
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 asd
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row>
7436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440 asd
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 sad
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 asd
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 asd
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 asd
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 </row>
7482 </lyxtabular>
7483
7484 \end_inset
7485
7486
7487 \begin_inset ERT
7488 status collapsed
7489
7490 \begin_layout Plain Layout
7491
7492
7493 \backslash
7494 setlength{
7495 \backslash
7496 LTcapwidth}{4in}
7497 \end_layout
7498
7499 \end_inset
7500
7501
7502 \begin_inset Note Note
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506 Beschriftungsbreite zurücksetzen
7507 \end_layout
7508
7509 \end_inset
7510
7511
7512 \end_layout
7513
7514 \begin_layout Standard
7515 \begin_inset Note Greyedout
7516 status open
7517
7518 \begin_layout Plain Layout
7519
7520 \series bold
7521 Achtung:
7522 \series default
7523  Wenn das LaTeX-Paket 
7524 \series bold
7525 caption
7526 \series default
7527
7528 \begin_inset Index idx
7529 status collapsed
7530
7531 \begin_layout Plain Layout
7532 LaTeX-Pakete ! caption
7533 \end_layout
7534
7535 \end_inset
7536
7537  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7538  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7539  4
7540 \begin_inset space \thinspace{}
7541 \end_inset
7542
7543 Zoll für 
7544 \series bold
7545
7546 \backslash
7547 LTcapwidth
7548 \series default
7549  benutzen.
7550  Um in diesem Fall eine genau 4
7551 \begin_inset space \thinspace{}
7552 \end_inset
7553
7554 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7555  4
7556 \begin_inset space \thinspace{}
7557 \end_inset
7558
7559 Zoll veränderten Wert wie z.
7560 \begin_inset space \thinspace{}
7561 \end_inset
7562
7563 B.
7564  3.99
7565 \begin_inset space \thinspace{}
7566 \end_inset
7567
7568 Zoll verwenden oder den LaTeX-Befehl 
7569 \series bold
7570
7571 \backslash
7572 captionsetup{width=Wert}
7573 \series default
7574  benutzen, der vom 
7575 \series bold
7576 caption
7577 \series default
7578 -Paket bereitgestellt wird.
7579 \end_layout
7580
7581 \end_inset
7582
7583
7584 \end_layout
7585
7586 \begin_layout Subsubsection
7587 Unterschiedliche Beschriftung für Tabellenseiten
7588 \begin_inset Index idx
7589 status collapsed
7590
7591 \begin_layout Plain Layout
7592 Tabellen ! lange ! mehrere Beschriftungen
7593 \end_layout
7594
7595 \end_inset
7596
7597
7598 \end_layout
7599
7600 \begin_layout Standard
7601 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7602  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7603  eine Beschriftung enthält.
7604  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7605  
7606 \family sans
7607 Legende
7608 \begin_inset space ~
7609 \end_inset
7610
7611 (Lange Tabelle (unnummeriert))
7612 \family default
7613  aus.
7614  Tabelle
7615 \begin_inset space ~
7616 \end_inset
7617
7618
7619 \begin_inset CommandInset ref
7620 LatexCommand ref
7621 reference "tab:DiffCaptions"
7622
7623 \end_inset
7624
7625  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7626  ohne Tabellennummer auf der zweiten Seite.
7627 \end_layout
7628
7629 \begin_layout Standard
7630 \align center
7631 \begin_inset Tabular
7632 <lyxtabular version="3" rows="59" columns="3">
7633 <features rotate="0" islongtable="true" longtabularalignment="center">
7634 <column alignment="left" valignment="top" width="0pt">
7635 <column alignment="left" valignment="top" width="0pt">
7636 <column alignment="center" valignment="top" width="0pt">
7637 <row endfirsthead="true" caption="true">
7638 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642 \begin_inset Caption Standard
7643
7644 \begin_layout Plain Layout
7645 Telefonliste
7646 \begin_inset CommandInset label
7647 LatexCommand label
7648 name "tab:DiffCaptions"
7649
7650 \end_inset
7651
7652
7653 \begin_inset Argument 1
7654 status collapsed
7655
7656 \begin_layout Plain Layout
7657 Telefonliste
7658 \end_layout
7659
7660 \end_inset
7661
7662
7663 \end_layout
7664
7665 \end_inset
7666
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row endfirsthead="true">
7692 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \series bold
7698 Telefonliste (ignoriere die Namen)
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row endfirsthead="true">
7723 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \series bold
7729 NAME
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \series bold
7749 TEL.
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row endhead="true" caption="true">
7756 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 \begin_inset Caption LongTableNoNumber
7761
7762 \begin_layout Plain Layout
7763 Fortsetzung der Telefonliste
7764 \end_layout
7765
7766 \end_inset
7767
7768
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 <row endhead="true">
7793 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797
7798 \series bold
7799 Telefonliste
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row endhead="true">
7824 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \series bold
7830 NAME
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848
7849 \series bold
7850 TEL.
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 <row endfoot="true">
7857 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 wird fortgesetzt\SpecialChar \ldots{}
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row>
7887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891
7892 \series bold
7893 Annovi
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 Silvia
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 111
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \series bold
7924 Bertoli
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 Stefano
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 111
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 <row>
7949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953
7954 \series bold
7955 Bozzi
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 Walter
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 111
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row>
7980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \series bold
7986 Cachia
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 Maria
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 111
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \series bold
8017 Cachia
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 Maurizio
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 111
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 <row>
8042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \series bold
8048 Cinquemani
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 Giusi
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 111
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \series bold
8079 Colin
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 Bernard
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 111
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 </row>
8103 <row>
8104 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108
8109 \series bold
8110 Concli
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 Gianfranco
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 111
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 <row>
8135 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139
8140 \series bold
8141 Dal Bosco
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 Carolina
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 111
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 </row>
8165 <row>
8166 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170
8171 \series bold
8172 Dalpiaz
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 Annamaria
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 111
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 </row>
8196 <row>
8197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201
8202 \series bold
8203 Feliciello
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 Domenico
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 111
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 </row>
8227 <row>
8228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232
8233 \series bold
8234 Focarelli
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 Paola
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 111
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \series bold
8265 Galletti
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 Oreste
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 111
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 </row>
8289 <row>
8290 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294
8295 \series bold
8296 Gasparini
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 Franca
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 111
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 <row>
8321 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325
8326 \series bold
8327 Rizzardi
8328 \series default
8329
8330 \begin_inset Foot
8331 status open
8332
8333 \begin_layout Plain Layout
8334 Beispielfußnote
8335 \end_layout
8336
8337 \end_inset
8338
8339
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 Paola
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 111
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \series bold
8370 Lassini
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 Giancarlo
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 111
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \series bold
8401 Malfatti
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 Luciano
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 111
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \series bold
8432 Malfatti
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Valeriano
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 111
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \series bold
8463 Meneguzzo
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 Roberto
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 111
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \series bold
8494 Mezzadra
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 Roberto
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 111
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 <row>
8519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523
8524 \series bold
8525 Pirpamer
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 Erich
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 111
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row>
8550 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \series bold
8556 Pochiesa
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 Paolo
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 111, 222
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \series bold
8587 Radina
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 Claudio
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 111
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616
8617 \series bold
8618 Stuffer
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 Oskar
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 111
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 </row>
8642 <row>
8643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647
8648 \series bold
8649 Tacchelli
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 Ugo
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 111
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \series bold
8680 Tezzele
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 Margit
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 111
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 </row>
8704 <row>
8705 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709
8710 \series bold
8711 Unterkalmsteiner
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 Frieda
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 111
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row>
8736 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740
8741 \series bold
8742 Vieider
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 Hilde
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 111
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row>
8767 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771
8772 \series bold
8773 Vigna
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 Jürgen
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 111
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802
8803 \series bold
8804 Weber
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 Maurizio
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 111
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row>
8829 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833
8834 \series bold
8835 Winkler
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 Franz
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 111
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 </row>
8859 <row>
8860 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864  
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 <row>
8889 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893
8894 \series bold
8895 Annovi
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 Silvia
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 555
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 </row>
8919 <row>
8920 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \series bold
8926 Bertoli
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 Stefano
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 555
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \series bold
8957 Bozzi
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 Walter
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 555
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \series bold
8988 Cachia
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 Maria
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 555
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \series bold
9019 Cachia
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 Maurizio
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 555
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 </row>
9043 <row>
9044 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048
9049 \series bold
9050 Cinquemani
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 Giusi
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 555
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \series bold
9081 Colin
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 Bernard
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 555
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 </row>
9105 <row>
9106 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110
9111 \series bold
9112 Concli
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 Gianfranco
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 555
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141
9142 \series bold
9143 Dal Bosco
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 Carolina
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 555
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \series bold
9174 Dalpiaz
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 Annamaria
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 555
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row>
9199 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203
9204 \series bold
9205 Feliciello
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 Domenico
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 555
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 </row>
9229 <row>
9230 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234
9235 \series bold
9236 Focarelli
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 Paola
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 555
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 <row>
9261 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265
9266 \series bold
9267 Galletti
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 Oreste
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 555
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \series bold
9298 Gasparini
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 Franca
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 555
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 </row>
9322 <row>
9323 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327
9328 \series bold
9329 Rizzardi
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 Paola
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 555
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 </row>
9353 <row>
9354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358
9359 \series bold
9360 Lassini
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 Giancarlo
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 555
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 </row>
9384 <row>
9385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389
9390 \series bold
9391 Malfatti
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 Luciano
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 555
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 <row>
9416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \series bold
9422 Malfatti
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 Valeriano
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 555
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 </row>
9446 <row>
9447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451
9452 \series bold
9453 Meneguzzo
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 Roberto
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 555
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 </row>
9477 <row>
9478 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \series bold
9484 Mezzadra
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 Roberto
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 555
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 </row>
9508 </lyxtabular>
9509
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \begin_layout Section
9516 Weitere Möglichkeiten für 
9517 \family sans
9518 lange Tabelle
9519 \family default
9520 n
9521 \begin_inset CommandInset label
9522 LatexCommand label
9523 name "abs:Special-Longtable-Issues"
9524
9525 \end_inset
9526
9527
9528 \end_layout
9529
9530 \begin_layout Subsection
9531 L
9532 \family sans
9533 ange Tabelle
9534 \family default
9535 n: Berechnung
9536 \begin_inset Index idx
9537 status collapsed
9538
9539 \begin_layout Plain Layout
9540 Tabellen ! lange ! Berechnung
9541 \end_layout
9542
9543 \end_inset
9544
9545
9546 \end_layout
9547
9548 \begin_layout Standard
9549 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9550  so genannten 
9551 \emph on
9552 chunks
9553 \emph default
9554  (Brocken).
9555  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9556  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9557  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9558  das die Druckausgabe.
9559  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9560  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9561  einfügen:
9562 \end_layout
9563
9564 \begin_layout Standard
9565
9566 \series bold
9567
9568 \backslash
9569 setcounter{LTchunksize}{100}
9570 \end_layout
9571
9572 \begin_layout Subsection
9573 Gleitobjekte und L
9574 \family sans
9575 ange Tabelle
9576 \family default
9577 n
9578 \begin_inset Index idx
9579 status collapsed
9580
9581 \begin_layout Plain Layout
9582 Tabellen ! lange ! und Gleitobjekte
9583 \end_layout
9584
9585 \end_inset
9586
9587
9588 \end_layout
9589
9590 \begin_layout Standard
9591 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9592 \family sans
9593 lange
9594 \begin_inset space ~
9595 \end_inset
9596
9597 Tabelle
9598 \family default
9599  beginnt, ein Gleitobjekt befindet.
9600  Um das zu vermeiden, können Sie vor der 
9601 \family sans
9602 langen
9603 \begin_inset space ~
9604 \end_inset
9605
9606 Tabellen
9607 \family default
9608  einen manuellen Seitenumbruch
9609 \family sans
9610  Einfügen\SpecialChar \menuseparator
9611 Formatierung\SpecialChar \menuseparator
9612 [Doppel]Seite
9613 \begin_inset space \space{}
9614 \end_inset
9615
9616 leeren
9617 \family default
9618  einfügen, siehe 
9619 \emph on
9620 Benutzerhandbuch
9621 \emph default
9622 .
9623 \end_layout
9624
9625 \begin_layout Subsection
9626 Manuelle Seitenumbrüche
9627 \begin_inset Index idx
9628 status collapsed
9629
9630 \begin_layout Plain Layout
9631 Tabellen ! lange ! manueller Seitenumbruch
9632 \end_layout
9633
9634 \end_inset
9635
9636
9637 \end_layout
9638
9639 \begin_layout Standard
9640 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9641  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9642  der Zelle umbrechen wollen, fügen Sie den Befehl  
9643 \begin_inset Quotes gld
9644 \end_inset
9645
9646
9647 \series bold
9648
9649 \backslash
9650
9651 \backslash
9652
9653 \series default
9654
9655 \begin_inset Quotes grd
9656 \end_inset
9657
9658  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9659  werden kann.
9660  Vor dem 
9661 \begin_inset Quotes gld
9662 \end_inset
9663
9664
9665 \series bold
9666
9667 \backslash
9668
9669 \backslash
9670
9671 \series default
9672
9673 \begin_inset Quotes grd
9674 \end_inset
9675
9676 -Befehl müssen Sie so viele 
9677 \begin_inset Quotes gld
9678 \end_inset
9679
9680
9681 \series bold
9682 &
9683 \series default
9684
9685 \begin_inset Quotes grd
9686 \end_inset
9687
9688  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9689  Mit 
9690 \begin_inset Quotes gld
9691 \end_inset
9692
9693
9694 \series bold
9695 &
9696 \series default
9697
9698 \begin_inset Quotes grd
9699 \end_inset
9700
9701   werden in LaTeX Tabellenzellen getrennt.
9702  Hinter jedes 
9703 \begin_inset Quotes gld
9704 \end_inset
9705
9706
9707 \series bold
9708 &
9709 \series default
9710
9711 \begin_inset Quotes grd
9712 \end_inset
9713
9714  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9715  und löschen den Inhalt dieser Zellen.
9716 \end_layout
9717
9718 \begin_layout Standard
9719 Hinter dem 
9720 \begin_inset Quotes gld
9721 \end_inset
9722
9723
9724 \series bold
9725
9726 \backslash
9727
9728 \backslash
9729
9730 \series default
9731
9732 \begin_inset Quotes grd
9733 \end_inset
9734
9735 -Befehl müssen Sie so viele 
9736 \begin_inset Quotes gld
9737 \end_inset
9738
9739
9740 \series bold
9741 &
9742 \series default
9743
9744 \begin_inset Quotes grd
9745 \end_inset
9746
9747  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9748  In Tabelle
9749 \begin_inset space ~
9750 \end_inset
9751
9752
9753 \begin_inset CommandInset ref
9754 LatexCommand ref
9755 reference "tab:ForcedPagebreak"
9756
9757 \end_inset
9758
9759  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9760  Es folgt noch eine weitere Spalte.
9761  Deshalb wurde hinter dem Wort 
9762 \emph on
9763 Castelchiodato, 
9764 \emph default
9765 folgendes eingefügt:
9766 \end_layout
9767
9768 \begin_layout Standard
9769
9770 \series bold
9771 & 111
9772 \backslash
9773
9774 \backslash
9775  
9776 \backslash
9777 newpage
9778 \begin_inset Newline newline
9779 \end_inset
9780
9781 &
9782 \end_layout
9783
9784 \begin_layout Standard
9785 Die 
9786 \begin_inset Quotes gld
9787 \end_inset
9788
9789 111
9790 \begin_inset Quotes grd
9791 \end_inset
9792
9793  in der dritten Spalte wurde gelöscht.
9794  
9795 \series bold
9796
9797 \backslash
9798 newpage
9799 \series default
9800  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9801  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9802  Wenn die Fußzeile Ihrer 
9803 \family sans
9804 langen
9805 \begin_inset space ~
9806 \end_inset
9807
9808 Tabelle
9809 \family default
9810  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9811  Befehle benutzen:
9812 \end_layout
9813
9814 \begin_layout Standard
9815
9816 \series bold
9817 & 111
9818 \backslash
9819
9820 \backslash
9821
9822 \begin_inset Newline newline
9823 \end_inset
9824
9825
9826 \backslash
9827 hline &
9828 \end_layout
9829
9830 \begin_layout Standard
9831 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9832  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9833 \end_layout
9834
9835 \begin_layout Standard
9836
9837 \series bold
9838
9839 \backslash
9840 setlength{
9841 \backslash
9842 parfillskip}{0pt}
9843 \end_layout
9844
9845 \begin_layout Standard
9846 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9847  erscheint.
9848 \end_layout
9849
9850 \begin_layout Standard
9851 \align center
9852 \begin_inset Tabular
9853 <lyxtabular version="3" rows="38" columns="3">
9854 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9855 <column alignment="left" valignment="top" width="0cm">
9856 <column alignment="left" valignment="top" width="3cm">
9857 <column alignment="right" valignment="top" width="0pt">
9858 <row endfirsthead="true" caption="true">
9859 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863 \begin_inset Caption Standard
9864
9865 \begin_layout Plain Layout
9866 Tabelle mit manuellem Seitenumbruch in einer Zelle
9867 \begin_inset CommandInset label
9868 LatexCommand label
9869 name "tab:ForcedPagebreak"
9870
9871 \end_inset
9872
9873
9874 \begin_inset Argument 1
9875 status collapsed
9876
9877 \begin_layout Plain Layout
9878 Tabelle mit manuellem Seitenumbruch in einer Zelle
9879 \end_layout
9880
9881 \end_inset
9882
9883
9884 \end_layout
9885
9886 \end_inset
9887
9888
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row endfirsthead="true">
9913 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \series bold
9919 Telefonliste (ignoriere die Namen)
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 </row>
9943 <row endfirsthead="true">
9944 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \series bold
9950 NAME
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \series bold
9970 TEL.
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 </row>
9976 <row endhead="true">
9977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 \begin_inset ERT
9982 status collapsed
9983
9984 \begin_layout Plain Layout
9985
9986
9987 \backslash
9988 caption*{Fortsetzung der Tabelle}
9989 \backslash
9990
9991 \backslash
9992 %
9993 \end_layout
9994
9995 \end_inset
9996
9997
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 </row>
10021 <row endhead="true">
10022 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \series bold
10028 Telefonliste
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row endhead="true">
10053 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \series bold
10059 NAME
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \series bold
10079 TEL.
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 </row>
10085 <row endfoot="true">
10086 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 wird fortgesetzt\SpecialChar \ldots{}
10091
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 </row>
10115 <row>
10116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \series bold
10122 Annovi
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 Silvia
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 111
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 </row>
10146 <row>
10147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151
10152 \series bold
10153 Bertoli
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Stefano
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 111
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 <row>
10178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182
10183 \series bold
10184 Bozzi
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 Walter
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 111
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row>
10209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213
10214 \series bold
10215 Cachia
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 Maria
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 111
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 <row>
10240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \series bold
10246 Cachia
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 Maurizio
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 111
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 </row>
10270 <row>
10271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \series bold
10277 Cinquemani
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Giusi
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 111
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row>
10302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306
10307 \series bold
10308 Colin
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 Bernard
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 111
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 </row>
10332 <row>
10333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \series bold
10339 Concli
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 Gianfranco
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 111
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \series bold
10370 Dal Bosco
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 Carolina
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 111
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \series bold
10401 Dalpiaz
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 Annamaria
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 111
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \series bold
10432 Feliciello
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 Domenico
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 111
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \series bold
10463 Focarelli
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Paola
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 111
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492
10493 \series bold
10494 Galletti
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 Oreste
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 111
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \series bold
10525 Gasparini
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 Franca
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 111
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \series bold
10556 Lassini
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 Giancarlo
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 111
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \series bold
10587 Malfatti
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Luciano
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 111
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \series bold
10618 Malfatti
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 Valeriano
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 111
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \series bold
10649 Meneguzzo
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 Roberto
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 111
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 <row>
10674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \series bold
10680 Mezzadra
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 Roberto
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 111
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 </row>
10704 <row>
10705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709
10710 \series bold
10711 Pirpamer
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 Erich
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 111
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 </row>
10735 <row>
10736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740
10741 \series bold
10742 Pochiesa
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 Paolo
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 111, 222
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \series bold
10773 Radina
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 Claudio
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 111
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 </row>
10797 <row>
10798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802
10803 \series bold
10804 Rizzardi
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 Paolo, 11.
10814  Fürst von Monte\SpecialChar \-
10815 com\SpecialChar \-
10816 patri, 11.
10817  Fürst von Sulmona und Vivaro, 10.
10818  Fürst von Rossano, 5.
10819  Herzog von Canemorte, 11.
10820  Herzog von Palombara, 5.
10821  Herzog von Castelchiodato,
10822 \begin_inset ERT
10823 status open
10824
10825 \begin_layout Plain Layout
10826
10827 & 111
10828 \backslash
10829
10830 \backslash
10831  
10832 \backslash
10833 newpage
10834 \end_layout
10835
10836 \begin_layout Plain Layout
10837
10838 &
10839 \end_layout
10840
10841 \end_inset
10842
10843  11.
10844  Herzog von Poggionativo, 11.
10845  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10846  Graf von Valinfreda, 11.
10847  Baron von Cropalati, 11.
10848  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \series bold
10870 Stuffer
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 Oskar
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 111
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 Tacchelli
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Ugo
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 111
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \series bold
10932 Tezzele
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Margit
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 111
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 </row>
10956 <row>
10957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961
10962 \series bold
10963 Unterkalmsteiner
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 Frieda
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 111
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 </row>
10987 <row>
10988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992
10993 \series bold
10994 Vieider
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 Hilde
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 111
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 </row>
11018 <row>
11019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023
11024 \series bold
11025 Vigna
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 Jürgen
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 111
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 </row>
11049 <row>
11050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054
11055 \series bold
11056 Weber
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 Maurizio
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 111
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 </row>
11080 <row>
11081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085
11086 \series bold
11087 Winkler
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 Franz
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 111
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 </row>
11111 </lyxtabular>
11112
11113 \end_inset
11114
11115
11116 \end_layout
11117
11118 \begin_layout Section
11119 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11120 \end_layout
11121
11122 \begin_layout Subsection
11123 Mehrfache Zeilen in Zellen
11124 \begin_inset CommandInset label
11125 LatexCommand label
11126 name "uab:Mehrfache-Zeilen-in"
11127
11128 \end_inset
11129
11130
11131 \begin_inset Index idx
11132 status collapsed
11133
11134 \begin_layout Plain Layout
11135 Mehrfache ! Zeilen in Zellen
11136 \end_layout
11137
11138 \end_inset
11139
11140
11141 \begin_inset Index idx
11142 status collapsed
11143
11144 \begin_layout Plain Layout
11145 Tabellen ! Zeilenumbrüche
11146 \end_layout
11147
11148 \end_inset
11149
11150
11151 \end_layout
11152
11153 \begin_layout Standard
11154 \noindent
11155 \begin_inset Float table
11156 placement H
11157 wide false
11158 sideways false
11159 status open
11160
11161 \begin_layout Plain Layout
11162 \begin_inset Caption Standard
11163
11164 \begin_layout Plain Layout
11165 \begin_inset CommandInset label
11166 LatexCommand label
11167 name "tab:Table-with-multiple"
11168
11169 \end_inset
11170
11171 Tabelle mit mehrfachen Zeilen in einer Zelle
11172 \end_layout
11173
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \begin_layout Plain Layout
11180 \align center
11181 \begin_inset Tabular
11182 <lyxtabular version="3" rows="3" columns="3">
11183 <features rotate="0" tabularvalignment="middle">
11184 <column alignment="center" valignment="middle" width="2.5cm">
11185 <column alignment="center" valignment="middle" width="0.5cm">
11186 <column alignment="center" valignment="middle" width="0.5cm">
11187 <row>
11188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 zwei
11193 \begin_inset Newline linebreak
11194 \end_inset
11195
11196 Zeilen
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 b
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 c
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 <row>
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 d
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 e
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 f
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 </row>
11249 <row>
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 g
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 h
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 i
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 </row>
11278 </lyxtabular>
11279
11280 \end_inset
11281
11282
11283 \end_layout
11284
11285 \end_inset
11286
11287
11288 \end_layout
11289
11290 \begin_layout Standard
11291 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11292  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11293  Tabelle
11294 \begin_inset space ~
11295 \end_inset
11296
11297
11298 \begin_inset CommandInset ref
11299 LatexCommand ref
11300 reference "tab:Table-with-multiple"
11301
11302 \end_inset
11303
11304  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11305 \family sans
11306 Tabellen-Einstellungen
11307 \family default
11308 -Dialog auf 2.5
11309 \begin_inset space \thinspace{}
11310 \end_inset
11311
11312 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11313  Weil unser Text schmaler als 2.5
11314 \begin_inset space \thinspace{}
11315 \end_inset
11316
11317 cm ist, würde er in einer Zeile gedruckt werden.
11318  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11319
11320 \family sans
11321 Strg+Shift+Enter
11322 \family default
11323 ) eingefügt.
11324  Wenn der Text länger ist, wird er automatisch umgebrochen.
11325 \end_layout
11326
11327 \begin_layout Standard
11328 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11329  setzen Sie die Breite der beiden Spalten im 
11330 \family sans
11331 Tabellen-Einstellungen
11332 \family default
11333 -Dialog auf 0.5
11334 \begin_inset space \thinspace{}
11335 \end_inset
11336
11337 cm und die vertikale Ausrichtung auf zentriert.
11338 \end_layout
11339
11340 \begin_layout Standard
11341 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11342  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11343  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11344  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11345  Fügen sie daher 0
11346 \begin_inset space \thinspace{}
11347 \end_inset
11348
11349 pt horizontalen Abstand vor dem Wort ein.
11350  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11351  Tabelle
11352 \begin_inset space ~
11353 \end_inset
11354
11355
11356 \begin_inset CommandInset ref
11357 LatexCommand ref
11358 reference "tab:Table-with-and"
11359
11360 \end_inset
11361
11362  zeigt die Wirkungen.
11363 \end_layout
11364
11365 \begin_layout Standard
11366 \begin_inset Float table
11367 placement h
11368 wide false
11369 sideways false
11370 status open
11371
11372 \begin_layout Plain Layout
11373 \begin_inset Caption Standard
11374
11375 \begin_layout Plain Layout
11376 \begin_inset CommandInset label
11377 LatexCommand label
11378 name "tab:Table-with-and"
11379
11380 \end_inset
11381
11382 Tabelle ohne und mit Silbentrennung
11383 \end_layout
11384
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \begin_layout Plain Layout
11391 \begin_inset space \hfill{}
11392 \end_inset
11393
11394
11395 \begin_inset Tabular
11396 <lyxtabular version="3" rows="3" columns="3">
11397 <features rotate="0" tabularvalignment="middle">
11398 <column alignment="center" valignment="middle" width="2.5cm">
11399 <column alignment="center" valignment="middle" width="0.5cm">
11400 <column alignment="center" valignment="middle" width="0.5cm">
11401 <row>
11402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 einsehrlangesZellenwort
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 b
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 c
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 </row>
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 d
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 e
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 f
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 g
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 h
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 i
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 </lyxtabular>
11489
11490 \end_inset
11491
11492
11493 \begin_inset space \hfill{}
11494 \end_inset
11495
11496
11497 \begin_inset Tabular
11498 <lyxtabular version="3" rows="3" columns="3">
11499 <features rotate="0" tabularvalignment="middle">
11500 <column alignment="center" valignment="middle" width="2.5cm">
11501 <column alignment="center" valignment="middle" width="0.5cm">
11502 <column alignment="center" valignment="middle" width="0.5cm">
11503 <row>
11504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 \begin_inset space \hspace{}
11509 \length 0pt
11510 \end_inset
11511
11512 einsehrlangesZellenwort
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 b
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 c
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 </row>
11536 <row>
11537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 d
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 e
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 f
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 </row>
11565 <row>
11566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 g
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 h
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 i
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 </row>
11594 </lyxtabular>
11595
11596 \end_inset
11597
11598
11599 \begin_inset space \hfill{}
11600 \end_inset
11601
11602
11603 \end_layout
11604
11605 \end_inset
11606
11607
11608 \end_layout
11609
11610 \begin_layout Subsection
11611 Mehrfachspalten
11612 \begin_inset CommandInset label
11613 LatexCommand label
11614 name "uab:Mehrfachspalten"
11615
11616 \end_inset
11617
11618
11619 \begin_inset Index idx
11620 status collapsed
11621
11622 \begin_layout Plain Layout
11623 Mahrfachspalten
11624 \end_layout
11625
11626 \end_inset
11627
11628
11629 \begin_inset Index idx
11630 status collapsed
11631
11632 \begin_layout Plain Layout
11633 Tabellen ! Mahrfachspalten
11634 \end_layout
11635
11636 \end_inset
11637
11638
11639 \end_layout
11640
11641 \begin_layout Subsubsection
11642 Grundlagen
11643 \end_layout
11644
11645 \begin_layout Standard
11646 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11647  und verwenden dann den Knopf 
11648 \begin_inset Info
11649 type  "icon"
11650 arg   "inset-modify tabular multicolumn"
11651 \end_inset
11652
11653  in der Werkzeugleiste, das Menü 
11654 \family sans
11655 Bearbeiten\SpecialChar \menuseparator
11656 Tabelle\SpecialChar \menuseparator
11657 Mehrfachspalte
11658 \family default
11659 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11660  
11661 \family sans
11662 Mehrfachspalte
11663 \family default
11664 .
11665 \end_layout
11666
11667 \begin_layout Standard
11668 Mehrfachspalten haben ihre eigenen Einstellungen.
11669  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11670  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11671  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11672 \end_layout
11673
11674 \begin_layout Standard
11675 \align center
11676 \begin_inset Tabular
11677 <lyxtabular version="3" rows="3" columns="4">
11678 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11679 <column alignment="center" valignment="top" width="0pt">
11680 <column alignment="center" valignment="middle">
11681 <column alignment="center" valignment="top" width="0in">
11682 <column alignment="center" valignment="top" width="0pt">
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 abc
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 def ghi
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 jkl
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 </row>
11721 <row>
11722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726
11727 \family roman
11728 \series medium
11729 \shape up
11730 \size normal
11731 \emph off
11732 \bar no
11733 \noun off
11734 \color none
11735 A
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 B
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753 C
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762 D
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 </row>
11768 <row>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 1
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 2
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 3
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 4
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 </row>
11806 </lyxtabular>
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \begin_layout Subsubsection
11814 Mehrfachspalten-Berechnungen
11815 \begin_inset CommandInset label
11816 LatexCommand label
11817 name "uab:Mehrfachspalten-Berechnungen"
11818
11819 \end_inset
11820
11821
11822 \begin_inset Index idx
11823 status collapsed
11824
11825 \begin_layout Plain Layout
11826 Mahrfachspalten ! Berechnung
11827 \end_layout
11828
11829 \end_inset
11830
11831
11832 \begin_inset Index idx
11833 status collapsed
11834
11835 \begin_layout Plain Layout
11836 Tabellen ! Mahrfachspalten ! Berechnung
11837 \end_layout
11838
11839 \end_inset
11840
11841
11842 \end_layout
11843
11844 \begin_layout Standard
11845 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11846  Zellen beachten.
11847 \end_layout
11848
11849 \begin_layout Standard
11850 \begin_inset Float table
11851 placement h
11852 wide false
11853 sideways false
11854 status open
11855
11856 \begin_layout Plain Layout
11857 \begin_inset Caption Standard
11858
11859 \begin_layout Plain Layout
11860 \begin_inset CommandInset label
11861 LatexCommand label
11862 name "tab:Table-with-centered"
11863
11864 \end_inset
11865
11866 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11867  die halbe Breite der Mehrfachspalten-Zelle haben
11868 \begin_inset Argument 1
11869 status collapsed
11870
11871 \begin_layout Plain Layout
11872 Eine Mehrfachspalten-Tabelle
11873 \end_layout
11874
11875 \end_inset
11876
11877
11878 \end_layout
11879
11880 \end_inset
11881
11882
11883 \end_layout
11884
11885 \begin_layout Plain Layout
11886 \align center
11887 \begin_inset Tabular
11888 <lyxtabular version="3" rows="3" columns="3">
11889 <features rotate="0" tabularvalignment="middle">
11890 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11891 <column alignment="center" valignment="middle">
11892 <column alignment="center" valignment="top">
11893 <row>
11894 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 Dies ist eine Mehrfach\SpecialChar \-
11899 spalten-Zelle
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 c
11918 \end_layout
11919
11920 \end_inset
11921 </cell>
11922 </row>
11923 <row>
11924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 d
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 e
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 f
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 </row>
11952 <row>
11953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11954 \begin_inset Text
11955
11956 \begin_layout Plain Layout
11957 g
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 h
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 i
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 </row>
11981 </lyxtabular>
11982
11983 \end_inset
11984
11985
11986 \end_layout
11987
11988 \end_inset
11989
11990
11991 \end_layout
11992
11993 \begin_layout Standard
11994 Um Tabelle
11995 \begin_inset space ~
11996 \end_inset
11997
11998
11999 \begin_inset CommandInset ref
12000 LatexCommand ref
12001 reference "tab:Table-with-centered"
12002
12003 \end_inset
12004
12005  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12006  3×3-Tabelle, kreuzen im 
12007 \family sans
12008 Tabellen-Einstellungen
12009 \family default
12010 -Dialog 
12011 \family sans
12012 Mehrfachspalte
12013 \family default
12014  an, setzen die 
12015 \family sans
12016 Horizontale
12017 \begin_inset space ~
12018 \end_inset
12019
12020 Ausrichtung
12021 \family default
12022  auf 
12023 \family sans
12024 Zentriert
12025 \family default
12026  und die 
12027 \family sans
12028 Breite
12029 \family default
12030  auf 2.5
12031 \begin_inset space \thinspace{}
12032 \end_inset
12033
12034 cm.
12035  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12036  Sie die Breite der ersten Spalte auf 1.25
12037 \begin_inset space \thinspace{}
12038 \end_inset
12039
12040 cm setzen.
12041  Die zweite Spalte wird dann automatisch 1.25
12042 \begin_inset space \thinspace{}
12043 \end_inset
12044
12045 cm breit (Breite der 
12046 \family sans
12047 Mehrfachspalte
12048 \family default
12049  
12050 \begin_inset Formula $-$
12051 \end_inset
12052
12053  Breite der ersten Spalte).
12054  Dies wurde so für Tabelle
12055 \begin_inset space ~
12056 \end_inset
12057
12058
12059 \begin_inset CommandInset ref
12060 LatexCommand ref
12061 reference "tab:Table-without-half"
12062
12063 \end_inset
12064
12065  gemacht.
12066 \end_layout
12067
12068 \begin_layout Standard
12069 \begin_inset Float table
12070 wide false
12071 sideways false
12072 status open
12073
12074 \begin_layout Plain Layout
12075 \begin_inset Caption Standard
12076
12077 \begin_layout Plain Layout
12078 \begin_inset CommandInset label
12079 LatexCommand label
12080 name "tab:Table-without-half"
12081
12082 \end_inset
12083
12084 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12085  wie die Mehrfachspalte
12086 \begin_inset Argument 1
12087 status collapsed
12088
12089 \begin_layout Plain Layout
12090 Eine unvollkommene Mehrfachspalten-Tabelle
12091 \end_layout
12092
12093 \end_inset
12094
12095
12096 \end_layout
12097
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \begin_layout Plain Layout
12104 \align center
12105 \begin_inset Tabular
12106 <lyxtabular version="3" rows="3" columns="3">
12107 <features rotate="0" tabularvalignment="middle">
12108 <column alignment="center" valignment="top" width="1.25cm">
12109 <column alignment="center" valignment="top">
12110 <column alignment="center" valignment="top">
12111 <row>
12112 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 Dies ist auch eine Mehr\SpecialChar \-
12117 fach\SpecialChar \-
12118 spalten-Zelle
12119 \end_layout
12120
12121 \end_inset
12122 </cell>
12123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 c
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 </row>
12142 <row>
12143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12144 \begin_inset Text
12145
12146 \begin_layout Plain Layout
12147 d
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 e
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165 f
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 </row>
12171 <row>
12172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12173 \begin_inset Text
12174
12175 \begin_layout Plain Layout
12176 g
12177 \end_layout
12178
12179 \end_inset
12180 </cell>
12181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185 h
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12191 \begin_inset Text
12192
12193 \begin_layout Plain Layout
12194 i
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 </row>
12200 </lyxtabular>
12201
12202 \end_inset
12203
12204
12205 \end_layout
12206
12207 \end_inset
12208
12209
12210 \end_layout
12211
12212 \begin_layout Standard
12213 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12214  als die zweite ist.
12215  Das liegt daran, dass die Zellenbreite 
12216 \begin_inset Formula $W_{\mathrm{tot}}$
12217 \end_inset
12218
12219  nicht ihre definierte Breite 
12220 \begin_inset Formula $W_{g}$
12221 \end_inset
12222
12223  ist, sondern ein wenig mehr.
12224  Anhang
12225 \begin_inset space ~
12226 \end_inset
12227
12228
12229 \begin_inset CommandInset ref
12230 LatexCommand ref
12231 reference "kap:Erläuterung-einer-Gleichung"
12232
12233 \end_inset
12234
12235  erklärt das genauer.
12236 \end_layout
12237
12238 \begin_layout Standard
12239 Wenn 
12240 \emph on
12241 n
12242 \emph default
12243  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12244  die definierte Breite 
12245 \begin_inset Formula $W_{g\,n}$
12246 \end_inset
12247
12248  einer Spalte, deren totale Breite = 
12249 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12250 \end_inset
12251
12252  sein soll, wie folgt:
12253 \begin_inset Formula 
12254 \begin{equation}
12255 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12256 \end{equation}
12257
12258 \end_inset
12259
12260
12261 \end_layout
12262
12263 \begin_layout Standard
12264 In unserem Falls ist 
12265 \begin_inset Formula $n=2$
12266 \end_inset
12267
12268
12269 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12270 \end_inset
12271
12272 cm, und damit wird aus Gleichung
12273 \begin_inset space ~
12274 \end_inset
12275
12276
12277 \begin_inset CommandInset ref
12278 LatexCommand ref
12279 reference "eq:Wgn"
12280
12281 \end_inset
12282
12283  
12284 \begin_inset Formula 
12285 \begin{equation}
12286 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12287 \end{equation}
12288
12289 \end_inset
12290
12291
12292 \end_layout
12293
12294 \begin_layout Standard
12295 Damit LaTeX rechnen kann, muss das Paket 
12296 \series bold
12297 calc
12298 \series default
12299  im Vorspann geladen werden.
12300 \begin_inset Index idx
12301 status collapsed
12302
12303 \begin_layout Plain Layout
12304 LaTeX-Pakete ! calc
12305 \end_layout
12306
12307 \end_inset
12308
12309
12310 \end_layout
12311
12312 \begin_layout Standard
12313
12314 \series bold
12315
12316 \backslash
12317 usepackage{calc}
12318 \end_layout
12319
12320 \begin_layout Standard
12321 LyX erlaubt im 
12322 \family sans
12323 Breite
12324 \family default
12325 -Feld des 
12326 \family sans
12327 Tabellen-Einstellungen
12328 \family default
12329 -Dialogs keine Berechnungen.
12330  Deshalb müssen Sie die Formel für die Breite im Feld 
12331 \family sans
12332 LaTe
12333 \begin_inset ERT
12334 status collapsed
12335
12336 \begin_layout Plain Layout
12337
12338 {}
12339 \end_layout
12340
12341 \end_inset
12342
12343 X-Argument
12344 \family default
12345  eingeben.
12346  Hier iss ein Überblick über die Argumente:
12347 \end_layout
12348
12349 \begin_layout Itemize
12350
12351 \series bold
12352 p{Breite}
12353 \series default
12354  die Zelle bekommt eine feste 
12355 \series bold
12356 Breite
12357 \series default
12358 , und die vertikale Ausrichtung ist 
12359 \family sans
12360 Oben
12361 \end_layout
12362
12363 \begin_layout Itemize
12364
12365 \series bold
12366 m{Breite}
12367 \series default
12368  die Zelle bekommt eine feste 
12369 \series bold
12370 Breite
12371 \series default
12372 , und die vertikale Ausrichtung ist 
12373 \family sans
12374 Mitte
12375 \end_layout
12376
12377 \begin_layout Itemize
12378
12379 \series bold
12380 b{Breite}
12381 \series default
12382  die Zelle bekommt eine feste 
12383 \series bold
12384 Breite
12385 \series default
12386 , und die vertikale Ausrichtung ist 
12387 \family sans
12388 Unten
12389 \end_layout
12390
12391 \begin_layout Standard
12392 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12393  für diese Zelle überschrieben.
12394 \end_layout
12395
12396 \begin_layout Standard
12397 \begin_inset Note Greyedout
12398 status open
12399
12400 \begin_layout Plain Layout
12401
12402 \series bold
12403 Bemerkung:
12404 \series default
12405  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12406  angezeigt.
12407 \end_layout
12408
12409 \end_inset
12410
12411
12412 \end_layout
12413
12414 \begin_layout Standard
12415 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12416  der Zelle mit dem Inhalt 
12417 \begin_inset Quotes gld
12418 \end_inset
12419
12420 d
12421 \begin_inset Quotes grd
12422 \end_inset
12423
12424  der Tabelle
12425 \begin_inset space ~
12426 \end_inset
12427
12428
12429 \begin_inset CommandInset ref
12430 LatexCommand ref
12431 reference "tab:Table-with-centered"
12432
12433 \end_inset
12434
12435  auch noch der Befehl
12436 \family typewriter
12437 \series bold
12438  
12439 \family default
12440
12441 \backslash
12442 centering
12443 \series default
12444  hinzugefügt.
12445  Das Ganze sieht dann so aus:
12446 \end_layout
12447
12448 \begin_layout Standard
12449
12450 \series bold
12451 |>{
12452 \backslash
12453 centering}m{1.25cm-6.2pt}
12454 \end_layout
12455
12456 \begin_layout Standard
12457 Der vertikale Strich 
12458 \series bold
12459
12460 \begin_inset Quotes gld
12461 \end_inset
12462
12463 |
12464 \series default
12465
12466 \begin_inset Quotes grd
12467 \end_inset
12468
12469  am Anfang zeichnet die linke Linie, und der Befehl 
12470 \series bold
12471
12472 \begin_inset Quotes gld
12473 \end_inset
12474
12475 >{ }
12476 \begin_inset Quotes grd
12477 \end_inset
12478
12479
12480 \series default
12481  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12482  der Zelle benutzt werden sollen.
12483 \end_layout
12484
12485 \begin_layout Standard
12486 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12487  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12488  für einzelne Spalten anwendet.
12489  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12490  werden:
12491 \end_layout
12492
12493 \begin_layout Standard
12494
12495 \series bold
12496 |>{
12497 \backslash
12498 centering}m{2.5cm}|
12499 \end_layout
12500
12501 \begin_layout Subsection
12502 Mehrfachzeilen
12503 \begin_inset CommandInset label
12504 LatexCommand label
12505 name "uab:Mehrfachzeilen"
12506
12507 \end_inset
12508
12509
12510 \begin_inset Index idx
12511 status collapsed
12512
12513 \begin_layout Plain Layout
12514 Mehrfachzeilen
12515 \end_layout
12516
12517 \end_inset
12518
12519
12520 \begin_inset Index idx
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524 Tabellen ! Mehrfachzeilen
12525 \end_layout
12526
12527 \end_inset
12528
12529
12530 \end_layout
12531
12532 \begin_layout Standard
12533 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12534  und verwenden dann den Knopf 
12535 \begin_inset Info
12536 type  "icon"
12537 arg   "inset-modify tabular multirow"
12538 \end_inset
12539
12540  in der Werkzeugleiste, das Menü 
12541 \family sans
12542 Bearbeiten\SpecialChar \menuseparator
12543 Tabelle\SpecialChar \menuseparator
12544 Mehrfachzeile
12545 \family default
12546 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12547  
12548 \family sans
12549 Mehrfachzeile
12550 \family default
12551 .
12552 \end_layout
12553
12554 \begin_layout Standard
12555 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12556 \end_layout
12557
12558 \begin_layout Standard
12559 \align center
12560 \begin_inset Tabular
12561 <lyxtabular version="3" rows="3" columns="3">
12562 <features rotate="0" tabularvalignment="middle">
12563 <column alignment="center" valignment="top" width="0pt">
12564 <column alignment="center" valignment="top">
12565 <column alignment="center" valignment="top">
12566 <row>
12567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571 ein langer Eintrag
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 b
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 c
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 </row>
12595 <row>
12596 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600 Mehrfachzeile
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12606 \begin_inset Text
12607
12608 \begin_layout Plain Layout
12609 e
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 f
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 </row>
12624 <row>
12625 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 h
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 i
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 </row>
12653 </lyxtabular>
12654
12655 \end_inset
12656
12657
12658 \end_layout
12659
12660 \begin_layout Standard
12661 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12662  Spalte festgelegt.
12663  Der 
12664 \family sans
12665 Vertikale Versatz
12666 \family default
12667  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12668  positiv/negativ ist.
12669 \end_layout
12670
12671 \begin_layout Standard
12672 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12673  die Mehrfachzeile die Ausrichtung der Spalte.
12674  Ansonsten ist sie standardmäßig links ausgerichtet.
12675  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12676 \series bold
12677
12678 \backslash
12679 multirowsetup
12680 \series default
12681  mit dem Befehl
12682 \end_layout
12683
12684 \begin_layout Standard
12685
12686 \series bold
12687
12688 \backslash
12689 renewcommand{
12690 \backslash
12691 multirowsetup}{
12692 \backslash
12693 centering}
12694 \end_layout
12695
12696 \begin_layout Standard
12697 im LaTeX-Vorspann.
12698  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12699  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12700  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12701  erneuert werden.
12702  Für rechtsbündigen Text ersetzt man 
12703 \series bold
12704
12705 \backslash
12706 centering
12707 \series default
12708  durch 
12709 \series bold
12710
12711 \backslash
12712 raggedleft
12713 \series default
12714 .
12715  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12716 \series bold
12717
12718 \backslash
12719 raggedright
12720 \series default
12721  verwendet.
12722 \end_layout
12723
12724 \begin_layout Standard
12725 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12726  die -4
12727 \begin_inset space \thinspace{}
12728 \end_inset
12729
12730 mm vertikalen Versatz hat und sich in einer 3
12731 \begin_inset space \thinspace{}
12732 \end_inset
12733
12734 cm breiten Spalte befindet:
12735 \end_layout
12736
12737 \begin_layout Standard
12738 \noindent
12739 \align center
12740 \begin_inset ERT
12741 status collapsed
12742
12743 \begin_layout Plain Layout
12744
12745
12746 \backslash
12747 renewcommand{
12748 \backslash
12749 multirowsetup}{
12750 \backslash
12751 raggedleft}
12752 \end_layout
12753
12754 \end_inset
12755
12756
12757 \begin_inset Tabular
12758 <lyxtabular version="3" rows="4" columns="3">
12759 <features rotate="0" tabularvalignment="middle">
12760 <column alignment="center" valignment="top" width="3cm">
12761 <column alignment="center" valignment="top">
12762 <column alignment="center" valignment="top">
12763 <row>
12764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12765 \begin_inset Text
12766
12767 \begin_layout Plain Layout
12768 ein langer Eintrag
12769 \end_layout
12770
12771 \end_inset
12772 </cell>
12773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777 b
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786 c
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 </row>
12792 <row>
12793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797 t
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 n
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12812 \begin_inset Text
12813
12814 \begin_layout Plain Layout
12815 m
12816 \end_layout
12817
12818 \end_inset
12819 </cell>
12820 </row>
12821 <row>
12822 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 Mehrfachzeile
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 e
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844 f
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 </row>
12850 <row>
12851 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 h
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 i
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 </row>
12879 </lyxtabular>
12880
12881 \end_inset
12882
12883
12884 \begin_inset ERT
12885 status collapsed
12886
12887 \begin_layout Plain Layout
12888
12889
12890 \backslash
12891 renewcommand{
12892 \backslash
12893 multirowsetup}{
12894 \backslash
12895 raggedright}
12896 \end_layout
12897
12898 \end_inset
12899
12900
12901 \end_layout
12902
12903 \begin_layout Standard
12904 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12905  (Tastenkürzel 
12906 \family sans
12907 Strg+Enter
12908 \family default
12909 ) verwenden.
12910  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12911 \end_layout
12912
12913 \begin_layout Standard
12914 \noindent
12915 \align center
12916 \begin_inset Tabular
12917 <lyxtabular version="3" rows="3" columns="2">
12918 <features rotate="0" tabularvalignment="middle">
12919 <column alignment="left" valignment="middle" width="2cm">
12920 <column alignment="center" valignment="top">
12921 <row>
12922 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 aaa
12927 \begin_inset Newline newline
12928 \end_inset
12929
12930 aaa
12931 \begin_inset Newline newline
12932 \end_inset
12933
12934 falsche Zelle
12935 \end_layout
12936
12937 \end_inset
12938 </cell>
12939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12940 \begin_inset Text
12941
12942 \begin_layout Plain Layout
12943 ccc
12944 \end_layout
12945
12946 \end_inset
12947 </cell>
12948 </row>
12949 <row>
12950 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Plain Layout
12954
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 ddd
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 </row>
12969 <row>
12970 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12971 \begin_inset Text
12972
12973 \begin_layout Plain Layout
12974 bbb
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 eee
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 </row>
12989 </lyxtabular>
12990
12991 \end_inset
12992
12993
12994 \end_layout
12995
12996 \begin_layout Standard
12997 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12998 \end_layout
12999
13000 \begin_layout Subsection
13001 Zellen mit diagonalen Linien
13002 \end_layout
13003
13004 \begin_layout Standard
13005 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13006  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13007  oder zwei diagonalen Linien zu teilen.
13008  Dies kann erreicht werden, indem man das LaTeX-Paket 
13009 \series bold
13010 diagbox
13011 \series default
13012
13013 \begin_inset Index idx
13014 status collapsed
13015
13016 \begin_layout Plain Layout
13017 LaTeX-Pakete ! diagbox
13018 \end_layout
13019
13020 \end_inset
13021
13022  im LaTeX-Vorspann lädt.
13023  Das Paket stellt den Befehl 
13024 \series bold
13025
13026 \backslash
13027 diagbox
13028 \series default
13029  zur Verfügung, der als TeX-Code eingefügt wird und 2 oder 3
13030 \begin_inset space ~
13031 \end_inset
13032
13033 Argumente hat:
13034 \end_layout
13035
13036 \begin_layout Standard
13037
13038 \series bold
13039
13040 \backslash
13041 diagbox[Optionen]{links unten}{rechts oben}
13042 \end_layout
13043
13044 \begin_layout Standard
13045
13046 \series bold
13047
13048 \backslash
13049 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13050 \end_layout
13051
13052 \begin_layout Standard
13053 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13054  die Argumente werden unter und über diese Linie platziert.
13055  Das zweite Schema teilt die Zelle mit 2
13056 \begin_inset space ~
13057 \end_inset
13058
13059 Linien.
13060 \end_layout
13061
13062 \begin_layout Standard
13063 \begin_inset ERT
13064 status collapsed
13065
13066 \begin_layout Plain Layout
13067
13068
13069 \backslash
13070 ifdiagbox
13071 \end_layout
13072
13073 \end_inset
13074
13075
13076 \begin_inset Note Note
13077 status open
13078
13079 \begin_layout Plain Layout
13080 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
13081 \series bold
13082 diagbox
13083 \series default
13084  installiert ist.
13085 \end_layout
13086
13087 \end_inset
13088
13089
13090 \end_layout
13091
13092 \begin_layout Standard
13093 Hier ist eine Beispieltabelle in der 
13094 \series bold
13095
13096 \backslash
13097 diagbox 
13098 \series default
13099 im 2-Argument Schema in der ersten Zelle verwendet wird:
13100 \begin_inset VSpace medskip
13101 \end_inset
13102
13103
13104 \end_layout
13105
13106 \begin_layout Standard
13107 \noindent
13108 \begin_inset Tabular
13109 <lyxtabular version="3" rows="4" columns="4">
13110 <features rotate="0" tabularvalignment="middle">
13111 <column alignment="center" valignment="top">
13112 <column alignment="center" valignment="top">
13113 <column alignment="center" valignment="top">
13114 <column alignment="center" valignment="top">
13115 <row>
13116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 \begin_inset ERT
13121 status collapsed
13122
13123 \begin_layout Plain Layout
13124
13125
13126 \backslash
13127 diagbox{
13128 \end_layout
13129
13130 \end_inset
13131
13132 Name
13133 \begin_inset ERT
13134 status collapsed
13135
13136 \begin_layout Plain Layout
13137
13138 }{
13139 \end_layout
13140
13141 \end_inset
13142
13143 Parameter
13144 \begin_inset ERT
13145 status collapsed
13146
13147 \begin_layout Plain Layout
13148
13149 }
13150 \end_layout
13151
13152 \end_inset
13153
13154
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 Dicke in nm
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172 Transparenz in %
13173 \end_layout
13174
13175 \end_inset
13176 </cell>
13177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181 Härte in MPa
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 </row>
13187 <row>
13188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 Perfekt Grün
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 45
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 80
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 504
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 </row>
13225 <row>
13226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 Dunkel Multi-P
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 60
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Plain Layout
13248 72
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Plain Layout
13257 982
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 </row>
13263 <row>
13264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268 Kristallklar Pro
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 18
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 86
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 374
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 </row>
13301 </lyxtabular>
13302
13303 \end_inset
13304
13305
13306 \begin_inset VSpace medskip
13307 \end_inset
13308
13309
13310 \end_layout
13311
13312 \begin_layout Standard
13313 \begin_inset Newpage newpage
13314 \end_inset
13315
13316
13317 \end_layout
13318
13319 \begin_layout Standard
13320 Das 3-Argument Schema ist z.
13321 \begin_inset space \thinspace{}
13322 \end_inset
13323
13324 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13325 \end_layout
13326
13327 \begin_layout Standard
13328 \noindent
13329 \align center
13330 \begin_inset Tabular
13331 <lyxtabular version="3" rows="4" columns="4">
13332 <features rotate="0" tabularvalignment="middle">
13333 <column alignment="center" valignment="top" width="0pt">
13334 <column alignment="center" valignment="top">
13335 <column alignment="center" valignment="top">
13336 <column alignment="center" valignment="top">
13337 <row>
13338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13339 \begin_inset Text
13340
13341 \begin_layout Plain Layout
13342 \begin_inset ERT
13343 status collapsed
13344
13345 \begin_layout Plain Layout
13346
13347
13348 \backslash
13349 diagbox{
13350 \end_layout
13351
13352 \end_inset
13353
13354 Heim
13355 \begin_inset ERT
13356 status collapsed
13357
13358 \begin_layout Plain Layout
13359
13360 }{
13361 \end_layout
13362
13363 \end_inset
13364
13365 Ergebnis
13366 \begin_inset ERT
13367 status collapsed
13368
13369 \begin_layout Plain Layout
13370
13371 }{
13372 \end_layout
13373
13374 \end_inset
13375
13376 Auswärts
13377 \begin_inset ERT
13378 status collapsed
13379
13380 \begin_layout Plain Layout
13381
13382 }
13383 \end_layout
13384
13385 \end_inset
13386
13387
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 Tiger
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 Panther
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 Falken
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 </row>
13420 <row>
13421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 Tiger
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 ---
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 1:3
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 0:1
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 </row>
13458 <row>
13459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 Panther
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 3:1
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 ---
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490 0:0
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 </row>
13496 <row>
13497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 Falken
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510 1:0
13511 \end_layout
13512
13513 \end_inset
13514 </cell>
13515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13516 \begin_inset Text
13517
13518 \begin_layout Plain Layout
13519 0:0
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 ---
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 </row>
13534 </lyxtabular>
13535
13536 \end_inset
13537
13538
13539 \end_layout
13540
13541 \begin_layout Standard
13542 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13543  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13544 \end_layout
13545
13546 \begin_layout Standard
13547 \noindent
13548 \align center
13549 \begin_inset Tabular
13550 <lyxtabular version="3" rows="5" columns="5">
13551 <features rotate="0" tabularvalignment="middle">
13552 <column alignment="center" valignment="top" width="0pt">
13553 <column alignment="center" valignment="top">
13554 <column alignment="center" valignment="top">
13555 <column alignment="center" valignment="top">
13556 <column alignment="center" valignment="top">
13557 <row>
13558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562 \begin_inset ERT
13563 status open
13564
13565 \begin_layout Plain Layout
13566
13567
13568 \backslash
13569 diagbox{
13570 \end_layout
13571
13572 \end_inset
13573
13574 Heim
13575 \begin_inset ERT
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579
13580 }{
13581 \end_layout
13582
13583 \end_inset
13584
13585 Ergebnis
13586 \begin_inset ERT
13587 status collapsed
13588
13589 \begin_layout Plain Layout
13590
13591 }{
13592 \end_layout
13593
13594 \end_inset
13595
13596 Auswärts
13597 \begin_inset ERT
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601
13602 }
13603 \end_layout
13604
13605 \end_inset
13606
13607
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 Tiger
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625 Panther
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 Falken
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 \begin_inset ERT
13644 status open
13645
13646 \begin_layout Plain Layout
13647
13648
13649 \backslash
13650 diagbox[dir=NE]{
13651 \end_layout
13652
13653 \end_inset
13654
13655 Heim
13656 \begin_inset ERT
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660
13661 }{
13662 \end_layout
13663
13664 \end_inset
13665
13666 Ergebnis
13667 \begin_inset ERT
13668 status collapsed
13669
13670 \begin_layout Plain Layout
13671
13672 }{
13673 \end_layout
13674
13675 \end_inset
13676
13677 Auswärts
13678 \begin_inset ERT
13679 status collapsed
13680
13681 \begin_layout Plain Layout
13682
13683 }
13684 \end_layout
13685
13686 \end_inset
13687
13688
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 </row>
13694 <row>
13695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699 Tiger
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708 ---
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717 1:3
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 0:1
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 Tiger
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 </row>
13741 <row>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 Panther
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 3:1
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 ---
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 0:0
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 Panther
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 </row>
13788 <row>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 Falken
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 1:0
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 0:0
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 ---
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 Falken
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 </row>
13835 <row>
13836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 \begin_inset ERT
13841 status open
13842
13843 \begin_layout Plain Layout
13844
13845
13846 \backslash
13847 diagbox[dir=SW]{
13848 \end_layout
13849
13850 \end_inset
13851
13852 Heim
13853 \begin_inset ERT
13854 status collapsed
13855
13856 \begin_layout Plain Layout
13857
13858 }{
13859 \end_layout
13860
13861 \end_inset
13862
13863 Ergebnis
13864 \begin_inset ERT
13865 status collapsed
13866
13867 \begin_layout Plain Layout
13868
13869 }{
13870 \end_layout
13871
13872 \end_inset
13873
13874 Auswärts
13875 \begin_inset ERT
13876 status collapsed
13877
13878 \begin_layout Plain Layout
13879
13880 }
13881 \end_layout
13882
13883 \end_inset
13884
13885
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 Tiger
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 Panther
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 Falken
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 \begin_inset ERT
13922 status open
13923
13924 \begin_layout Plain Layout
13925
13926
13927 \backslash
13928 diagbox[dir=SE]{
13929 \end_layout
13930
13931 \end_inset
13932
13933 Heim
13934 \begin_inset ERT
13935 status collapsed
13936
13937 \begin_layout Plain Layout
13938
13939 }{
13940 \end_layout
13941
13942 \end_inset
13943
13944 Ergebnis
13945 \begin_inset ERT
13946 status collapsed
13947
13948 \begin_layout Plain Layout
13949
13950 }{
13951 \end_layout
13952
13953 \end_inset
13954
13955 Auswärts
13956 \begin_inset ERT
13957 status collapsed
13958
13959 \begin_layout Plain Layout
13960
13961 }
13962 \end_layout
13963
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 </row>
13972 </lyxtabular>
13973
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \begin_layout Standard
13980 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13981 \series bold
13982 dir=Richtung
13983 \series default
13984  verwendet.
13985  
13986 \emph on
13987 Richtung
13988 \emph default
13989  ist entweder 
13990 \series bold
13991 NE
13992 \series default
13993
13994 \series bold
13995 DE
13996 \series default
13997
13998 \series bold
13999 SW
14000 \series default
14001  oder 
14002 \series bold
14003 NW
14004 \series default
14005  und stellt eine Himmelsrichtung dar.
14006  
14007 \series bold
14008 SW
14009 \series default
14010  ist z.
14011 \begin_inset space \thinspace{}
14012 \end_inset
14013
14014 B.
14015  die Südwestecke.
14016  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14017 \end_layout
14018
14019 \begin_layout Standard
14020
14021 \series bold
14022
14023 \backslash
14024 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14025 \end_layout
14026
14027 \begin_layout Standard
14028 verwendet.
14029  Wenn keine Richtung angegeben ist, wird NW verwendet.
14030 \end_layout
14031
14032 \begin_layout Standard
14033 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14034  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14035 e ist, ragt der Inhalt über die Zelle hinaus:
14036 \end_layout
14037
14038 \begin_layout Standard
14039 \noindent
14040 \align center
14041 \begin_inset Tabular
14042 <lyxtabular version="3" rows="2" columns="2">
14043 <features rotate="0" tabularvalignment="middle">
14044 <column alignment="center" valignment="top" width="3cm">
14045 <column alignment="center" valignment="top">
14046 <row>
14047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14048 \begin_inset Text
14049
14050 \begin_layout Plain Layout
14051 \begin_inset ERT
14052 status collapsed
14053
14054 \begin_layout Plain Layout
14055
14056
14057 \backslash
14058 diagbox{
14059 \end_layout
14060
14061 \end_inset
14062
14063 Name
14064 \begin_inset ERT
14065 status collapsed
14066
14067 \begin_layout Plain Layout
14068
14069 }{
14070 \end_layout
14071
14072 \end_inset
14073
14074 Parameter
14075 \begin_inset ERT
14076 status collapsed
14077
14078 \begin_layout Plain Layout
14079
14080 }
14081 \end_layout
14082
14083 \end_inset
14084
14085
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14091 \begin_inset Text
14092
14093 \begin_layout Plain Layout
14094 Dicke in nm
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 </row>
14100 <row>
14101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 Perfekt Grün
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 45
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 </row>
14120 </lyxtabular>
14121
14122 \end_inset
14123
14124
14125 \end_layout
14126
14127 \begin_layout Standard
14128 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14129  verwendet man die Befehlsoption 
14130 \series bold
14131 width=3cm
14132 \series default
14133  (ersetzen Sie '3cm' durch die benötigte Breite).
14134  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14135 \begin_inset space \thinspace{}
14136 \end_inset
14137
14138 cm gesetzt.
14139  Für 
14140 \series bold
14141
14142 \backslash
14143 diagbox
14144 \series default
14145  wird eine Breite von 4
14146 \begin_inset space \thinspace{}
14147 \end_inset
14148
14149 cm + 2
14150 \begin_inset space \thinspace{}
14151 \end_inset
14152
14153
14154 \backslash
14155 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14156  diesem Fall 4
14157 \begin_inset space \thinspace{}
14158 \end_inset
14159
14160 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14161  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14162 \series bold
14163
14164 \backslash
14165 diagbox
14166 \series default
14167  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14168  später verwenden kann.
14169  Dies wird mit den TeX-Code Befehlen
14170 \end_layout
14171
14172 \begin_layout Standard
14173
14174 \series bold
14175
14176 \backslash
14177 newlength{
14178 \backslash
14179 diagtest}
14180 \begin_inset Newline newline
14181 \end_inset
14182
14183
14184 \backslash
14185 setlength{
14186 \backslash
14187 diagtest}{4cm+2
14188 \backslash
14189 tabcolsep}
14190 \end_layout
14191
14192 \begin_layout Standard
14193 erreicht.
14194 \end_layout
14195
14196 \begin_layout Standard
14197 \begin_inset ERT
14198 status collapsed
14199
14200 \begin_layout Plain Layout
14201
14202
14203 \backslash
14204 newlength{
14205 \backslash
14206 diagtest}
14207 \end_layout
14208
14209 \begin_layout Plain Layout
14210
14211
14212 \backslash
14213 setlength{
14214 \backslash
14215 diagtest}{4cm+2
14216 \backslash
14217 tabcolsep}
14218 \end_layout
14219
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \begin_layout Standard
14226 Um Berechnungen in LaTeX zu aktivieren, muss das Paket 
14227 \series bold
14228 calc
14229 \series default
14230
14231 \begin_inset Index idx
14232 status collapsed
14233
14234 \begin_layout Plain Layout
14235 LaTeX-Pakete ! calc
14236 \end_layout
14237
14238 \end_inset
14239
14240  im LaTeX-Vorspann geladen werden.
14241 \end_layout
14242
14243 \begin_layout Standard
14244 In der Tabelle kann man nun den Befehl
14245 \end_layout
14246
14247 \begin_layout Standard
14248
14249 \series bold
14250
14251 \backslash
14252 diagbox[width=
14253 \backslash
14254 diagtest]{A}{B}
14255 \end_layout
14256
14257 \begin_layout Standard
14258 in der ersten Zelle verwenden:
14259 \end_layout
14260
14261 \begin_layout Standard
14262 \noindent
14263 \align center
14264 \begin_inset Tabular
14265 <lyxtabular version="3" rows="2" columns="2">
14266 <features rotate="0" tabularvalignment="middle">
14267 <column alignment="center" valignment="top" width="4cm">
14268 <column alignment="center" valignment="top">
14269 <row>
14270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274 \begin_inset ERT
14275 status open
14276
14277 \begin_layout Plain Layout
14278
14279
14280 \backslash
14281 diagbox[width=
14282 \backslash
14283 diagtest]{
14284 \end_layout
14285
14286 \end_inset
14287
14288 A
14289 \begin_inset ERT
14290 status collapsed
14291
14292 \begin_layout Plain Layout
14293
14294 }{
14295 \end_layout
14296
14297 \end_inset
14298
14299 B
14300 \begin_inset ERT
14301 status collapsed
14302
14303 \begin_layout Plain Layout
14304
14305 }
14306 \end_layout
14307
14308 \end_inset
14309
14310
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 Dicke in nm
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 </row>
14325 <row>
14326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14327 \begin_inset Text
14328
14329 \begin_layout Plain Layout
14330 Perfekt Grün
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 45
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 </row>
14345 </lyxtabular>
14346
14347 \end_inset
14348
14349
14350 \end_layout
14351
14352 \begin_layout Standard
14353 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14354  muss.
14355  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14356  wie in in dieser Tabelle:
14357 \end_layout
14358
14359 \begin_layout Standard
14360 \noindent
14361 \align center
14362 \begin_inset Tabular
14363 <lyxtabular version="3" rows="2" columns="2">
14364 <features rotate="0" tabularvalignment="middle">
14365 <column alignment="center" valignment="top" width="0pt">
14366 <column alignment="center" valignment="top">
14367 <row>
14368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 \begin_inset ERT
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376
14377
14378 \backslash
14379 diagbox{
14380 \end_layout
14381
14382 \end_inset
14383
14384 A
14385 \begin_inset ERT
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389
14390 }{
14391 \end_layout
14392
14393 \end_inset
14394
14395 B
14396 \begin_inset ERT
14397 status collapsed
14398
14399 \begin_layout Plain Layout
14400
14401 }
14402 \end_layout
14403
14404 \end_inset
14405
14406
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 Dicke in nm
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 </row>
14421 <row>
14422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 Perfekt Grün
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 45
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 </row>
14441 </lyxtabular>
14442
14443 \end_inset
14444
14445
14446 \end_layout
14447
14448 \begin_layout Standard
14449 Verwenden Sie in diesem Fall die Option 
14450 \series bold
14451 width
14452 \series default
14453  des Befehls 
14454 \series bold
14455
14456 \backslash
14457 diagbox
14458 \series default
14459 .
14460  Es ist dabei nicht notwendig, 2
14461 \backslash
14462 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14463  ist.
14464  In dieser Tabelle wird eine Breite von 3
14465 \begin_inset space \thinspace{}
14466 \end_inset
14467
14468 cm verwendet:
14469 \end_layout
14470
14471 \begin_layout Standard
14472 \noindent
14473 \align center
14474 \begin_inset Tabular
14475 <lyxtabular version="3" rows="2" columns="2">
14476 <features rotate="0" tabularvalignment="middle">
14477 <column alignment="center" valignment="top" width="0pt">
14478 <column alignment="center" valignment="top">
14479 <row>
14480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484 \begin_inset ERT
14485 status open
14486
14487 \begin_layout Plain Layout
14488
14489
14490 \backslash
14491 diagbox[width=3cm]{
14492 \end_layout
14493
14494 \end_inset
14495
14496 A
14497 \begin_inset ERT
14498 status collapsed
14499
14500 \begin_layout Plain Layout
14501
14502 }{
14503 \end_layout
14504
14505 \end_inset
14506
14507 B
14508 \begin_inset ERT
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512
14513 }
14514 \end_layout
14515
14516 \end_inset
14517
14518
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527 Dicke in nm
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 </row>
14533 <row>
14534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14535 \begin_inset Text
14536
14537 \begin_layout Plain Layout
14538 Perfekt Grün
14539 \end_layout
14540
14541 \end_inset
14542 </cell>
14543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14544 \begin_inset Text
14545
14546 \begin_layout Plain Layout
14547 45
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 </row>
14553 </lyxtabular>
14554
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \begin_layout Standard
14561 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14562  Text in der Zelle unterzubringen.
14563  Dies wird mit der 
14564 \series bold
14565
14566 \backslash
14567 diagbox
14568 \series default
14569 -Option 
14570 \series bold
14571 height=3cm
14572 \series default
14573  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14574  In der folgenden Tabelle wird der Befehl
14575 \end_layout
14576
14577 \begin_layout Standard
14578
14579 \series bold
14580
14581 \backslash
14582 diagbox[width=3cm,height=1.4cm]{A
14583 \backslash
14584
14585 \backslash
14586 B}{C
14587 \backslash
14588
14589 \backslash
14590 D}
14591 \end_layout
14592
14593 \begin_layout Standard
14594 in der ersten Zelle verwendet.
14595  Der Befehl 
14596 \series bold
14597
14598 \backslash
14599
14600 \backslash
14601
14602 \series default
14603  erzeugt hierbei den Zeilenumbruch.
14604 \begin_inset Foot
14605 status collapsed
14606
14607 \begin_layout Plain Layout
14608 Zeilen mit 
14609 \family sans
14610 Strg+Enter
14611 \family default
14612  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14613 \end_layout
14614
14615 \end_inset
14616
14617
14618 \end_layout
14619
14620 \begin_layout Standard
14621 \noindent
14622 \align center
14623 \begin_inset Tabular
14624 <lyxtabular version="3" rows="2" columns="2">
14625 <features rotate="0" tabularvalignment="middle">
14626 <column alignment="center" valignment="top">
14627 <column alignment="center" valignment="top">
14628 <row>
14629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Plain Layout
14633 \begin_inset ERT
14634 status open
14635
14636 \begin_layout Plain Layout
14637
14638
14639 \backslash
14640 diagbox[width=3cm,height=1.4cm]{
14641 \end_layout
14642
14643 \end_inset
14644
14645 A
14646 \begin_inset ERT
14647 status collapsed
14648
14649 \begin_layout Plain Layout
14650
14651
14652 \backslash
14653
14654 \backslash
14655
14656 \end_layout
14657
14658 \end_inset
14659
14660 B
14661 \begin_inset ERT
14662 status collapsed
14663
14664 \begin_layout Plain Layout
14665
14666 }{
14667 \end_layout
14668
14669 \end_inset
14670
14671 C
14672 \begin_inset ERT
14673 status collapsed
14674
14675 \begin_layout Plain Layout
14676
14677
14678 \backslash
14679
14680 \backslash
14681
14682 \end_layout
14683
14684 \end_inset
14685
14686 D
14687 \begin_inset ERT
14688 status collapsed
14689
14690 \begin_layout Plain Layout
14691
14692 }
14693 \end_layout
14694
14695 \end_inset
14696
14697
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14703 \begin_inset Text
14704
14705 \begin_layout Plain Layout
14706 Dicke in nm
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 </row>
14712 <row>
14713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717 Perfekt Grün
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14723 \begin_inset Text
14724
14725 \begin_layout Plain Layout
14726 45
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 </row>
14732 </lyxtabular>
14733
14734 \end_inset
14735
14736
14737 \end_layout
14738
14739 \begin_layout Standard
14740 \begin_inset ERT
14741 status collapsed
14742
14743 \begin_layout Plain Layout
14744
14745
14746 \backslash
14747 else
14748 \end_layout
14749
14750 \end_inset
14751
14752
14753 \begin_inset Note Note
14754 status open
14755
14756 \begin_layout Plain Layout
14757 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
14758 \series bold
14759 diagbox
14760 \series default
14761  nicht installiert ist:
14762 \end_layout
14763
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \begin_layout Standard
14770 Sie müssen das LaTeX-Paket 
14771 \series bold
14772 diagbox
14773 \series default
14774  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14775 \end_layout
14776
14777 \begin_layout Standard
14778 \begin_inset ERT
14779 status collapsed
14780
14781 \begin_layout Plain Layout
14782
14783
14784 \backslash
14785 fi
14786 \end_layout
14787
14788 \end_inset
14789
14790
14791 \end_layout
14792
14793 \begin_layout Standard
14794 Für mehr Informationen über das LaTeX-Paket 
14795 \series bold
14796 diagbox
14797 \series default
14798 , siehe dessen Dokumentation, 
14799 \begin_inset CommandInset citation
14800 LatexCommand cite
14801 key "diagbox"
14802
14803 \end_inset
14804
14805 .
14806 \end_layout
14807
14808 \begin_layout Section
14809 Formale Tabellen
14810 \begin_inset CommandInset label
14811 LatexCommand label
14812 name "abs:Formale-Tabellen"
14813
14814 \end_inset
14815
14816
14817 \begin_inset Index idx
14818 status collapsed
14819
14820 \begin_layout Plain Layout
14821 Tabellen ! Formale
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \begin_layout Standard
14830 Tabellen werden in Büchern oft wie Tabelle
14831 \begin_inset space ~
14832 \end_inset
14833
14834
14835 \begin_inset CommandInset ref
14836 LatexCommand ref
14837 reference "tab:Formale-Tabelle"
14838
14839 \end_inset
14840
14841  gesetzt.
14842  Diese Tabellen werden
14843 \emph on
14844  formal
14845 \emph default
14846  genannt.
14847  Formale Tabellen bekommen Sie, wenn Sie im 
14848 \family sans
14849 Tabellen-Einstellungen
14850 \family default
14851 -Dialog auf der Karteikarte 
14852 \family sans
14853 Rahmen
14854 \family default
14855  den 
14856 \family sans
14857 Stil
14858 \family default
14859  
14860 \family sans
14861 Formal
14862 \family default
14863  ankreuzen.
14864 \end_layout
14865
14866 \begin_layout Standard
14867 \begin_inset Float table
14868 placement h
14869 wide false
14870 sideways false
14871 status open
14872
14873 \begin_layout Plain Layout
14874 \begin_inset Caption Standard
14875
14876 \begin_layout Plain Layout
14877 \begin_inset CommandInset label
14878 LatexCommand label
14879 name "tab:Formale-Tabelle"
14880
14881 \end_inset
14882
14883 Formale Tabelle
14884 \end_layout
14885
14886 \end_inset
14887
14888
14889 \end_layout
14890
14891 \begin_layout Plain Layout
14892 \align center
14893 \begin_inset Tabular
14894 <lyxtabular version="3" rows="8" columns="4">
14895 <features rotate="0" booktabs="true" tabularvalignment="middle">
14896 <column alignment="center" valignment="top">
14897 <column alignment="right" valignment="top">
14898 <column alignment="right" valignment="top">
14899 <column alignment="right" valignment="top">
14900 <row>
14901 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905 System
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell alignment="center" valignment="top" topline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914 Chip
14915 \begin_inset space \thinspace{}
14916 \end_inset
14917
14918 1
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 Chip
14928 \begin_inset space \thinspace{}
14929 \end_inset
14930
14931 2
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940
14941 \end_layout
14942
14943 \end_inset
14944 </cell>
14945 </row>
14946 <row>
14947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951 \begin_inset ERT
14952 status collapsed
14953
14954 \begin_layout Plain Layout
14955
14956
14957 \backslash
14958 cmidrule(r){2-2}
14959 \end_layout
14960
14961 \end_inset
14962
14963
14964 \begin_inset ERT
14965 status collapsed
14966
14967 \begin_layout Plain Layout
14968
14969
14970 \backslash
14971 cmidrule(l){3-4}
14972 \end_layout
14973
14974 \end_inset
14975
14976 Detektordicke in µm
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 300
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 300
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 700
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 </row>
15009 <row>
15010 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 Kantenwinkel in °
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" topline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 3.55
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell alignment="center" valignment="top" topline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032 2.71
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" topline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 7.99
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 </row>
15047 <row topspace="default">
15048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052 räumliche Auf\SpecialChar \textcompwordmark{}
15053 lösung in µm
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 4.26
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071 10.17
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 10.56
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 </row>
15086 <row topspace="default">
15087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091 MTF bei 
15092 \begin_inset Formula $f_{\mathrm{max}}$
15093 \end_inset
15094
15095
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 0.53
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 0.37
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 0.39
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row topspace="default">
15129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 \begin_inset ERT
15134 status collapsed
15135
15136 \begin_layout Plain Layout
15137
15138
15139 \backslash
15140 cmidrule[2pt](l{10pt}){1-1}
15141 \end_layout
15142
15143 \end_inset
15144
15145 LSF räumliche Auf\SpecialChar \textcompwordmark{}
15146 lösung
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 <cell alignment="center" valignment="top" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 <cell alignment="center" valignment="top" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 </row>
15179 <row>
15180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 in µm
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 129.7
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202 52.75
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211 50.78
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 <row>
15218 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222 in % der Pixelgröße
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231 76.3
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 95.9
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249 92.3
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 </row>
15255 </lyxtabular>
15256
15257 \end_inset
15258
15259
15260 \end_layout
15261
15262 \end_inset
15263
15264
15265 \end_layout
15266
15267 \begin_layout Standard
15268 Abstände zu Tabellenzeilen können auf der Karteikarte 
15269 \family sans
15270 Rahmen
15271 \family default
15272  des 
15273 \family sans
15274 Tabellen-Ein\SpecialChar \-
15275 stel\SpecialChar \-
15276 lun\SpecialChar \-
15277 gen
15278 \family default
15279 -Dialogs hinzugefügt werden, wie in Abschnitt
15280 \begin_inset space ~
15281 \end_inset
15282
15283
15284 \begin_inset CommandInset ref
15285 LatexCommand ref
15286 reference "uab:Zeilenabstand"
15287
15288 \end_inset
15289
15290  beschrieben.
15291 \end_layout
15292
15293 \begin_layout Standard
15294 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15295  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15296  gedruckt aber anders aus.
15297  Die erste und letzte Linie ist 0.08
15298 \begin_inset space \thinspace{}
15299 \end_inset
15300
15301 em dick, während die anderen 0.05
15302 \begin_inset space \thinspace{}
15303 \end_inset
15304
15305 em dick sind.
15306 \end_layout
15307
15308 \begin_layout Standard
15309 Die Standarddicken können im LaTeX-Vorspann geändert werden:
15310 \end_layout
15311
15312 \begin_layout Standard
15313
15314 \series bold
15315
15316 \backslash
15317 let
15318 \backslash
15319 mytoprule
15320 \backslash
15321 toprule
15322 \begin_inset Newline newline
15323 \end_inset
15324
15325
15326 \backslash
15327 renewcommand{
15328 \backslash
15329 toprule}{
15330 \backslash
15331 mytoprule[Breite]}
15332 \end_layout
15333
15334 \begin_layout Standard
15335 Dies Beispiel gilt für die oberste Linie, genannt 
15336 \series bold
15337 toprule
15338 \series default
15339 .
15340  Für die letzte müssen Sie 
15341 \series bold
15342 toprule
15343 \series default
15344  durch 
15345 \series bold
15346 bottomrule
15347 \series default
15348  ersetzen.
15349  Die Linien dazwischen heißen 
15350 \series bold
15351 midrule
15352 \series default
15353 .
15354  Für 
15355 \family sans
15356 Breite
15357 \family default
15358  können Sie alle Einheiten benutzen, die in Anhang
15359 \begin_inset space ~
15360 \end_inset
15361
15362
15363 \begin_inset CommandInset ref
15364 LatexCommand ref
15365 reference "kap:In-LyX-verfügbare"
15366
15367 \end_inset
15368
15369  aufgelistet sind.
15370 \end_layout
15371
15372 \begin_layout Standard
15373 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15374  eine Linie unter einer Mehrfachspalte.
15375  LyX wird intern den Befehl 
15376 \series bold
15377
15378 \backslash
15379 cmidrule
15380 \series default
15381  benutzen, um diese Linie zu drucken.
15382  Der ganze Befehl sieht so aus:
15383 \end_layout
15384
15385 \begin_layout Standard
15386
15387 \series bold
15388
15389 \backslash
15390 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15391 \end_layout
15392
15393 \begin_layout Standard
15394 Die 
15395 \series bold
15396
15397 \backslash
15398 cmidrule
15399 \series default
15400 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
15401  benutzen.
15402  
15403 \series bold
15404
15405 \backslash
15406 cmidrule
15407 \series default
15408  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
15409  erste Zelle einer Zeile einfügt.
15410  Die Linie wird dann über der Zeile gedruckt.
15411 \end_layout
15412
15413 \begin_layout Standard
15414 Der Standardwert der optionalen 
15415 \series bold
15416 Höhe
15417 \series default
15418  ist 0.03
15419 \begin_inset space \thinspace{}
15420 \end_inset
15421
15422 em.
15423  Die Linie reicht von 
15424 \series bold
15425 Anfangsspalte
15426 \series default
15427  bis 
15428 \series bold
15429 Endspalte
15430 \series default
15431 .
15432  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15433  Die 
15434 \series bold
15435 Endspalte
15436 \series default
15437  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15438  Der optionale Parameter 
15439 \series bold
15440 trim
15441 \series default
15442  kann die Werte 
15443 \emph on
15444 r
15445 \emph default
15446
15447 \emph on
15448 r{Breite}
15449 \emph default
15450
15451 \emph on
15452 l
15453 \family typewriter
15454 \emph default
15455  
15456 \family default
15457 oder 
15458 \emph on
15459 l{Breite}
15460 \emph default
15461  annehmen, wobei die 
15462 \emph on
15463 Breite
15464 \emph default
15465  optional ist.
15466  
15467 \emph on
15468 l{2pt}
15469 \emph default
15470  zum Beispiel bedeutet, dass die Linie links um 2
15471 \begin_inset space \thinspace{}
15472 \end_inset
15473
15474 pt gekürzt wird.
15475  Ohne Breitenangabe wird die Linie um 0.5
15476 \begin_inset space \thinspace{}
15477 \end_inset
15478
15479 em gekürzt.
15480 \end_layout
15481
15482 \begin_layout Standard
15483 \begin_inset VSpace bigskip
15484 \end_inset
15485
15486 In Tabelle
15487 \begin_inset space ~
15488 \end_inset
15489
15490
15491 \begin_inset CommandInset ref
15492 LatexCommand ref
15493 reference "tab:Formale-Tabelle"
15494
15495 \end_inset
15496
15497  wurden die Befehle
15498 \end_layout
15499
15500 \begin_layout Standard
15501
15502 \series bold
15503
15504 \backslash
15505 cmidrule(r){2-2}
15506 \backslash
15507 cmidrule(l){3-4}
15508 \end_layout
15509
15510 \begin_layout Standard
15511 am Anfang der zweiten Zeile und
15512 \end_layout
15513
15514 \begin_layout Standard
15515
15516 \series bold
15517
15518 \backslash
15519 cmidrule[2pt](l{10pt}){1-1}
15520 \end_layout
15521
15522 \begin_layout Standard
15523 in der sechsten benutzt.
15524 \end_layout
15525
15526 \begin_layout Standard
15527 \begin_inset VSpace bigskip
15528 \end_inset
15529
15530
15531 \end_layout
15532
15533 \begin_layout Standard
15534 Sie können mit 
15535 \series bold
15536
15537 \backslash
15538 cmidrule
15539 \series default
15540  auch überlappende Linien wie in Tabelle
15541 \begin_inset space ~
15542 \end_inset
15543
15544
15545 \begin_inset CommandInset ref
15546 LatexCommand ref
15547 reference "tab:Special-booktabs-table"
15548
15549 \end_inset
15550
15551  definieren.
15552  Der Befehl ist:
15553 \end_layout
15554
15555 \begin_layout Standard
15556
15557 \series bold
15558
15559 \backslash
15560 morecmidrules
15561 \end_layout
15562
15563 \begin_layout Standard
15564 In Zeile zwei der Tabelle
15565 \begin_inset space ~
15566 \end_inset
15567
15568
15569 \begin_inset CommandInset ref
15570 LatexCommand ref
15571 reference "tab:Special-booktabs-table"
15572
15573 \end_inset
15574
15575  wurde folgender Befehl benutzt:
15576 \end_layout
15577
15578 \begin_layout Standard
15579
15580 \series bold
15581
15582 \backslash
15583 cmidrule(r){2-2}
15584 \backslash
15585 cmidrule(l){3-4}
15586 \backslash
15587 morecmidrules
15588 \begin_inset Newline newline
15589 \end_inset
15590
15591
15592 \backslash
15593 cmidrule{2-4}
15594 \end_layout
15595
15596 \begin_layout Standard
15597 und in Zeile sechs:
15598 \end_layout
15599
15600 \begin_layout Standard
15601
15602 \series bold
15603
15604 \backslash
15605 midrule
15606 \backslash
15607 morecmidrules
15608 \backslash
15609 cmidrule{3-4}
15610 \end_layout
15611
15612 \begin_layout Standard
15613 \begin_inset VSpace bigskip
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Standard
15620 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15621  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15622 \end_layout
15623
15624 \begin_layout Standard
15625
15626 \series bold
15627
15628 \backslash
15629 specialrule{Dicke}{Abstand davor}{Abstand danach}
15630 \end_layout
15631
15632 \begin_layout Standard
15633 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
15634 \series bold
15635 booktabs
15636 \series default
15637  
15638 \begin_inset CommandInset citation
15639 LatexCommand cite
15640 key "booktabs"
15641
15642 \end_inset
15643
15644 .
15645 \begin_inset Index idx
15646 status collapsed
15647
15648 \begin_layout Plain Layout
15649 LaTeX-Pakete ! booktabs
15650 \end_layout
15651
15652 \end_inset
15653
15654
15655 \end_layout
15656
15657 \begin_layout Standard
15658 \begin_inset Float table
15659 placement h
15660 wide false
15661 sideways false
15662 status open
15663
15664 \begin_layout Plain Layout
15665 \begin_inset Caption Standard
15666
15667 \begin_layout Plain Layout
15668 \begin_inset CommandInset label
15669 LatexCommand label
15670 name "tab:Special-booktabs-table"
15671
15672 \end_inset
15673
15674 Eine spezielle formale Tabelle
15675 \end_layout
15676
15677 \end_inset
15678
15679
15680 \end_layout
15681
15682 \begin_layout Plain Layout
15683 \align center
15684 \begin_inset Tabular
15685 <lyxtabular version="3" rows="8" columns="4">
15686 <features rotate="0" booktabs="true" tabularvalignment="middle">
15687 <column alignment="center" valignment="top">
15688 <column alignment="center" valignment="top">
15689 <column alignment="right" valignment="top">
15690 <column alignment="right" valignment="top">
15691 <row>
15692 <cell alignment="center" valignment="top" topline="true" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Plain Layout
15696 System
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 <cell alignment="center" valignment="top" topline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705 Chip
15706 \begin_inset space \thinspace{}
15707 \end_inset
15708
15709 1
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718 Chip
15719 \begin_inset space \thinspace{}
15720 \end_inset
15721
15722 2
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 </row>
15737 <row>
15738 <cell alignment="center" valignment="top" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 \begin_inset ERT
15743 status collapsed
15744
15745 \begin_layout Plain Layout
15746
15747
15748 \backslash
15749 cmidrule(r){2-2}
15750 \end_layout
15751
15752 \end_inset
15753
15754
15755 \begin_inset ERT
15756 status collapsed
15757
15758 \begin_layout Plain Layout
15759
15760
15761 \backslash
15762 cmidrule(l){3-4}
15763 \end_layout
15764
15765 \end_inset
15766
15767
15768 \begin_inset ERT
15769 status collapsed
15770
15771 \begin_layout Plain Layout
15772
15773
15774 \backslash
15775 morecmidrules 
15776 \end_layout
15777
15778 \end_inset
15779
15780
15781 \begin_inset ERT
15782 status collapsed
15783
15784 \begin_layout Plain Layout
15785
15786
15787 \backslash
15788 cmidrule{2-4}
15789 \end_layout
15790
15791 \end_inset
15792
15793 Detektordicke in µm
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 300
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 300
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 700
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 </row>
15826 <row>
15827 <cell alignment="center" valignment="top" topline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831 Kantenwinkel in °
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" topline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840 3,55
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" topline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849 2,71
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" topline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858 7,99
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 </row>
15864 <row topspace="default">
15865 <cell alignment="center" valignment="top" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 räumliche Auf\SpecialChar \textcompwordmark{}
15870 lösung in µm
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 4,26
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 10,17
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 10,56
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 </row>
15903 <row topspace="default">
15904 <cell alignment="center" valignment="top" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 MTF bei 
15909 \begin_inset Formula $f_{\mathrm{max}}$
15910 \end_inset
15911
15912
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921 0,53
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 <cell alignment="center" valignment="top" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930 0,37
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 0,39
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 </row>
15945 <row>
15946 <cell alignment="center" valignment="top" topline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 \begin_inset ERT
15951 status collapsed
15952
15953 \begin_layout Plain Layout
15954
15955
15956 \backslash
15957 morecmidrules 
15958 \end_layout
15959
15960 \end_inset
15961
15962
15963 \begin_inset ERT
15964 status collapsed
15965
15966 \begin_layout Plain Layout
15967
15968
15969 \backslash
15970 cmidrule{3-4}
15971 \end_layout
15972
15973 \end_inset
15974
15975 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
15976 lösung
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" topline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 </row>
16009 <row>
16010 <cell alignment="center" valignment="top" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014 in µm
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 129,7
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell alignment="center" valignment="top" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032 52,75
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 50,78
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 </row>
16047 <row>
16048 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052 in % der Pixelgröße
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061 76,3
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070 95,9
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 92,3
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 </row>
16085 </lyxtabular>
16086
16087 \end_inset
16088
16089
16090 \end_layout
16091
16092 \end_inset
16093
16094
16095 \end_layout
16096
16097 \begin_layout Section
16098 Vertikale Tabellen-Ausrichtung
16099 \begin_inset Index idx
16100 status collapsed
16101
16102 \begin_layout Plain Layout
16103 Tabellen ! Ausrichtung
16104 \end_layout
16105
16106 \end_inset
16107
16108
16109 \end_layout
16110
16111 \begin_layout Standard
16112 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16113  einer Box sein.
16114  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16115 \begin_inset space ~
16116 \end_inset
16117
16118
16119 \begin_inset CommandInset ref
16120 LatexCommand ref
16121 reference "abs:Box-Dialog"
16122
16123 \end_inset
16124
16125  beschrieben.
16126 \end_layout
16127
16128 \begin_layout Standard
16129 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16130 \begin_inset Foot
16131 status collapsed
16132
16133 \begin_layout Plain Layout
16134 Minipages werden in Abschnitt
16135 \begin_inset space ~
16136 \end_inset
16137
16138
16139 \begin_inset CommandInset ref
16140 LatexCommand ref
16141 reference "abs:Minipage"
16142
16143 \end_inset
16144
16145  beschrieben.
16146 \end_layout
16147
16148 \end_inset
16149
16150  mit 15
16151 \begin_inset space \thinspace{}
16152 \end_inset
16153
16154 col%-Breite:
16155 \end_layout
16156
16157 \begin_layout Itemize
16158 Test 
16159 \begin_inset Box Frameless
16160 position "t"
16161 hor_pos "c"
16162 has_inner_box 1
16163 inner_pos "c"
16164 use_parbox 0
16165 use_makebox 0
16166 width "15col%"
16167 special "none"
16168 height "1in"
16169 height_special "totalheight"
16170 status collapsed
16171
16172 \begin_layout Plain Layout
16173 \begin_inset Tabular
16174 <lyxtabular version="3" rows="3" columns="3">
16175 <features rotate="0" tabularvalignment="middle">
16176 <column alignment="center" valignment="top">
16177 <column alignment="center" valignment="top">
16178 <column alignment="center" valignment="top">
16179 <row>
16180 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184 Tabelle 1
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 </row>
16208 <row>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 b
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 e
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 h
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 <row>
16238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242 c
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251 f
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 i
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 </lyxtabular>
16267
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \end_inset
16274
16275  Test 
16276 \begin_inset ERT
16277 status collapsed
16278
16279 \begin_layout Plain Layout
16280
16281
16282 \backslash
16283 raisebox{0.85
16284 \backslash
16285 baselineskip}{
16286 \end_layout
16287
16288 \end_inset
16289
16290
16291 \begin_inset Box Frameless
16292 position "t"
16293 hor_pos "c"
16294 has_inner_box 1
16295 inner_pos "c"
16296 use_parbox 0
16297 use_makebox 0
16298 width "15col%"
16299 special "none"
16300 height "1in"
16301 height_special "totalheight"
16302 status collapsed
16303
16304 \begin_layout Plain Layout
16305 \begin_inset Tabular
16306 <lyxtabular version="3" rows="3" columns="3">
16307 <features rotate="0" tabularvalignment="middle">
16308 <column alignment="center" valignment="top">
16309 <column alignment="center" valignment="top">
16310 <column alignment="center" valignment="top">
16311 <row>
16312 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 Tabelle 2
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 b
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 e
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 h
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 </row>
16369 <row>
16370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 c
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 f
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 i
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 </row>
16398 </lyxtabular>
16399
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \end_inset
16406
16407
16408 \begin_inset ERT
16409 status collapsed
16410
16411 \begin_layout Plain Layout
16412
16413 }
16414 \end_layout
16415
16416 \end_inset
16417
16418
16419 \end_layout
16420
16421 \begin_layout Itemize
16422 Test 
16423 \begin_inset Box Frameless
16424 position "c"
16425 hor_pos "c"
16426 has_inner_box 1
16427 inner_pos "c"
16428 use_parbox 0
16429 use_makebox 0
16430 width "15col%"
16431 special "none"
16432 height "1in"
16433 height_special "totalheight"
16434 status collapsed
16435
16436 \begin_layout Plain Layout
16437 \begin_inset Tabular
16438 <lyxtabular version="3" rows="3" columns="3">
16439 <features rotate="0" tabularvalignment="middle">
16440 <column alignment="center" valignment="top">
16441 <column alignment="center" valignment="top">
16442 <column alignment="center" valignment="top">
16443 <row>
16444 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448 Tabelle 3
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 </row>
16472 <row>
16473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 b
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 e
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 h
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 c
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 f
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 i
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 </row>
16530 </lyxtabular>
16531
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \end_inset
16538
16539
16540 \end_layout
16541
16542 \begin_layout Itemize
16543 Test 
16544 \begin_inset Box Frameless
16545 position "b"
16546 hor_pos "c"
16547 has_inner_box 1
16548 inner_pos "c"
16549 use_parbox 0
16550 use_makebox 0
16551 width "15col%"
16552 special "none"
16553 height "1in"
16554 height_special "totalheight"
16555 status collapsed
16556
16557 \begin_layout Plain Layout
16558 \begin_inset Tabular
16559 <lyxtabular version="3" rows="3" columns="3">
16560 <features rotate="0" tabularvalignment="middle">
16561 <column alignment="center" valignment="top">
16562 <column alignment="center" valignment="top">
16563 <column alignment="center" valignment="top">
16564 <row>
16565 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 Tabelle 4
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Plain Layout
16578
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 </row>
16593 <row>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 b
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607 e
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 h
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 </row>
16622 <row>
16623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 c
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 f
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 i
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 </row>
16651 </lyxtabular>
16652
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \end_inset
16659
16660 Test 
16661 \begin_inset ERT
16662 status collapsed
16663
16664 \begin_layout Plain Layout
16665
16666
16667 \backslash
16668 raisebox{-0.32
16669 \backslash
16670 baselineskip}{
16671 \end_layout
16672
16673 \end_inset
16674
16675
16676 \begin_inset Box Frameless
16677 position "b"
16678 hor_pos "c"
16679 has_inner_box 1
16680 inner_pos "c"
16681 use_parbox 0
16682 use_makebox 0
16683 width "15col%"
16684 special "none"
16685 height "1in"
16686 height_special "totalheight"
16687 status collapsed
16688
16689 \begin_layout Plain Layout
16690 \begin_inset Tabular
16691 <lyxtabular version="3" rows="3" columns="3">
16692 <features rotate="0" tabularvalignment="middle">
16693 <column alignment="center" valignment="top">
16694 <column alignment="center" valignment="top">
16695 <column alignment="center" valignment="top">
16696 <row>
16697 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 Tabelle 5
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 b
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 e
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 h
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 </row>
16754 <row>
16755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 c
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 f
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 i
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 </row>
16783 </lyxtabular>
16784
16785 \end_inset
16786
16787
16788 \end_layout
16789
16790 \end_inset
16791
16792
16793 \begin_inset ERT
16794 status collapsed
16795
16796 \begin_layout Plain Layout
16797
16798 }
16799 \end_layout
16800
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \begin_layout Standard
16807 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16808 \begin_inset space \space{}
16809 \end_inset
16810
16811 1 und letzten Zeile von Tabelle
16812 \begin_inset space \space{}
16813 \end_inset
16814
16815 4 bezüglich dem Wort 
16816 \begin_inset Quotes gld
16817 \end_inset
16818
16819 Test
16820 \begin_inset Quotes grd
16821 \end_inset
16822
16823  nicht richtig ausgerichtet.
16824  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16825 \begin_inset Quotes gld
16826 \end_inset
16827
16828 Raisebox
16829 \begin_inset Quotes grd
16830 \end_inset
16831
16832
16833 \begin_inset Foot
16834 status collapsed
16835
16836 \begin_layout Plain Layout
16837 Raiseboxen werden in Abschnitt
16838 \begin_inset space ~
16839 \end_inset
16840
16841
16842 \begin_inset CommandInset ref
16843 LatexCommand ref
16844 reference "uab:Vertikale-Ausrichtung"
16845
16846 \end_inset
16847
16848  beschrieben.
16849 \end_layout
16850
16851 \end_inset
16852
16853  setzen.
16854  In Tabelle
16855 \begin_inset space \space{}
16856 \end_inset
16857
16858 2 wurde der Text mit dem Befehl
16859 \end_layout
16860
16861 \begin_layout Standard
16862
16863 \series bold
16864
16865 \backslash
16866 raisebox{0.85
16867 \backslash
16868 baselineskip}{
16869 \end_layout
16870
16871 \begin_layout Standard
16872 vor der Box ausgerichtet.
16873  Hinter der Box wurde auch noch 
16874 \series bold
16875 }
16876 \series default
16877  als TeX-Code eingefügt, weil der obige Befehl mit 
16878 \series bold
16879 {
16880 \series default
16881  aufhörte.
16882  Für Tabelle
16883 \begin_inset space \space{}
16884 \end_inset
16885
16886 5 wurde der Befehl
16887 \end_layout
16888
16889 \begin_layout Standard
16890
16891 \series bold
16892
16893 \backslash
16894 raisebox{-0.32
16895 \backslash
16896 baselineskip}{
16897 \end_layout
16898
16899 \begin_layout Standard
16900 benutzt.
16901 \end_layout
16902
16903 \begin_layout Standard
16904 \begin_inset Note Greyedout
16905 status open
16906
16907 \begin_layout Plain Layout
16908
16909 \series bold
16910 Bemerkung:
16911 \series default
16912  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16913  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16914  Der Faktor im 
16915 \series bold
16916
16917 \backslash
16918 raisebox
16919 \series default
16920 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16921 \end_layout
16922
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \begin_layout Section
16929 Farbige Tabellen
16930 \begin_inset CommandInset label
16931 LatexCommand label
16932 name "abs:Farbige-Tabellen"
16933
16934 \end_inset
16935
16936
16937 \begin_inset Index idx
16938 status collapsed
16939
16940 \begin_layout Plain Layout
16941 Tabellen ! farbige
16942 \end_layout
16943
16944 \end_inset
16945
16946
16947 \end_layout
16948
16949 \begin_layout Subsection
16950 Farbige Zellen
16951 \begin_inset Index idx
16952 status collapsed
16953
16954 \begin_layout Plain Layout
16955 farbige !  Tabellenzellen
16956 \end_layout
16957
16958 \end_inset
16959
16960
16961 \end_layout
16962
16963 \begin_layout Standard
16964 \begin_inset Float table
16965 placement h
16966 wide false
16967 sideways false
16968 status open
16969
16970 \begin_layout Plain Layout
16971 \begin_inset Caption Standard
16972
16973 \begin_layout Plain Layout
16974 \begin_inset CommandInset label
16975 LatexCommand label
16976 name "tab:Farbige-Tabelle-ohne"
16977
16978 \end_inset
16979
16980 Farbige Tabelle, ohne Paket 
16981 \series bold
16982 colortbl
16983 \series default
16984
16985 \begin_inset Argument 1
16986 status collapsed
16987
16988 \begin_layout Plain Layout
16989 Tabelle ohne 
16990 \family typewriter
16991 colortbl
16992 \end_layout
16993
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \begin_layout Plain Layout
17005 \align center
17006 \begin_inset Tabular
17007 <lyxtabular version="3" rows="3" columns="3">
17008 <features rotate="0" tabularvalignment="middle">
17009 <column alignment="center" valignment="top">
17010 <column alignment="center" valignment="top">
17011 <column alignment="center" valignment="top">
17012 <row>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017
17018 \color green
17019 a
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \color red
17030 b
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \color red
17041 c
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \color green
17054 d
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063
17064 \color blue
17065 e
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074
17075 \color blue
17076 f
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 </row>
17082 <row>
17083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087
17088 \color green
17089 g
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \color blue
17100 h
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \color blue
17111 i
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 </row>
17117 </lyxtabular>
17118
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \begin_layout Standard
17130 Wenn Sie nur farbigen Text
17131 \begin_inset Index idx
17132 status collapsed
17133
17134 \begin_layout Plain Layout
17135 Farbe ! für Text
17136 \end_layout
17137
17138 \end_inset
17139
17140  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17141 \family sans
17142 Textstil
17143 \family default
17144 -Dialog (Werkzeugleistenknopf 
17145 \begin_inset Info
17146 type  "icon"
17147 arg   "dialog-show character"
17148 \end_inset
17149
17150 ) wie es in Tabelle
17151 \begin_inset space ~
17152 \end_inset
17153
17154
17155 \begin_inset CommandInset ref
17156 LatexCommand ref
17157 reference "tab:Farbige-Tabelle-ohne"
17158
17159 \end_inset
17160
17161  gemacht wurde.
17162  In anderen Fällen müssen Sie das LaTeX-Paket 
17163 \series bold
17164 colortbl
17165 \series default
17166  benutzen.
17167 \begin_inset Index idx
17168 status collapsed
17169
17170 \begin_layout Plain Layout
17171 LaTeX-Pakete ! colortbl
17172 \end_layout
17173
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \begin_layout Standard
17180 \begin_inset ERT
17181 status collapsed
17182
17183 \begin_layout Plain Layout
17184
17185
17186 \backslash
17187 ifcolortbl
17188 \end_layout
17189
17190 \end_inset
17191
17192
17193 \begin_inset Note Note
17194 status open
17195
17196 \begin_layout Plain Layout
17197 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17198 \series bold
17199 colortbl
17200 \series default
17201  installiert ist.
17202 \end_layout
17203
17204 \end_inset
17205
17206
17207 \end_layout
17208
17209 \begin_layout Standard
17210 Um farbige Tabellen zu erzeugen, muss 
17211 \series bold
17212 colortbl
17213 \series default
17214  im LaTeX-Vorspann geladen werden:
17215 \end_layout
17216
17217 \begin_layout Standard
17218
17219 \series bold
17220
17221 \backslash
17222 usepackage{colortbl}
17223 \end_layout
17224
17225 \begin_layout Standard
17226 Die Farbe einer Spalte ändert man dann mit dem Befehl
17227 \end_layout
17228
17229 \begin_layout Standard
17230
17231 \series bold
17232
17233 \backslash
17234 columncolor{Farbname}
17235 \end_layout
17236
17237 \begin_layout Standard
17238 innerhalb des Befehls 
17239 \series bold
17240 >{}
17241 \series default
17242 .
17243  Mehr über den Befehl 
17244 \series bold
17245 >{}
17246 \series default
17247  finden Sie im Abschnitt
17248 \begin_inset space ~
17249 \end_inset
17250
17251
17252 \begin_inset CommandInset ref
17253 LatexCommand ref
17254 reference "uab:Mehrfachspalten-Berechnungen"
17255
17256 \end_inset
17257
17258 .
17259 \end_layout
17260
17261 \begin_layout Standard
17262 Folgende Farbnamen sind vordefiniert:
17263 \end_layout
17264
17265 \begin_layout Standard
17266
17267 \family sans
17268 red
17269 \family default
17270
17271 \family sans
17272 green
17273 \family default
17274
17275 \family sans
17276 yellow
17277 \family default
17278
17279 \family sans
17280 blue
17281 \family default
17282
17283 \family sans
17284 cyan
17285 \family default
17286
17287 \family sans
17288 magenta
17289 \family default
17290
17291 \family sans
17292 black
17293 \family default
17294  und 
17295 \family sans
17296 white
17297 \begin_inset Newline newline
17298 \end_inset
17299
17300 (
17301 \family default
17302 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17303 \end_layout
17304
17305 \begin_layout Standard
17306 \begin_inset VSpace medskip
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \begin_layout Standard
17313 Wenn Sie die Optionen
17314 \end_layout
17315
17316 \begin_layout Standard
17317
17318 \series bold
17319 usenames,dvipsnames
17320 \end_layout
17321
17322 \begin_layout Standard
17323 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17324  können Sie zusätzlich weitere 61
17325 \begin_inset space ~
17326 \end_inset
17327
17328 Farben verwenden.
17329  Diese Farben sind in Anhang
17330 \begin_inset space ~
17331 \end_inset
17332
17333
17334 \begin_inset CommandInset ref
17335 LatexCommand ref
17336 reference "kap:Liste-der-dvips-Farbnamen"
17337
17338 \end_inset
17339
17340  aufgelistet.
17341  Eine dieser Farben, 
17342 \family sans
17343 Maroon
17344 \family default
17345 , wird als Beispiel in Tabelle
17346 \begin_inset space ~
17347 \end_inset
17348
17349
17350 \begin_inset CommandInset ref
17351 LatexCommand ref
17352 reference "tab:Eine-mit-colortbl"
17353
17354 \end_inset
17355
17356  verwendet.
17357 \end_layout
17358
17359 \begin_layout Standard
17360 \begin_inset VSpace medskip
17361 \end_inset
17362
17363
17364 \end_layout
17365
17366 \begin_layout Standard
17367 Sie können auch eigene Farben definieren:
17368 \end_layout
17369
17370 \begin_layout Standard
17371
17372 \series bold
17373
17374 \backslash
17375 definecolor{Farbname}{Farbmodell}{Farbwerte}
17376 \end_layout
17377
17378 \begin_layout Standard
17379 Das Farbmodell kann eins der folgenden sein:
17380 \end_layout
17381
17382 \begin_layout Labeling
17383 \labelwidthstring 00.00.0000
17384 cmyk: cyan, magenta, yellow, black
17385 \end_layout
17386
17387 \begin_layout Labeling
17388 \labelwidthstring 00.00.0000
17389 rgb: red, green blue
17390 \end_layout
17391
17392 \begin_layout Labeling
17393 \labelwidthstring 00.00.0000
17394 gray: gray
17395 \end_layout
17396
17397 \begin_layout Standard
17398 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17399  die die entsprechende Farbe für das Farbmodell beschreiben.
17400 \end_layout
17401
17402 \begin_layout Standard
17403 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
17404 \emph on
17405
17406 \begin_inset Quotes gld
17407 \end_inset
17408
17409 dunkelgruen
17410 \emph default
17411
17412 \begin_inset Quotes grd
17413 \end_inset
17414
17415  und 
17416 \begin_inset Quotes gld
17417 \end_inset
17418
17419
17420 \emph on
17421 hellgrau
17422 \emph default
17423
17424 \begin_inset Quotes grd
17425 \end_inset
17426
17427  folgendermaßen definieren:
17428 \end_layout
17429
17430 \begin_layout Standard
17431
17432 \series bold
17433
17434 \backslash
17435 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17436 \end_layout
17437
17438 \begin_layout Standard
17439
17440 \series bold
17441
17442 \backslash
17443 definecolor{hellgrau}{gray}{0.8}
17444 \end_layout
17445
17446 \begin_layout Standard
17447 \begin_inset VSpace medskip
17448 \end_inset
17449
17450
17451 \end_layout
17452
17453 \begin_layout Standard
17454 Linien werden mit dem Befehl
17455 \end_layout
17456
17457 \begin_layout Standard
17458
17459 \series bold
17460
17461 \backslash
17462 rowcolor{Farbname}
17463 \end_layout
17464
17465 \begin_layout Standard
17466 gefärbt, Zellen mit dem Befehl
17467 \end_layout
17468
17469 \begin_layout Standard
17470
17471 \series bold
17472
17473 \backslash
17474 cellcolor{Farbname}
17475 \end_layout
17476
17477 \begin_layout Standard
17478 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
17479 \end_layout
17480
17481 \begin_layout Standard
17482 Um nur Text zu färben, verwenden Sie den 
17483 \family sans
17484 Textstil
17485 \family default
17486 -Dialog.
17487  Wenn die Zelle aber TeX-Code zum Färben enthält, 
17488 \emph on
17489 markieren Sie nur den Text
17490 \emph default
17491 , sonst werden Sie LaTeX-Fehler erzeugen.
17492 \end_layout
17493
17494 \begin_layout Standard
17495 \begin_inset Note Greyedout
17496 status open
17497
17498 \begin_layout Plain Layout
17499
17500 \series bold
17501 Achtung:
17502 \series default
17503  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17504 \end_layout
17505
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \begin_layout Standard
17512 \begin_inset VSpace medskip
17513 \end_inset
17514
17515
17516 \end_layout
17517
17518 \begin_layout Standard
17519 Die Tabelle
17520 \begin_inset space ~
17521 \end_inset
17522
17523
17524 \begin_inset CommandInset ref
17525 LatexCommand ref
17526 reference "tab:Eine-mit-colortbl"
17527
17528 \end_inset
17529
17530  wurde folgendermaßen erstellt: die erste Spalte soll 
17531 \emph on
17532
17533 \begin_inset Quotes gld
17534 \end_inset
17535
17536 dunkelgruen
17537 \emph default
17538
17539 \begin_inset Quotes grd
17540 \end_inset
17541
17542  werden, also müssen Sie ins 
17543 \family sans
17544 LaTe
17545 \begin_inset ERT
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549
17550 {}
17551 \end_layout
17552
17553 \end_inset
17554
17555 X-Argument
17556 \family default
17557  der Zellen der ersten Spalte den Befehl
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \series bold
17563 >{
17564 \backslash
17565 columncolor{dunkelgruen}
17566 \backslash
17567 centering}c
17568 \end_layout
17569
17570 \begin_layout Standard
17571 schreiben.
17572  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
17573 \end_layout
17574
17575 \begin_layout Standard
17576
17577 \series bold
17578
17579 \backslash
17580 rowcolor{cyan}
17581 \end_layout
17582
17583 \begin_layout Standard
17584 in die erste Zelle der ersten Zeile eingefügt.
17585  Diese Farbe ersetzt die Spaltenfarbe.
17586  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17587  Das wird mit folgendem Befehl erreicht:
17588 \end_layout
17589
17590 \begin_layout Standard
17591
17592 \series bold
17593
17594 \backslash
17595 cellcolor{Maroon}
17596 \end_layout
17597
17598 \begin_layout Standard
17599 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17600 \family sans
17601 Textstil
17602 \family default
17603 -Dialog.
17604 \end_layout
17605
17606 \begin_layout Standard
17607 \begin_inset Float table
17608 placement h
17609 wide false
17610 sideways false
17611 status open
17612
17613 \begin_layout Plain Layout
17614 \begin_inset Caption Standard
17615
17616 \begin_layout Plain Layout
17617 \begin_inset CommandInset label
17618 LatexCommand label
17619 name "tab:Eine-mit-colortbl"
17620
17621 \end_inset
17622
17623 Eine mit dem Paket 
17624 \series bold
17625 colortbl
17626 \series default
17627  gefärbte Tabelle
17628 \begin_inset Argument 1
17629 status collapsed
17630
17631 \begin_layout Plain Layout
17632 Tabelle mit 
17633 \family typewriter
17634 colortbl
17635 \end_layout
17636
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \end_inset
17643
17644
17645 \end_layout
17646
17647 \begin_layout Plain Layout
17648 \align center
17649 \begin_inset Tabular
17650 <lyxtabular version="3" rows="3" columns="3">
17651 <features rotate="0" tabularvalignment="middle">
17652 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17653 <column alignment="center" valignment="top">
17654 <column alignment="center" valignment="top">
17655 <row>
17656 <cell alignment="center" valignment="top" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Plain Layout
17660 \begin_inset ERT
17661 status open
17662
17663 \begin_layout Plain Layout
17664
17665
17666 \backslash
17667 rowcolor{cyan}
17668 \end_layout
17669
17670 \end_inset
17671
17672
17673 \color magenta
17674 a
17675 \end_layout
17676
17677 \end_inset
17678 </cell>
17679 <cell alignment="center" valignment="top" usebox="none">
17680 \begin_inset Text
17681
17682 \begin_layout Plain Layout
17683
17684 \color red
17685 b
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 <cell alignment="center" valignment="top" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694
17695 \color red
17696 c
17697 \end_layout
17698
17699 \end_inset
17700 </cell>
17701 </row>
17702 <row>
17703 <cell alignment="center" valignment="top" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707
17708 \color yellow
17709 d
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718
17719 \color blue
17720 e
17721 \end_layout
17722
17723 \end_inset
17724 </cell>
17725 <cell alignment="center" valignment="top" usebox="none">
17726 \begin_inset Text
17727
17728 \begin_layout Plain Layout
17729
17730 \color blue
17731 f
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 </row>
17737 <row>
17738 <cell alignment="center" valignment="top" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742
17743 \color yellow
17744 g
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 <cell alignment="center" valignment="top" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753
17754 \color blue
17755 h
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 \begin_inset ERT
17765 status collapsed
17766
17767 \begin_layout Plain Layout
17768
17769
17770 \backslash
17771 cellcolor{Maroon}
17772 \end_layout
17773
17774 \end_inset
17775
17776
17777 \color green
17778 i
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 </row>
17784 </lyxtabular>
17785
17786 \end_inset
17787
17788
17789 \end_layout
17790
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \begin_layout Standard
17797 \begin_inset ERT
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801
17802
17803 \backslash
17804 else
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \begin_inset Note Note
17811 status open
17812
17813 \begin_layout Plain Layout
17814 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
17815 \series bold
17816 colortbl
17817 \series default
17818  nicht installiert ist:
17819 \end_layout
17820
17821 \end_inset
17822
17823
17824 \end_layout
17825
17826 \begin_layout Standard
17827 Sie müssen das LaTeX-Paket 
17828 \series bold
17829 colortbl
17830 \series default
17831  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17832 \end_layout
17833
17834 \begin_layout Standard
17835 \begin_inset ERT
17836 status collapsed
17837
17838 \begin_layout Plain Layout
17839
17840
17841 \backslash
17842 fi
17843 \end_layout
17844
17845 \end_inset
17846
17847
17848 \end_layout
17849
17850 \begin_layout Subsection
17851 Farbige Zeilen
17852 \begin_inset Index idx
17853 status collapsed
17854
17855 \begin_layout Plain Layout
17856 farbige ! Tabellenzeilen
17857 \end_layout
17858
17859 \end_inset
17860
17861
17862 \end_layout
17863
17864 \begin_layout Standard
17865 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17866  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17867  Man lädt das LaTeX-Paket 
17868 \series bold
17869 xcolor
17870 \series default
17871
17872 \begin_inset Index idx
17873 status collapsed
17874
17875 \begin_layout Plain Layout
17876 LaTeX-Pakete ! xcolor
17877 \begin_inset ERT
17878 status collapsed
17879
17880 \begin_layout Plain Layout
17881
17882
17883 \backslash
17884 vspace{4mm}
17885 \end_layout
17886
17887 \end_inset
17888
17889
17890 \end_layout
17891
17892 \end_inset
17893
17894  im LaTeX-Vorspann mit dem Befehl
17895 \end_layout
17896
17897 \begin_layout Standard
17898
17899 \series bold
17900
17901 \backslash
17902 usepackage[table]{xcolor}
17903 \end_layout
17904
17905 \begin_layout Standard
17906
17907 \series bold
17908 xcolor
17909 \series default
17910  lädt automatisch auch das LaTeX-Paket 
17911 \series bold
17912 colortbl
17913 \series default
17914
17915 \begin_inset Index idx
17916 status collapsed
17917
17918 \begin_layout Plain Layout
17919 LaTeX-Pakete ! colortbl
17920 \end_layout
17921
17922 \end_inset
17923
17924 , so dass 
17925 \series bold
17926 colortbl
17927 \series default
17928  in Ihrer LaTeX-Distribution installiert sein muss, ansonsten bekommt man
17929  LaTeX-Fehler.
17930 \end_layout
17931
17932 \begin_layout Standard
17933 \begin_inset ERT
17934 status collapsed
17935
17936 \begin_layout Plain Layout
17937
17938
17939 \backslash
17940 ifcolortbl
17941 \end_layout
17942
17943 \end_inset
17944
17945
17946 \begin_inset Note Note
17947 status open
17948
17949 \begin_layout Plain Layout
17950 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17951 \series bold
17952 colortbl
17953 \series default
17954  installiert ist.
17955 \end_layout
17956
17957 \end_inset
17958
17959
17960 \end_layout
17961
17962 \begin_layout Standard
17963 Die Tabellenzeilen werden mit dem Befehl
17964 \end_layout
17965
17966 \begin_layout Standard
17967
17968 \series bold
17969
17970 \backslash
17971 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17972 \end_layout
17973
17974 \begin_layout Standard
17975 eingefärbt, der entweder in den LaTeX-Vorspann oder als TeX-Code vor der
17976  ersten zu färbenden Tabelle eingefügt wird.
17977  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17978  Zeilenfarbe gefärbt werden soll.
17979  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17980  werden.
17981  So führt zum Beispiel der Befehl
17982 \end_layout
17983
17984 \begin_layout Standard
17985
17986 \series bold
17987
17988 \backslash
17989 rowcolors{1}{white}{lightgray}
17990 \end_layout
17991
17992 \begin_layout Standard
17993 zum Farbschema von Tabelle
17994 \begin_inset space ~
17995 \end_inset
17996
17997
17998 \begin_inset CommandInset ref
17999 LatexCommand ref
18000 reference "tab:Tabelle-rowcolors"
18001
18002 \end_inset
18003
18004 .
18005  Der Befehl
18006 \end_layout
18007
18008 \begin_layout Standard
18009
18010 \series bold
18011
18012 \backslash
18013 rowcolors[
18014 \backslash
18015 hline]{1}{lightgray}{cyan}
18016 \end_layout
18017
18018 \begin_layout Standard
18019 führt zum Farbschema von Tabelle
18020 \begin_inset space ~
18021 \end_inset
18022
18023
18024 \begin_inset CommandInset ref
18025 LatexCommand ref
18026 reference "tab:Tabelle-rowcolors-2"
18027
18028 \end_inset
18029
18030 .
18031  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18032  wird keine Farbe verwendet, so dass der Befehl
18033 \end_layout
18034
18035 \begin_layout Standard
18036
18037 \series bold
18038
18039 \backslash
18040 rowcolors{1}{}{}
18041 \end_layout
18042
18043 \begin_layout Standard
18044 alle Farben löscht.
18045  
18046 \series bold
18047
18048 \backslash
18049 rowcolors
18050 \series default
18051  beeinflusst alle diesem Befehl folgenden Tabellen.
18052 \end_layout
18053
18054 \begin_layout Standard
18055 \begin_inset ERT
18056 status open
18057
18058 \begin_layout Plain Layout
18059
18060
18061 \backslash
18062 rowcolors{1}{white}{lightgray}
18063 \end_layout
18064
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \begin_layout Standard
18071 \begin_inset Float table
18072 placement h
18073 wide false
18074 sideways false
18075 status open
18076
18077 \begin_layout Plain Layout
18078 \begin_inset Caption Standard
18079
18080 \begin_layout Plain Layout
18081 \begin_inset CommandInset label
18082 LatexCommand label
18083 name "tab:Tabelle-rowcolors"
18084
18085 \end_inset
18086
18087 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18088 \end_layout
18089
18090 \end_inset
18091
18092
18093 \end_layout
18094
18095 \begin_layout Plain Layout
18096 \align center
18097 \begin_inset Tabular
18098 <lyxtabular version="3" rows="4" columns="3">
18099 <features rotate="0" tabularvalignment="middle">
18100 <column alignment="center" valignment="top">
18101 <column alignment="center" valignment="top" width="0pt">
18102 <column alignment="center" valignment="top" width="0pt">
18103 <row>
18104 <cell alignment="center" valignment="top" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108 X
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 Y
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 <cell alignment="center" valignment="top" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126 Z
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 </row>
18132 <row>
18133 <cell alignment="center" valignment="top" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137 1
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell alignment="center" valignment="top" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146 2
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 <cell alignment="center" valignment="top" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 3
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 </row>
18161 <row>
18162 <cell alignment="center" valignment="top" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 4
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175 5
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 6
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 </row>
18190 <row>
18191 <cell alignment="center" valignment="top" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 7
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 8
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 <cell alignment="center" valignment="top" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213 9
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 </row>
18219 </lyxtabular>
18220
18221 \end_inset
18222
18223
18224 \end_layout
18225
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \begin_layout Standard
18232 \begin_inset ERT
18233 status open
18234
18235 \begin_layout Plain Layout
18236
18237
18238 \backslash
18239 rowcolors[
18240 \backslash
18241 hline]{1}{lightgray}{cyan}
18242 \end_layout
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \begin_layout Standard
18250 \begin_inset Float table
18251 placement h
18252 wide false
18253 sideways false
18254 status open
18255
18256 \begin_layout Plain Layout
18257 \begin_inset Caption Standard
18258
18259 \begin_layout Plain Layout
18260 \begin_inset CommandInset label
18261 LatexCommand label
18262 name "tab:Tabelle-rowcolors-2"
18263
18264 \end_inset
18265
18266 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18267  Linie zwischen jeder Zeile befindet.
18268 \end_layout
18269
18270 \end_inset
18271
18272
18273 \end_layout
18274
18275 \begin_layout Plain Layout
18276 \align center
18277 \begin_inset Tabular
18278 <lyxtabular version="3" rows="4" columns="3">
18279 <features rotate="0" tabularvalignment="middle">
18280 <column alignment="center" valignment="top">
18281 <column alignment="center" valignment="top">
18282 <column alignment="center" valignment="top" width="0pt">
18283 <row>
18284 <cell alignment="center" valignment="top" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288 X
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout Plain Layout
18297 Y
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 <cell alignment="center" valignment="top" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout Plain Layout
18306 Z
18307 \end_layout
18308
18309 \end_inset
18310 </cell>
18311 </row>
18312 <row>
18313 <cell alignment="center" valignment="top" usebox="none">
18314 \begin_inset Text
18315
18316 \begin_layout Plain Layout
18317 1
18318 \end_layout
18319
18320 \end_inset
18321 </cell>
18322 <cell alignment="center" valignment="top" usebox="none">
18323 \begin_inset Text
18324
18325 \begin_layout Plain Layout
18326 2
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 <cell alignment="center" valignment="top" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335 3
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 </row>
18341 <row>
18342 <cell alignment="center" valignment="top" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346 4
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 <cell alignment="center" valignment="top" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 5
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 6
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 </row>
18370 <row>
18371 <cell alignment="center" valignment="top" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375 7
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 <cell alignment="center" valignment="top" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384 8
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 <cell alignment="center" valignment="top" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 9
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 </row>
18399 </lyxtabular>
18400
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \end_layout
18410
18411 \begin_layout Standard
18412 \begin_inset ERT
18413 status collapsed
18414
18415 \begin_layout Plain Layout
18416
18417
18418 \backslash
18419 rowcolors{1}{}{}
18420 \end_layout
18421
18422 \end_inset
18423
18424
18425 \begin_inset Note Note
18426 status collapsed
18427
18428 \begin_layout Plain Layout
18429 schaltet die Färbung aus
18430 \end_layout
18431
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \begin_layout Standard
18438 \begin_inset ERT
18439 status collapsed
18440
18441 \begin_layout Plain Layout
18442
18443
18444 \backslash
18445 else
18446 \end_layout
18447
18448 \end_inset
18449
18450
18451 \begin_inset Note Note
18452 status open
18453
18454 \begin_layout Plain Layout
18455 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
18456 \series bold
18457 colortbl
18458 \series default
18459  nicht installiert ist:
18460 \end_layout
18461
18462 \end_inset
18463
18464
18465 \end_layout
18466
18467 \begin_layout Standard
18468 Sie müssen das LaTeX-Paket 
18469 \series bold
18470 colortbl
18471 \series default
18472  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18473 \end_layout
18474
18475 \begin_layout Standard
18476 \begin_inset ERT
18477 status collapsed
18478
18479 \begin_layout Plain Layout
18480
18481
18482 \backslash
18483 fi
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Subsection
18492 Farbige Linien
18493 \begin_inset Index idx
18494 status collapsed
18495
18496 \begin_layout Plain Layout
18497 farbige !  Tabellenlinien
18498 \end_layout
18499
18500 \end_inset
18501
18502
18503 \end_layout
18504
18505 \begin_layout Standard
18506 Wie in Abschnitt
18507 \begin_inset space ~
18508 \end_inset
18509
18510
18511 \begin_inset CommandInset ref
18512 LatexCommand ref
18513 reference "uab:Liniendicke"
18514
18515 \end_inset
18516
18517  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18518 \series bold
18519
18520 \backslash
18521 arrayrulewidth
18522 \series default
18523  definiert werden.
18524  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18525 \begin_inset space \thinspace{}
18526 \end_inset
18527
18528 pt gesetzt.
18529 \begin_inset ERT
18530 status collapsed
18531
18532 \begin_layout Plain Layout
18533
18534
18535 \backslash
18536 setlength{
18537 \backslash
18538 arrayrulewidth}{1.5pt}
18539 \end_layout
18540
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \begin_layout Standard
18547 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
18548 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18549 \begin_inset space ~
18550 \end_inset
18551
18552
18553 \begin_inset CommandInset ref
18554 LatexCommand ref
18555 reference "uab:Angepasste-Zellen-/Spaltenformate"
18556
18557 \end_inset
18558
18559  definiert:
18560 \end_layout
18561
18562 \begin_layout Standard
18563
18564 \series bold
18565
18566 \backslash
18567 newcolumntype{W}{!{
18568 \backslash
18569 color{green}
18570 \backslash
18571 vline}}
18572 \end_layout
18573
18574 \begin_layout Standard
18575 In Tabelle
18576 \begin_inset space ~
18577 \end_inset
18578
18579
18580 \begin_inset CommandInset ref
18581 LatexCommand ref
18582 reference "tab:Tabelle-mit-farbigen-vert"
18583
18584 \end_inset
18585
18586  wurde das LaTeX-Argument 
18587 \series bold
18588 WcW
18589 \series default
18590  für die letzte und 
18591 \series bold
18592 Wc
18593 \series default
18594  für die anderen Spalten benutzt.
18595 \end_layout
18596
18597 \begin_layout Standard
18598 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18599 \end_layout
18600
18601 \begin_layout Standard
18602 \begin_inset Float table
18603 placement h
18604 wide false
18605 sideways false
18606 status open
18607
18608 \begin_layout Plain Layout
18609 \begin_inset Caption Standard
18610
18611 \begin_layout Plain Layout
18612 \begin_inset CommandInset label
18613 LatexCommand label
18614 name "tab:Tabelle-mit-farbigen-vert"
18615
18616 \end_inset
18617
18618 Tabelle mit farbigen vertikalen Linien
18619 \end_layout
18620
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \begin_layout Plain Layout
18627 \align center
18628 \begin_inset Tabular
18629 <lyxtabular version="3" rows="3" columns="3">
18630 <features rotate="0" tabularvalignment="middle">
18631 <column alignment="center" valignment="top" special="Wc">
18632 <column alignment="center" valignment="top" special="Wc">
18633 <column alignment="center" valignment="top" special="WcW">
18634 <row>
18635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18636 \begin_inset Text
18637
18638 \begin_layout Plain Layout
18639 sd
18640 \end_layout
18641
18642 \end_inset
18643 </cell>
18644 <cell alignment="center" valignment="top" topline="true" usebox="none">
18645 \begin_inset Text
18646
18647 \begin_layout Plain Layout
18648
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 </row>
18663 <row>
18664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 <cell alignment="center" valignment="top" topline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677 sd
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Plain Layout
18686
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 </row>
18692 <row>
18693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18703 \begin_inset Text
18704
18705 \begin_layout Plain Layout
18706
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715 sd
18716 \end_layout
18717
18718 \end_inset
18719 </cell>
18720 </row>
18721 </lyxtabular>
18722
18723 \end_inset
18724
18725
18726 \end_layout
18727
18728 \end_inset
18729
18730
18731 \end_layout
18732
18733 \begin_layout Standard
18734 \begin_inset VSpace bigskip
18735 \end_inset
18736
18737 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18738 \begin_inset space ~
18739 \end_inset
18740
18741
18742 \begin_inset CommandInset ref
18743 LatexCommand ref
18744 reference "tab:Tabelle-mit-farbigen-horiz"
18745
18746 \end_inset
18747
18748 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
18749  einfügen:
18750 \end_layout
18751
18752 \begin_layout Standard
18753
18754 \series bold
18755
18756 \backslash
18757 let
18758 \backslash
18759 myHlineC
18760 \backslash
18761 hline
18762 \begin_inset Newline newline
18763 \end_inset
18764
18765
18766 \backslash
18767 renewcommand{
18768 \backslash
18769 hline}
18770 \begin_inset Newline newline
18771 \end_inset
18772
18773
18774 \begin_inset Phantom HPhantom
18775 status open
18776
18777 \begin_layout Plain Layout
18778
18779 \series bold
18780 \begin_inset space ~
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \end_inset
18787
18788 {
18789 \backslash
18790 arrayrulecolor{red}
18791 \backslash
18792 myHlineC
18793 \backslash
18794 arrayrulecolor{black}}
18795 \end_layout
18796
18797 \begin_layout Standard
18798 \begin_inset ERT
18799 status collapsed
18800
18801 \begin_layout Plain Layout
18802
18803
18804 \backslash
18805 let
18806 \backslash
18807 myHlineC
18808 \backslash
18809 hline
18810 \end_layout
18811
18812 \begin_layout Plain Layout
18813
18814
18815 \backslash
18816 renewcommand{
18817 \backslash
18818 hline}
18819 \end_layout
18820
18821 \begin_layout Plain Layout
18822
18823  {
18824 \backslash
18825 arrayrulecolor{red}
18826 \backslash
18827 myHlineC
18828 \backslash
18829 arrayrulecolor{black}}
18830 \end_layout
18831
18832 \end_inset
18833
18834
18835 \begin_inset Float table
18836 placement h
18837 wide false
18838 sideways false
18839 status open
18840
18841 \begin_layout Plain Layout
18842 \begin_inset Caption Standard
18843
18844 \begin_layout Plain Layout
18845 \begin_inset CommandInset label
18846 LatexCommand label
18847 name "tab:Tabelle-mit-farbigen-horiz"
18848
18849 \end_inset
18850
18851 Tabelle mit farbigen horizontalen Linien
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \begin_layout Plain Layout
18860 \align center
18861 \begin_inset Tabular
18862 <lyxtabular version="3" rows="3" columns="3">
18863 <features rotate="0" tabularvalignment="middle">
18864 <column alignment="center" valignment="top">
18865 <column alignment="center" valignment="top">
18866 <column alignment="center" valignment="top">
18867 <row>
18868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 sd
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 </row>
18896 <row>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910 sd
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 </row>
18925 <row>
18926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 sd
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 </row>
18954 </lyxtabular>
18955
18956 \end_inset
18957
18958
18959 \end_layout
18960
18961 \end_inset
18962
18963
18964 \end_layout
18965
18966 \begin_layout Standard
18967 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18968  als TeX-Code hinter der Tabelle einfügen:
18969 \end_layout
18970
18971 \begin_layout Standard
18972
18973 \series bold
18974
18975 \backslash
18976 renewcommand{
18977 \backslash
18978 hline}{
18979 \backslash
18980 myHlineC}
18981 \end_layout
18982
18983 \begin_layout Standard
18984 Tabelle
18985 \begin_inset space ~
18986 \end_inset
18987
18988
18989 \begin_inset CommandInset ref
18990 LatexCommand ref
18991 reference "tab:Table-with-colored"
18992
18993 \end_inset
18994
18995  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18996 \end_layout
18997
18998 \begin_layout Standard
18999 \begin_inset Float table
19000 placement h
19001 wide false
19002 sideways false
19003 status open
19004
19005 \begin_layout Plain Layout
19006 \begin_inset Caption Standard
19007
19008 \begin_layout Plain Layout
19009 \begin_inset CommandInset label
19010 LatexCommand label
19011 name "tab:Table-with-colored"
19012
19013 \end_inset
19014
19015 Tabelle mit farbigen Linien
19016 \end_layout
19017
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \begin_layout Plain Layout
19024 \align center
19025 \begin_inset Tabular
19026 <lyxtabular version="3" rows="3" columns="3">
19027 <features rotate="0" tabularvalignment="middle">
19028 <column alignment="center" valignment="top" special="Wc">
19029 <column alignment="center" valignment="top" special="Wc">
19030 <column alignment="center" valignment="top" special="WcW">
19031 <row>
19032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19033 \begin_inset Text
19034
19035 \begin_layout Plain Layout
19036 sd
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 <cell alignment="center" valignment="top" topline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045
19046 \end_layout
19047
19048 \end_inset
19049 </cell>
19050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 </row>
19060 <row>
19061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 <cell alignment="center" valignment="top" topline="true" usebox="none">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074 sd
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083
19084 \end_layout
19085
19086 \end_inset
19087 </cell>
19088 </row>
19089 <row topspace="default">
19090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19109 \begin_inset Text
19110
19111 \begin_layout Plain Layout
19112 sd
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 </row>
19118 </lyxtabular>
19119
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \begin_layout Standard
19131 \begin_inset ERT
19132 status collapsed
19133
19134 \begin_layout Plain Layout
19135
19136
19137 \backslash
19138 renewcommand{
19139 \backslash
19140 hline}{
19141 \backslash
19142 myHlineC}
19143 \end_layout
19144
19145 \end_inset
19146
19147
19148 \end_layout
19149
19150 \begin_layout Standard
19151 \begin_inset ERT
19152 status collapsed
19153
19154 \begin_layout Plain Layout
19155
19156
19157 \backslash
19158 setlength{
19159 \backslash
19160 arrayrulewidth}{0.4pt}
19161 \end_layout
19162
19163 \end_inset
19164
19165
19166 \begin_inset Note Note
19167 status collapsed
19168
19169 \begin_layout Plain Layout
19170 setzt die Liniendicke wieder auf ihren Standardwert zurück
19171 \end_layout
19172
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \begin_layout Section
19179 Rotierte Tabellenzellen
19180 \begin_inset CommandInset label
19181 LatexCommand label
19182 name "abs:Rotierte-Tabellenzellen"
19183
19184 \end_inset
19185
19186
19187 \begin_inset Index idx
19188 status collapsed
19189
19190 \begin_layout Plain Layout
19191 Tabellen ! rotierte Zellen
19192 \end_layout
19193
19194 \end_inset
19195
19196
19197 \begin_inset Index idx
19198 status collapsed
19199
19200 \begin_layout Plain Layout
19201 Rotiertes Material
19202 \end_layout
19203
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \begin_layout Standard
19210 \begin_inset Note Greyedout
19211 status open
19212
19213 \begin_layout Plain Layout
19214
19215 \series bold
19216 Achtung:
19217 \series default
19218  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19219 \end_layout
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \begin_layout Standard
19227 Momentan bietet LyX nur an, Tabellenzellen um 90
19228 \begin_inset space \thinspace{}
19229 \end_inset
19230
19231 ° gegen den Uhrzeigersinn zu rotieren.
19232  Um Zellen um Winkel Ihrer Wahl zu rotieren, müssen Sie dies zu Ihrem LaTeX-Vors
19233 pann hinzufügen:
19234 \end_layout
19235
19236 \begin_layout Standard
19237
19238 \series bold
19239
19240 \backslash
19241 @ifundefined{turnbox}{
19242 \backslash
19243 usepackage{rotating}}{}
19244 \end_layout
19245
19246 \begin_layout Standard
19247 In die Tabellenzelle, die rotiert werden soll, fügen Sie zu Beginn diesen
19248  Befehl als TeX-Code ein:
19249 \end_layout
19250
19251 \begin_layout Standard
19252
19253 \series bold
19254
19255 \backslash
19256 begin{turn}{Winkel}
19257 \end_layout
19258
19259 \begin_layout Standard
19260 wobei Winkel der Rotationswinkel in ° ist.
19261  Am Ende der Zellen wird der Befehl
19262 \end_layout
19263
19264 \begin_layout Standard
19265
19266 \series bold
19267
19268 \backslash
19269 end{turn}
19270 \end_layout
19271
19272 \begin_layout Standard
19273 als TeX-Code eingefügt.
19274 \end_layout
19275
19276 \begin_layout Standard
19277 Tabelle
19278 \begin_inset space ~
19279 \end_inset
19280
19281
19282 \begin_inset CommandInset ref
19283 LatexCommand ref
19284 reference "tab:Tabelle-mit-rotierten"
19285
19286 \end_inset
19287
19288  ist ein Beispiel bei dem 3
19289 \begin_inset space ~
19290 \end_inset
19291
19292 Zellen um 45
19293 \begin_inset space \thinspace{}
19294 \end_inset
19295
19296 ° rotiert wurden.
19297 \end_layout
19298
19299 \begin_layout Standard
19300 \begin_inset Float table
19301 wide false
19302 sideways false
19303 status open
19304
19305 \begin_layout Plain Layout
19306 \begin_inset Caption Standard
19307
19308 \begin_layout Plain Layout
19309 \begin_inset CommandInset label
19310 LatexCommand label
19311 name "tab:Tabelle-mit-rotierten"
19312
19313 \end_inset
19314
19315 Tabelle mit rotierten Zellen in der ersten Zeile.
19316 \end_layout
19317
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \begin_layout Plain Layout
19324 \noindent
19325 \align center
19326 \begin_inset Tabular
19327 <lyxtabular version="3" rows="2" columns="3">
19328 <features rotate="0" tabularvalignment="middle">
19329 <column alignment="center" valignment="top">
19330 <column alignment="center" valignment="top" width="0pt">
19331 <column alignment="center" valignment="top">
19332 <row>
19333 <cell alignment="center" valignment="top" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337 \begin_inset ERT
19338 status collapsed
19339
19340 \begin_layout Plain Layout
19341
19342
19343 \backslash
19344 begin{turn}{45}
19345 \end_layout
19346
19347 \end_inset
19348
19349 Tassen
19350 \begin_inset ERT
19351 status collapsed
19352
19353 \begin_layout Plain Layout
19354
19355
19356 \backslash
19357 end{turn}
19358 \end_layout
19359
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 <cell alignment="center" valignment="top" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371 \begin_inset ERT
19372 status collapsed
19373
19374 \begin_layout Plain Layout
19375
19376
19377 \backslash
19378 begin{turn}{45}
19379 \end_layout
19380
19381 \end_inset
19382
19383 Teller
19384 \begin_inset ERT
19385 status collapsed
19386
19387 \begin_layout Plain Layout
19388
19389
19390 \backslash
19391 end{turn}
19392 \end_layout
19393
19394 \end_inset
19395
19396
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 \begin_inset ERT
19406 status collapsed
19407
19408 \begin_layout Plain Layout
19409
19410
19411 \backslash
19412 begin{turn}{45}
19413 \end_layout
19414
19415 \end_inset
19416
19417 Untertassen
19418 \begin_inset ERT
19419 status collapsed
19420
19421 \begin_layout Plain Layout
19422
19423
19424 \backslash
19425 end{turn}
19426 \end_layout
19427
19428 \end_inset
19429
19430
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 </row>
19436 <row>
19437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441 45
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19447 \begin_inset Text
19448
19449 \begin_layout Plain Layout
19450 33
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 21
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 </row>
19465 </lyxtabular>
19466
19467 \end_inset
19468
19469
19470 \end_layout
19471
19472 \end_inset
19473
19474
19475 \end_layout
19476
19477 \begin_layout Standard
19478 \begin_inset Note Greyedout
19479 status open
19480
19481 \begin_layout Plain Layout
19482
19483 \series bold
19484 Achtung:
19485 \series default
19486  Zeilenumbrüche (Tastenkürzel 
19487 \family sans
19488 Strg+Enter
19489 \family default
19490 ) sind in rotierten Zellen nicht erlaubt.
19491 \end_layout
19492
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \begin_layout Standard
19499 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19500  den Zelleninhalt in eine Minipage oder Parbox tun.
19501 \begin_inset Foot
19502 status collapsed
19503
19504 \begin_layout Plain Layout
19505 Für mehr über diese Boxen siehe Abschnitt
19506 \begin_inset space ~
19507 \end_inset
19508
19509
19510 \begin_inset CommandInset ref
19511 LatexCommand ref
19512 reference "abs:Minipage"
19513
19514 \end_inset
19515
19516  und 
19517 \begin_inset CommandInset ref
19518 LatexCommand ref
19519 reference "abs:Parbox"
19520
19521 \end_inset
19522
19523 .
19524 \end_layout
19525
19526 \end_inset
19527
19528  Wenn Sie diese Zelle um 90
19529 \begin_inset space \thinspace{}
19530 \end_inset
19531
19532 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19533  Tabelle
19534 \begin_inset space ~
19535 \end_inset
19536
19537
19538 \begin_inset CommandInset ref
19539 LatexCommand ref
19540 reference "tab:Tabelle-mit-rotierter-Umbruch"
19541
19542 \end_inset
19543
19544  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19545  auch 3
19546 \begin_inset space \thinspace{}
19547 \end_inset
19548
19549 cm gesetzt wurde.
19550 \end_layout
19551
19552 \begin_layout Standard
19553 \begin_inset Float table
19554 wide false
19555 sideways false
19556 status open
19557
19558 \begin_layout Plain Layout
19559 \begin_inset Caption Standard
19560
19561 \begin_layout Plain Layout
19562 \begin_inset CommandInset label
19563 LatexCommand label
19564 name "tab:Tabelle-mit-rotierter-Umbruch"
19565
19566 \end_inset
19567
19568 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19569 \end_layout
19570
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \begin_layout Plain Layout
19577 \noindent
19578 \align center
19579 \begin_inset Tabular
19580 <lyxtabular version="3" rows="2" columns="3">
19581 <features rotate="0" tabularvalignment="middle">
19582 <column alignment="center" valignment="top">
19583 <column alignment="center" valignment="top" width="0pt">
19584 <column alignment="center" valignment="top">
19585 <row>
19586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 a
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599 \begin_inset Box Frameless
19600 position "t"
19601 hor_pos "c"
19602 has_inner_box 1
19603 inner_pos "t"
19604 use_parbox 0
19605 use_makebox 0
19606 width "3cm"
19607 special "none"
19608 height "1in"
19609 height_special "totalheight"
19610 status open
19611
19612 \begin_layout Plain Layout
19613 rotierte Zelle
19614 \begin_inset Newline newline
19615 \end_inset
19616
19617 mit Zeilenumbruch
19618 \end_layout
19619
19620 \end_inset
19621
19622
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 e
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 </row>
19637 <row>
19638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642 b
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Plain Layout
19651 c
19652 \end_layout
19653
19654 \end_inset
19655 </cell>
19656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19657 \begin_inset Text
19658
19659 \begin_layout Plain Layout
19660 d
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 </row>
19666 </lyxtabular>
19667
19668 \end_inset
19669
19670
19671 \end_layout
19672
19673 \end_inset
19674
19675
19676 \end_layout
19677
19678 \begin_layout Section
19679 Berechnung der Tabellenbreite
19680 \begin_inset CommandInset label
19681 LatexCommand label
19682 name "abs:Berechnung-der-Tabellenbreite"
19683
19684 \end_inset
19685
19686
19687 \end_layout
19688
19689 \begin_layout Standard
19690 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19691  Tabelle nicht über den Seitenrand hinausragt.
19692  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19693  aber wie viel Platz wird für jede Spalte benötigt?
19694 \end_layout
19695
19696 \begin_layout Standard
19697 Die Tabellenbreite 
19698 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19699 \end_inset
19700
19701  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19702  
19703 \begin_inset Formula $W_{\mathrm{Spalte}}$
19704 \end_inset
19705
19706  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19707  Spalteninhalt und dem Rand der Spalte (LaTeX-Länge
19708 \series bold
19709  
19710 \backslash
19711 tabcolsep
19712 \series default
19713 , Voreinstellung 6
19714 \begin_inset space \thinspace{}
19715 \end_inset
19716
19717 pt) plus die Breite einer Tabellenlinie (LaTeX-Länge 
19718 \series bold
19719
19720 \backslash
19721 arrayrulewidth
19722 \series default
19723 , Voreinstellung 0.4
19724 \begin_inset space \thinspace{}
19725 \end_inset
19726
19727 pt): Wenn alle 
19728 \begin_inset Formula $n$
19729 \end_inset
19730
19731
19732 \begin_inset space ~
19733 \end_inset
19734
19735 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19736 \begin_inset Formula 
19737 \begin{equation}
19738 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19739 \end{equation}
19740
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \begin_layout Standard
19747 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19748  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (LaTeX-Länge
19749  
19750 \series bold
19751
19752 \backslash
19753 columnwidth
19754 \series default
19755 ).
19756  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19757 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19758 \end_inset
19759
19760  gleich 1
19761 \begin_inset space \thinspace{}
19762 \end_inset
19763
19764
19765 \backslash
19766 columnwidth sein soll, kann 
19767 \begin_inset Formula $W_{\mathrm{Spalte}}$
19768 \end_inset
19769
19770  leicht berechnet werden.
19771 \end_layout
19772
19773 \begin_layout Standard
19774 Um Berechnungen ausführen zu können, muss das LaTeX-Paket 
19775 \series bold
19776 calc
19777 \series default
19778
19779 \begin_inset Index idx
19780 status collapsed
19781
19782 \begin_layout Plain Layout
19783 LaTeX-Pakete ! calc
19784 \end_layout
19785
19786 \end_inset
19787
19788  im LaTeX-Vorspann geladen werden.
19789  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19790 \family sans
19791 LaTeX-Argument
19792 \family default
19793  verwendet werden.
19794  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19795 \begin_inset space ~
19796 \end_inset
19797
19798
19799 \begin_inset CommandInset ref
19800 LatexCommand ref
19801 reference "uab:Mehrfachspalten-Berechnungen"
19802
19803 \end_inset
19804
19805  erklärt ist.
19806  Für eine Tabelle mit 5
19807 \begin_inset space \thinspace{}
19808 \end_inset
19809
19810 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19811  für jede Spalte den 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)/5}
19822 \end_layout
19823
19824 \begin_layout Standard
19825 an.
19826  Für eine Tabelle mit 5
19827 \begin_inset space \thinspace{}
19828 \end_inset
19829
19830 Spalten bei der 2 das 0,75
19831 \begin_inset space \thinspace{}
19832 \end_inset
19833
19834 fache der Breite der anderen 3
19835 \begin_inset space ~
19836 \end_inset
19837
19838 Spalten haben sollen, ist die Berechnung
19839 \begin_inset Formula 
19840 \begin{align}
19841 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19842  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19843  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19844 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19845 \end{align}
19846
19847 \end_inset
19848
19849
19850 \end_layout
19851
19852 \begin_layout Standard
19853 In der Tabelle wird daher der Befehl
19854 \end_layout
19855
19856 \begin_layout Standard
19857
19858 \series bold
19859 >{
19860 \backslash
19861 centering}p{(1
19862 \backslash
19863 columnwidth-62.4pt)/
19864 \backslash
19865 real{4.5}}
19866 \end_layout
19867
19868 \begin_layout Standard
19869 für die breiteren Spalten verwendet und
19870 \end_layout
19871
19872 \begin_layout Standard
19873
19874 \series bold
19875 >{
19876 \backslash
19877 centering}p{(1
19878 \backslash
19879 columnwidth-62.4pt)/
19880 \backslash
19881 real{4.5}*
19882 \backslash
19883 real{0.75}}
19884 \end_layout
19885
19886 \begin_layout Standard
19887 für die schmaleren:
19888 \end_layout
19889
19890 \begin_layout Standard
19891 \begin_inset Tabular
19892 <lyxtabular version="3" rows="2" columns="5">
19893 <features rotate="0" tabularvalignment="middle">
19894 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19895 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19896 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19897 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19898 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19899 <row>
19900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904 1
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 2
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922 3
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931 4
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940 5
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 </row>
19946 <row>
19947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19948 \begin_inset Text
19949
19950 \begin_layout Plain Layout
19951 111111 1111111 111111 111111111 11111 11111 1111
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969 2222 22222 222222 222222222 2222222 22 22222
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987 333333 333333 333333 33333 3333333 333
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 </row>
19993 </lyxtabular>
19994
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \begin_layout Section
20001 Tabellen-Anpassung
20002 \begin_inset Index idx
20003 status collapsed
20004
20005 \begin_layout Plain Layout
20006 Tabellen ! Anpassung
20007 \end_layout
20008
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \begin_layout Subsection
20015 Zeilenabstand
20016 \begin_inset CommandInset label
20017 LatexCommand label
20018 name "uab:Zeilenabstand"
20019
20020 \end_inset
20021
20022
20023 \begin_inset Index idx
20024 status collapsed
20025
20026 \begin_layout Plain Layout
20027 Tabellen ! Zeilenabstand
20028 \end_layout
20029
20030 \end_inset
20031
20032
20033 \end_layout
20034
20035 \begin_layout Standard
20036 Auf der Karteikarte 
20037 \family sans
20038 Rahmen
20039 \family default
20040  des 
20041 \family sans
20042 Tabellen-Einstellungen
20043 \family default
20044 -Dialogs können Sie 
20045 \family sans
20046 zusätzliche
20047 \begin_inset space ~
20048 \end_inset
20049
20050 Abstände
20051 \family default
20052  einfügen.
20053  Dabei haben Sie drei Möglichkeiten:
20054 \end_layout
20055
20056 \begin_layout Description
20057 Oberhalb
20058 \begin_inset space ~
20059 \end_inset
20060
20061 der
20062 \begin_inset space ~
20063 \end_inset
20064
20065 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20066  Bei einer formalen Tabelle
20067 \begin_inset Foot
20068 status collapsed
20069
20070 \begin_layout Plain Layout
20071 Formale Tabellen wurden in Abschnitt
20072 \begin_inset space ~
20073 \end_inset
20074
20075
20076 \begin_inset CommandInset ref
20077 LatexCommand ref
20078 reference "abs:Formale-Tabellen"
20079
20080 \end_inset
20081
20082  beschrieben.
20083 \end_layout
20084
20085 \end_inset
20086
20087  fügt LyX standardmäßig 0.5
20088 \begin_inset space \thinspace{}
20089 \end_inset
20090
20091 em Leerraum ein.
20092  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20093 \begin_inset VSpace medskip
20094 \end_inset
20095
20096
20097 \begin_inset Newline newline
20098 \end_inset
20099
20100
20101 \begin_inset space \hspace*{}
20102 \length 0pt
20103 \end_inset
20104
20105
20106 \begin_inset space \hfill{}
20107 \end_inset
20108
20109
20110 \begin_inset Tabular
20111 <lyxtabular version="3" rows="3" columns="1">
20112 <features rotate="0" tabularvalignment="middle">
20113 <column alignment="center" valignment="top">
20114 <row>
20115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 A
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 </row>
20125 <row topspace="3mm">
20126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130 3
20131 \begin_inset space \thinspace{}
20132 \end_inset
20133
20134 mm Leerraum oberhalb der Zeile
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 </row>
20140 <row>
20141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145 C
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 </row>
20151 </lyxtabular>
20152
20153 \end_inset
20154
20155
20156 \begin_inset space \hfill{}
20157 \end_inset
20158
20159
20160 \begin_inset space \hspace*{}
20161 \length 0pt
20162 \end_inset
20163
20164
20165 \begin_inset VSpace medskip
20166 \end_inset
20167
20168
20169 \begin_inset Newline newline
20170 \end_inset
20171
20172 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20173 n Linien verwenden.
20174 \end_layout
20175
20176 \begin_layout Description
20177 Unterhalb
20178 \begin_inset space ~
20179 \end_inset
20180
20181 der
20182 \begin_inset space ~
20183 \end_inset
20184
20185 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20186  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20187 \begin_inset space \thinspace{}
20188 \end_inset
20189
20190 em Leerraum ein.
20191  Bei normalen Tabellen ist der Standardwert 2
20192 \begin_inset space \thinspace{}
20193 \end_inset
20194
20195 pt.
20196 \end_layout
20197
20198 \begin_layout Description
20199 Zwischen
20200 \begin_inset space ~
20201 \end_inset
20202
20203 den
20204 \begin_inset space ~
20205 \end_inset
20206
20207 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20208  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20209 \begin_inset space \thinspace{}
20210 \end_inset
20211
20212 em Leerraum ein.
20213  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20214 \begin_inset VSpace medskip
20215 \end_inset
20216
20217
20218 \begin_inset Newline newline
20219 \end_inset
20220
20221
20222 \begin_inset space \hspace*{}
20223 \length 0pt
20224 \end_inset
20225
20226
20227 \begin_inset space \hfill{}
20228 \end_inset
20229
20230
20231 \begin_inset Tabular
20232 <lyxtabular version="3" rows="3" columns="1">
20233 <features rotate="0" tabularvalignment="middle">
20234 <column alignment="center" valignment="top">
20235 <row>
20236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240 A
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 </row>
20246 <row interlinespace="3mm">
20247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251 \begin_inset Formula $\downarrow$
20252 \end_inset
20253
20254  3
20255 \begin_inset space \thinspace{}
20256 \end_inset
20257
20258 mm Leerraum zwischen den Zeilen 
20259 \begin_inset Formula $\downarrow$
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 </row>
20268 <row>
20269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273 \begin_inset Formula $\uparrow$
20274 \end_inset
20275
20276  3
20277 \begin_inset space \thinspace{}
20278 \end_inset
20279
20280 mm Leerraum zwischen den Zeilen 
20281 \begin_inset Formula $\uparrow$
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 </row>
20290 </lyxtabular>
20291
20292 \end_inset
20293
20294
20295 \begin_inset space \hfill{}
20296 \end_inset
20297
20298
20299 \begin_inset space \hspace*{}
20300 \length 0pt
20301 \end_inset
20302
20303
20304 \begin_inset VSpace medskip
20305 \end_inset
20306
20307
20308 \begin_inset Newline newline
20309 \end_inset
20310
20311 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20312 n Linien verwenden.
20313 \end_layout
20314
20315 \begin_layout Standard
20316 \begin_inset VSpace bigskip
20317 \end_inset
20318
20319 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20320  Befehlen im LaTeX-Vorspann machen:
20321 \end_layout
20322
20323 \begin_layout Standard
20324
20325 \series bold
20326
20327 \backslash
20328 @ifundefined{extrarowheight}
20329 \begin_inset Newline newline
20330 \end_inset
20331
20332
20333 \begin_inset Phantom HPhantom
20334 status open
20335
20336 \begin_layout Plain Layout
20337
20338 \series bold
20339 \begin_inset space ~
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \end_inset
20346
20347 {
20348 \backslash
20349 usepackage{array}}{}
20350 \begin_inset Newline newline
20351 \end_inset
20352
20353
20354 \backslash
20355 setlength{
20356 \backslash
20357 extrarowheight}{Höhe}
20358 \end_layout
20359
20360 \begin_layout Standard
20361 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20362  ausgerichtet sind.
20363  (Das Paket 
20364 \series bold
20365 array
20366 \series default
20367  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
20368  verwenden.
20369  Der Befehl 
20370 \series bold
20371
20372 \backslash
20373 @ifundefined
20374 \series default
20375  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20376 \end_layout
20377
20378 \begin_layout Standard
20379 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20380  zu nah an den Buchstaben.
20381  Das kann korrigiert werden, indem man den Befehl 
20382 \series bold
20383
20384 \backslash
20385 strut
20386 \series default
20387  als TeX-Code am Anfang einer Tabellenzeile einfügt.
20388  Tabelle
20389 \begin_inset space ~
20390 \end_inset
20391
20392
20393 \begin_inset CommandInset ref
20394 LatexCommand ref
20395 reference "tab:Vertikale-Ausrichtung-von"
20396
20397 \end_inset
20398
20399  zeigt den Effekt.
20400 \end_layout
20401
20402 \begin_layout Standard
20403 \noindent
20404 \begin_inset Float table
20405 placement h
20406 wide false
20407 sideways false
20408 status open
20409
20410 \begin_layout Plain Layout
20411 \begin_inset Caption Standard
20412
20413 \begin_layout Plain Layout
20414 \begin_inset CommandInset label
20415 LatexCommand label
20416 name "tab:Vertikale-Ausrichtung-von"
20417
20418 \end_inset
20419
20420 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20421 \end_layout
20422
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \begin_layout Plain Layout
20429 \begin_inset space \hfill{}
20430 \end_inset
20431
20432
20433 \begin_inset Float table
20434 wide false
20435 sideways false
20436 status collapsed
20437
20438 \begin_layout Plain Layout
20439 \begin_inset Caption Standard
20440
20441 \begin_layout Plain Layout
20442 Normale Tabelle.
20443 \end_layout
20444
20445 \end_inset
20446
20447
20448 \end_layout
20449
20450 \begin_layout Plain Layout
20451 \noindent
20452 \align center
20453 \begin_inset Tabular
20454 <lyxtabular version="3" rows="6" columns="1">
20455 <features rotate="0" tabularvalignment="middle">
20456 <column alignment="left" valignment="top">
20457 <row>
20458 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462 Normal, g
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 </row>
20468 <row>
20469 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473
20474 \size large
20475 Groß, g
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 </row>
20481 <row>
20482 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20483 \begin_inset Text
20484
20485 \begin_layout Plain Layout
20486
20487 \size larger
20488 Größer, g
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \size largest
20501 noch Größer, g
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 </row>
20507 <row>
20508 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512
20513 \size huge
20514 Riesig
20515 \end_layout
20516
20517 \end_inset
20518 </cell>
20519 </row>
20520 <row>
20521 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20522 \begin_inset Text
20523
20524 \begin_layout Plain Layout
20525
20526 \size giant
20527 Gigantisch
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 </row>
20533 </lyxtabular>
20534
20535 \end_inset
20536
20537
20538 \end_layout
20539
20540 \end_inset
20541
20542
20543 \begin_inset space \hfill{}
20544 \end_inset
20545
20546
20547 \begin_inset Float table
20548 wide false
20549 sideways false
20550 status collapsed
20551
20552 \begin_layout Plain Layout
20553 \begin_inset Caption Standard
20554
20555 \begin_layout Plain Layout
20556 Tabelle bei der der Befehl 
20557 \series bold
20558
20559 \backslash
20560 strut
20561 \series default
20562  verwendet wurde.
20563 \end_layout
20564
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \begin_layout Plain Layout
20571 \noindent
20572 \align center
20573 \begin_inset Tabular
20574 <lyxtabular version="3" rows="6" columns="1">
20575 <features rotate="0" tabularvalignment="middle">
20576 <column alignment="left" valignment="top">
20577 <row>
20578 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 Normal, g
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593
20594 \size large
20595 \begin_inset ERT
20596 status collapsed
20597
20598 \begin_layout Plain Layout
20599
20600
20601 \backslash
20602 strut 
20603 \end_layout
20604
20605 \end_inset
20606
20607 Groß, g
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618
20619 \size larger
20620 \begin_inset ERT
20621 status collapsed
20622
20623 \begin_layout Plain Layout
20624
20625
20626 \backslash
20627 strut 
20628 \end_layout
20629
20630 \end_inset
20631
20632 Größer, g
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 </row>
20638 <row>
20639 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643
20644 \size largest
20645 \begin_inset ERT
20646 status collapsed
20647
20648 \begin_layout Plain Layout
20649
20650
20651 \backslash
20652 strut 
20653 \end_layout
20654
20655 \end_inset
20656
20657 noch Größer, g
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 <row>
20664 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \size huge
20670 \begin_inset ERT
20671 status collapsed
20672
20673 \begin_layout Plain Layout
20674
20675
20676 \backslash
20677 strut 
20678 \end_layout
20679
20680 \end_inset
20681
20682 Riesig
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 </row>
20688 <row>
20689 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693
20694 \size giant
20695 \begin_inset ERT
20696 status collapsed
20697
20698 \begin_layout Plain Layout
20699
20700
20701 \backslash
20702 strut 
20703 \end_layout
20704
20705 \end_inset
20706
20707 Gigantisch
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 </lyxtabular>
20714
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \end_inset
20721
20722
20723 \begin_inset space \hfill{}
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \end_inset
20730
20731
20732 \end_layout
20733
20734 \begin_layout Subsection
20735 Besondere Zellenausrichtung
20736 \begin_inset CommandInset label
20737 LatexCommand label
20738 name "uab:Besondere-Zellenausrichtung"
20739
20740 \end_inset
20741
20742
20743 \begin_inset Index idx
20744 status collapsed
20745
20746 \begin_layout Plain Layout
20747 Tabellen ! Zellenausrichtung
20748 \end_layout
20749
20750 \end_inset
20751
20752
20753 \end_layout
20754
20755 \begin_layout Standard
20756 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20757  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20758 \begin_inset space ~
20759 \end_inset
20760
20761
20762 \begin_inset CommandInset ref
20763 LatexCommand ref
20764 reference "tab:Tabellenzellen-sind-auf"
20765
20766 \end_inset
20767
20768 .
20769  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20770  dann entweder den Werkzeugleistenknopf 
20771 \begin_inset Info
20772 type  "icon"
20773 arg   "inset-modify tabular align-decimal"
20774 \end_inset
20775
20776  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20777 \family sans
20778 Am
20779 \begin_inset space ~
20780 \end_inset
20781
20782 Dezimaltrenner
20783 \family default
20784  setzt.
20785  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20786  frei wählen.
20787 \end_layout
20788
20789 \begin_layout Standard
20790 \begin_inset Float table
20791 placement h
20792 wide false
20793 sideways false
20794 status open
20795
20796 \begin_layout Plain Layout
20797 \begin_inset Caption Standard
20798
20799 \begin_layout Plain Layout
20800 \begin_inset CommandInset label
20801 LatexCommand label
20802 name "tab:Tabellenzellen-sind-auf"
20803
20804 \end_inset
20805
20806 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20807 \end_layout
20808
20809 \end_inset
20810
20811
20812 \end_layout
20813
20814 \begin_layout Plain Layout
20815 \align center
20816 \begin_inset Tabular
20817 <lyxtabular version="3" rows="4" columns="1">
20818 <features rotate="0" booktabs="true" tabularvalignment="middle">
20819 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20820 <row>
20821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20822 \begin_inset Text
20823
20824 \begin_layout Plain Layout
20825 Überschrift
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 </row>
20831 <row>
20832 <cell alignment="center" valignment="top" topline="true" usebox="none">
20833 \begin_inset Text
20834
20835 \begin_layout Plain Layout
20836 12,6
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 </row>
20842 <row>
20843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20844 \begin_inset Text
20845
20846 \begin_layout Plain Layout
20847 0,68
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 </row>
20853 <row>
20854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858 -123,0
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 </row>
20864 </lyxtabular>
20865
20866 \end_inset
20867
20868
20869 \end_layout
20870
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \begin_layout Standard
20877 \begin_inset Float table
20878 placement h
20879 wide false
20880 sideways false
20881 status open
20882
20883 \begin_layout Plain Layout
20884 \begin_inset Caption Standard
20885
20886 \begin_layout Plain Layout
20887 \begin_inset CommandInset label
20888 LatexCommand label
20889 name "tab:Tabellenzellen-Operator"
20890
20891 \end_inset
20892
20893 Tabellenzellen sind auf den Operator ausgerichtet
20894 \end_layout
20895
20896 \end_inset
20897
20898
20899 \end_layout
20900
20901 \begin_layout Plain Layout
20902 \align center
20903 \begin_inset Tabular
20904 <lyxtabular version="3" rows="4" columns="2">
20905 <features rotate="0" booktabs="true" tabularvalignment="middle">
20906 <column alignment="right" valignment="top" width="0pt">
20907 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20908 <row>
20909 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913 Überschrift
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 </row>
20928 <row>
20929 <cell alignment="center" valignment="top" usebox="none">
20930 \begin_inset Text
20931
20932 \begin_layout Plain Layout
20933 \begin_inset Formula $12\,+$
20934 \end_inset
20935
20936
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 <cell alignment="center" valignment="top" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945 \begin_inset Formula $\,6$
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 <row>
20955 <cell alignment="center" valignment="top" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959 \begin_inset Formula $0\,-$
20960 \end_inset
20961
20962
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 <cell alignment="center" valignment="top" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971 \begin_inset Formula $\,68$
20972 \end_inset
20973
20974
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 </row>
20980 <row>
20981 <cell alignment="center" valignment="top" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Plain Layout
20985 \begin_inset Formula $-123\,/$
20986 \end_inset
20987
20988
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 <cell alignment="center" valignment="top" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997 \begin_inset Formula $\,0$
20998 \end_inset
20999
21000
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 </row>
21006 </lyxtabular>
21007
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \begin_layout Standard
21019 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
21020  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
21021  Formeln erlaubt.
21022  In diesem Fall verwendet man die Methode von Tabelle
21023 \begin_inset space ~
21024 \end_inset
21025
21026
21027 \begin_inset CommandInset ref
21028 LatexCommand ref
21029 reference "tab:Tabellenzellen-Operator"
21030
21031 \end_inset
21032
21033 .
21034  Diese Tabelle wurde als 4×2 Tabelle erstellt.
21035  Die Überschrift ist eine zentrierte Mehrfachspalte.
21036  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
21037  und den Operator.
21038  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
21039  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
21040  um den üblichen Leerraum um einen Operator zu erhalten.
21041  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
21042  für die zweite Spalte folgendes eingefügt:
21043 \end_layout
21044
21045 \begin_layout Standard
21046
21047 \series bold
21048 @{}l
21049 \end_layout
21050
21051 \begin_layout Standard
21052 Tabelle
21053 \begin_inset space ~
21054 \end_inset
21055
21056
21057 \begin_inset CommandInset ref
21058 LatexCommand ref
21059 reference "tab:Verschiedene-Ausrichtungen"
21060
21061 \end_inset
21062
21063  zeigt einige Ausrichtungen.
21064  Für die Ausrichtung der Relationen wurde ein kleiner 
21065 \family sans
21066 Leerraum
21067 \family default
21068  eingefügt; wie in der zweiten Spalte von Tabelle
21069 \begin_inset space ~
21070 \end_inset
21071
21072
21073 \begin_inset CommandInset ref
21074 LatexCommand ref
21075 reference "tab:Tabellenzellen-Operator"
21076
21077 \end_inset
21078
21079 .
21080 \end_layout
21081
21082 \begin_layout Standard
21083
21084 \color black
21085 \begin_inset Float table
21086 placement h
21087 wide false
21088 sideways false
21089 status open
21090
21091 \begin_layout Plain Layout
21092
21093 \color black
21094 \begin_inset Caption Standard
21095
21096 \begin_layout Plain Layout
21097
21098 \color black
21099 \begin_inset CommandInset label
21100 LatexCommand label
21101 name "tab:Verschiedene-Ausrichtungen"
21102
21103 \end_inset
21104
21105
21106 \color inherit
21107 Verschiedene Ausrichtungen
21108 \end_layout
21109
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \begin_layout Plain Layout
21116 \align center
21117 \begin_inset Tabular
21118 <lyxtabular version="3" rows="4" columns="6">
21119 <features rotate="0" tabularvalignment="middle">
21120 <column alignment="right" valignment="top">
21121 <column alignment="left" valignment="top" special="@{}l">
21122 <column alignment="right" valignment="top">
21123 <column alignment="left" valignment="top" special="@{}l">
21124 <column alignment="right" valignment="top">
21125 <column alignment="left" valignment="top" special="@{}l">
21126 <row>
21127 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 Einheiten
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 Exponenten
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 Relationen
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 </row>
21182 <row>
21183 <cell alignment="center" valignment="top" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187 12×
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196 24
21197 \begin_inset space \thinspace{}
21198 \end_inset
21199
21200 Flaschen
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 \begin_inset Formula $10\cdot$
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221 \begin_inset Formula $10^{\mbox{-}17}$
21222 \end_inset
21223
21224
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 <cell alignment="center" valignment="top" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233 \begin_inset Formula $\Gamma(t)\propto$
21234 \end_inset
21235
21236
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 <cell alignment="center" valignment="top" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245 \begin_inset Formula $\:\Upsilon(t)$
21246 \end_inset
21247
21248
21249 \end_layout
21250
21251 \end_inset
21252 </cell>
21253 </row>
21254 <row>
21255 <cell alignment="center" valignment="top" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 1024×
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268 768
21269 \begin_inset space \thinspace{}
21270 \end_inset
21271
21272 Pixel
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell alignment="center" valignment="top" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281 \begin_inset Formula $5.78\cdot$
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 \begin_inset Formula $10^{7}$
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 <cell alignment="center" valignment="top" usebox="none">
21302 \begin_inset Text
21303
21304 \begin_layout Plain Layout
21305 \begin_inset Formula $A\ne$
21306 \end_inset
21307
21308
21309 \end_layout
21310
21311 \end_inset
21312 </cell>
21313 <cell alignment="center" valignment="top" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317 \begin_inset Formula $\:B_{\mathrm{red}}$
21318 \end_inset
21319
21320
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 </row>
21326 <row>
21327 <cell alignment="center" valignment="top" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331 32×
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340 6
21341 \begin_inset space \thinspace{}
21342 \end_inset
21343
21344 cm
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 -
21354 \begin_inset Formula $33.5\cdot$
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21363 \begin_inset Text
21364
21365 \begin_layout Plain Layout
21366 \begin_inset Formula $10^{4}$
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\sin(\alpha)\ge$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 <cell alignment="center" valignment="top" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390 \begin_inset Formula $\:\sin(\beta)$
21391 \end_inset
21392
21393
21394 \end_layout
21395
21396 \end_inset
21397 </cell>
21398 </row>
21399 </lyxtabular>
21400
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \end_inset
21407
21408
21409 \end_layout
21410
21411 \begin_layout Subsection
21412 Angepasste Zellen-/Spaltenformate
21413 \begin_inset CommandInset label
21414 LatexCommand label
21415 name "uab:Angepasste-Zellen-/Spaltenformate"
21416
21417 \end_inset
21418
21419
21420 \begin_inset Index idx
21421 status collapsed
21422
21423 \begin_layout Plain Layout
21424 Tabellen ! Spaltenformat
21425 \end_layout
21426
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \begin_layout Standard
21433 Wenn man wie in Abschnitt
21434 \begin_inset space ~
21435 \end_inset
21436
21437
21438 \begin_inset CommandInset ref
21439 LatexCommand ref
21440 reference "abs:Berechnung-der-Tabellenbreite"
21441
21442 \end_inset
21443
21444  oder Abschnitt
21445 \begin_inset space ~
21446 \end_inset
21447
21448
21449 \begin_inset CommandInset ref
21450 LatexCommand ref
21451 reference "uab:Mehrfachspalten-Berechnungen"
21452
21453 \end_inset
21454
21455  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21456  Tabellen sehr lästig.
21457  Um sich das Leben zu erleichtern, kann man im LaTeX-Vorspann ein Zellen/Spalten
21458 -Format definieren, das dann in allen Tabellen des Dokuments verwendet werden
21459  kann.
21460  Das Format wird mit dem Befehl
21461 \end_layout
21462
21463 \begin_layout Standard
21464
21465 \series bold
21466
21467 \backslash
21468 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21469 \end_layout
21470
21471 \begin_layout Standard
21472 definiert.
21473  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21474 \emph on
21475 b
21476 \emph default
21477
21478 \emph on
21479 c
21480 \emph default
21481
21482 \emph on
21483 l
21484 \emph default
21485
21486 \emph on
21487 m
21488 \emph default
21489
21490 \emph on
21491 p
21492 \emph default
21493  oder 
21494 \emph on
21495 r
21496 \emph default
21497 , weil diese vordefiniert sind.
21498  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21499 \end_layout
21500
21501 \begin_layout Standard
21502 \begin_inset VSpace medskip
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \begin_layout Standard
21509 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21510  Breite könnte das Format so aussehen:
21511 \end_layout
21512
21513 \begin_layout Standard
21514
21515 \series bold
21516
21517 \backslash
21518 newcolumntype{M}[1]{>{
21519 \backslash
21520 centering
21521 \backslash
21522 hspace{0pt}}m{#1}}
21523 \end_layout
21524
21525 \begin_layout Standard
21526 wobei 
21527 \series bold
21528
21529 \backslash
21530 hspace{0pt}
21531 \series default
21532  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21533  Abschnitt
21534 \begin_inset space ~
21535 \end_inset
21536
21537
21538 \begin_inset CommandInset ref
21539 LatexCommand ref
21540 reference "uab:Mehrfache-Zeilen-in"
21541
21542 \end_inset
21543
21544  beschrieben.
21545  Jetzt können Sie mit
21546 \end_layout
21547
21548 \begin_layout Standard
21549
21550 \series bold
21551 M{Breite}
21552 \end_layout
21553
21554 \begin_layout Standard
21555 im 
21556 \family sans
21557 LaTeX-Argument
21558 \family default
21559  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21560 \end_layout
21561
21562 \begin_layout Standard
21563 \begin_inset VSpace bigskip
21564 \end_inset
21565
21566
21567 \end_layout
21568
21569 \begin_layout Standard
21570 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21571  Format definieren:
21572 \end_layout
21573
21574 \begin_layout Standard
21575
21576 \series bold
21577
21578 \backslash
21579 newcolumntype{S}[2]{>{
21580 \backslash
21581 centering
21582 \backslash
21583 hspace{0pt}}
21584 \begin_inset Newline newline
21585 \end_inset
21586
21587
21588 \begin_inset Phantom HPhantom
21589 status open
21590
21591 \begin_layout Plain Layout
21592
21593 \series bold
21594
21595 \backslash
21596 newcolumntype
21597 \end_layout
21598
21599 \end_inset
21600
21601 m{(#1+(2
21602 \backslash
21603 tabcolsep+
21604 \backslash
21605 arrayrulewidth)*(1-#2))/#2}}
21606 \end_layout
21607
21608 \begin_layout Standard
21609 Dieses Format benutzt Gleichung
21610 \begin_inset space ~
21611 \end_inset
21612
21613
21614 \begin_inset CommandInset ref
21615 LatexCommand ref
21616 reference "eq:Wgn"
21617
21618 \end_inset
21619
21620 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21621  breit ist.
21622 \end_layout
21623
21624 \begin_layout Standard
21625 Jetzt können Sie im 
21626 \family sans
21627 LaTeX-Argument
21628 \family default
21629  im 
21630 \family sans
21631 Tabellen-Einstellungen
21632 \family default
21633 -Dialog folgendes einfügen:
21634 \end_layout
21635
21636 \begin_layout Standard
21637
21638 \series bold
21639 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21640 \end_layout
21641
21642 \begin_layout Standard
21643 \begin_inset VSpace bigskip
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \begin_layout Standard
21650 Für farbige Spalten können Sie folgendes einfügen:
21651 \end_layout
21652
21653 \begin_layout Standard
21654
21655 \series bold
21656
21657 \backslash
21658 newcolumntype{K}[1]{>{
21659 \backslash
21660 columncolor{#1}
21661 \backslash
21662 hspace{0pt}}c}
21663 \end_layout
21664
21665 \begin_layout Standard
21666 Das 
21667 \begin_inset Quotes gld
21668 \end_inset
21669
21670 c
21671 \begin_inset Quotes grd
21672 \end_inset
21673
21674  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21675  zentriert ist.
21676  Jetzt können Sie als 
21677 \family sans
21678 LaTeX-Argument
21679 \family default
21680  folgendes einfügen:
21681 \end_layout
21682
21683 \begin_layout Standard
21684
21685 \series bold
21686 K{Farbname}
21687 \end_layout
21688
21689 \begin_layout Standard
21690 \begin_inset VSpace bigskip
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \begin_layout Standard
21697 Für Tabelle
21698 \begin_inset space ~
21699 \end_inset
21700
21701
21702 \begin_inset CommandInset ref
21703 LatexCommand ref
21704 reference "tab:Tabelle-mit-benutzerdefinierte"
21705
21706 \end_inset
21707
21708  wurden folgende 
21709 \family sans
21710 LaTeX-Argumente
21711 \family default
21712  benutzt:
21713 \end_layout
21714
21715 \begin_layout Standard
21716
21717 \series bold
21718 M{2.5cm}
21719 \end_layout
21720
21721 \begin_layout Standard
21722 für die erste Spalte und die Mehrfachspalte,
21723 \end_layout
21724
21725 \begin_layout Standard
21726
21727 \series bold
21728 K{red}
21729 \end_layout
21730
21731 \begin_layout Standard
21732 für die letzte Spalte und
21733 \end_layout
21734
21735 \begin_layout Standard
21736
21737 \series bold
21738 S{2.5cm}{2}
21739 \end_layout
21740
21741 \begin_layout Standard
21742 für die Spalten in der zweiten Mehrfachspalte.
21743 \end_layout
21744
21745 \begin_layout Standard
21746 \begin_inset Float table
21747 placement h
21748 wide false
21749 sideways false
21750 status open
21751
21752 \begin_layout Plain Layout
21753 \begin_inset Caption Standard
21754
21755 \begin_layout Plain Layout
21756 \begin_inset CommandInset label
21757 LatexCommand label
21758 name "tab:Tabelle-mit-benutzerdefinierte"
21759
21760 \end_inset
21761
21762 Tabelle mit benutzerdefinierten Formaten
21763 \end_layout
21764
21765 \end_inset
21766
21767
21768 \end_layout
21769
21770 \begin_layout Plain Layout
21771 \align center
21772 \begin_inset Tabular
21773 <lyxtabular version="3" rows="3" columns="4">
21774 <features rotate="0" tabularvalignment="middle">
21775 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21776 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21777 <column alignment="center" valignment="middle">
21778 <column alignment="center" valignment="middle" special="K{red}">
21779 <row>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 einsehrlangesWort
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 Mehrfachspalte mit mehreren Zeilen
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 c
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 </row>
21817 <row>
21818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822 d
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831 e
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 f
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 g
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 </row>
21855 <row>
21856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 h
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 i
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878 j
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887 k
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 </row>
21893 </lyxtabular>
21894
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \begin_layout Subsection
21906 Liniendicke
21907 \begin_inset CommandInset label
21908 LatexCommand label
21909 name "uab:Liniendicke"
21910
21911 \end_inset
21912
21913
21914 \begin_inset Index idx
21915 status collapsed
21916
21917 \begin_layout Plain Layout
21918 Tabellen  ! Linien ! -dicke
21919 \end_layout
21920
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \begin_layout Standard
21927 Die Liniendicke für alle Linien einer Tabelle kann mit 
21928 \series bold
21929
21930 \backslash
21931 arrayrulewidth
21932 \series default
21933  eingestellt werden.
21934  Um eine Liniendicke von 1.5
21935 \begin_inset space \thinspace{}
21936 \end_inset
21937
21938 pt wie in Tabelle
21939 \begin_inset space ~
21940 \end_inset
21941
21942
21943 \begin_inset CommandInset ref
21944 LatexCommand ref
21945 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21946
21947 \end_inset
21948
21949  zu bekommen, geben Sie den Befehl
21950 \end_layout
21951
21952 \begin_layout Standard
21953
21954 \series bold
21955
21956 \backslash
21957 setlength{
21958 \backslash
21959 arrayrulewidth}{1.5pt}
21960 \end_layout
21961
21962 \begin_layout Standard
21963 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
21964  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21965  Mit
21966 \end_layout
21967
21968 \begin_layout Standard
21969
21970 \series bold
21971
21972 \backslash
21973 setlength{
21974 \backslash
21975 arrayrulewidth}{0.4pt}
21976 \end_layout
21977
21978 \begin_layout Standard
21979 bekommen Sie wieder die Standarddicke.
21980 \end_layout
21981
21982 \begin_layout Standard
21983 \begin_inset ERT
21984 status collapsed
21985
21986 \begin_layout Plain Layout
21987
21988
21989 \backslash
21990 setlength{
21991 \backslash
21992 arrayrulewidth}{1.5pt}
21993 \end_layout
21994
21995 \end_inset
21996
21997
21998 \begin_inset Float table
21999 placement H
22000 wide false
22001 sideways false
22002 status open
22003
22004 \begin_layout Plain Layout
22005 \begin_inset Caption Standard
22006
22007 \begin_layout Plain Layout
22008 \begin_inset CommandInset label
22009 LatexCommand label
22010 name "tab:Tabelle-mit-1.5pt-Liniendicke"
22011
22012 \end_inset
22013
22014 Tabelle mit 1.5
22015 \begin_inset space \thinspace{}
22016 \end_inset
22017
22018 pt Liniendicke
22019 \end_layout
22020
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \begin_layout Plain Layout
22027 \align center
22028 \begin_inset Tabular
22029 <lyxtabular version="3" rows="3" columns="3">
22030 <features rotate="0" tabularvalignment="middle">
22031 <column alignment="center" valignment="top">
22032 <column alignment="center" valignment="top">
22033 <column alignment="center" valignment="top">
22034 <row>
22035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039 sd
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 </row>
22063 <row>
22064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22065 \begin_inset Text
22066
22067 \begin_layout Plain Layout
22068
22069 \end_layout
22070
22071 \end_inset
22072 </cell>
22073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077 sd
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 </row>
22092 <row>
22093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115 sd
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 </row>
22121 </lyxtabular>
22122
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \end_inset
22129
22130
22131 \begin_inset ERT
22132 status collapsed
22133
22134 \begin_layout Plain Layout
22135
22136
22137 \backslash
22138 setlength{
22139 \backslash
22140 arrayrulewidth}{0.4pt}
22141 \end_layout
22142
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \begin_layout Standard
22149 \begin_inset VSpace bigskip
22150 \end_inset
22151
22152 Um eine Liniendicke von 1.5
22153 \begin_inset space \thinspace{}
22154 \end_inset
22155
22156 pt nur für horizontale Linien zu bekommen wie in Tabelle
22157 \begin_inset space ~
22158 \end_inset
22159
22160
22161 \begin_inset CommandInset ref
22162 LatexCommand ref
22163 reference "tab:Tabelle-mit-1.5pt-horiz"
22164
22165 \end_inset
22166
22167 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
22168  einfügen:
22169 \end_layout
22170
22171 \begin_layout Standard
22172
22173 \series bold
22174
22175 \backslash
22176 let
22177 \backslash
22178 myHline
22179 \backslash
22180 hline
22181 \begin_inset Newline newline
22182 \end_inset
22183
22184
22185 \backslash
22186 renewcommand{
22187 \backslash
22188 hline}
22189 \begin_inset Newline newline
22190 \end_inset
22191
22192  {
22193 \backslash
22194 noalign{
22195 \backslash
22196 global
22197 \backslash
22198 arrayrulewidth 1.5pt}
22199 \begin_inset Newline newline
22200 \end_inset
22201
22202  
22203 \backslash
22204 myHline
22205 \backslash
22206 noalign{
22207 \backslash
22208 global
22209 \backslash
22210 arrayrulewidth 0.4pt}}
22211 \end_layout
22212
22213 \begin_layout Standard
22214 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
22215  der (Gleit\SpecialChar \-
22216 objekt-)Tabelle zurück:
22217 \end_layout
22218
22219 \begin_layout Standard
22220
22221 \series bold
22222
22223 \backslash
22224 renewcommand{
22225 \backslash
22226 hline}{
22227 \backslash
22228 myHline}
22229 \end_layout
22230
22231 \begin_layout Standard
22232 \begin_inset ERT
22233 status collapsed
22234
22235 \begin_layout Plain Layout
22236
22237
22238 \backslash
22239 let
22240 \backslash
22241 myHline
22242 \backslash
22243 hline
22244 \end_layout
22245
22246 \begin_layout Plain Layout
22247
22248
22249 \backslash
22250 renewcommand{
22251 \backslash
22252 hline}
22253 \end_layout
22254
22255 \begin_layout Plain Layout
22256
22257  {
22258 \backslash
22259 noalign{
22260 \backslash
22261 global
22262 \backslash
22263 arrayrulewidth 1.5pt}
22264 \end_layout
22265
22266 \begin_layout Plain Layout
22267
22268   
22269 \backslash
22270 myHline
22271 \backslash
22272 noalign{
22273 \backslash
22274 global
22275 \backslash
22276 arrayrulewidth 0.4pt}}
22277 \end_layout
22278
22279 \end_inset
22280
22281
22282 \begin_inset Float table
22283 placement h
22284 wide false
22285 sideways false
22286 status open
22287
22288 \begin_layout Plain Layout
22289 \begin_inset Caption Standard
22290
22291 \begin_layout Plain Layout
22292 \begin_inset CommandInset label
22293 LatexCommand label
22294 name "tab:Tabelle-mit-1.5pt-horiz"
22295
22296 \end_inset
22297
22298 Tabelle mit 1.5
22299 \begin_inset space \thinspace{}
22300 \end_inset
22301
22302 pt dicken horizontalen Linien
22303 \end_layout
22304
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \begin_layout Plain Layout
22311 \align center
22312 \begin_inset Tabular
22313 <lyxtabular version="3" rows="3" columns="3">
22314 <features rotate="0" tabularvalignment="middle">
22315 <column alignment="center" valignment="top">
22316 <column alignment="center" valignment="top">
22317 <column alignment="center" valignment="top">
22318 <row>
22319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323 sd
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 </row>
22347 <row>
22348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361 sd
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 </row>
22376 <row>
22377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 sd
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 </row>
22405 </lyxtabular>
22406
22407 \end_inset
22408
22409
22410 \end_layout
22411
22412 \end_inset
22413
22414
22415 \begin_inset ERT
22416 status collapsed
22417
22418 \begin_layout Plain Layout
22419
22420
22421 \backslash
22422 renewcommand{
22423 \backslash
22424 hline}{
22425 \backslash
22426 myHline}
22427 \end_layout
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \begin_layout Standard
22435 \begin_inset VSpace bigskip
22436 \end_inset
22437
22438 Um die Liniendicke von 1.5
22439 \begin_inset space \thinspace{}
22440 \end_inset
22441
22442 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
22443  Spaltenformat entsprechend der Beschreibung in Abschnitt
22444 \begin_inset space ~
22445 \end_inset
22446
22447
22448 \begin_inset CommandInset ref
22449 LatexCommand ref
22450 reference "uab:Angepasste-Zellen-/Spaltenformate"
22451
22452 \end_inset
22453
22454  definieren:
22455 \end_layout
22456
22457 \begin_layout Standard
22458
22459 \series bold
22460
22461 \backslash
22462 newcolumntype{V}{!{
22463 \backslash
22464 vrule width 1.5pt}}
22465 \end_layout
22466
22467 \begin_layout Standard
22468 In Tabelle
22469 \begin_inset space ~
22470 \end_inset
22471
22472
22473 \begin_inset CommandInset ref
22474 LatexCommand ref
22475 reference "tab:Tabelle-mit-1.5pt-vert"
22476
22477 \end_inset
22478
22479  wurde das 
22480 \family sans
22481 LaTe
22482 \begin_inset ERT
22483 status collapsed
22484
22485 \begin_layout Plain Layout
22486
22487 {}
22488 \end_layout
22489
22490 \end_inset
22491
22492 X-Argument
22493 \family default
22494 \series bold
22495  VcV
22496 \series default
22497  für die letzte Spalte und
22498 \series bold
22499  Vc
22500 \series default
22501  für die anderen benutzt.
22502 \end_layout
22503
22504 \begin_layout Standard
22505 \begin_inset Float table
22506 placement H
22507 wide false
22508 sideways false
22509 status open
22510
22511 \begin_layout Plain Layout
22512 \begin_inset Caption Standard
22513
22514 \begin_layout Plain Layout
22515 \begin_inset CommandInset label
22516 LatexCommand label
22517 name "tab:Tabelle-mit-1.5pt-vert"
22518
22519 \end_inset
22520
22521 Tabelle mit 1.5
22522 \begin_inset space \thinspace{}
22523 \end_inset
22524
22525 pt dicken vertikalen Linien
22526 \end_layout
22527
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \begin_layout Plain Layout
22534 \align center
22535 \begin_inset Tabular
22536 <lyxtabular version="3" rows="3" columns="3">
22537 <features rotate="0" tabularvalignment="middle">
22538 <column alignment="center" valignment="top" special="Vc">
22539 <column alignment="center" valignment="top" special="Vc">
22540 <column alignment="center" valignment="top" special="VcV">
22541 <row>
22542 <cell alignment="center" valignment="top" topline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 sd
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 <cell alignment="center" valignment="top" topline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 </row>
22570 <row>
22571 <cell alignment="center" valignment="top" topline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" topline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 sd
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" topline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 </row>
22599 <row>
22600 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 sd
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 </row>
22628 </lyxtabular>
22629
22630 \end_inset
22631
22632
22633 \end_layout
22634
22635 \end_inset
22636
22637
22638 \end_layout
22639
22640 \begin_layout Subsection
22641 Gestrichelte Linien
22642 \begin_inset Index idx
22643 status collapsed
22644
22645 \begin_layout Plain Layout
22646 Tabellen  ! Linien ! gestrichelte 
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \begin_layout Standard
22655 \begin_inset ERT
22656 status collapsed
22657
22658 \begin_layout Plain Layout
22659
22660
22661 \backslash
22662 ifarydshln
22663 \end_layout
22664
22665 \end_inset
22666
22667
22668 \begin_inset Note Note
22669 status open
22670
22671 \begin_layout Plain Layout
22672 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
22673 \series bold
22674 arydshln
22675 \series default
22676  installiert ist.
22677 \end_layout
22678
22679 \end_inset
22680
22681
22682 \end_layout
22683
22684 \begin_layout Standard
22685 \begin_inset Float table
22686 placement h
22687 wide false
22688 sideways false
22689 status open
22690
22691 \begin_layout Plain Layout
22692 \begin_inset Caption Standard
22693
22694 \begin_layout Plain Layout
22695 \begin_inset CommandInset label
22696 LatexCommand label
22697 name "tab:Tabelle-mit-gestrichelten"
22698
22699 \end_inset
22700
22701 Tabelle mit gestrichelten Linien
22702 \end_layout
22703
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \begin_layout Plain Layout
22710 \align center
22711 \begin_inset Tabular
22712 <lyxtabular version="3" rows="5" columns="5">
22713 <features rotate="0" tabularvalignment="middle">
22714 <column alignment="center" valignment="top">
22715 <column alignment="center" valignment="top">
22716 <column alignment="center" valignment="top" special=":c">
22717 <column alignment="center" valignment="top">
22718 <column alignment="center" valignment="top">
22719 <row>
22720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724 a
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 b
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742 c
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22748 \begin_inset Text
22749
22750 \begin_layout Plain Layout
22751 d
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22757 \begin_inset Text
22758
22759 \begin_layout Plain Layout
22760 e
22761 \end_layout
22762
22763 \end_inset
22764 </cell>
22765 </row>
22766 <row>
22767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771 f
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 g
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 h
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 i
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807 j
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 </row>
22813 <row>
22814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 \begin_inset ERT
22819 status collapsed
22820
22821 \begin_layout Plain Layout
22822
22823
22824 \backslash
22825 hdashline 
22826 \end_layout
22827
22828 \end_inset
22829
22830 k
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 l
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 m
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857 n
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866 o
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 </row>
22872 <row>
22873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877 \begin_inset ERT
22878 status collapsed
22879
22880 \begin_layout Plain Layout
22881
22882
22883 \backslash
22884 cdashline{4-5}
22885 \end_layout
22886
22887 \end_inset
22888
22889 p
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 q
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907 r
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 s
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 </row>
22931 <row>
22932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Plain Layout
22936 t
22937 \end_layout
22938
22939 \end_inset
22940 </cell>
22941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945 u
22946 \end_layout
22947
22948 \end_inset
22949 </cell>
22950 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954 v
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963 w
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972 x
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 </row>
22978 </lyxtabular>
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \begin_layout Standard
22991 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
22992  TeX-Code benutzen.
22993  Zunächst müssen Sie das LaTeX-Paket 
22994 \series bold
22995 arydshln
22996 \series default
22997
22998 \begin_inset Index idx
22999 status collapsed
23000
23001 \begin_layout Plain Layout
23002 LaTeX-Pakete ! arydshln
23003 \end_layout
23004
23005 \end_inset
23006
23007  im LaTeX-Vorspann laden:
23008 \end_layout
23009
23010 \begin_layout Standard
23011
23012 \series bold
23013
23014 \backslash
23015 usepackage{arydshln}
23016 \end_layout
23017
23018 \begin_layout Standard
23019 Um senkrechte Linien zu stricheln, müssen Sie im 
23020 \family sans
23021 LaTe
23022 \begin_inset ERT
23023 status collapsed
23024
23025 \begin_layout Plain Layout
23026
23027 {}
23028 \end_layout
23029
23030 \end_inset
23031
23032 X-Argument
23033 \family default
23034  des 
23035 \family sans
23036 Tabellen-Einstellungen
23037 \family default
23038 -Dialogs 
23039 \begin_inset Quotes gld
23040 \end_inset
23041
23042 :
23043 \begin_inset Quotes grd
23044 \end_inset
23045
23046 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23047 \end_layout
23048
23049 \begin_layout Standard
23050 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23051 \end_layout
23052
23053 \begin_layout Standard
23054
23055 \series bold
23056
23057 \backslash
23058 hdashline
23059 \end_layout
23060
23061 \begin_layout Standard
23062 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
23063 \end_layout
23064
23065 \begin_layout Standard
23066 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23067 \end_layout
23068
23069 \begin_layout Standard
23070
23071 \series bold
23072
23073 \backslash
23074 cdashline{Anfangsspalte-Endspalte}
23075 \end_layout
23076
23077 \begin_layout Standard
23078 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
23079  Wenn Sie z.
23080 \begin_inset space \thinspace{}
23081 \end_inset
23082
23083 B.
23084  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23085  gestrichelte Linie haben, fügen Sie den Befehl
23086 \end_layout
23087
23088 \begin_layout Standard
23089
23090 \series bold
23091
23092 \backslash
23093 cdashline{2-4}
23094 \end_layout
23095
23096 \begin_layout Standard
23097 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23098 \end_layout
23099
23100 \begin_layout Standard
23101 \begin_inset VSpace bigskip
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \begin_layout Standard
23108 In Tabelle
23109 \begin_inset space ~
23110 \end_inset
23111
23112
23113 \begin_inset CommandInset ref
23114 LatexCommand ref
23115 reference "tab:Tabelle-mit-gestrichelten"
23116
23117 \end_inset
23118
23119  wurde in der dritten Spalte der Befehl
23120 \series bold
23121  
23122 \series default
23123
23124 \begin_inset Quotes gld
23125 \end_inset
23126
23127
23128 \series bold
23129 :c
23130 \begin_inset Quotes grd
23131 \end_inset
23132
23133
23134 \series default
23135  benutzt.
23136  Der Befehl 
23137 \series bold
23138
23139 \backslash
23140 hdashline
23141 \series default
23142  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23143 \begin_inset Newline newline
23144 \end_inset
23145
23146  
23147 \series bold
23148
23149 \backslash
23150 cdashline{4-5} 
23151 \series default
23152 wurde in die erste Zelle der vierten Zeile eingefügt.
23153 \end_layout
23154
23155 \begin_layout Standard
23156 \begin_inset VSpace bigskip
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \begin_layout Standard
23163 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23164 \begin_inset space ~
23165 \end_inset
23166
23167
23168 \begin_inset CommandInset ref
23169 LatexCommand ref
23170 reference "tab:Farbige-Tabelle-mit"
23171
23172 \end_inset
23173
23174  verdeutlicht.
23175 \end_layout
23176
23177 \begin_layout Standard
23178 \begin_inset ERT
23179 status collapsed
23180
23181 \begin_layout Plain Layout
23182
23183
23184 \backslash
23185 setlength{
23186 \backslash
23187 arrayrulewidth}{1pt}
23188 \end_layout
23189
23190 \end_inset
23191
23192
23193 \begin_inset Note Note
23194 status collapsed
23195
23196 \begin_layout Plain Layout
23197 dickere Linien zur besseren Visualisierung der Linienfarbe
23198 \end_layout
23199
23200 \end_inset
23201
23202
23203 \end_layout
23204
23205 \begin_layout Standard
23206 \begin_inset ERT
23207 status collapsed
23208
23209 \begin_layout Plain Layout
23210
23211
23212 \backslash
23213 dashgapcolor{green}
23214 \end_layout
23215
23216 \end_inset
23217
23218
23219 \begin_inset Note Note
23220 status collapsed
23221
23222 \begin_layout Plain Layout
23223 färbt Raum zwischen den Strichen grün
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \begin_layout Standard
23232 \begin_inset ERT
23233 status collapsed
23234
23235 \begin_layout Plain Layout
23236
23237
23238 \backslash
23239 let
23240 \backslash
23241 myHdashline
23242 \backslash
23243 hdashline
23244 \end_layout
23245
23246 \begin_layout Plain Layout
23247
23248
23249 \backslash
23250 renewcommand{
23251 \backslash
23252 hdashline}
23253 \end_layout
23254
23255 \begin_layout Plain Layout
23256
23257  {
23258 \backslash
23259 arrayrulecolor{red}
23260 \backslash
23261 myHdashline
23262 \backslash
23263 arrayrulecolor{black}}
23264 \end_layout
23265
23266 \end_inset
23267
23268
23269 \begin_inset Note Note
23270 status collapsed
23271
23272 \begin_layout Plain Layout
23273 färbt horizontale, gestrichelte Linien rot
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \begin_layout Standard
23282 \begin_inset ERT
23283 status collapsed
23284
23285 \begin_layout Plain Layout
23286
23287
23288 \backslash
23289 let
23290 \backslash
23291 myCdashline
23292 \backslash
23293 cdashline
23294 \end_layout
23295
23296 \begin_layout Plain Layout
23297
23298
23299 \backslash
23300 renewcommand{
23301 \backslash
23302 cdashline}[1]
23303 \end_layout
23304
23305 \begin_layout Plain Layout
23306
23307  {
23308 \backslash
23309 arrayrulecolor{yellow}
23310 \backslash
23311 myCdashline{#1}
23312 \backslash
23313 arrayrulecolor{black}}
23314 \end_layout
23315
23316 \end_inset
23317
23318
23319 \begin_inset Note Note
23320 status collapsed
23321
23322 \begin_layout Plain Layout
23323 färbt partielle horizontale, gestrichelte Linien gelb
23324 \end_layout
23325
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \begin_layout Standard
23332 \begin_inset Float table
23333 placement h
23334 wide false
23335 sideways false
23336 status open
23337
23338 \begin_layout Plain Layout
23339 \begin_inset Caption Standard
23340
23341 \begin_layout Plain Layout
23342 \begin_inset CommandInset label
23343 LatexCommand label
23344 name "tab:Farbige-Tabelle-mit"
23345
23346 \end_inset
23347
23348 Farbige Tabelle mit gestrichelten Linien
23349 \end_layout
23350
23351 \end_inset
23352
23353
23354 \end_layout
23355
23356 \begin_layout Plain Layout
23357 \align center
23358 \begin_inset Tabular
23359 <lyxtabular version="3" rows="5" columns="5">
23360 <features rotate="0" tabularvalignment="middle">
23361 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23362 <column alignment="center" valignment="top" width="0pt">
23363 <column alignment="center" valignment="top" width="0pt" special=":c">
23364 <column alignment="center" valignment="top">
23365 <column alignment="center" valignment="top">
23366 <row>
23367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 a
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" topline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 b
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 <cell alignment="center" valignment="top" topline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 c
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 d
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 e
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 </row>
23413 <row>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 f
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 g
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 <cell alignment="center" valignment="top" topline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436 h
23437 \end_layout
23438
23439 \end_inset
23440 </cell>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445 i
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454 j
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 </row>
23460 <row>
23461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465 \begin_inset ERT
23466 status collapsed
23467
23468 \begin_layout Plain Layout
23469
23470
23471 \backslash
23472 hdashline 
23473 \end_layout
23474
23475 \end_inset
23476
23477
23478 \begin_inset ERT
23479 status collapsed
23480
23481 \begin_layout Plain Layout
23482
23483
23484 \backslash
23485 rowcolor{Gray}
23486 \end_layout
23487
23488 \end_inset
23489
23490 k
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499 l
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 <cell alignment="center" valignment="top" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508 m
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 n
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 o
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 </row>
23532 <row>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 \begin_inset ERT
23538 status collapsed
23539
23540 \begin_layout Plain Layout
23541
23542
23543 \backslash
23544 cdashline{4-5}
23545 \end_layout
23546
23547 \end_inset
23548
23549 p
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558 q
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567 r
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 s
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 </row>
23591 <row>
23592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 t
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605 u
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614 v
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623 w
23624 \end_layout
23625
23626 \end_inset
23627 </cell>
23628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632 \begin_inset ERT
23633 status collapsed
23634
23635 \begin_layout Plain Layout
23636
23637
23638 \backslash
23639 cellcolor{Maroon}
23640 \end_layout
23641
23642 \end_inset
23643
23644
23645 \color green
23646 i
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 </row>
23652 </lyxtabular>
23653
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \begin_layout Standard
23665 \begin_inset ERT
23666 status collapsed
23667
23668 \begin_layout Plain Layout
23669
23670
23671 \backslash
23672 renewcommand{
23673 \backslash
23674 hdashline}{
23675 \backslash
23676 myHdashline}
23677 \end_layout
23678
23679 \end_inset
23680
23681
23682 \begin_inset Note Note
23683 status collapsed
23684
23685 \begin_layout Plain Layout
23686 zurücksetzen auf Standardwert
23687 \end_layout
23688
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \begin_layout Standard
23695 \begin_inset ERT
23696 status collapsed
23697
23698 \begin_layout Plain Layout
23699
23700
23701 \backslash
23702 renewcommand{
23703 \backslash
23704 cdashline}{
23705 \backslash
23706 myCdashline}
23707 \end_layout
23708
23709 \end_inset
23710
23711
23712 \begin_inset Note Note
23713 status collapsed
23714
23715 \begin_layout Plain Layout
23716 zurücksetzen auf Standardwert
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \begin_layout Standard
23725 \begin_inset ERT
23726 status collapsed
23727
23728 \begin_layout Plain Layout
23729
23730
23731 \backslash
23732 nodashgapcolor
23733 \end_layout
23734
23735 \end_inset
23736
23737
23738 \begin_inset Note Note
23739 status collapsed
23740
23741 \begin_layout Plain Layout
23742 zurücksetzen auf Standardwert
23743 \end_layout
23744
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \begin_layout Standard
23751 \begin_inset ERT
23752 status collapsed
23753
23754 \begin_layout Plain Layout
23755
23756
23757 \backslash
23758 setlength{
23759 \backslash
23760 arrayrulewidth}{0.4pt}
23761 \end_layout
23762
23763 \end_inset
23764
23765
23766 \begin_inset Note Note
23767 status collapsed
23768
23769 \begin_layout Plain Layout
23770 zurücksetzen auf Standardwert
23771 \end_layout
23772
23773 \end_inset
23774
23775
23776 \end_layout
23777
23778 \begin_layout Standard
23779 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23780 \begin_inset space ~
23781 \end_inset
23782
23783
23784 \begin_inset CommandInset ref
23785 LatexCommand ref
23786 reference "abs:Farbige-Tabellen"
23787
23788 \end_inset
23789
23790  beschrieben.
23791  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23792  beschrieben, man muss in den Befehlen nur 
23793 \series bold
23794
23795 \backslash
23796 myHlineC
23797 \series default
23798  durch 
23799 \series bold
23800
23801 \backslash
23802 myHdashline
23803 \series default
23804  und 
23805 \backslash
23806
23807 \series bold
23808 hline
23809 \series default
23810  durch 
23811 \series bold
23812
23813 \backslash
23814 hdashline
23815 \series default
23816  ersetzen; man verwendet also den Befehl
23817 \end_layout
23818
23819 \begin_layout Standard
23820
23821 \series bold
23822
23823 \backslash
23824 let
23825 \backslash
23826 myHdashline
23827 \backslash
23828 hdashline
23829 \begin_inset Newline newline
23830 \end_inset
23831
23832
23833 \backslash
23834 renewcommand{
23835 \backslash
23836 hdashline}
23837 \begin_inset Newline newline
23838 \end_inset
23839
23840
23841 \begin_inset Phantom HPhantom
23842 status open
23843
23844 \begin_layout Plain Layout
23845
23846 \series bold
23847 \begin_inset space ~
23848 \end_inset
23849
23850
23851 \end_layout
23852
23853 \end_inset
23854
23855 {
23856 \backslash
23857 arrayrulecolor{red}
23858 \backslash
23859 myHdashline
23860 \backslash
23861 arrayrulecolor{black}}
23862 \end_layout
23863
23864 \begin_layout Standard
23865 Um 
23866 \series bold
23867
23868 \backslash
23869 cdashline
23870 \series default
23871  zu färben, lautet der Befehl
23872 \end_layout
23873
23874 \begin_layout Standard
23875
23876 \series bold
23877
23878 \backslash
23879 let
23880 \backslash
23881 myCdashline
23882 \backslash
23883 cdashline
23884 \begin_inset Newline newline
23885 \end_inset
23886
23887
23888 \backslash
23889 renewcommand{
23890 \backslash
23891 cdashline}[1]
23892 \begin_inset Newline newline
23893 \end_inset
23894
23895
23896 \begin_inset Phantom HPhantom
23897 status open
23898
23899 \begin_layout Plain Layout
23900
23901 \series bold
23902 \begin_inset space ~
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \end_inset
23909
23910 {
23911 \backslash
23912 arrayrulecolor{red}
23913 \backslash
23914 myCdashline{#1}
23915 \backslash
23916 arrayrulecolor{black}}
23917 \end_layout
23918
23919 \begin_layout Standard
23920 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23921  als TeX-Code hinter der Tabelle einfügen:
23922 \end_layout
23923
23924 \begin_layout Standard
23925 Für 
23926 \series bold
23927
23928 \backslash
23929 hdashline
23930 \end_layout
23931
23932 \begin_layout Standard
23933
23934 \series bold
23935
23936 \backslash
23937 renewcommand{
23938 \backslash
23939 hdashline}{
23940 \backslash
23941 myHdashline}
23942 \end_layout
23943
23944 \begin_layout Standard
23945 und für 
23946 \series bold
23947
23948 \backslash
23949 cdashline
23950 \end_layout
23951
23952 \begin_layout Standard
23953
23954 \series bold
23955
23956 \backslash
23957 renewcommand{
23958 \backslash
23959 cdashline}{
23960 \backslash
23961 myCdashline}
23962 \end_layout
23963
23964 \begin_layout Standard
23965 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23966  Befehl
23967 \end_layout
23968
23969 \begin_layout Standard
23970
23971 \series bold
23972
23973 \backslash
23974 dashgapcolor{Farbe}
23975 \end_layout
23976
23977 \begin_layout Standard
23978 als TeX-Code vor der Tabelle verwenden.
23979  Farbe ist hierbei der Name einer definierten Farbe.
23980  Der Befehl
23981 \end_layout
23982
23983 \begin_layout Standard
23984
23985 \series bold
23986
23987 \backslash
23988 nodashgapcolor
23989 \end_layout
23990
23991 \begin_layout Standard
23992 hebt die Einstellung von 
23993 \series bold
23994
23995 \backslash
23996 dashgapcolor
23997 \series default
23998  auf.
23999 \end_layout
24000
24001 \begin_layout Standard
24002 \begin_inset Note Greyedout
24003 status open
24004
24005 \begin_layout Plain Layout
24006
24007 \series bold
24008 \color none
24009 Achtung
24010 \series default
24011 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
24012  
24013 \series bold
24014 arydshln
24015 \series default
24016  an erster Stelle in der Zelle befinden.
24017  Daher ist in in Zelle 
24018 \emph on
24019 k
24020 \emph default
24021  der Tabelle
24022 \begin_inset space ~
24023 \end_inset
24024
24025
24026 \begin_inset CommandInset ref
24027 LatexCommand ref
24028 reference "tab:Farbige-Tabelle-mit"
24029
24030 \end_inset
24031
24032  der Befehl 
24033 \series bold
24034
24035 \backslash
24036 hdashline
24037 \series default
24038  vor 
24039 \series bold
24040
24041 \backslash
24042 rowcolor
24043 \series default
24044 .
24045 \end_layout
24046
24047 \end_inset
24048
24049
24050 \end_layout
24051
24052 \begin_layout Standard
24053 \begin_inset Note Greyedout
24054 status open
24055
24056 \begin_layout Plain Layout
24057
24058 \series bold
24059 \color none
24060 Achtung:
24061 \series default
24062  Das LaTeX-Paket 
24063 \series bold
24064 arydshln
24065 \series default
24066  muss im LaTeX-Vorspann nach dem LaTeX-Paket 
24067 \series bold
24068 colortbl
24069 \series default
24070
24071 \begin_inset Index idx
24072 status collapsed
24073
24074 \begin_layout Plain Layout
24075 LaTeX-Pakete ! colortbl
24076 \end_layout
24077
24078 \end_inset
24079
24080  geladen werden.
24081 \end_layout
24082
24083 \end_inset
24084
24085
24086 \end_layout
24087
24088 \begin_layout Standard
24089 \begin_inset ERT
24090 status collapsed
24091
24092 \begin_layout Plain Layout
24093
24094
24095 \backslash
24096 else
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \begin_inset Note Note
24103 status open
24104
24105 \begin_layout Plain Layout
24106 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
24107 \series bold
24108 arydshln
24109 \series default
24110  nicht installiert ist:
24111 \end_layout
24112
24113 \end_inset
24114
24115
24116 \end_layout
24117
24118 \begin_layout Standard
24119 Sie müssen das LaTeX-Paket 
24120 \series bold
24121 arydshln
24122 \series default
24123  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24124 \end_layout
24125
24126 \begin_layout Standard
24127 \begin_inset ERT
24128 status collapsed
24129
24130 \begin_layout Plain Layout
24131
24132
24133 \backslash
24134 fi
24135 \end_layout
24136
24137 \end_inset
24138
24139
24140 \end_layout
24141
24142 \begin_layout Standard
24143 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24144  von 
24145 \series bold
24146 arydshln
24147 \series default
24148
24149 \begin_inset CommandInset citation
24150 LatexCommand cite
24151 key "arydshln"
24152
24153 \end_inset
24154
24155 .
24156 \end_layout
24157
24158 \begin_layout Chapter
24159 Gleitobjekte
24160 \begin_inset CommandInset label
24161 LatexCommand label
24162 name "kap:Gleitobjekte"
24163
24164 \end_inset
24165
24166
24167 \begin_inset Index idx
24168 status collapsed
24169
24170 \begin_layout Plain Layout
24171 Gleitobjekte
24172 \end_layout
24173
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \begin_layout Section
24180 Einleitung
24181 \begin_inset CommandInset label
24182 LatexCommand label
24183 name "abs:Gleitobjekte-Einleitung"
24184
24185 \end_inset
24186
24187
24188 \begin_inset Index idx
24189 status collapsed
24190
24191 \begin_layout Plain Layout
24192 Gleitobjekte ! Einleitung
24193 \end_layout
24194
24195 \end_inset
24196
24197
24198 \end_layout
24199
24200 \begin_layout Standard
24201 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24202  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24203  der beste Platz ist.
24204  
24205 \family sans
24206 Fußnoten
24207 \family default
24208  und 
24209 \family sans
24210 Randnotizen
24211 \family default
24212  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24213  wenn auf ihrer Seite schon zu viele sind.
24214 \end_layout
24215
24216 \begin_layout Standard
24217 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24218  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24219  um weiße Flächen und Seiten ohne Text zu vermeiden.
24220  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
24221 löst,
24222  kann im Text auf ein Gleitobjekt verwiesen werden.
24223  Gleitobjekte sind deshalb nummeriert.
24224  Querverweise werden in Abschnitt
24225 \begin_inset space ~
24226 \end_inset
24227
24228
24229 \begin_inset CommandInset ref
24230 LatexCommand ref
24231 reference "abs:Auf-Gleitobjekte-verweisen"
24232
24233 \end_inset
24234
24235  beschrieben.
24236 \end_layout
24237
24238 \begin_layout Standard
24239 Ein Gleitobjekt wird mit 
24240 \family sans
24241 Einfügen\SpecialChar \menuseparator
24242 Gleitobjekt\SpecialChar \menuseparator
24243 Algorithmus/Abbildung/Ta\SpecialChar \-
24244 belle/Um\SpecialChar \-
24245 flos\SpecialChar \-
24246 se\SpecialChar \-
24247 nes
24248 \begin_inset space ~
24249 \end_inset
24250
24251 Gleitobjekt
24252 \family default
24253  eingefügt (Werkzeugleistenknopf 
24254 \begin_inset Info
24255 type  "icon"
24256 arg   "float-insert figure"
24257 \end_inset
24258
24259  oder 
24260 \begin_inset Info
24261 type  "icon"
24262 arg   "float-insert table"
24263 \end_inset
24264
24265 ).
24266  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24267  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24268  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24269  #:).
24270  Statt # sehen Sie die von LyX vergebene Nummer.
24271  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24272  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24273  eingefügt.
24274  In Abschnitt
24275 \begin_inset space ~
24276 \end_inset
24277
24278
24279 \begin_inset CommandInset ref
24280 LatexCommand ref
24281 reference "abs:Titel-Platzierung"
24282
24283 \end_inset
24284
24285  finden Sie mehr über die Platzierung des Titels.
24286  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24287  auch wieder geöffnet.
24288  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24289 \begin_inset Graphics
24290         filename clipart/GleitobjektQt4.png
24291         scale 70
24292         scaleBeforeRotation
24293
24294 \end_inset
24295
24296  – ein graues Kästchen mit roter Beschriftung.
24297 \end_layout
24298
24299 \begin_layout Standard
24300 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24301  Gleitobjekte in einem eigenen Absatz einzufügen.
24302 \end_layout
24303
24304 \begin_layout Standard
24305 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24306  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24307  klicken.
24308 \end_layout
24309
24310 \begin_layout Section
24311 Gleitobjekt-Typen
24312 \begin_inset Index idx
24313 status collapsed
24314
24315 \begin_layout Plain Layout
24316 Gleitobjekte ! Typen
24317 \end_layout
24318
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \begin_layout Standard
24325 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24326 \begin_inset space ~
24327 \end_inset
24328
24329
24330 \begin_inset CommandInset ref
24331 LatexCommand ref
24332 reference "abs:Gleitende-Abbildungen"
24333
24334 \end_inset
24335
24336  und 
24337 \begin_inset CommandInset ref
24338 LatexCommand ref
24339 reference "abs:Gleitende-Tabellen"
24340
24341 \end_inset
24342
24343  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24344  Letztere sind in Abschnitt
24345 \begin_inset space ~
24346 \end_inset
24347
24348
24349 \begin_inset CommandInset ref
24350 LatexCommand ref
24351 reference "abs:Umflossene-Gleitobjekte"
24352
24353 \end_inset
24354
24355  beschrieben.
24356 \end_layout
24357
24358 \begin_layout Subsection
24359 Algorithmen-Gleitobjekt
24360 \begin_inset Index idx
24361 status collapsed
24362
24363 \begin_layout Plain Layout
24364 Gleitobjekte ! Algorithmen
24365 \end_layout
24366
24367 \end_inset
24368
24369
24370 \begin_inset CommandInset label
24371 LatexCommand label
24372 name "uab:Gleitobjekt-Algorithmen"
24373
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \begin_layout Standard
24380 \begin_inset Float algorithm
24381 placement h
24382 wide false
24383 sideways false
24384 status open
24385
24386 \begin_layout Plain Layout
24387 \begin_inset Caption Standard
24388
24389 \begin_layout Plain Layout
24390 \begin_inset CommandInset label
24391 LatexCommand label
24392 name "alg:Ein-Gleitobjekt-Algorithmus"
24393
24394 \end_inset
24395
24396 Ein Gleitobjekt-Algorithmus 
24397 \end_layout
24398
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \begin_layout LyX-Code
24405 for I in 1..N loop
24406 \begin_inset Newline newline
24407 \end_inset
24408
24409  Sum:= Sum + A(I); /*Kommentar*/
24410 \begin_inset Newline newline
24411 \end_inset
24412
24413 end loop
24414 \begin_inset VSpace -4mm
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \end_inset
24421
24422
24423 \end_layout
24424
24425 \begin_layout Standard
24426 Dieser Typ wird mit 
24427 \family sans
24428 Einfügen\SpecialChar \menuseparator
24429 Gleitobjekt\SpecialChar \menuseparator
24430 Algorithmus
24431 \family default
24432  eingefügt.
24433  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24434  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24435 \begin_inset space ~
24436 \end_inset
24437
24438
24439 \begin_inset CommandInset ref
24440 LatexCommand ref
24441 reference "kap:Programm-Code-Listen"
24442
24443 \end_inset
24444
24445 .
24446  Eine mögliche Absatz-Umgebung hier für ist 
24447 \family sans
24448 LyX-Code
24449 \family default
24450 , beschrieben im 
24451 \emph on
24452 Benutzerhandbuch
24453 \emph default
24454 .
24455  In Algorithmus
24456 \begin_inset space ~
24457 \end_inset
24458
24459
24460 \begin_inset CommandInset ref
24461 LatexCommand ref
24462 reference "alg:Ein-Gleitobjekt-Algorithmus"
24463
24464 \end_inset
24465
24466  wurden am Ende -4
24467 \begin_inset space \thinspace{}
24468 \end_inset
24469
24470 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24471  letzten Zeile gedruckt wird.
24472 \end_layout
24473
24474 \begin_layout Standard
24475 Die Marke 
24476 \emph on
24477 Algorithmus
24478 \emph default
24479  wird nicht automatisch in die druckbare Version übernommen, sondern das
24480  englische Wort 
24481 \emph on
24482 Algorithm
24483 \emph default
24484  verwendet.
24485  Soll
24486 \emph on
24487  Algorithmus
24488 \emph default
24489  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
24490 \end_layout
24491
24492 \begin_layout Standard
24493
24494 \series bold
24495
24496 \backslash
24497 floatname{algorithm}{Algorithmus}
24498 \end_layout
24499
24500 \begin_layout Standard
24501 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24502  Sprache wie die LyX Menünamen haben, das Menü 
24503 \family sans
24504 Einfügen\SpecialChar \menuseparator
24505 Liste
24506 \begin_inset space \thinspace{}
24507 \end_inset
24508
24509 /
24510 \begin_inset space \thinspace{}
24511 \end_inset
24512
24513 Inhaltsverzeichnis\SpecialChar \menuseparator
24514 Algorithmenverzeichnis
24515 \family default
24516  verwendet werden.
24517  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
24518  eingefügt werden:
24519 \end_layout
24520
24521 \begin_layout Standard
24522
24523 \series bold
24524
24525 \backslash
24526 listof{algorithm}{Algorithmenverzeichnis}
24527 \end_layout
24528
24529 \begin_layout Standard
24530 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24531  nach dem Schema 
24532 \begin_inset Quotes gld
24533 \end_inset
24534
24535 Kapitelnummer.Algorithmusnummer
24536 \begin_inset Quotes grd
24537 \end_inset
24538
24539  nummeriert.
24540  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
24541  einfügen:
24542 \end_layout
24543
24544 \begin_layout Standard
24545
24546 \series bold
24547
24548 \backslash
24549 numberwithin{algorithm}{chapter}
24550 \end_layout
24551
24552 \begin_layout Standard
24553 Um 
24554 \series bold
24555
24556 \backslash
24557 numberwithin
24558 \series default
24559  benutzen zu können, muss in den 
24560 \family sans
24561 Mathe
24562 \begin_inset space ~
24563 \end_inset
24564
24565 Optionen
24566 \family default
24567  der 
24568 \family sans
24569 Dokument-Einstellungen
24570 \family default
24571  
24572 \family sans
24573 AMS
24574 \begin_inset space ~
24575 \end_inset
24576
24577 Mathe
24578 \begin_inset space ~
24579 \end_inset
24580
24581 Paket
24582 \family default
24583
24584 \begin_inset space ~
24585 \end_inset
24586
24587
24588 \family sans
24589 verwenden
24590 \family default
24591  angekreuzt sein.
24592 \end_layout
24593
24594 \begin_layout Section
24595 Gleitobjekt-Nummerierung
24596 \begin_inset Index idx
24597 status collapsed
24598
24599 \begin_layout Plain Layout
24600 Gleitobjekte ! Nummerierung
24601 \end_layout
24602
24603 \end_inset
24604
24605
24606 \end_layout
24607
24608 \begin_layout Standard
24609 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24610  nummeriert oder nach dem Schema 
24611 \begin_inset Quotes gld
24612 \end_inset
24613
24614 Kapitelnummer.Gleitobjektnummer
24615 \begin_inset Quotes grd
24616 \end_inset
24617
24618  oder 
24619 \begin_inset Quotes gld
24620 \end_inset
24621
24622 Abschnittsnummer.Gleitobjektnummer
24623 \begin_inset Quotes grd
24624 \end_inset
24625
24626 .
24627  Das hängt von der Dokumentklasse ab.
24628 \end_layout
24629
24630 \begin_layout Standard
24631 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24632  in den LaTeX-Vorspann einfügen:
24633 \end_layout
24634
24635 \begin_layout Standard
24636
24637 \series bold
24638
24639 \backslash
24640 renewcommand{
24641 \backslash
24642 thetable}{
24643 \backslash
24644 roman{table}}
24645 \end_layout
24646
24647 \begin_layout Standard
24648
24649 \series bold
24650
24651 \backslash
24652 thetable
24653 \series default
24654  ist der Befehl, der die Tabellennummer druckt.
24655  Für Abbildungen ist das 
24656 \series bold
24657
24658 \backslash
24659 thefigure
24660 \series default
24661 .
24662  Der Befehl 
24663 \series bold
24664
24665 \backslash
24666 roman
24667 \series default
24668  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24669 \end_layout
24670
24671 \begin_layout Standard
24672 Um das Nummerierungsschema zum Beispiel auf 
24673 \begin_inset Quotes gld
24674 \end_inset
24675
24676 Unterabschnittsnummer.Num\SpecialChar \-
24677 mer
24678 \begin_inset Quotes grd
24679 \end_inset
24680
24681  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
24682 \end_layout
24683
24684 \begin_layout Standard
24685
24686 \series bold
24687
24688 \backslash
24689 numberwithin{table}{subsection}
24690 \end_layout
24691
24692 \begin_layout Standard
24693 Um den Befehl 
24694 \series bold
24695
24696 \backslash
24697 numberwithin
24698 \series default
24699  benutzen zu können, müssen Sie in den 
24700 \family sans
24701 Mathe
24702 \begin_inset space ~
24703 \end_inset
24704
24705 Optionen
24706 \family default
24707  der 
24708 \family sans
24709 Dokument-Einstellungen
24710 \family default
24711  
24712 \family sans
24713 AMS
24714 \begin_inset space ~
24715 \end_inset
24716
24717 Mathe
24718 \begin_inset space ~
24719 \end_inset
24720
24721 Paket
24722 \family default
24723
24724 \begin_inset space ~
24725 \end_inset
24726
24727
24728 \family sans
24729 verwenden
24730 \family default
24731  ankreuzen.
24732 \end_layout
24733
24734 \begin_layout Standard
24735 Sehen Sie sich bitte auch Abschnitt
24736 \begin_inset space ~
24737 \end_inset
24738
24739
24740 \begin_inset CommandInset ref
24741 LatexCommand ref
24742 reference "uab:Fußnoten-Nummerierung"
24743
24744 \end_inset
24745
24746  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24747 \end_layout
24748
24749 \begin_layout Section
24750 Auf Gleitobjekte verweisen
24751 \begin_inset CommandInset label
24752 LatexCommand label
24753 name "abs:Auf-Gleitobjekte-verweisen"
24754
24755 \end_inset
24756
24757
24758 \begin_inset Index idx
24759 status collapsed
24760
24761 \begin_layout Plain Layout
24762 Gleitobjekte ! Querverweise
24763 \end_layout
24764
24765 \end_inset
24766
24767
24768 \begin_inset Index idx
24769 status collapsed
24770
24771 \begin_layout Plain Layout
24772 Querverweise ! auf Gleitobjekte
24773 \end_layout
24774
24775 \end_inset
24776
24777
24778 \end_layout
24779
24780 \begin_layout Standard
24781 Zunächst müssen Sie mit 
24782 \family sans
24783 Einfügen\SpecialChar \menuseparator
24784 Marke
24785 \family default
24786  oder einen Klick auf 
24787 \begin_inset Info
24788 type  "icon"
24789 arg   "label-insert"
24790 \end_inset
24791
24792  eine Marke im Titel einfügen.
24793  Im 
24794 \family sans
24795 Marke
24796 \family default
24797 -Dialog schreiben Sie einen Text in das Feld 
24798 \family sans
24799 Marke
24800 \family default
24801  oder übernehmen den vorgeschlagenen.
24802  Die Marke sieht in LyX dann so aus:
24803 \end_layout
24804
24805 \begin_layout Standard
24806 \begin_inset Graphics
24807         filename clipart/Marke.png
24808         lyxscale 80
24809         scale 50
24810         scaleBeforeRotation
24811
24812 \end_inset
24813
24814
24815 \end_layout
24816
24817 \begin_layout Standard
24818 Die Marke wird als Anker und Name für den Querverweis benutzt.
24819  Mit 
24820 \family sans
24821 Einfügen\SpecialChar \menuseparator
24822 Querverweis
24823 \family default
24824  oder einen Klick auf 
24825 \begin_inset Info
24826 type  "icon"
24827 arg   "dialog-show-new-inset ref"
24828 \end_inset
24829
24830  können Sie dann auf die Marke verweisen.
24831  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
24832  angezeigt:
24833 \end_layout
24834
24835 \begin_layout Standard
24836 \begin_inset Graphics
24837         filename clipart/Querverweis.png
24838         lyxscale 80
24839         scale 50
24840         scaleBeforeRotation
24841
24842 \end_inset
24843
24844
24845 \begin_inset Newline newline
24846 \end_inset
24847
24848  Mehr zu Querverweisen finden Sie im 
24849 \emph on
24850 Benutzerhandbuch
24851 \emph default
24852 .
24853 \end_layout
24854
24855 \begin_layout Standard
24856 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24857  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24858  durch einen Zeilenumbruch getrennt werden können.
24859 \end_layout
24860
24861 \begin_layout Standard
24862 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24863  LyX passt die Querverweise automatisch an.
24864 \end_layout
24865
24866 \begin_layout Standard
24867 Ein Klick auf den Schalter 
24868 \family sans
24869 Gehe
24870 \begin_inset space ~
24871 \end_inset
24872
24873 zur
24874 \begin_inset space ~
24875 \end_inset
24876
24877 Marke
24878 \family default
24879  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24880  Der Text der Schaltfläche heißt jetzt 
24881 \family sans
24882 Gehe
24883 \begin_inset space ~
24884 \end_inset
24885
24886 zurück
24887 \family default
24888  und ein Klick darauf macht genau dies.
24889 \end_layout
24890
24891 \begin_layout Subsection
24892 Querverweis-Formate
24893 \begin_inset CommandInset label
24894 LatexCommand label
24895 name "uab:Querverweis-Formate"
24896
24897 \end_inset
24898
24899
24900 \begin_inset Index idx
24901 status collapsed
24902
24903 \begin_layout Plain Layout
24904 Querverweise ! Formate
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Standard
24913 Es gibt sechs verschiedene Querverweisstile:
24914 \end_layout
24915
24916 \begin_layout Description
24917 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24918  
24919 \begin_inset CommandInset ref
24920 LatexCommand ref
24921 reference "abb:Zwei-Teilabbildungen"
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Description
24929 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24930  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24931  verwendet wird, speziell wenn der Name 
24932 \begin_inset Quotes gld
24933 \end_inset
24934
24935 Gleichung
24936 \begin_inset Quotes grd
24937 \end_inset
24938
24939  weggelassen wird: 
24940 \begin_inset CommandInset ref
24941 LatexCommand eqref
24942 reference "eq:Wgn"
24943
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \begin_layout Description
24950 <Seite>: druckt die Seitennummer: Seite
24951 \begin_inset space ~
24952 \end_inset
24953
24954
24955 \begin_inset CommandInset ref
24956 LatexCommand pageref
24957 reference "abb:Zwei-Teilabbildungen"
24958
24959 \end_inset
24960
24961
24962 \end_layout
24963
24964 \begin_layout Description
24965 auf
24966 \begin_inset space ~
24967 \end_inset
24968
24969 Seite
24970 \begin_inset space ~
24971 \end_inset
24972
24973 <Seite>: druckt den Text 
24974 \begin_inset Quotes gld
24975 \end_inset
24976
24977 auf Seite
24978 \begin_inset Quotes grd
24979 \end_inset
24980
24981  und die Seitennummer: 
24982 \begin_inset CommandInset ref
24983 LatexCommand vpageref
24984 reference "abb:Zwei-Teilabbildungen"
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Description
24992 <Querverweis>
24993 \begin_inset space ~
24994 \end_inset
24995
24996 auf
24997 \begin_inset space ~
24998 \end_inset
24999
25000 Seite
25001 \begin_inset space ~
25002 \end_inset
25003
25004 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
25005 \begin_inset Quotes gld
25006 \end_inset
25007
25008 auf Seite
25009 \begin_inset Quotes grd
25010 \end_inset
25011
25012 , und die Seitennummer: 
25013 \begin_inset CommandInset ref
25014 LatexCommand vref
25015 reference "abb:Zwei-Teilabbildungen"
25016
25017 \end_inset
25018
25019
25020 \end_layout
25021
25022 \begin_layout Description
25023 Formatierter
25024 \begin_inset space ~
25025 \end_inset
25026
25027 Querverweis: druckt ein selbst definiertes Querverweisformat
25028 \begin_inset Newline newline
25029 \end_inset
25030
25031
25032 \begin_inset Note Greyedout
25033 status open
25034
25035 \begin_layout Plain Layout
25036
25037 \series bold
25038 Bemerkung:
25039 \series default
25040  Dies ist nur möglich, wenn das LaTeX-Paket 
25041 \series bold
25042 prettyref
25043 \series default
25044  oder 
25045 \series bold
25046 refstyle
25047 \series default
25048
25049 \begin_inset Index idx
25050 status collapsed
25051
25052 \begin_layout Plain Layout
25053 LaTeX-Pakete ! prettyref
25054 \end_layout
25055
25056 \end_inset
25057
25058
25059 \begin_inset Index idx
25060 status collapsed
25061
25062 \begin_layout Plain Layout
25063 LaTeX-Pakete ! refstyle
25064 \end_layout
25065
25066 \end_inset
25067
25068  installiert ist.
25069 \end_layout
25070
25071 \end_inset
25072
25073
25074 \begin_inset Newline newline
25075 \end_inset
25076
25077 Sie können duch setzen der Option 
25078 \family sans
25079 Verwende refstyle (nicht prettyref) für Querverweise
25080 \family default
25081  im Menü 
25082 \family sans
25083 Dokument\SpecialChar \menuseparator
25084 Einstellungen\SpecialChar \menuseparator
25085 Dokumentklasse
25086 \family default
25087  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
25088  Das Format wird definiert, indem man den Befehl 
25089 \series bold
25090
25091 \backslash
25092 newrefformat
25093 \series default
25094  (prettyref) oder 
25095 \series bold
25096
25097 \backslash
25098 newref
25099 \series default
25100  (refstyle) in den LaTeX-Vorspann einfügt.
25101  Z.
25102 \begin_inset space \thinspace{}
25103 \end_inset
25104
25105 B.
25106  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25107  
25108 \begin_inset Quotes eld
25109 \end_inset
25110
25111
25112 \family sans
25113 abb
25114 \family default
25115
25116 \begin_inset Quotes erd
25117 \end_inset
25118
25119 ) mit dem Befehle
25120 \begin_inset Newline newline
25121 \end_inset
25122
25123
25124 \series bold
25125
25126 \backslash
25127 newref{abb}{refcmd={Bild auf Seite 
25128 \backslash
25129 pageref{#1}}}
25130 \series default
25131
25132 \begin_inset Newline newline
25133 \end_inset
25134
25135 geändert werden.
25136  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25137 en verwiesen, 
25138 \begin_inset CommandInset citation
25139 LatexCommand cite
25140 key "prettyref,refstyle"
25141
25142 \end_inset
25143
25144 .
25145 \end_layout
25146
25147 \begin_layout Description
25148 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25149 \begin_inset CommandInset ref
25150 LatexCommand nameref
25151 reference "abb:Zwei-Teilabbildungen"
25152
25153 \end_inset
25154
25155
25156 \end_layout
25157
25158 \begin_layout Standard
25159
25160 \family sans
25161 <Seite>
25162 \family default
25163  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25164  vorherigen, der selben oder der nächsten Seite befindet.
25165  Stattdessen wird z.
25166 \begin_inset space \thinspace{}
25167 \end_inset
25168
25169 B.
25170  der Text 
25171 \begin_inset Quotes gld
25172 \end_inset
25173
25174
25175 \family sans
25176 auf dieser Seite
25177 \family default
25178
25179 \begin_inset Quotes grd
25180 \end_inset
25181
25182  gedruckt.
25183  Der Stil 
25184 \family sans
25185 <Querverweis>
25186 \begin_inset space ~
25187 \end_inset
25188
25189 auf
25190 \begin_inset space ~
25191 \end_inset
25192
25193 Seite
25194 \begin_inset space ~
25195 \end_inset
25196
25197 <Seite>
25198 \family default
25199  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25200  Seite ist.
25201 \end_layout
25202
25203 \begin_layout Standard
25204 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25205  automatisch von LaTeX berechnet.
25206  Die Stile können im Feld 
25207 \family sans
25208 Format
25209 \family default
25210  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25211  einen Querverweis klicken.
25212 \end_layout
25213
25214 \begin_layout Standard
25215 \begin_inset Note Greyedout
25216 status open
25217
25218 \begin_layout Plain Layout
25219
25220 \series bold
25221 Bemerkung:
25222 \series default
25223  Es wird empfohlen, das LaTeX-Paket 
25224 \series bold
25225 refstyle
25226 \series default
25227
25228 \begin_inset Index idx
25229 status collapsed
25230
25231 \begin_layout Plain Layout
25232 LaTeX-Pakete ! refstyle
25233 \end_layout
25234
25235 \end_inset
25236
25237  zu verwenden, da 
25238 \series bold
25239 prettyref
25240 \series default
25241
25242 \begin_inset Index idx
25243 status collapsed
25244
25245 \begin_layout Plain Layout
25246 LaTeX-Pakete ! prettyref
25247 \end_layout
25248
25249 \end_inset
25250
25251  nicht alle möglichen LyX Marken-Kürzel
25252 \begin_inset Foot
25253 status collapsed
25254
25255 \begin_layout Plain Layout
25256  
25257 \begin_inset Quotes gld
25258 \end_inset
25259
25260 abb:
25261 \begin_inset Quotes grd
25262 \end_inset
25263
25264  ist z.
25265 \begin_inset space \thinspace{}
25266 \end_inset
25267
25268 B.
25269  LyXs Kürzel für Marken in Bildbeschriftungen.
25270 \end_layout
25271
25272 \end_inset
25273
25274  kennt und auch nicht internationalisiert ist.
25275 \end_layout
25276
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \begin_layout Subsection
25283 Automatische Querverweisnamen
25284 \begin_inset Index idx
25285 status collapsed
25286
25287 \begin_layout Plain Layout
25288 Querverweise ! Automatische Namen 
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \end_layout
25295
25296 \begin_layout Standard
25297 Das LaTeX-Paket 
25298 \series bold
25299 hyperref
25300 \series default
25301
25302 \begin_inset Index idx
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306 LaTeX-Pakete ! hyperref
25307 \end_layout
25308
25309 \end_inset
25310
25311 , das in den
25312 \family sans
25313  PDF-Eigenschaften
25314 \family default
25315  im 
25316 \family sans
25317 Dokument-Einstellungen
25318 \family default
25319  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25320  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25321  wie 
25322 \emph on
25323 Abschnitt
25324 \emph default
25325 ).
25326  Sie müssen damit z.
25327 \begin_inset space \thinspace{}
25328 \end_inset
25329
25330 B.
25331  nicht mehr den Namen 
25332 \begin_inset Quotes gld
25333 \end_inset
25334
25335 Abbildung
25336 \begin_inset Quotes grd
25337 \end_inset
25338
25339  vor jeden Querverweis auf eine Abbildung schreiben.
25340  Um diese Funktion benutzen zu können, aktivieren Sie 
25341 \series bold
25342 hyperref
25343 \series default
25344  und fügen diese Zeile in den LaTeX-Vorspann ein:
25345 \end_layout
25346
25347 \begin_layout Standard
25348
25349 \series bold
25350
25351 \backslash
25352 AtBeginDocument{
25353 \backslash
25354 renewcommand{
25355 \backslash
25356 ref}[1]{
25357 \backslash
25358 mbox{
25359 \backslash
25360 autoref{#1}}}}
25361 \end_layout
25362
25363 \begin_layout Standard
25364 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25365 \begin_inset space \thinspace{}
25366 \end_inset
25367
25368 B.
25369  statt 
25370 \begin_inset Quotes gld
25371 \end_inset
25372
25373 Abschnitt
25374 \begin_inset Quotes grd
25375 \end_inset
25376
25377  den Namen 
25378 \begin_inset Quotes gld
25379 \end_inset
25380
25381 Kap.
25382 \begin_inset space \thinspace{}
25383 \end_inset
25384
25385
25386 \begin_inset Quotes grd
25387 \end_inset
25388
25389 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25390 \end_layout
25391
25392 \begin_layout Standard
25393
25394 \series bold
25395
25396 \backslash
25397 addto
25398 \backslash
25399 extrasngerman{
25400 \backslash
25401 renewcommand{
25402 \backslash
25403 sectionautorefname}
25404 \begin_inset Newline newline
25405 \end_inset
25406
25407
25408 \begin_inset Phantom HPhantom
25409 status open
25410
25411 \begin_layout Plain Layout
25412
25413 \series bold
25414 \begin_inset space ~
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \end_inset
25421
25422 {Kap.
25423 \backslash
25424 negthinspace}}
25425 \end_layout
25426
25427 \begin_layout Standard
25428 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25429 \begin_inset Newline newline
25430 \end_inset
25431
25432
25433 \series bold
25434
25435 \backslash
25436 extrasngerman
25437 \series default
25438  durch 
25439 \series bold
25440
25441 \backslash
25442 extras***
25443 \series default
25444 , wobei *** der Name der verwendeten Sprache ist.
25445 \end_layout
25446
25447 \begin_layout Standard
25448 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25449  z.
25450 \begin_inset space \thinspace{}
25451 \end_inset
25452
25453 B.
25454  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25455 \end_layout
25456
25457 \begin_layout Standard
25458
25459 \series bold
25460
25461 \backslash
25462 addto
25463 \backslash
25464 extrasngerman{
25465 \backslash
25466 renewcommand*{
25467 \backslash
25468 equationautorefname}[1]{}}
25469 \end_layout
25470
25471 \begin_layout Standard
25472 Mehr über dieses Thema finden Sie in der 
25473 \series bold
25474 hyperref
25475 \series default
25476 -Dokumentation 
25477 \begin_inset CommandInset citation
25478 LatexCommand cite
25479 key "hyperref"
25480
25481 \end_inset
25482
25483 .
25484 \end_layout
25485
25486 \begin_layout Standard
25487 \begin_inset Note Greyedout
25488 status open
25489
25490 \begin_layout Plain Layout
25491
25492 \series bold
25493 Bemerkung:
25494 \series default
25495  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25496  als Querverweisstil 
25497 \family sans
25498 Formatierter
25499 \begin_inset space ~
25500 \end_inset
25501
25502 Querverweis
25503 \family default
25504  benutzen, wie in Abschnitt
25505 \begin_inset space ~
25506 \end_inset
25507
25508
25509 \begin_inset CommandInset ref
25510 LatexCommand ref
25511 reference "uab:Querverweis-Formate"
25512
25513 \end_inset
25514
25515  beschrieben.
25516 \end_layout
25517
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \begin_layout Standard
25524 Das 
25525 \emph on
25526 Mathe
25527 \emph default
25528  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25529 \end_layout
25530
25531 \begin_layout Subsection
25532 Querverweis-Position
25533 \begin_inset CommandInset label
25534 LatexCommand label
25535 name "uab:Querverweis-Position"
25536
25537 \end_inset
25538
25539
25540 \begin_inset Index idx
25541 status collapsed
25542
25543 \begin_layout Plain Layout
25544 Querverweise !  Position
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \begin_layout Standard
25553 Wenn Sie 
25554 \series bold
25555 hyperref
25556 \series default
25557
25558 \begin_inset Index idx
25559 status collapsed
25560
25561 \begin_layout Plain Layout
25562 LaTeX-Pakete ! hyperref
25563 \end_layout
25564
25565 \end_inset
25566
25567  in den
25568 \family sans
25569  PDF-Eigenschaften
25570 \family default
25571  im 
25572 \family sans
25573 Dokument-Einstellungen
25574 \family default
25575  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25576  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25577  und Sie werden das Bild ohne Scrollen nicht sehen.
25578  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25579  ist.
25580  Wenn Sie das  LaTeX-Paket 
25581 \series bold
25582 hypcap
25583 \series default
25584
25585 \begin_inset Index idx
25586 status collapsed
25587
25588 \begin_layout Plain Layout
25589 LaTeX-Pakete ! hypcap
25590 \end_layout
25591
25592 \end_inset
25593
25594 , das Teil des LaTeX-Pakets 
25595 \series bold
25596 oberdiek
25597 \series default
25598
25599 \begin_inset Index idx
25600 status collapsed
25601
25602 \begin_layout Plain Layout
25603 LaTeX-Pakete ! oberdiek
25604 \end_layout
25605
25606 \end_inset
25607
25608  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25609  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
25610 \series bold
25611 hypcap
25612 \series default
25613  zunächst in den LaTeX-Vorspann laden:
25614 \end_layout
25615
25616 \begin_layout Standard
25617
25618 \series bold
25619
25620 \backslash
25621 usepackage[figure]{hypcap}
25622 \end_layout
25623
25624 \begin_layout Standard
25625 Sie können 
25626 \series bold
25627 hypcap
25628 \series default
25629  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25630  nicht empfohlen.
25631  Weitere Informationen finden Sie im
25632 \series bold
25633  hypcap
25634 \series default
25635 -Handbuch 
25636 \begin_inset CommandInset citation
25637 LatexCommand cite
25638 key "hypcap"
25639
25640 \end_inset
25641
25642 .
25643 \end_layout
25644
25645 \begin_layout Standard
25646 \begin_inset Note Greyedout
25647 status open
25648
25649 \begin_layout Plain Layout
25650
25651 \series bold
25652 Bemerkung:
25653 \series default
25654  
25655 \series bold
25656 hypcap
25657 \series medium
25658  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25659 \end_layout
25660
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \begin_layout Section
25667 Gleitobjekt-Platzierung
25668 \begin_inset CommandInset label
25669 LatexCommand label
25670 name "abs:Gleitobjekt-Platzierung"
25671
25672 \end_inset
25673
25674
25675 \begin_inset Index idx
25676 status collapsed
25677
25678 \begin_layout Plain Layout
25679 Gleitobjekte ! Platzierung
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \begin_layout Standard
25688 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25689 \family sans
25690 Einstellungen 
25691 \family default
25692 öffnet einen Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzieru
25693 ng ändern können.
25694 \begin_inset Newline newline
25695 \end_inset
25696
25697 Die Option 
25698 \family sans
25699 Spalten
25700 \begin_inset space ~
25701 \end_inset
25702
25703 überspannen
25704 \family default
25705  ist nur bei zweispaltigen Dokumenten sinnvoll.
25706  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25707 \begin_inset Newline newline
25708 \end_inset
25709
25710 Die Option 
25711 \family sans
25712 Seitwärts
25713 \begin_inset space ~
25714 \end_inset
25715
25716 drehen
25717 \family default
25718  ist in Abschnitt 
25719 \begin_inset CommandInset ref
25720 LatexCommand ref
25721 reference "abs:Gedrehte-Gleitobjekte"
25722
25723 \end_inset
25724
25725  beschrieben.
25726 \end_layout
25727
25728 \begin_layout Standard
25729 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25730  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25731  Sie die Option 
25732 \family sans
25733 Standard-Platzierung
25734 \begin_inset space ~
25735 \end_inset
25736
25737 verwenden
25738 \family default
25739  nicht verwenden:
25740 \end_layout
25741
25742 \begin_layout Description
25743 Hier
25744 \begin_inset space ~
25745 \end_inset
25746
25747 wenn
25748 \begin_inset space ~
25749 \end_inset
25750
25751 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25752 \end_layout
25753
25754 \begin_layout Description
25755 Anfang
25756 \begin_inset space ~
25757 \end_inset
25758
25759 der
25760 \begin_inset space ~
25761 \end_inset
25762
25763 Seite
25764 \family sans
25765  
25766 \family default
25767 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25768  Gleitobjekte, die maximal 70
25769 \begin_inset space \thinspace{}
25770 \end_inset
25771
25772 % einer Seite benötigen, dürfen oben platziert werden.
25773  Dies kann durch die Variable 
25774 \series bold
25775
25776 \backslash
25777 topfraction
25778 \series default
25779  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
25780 \end_layout
25781
25782 \begin_deeper
25783 \begin_layout Standard
25784
25785 \series bold
25786
25787 \backslash
25788 renewcommand{
25789 \backslash
25790 topfraction}{0.9}
25791 \family typewriter
25792 \series default
25793  
25794 \end_layout
25795
25796 \end_deeper
25797 \begin_layout Description
25798 Ende
25799 \begin_inset space ~
25800 \end_inset
25801
25802 der
25803 \begin_inset space ~
25804 \end_inset
25805
25806 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25807  Gleitobjekte, die maximal 30
25808 \begin_inset space \thinspace{}
25809 \end_inset
25810
25811 % einer Seite benötigen, dürfen unten platziert werden.
25812  Dies kann durch die Variable 
25813 \series bold
25814
25815 \backslash
25816 bottomfraction
25817 \series default
25818  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
25819 \end_layout
25820
25821 \begin_deeper
25822 \begin_layout Standard
25823
25824 \series bold
25825
25826 \backslash
25827 renewcommand{
25828 \backslash
25829 bottomfraction}{0.5}
25830 \end_layout
25831
25832 \begin_layout Standard
25833 die oftmals zu kleine untere Grenze auf 50
25834 \begin_inset space \thinspace{}
25835 \end_inset
25836
25837 %.
25838 \end_layout
25839
25840 \end_deeper
25841 \begin_layout Description
25842 Seite
25843 \begin_inset space ~
25844 \end_inset
25845
25846 mit
25847 \begin_inset space ~
25848 \end_inset
25849
25850 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25851  Nur wenn mehr als 50
25852 \begin_inset space \thinspace{}
25853 \end_inset
25854
25855 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25856  Gleitobjekte bereitgestellt.
25857  Dies kann durch die Variable 
25858 \series bold
25859
25860 \backslash
25861 floatpagefraction 
25862 \series default
25863 im LaTeX-Vorspann überschrieben werden.
25864 \end_layout
25865
25866 \begin_layout Standard
25867 Die Reihenfolge der obigen Optionen wird 
25868 \emph on
25869 immer
25870 \emph default
25871  von LaTeX verwendet.
25872  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
25873  versuchen 
25874 \family sans
25875 Hier
25876 \begin_inset space \space{}
25877 \end_inset
25878
25879 wenn
25880 \begin_inset space \space{}
25881 \end_inset
25882
25883 möglich
25884 \family default
25885 , dann 
25886 \family sans
25887 Anfang
25888 \begin_inset space ~
25889 \end_inset
25890
25891 der
25892 \begin_inset space ~
25893 \end_inset
25894
25895 Seite
25896 \family default
25897  und dann die anderen Optionen anzuwenden.
25898  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
25899  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
25900  Reihenfolge.
25901  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25902 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25903 \end_layout
25904
25905 \begin_layout Standard
25906 Die Option 
25907 \family sans
25908 Hier,
25909 \begin_inset space ~
25910 \end_inset
25911
25912 auf
25913 \begin_inset space ~
25914 \end_inset
25915
25916 jeden
25917 \begin_inset space ~
25918 \end_inset
25919
25920 Fall
25921 \family default
25922  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25923  fast druckreif ist.
25924  Denn mit der Option kann das Objekt nicht mehr 
25925 \emph on
25926 gleiten
25927 \emph default
25928 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25929  oftmals zerstört.
25930 \end_layout
25931
25932 \begin_layout Standard
25933 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25934  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25935 \begin_inset VSpace bigskip
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \begin_layout Standard
25942 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25943 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25944  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25945  Das kann mit dem LaTeX-Befehl
25946 \series bold
25947  
25948 \backslash
25949 suppressfloats
25950 \series default
25951  verhindert werden.
25952  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25953  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25954  gesetzt wird.
25955  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
25956 \end_layout
25957
25958 \begin_layout Standard
25959
25960 \series bold
25961
25962 \backslash
25963 let
25964 \backslash
25965 meinAbschnitt
25966 \backslash
25967 section
25968 \begin_inset Newline newline
25969 \end_inset
25970
25971
25972 \backslash
25973 renewcommand{
25974 \backslash
25975 section}{
25976 \backslash
25977 suppressfloats[t]
25978 \backslash
25979 meinAbschnitt}
25980 \end_layout
25981
25982 \begin_layout Standard
25983 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
25984  Unterabschnitten festlegen.
25985  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
25986  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
25987 \end_layout
25988
25989 \begin_layout Standard
25990 Es gibt auch noch das LaTeX-Paket 
25991 \series bold
25992 flafter
25993 \series default
25994
25995 \begin_inset Index idx
25996 status collapsed
25997
25998 \begin_layout Plain Layout
25999 LaTeX-Pakete ! flafter
26000 \end_layout
26001
26002 \end_inset
26003
26004  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
26005  gedruckt wird.
26006 \end_layout
26007
26008 \begin_layout Standard
26009 \begin_inset VSpace bigskip
26010 \end_inset
26011
26012 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
26013  Dafür gibt es das LaTeX-Paket 
26014 \series bold
26015 endfloat
26016 \series default
26017
26018 \begin_inset Index idx
26019 status collapsed
26020
26021 \begin_layout Plain Layout
26022 LaTeX-Pakete ! endfloat
26023 \end_layout
26024
26025 \end_inset
26026
26027 .
26028  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
26029  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
26030  
26031 \family sans
26032
26033 \begin_inset Quotes gld
26034 \end_inset
26035
26036 [Abbildung
26037 \begin_inset space ~
26038 \end_inset
26039
26040 3.2 ist ungefähr hier.]
26041 \family default
26042
26043 \begin_inset Quotes grd
26044 \end_inset
26045
26046  finden.
26047  Das 
26048 \series bold
26049 endfloat
26050 \series default
26051 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
26052 \end_layout
26053
26054 \begin_layout Standard
26055
26056 \series bold
26057
26058 \backslash
26059 usepackage[Optionen]{endfloat}
26060 \end_layout
26061
26062 \begin_layout Standard
26063 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26064  Tabellen-Abschnitte, die Sie in der 
26065 \series bold
26066 endfloat
26067 \series default
26068 -Dokumentation 
26069 \begin_inset CommandInset citation
26070 LatexCommand cite
26071 key "endfloat"
26072
26073 \end_inset
26074
26075  nachlesen können.
26076 \begin_inset Newline newline
26077 \end_inset
26078
26079
26080 \begin_inset Note Greyedout
26081 status open
26082
26083 \begin_layout Plain Layout
26084
26085 \series bold
26086 Bemerkung
26087 \begin_inset space ~
26088 \end_inset
26089
26090 1: endfloat
26091 \series default
26092  übersetzt den Hinweistext nicht automatisch.
26093  Abschnitt
26094 \begin_inset space ~
26095 \end_inset
26096
26097 4 in 
26098 \begin_inset CommandInset citation
26099 LatexCommand cite
26100 key "endfloat"
26101
26102 \end_inset
26103
26104  beschreibt, wie es geht.
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113 \begin_inset Note Greyedout
26114 status open
26115
26116 \begin_layout Plain Layout
26117
26118 \series bold
26119 Bemerkung
26120 \begin_inset space ~
26121 \end_inset
26122
26123 2: 
26124 \series default
26125 Die aktuelle Version von 
26126 \series bold
26127 endfloat
26128 \series default
26129  hat einen Fehler, wenn die Überschrift ein 
26130 \begin_inset Quotes gld
26131 \end_inset
26132
26133 ß
26134 \begin_inset Quotes grd
26135 \end_inset
26136
26137  enthält.
26138  Sie müssen stattdessen den Befehl 
26139 \series bold
26140
26141 \backslash
26142 ss
26143 \series default
26144  als TeX-Code benutzen.
26145 \end_layout
26146
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \begin_layout Standard
26153 \begin_inset VSpace bigskip
26154 \end_inset
26155
26156 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
26157  wie 
26158 \begin_inset CommandInset citation
26159 LatexCommand cite
26160 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26161
26162 \end_inset
26163
26164 .
26165 \end_layout
26166
26167 \begin_layout Section
26168 Gedrehte Gleitobjekte
26169 \begin_inset CommandInset label
26170 LatexCommand label
26171 name "abs:Gedrehte-Gleitobjekte"
26172
26173 \end_inset
26174
26175
26176 \begin_inset Index idx
26177 status collapsed
26178
26179 \begin_layout Plain Layout
26180 Gleitobjekte ! drehen
26181 \end_layout
26182
26183 \end_inset
26184
26185
26186 \end_layout
26187
26188 \begin_layout Standard
26189 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26190 t drehen.
26191  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26192  und die Option 
26193 \family sans
26194 Seitwärts
26195 \begin_inset space ~
26196 \end_inset
26197
26198 drehen
26199 \family default
26200  wählen.
26201 \end_layout
26202
26203 \begin_layout Standard
26204 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26205  sie ein mehrspaltiges Dokument haben) gedruckt.
26206  Sie können mehrere Spalten überspannen, wenn die Option 
26207 \family sans
26208 Spalten
26209 \begin_inset space ~
26210 \end_inset
26211
26212 überspannen
26213 \family default
26214  in den Gleitobjekt Einstellungen gewählt ist.
26215  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26216  werden können.
26217  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26218  Option 
26219 \series bold
26220 figuresleft
26221 \series default
26222  oder 
26223 \series bold
26224 figuresright
26225 \series default
26226  zu den Dokumentklassen-Optionen hinzu.
26227 \end_layout
26228
26229 \begin_layout Standard
26230 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26231  Tabelle
26232 \begin_inset space ~
26233 \end_inset
26234
26235
26236 \begin_inset CommandInset ref
26237 LatexCommand ref
26238 reference "tab:Gedrehte-Tabelle"
26239
26240 \end_inset
26241
26242  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26243 \end_layout
26244
26245 \begin_layout Standard
26246 \begin_inset Note Greyedout
26247 status open
26248
26249 \begin_layout Plain Layout
26250
26251 \series bold
26252 Bemerkung:
26253 \series default
26254  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26255 \end_layout
26256
26257 \end_inset
26258
26259
26260 \end_layout
26261
26262 \begin_layout Standard
26263 \begin_inset Float table
26264 wide false
26265 sideways true
26266 status open
26267
26268 \begin_layout Plain Layout
26269 \begin_inset Caption Standard
26270
26271 \begin_layout Plain Layout
26272 \begin_inset CommandInset label
26273 LatexCommand label
26274 name "tab:Gedrehte-Tabelle"
26275
26276 \end_inset
26277
26278 Gedrehte Tabelle
26279 \end_layout
26280
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \begin_layout Plain Layout
26287 \align center
26288 \begin_inset Tabular
26289 <lyxtabular version="3" rows="1" columns="5">
26290 <features rotate="0" tabularvalignment="middle">
26291 <column alignment="center" valignment="top">
26292 <column alignment="center" valignment="top">
26293 <column alignment="center" valignment="top">
26294 <column alignment="center" valignment="top">
26295 <column alignment="center" valignment="top">
26296 <row>
26297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301 Test
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310 b
26311 \end_layout
26312
26313 \end_inset
26314 </cell>
26315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26316 \begin_inset Text
26317
26318 \begin_layout Plain Layout
26319 c
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328 d
26329 \end_layout
26330
26331 \end_inset
26332 </cell>
26333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26334 \begin_inset Text
26335
26336 \begin_layout Plain Layout
26337 e
26338 \end_layout
26339
26340 \end_inset
26341 </cell>
26342 </row>
26343 </lyxtabular>
26344
26345 \end_inset
26346
26347
26348 \end_layout
26349
26350 \end_inset
26351
26352
26353 \end_layout
26354
26355 \begin_layout Section
26356 Untergleitobjekte
26357 \begin_inset Index idx
26358 status collapsed
26359
26360 \begin_layout Plain Layout
26361 Gleitobjekte ! Untergleitobjekte
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \begin_layout Standard
26370 Untergleitobjekte werden z.
26371 \begin_inset space \thinspace{}
26372 \end_inset
26373
26374 B.
26375  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26376  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26377  eingefügt wird.
26378  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26379  in Tabelle
26380 \begin_inset space ~
26381 \end_inset
26382
26383
26384 \begin_inset CommandInset ref
26385 LatexCommand ref
26386 reference "tab:Untertabellen-nebeneinander"
26387
26388 \end_inset
26389
26390  und 
26391 \begin_inset CommandInset ref
26392 LatexCommand ref
26393 reference "tab:Untertabellen-übereinander"
26394
26395 \end_inset
26396
26397 .
26398 \end_layout
26399
26400 \begin_layout Standard
26401 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26402 \begin_inset space ~
26403 \end_inset
26404
26405
26406 \begin_inset CommandInset ref
26407 LatexCommand ref
26408 reference "tab:Untertabelle-a"
26409
26410 \end_inset
26411
26412  und 
26413 \begin_inset CommandInset ref
26414 LatexCommand ref
26415 reference "tab:Untertabelle-b"
26416
26417 \end_inset
26418
26419  sind Untertabellen von Tabelle
26420 \begin_inset space ~
26421 \end_inset
26422
26423
26424 \begin_inset CommandInset ref
26425 LatexCommand ref
26426 reference "tab:Untertabellen-nebeneinander"
26427
26428 \end_inset
26429
26430 .
26431 \end_layout
26432
26433 \begin_layout Standard
26434 \begin_inset Float table
26435 wide false
26436 sideways false
26437 status open
26438
26439 \begin_layout Plain Layout
26440 \begin_inset Caption Standard
26441
26442 \begin_layout Plain Layout
26443 \begin_inset CommandInset label
26444 LatexCommand label
26445 name "tab:Untertabellen-nebeneinander"
26446
26447 \end_inset
26448
26449 Zwei Untertabellen nebeneinander.
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \end_layout
26456
26457 \begin_layout Plain Layout
26458 \align center
26459 \begin_inset space \hfill{}
26460 \end_inset
26461
26462
26463 \begin_inset Float table
26464 wide false
26465 sideways false
26466 status collapsed
26467
26468 \begin_layout Plain Layout
26469 \begin_inset Caption Standard
26470
26471 \begin_layout Plain Layout
26472 \begin_inset CommandInset label
26473 LatexCommand label
26474 name "tab:Untertabelle-a"
26475
26476 \end_inset
26477
26478 Dies ist Untertabelle a.
26479 \end_layout
26480
26481 \end_inset
26482
26483
26484 \end_layout
26485
26486 \begin_layout Plain Layout
26487 \align center
26488 \begin_inset Tabular
26489 <lyxtabular version="3" rows="1" columns="5">
26490 <features rotate="0" tabularvalignment="middle">
26491 <column alignment="center" valignment="top">
26492 <column alignment="center" valignment="top">
26493 <column alignment="center" valignment="top">
26494 <column alignment="center" valignment="top">
26495 <column alignment="center" valignment="top">
26496 <row>
26497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Plain Layout
26501 Test
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26507 \begin_inset Text
26508
26509 \begin_layout Plain Layout
26510 b
26511 \end_layout
26512
26513 \end_inset
26514 </cell>
26515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26516 \begin_inset Text
26517
26518 \begin_layout Plain Layout
26519 c
26520 \end_layout
26521
26522 \end_inset
26523 </cell>
26524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26525 \begin_inset Text
26526
26527 \begin_layout Plain Layout
26528 d
26529 \end_layout
26530
26531 \end_inset
26532 </cell>
26533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537 e
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 </row>
26543 </lyxtabular>
26544
26545 \end_inset
26546
26547
26548 \end_layout
26549
26550 \end_inset
26551
26552
26553 \begin_inset space \hfill{}
26554 \end_inset
26555
26556
26557 \begin_inset Float table
26558 wide false
26559 sideways false
26560 status collapsed
26561
26562 \begin_layout Plain Layout
26563 \begin_inset Caption Standard
26564
26565 \begin_layout Plain Layout
26566 \begin_inset CommandInset label
26567 LatexCommand label
26568 name "tab:Untertabelle-b"
26569
26570 \end_inset
26571
26572 Dies ist Untertabelle b.
26573 \end_layout
26574
26575 \end_inset
26576
26577
26578 \end_layout
26579
26580 \begin_layout Plain Layout
26581 \align center
26582 \begin_inset Tabular
26583 <lyxtabular version="3" rows="1" columns="5">
26584 <features rotate="0" tabularvalignment="middle">
26585 <column alignment="center" valignment="top">
26586 <column alignment="center" valignment="top">
26587 <column alignment="center" valignment="top">
26588 <column alignment="center" valignment="top">
26589 <column alignment="center" valignment="top">
26590 <row>
26591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595 e
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Plain Layout
26604 d
26605 \end_layout
26606
26607 \end_inset
26608 </cell>
26609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26610 \begin_inset Text
26611
26612 \begin_layout Plain Layout
26613 c
26614 \end_layout
26615
26616 \end_inset
26617 </cell>
26618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26619 \begin_inset Text
26620
26621 \begin_layout Plain Layout
26622 b
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26628 \begin_inset Text
26629
26630 \begin_layout Plain Layout
26631 Test
26632 \end_layout
26633
26634 \end_inset
26635 </cell>
26636 </row>
26637 </lyxtabular>
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \end_inset
26645
26646
26647 \begin_inset space \hfill{}
26648 \end_inset
26649
26650
26651 \end_layout
26652
26653 \end_inset
26654
26655
26656 \end_layout
26657
26658 \begin_layout Standard
26659 \begin_inset Float table
26660 wide false
26661 sideways false
26662 status open
26663
26664 \begin_layout Plain Layout
26665 \begin_inset Caption Standard
26666
26667 \begin_layout Plain Layout
26668 \begin_inset CommandInset label
26669 LatexCommand label
26670 name "tab:Untertabellen-übereinander"
26671
26672 \end_inset
26673
26674 Zwei Untertabellen übereinander.
26675  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26676 \end_layout
26677
26678 \end_inset
26679
26680
26681 \end_layout
26682
26683 \begin_layout Plain Layout
26684 \align center
26685 \begin_inset Float table
26686 wide false
26687 sideways false
26688 status collapsed
26689
26690 \begin_layout Plain Layout
26691 \begin_inset Caption Standard
26692
26693 \begin_layout Plain Layout
26694
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \end_layout
26701
26702 \begin_layout Plain Layout
26703 \align center
26704 \begin_inset Tabular
26705 <lyxtabular version="3" rows="1" columns="4">
26706 <features rotate="0" tabularvalignment="middle">
26707 <column alignment="center" valignment="top">
26708 <column alignment="center" valignment="top">
26709 <column alignment="center" valignment="top">
26710 <column alignment="center" valignment="top">
26711 <row>
26712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716 Test
26717 \end_layout
26718
26719 \end_inset
26720 </cell>
26721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26722 \begin_inset Text
26723
26724 \begin_layout Plain Layout
26725 Test
26726 \end_layout
26727
26728 \end_inset
26729 </cell>
26730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26731 \begin_inset Text
26732
26733 \begin_layout Plain Layout
26734 Test
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26740 \begin_inset Text
26741
26742 \begin_layout Plain Layout
26743 Test
26744 \end_layout
26745
26746 \end_inset
26747 </cell>
26748 </row>
26749 </lyxtabular>
26750
26751 \end_inset
26752
26753
26754 \end_layout
26755
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \begin_layout Plain Layout
26762 \align center
26763 \begin_inset Float table
26764 wide false
26765 sideways false
26766 status collapsed
26767
26768 \begin_layout Plain Layout
26769 \begin_inset Caption Standard
26770
26771 \begin_layout Plain Layout
26772
26773 \end_layout
26774
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \begin_layout Plain Layout
26781 \align center
26782 \begin_inset Tabular
26783 <lyxtabular version="3" rows="1" columns="5">
26784 <features rotate="0" tabularvalignment="middle">
26785 <column alignment="center" valignment="top">
26786 <column alignment="center" valignment="top">
26787 <column alignment="center" valignment="top">
26788 <column alignment="center" valignment="top">
26789 <column alignment="center" valignment="top">
26790 <row>
26791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26792 \begin_inset Text
26793
26794 \begin_layout Plain Layout
26795 a
26796 \end_layout
26797
26798 \end_inset
26799 </cell>
26800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26801 \begin_inset Text
26802
26803 \begin_layout Plain Layout
26804 b
26805 \end_layout
26806
26807 \end_inset
26808 </cell>
26809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813 c
26814 \end_layout
26815
26816 \end_inset
26817 </cell>
26818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Plain Layout
26822 d
26823 \end_layout
26824
26825 \end_inset
26826 </cell>
26827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Plain Layout
26831 e
26832 \end_layout
26833
26834 \end_inset
26835 </cell>
26836 </row>
26837 </lyxtabular>
26838
26839 \end_inset
26840
26841
26842 \end_layout
26843
26844 \end_inset
26845
26846
26847 \end_layout
26848
26849 \end_inset
26850
26851
26852 \end_layout
26853
26854 \begin_layout Section
26855 Gleitobjekte nebeneinander
26856 \begin_inset Index idx
26857 status collapsed
26858
26859 \begin_layout Plain Layout
26860 Gleitobjekte ! nebeneinander
26861 \end_layout
26862
26863 \end_inset
26864
26865
26866 \end_layout
26867
26868 \begin_layout Standard
26869 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26870 \begin_inset space ~
26871 \end_inset
26872
26873
26874 \begin_inset CommandInset ref
26875 LatexCommand ref
26876 reference "abb:Gleitobjekt-links"
26877
26878 \end_inset
26879
26880  und 
26881 \begin_inset CommandInset ref
26882 LatexCommand ref
26883 reference "abb:Gleitobjekt-rechts"
26884
26885 \end_inset
26886
26887  wird nur 
26888 \emph on
26889 ein
26890 \emph default
26891  Gleitobjekt verwendet.
26892  In dieses werden zwei Minipage Boxen eingefügt.
26893 \begin_inset Foot
26894 status collapsed
26895
26896 \begin_layout Plain Layout
26897 Minipages sind in Abschnitt
26898 \begin_inset space ~
26899 \end_inset
26900
26901
26902 \begin_inset CommandInset ref
26903 LatexCommand ref
26904 reference "abs:Minipage"
26905
26906 \end_inset
26907
26908  erklärt.
26909 \end_layout
26910
26911 \end_inset
26912
26913  Die Breite wird für jede Minipage auf 45
26914 \begin_inset space \thinspace{}
26915 \end_inset
26916
26917 -50
26918 \begin_inset space \thinspace{}
26919 \end_inset
26920
26921 Spalten% und die Box Ausrichtung auf 
26922 \family sans
26923 Unten
26924 \family default
26925  gesetzt.
26926  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26927  Gleitobjekt.
26928  Der einzige Unterschied ist, dass die Bildeinheit 
26929 \family sans
26930 Spaltenbreite
26931 \begin_inset space ~
26932 \end_inset
26933
26934 %
26935 \family default
26936  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26937 \end_layout
26938
26939 \begin_layout Standard
26940 \begin_inset Float figure
26941 wide false
26942 sideways false
26943 status open
26944
26945 \begin_layout Plain Layout
26946 \begin_inset Box Frameless
26947 position "b"
26948 hor_pos "c"
26949 has_inner_box 1
26950 inner_pos "t"
26951 use_parbox 0
26952 use_makebox 0
26953 width "45col%"
26954 special "none"
26955 height "1in"
26956 height_special "totalheight"
26957 status open
26958
26959 \begin_layout Plain Layout
26960 \align center
26961 \begin_inset Graphics
26962         filename ../clipart/mobius.eps
26963         lyxscale 50
26964         width 100col%
26965         scaleBeforeRotation
26966
26967 \end_inset
26968
26969
26970 \end_layout
26971
26972 \begin_layout Plain Layout
26973 \begin_inset Caption Standard
26974
26975 \begin_layout Plain Layout
26976 \begin_inset CommandInset label
26977 LatexCommand label
26978 name "abb:Gleitobjekt-links"
26979
26980 \end_inset
26981
26982 Gleitobjekt auf der linken Seite.
26983 \end_layout
26984
26985 \end_inset
26986
26987
26988 \end_layout
26989
26990 \end_inset
26991
26992
26993 \begin_inset space \hfill{}
26994 \end_inset
26995
26996
26997 \begin_inset Box Frameless
26998 position "b"
26999 hor_pos "c"
27000 has_inner_box 1
27001 inner_pos "t"
27002 use_parbox 0
27003 use_makebox 0
27004 width "45col%"
27005 special "none"
27006 height "1in"
27007 height_special "totalheight"
27008 status open
27009
27010 \begin_layout Plain Layout
27011 \align center
27012 \begin_inset Graphics
27013         filename ../clipart/platypus.eps
27014         lyxscale 50
27015         width 100col%
27016         scaleBeforeRotation
27017
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \begin_layout Plain Layout
27024 \begin_inset Caption Standard
27025
27026 \begin_layout Plain Layout
27027 \begin_inset CommandInset label
27028 LatexCommand label
27029 name "abb:Gleitobjekt-rechts"
27030
27031 \end_inset
27032
27033 Gleitobjekt auf der rechten Seite.
27034 \end_layout
27035
27036 \end_inset
27037
27038
27039 \end_layout
27040
27041 \end_inset
27042
27043
27044 \end_layout
27045
27046 \end_inset
27047
27048
27049 \end_layout
27050
27051 \begin_layout Section
27052 Beschriftungs-Formatierung
27053 \begin_inset CommandInset label
27054 LatexCommand label
27055 name "abs:Titel-Formatierung"
27056
27057 \end_inset
27058
27059
27060 \begin_inset Index idx
27061 status collapsed
27062
27063 \begin_layout Plain Layout
27064 Gleitobjekte ! Beschriftung ! Formatierung
27065 \end_layout
27066
27067 \end_inset
27068
27069
27070 \end_layout
27071
27072 \begin_layout Standard
27073
27074 \family sans
27075 Legende
27076 \family default
27077  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27078  In LyX sehen Titel so aus:  
27079 \family sans
27080
27081 \begin_inset Quotes gld
27082 \end_inset
27083
27084 Abbildung xyz:
27085 \family default
27086
27087 \begin_inset Quotes grd
27088 \end_inset
27089
27090 , gefolgt vom Beschriftungstext, wobei 
27091 \family sans
27092 xyz
27093 \family default
27094  die von LyX vergebene Nummer ist.
27095  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27096  gedruckt.
27097  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
27098 \end_layout
27099
27100 \begin_layout Standard
27101 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
27102  
27103 \series bold
27104 caption
27105 \series default
27106
27107 \begin_inset Index idx
27108 status collapsed
27109
27110 \begin_layout Plain Layout
27111 LaTeX-Pakete ! caption
27112 \end_layout
27113
27114 \end_inset
27115
27116  in den LaTeX-Vorspann laden:
27117 \end_layout
27118
27119 \begin_layout Standard
27120
27121 \series bold
27122
27123 \backslash
27124 usepackage[Format-Definition]{caption}
27125 \end_layout
27126
27127 \begin_layout Standard
27128 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
27129  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
27130  verwenden:
27131 \end_layout
27132
27133 \begin_layout Standard
27134
27135 \series bold
27136
27137 \backslash
27138 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27139 \end_layout
27140
27141 \begin_layout Standard
27142 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27143  definieren.
27144  Dazu laden Sie das 
27145 \series bold
27146 caption
27147 \series default
27148 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27149  dem Befehl
27150 \end_layout
27151
27152 \begin_layout Standard
27153
27154 \series bold
27155
27156 \backslash
27157 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27158 \end_layout
27159
27160 \begin_layout Standard
27161 Für Abbildung
27162 \begin_inset space ~
27163 \end_inset
27164
27165
27166 \begin_inset CommandInset ref
27167 LatexCommand ref
27168 reference "abb:Langer-Abb-Titel"
27169
27170 \end_inset
27171
27172  und Tabelle
27173 \begin_inset space ~
27174 \end_inset
27175
27176
27177 \begin_inset CommandInset ref
27178 LatexCommand ref
27179 reference "tab:Langer-Tab-Titel"
27180
27181 \end_inset
27182
27183  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
27184  werden:
27185 \end_layout
27186
27187 \begin_layout Standard
27188
27189 \series bold
27190
27191 \backslash
27192 usepackage[tableposition=top]{caption}
27193 \begin_inset Newline newline
27194 \end_inset
27195
27196
27197 \backslash
27198 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27199 \begin_inset Newline newline
27200 \end_inset
27201
27202
27203 \begin_inset Phantom HPhantom
27204 status open
27205
27206 \begin_layout Plain Layout
27207
27208 \series bold
27209
27210 \backslash
27211 captionsetup[figure]{
27212 \end_layout
27213
27214 \end_inset
27215
27216 labelsep=period}
27217 \begin_inset Newline newline
27218 \end_inset
27219
27220
27221 \backslash
27222 captionsetup[table]{labelfont={bf,sf}}
27223 \end_layout
27224
27225 \begin_layout Standard
27226 \begin_inset Note Greyedout
27227 status open
27228
27229 \begin_layout Plain Layout
27230
27231 \series bold
27232 Bemerkung:
27233 \series default
27234  Die Option 
27235 \series bold
27236 tableposition=top
27237 \series default
27238  hat keine Auswirkung, wenn eine 
27239 \series bold
27240 KOMA-Script
27241 \series default
27242
27243 \begin_inset Index idx
27244 status collapsed
27245
27246 \begin_layout Plain Layout
27247 LaTeX-Pakete ! KOMA-Script
27248 \end_layout
27249
27250 \end_inset
27251
27252 -Dokumentklasse verwendet wird.
27253  Hier muss die Option 
27254 \series bold
27255 captions=tableheading
27256 \series default
27257  benutzt werden.
27258 \end_layout
27259
27260 \end_inset
27261
27262
27263 \end_layout
27264
27265 \begin_layout Standard
27266 Weitere Informationen über das Paket
27267 \series bold
27268  caption
27269 \series default
27270  finden Sie in seiner Dokumentation 
27271 \begin_inset CommandInset citation
27272 LatexCommand cite
27273 key "caption"
27274
27275 \end_inset
27276
27277 .
27278 \end_layout
27279
27280 \begin_layout Standard
27281 Wenn Sie den Namen von 
27282 \begin_inset Quotes gld
27283 \end_inset
27284
27285 Abbildung
27286 \begin_inset Quotes grd
27287 \end_inset
27288
27289  auf 
27290 \begin_inset Quotes gld
27291 \end_inset
27292
27293 Bild
27294 \begin_inset Quotes grd
27295 \end_inset
27296
27297  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
27298 \end_layout
27299
27300 \begin_layout Standard
27301
27302 \series bold
27303
27304 \backslash
27305 renewcommand{
27306 \backslash
27307 fnum@figure}{Bild~
27308 \backslash
27309 thefigure}
27310 \end_layout
27311
27312 \begin_layout Standard
27313 wobei 
27314 \series bold
27315
27316 \backslash
27317 thefigure
27318 \series default
27319  die Bildnummer einsetzt und
27320 \series bold
27321  ~
27322 \series default
27323  ein geschütztes Leerzeichen ist.
27324 \end_layout
27325
27326 \begin_layout Standard
27327 \begin_inset VSpace bigskip
27328 \end_inset
27329
27330 Wenn Sie eine 
27331 \series bold
27332 KOMA-Script
27333 \series default
27334
27335 \begin_inset Index idx
27336 status collapsed
27337
27338 \begin_layout Plain Layout
27339 LaTeX-Pakete ! KOMA-Script
27340 \end_layout
27341
27342 \end_inset
27343
27344 -Dokumentklasse (
27345 \family sans
27346 article (KOMA-Script)
27347 \family default
27348
27349 \family sans
27350 book (KOMA-Script)
27351 \family default
27352
27353 \family sans
27354 letter (KOMA-Script)
27355 \family default
27356  oder 
27357 \family sans
27358 report (KOMA-Script)
27359 \family default
27360 ) benutzen, können Sie anstatt des 
27361 \series bold
27362 caption
27363 \series default
27364 -Paketes den eingebauten Befehl 
27365 \series bold
27366
27367 \backslash
27368 setkomafont
27369 \series default
27370  von 
27371 \series bold
27372 KOMA-Script
27373 \series default
27374  benutzen.
27375  Der Befehl
27376 \end_layout
27377
27378 \begin_layout Standard
27379
27380 \series bold
27381
27382 \backslash
27383 setkomafont{captionlabel}{
27384 \backslash
27385 bfseries}
27386 \end_layout
27387
27388 \begin_layout Standard
27389 im LaTeX-Vorspann druckt den Namen fett.
27390 \end_layout
27391
27392 \begin_layout Standard
27393 Weitere Informationen über 
27394 \series bold
27395
27396 \backslash
27397 setkomafont
27398 \series default
27399  finden Sie in der 
27400 \series bold
27401 KOMA-Script
27402 \series default
27403 -Do\SpecialChar \-
27404 ku\SpecialChar \-
27405 men\SpecialChar \-
27406 ta\SpecialChar \-
27407 tion 
27408 \begin_inset CommandInset citation
27409 LatexCommand cite
27410 key "KOMA-Script"
27411
27412 \end_inset
27413
27414 .
27415 \end_layout
27416
27417 \begin_layout Standard
27418 \begin_inset ERT
27419 status collapsed
27420
27421 \begin_layout Plain Layout
27422
27423
27424 \backslash
27425 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27426 }
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \begin_inset Note Note
27433 status open
27434
27435 \begin_layout Plain Layout
27436 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27437 \end_layout
27438
27439 \end_inset
27440
27441
27442 \end_layout
27443
27444 \begin_layout Standard
27445 \begin_inset Float figure
27446 placement !p
27447 wide false
27448 sideways false
27449 status open
27450
27451 \begin_layout Plain Layout
27452 \align center
27453 \begin_inset Graphics
27454         filename ../clipart/mobius.eps
27455         lyxscale 50
27456         scale 50
27457         scaleBeforeRotation
27458
27459 \end_inset
27460
27461
27462 \end_layout
27463
27464 \begin_layout Plain Layout
27465 \begin_inset Caption Standard
27466
27467 \begin_layout Plain Layout
27468 \begin_inset CommandInset label
27469 LatexCommand label
27470 name "abb:Langer-Abb-Titel"
27471
27472 \end_inset
27473
27474 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27475  ist, um das andere Beschriftungsformat zu zeigen.
27476  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27477 \begin_inset Argument 1
27478 status collapsed
27479
27480 \begin_layout Plain Layout
27481 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27482  ist.
27483 \end_layout
27484
27485 \end_inset
27486
27487
27488 \end_layout
27489
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \begin_layout Standard
27501 \begin_inset ERT
27502 status collapsed
27503
27504 \begin_layout Plain Layout
27505
27506
27507 \backslash
27508 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27509 on}
27510 \end_layout
27511
27512 \end_inset
27513
27514
27515 \end_layout
27516
27517 \begin_layout Standard
27518 \begin_inset Float table
27519 placement !p
27520 wide false
27521 sideways false
27522 status open
27523
27524 \begin_layout Plain Layout
27525 \begin_inset Caption Standard
27526
27527 \begin_layout Plain Layout
27528 \begin_inset CommandInset label
27529 LatexCommand label
27530 name "tab:Langer-Tab-Titel"
27531
27532 \end_inset
27533
27534 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27535  ist, um das andere Beschriftungsformat zu zeigen.
27536  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27537  benutzt.
27538 \begin_inset Argument 1
27539 status collapsed
27540
27541 \begin_layout Plain Layout
27542 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27543  ist.
27544 \end_layout
27545
27546 \end_inset
27547
27548
27549 \end_layout
27550
27551 \end_inset
27552
27553
27554 \end_layout
27555
27556 \begin_layout Plain Layout
27557 \align center
27558 \begin_inset Tabular
27559 <lyxtabular version="3" rows="1" columns="5">
27560 <features rotate="0" tabularvalignment="middle">
27561 <column alignment="center" valignment="top">
27562 <column alignment="center" valignment="top">
27563 <column alignment="center" valignment="top">
27564 <column alignment="center" valignment="top">
27565 <column alignment="center" valignment="top">
27566 <row>
27567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27568 \begin_inset Text
27569
27570 \begin_layout Plain Layout
27571 a
27572 \end_layout
27573
27574 \end_inset
27575 </cell>
27576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27577 \begin_inset Text
27578
27579 \begin_layout Plain Layout
27580 b
27581 \end_layout
27582
27583 \end_inset
27584 </cell>
27585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27586 \begin_inset Text
27587
27588 \begin_layout Plain Layout
27589 c
27590 \end_layout
27591
27592 \end_inset
27593 </cell>
27594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598 d
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27604 \begin_inset Text
27605
27606 \begin_layout Plain Layout
27607 e
27608 \end_layout
27609
27610 \end_inset
27611 </cell>
27612 </row>
27613 </lyxtabular>
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \end_inset
27621
27622
27623 \end_layout
27624
27625 \begin_layout Section
27626 Beschriftungs-Platzierung
27627 \begin_inset CommandInset label
27628 LatexCommand label
27629 name "abs:Titel-Platzierung"
27630
27631 \end_inset
27632
27633
27634 \begin_inset Index idx
27635 status collapsed
27636
27637 \begin_layout Plain Layout
27638 Gleitobjekte ! Beschriftung ! Platzierung
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \end_layout
27645
27646 \begin_layout Standard
27647 Normalerweise werden die Beschriftungen wie folgt platziert:
27648 \end_layout
27649
27650 \begin_layout Description
27651 Abbildung: darunter
27652 \end_layout
27653
27654 \begin_layout Description
27655 Tabelle: darüber
27656 \end_layout
27657
27658 \begin_layout Standard
27659 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27660  Das heißt wenn Sie eine der Dokument-Klassen 
27661 \family sans
27662 article
27663 \family default
27664
27665 \family sans
27666 book
27667 \family default
27668
27669 \family sans
27670 letter
27671 \family default
27672  oder 
27673 \family sans
27674 report
27675 \family default
27676  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27677  Um das zu erreichen, laden Sie das LaTeX-Paket 
27678 \series bold
27679 caption
27680 \series default
27681
27682 \begin_inset Index idx
27683 status collapsed
27684
27685 \begin_layout Plain Layout
27686 LaTeX-Pakete ! caption
27687 \end_layout
27688
27689 \end_inset
27690
27691  im LaTeX-Vorspann mit der Option
27692 \begin_inset Foot
27693 status collapsed
27694
27695 \begin_layout Plain Layout
27696 In Abschnitt
27697 \begin_inset space ~
27698 \end_inset
27699
27700
27701 \begin_inset CommandInset ref
27702 LatexCommand ref
27703 reference "abs:Titel-Formatierung"
27704
27705 \end_inset
27706
27707  steht mehr über das Paket 
27708 \series bold
27709 caption
27710 \series default
27711 .
27712 \end_layout
27713
27714 \end_inset
27715
27716
27717 \end_layout
27718
27719 \begin_layout Standard
27720
27721 \series bold
27722 tableposition=top
27723 \end_layout
27724
27725 \begin_layout Standard
27726 Wenn Sie eine 
27727 \series bold
27728 KOMA-Script
27729 \series default
27730
27731 \begin_inset Index idx
27732 status collapsed
27733
27734 \begin_layout Plain Layout
27735 LaTeX-Pakete ! KOMA-Script
27736 \end_layout
27737
27738 \end_inset
27739
27740 -Dokumentklasse (
27741 \family sans
27742 article (KOMA-Script)
27743 \family default
27744
27745 \family sans
27746 book (KOMA-Script)
27747 \family default
27748
27749 \family sans
27750 letter (KOMA-Script)
27751 \family default
27752  oder 
27753 \family sans
27754 report (KOMA-Script)
27755 \family default
27756 ) benutzen, können Sie alternativ zum 
27757 \series bold
27758 caption
27759 \series default
27760 -Paket die Dokumentklassen-Option
27761 \end_layout
27762
27763 \begin_layout Standard
27764
27765 \series bold
27766 captions=tableheading
27767 \end_layout
27768
27769 \begin_layout Standard
27770 benutzen.
27771 \begin_inset Foot
27772 status collapsed
27773
27774 \begin_layout Plain Layout
27775 Diese Option wird in diesem Dokument verwendet.
27776 \end_layout
27777
27778 \end_inset
27779
27780
27781 \end_layout
27782
27783 \begin_layout Standard
27784 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
27785  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
27786  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
27787  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
27788  Beschriftungen überschrieben werden.
27789  Tabelle
27790 \begin_inset space ~
27791 \end_inset
27792
27793
27794 \begin_inset CommandInset ref
27795 LatexCommand ref
27796 reference "tab:Eine-Beschriftung-unterhalb"
27797
27798 \end_inset
27799
27800  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
27801  wurde, obwohl sie über der Tabelle steht.
27802  Zum Vergleich ist die Beschriftung von Tabelle
27803 \begin_inset space ~
27804 \end_inset
27805
27806
27807 \begin_inset CommandInset ref
27808 LatexCommand ref
27809 reference "tab:Eine-normale-Tabellen-Beschriftu"
27810
27811 \end_inset
27812
27813  nicht markiert.
27814 \end_layout
27815
27816 \begin_layout Standard
27817 \begin_inset Float table
27818 wide false
27819 sideways false
27820 status open
27821
27822 \begin_layout Plain Layout
27823 \begin_inset Caption Below
27824
27825 \begin_layout Plain Layout
27826 \begin_inset CommandInset label
27827 LatexCommand label
27828 name "tab:Eine-Beschriftung-unterhalb"
27829
27830 \end_inset
27831
27832 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
27833 \end_layout
27834
27835 \end_inset
27836
27837
27838 \end_layout
27839
27840 \begin_layout Plain Layout
27841 \align center
27842 \begin_inset Tabular
27843 <lyxtabular version="3" rows="3" columns="3">
27844 <features rotate="0" tabularvalignment="middle">
27845 <column alignment="center" valignment="top" width="0pt">
27846 <column alignment="center" valignment="top" width="0pt">
27847 <column alignment="center" valignment="top" width="0pt">
27848 <row>
27849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27850 \begin_inset Text
27851
27852 \begin_layout Plain Layout
27853 1
27854 \end_layout
27855
27856 \end_inset
27857 </cell>
27858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27859 \begin_inset Text
27860
27861 \begin_layout Plain Layout
27862 2
27863 \end_layout
27864
27865 \end_inset
27866 </cell>
27867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27868 \begin_inset Text
27869
27870 \begin_layout Plain Layout
27871 3
27872 \end_layout
27873
27874 \end_inset
27875 </cell>
27876 </row>
27877 <row>
27878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27879 \begin_inset Text
27880
27881 \begin_layout Plain Layout
27882 Joe
27883 \end_layout
27884
27885 \end_inset
27886 </cell>
27887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27888 \begin_inset Text
27889
27890 \begin_layout Plain Layout
27891 Mary
27892 \end_layout
27893
27894 \end_inset
27895 </cell>
27896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27897 \begin_inset Text
27898
27899 \begin_layout Plain Layout
27900 Ted
27901 \end_layout
27902
27903 \end_inset
27904 </cell>
27905 </row>
27906 <row>
27907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27908 \begin_inset Text
27909
27910 \begin_layout Plain Layout
27911 \begin_inset Formula $\int x^{2}dx$
27912 \end_inset
27913
27914
27915 \end_layout
27916
27917 \end_inset
27918 </cell>
27919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Plain Layout
27923 \begin_inset Formula $\left[\begin{array}{cc}
27924 a & b\\
27925 c & d
27926 \end{array}\right]$
27927 \end_inset
27928
27929
27930 \end_layout
27931
27932 \end_inset
27933 </cell>
27934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27935 \begin_inset Text
27936
27937 \begin_layout Plain Layout
27938 \begin_inset Formula $1+1=2$
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \end_inset
27945 </cell>
27946 </row>
27947 </lyxtabular>
27948
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \end_inset
27955
27956
27957 \end_layout
27958
27959 \begin_layout Standard
27960 \begin_inset Float table
27961 wide false
27962 sideways false
27963 status open
27964
27965 \begin_layout Plain Layout
27966 \begin_inset Caption Standard
27967
27968 \begin_layout Plain Layout
27969 \begin_inset CommandInset label
27970 LatexCommand label
27971 name "tab:Eine-normale-Tabellen-Beschriftu"
27972
27973 \end_inset
27974
27975 Eine normale Tabellen-Beschriftung.
27976 \end_layout
27977
27978 \end_inset
27979
27980
27981 \end_layout
27982
27983 \begin_layout Plain Layout
27984 \align center
27985 \begin_inset Tabular
27986 <lyxtabular version="3" rows="3" columns="3">
27987 <features rotate="0" tabularvalignment="middle">
27988 <column alignment="center" valignment="top" width="0pt">
27989 <column alignment="center" valignment="top" width="0pt">
27990 <column alignment="center" valignment="top" width="0pt">
27991 <row>
27992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27993 \begin_inset Text
27994
27995 \begin_layout Plain Layout
27996 1
27997 \end_layout
27998
27999 \end_inset
28000 </cell>
28001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28002 \begin_inset Text
28003
28004 \begin_layout Plain Layout
28005 2
28006 \end_layout
28007
28008 \end_inset
28009 </cell>
28010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28011 \begin_inset Text
28012
28013 \begin_layout Plain Layout
28014 3
28015 \end_layout
28016
28017 \end_inset
28018 </cell>
28019 </row>
28020 <row>
28021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28022 \begin_inset Text
28023
28024 \begin_layout Plain Layout
28025 Joe
28026 \end_layout
28027
28028 \end_inset
28029 </cell>
28030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28031 \begin_inset Text
28032
28033 \begin_layout Plain Layout
28034 Mary
28035 \end_layout
28036
28037 \end_inset
28038 </cell>
28039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28040 \begin_inset Text
28041
28042 \begin_layout Plain Layout
28043 Ted
28044 \end_layout
28045
28046 \end_inset
28047 </cell>
28048 </row>
28049 <row>
28050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28051 \begin_inset Text
28052
28053 \begin_layout Plain Layout
28054 \begin_inset Formula $\int x^{2}dx$
28055 \end_inset
28056
28057
28058 \end_layout
28059
28060 \end_inset
28061 </cell>
28062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28063 \begin_inset Text
28064
28065 \begin_layout Plain Layout
28066 \begin_inset Formula $\left[\begin{array}{cc}
28067 a & b\\
28068 c & d
28069 \end{array}\right]$
28070 \end_inset
28071
28072
28073 \end_layout
28074
28075 \end_inset
28076 </cell>
28077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28078 \begin_inset Text
28079
28080 \begin_layout Plain Layout
28081 \begin_inset Formula $1+1=2$
28082 \end_inset
28083
28084
28085 \end_layout
28086
28087 \end_inset
28088 </cell>
28089 </row>
28090 </lyxtabular>
28091
28092 \end_inset
28093
28094
28095 \end_layout
28096
28097 \end_inset
28098
28099
28100 \end_layout
28101
28102 \begin_layout Standard
28103 \begin_inset VSpace bigskip
28104 \end_inset
28105
28106 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
28107  Das bewirkt das LaTeX-Paket 
28108 \series bold
28109 sidecap
28110 \series default
28111
28112 \begin_inset Index idx
28113 status collapsed
28114
28115 \begin_layout Plain Layout
28116 LaTeX-Pakete ! sidecap
28117 \end_layout
28118
28119 \end_inset
28120
28121 , das so in den LaTeX-Vorspann geladen wird:
28122 \end_layout
28123
28124 \begin_layout Standard
28125
28126 \series bold
28127
28128 \backslash
28129 usepackage[Option]{sidecap}
28130 \end_layout
28131
28132 \begin_layout Standard
28133 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
28134  Mit 
28135 \series bold
28136 innercaption
28137 \series default
28138  wird die Beschriftung innen gedruckt.
28139  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
28140  
28141 \series bold
28142 rightcaption
28143 \series default
28144  oder 
28145 \series bold
28146 leftcaption
28147 \series default
28148 .
28149 \end_layout
28150
28151 \begin_layout Standard
28152 \begin_inset ERT
28153 status collapsed
28154
28155 \begin_layout Plain Layout
28156
28157
28158 \backslash
28159 ifsidecap
28160 \end_layout
28161
28162 \end_inset
28163
28164
28165 \begin_inset Note Note
28166 status open
28167
28168 \begin_layout Plain Layout
28169 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
28170 \series bold
28171 sidecap
28172 \series default
28173  installiert ist.
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \begin_layout Standard
28182 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
28183  in den LaTeX-Vorspann schreiben:
28184 \end_layout
28185
28186 \begin_layout Standard
28187 \begin_inset Newpage newpage
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \begin_layout Standard
28194 \noindent
28195 \begin_inset CommandInset line
28196 LatexCommand rule
28197 offset "0.5ex"
28198 width "100line%"
28199 height "1pt"
28200
28201 \end_inset
28202
28203
28204 \end_layout
28205
28206 \begin_layout Standard
28207
28208 \series bold
28209
28210 \backslash
28211 newcommand{
28212 \backslash
28213 TabBesBeg}[1][1.0]{%
28214 \begin_inset Newline newline
28215 \end_inset
28216
28217
28218 \begin_inset Phantom HPhantom
28219 status open
28220
28221 \begin_layout Plain Layout
28222 \begin_inset space ~
28223 \end_inset
28224
28225
28226 \end_layout
28227
28228 \end_inset
28229
28230
28231 \backslash
28232 let
28233 \backslash
28234 MyTable
28235 \backslash
28236 table
28237 \begin_inset Newline newline
28238 \end_inset
28239
28240
28241 \begin_inset Phantom HPhantom
28242 status open
28243
28244 \begin_layout Plain Layout
28245
28246 \series medium
28247 \begin_inset space ~
28248 \end_inset
28249
28250
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \backslash
28257 let
28258 \backslash
28259 MyEndtable
28260 \backslash
28261 endtable
28262 \begin_inset Newline newline
28263 \end_inset
28264
28265
28266 \begin_inset Phantom HPhantom
28267 status open
28268
28269 \begin_layout Plain Layout
28270
28271 \series medium
28272 \begin_inset space ~
28273 \end_inset
28274
28275
28276 \end_layout
28277
28278 \end_inset
28279
28280
28281 \backslash
28282 renewenvironment{table}[1]{
28283 \backslash
28284 begin{SCtable}[#1]##1}{
28285 \backslash
28286 end{SCtable}}}
28287 \end_layout
28288
28289 \begin_layout Standard
28290
28291 \series bold
28292
28293 \backslash
28294 newcommand{
28295 \backslash
28296 TabBesEnd}{%
28297 \begin_inset Newline newline
28298 \end_inset
28299
28300
28301 \begin_inset Phantom HPhantom
28302 status open
28303
28304 \begin_layout Plain Layout
28305 \begin_inset space ~
28306 \end_inset
28307
28308
28309 \end_layout
28310
28311 \end_inset
28312
28313
28314 \backslash
28315 let
28316 \backslash
28317 table
28318 \backslash
28319 MyTable
28320 \begin_inset Newline newline
28321 \end_inset
28322
28323
28324 \begin_inset Phantom HPhantom
28325 status open
28326
28327 \begin_layout Plain Layout
28328 \begin_inset space ~
28329 \end_inset
28330
28331
28332 \end_layout
28333
28334 \end_inset
28335
28336
28337 \backslash
28338 let
28339 \backslash
28340 endtable
28341 \backslash
28342 MyEndtable
28343 \end_layout
28344
28345 \begin_layout Standard
28346
28347 \series bold
28348
28349 \backslash
28350 newcommand{
28351 \backslash
28352 FigBesBeg}[1][1.0]{%
28353 \begin_inset Newline newline
28354 \end_inset
28355
28356
28357 \begin_inset Phantom HPhantom
28358 status open
28359
28360 \begin_layout Plain Layout
28361 \begin_inset space ~
28362 \end_inset
28363
28364
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \backslash
28371 let
28372 \backslash
28373 MyFigure
28374 \backslash
28375 figure
28376 \begin_inset Newline newline
28377 \end_inset
28378
28379
28380 \begin_inset Phantom HPhantom
28381 status open
28382
28383 \begin_layout Plain Layout
28384 \begin_inset space ~
28385 \end_inset
28386
28387
28388 \end_layout
28389
28390 \end_inset
28391
28392
28393 \backslash
28394 let
28395 \backslash
28396 MyEndfigure
28397 \backslash
28398 endfigure
28399 \begin_inset Newline newline
28400 \end_inset
28401
28402
28403 \begin_inset Phantom HPhantom
28404 status open
28405
28406 \begin_layout Plain Layout
28407 \begin_inset space ~
28408 \end_inset
28409
28410
28411 \end_layout
28412
28413 \end_inset
28414
28415
28416 \backslash
28417 renewenvironment{figure}[1]{
28418 \backslash
28419 begin{SCfigure}[#1]##1}{
28420 \backslash
28421 end{SCfigure}}}
28422 \end_layout
28423
28424 \begin_layout Standard
28425
28426 \series bold
28427
28428 \backslash
28429 newcommand{
28430 \backslash
28431 FigBesEnd}{%
28432 \begin_inset Newline newline
28433 \end_inset
28434
28435
28436 \begin_inset Phantom HPhantom
28437 status open
28438
28439 \begin_layout Plain Layout
28440 \begin_inset space ~
28441 \end_inset
28442
28443
28444 \end_layout
28445
28446 \end_inset
28447
28448
28449 \backslash
28450 let
28451 \backslash
28452 figure
28453 \backslash
28454 MyFigure
28455 \begin_inset Newline newline
28456 \end_inset
28457
28458
28459 \begin_inset Phantom HPhantom
28460 status open
28461
28462 \begin_layout Plain Layout
28463 \begin_inset space ~
28464 \end_inset
28465
28466
28467 \end_layout
28468
28469 \end_inset
28470
28471
28472 \backslash
28473 let
28474 \backslash
28475 endfigure
28476 \backslash
28477 MyEndfigure}
28478 \end_layout
28479
28480 \begin_layout Standard
28481 \noindent
28482 \begin_inset CommandInset line
28483 LatexCommand rule
28484 offset "0.5ex"
28485 width "100line%"
28486 height "1pt"
28487
28488 \end_inset
28489
28490
28491 \end_layout
28492
28493 \begin_layout Standard
28494 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28495 ungen seitlich gedruckt werden.
28496  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28497 \end_layout
28498
28499 \begin_layout Standard
28500
28501 \series bold
28502
28503 \backslash
28504 FigBesBeg
28505 \end_layout
28506
28507 \begin_layout Standard
28508 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
28509 \end_layout
28510
28511 \begin_layout Standard
28512
28513 \series bold
28514
28515 \backslash
28516 FigBesEnd
28517 \end_layout
28518
28519 \begin_layout Standard
28520 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28521  zurückkehren wollen.
28522 \end_layout
28523
28524 \begin_layout Standard
28525 Bei Gleitobjekt-Tabellen heißen die Befehle
28526 \end_layout
28527
28528 \begin_layout Standard
28529
28530 \series bold
28531
28532 \backslash
28533 TabBesBeg
28534 \series default
28535  und 
28536 \series bold
28537
28538 \backslash
28539 TabBesEnd
28540 \series default
28541 .
28542 \end_layout
28543
28544 \begin_layout Standard
28545 Abbildung
28546 \begin_inset space ~
28547 \end_inset
28548
28549
28550 \begin_inset CommandInset ref
28551 LatexCommand ref
28552 reference "abb:Beschriftung-neben"
28553
28554 \end_inset
28555
28556  und Tabelle
28557 \begin_inset space ~
28558 \end_inset
28559
28560
28561 \begin_inset CommandInset ref
28562 LatexCommand ref
28563 reference "tab:Beschriftung-neben"
28564
28565 \end_inset
28566
28567  sind Beispiele für seitliche Beschriftungen.
28568 \end_layout
28569
28570 \begin_layout Standard
28571 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28572  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28573  der Abbildung.
28574  Das kann man mit dem Befehl
28575 \end_layout
28576
28577 \begin_layout Standard
28578
28579 \series bold
28580
28581 \backslash
28582 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28583 \end_layout
28584
28585 \begin_layout Standard
28586 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
28587  Der Gleitobjekt-Typ ist entweder 
28588 \family sans
28589 figure
28590 \family default
28591  oder 
28592 \family sans
28593 table
28594 \family default
28595 , die
28596 \family sans
28597  
28598 \family default
28599 Platzierung ist 
28600 \family typewriter
28601 t
28602 \family default
28603  für oben, 
28604 \family typewriter
28605 c
28606 \family default
28607  für zentriert oder 
28608 \family typewriter
28609 b
28610 \family default
28611  für unten.
28612  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28613  lautet der Befehl
28614 \end_layout
28615
28616 \begin_layout Standard
28617
28618 \series bold
28619
28620 \backslash
28621 sidecaptionvpos{figure}{c}
28622 \end_layout
28623
28624 \begin_layout Standard
28625 Das wurde in Abbildung
28626 \begin_inset space ~
28627 \end_inset
28628
28629
28630 \begin_inset CommandInset ref
28631 LatexCommand ref
28632 reference "abb:cap-beside-fig-2"
28633
28634 \end_inset
28635
28636  benutzt.
28637 \end_layout
28638
28639 \begin_layout Standard
28640 \begin_inset VSpace medskip
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \begin_layout Standard
28647 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28648  Für schmale Bilder/Tabellen, wie in Tabelle
28649 \begin_inset space ~
28650 \end_inset
28651
28652
28653 \begin_inset CommandInset ref
28654 LatexCommand ref
28655 reference "tab:Beschriftung-neben"
28656
28657 \end_inset
28658
28659 , führt dies zu zu schmalen Beschriftungen.
28660  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28661  Breite des Bildes/der Tabelle multipliziert wird.
28662  Das Ergebnis ist die Beschriftungsbreite.
28663  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28664  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28665  Der 
28666 \emph on
28667 Faktor
28668 \emph default
28669  kann entweder als optionales Argument für 
28670 \series bold
28671
28672 \backslash
28673 FigBesBeg
28674 \series default
28675  angegeben werden:
28676 \end_layout
28677
28678 \begin_layout Standard
28679
28680 \series bold
28681
28682 \backslash
28683 FigBesBeg[Faktor]
28684 \end_layout
28685
28686 \begin_layout Standard
28687 oder indem man in der Definition von 
28688 \series bold
28689
28690 \backslash
28691 FigBesBeg
28692 \series default
28693  die 
28694 \series bold
28695 1.0
28696 \series default
28697  mit einem anderen Wert ersetzt.
28698  Bei letzterem ist der angegebene Faktor der Standard wenn 
28699 \series bold
28700
28701 \backslash
28702 FigBesBeg
28703 \series default
28704  ohne Argument verwendet wird.
28705  Für Tabelle
28706 \begin_inset space ~
28707 \end_inset
28708
28709
28710 \begin_inset CommandInset ref
28711 LatexCommand ref
28712 reference "tab:Beschriftung-neben-breiter"
28713
28714 \end_inset
28715
28716  wurde der Faktor 5 verwendet.
28717 \end_layout
28718
28719 \begin_layout Standard
28720 \begin_inset Note Greyedout
28721 status open
28722
28723 \begin_layout Plain Layout
28724
28725 \series bold
28726 Achtung:
28727 \series default
28728  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28729 erungsoption 
28730 \family sans
28731 Hier,
28732 \begin_inset space ~
28733 \end_inset
28734
28735 auf
28736 \begin_inset space ~
28737 \end_inset
28738
28739 jeden
28740 \begin_inset space ~
28741 \end_inset
28742
28743 Fall
28744 \family default
28745  nicht verwendet werden werden, da diese von 
28746 \series bold
28747 sidecap
28748 \series default
28749  nicht unterstützt wird.
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \end_layout
28756
28757 \begin_layout Standard
28758 \begin_inset VSpace medskip
28759 \end_inset
28760
28761 Weitere Informationen über das Paket
28762 \series bold
28763  sidecap
28764 \series default
28765  finden Sie in seiner Dokumentation 
28766 \begin_inset CommandInset citation
28767 LatexCommand cite
28768 key "sidecap"
28769
28770 \end_inset
28771
28772 .
28773 \end_layout
28774
28775 \begin_layout Standard
28776 \begin_inset Note Greyedout
28777 status open
28778
28779 \begin_layout Plain Layout
28780
28781 \series bold
28782 Bemerkung:
28783 \series default
28784  Das LaTeX-Paket 
28785 \series bold
28786 hypcap
28787 \series default
28788 ,
28789 \begin_inset Index idx
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793 LaTeX-Pakete ! hypcap
28794 \end_layout
28795
28796 \end_inset
28797
28798  das in Abschnitt
28799 \begin_inset space ~
28800 \end_inset
28801
28802
28803 \begin_inset CommandInset ref
28804 LatexCommand ref
28805 reference "uab:Querverweis-Position"
28806
28807 \end_inset
28808
28809  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28810  Beschriftungen.
28811 \end_layout
28812
28813 \end_inset
28814
28815
28816 \end_layout
28817
28818 \begin_layout Standard
28819 \begin_inset ERT
28820 status collapsed
28821
28822 \begin_layout Plain Layout
28823
28824
28825 \backslash
28826 FigBesBeg 
28827 \end_layout
28828
28829 \end_inset
28830
28831
28832 \end_layout
28833
28834 \begin_layout Standard
28835 \begin_inset Float figure
28836 wide false
28837 sideways false
28838 status open
28839
28840 \begin_layout Plain Layout
28841 \begin_inset Graphics
28842         filename ../clipart/escher-lsd.eps
28843         scale 75
28844         scaleBeforeRotation
28845
28846 \end_inset
28847
28848
28849 \end_layout
28850
28851 \begin_layout Plain Layout
28852 \begin_inset Caption Standard
28853
28854 \begin_layout Plain Layout
28855 \begin_inset CommandInset label
28856 LatexCommand label
28857 name "abb:Beschriftung-neben"
28858
28859 \end_inset
28860
28861 Dies ist eine Beschriftung neben einer Abbildung.
28862 \end_layout
28863
28864 \end_inset
28865
28866
28867 \end_layout
28868
28869 \end_inset
28870
28871
28872 \end_layout
28873
28874 \begin_layout Standard
28875 \begin_inset ERT
28876 status collapsed
28877
28878 \begin_layout Plain Layout
28879
28880
28881 \backslash
28882 FigBesEnd
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \begin_layout Standard
28891 \begin_inset ERT
28892 status collapsed
28893
28894 \begin_layout Plain Layout
28895
28896
28897 \backslash
28898 TabBesBeg 
28899 \end_layout
28900
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \begin_layout Standard
28907 \begin_inset Float table
28908 wide false
28909 sideways false
28910 status open
28911
28912 \begin_layout Plain Layout
28913 \begin_inset Caption Standard
28914
28915 \begin_layout Plain Layout
28916 \begin_inset CommandInset label
28917 LatexCommand label
28918 name "tab:Beschriftung-neben"
28919
28920 \end_inset
28921
28922 Dies ist eine Beschriftung neben einer Tabelle.
28923 \end_layout
28924
28925 \end_inset
28926
28927
28928 \end_layout
28929
28930 \begin_layout Plain Layout
28931 \begin_inset Tabular
28932 <lyxtabular version="3" rows="4" columns="5">
28933 <features rotate="0" tabularvalignment="middle">
28934 <column alignment="center" valignment="top">
28935 <column alignment="center" valignment="top">
28936 <column alignment="center" valignment="top">
28937 <column alignment="center" valignment="top">
28938 <column alignment="center" valignment="top">
28939 <row>
28940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28941 \begin_inset Text
28942
28943 \begin_layout Plain Layout
28944 a
28945 \end_layout
28946
28947 \end_inset
28948 </cell>
28949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28950 \begin_inset Text
28951
28952 \begin_layout Plain Layout
28953
28954 \end_layout
28955
28956 \end_inset
28957 </cell>
28958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28959 \begin_inset Text
28960
28961 \begin_layout Plain Layout
28962 b
28963 \end_layout
28964
28965 \end_inset
28966 </cell>
28967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28968 \begin_inset Text
28969
28970 \begin_layout Plain Layout
28971
28972 \end_layout
28973
28974 \end_inset
28975 </cell>
28976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28977 \begin_inset Text
28978
28979 \begin_layout Plain Layout
28980 c
28981 \end_layout
28982
28983 \end_inset
28984 </cell>
28985 </row>
28986 <row>
28987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28988 \begin_inset Text
28989
28990 \begin_layout Plain Layout
28991
28992 \end_layout
28993
28994 \end_inset
28995 </cell>
28996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28997 \begin_inset Text
28998
28999 \begin_layout Plain Layout
29000 d
29001 \end_layout
29002
29003 \end_inset
29004 </cell>
29005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29006 \begin_inset Text
29007
29008 \begin_layout Plain Layout
29009
29010 \end_layout
29011
29012 \end_inset
29013 </cell>
29014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29015 \begin_inset Text
29016
29017 \begin_layout Plain Layout
29018 e
29019 \end_layout
29020
29021 \end_inset
29022 </cell>
29023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29024 \begin_inset Text
29025
29026 \begin_layout Plain Layout
29027
29028 \end_layout
29029
29030 \end_inset
29031 </cell>
29032 </row>
29033 <row>
29034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29035 \begin_inset Text
29036
29037 \begin_layout Plain Layout
29038 f
29039 \end_layout
29040
29041 \end_inset
29042 </cell>
29043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29044 \begin_inset Text
29045
29046 \begin_layout Plain Layout
29047
29048 \end_layout
29049
29050 \end_inset
29051 </cell>
29052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29053 \begin_inset Text
29054
29055 \begin_layout Plain Layout
29056 g
29057 \end_layout
29058
29059 \end_inset
29060 </cell>
29061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29062 \begin_inset Text
29063
29064 \begin_layout Plain Layout
29065
29066 \end_layout
29067
29068 \end_inset
29069 </cell>
29070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29071 \begin_inset Text
29072
29073 \begin_layout Plain Layout
29074 h
29075 \end_layout
29076
29077 \end_inset
29078 </cell>
29079 </row>
29080 <row>
29081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29082 \begin_inset Text
29083
29084 \begin_layout Plain Layout
29085
29086 \end_layout
29087
29088 \end_inset
29089 </cell>
29090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29091 \begin_inset Text
29092
29093 \begin_layout Plain Layout
29094 i
29095 \end_layout
29096
29097 \end_inset
29098 </cell>
29099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29100 \begin_inset Text
29101
29102 \begin_layout Plain Layout
29103
29104 \end_layout
29105
29106 \end_inset
29107 </cell>
29108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29109 \begin_inset Text
29110
29111 \begin_layout Plain Layout
29112 j
29113 \end_layout
29114
29115 \end_inset
29116 </cell>
29117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29118 \begin_inset Text
29119
29120 \begin_layout Plain Layout
29121
29122 \end_layout
29123
29124 \end_inset
29125 </cell>
29126 </row>
29127 </lyxtabular>
29128
29129 \end_inset
29130
29131
29132 \end_layout
29133
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \begin_layout Standard
29140 \begin_inset ERT
29141 status collapsed
29142
29143 \begin_layout Plain Layout
29144
29145
29146 \backslash
29147 TabBesEnd
29148 \end_layout
29149
29150 \end_inset
29151
29152
29153 \end_layout
29154
29155 \begin_layout Standard
29156 \begin_inset ERT
29157 status collapsed
29158
29159 \begin_layout Plain Layout
29160
29161
29162 \backslash
29163 FigBesBeg 
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \end_layout
29170
29171 \begin_layout Standard
29172 \begin_inset ERT
29173 status collapsed
29174
29175 \begin_layout Plain Layout
29176
29177
29178 \backslash
29179 sidecaptionvpos{figure}{c}
29180 \end_layout
29181
29182 \end_inset
29183
29184
29185 \begin_inset Float figure
29186 wide false
29187 sideways false
29188 status open
29189
29190 \begin_layout Plain Layout
29191 \begin_inset Graphics
29192         filename ../clipart/escher-lsd.eps
29193         scale 75
29194         scaleBeforeRotation
29195
29196 \end_inset
29197
29198
29199 \end_layout
29200
29201 \begin_layout Plain Layout
29202 \begin_inset Caption Standard
29203
29204 \begin_layout Plain Layout
29205 \begin_inset CommandInset label
29206 LatexCommand label
29207 name "abb:cap-beside-fig-2"
29208
29209 \end_inset
29210
29211 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
29212 \end_layout
29213
29214 \end_inset
29215
29216
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \begin_layout Standard
29225 \begin_inset ERT
29226 status collapsed
29227
29228 \begin_layout Plain Layout
29229
29230
29231 \backslash
29232 FigBesEnd
29233 \end_layout
29234
29235 \end_inset
29236
29237
29238 \end_layout
29239
29240 \begin_layout Standard
29241 \begin_inset ERT
29242 status collapsed
29243
29244 \begin_layout Plain Layout
29245
29246
29247 \backslash
29248 TabBesBeg[5]
29249 \end_layout
29250
29251 \end_inset
29252
29253
29254 \end_layout
29255
29256 \begin_layout Standard
29257 \begin_inset Float table
29258 wide false
29259 sideways false
29260 status open
29261
29262 \begin_layout Plain Layout
29263 \begin_inset Caption Standard
29264
29265 \begin_layout Plain Layout
29266 \begin_inset CommandInset label
29267 LatexCommand label
29268 name "tab:Beschriftung-neben-breiter"
29269
29270 \end_inset
29271
29272 Diese Beschriftung ist breiter als die in Tabelle
29273 \begin_inset space ~
29274 \end_inset
29275
29276
29277 \begin_inset CommandInset ref
29278 LatexCommand ref
29279 reference "tab:Beschriftung-neben"
29280
29281 \end_inset
29282
29283 .
29284 \end_layout
29285
29286 \end_inset
29287
29288
29289 \end_layout
29290
29291 \begin_layout Plain Layout
29292 \begin_inset Tabular
29293 <lyxtabular version="3" rows="4" columns="5">
29294 <features rotate="0" tabularvalignment="middle">
29295 <column alignment="center" valignment="top">
29296 <column alignment="center" valignment="top">
29297 <column alignment="center" valignment="top">
29298 <column alignment="center" valignment="top">
29299 <column alignment="center" valignment="top">
29300 <row>
29301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29302 \begin_inset Text
29303
29304 \begin_layout Plain Layout
29305 a
29306 \end_layout
29307
29308 \end_inset
29309 </cell>
29310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29311 \begin_inset Text
29312
29313 \begin_layout Plain Layout
29314
29315 \end_layout
29316
29317 \end_inset
29318 </cell>
29319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29320 \begin_inset Text
29321
29322 \begin_layout Plain Layout
29323 b
29324 \end_layout
29325
29326 \end_inset
29327 </cell>
29328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29329 \begin_inset Text
29330
29331 \begin_layout Plain Layout
29332
29333 \end_layout
29334
29335 \end_inset
29336 </cell>
29337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29338 \begin_inset Text
29339
29340 \begin_layout Plain Layout
29341 c
29342 \end_layout
29343
29344 \end_inset
29345 </cell>
29346 </row>
29347 <row>
29348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29349 \begin_inset Text
29350
29351 \begin_layout Plain Layout
29352
29353 \end_layout
29354
29355 \end_inset
29356 </cell>
29357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29358 \begin_inset Text
29359
29360 \begin_layout Plain Layout
29361 d
29362 \end_layout
29363
29364 \end_inset
29365 </cell>
29366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29367 \begin_inset Text
29368
29369 \begin_layout Plain Layout
29370
29371 \end_layout
29372
29373 \end_inset
29374 </cell>
29375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29376 \begin_inset Text
29377
29378 \begin_layout Plain Layout
29379 e
29380 \end_layout
29381
29382 \end_inset
29383 </cell>
29384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29385 \begin_inset Text
29386
29387 \begin_layout Plain Layout
29388
29389 \end_layout
29390
29391 \end_inset
29392 </cell>
29393 </row>
29394 <row>
29395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29396 \begin_inset Text
29397
29398 \begin_layout Plain Layout
29399 f
29400 \end_layout
29401
29402 \end_inset
29403 </cell>
29404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29405 \begin_inset Text
29406
29407 \begin_layout Plain Layout
29408
29409 \end_layout
29410
29411 \end_inset
29412 </cell>
29413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29414 \begin_inset Text
29415
29416 \begin_layout Plain Layout
29417 g
29418 \end_layout
29419
29420 \end_inset
29421 </cell>
29422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29423 \begin_inset Text
29424
29425 \begin_layout Plain Layout
29426
29427 \end_layout
29428
29429 \end_inset
29430 </cell>
29431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29432 \begin_inset Text
29433
29434 \begin_layout Plain Layout
29435 h
29436 \end_layout
29437
29438 \end_inset
29439 </cell>
29440 </row>
29441 <row>
29442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29443 \begin_inset Text
29444
29445 \begin_layout Plain Layout
29446
29447 \end_layout
29448
29449 \end_inset
29450 </cell>
29451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29452 \begin_inset Text
29453
29454 \begin_layout Plain Layout
29455 i
29456 \end_layout
29457
29458 \end_inset
29459 </cell>
29460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29461 \begin_inset Text
29462
29463 \begin_layout Plain Layout
29464
29465 \end_layout
29466
29467 \end_inset
29468 </cell>
29469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29470 \begin_inset Text
29471
29472 \begin_layout Plain Layout
29473 j
29474 \end_layout
29475
29476 \end_inset
29477 </cell>
29478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29479 \begin_inset Text
29480
29481 \begin_layout Plain Layout
29482
29483 \end_layout
29484
29485 \end_inset
29486 </cell>
29487 </row>
29488 </lyxtabular>
29489
29490 \end_inset
29491
29492
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \end_layout
29499
29500 \begin_layout Standard
29501 \begin_inset ERT
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505
29506
29507 \backslash
29508 TabBesEnd
29509 \end_layout
29510
29511 \end_inset
29512
29513
29514 \end_layout
29515
29516 \begin_layout Standard
29517 \begin_inset ERT
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521
29522
29523 \backslash
29524 else
29525 \end_layout
29526
29527 \end_inset
29528
29529
29530 \begin_inset Note Note
29531 status open
29532
29533 \begin_layout Plain Layout
29534 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
29535 \series bold
29536 sidecap
29537 \series default
29538  nicht installiert ist:
29539 \end_layout
29540
29541 \end_inset
29542
29543
29544 \end_layout
29545
29546 \begin_layout Standard
29547 Das LaTeX-Paket 
29548 \series bold
29549 sidecap
29550 \series default
29551  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29552 \end_layout
29553
29554 \begin_layout Standard
29555 \begin_inset ERT
29556 status collapsed
29557
29558 \begin_layout Plain Layout
29559
29560
29561 \backslash
29562 fi
29563 \end_layout
29564
29565 \end_inset
29566
29567
29568 \end_layout
29569
29570 \begin_layout Section
29571 Gleitobjekt-Verzeichnisse
29572 \begin_inset Index idx
29573 status collapsed
29574
29575 \begin_layout Plain Layout
29576 Gleitobjekte ! Verzeichnisse
29577 \end_layout
29578
29579 \end_inset
29580
29581
29582 \end_layout
29583
29584 \begin_layout Standard
29585 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29586  Sie können mit den Untermenüs von 
29587 \family sans
29588 Einfügen\SpecialChar \menuseparator
29589 Liste
29590 \begin_inset space ~
29591 \end_inset
29592
29593 /
29594 \begin_inset space ~
29595 \end_inset
29596
29597 Inhaltsverzeichnis
29598 \family default
29599  eingefügt werden.
29600 \end_layout
29601
29602 \begin_layout Standard
29603 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29604  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29605 \end_layout
29606
29607 \begin_layout Standard
29608 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29609  und ein Tabellen-Verzeichnis.
29610 \end_layout
29611
29612 \begin_layout Chapter
29613 Notizen
29614 \end_layout
29615
29616 \begin_layout Section
29617 LyX-Notizen
29618 \begin_inset Index idx
29619 status collapsed
29620
29621 \begin_layout Plain Layout
29622 Notizen ! LyX-Notizen
29623 \end_layout
29624
29625 \end_inset
29626
29627
29628 \end_layout
29629
29630 \begin_layout Standard
29631 Notizen werden mit einem Klick auf 
29632 \begin_inset Info
29633 type  "icon"
29634 arg   "note-insert"
29635 \end_inset
29636
29637  oder 
29638 \family sans
29639 Einfügen\SpecialChar \menuseparator
29640 Notiz
29641 \family default
29642  eingefügt.
29643  Es gibt drei Arten:
29644 \end_layout
29645
29646 \begin_layout Description
29647 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29648  Eine 
29649 \family sans
29650 LyX-Notiz
29651 \family default
29652  sieht so aus:
29653 \begin_inset Newline newline
29654 \end_inset
29655
29656
29657 \begin_inset Newline newline
29658 \end_inset
29659
29660
29661 \begin_inset Graphics
29662         filename clipart/LyXNotizQt4.png
29663         display false
29664         scale 60
29665         scaleBeforeRotation
29666
29667 \end_inset
29668
29669  
29670 \begin_inset Note Note
29671 status open
29672
29673 \begin_layout Plain Layout
29674 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29675 \end_layout
29676
29677 \end_inset
29678
29679
29680 \end_layout
29681
29682 \begin_layout Description
29683 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29684  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
29685 \family sans
29686 Datei\SpecialChar \menuseparator
29687 Ex\SpecialChar \-
29688 por\SpecialChar \-
29689 tie\SpecialChar \-
29690 ren\SpecialChar \menuseparator
29691 LaTe
29692 \begin_inset ERT
29693 status collapsed
29694
29695 \begin_layout Plain Layout
29696
29697 {}
29698 \end_layout
29699
29700 \end_inset
29701
29702 X (pdflatex) / (normal)
29703 \family default
29704 .
29705  Ein Kommentar sieht so aus:
29706 \begin_inset Newline newline
29707 \end_inset
29708
29709
29710 \begin_inset Newline newline
29711 \end_inset
29712
29713
29714 \begin_inset Graphics
29715         filename clipart/KommentarQt4.png
29716         display false
29717         scale 60
29718         scaleBeforeRotation
29719
29720 \end_inset
29721
29722  
29723 \begin_inset Note Comment
29724 status open
29725
29726 \begin_layout Plain Layout
29727 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \end_layout
29734
29735 \begin_layout Description
29736 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29737 \begin_inset Newline newline
29738 \end_inset
29739
29740
29741 \begin_inset Newline newline
29742 \end_inset
29743
29744
29745 \begin_inset Graphics
29746         filename clipart/GrauschriftNotizQt4.png
29747         display false
29748         scale 60
29749         scaleBeforeRotation
29750
29751 \end_inset
29752
29753
29754 \begin_inset Newline newline
29755 \end_inset
29756
29757
29758 \begin_inset ERT
29759 status collapsed
29760
29761 \begin_layout Plain Layout
29762
29763
29764 \backslash
29765 renewenvironment{lyxgreyedout}
29766 \end_layout
29767
29768 \begin_layout Plain Layout
29769
29770 {
29771 \backslash
29772 textcolor[gray]{0.4}
29773 \backslash
29774 bgroup}{
29775 \backslash
29776 egroup}
29777 \end_layout
29778
29779 \end_inset
29780
29781
29782 \begin_inset Note Greyedout
29783 status open
29784
29785 \begin_layout Plain Layout
29786 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29787 \begin_inset Foot
29788 status open
29789
29790 \begin_layout Plain Layout
29791 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29792 \end_layout
29793
29794 \end_inset
29795
29796
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807
29808 \backslash
29809 renewenvironment{lyxgreyedout}
29810 \end_layout
29811
29812 \begin_layout Plain Layout
29813
29814 {
29815 \backslash
29816 textcolor{blue}
29817 \backslash
29818 bgroup}{
29819 \backslash
29820 egroup}
29821 \end_layout
29822
29823 \end_inset
29824
29825
29826 \begin_inset Note Note
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
29831  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
29832  
29833 \end_layout
29834
29835 \end_inset
29836
29837
29838 \begin_inset Newline newline
29839 \end_inset
29840
29841
29842 \begin_inset Newline newline
29843 \end_inset
29844
29845 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29846  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29847 \end_layout
29848
29849 \begin_layout Standard
29850 \begin_inset VSpace bigskip
29851 \end_inset
29852
29853 Wenn Sie auf den Werkzeugleistenknopf 
29854 \family sans
29855
29856 \begin_inset Info
29857 type  "icon"
29858 arg   "note-insert"
29859 \end_inset
29860
29861
29862 \family default
29863  klicken, wird zunächst eine 
29864 \family sans
29865 LyX-Notiz
29866 \family default
29867  eingefügt.
29868  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29869  Notiz-Typen auswählen.
29870  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29871  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29872  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29873  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29874  am Ende der Notiz ist.
29875 \end_layout
29876
29877 \begin_layout Standard
29878 \begin_inset VSpace bigskip
29879 \end_inset
29880
29881 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29882 \family sans
29883 Dokument\SpecialChar \menuseparator
29884 Einstellungen\SpecialChar \menuseparator
29885 Farben
29886 \family default
29887  geändert werden.
29888 \end_layout
29889
29890 \begin_layout Section
29891 Fußnoten
29892 \begin_inset CommandInset label
29893 LatexCommand label
29894 name "abs:Fußnoten"
29895
29896 \end_inset
29897
29898
29899 \begin_inset Index idx
29900 status collapsed
29901
29902 \begin_layout Plain Layout
29903 Notizen ! Fußnoten
29904 \end_layout
29905
29906 \end_inset
29907
29908
29909 \begin_inset Index idx
29910 status collapsed
29911
29912 \begin_layout Plain Layout
29913 Fußnoten
29914 \end_layout
29915
29916 \end_inset
29917
29918
29919 \end_layout
29920
29921 \begin_layout Standard
29922 Fußnoten werden über den Werkzeugleistenknopf 
29923 \begin_inset Info
29924 type  "icon"
29925 arg   "footnote-insert"
29926 \end_inset
29927
29928  oder das Menü 
29929 \family sans
29930 Einfügen\SpecialChar \menuseparator
29931 Fußnote
29932 \family default
29933  eingefügt.
29934  Man sieht dann diese Fußnotenbox: 
29935 \begin_inset Graphics
29936         filename clipart/FussnoteQt4.png
29937         scale 80
29938         scaleBeforeRotation
29939
29940 \end_inset
29941
29942  in die der Fußnotentext eingegeben wird.
29943  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
29944  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
29945  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
29946 \family sans
29947 Backspace
29948 \family default
29949  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
29950 \family sans
29951 Entf
29952 \family default
29953  wenn der Cursor am Ende der Fußnote ist.
29954 \end_layout
29955
29956 \begin_layout Standard
29957 Hier ist eine Beispielfußnote:
29958 \color black
29959
29960 \begin_inset Foot
29961 status open
29962
29963 \begin_layout Plain Layout
29964 \begin_inset CommandInset label
29965 LatexCommand label
29966 name "fuss:Fußnoten-Beispiel"
29967
29968 \end_inset
29969
29970 Dies ist eine Fußnote.
29971 \end_layout
29972
29973 \end_inset
29974
29975
29976 \color inherit
29977
29978 \begin_inset ERT
29979 status collapsed
29980
29981 \begin_layout Plain Layout
29982
29983
29984 \backslash
29985 newcounter{MyRepeatFoot}
29986 \end_layout
29987
29988 \begin_layout Plain Layout
29989
29990
29991 \backslash
29992 setcounter{MyRepeatFoot}{
29993 \backslash
29994 thefootnote}
29995 \end_layout
29996
29997 \end_inset
29998
29999
30000 \end_layout
30001
30002 \begin_layout Standard
30003 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
30004  wurde, eine hochgestellte Zahl.
30005  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
30006  hochgestellt dem Text vorangeht.
30007  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
30008  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
30009  werden.
30010 \end_layout
30011
30012 \begin_layout Standard
30013 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
30014  der Fußnote eine Marke eingefügt wurde.
30015  Dies ist ein Querverweis auf Fußnote
30016 \begin_inset space ~
30017 \end_inset
30018
30019
30020 \begin_inset CommandInset ref
30021 LatexCommand ref
30022 reference "fuss:Fußnoten-Beispiel"
30023
30024 \end_inset
30025
30026 .
30027 \end_layout
30028
30029 \begin_layout Standard
30030 \begin_inset VSpace defskip
30031 \end_inset
30032
30033 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
30034  und sie können nur einen Absatz enthalten.
30035  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
30036 \end_layout
30037
30038 \begin_layout Standard
30039 \begin_inset VSpace defskip
30040 \end_inset
30041
30042 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
30043  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
30044  wird der Befehl 
30045 \series bold
30046
30047 \backslash
30048 footnotemark{}
30049 \series default
30050  als TeX-Code eingefügt.
30051  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
30052 \series bold
30053
30054 \backslash
30055 footnotetext
30056 \series default
30057  nach der Tabelle eingegeben.
30058 \begin_inset Newline newline
30059 \end_inset
30060
30061 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
30062 \end_layout
30063
30064 \begin_layout Standard
30065
30066 \series bold
30067
30068 \backslash
30069 footnotetext{
30070 \series default
30071 Gedruckte Tabellenfußnote.
30072 \series bold
30073 }
30074 \end_layout
30075
30076 \begin_layout Standard
30077 \begin_inset Tabular
30078 <lyxtabular version="3" rows="2" columns="1">
30079 <features rotate="0" tabularvalignment="middle">
30080 <column alignment="center" valignment="top">
30081 <row>
30082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30083 \begin_inset Text
30084
30085 \begin_layout Plain Layout
30086 Dies ist ein Beispieltext.
30087 \begin_inset Foot
30088 status open
30089
30090 \begin_layout Plain Layout
30091 Diese Fußnote wird nicht gedruckt!
30092 \end_layout
30093
30094 \end_inset
30095
30096
30097 \end_layout
30098
30099 \end_inset
30100 </cell>
30101 </row>
30102 <row>
30103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30104 \begin_inset Text
30105
30106 \begin_layout Plain Layout
30107 Dies ist ein Beispieltext.
30108 \begin_inset ERT
30109 status collapsed
30110
30111 \begin_layout Plain Layout
30112
30113
30114 \backslash
30115 footnotemark{}
30116 \end_layout
30117
30118 \end_inset
30119
30120
30121 \end_layout
30122
30123 \end_inset
30124 </cell>
30125 </row>
30126 </lyxtabular>
30127
30128 \end_inset
30129
30130
30131 \begin_inset ERT
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135
30136
30137 \backslash
30138 footnotetext{
30139 \end_layout
30140
30141 \end_inset
30142
30143 Gedruckte Tabellenfußnote.
30144 \begin_inset ERT
30145 status collapsed
30146
30147 \begin_layout Plain Layout
30148
30149 }
30150 \end_layout
30151
30152 \end_inset
30153
30154
30155 \end_layout
30156
30157 \begin_layout Standard
30158 Fußnoten in langen Tabellen sind in Abschnitt
30159 \begin_inset space ~
30160 \end_inset
30161
30162
30163 \begin_inset CommandInset ref
30164 LatexCommand ref
30165 reference "uab:Fußnoten-in-langen"
30166
30167 \end_inset
30168
30169  beschrieben.
30170 \end_layout
30171
30172 \begin_layout Standard
30173 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30174  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30175  innerhalb einer Seite ist.
30176  (Mehr über Minipages ist in Abschnitt
30177 \begin_inset space ~
30178 \end_inset
30179
30180
30181 \begin_inset CommandInset ref
30182 LatexCommand ref
30183 reference "abs:Minipage"
30184
30185 \end_inset
30186
30187  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30188  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30189  Methode mit 
30190 \series bold
30191
30192 \backslash
30193 footnotemark{}
30194 \series default
30195  und 
30196 \series bold
30197
30198 \backslash
30199 footnotetext
30200 \series default
30201 .
30202 \end_layout
30203
30204 \begin_layout Standard
30205 \begin_inset Box Frameless
30206 position "t"
30207 hor_pos "c"
30208 has_inner_box 1
30209 inner_pos "t"
30210 use_parbox 0
30211 use_makebox 0
30212 width "100col%"
30213 special "none"
30214 height "1in"
30215 height_special "totalheight"
30216 status open
30217
30218 \begin_layout Plain Layout
30219 Dies ist ein Beispieltext.in einer Minipage.
30220 \begin_inset Foot
30221 status open
30222
30223 \begin_layout Plain Layout
30224 Fußnote in einer Minipage.
30225 \end_layout
30226
30227 \end_inset
30228
30229
30230 \end_layout
30231
30232 \begin_layout Plain Layout
30233 Dies ist ein Beispieltext.
30234  in einer Minipage.
30235 \begin_inset ERT
30236 status collapsed
30237
30238 \begin_layout Plain Layout
30239
30240
30241 \backslash
30242 footnotemark{}
30243 \end_layout
30244
30245 \end_inset
30246
30247
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \end_layout
30254
30255 \begin_layout Standard
30256 \begin_inset ERT
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260
30261
30262 \backslash
30263 footnotetext{
30264 \end_layout
30265
30266 \end_inset
30267
30268 Fußnote außerhalb der Minipage.
30269 \begin_inset ERT
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273
30274 }
30275 \end_layout
30276
30277 \end_inset
30278
30279
30280 \end_layout
30281
30282 \begin_layout Standard
30283 \begin_inset VSpace defskip
30284 \end_inset
30285
30286
30287 \end_layout
30288
30289 \begin_layout Standard
30290 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30291  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
30292 \series bold
30293
30294 \backslash
30295 footnotemark[Nummer]
30296 \series default
30297 .
30298 \begin_inset Newline newline
30299 \end_inset
30300
30301 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30302  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30303  Hinter Fußnote
30304 \begin_inset space ~
30305 \end_inset
30306
30307
30308 \begin_inset CommandInset ref
30309 LatexCommand ref
30310 reference "fuss:Fußnoten-Beispiel"
30311
30312 \end_inset
30313
30314  wurde das mit folgenden TeX-Code-Befehlen gemacht:
30315 \end_layout
30316
30317 \begin_layout Standard
30318
30319 \series bold
30320
30321 \backslash
30322 newcounter{MyRepeatFoot}
30323 \begin_inset Newline newline
30324 \end_inset
30325
30326
30327 \backslash
30328 setcounter{MyRepeatFoot}{
30329 \backslash
30330 thefootnote}
30331 \end_layout
30332
30333 \begin_layout Standard
30334 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
30335 \end_layout
30336
30337 \begin_layout Standard
30338
30339 \series bold
30340
30341 \backslash
30342 footnotemark[
30343 \backslash
30344 theMyRepeatFoot]
30345 \end_layout
30346
30347 \begin_layout Standard
30348 Hier ist eine wiederholte Fußnote:
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354
30355 \backslash
30356 footnotemark[
30357 \backslash
30358 theMyRepeatFoot]
30359 \end_layout
30360
30361 \end_inset
30362
30363
30364 \end_layout
30365
30366 \begin_layout Standard
30367 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30368  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30369 \end_layout
30370
30371 \begin_layout Standard
30372
30373 \series bold
30374
30375 \backslash
30376 footnotemark[
30377 \backslash
30378 thefootnote]
30379 \end_layout
30380
30381 \begin_layout Standard
30382 Hier ist eine weitere wiederholte Fußnote:
30383 \begin_inset ERT
30384 status collapsed
30385
30386 \begin_layout Plain Layout
30387
30388
30389 \backslash
30390 footnotemark[
30391 \backslash
30392 thefootnote]
30393 \end_layout
30394
30395 \end_inset
30396
30397
30398 \end_layout
30399
30400 \begin_layout Subsection
30401 Fußnoten-Nummerierung
30402 \begin_inset CommandInset label
30403 LatexCommand label
30404 name "uab:Fußnoten-Nummerierung"
30405
30406 \end_inset
30407
30408
30409 \begin_inset Index idx
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413 Fußnoten ! Nummerierung
30414 \end_layout
30415
30416 \end_inset
30417
30418
30419 \end_layout
30420
30421 \begin_layout Standard
30422 Um Fußnoten nach jedem Abschnitt
30423 \family roman
30424  auf 1 zurückzusetzen, 
30425 \family default
30426 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30427 \end_layout
30428
30429 \begin_layout Standard
30430
30431 \series bold
30432
30433 \backslash
30434 @addtoreset{footnote}{section}
30435 \end_layout
30436
30437 \begin_layout Standard
30438 \begin_inset VSpace bigskip
30439 \end_inset
30440
30441 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30442  Zahlen:
30443 \end_layout
30444
30445 \begin_layout Standard
30446
30447 \series bold
30448
30449 \backslash
30450 renewcommand{
30451 \backslash
30452 thefootnote}{
30453 \backslash
30454 roman{footnote}}
30455 \end_layout
30456
30457 \begin_layout Standard
30458 \begin_inset ERT
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462
30463
30464 \backslash
30465 renewcommand{
30466 \backslash
30467 thefootnote}{
30468 \backslash
30469 roman{footnote}}
30470 \end_layout
30471
30472 \end_inset
30473
30474  Hier ist ein Beispiel für solch eine Fußnote:
30475 \begin_inset Foot
30476 status open
30477
30478 \begin_layout Plain Layout
30479 Dies ist eine Fußnote mit kleinen römischen Zahlen
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \end_layout
30486
30487 \begin_layout Standard
30488 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30489  in obigem Befehl 
30490 \series bold
30491
30492 \backslash
30493 roman
30494 \series default
30495  durch 
30496 \series bold
30497
30498 \backslash
30499 Roman
30500 \series default
30501 .
30502  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30503 \begin_inset Quotes gld
30504 \end_inset
30505
30506 nummerieren
30507 \begin_inset Quotes grd
30508 \end_inset
30509
30510 , verwenden Sie die Befehle 
30511 \series bold
30512
30513 \backslash
30514 Alph
30515 \series default
30516  oder 
30517 \series bold
30518
30519 \backslash
30520 alph
30521 \series default
30522 .
30523  Für die 
30524 \begin_inset Quotes gld
30525 \end_inset
30526
30527 Nummerierung
30528 \begin_inset Quotes grd
30529 \end_inset
30530
30531  mit Symbolen steht der Befehl 
30532 \series bold
30533
30534 \backslash
30535 fnsymbol
30536 \series default
30537  zur Verfügung.
30538 \end_layout
30539
30540 \begin_layout Standard
30541 \begin_inset Note Greyedout
30542 status open
30543
30544 \begin_layout Plain Layout
30545
30546 \series bold
30547 Bemerkung 1:
30548 \series default
30549  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30550  
30551 \emph on
30552 ein
30553 \emph default
30554  Buchstabe verwendet wird.
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \begin_inset Newline newline
30561 \end_inset
30562
30563
30564 \begin_inset Note Greyedout
30565 status open
30566
30567 \begin_layout Plain Layout
30568
30569 \series bold
30570 Bemerkung 2:
30571 \series default
30572  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30573 \end_layout
30574
30575 \end_inset
30576
30577
30578 \end_layout
30579
30580 \begin_layout Standard
30581 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30582 \series bold
30583
30584 \backslash
30585 arabic
30586 \series default
30587  anstelle von 
30588 \series bold
30589
30590 \backslash
30591 roman
30592 \series default
30593  in obigem Befehl.
30594 \begin_inset ERT
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598
30599
30600 \backslash
30601 renewcommand{
30602 \backslash
30603 thefootnote}{
30604 \backslash
30605 arabic{footnote}}
30606 \end_layout
30607
30608 \end_inset
30609
30610
30611 \end_layout
30612
30613 \begin_layout Standard
30614 \begin_inset VSpace bigskip
30615 \end_inset
30616
30617
30618 \end_layout
30619
30620 \begin_layout Standard
30621 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30622 \begin_inset Quotes gld
30623 \end_inset
30624
30625 Kapitel.Fußnote
30626 \begin_inset Quotes grd
30627 \end_inset
30628
30629  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30630 \end_layout
30631
30632 \begin_layout Standard
30633
30634 \series bold
30635
30636 \backslash
30637 numberwithin{footnote}{chapter}
30638 \end_layout
30639
30640 \begin_layout Standard
30641 Um 
30642 \series bold
30643
30644 \backslash
30645 numberwithin
30646 \series default
30647  benutzen zu können, muss in den 
30648 \family sans
30649 Mathe
30650 \begin_inset space ~
30651 \end_inset
30652
30653 Optionen
30654 \family default
30655  der 
30656 \family sans
30657 Dokument-Einstellungen
30658 \family default
30659  
30660 \family sans
30661 AMS
30662 \begin_inset space ~
30663 \end_inset
30664
30665 Mathe
30666 \begin_inset space ~
30667 \end_inset
30668
30669 Paket
30670 \family default
30671
30672 \begin_inset space ~
30673 \end_inset
30674
30675
30676 \family sans
30677 verwenden
30678 \family default
30679  angekreuzt sein.
30680 \begin_inset ERT
30681 status collapsed
30682
30683 \begin_layout Plain Layout
30684
30685
30686 \backslash
30687 numberwithin{footnote}{chapter}
30688 \end_layout
30689
30690 \end_inset
30691
30692  Hier ist ein Beispiel für solch eine Fußnote.
30693 \series bold
30694
30695 \begin_inset Foot
30696 status open
30697
30698 \begin_layout Plain Layout
30699 Dies ist eine Fußnote nach dem Schema 
30700 \begin_inset Quotes gld
30701 \end_inset
30702
30703 Kapitel.Fußnote
30704 \begin_inset Quotes grd
30705 \end_inset
30706
30707 .
30708 \end_layout
30709
30710 \end_inset
30711
30712
30713 \series default
30714
30715 \begin_inset ERT
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719
30720
30721 \backslash
30722 renewcommand{
30723 \backslash
30724 thefootnote}{
30725 \backslash
30726 arabic{footnote}}
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \end_layout
30733
30734 \begin_layout Standard
30735 \begin_inset Note Greyedout
30736 status open
30737
30738 \begin_layout Plain Layout
30739
30740 \series bold
30741 Bemerkung:
30742 \series default
30743  
30744 \series bold
30745
30746 \backslash
30747 numberwithin
30748 \series default
30749  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30750  werden überschrieben.
30751 \end_layout
30752
30753 \end_inset
30754
30755
30756 \end_layout
30757
30758 \begin_layout Standard
30759 Um also z.
30760 \begin_inset space \thinspace{}
30761 \end_inset
30762
30763 B.
30764  das Schema 
30765 \begin_inset Quotes gld
30766 \end_inset
30767
30768 Kapitel.
30769 \backslash
30770 Roman{footnote}
30771 \begin_inset Quotes grd
30772 \end_inset
30773
30774  zu erhalten, muss dieser Befehl anstelle von 
30775 \series bold
30776
30777 \backslash
30778 numberwithin
30779 \series default
30780  verwendet werden:
30781 \end_layout
30782
30783 \begin_layout Standard
30784
30785 \series bold
30786
30787 \backslash
30788 renewcommand{
30789 \backslash
30790 thefootnote}{
30791 \backslash
30792 thechapter.
30793 \backslash
30794 Roman{footnote}}
30795 \end_layout
30796
30797 \begin_layout Subsection
30798 Fußnoten-Platzierung
30799 \begin_inset Index idx
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803 Fußnoten ! Platzierung
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \end_layout
30810
30811 \begin_layout Standard
30812 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30813  ohne Zwischenraum am Ende der Seite gedruckt.
30814  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30815  LaTeX-Vorspann 1.5
30816 \begin_inset space \thinspace{}
30817 \end_inset
30818
30819 mm Zwischenraum einfügen:
30820 \end_layout
30821
30822 \begin_layout Standard
30823
30824 \series bold
30825
30826 \backslash
30827 let
30828 \backslash
30829 myFoot
30830 \backslash
30831 footnote
30832 \begin_inset Newline newline
30833 \end_inset
30834
30835
30836 \backslash
30837 renewcommand{
30838 \backslash
30839 footnote}[1]{
30840 \backslash
30841 myFoot{#1
30842 \backslash
30843 vspace{1.5mm}}}
30844 \end_layout
30845
30846 \begin_layout Standard
30847 \begin_inset VSpace bigskip
30848 \end_inset
30849
30850 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30851  Spalte gedruckt, Abbildung
30852 \begin_inset space ~
30853 \end_inset
30854
30855
30856 \begin_inset CommandInset ref
30857 LatexCommand ref
30858 reference "abb:Standard-Fußnoten-Platzierung-in"
30859
30860 \end_inset
30861
30862 .
30863  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30864  in Abbildung
30865 \begin_inset space ~
30866 \end_inset
30867
30868
30869 \begin_inset CommandInset ref
30870 LatexCommand ref
30871 reference "abb:Fußnoten-Platzierung-in-einem"
30872
30873 \end_inset
30874
30875 , müssen Sie das LaTeX-Paket 
30876 \series bold
30877 ftnright
30878 \series default
30879
30880 \begin_inset Index idx
30881 status collapsed
30882
30883 \begin_layout Plain Layout
30884 LaTeX-Pakete ! ftnright
30885 \end_layout
30886
30887 \end_inset
30888
30889  mit folgendem Befehl im LaTeX-Vorspann einfügen:
30890 \end_layout
30891
30892 \begin_layout Standard
30893
30894 \series bold
30895
30896 \backslash
30897 usepackage{ftnright}
30898 \end_layout
30899
30900 \begin_layout Standard
30901 \begin_inset Float figure
30902 placement !h
30903 wide false
30904 sideways false
30905 status open
30906
30907 \begin_layout Plain Layout
30908 \begin_inset ERT
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912
30913
30914 \backslash
30915 framebox{
30916 \end_layout
30917
30918 \end_inset
30919
30920
30921 \begin_inset Graphics
30922         filename ../clipart/without_fntright.pdf
30923         width 100col%
30924         scaleBeforeRotation
30925
30926 \end_inset
30927
30928
30929 \begin_inset ERT
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933
30934 }
30935 \end_layout
30936
30937 \end_inset
30938
30939
30940 \end_layout
30941
30942 \begin_layout Plain Layout
30943 \begin_inset Caption Standard
30944
30945 \begin_layout Plain Layout
30946 \begin_inset CommandInset label
30947 LatexCommand label
30948 name "abb:Standard-Fußnoten-Platzierung-in"
30949
30950 \end_inset
30951
30952 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30953 \begin_inset Argument 1
30954 status open
30955
30956 \begin_layout Plain Layout
30957 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30958 \end_layout
30959
30960 \end_inset
30961
30962
30963 \end_layout
30964
30965 \end_inset
30966
30967
30968 \end_layout
30969
30970 \end_inset
30971
30972
30973 \end_layout
30974
30975 \begin_layout Standard
30976 \begin_inset Float figure
30977 placement !h
30978 wide false
30979 sideways false
30980 status open
30981
30982 \begin_layout Plain Layout
30983 \begin_inset ERT
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987
30988
30989 \backslash
30990 framebox{
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \begin_inset Graphics
30997         filename ../clipart/with_fntright.pdf
30998         width 100col%
30999         scaleBeforeRotation
31000
31001 \end_inset
31002
31003
31004 \begin_inset ERT
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008
31009 }
31010 \end_layout
31011
31012 \end_inset
31013
31014
31015 \end_layout
31016
31017 \begin_layout Plain Layout
31018 \begin_inset Caption Standard
31019
31020 \begin_layout Plain Layout
31021 \begin_inset CommandInset label
31022 LatexCommand label
31023 name "abb:Fußnoten-Platzierung-in-einem"
31024
31025 \end_inset
31026
31027 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
31028  
31029 \series bold
31030 ftnright
31031 \series default
31032 .
31033 \begin_inset Argument 1
31034 status collapsed
31035
31036 \begin_layout Plain Layout
31037 Fußnoten-Platzierung mit 
31038 \family typewriter
31039 ftnright
31040 \end_layout
31041
31042 \end_inset
31043
31044
31045 \end_layout
31046
31047 \end_inset
31048
31049
31050 \end_layout
31051
31052 \end_inset
31053
31054
31055 \end_layout
31056
31057 \begin_layout Standard
31058 \begin_inset VSpace bigskip
31059 \end_inset
31060
31061 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
31062  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
31063 \begin_inset space ~
31064 \end_inset
31065
31066
31067 \begin_inset CommandInset ref
31068 LatexCommand ref
31069 reference "abb:endnotes"
31070
31071 \end_inset
31072
31073  gedruckt.
31074  Man nennt sie dann 
31075 \begin_inset Quotes gld
31076 \end_inset
31077
31078 Endnoten
31079 \begin_inset Quotes grd
31080 \end_inset
31081
31082 .
31083 \begin_inset Index idx
31084 status collapsed
31085
31086 \begin_layout Plain Layout
31087 Endnoten
31088 \end_layout
31089
31090 \end_inset
31091
31092  Um das zu erreichen, laden Sie im Menü 
31093 \family sans
31094 Dokument\SpecialChar \menuseparator
31095 Einstellungen\SpecialChar \menuseparator
31096 Module 
31097 \family default
31098 das Modul 
31099 \family sans
31100 Fußnote
31101 \begin_inset space ~
31102 \end_inset
31103
31104 als
31105 \begin_inset space ~
31106 \end_inset
31107
31108 Endnote
31109 \family default
31110 .
31111  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
31112 \end_layout
31113
31114 \begin_layout Standard
31115
31116 \series bold
31117
31118 \backslash
31119 theendnotes
31120 \end_layout
31121
31122 \begin_layout Standard
31123 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
31124 \end_layout
31125
31126 \begin_layout Standard
31127 \begin_inset Float figure
31128 wide false
31129 sideways false
31130 status open
31131
31132 \begin_layout Plain Layout
31133 \align center
31134 \begin_inset ERT
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138
31139
31140 \backslash
31141 framebox{
31142 \end_layout
31143
31144 \end_inset
31145
31146
31147 \begin_inset Graphics
31148         filename ../clipart/endnotes.pdf
31149         scaleBeforeRotation
31150
31151 \end_inset
31152
31153
31154 \begin_inset ERT
31155 status collapsed
31156
31157 \begin_layout Plain Layout
31158
31159 }
31160 \end_layout
31161
31162 \end_inset
31163
31164
31165 \end_layout
31166
31167 \begin_layout Plain Layout
31168 \begin_inset Caption Standard
31169
31170 \begin_layout Plain Layout
31171 \begin_inset CommandInset label
31172 LatexCommand label
31173 name "abb:endnotes"
31174
31175 \end_inset
31176
31177
31178 \series bold
31179 endnotes
31180 \series default
31181  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31182  gedruckt.
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \end_layout
31189
31190 \end_inset
31191
31192
31193 \end_layout
31194
31195 \begin_layout Standard
31196 \begin_inset VSpace medskip
31197 \end_inset
31198
31199 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31200 ache übersetzt.
31201  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
31202 \begin_inset Quotes gld
31203 \end_inset
31204
31205 Notes
31206 \begin_inset Quotes grd
31207 \end_inset
31208
31209  in 
31210 \begin_inset Quotes gld
31211 \end_inset
31212
31213 Anmerkungen
31214 \begin_inset Quotes grd
31215 \end_inset
31216
31217 :
31218 \end_layout
31219
31220 \begin_layout Standard
31221
31222 \series bold
31223
31224 \backslash
31225 renewcommand{
31226 \backslash
31227 notesname}{Anmerkungen}
31228 \end_layout
31229
31230 \begin_layout Standard
31231 \begin_inset VSpace medskip
31232 \end_inset
31233
31234 Wenn Sie in den Befehlen von Abschnitt
31235 \begin_inset space ~
31236 \end_inset
31237
31238
31239 \begin_inset CommandInset ref
31240 LatexCommand ref
31241 reference "uab:Fußnoten-Nummerierung"
31242
31243 \end_inset
31244
31245  
31246 \series bold
31247
31248 \backslash
31249 thefootnote
31250 \series default
31251  durch 
31252 \series bold
31253
31254 \backslash
31255 theendnote
31256 \series default
31257  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31258  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31259 \series bold
31260
31261 \backslash
31262 @addtoreset
31263 \series default
31264  wie in Abschnitt
31265 \begin_inset space \space{}
31266 \end_inset
31267
31268
31269 \begin_inset CommandInset ref
31270 LatexCommand ref
31271 reference "uab:Fußnoten-Nummerierung"
31272
31273 \end_inset
31274
31275  beschrieben und ersetzen 
31276 \series bold
31277 footnote
31278 \series default
31279  durch 
31280 \series bold
31281 endnote
31282 \series default
31283 .
31284 \end_layout
31285
31286 \begin_layout Standard
31287 Für Endnoten gibt es den Befehl 
31288 \series bold
31289
31290 \backslash
31291 endnotemark[Nummer]
31292 \series default
31293  analog zum Befehl 
31294 \series bold
31295
31296 \backslash
31297 footnotemark
31298 \series default
31299  der in Abschnitt
31300 \begin_inset space ~
31301 \end_inset
31302
31303
31304 \begin_inset CommandInset ref
31305 LatexCommand ref
31306 reference "abs:Fußnoten"
31307
31308 \end_inset
31309
31310  beschrieben ist.
31311 \end_layout
31312
31313 \begin_layout Standard
31314 \begin_inset VSpace bigskip
31315 \end_inset
31316
31317 Mit dem LaTeX-Paket 
31318 \series bold
31319 footmisc
31320 \series default
31321
31322 \begin_inset Index idx
31323 status collapsed
31324
31325 \begin_layout Plain Layout
31326 LaTeX-Pakete ! footmisc
31327 \end_layout
31328
31329 \end_inset
31330
31331  (
31332 \begin_inset CommandInset citation
31333 LatexCommand cite
31334 key "footmisc"
31335
31336 \end_inset
31337
31338 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31339 \end_layout
31340
31341 \begin_layout Standard
31342 In LaTeX-Büchern, 
31343 \begin_inset CommandInset citation
31344 LatexCommand cite
31345 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31346
31347 \end_inset
31348
31349 , finden Sie weiteres zu Fußnoten.
31350  Wenn Sie eine 
31351 \series bold
31352 KOMA-Script
31353 \series default
31354
31355 \begin_inset Index idx
31356 status collapsed
31357
31358 \begin_layout Plain Layout
31359 LaTeX-Pakete ! KOMA-Script
31360 \end_layout
31361
31362 \end_inset
31363
31364  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31365 zifische Befehle anpassen, siehe 
31366 \begin_inset CommandInset citation
31367 LatexCommand cite
31368 key "KOMA-Script"
31369
31370 \end_inset
31371
31372 .
31373 \end_layout
31374
31375 \begin_layout Section
31376 Randnotizen
31377 \begin_inset Index idx
31378 status collapsed
31379
31380 \begin_layout Plain Layout
31381 Randnotizen
31382 \end_layout
31383
31384 \end_inset
31385
31386
31387 \begin_inset Index idx
31388 status collapsed
31389
31390 \begin_layout Plain Layout
31391 Notizen ! Randnotizen
31392 \end_layout
31393
31394 \end_inset
31395
31396
31397 \end_layout
31398
31399 \begin_layout Standard
31400 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
31401  Sie fügen sie mit einem Klick auf den Schalter 
31402 \begin_inset Info
31403 type  "icon"
31404 arg   "marginalnote-insert"
31405 \end_inset
31406
31407  oder über 
31408 \family sans
31409 Einfügen\SpecialChar \menuseparator
31410 Randnotiz
31411 \family default
31412  ein.
31413  Ein graues Kästchen mit der Aufschrift 
31414 \begin_inset Quotes gld
31415 \end_inset
31416
31417 Rand
31418 \begin_inset Quotes grd
31419 \end_inset
31420
31421  erscheint
31422 \family roman
31423 \series medium
31424 , und dort, wo der Cursor steht, können Sie Text eingeben.
31425 \end_layout
31426
31427 \begin_layout Standard
31428 Hier am Rand sehen Sie eine Randnotiz.
31429  
31430 \begin_inset Marginal
31431 status open
31432
31433 \begin_layout Plain Layout
31434 Dies ist eine Randnotiz.
31435 \end_layout
31436
31437 \end_inset
31438
31439
31440 \end_layout
31441
31442 \begin_layout Standard
31443 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31444  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31445  Seiten und rechts auf den ungeraden.
31446  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31447  wird und umgekehrt.
31448  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31449  wurde.
31450 \end_layout
31451
31452 \begin_layout Standard
31453 \begin_inset VSpace bigskip
31454 \end_inset
31455
31456 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31457 \end_layout
31458
31459 \begin_layout Standard
31460
31461 \series bold
31462
31463 \backslash
31464 reversemarginpar
31465 \end_layout
31466
31467 \begin_layout Standard
31468 als TeX-Code vor einer Randnotiz ein.
31469  Das gilt dann für alle folgenden Randnotizen.
31470  
31471 \begin_inset ERT
31472 status collapsed
31473
31474 \begin_layout Plain Layout
31475
31476
31477 \backslash
31478 reversemarginpar 
31479 \end_layout
31480
31481 \end_inset
31482
31483
31484 \begin_inset Marginal
31485 status open
31486
31487 \begin_layout Plain Layout
31488 Hier ist ein Beispiel im inneren Rand.
31489 \end_layout
31490
31491 \end_inset
31492
31493
31494 \begin_inset Newline newline
31495 \end_inset
31496
31497
31498 \begin_inset Note Greyedout
31499 status open
31500
31501 \begin_layout Plain Layout
31502  
31503 \series bold
31504 Achtung:
31505 \series default
31506  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31507 \end_layout
31508
31509 \end_inset
31510
31511
31512 \end_layout
31513
31514 \begin_layout Standard
31515 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31516 \end_layout
31517
31518 \begin_layout Standard
31519
31520 \series bold
31521
31522 \backslash
31523 normalmarginpar
31524 \end_layout
31525
31526 \begin_layout Standard
31527 als TeX-Code ein.
31528 \begin_inset ERT
31529 status collapsed
31530
31531 \begin_layout Plain Layout
31532
31533
31534 \backslash
31535 normalmarginpar 
31536 \end_layout
31537
31538 \end_inset
31539
31540
31541 \end_layout
31542
31543 \begin_layout Standard
31544 \begin_inset Note Greyedout
31545 status open
31546
31547 \begin_layout Plain Layout
31548
31549 \series bold
31550 Achtung:
31551 \series default
31552  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31553 \series bold
31554
31555 \backslash
31556 reversemarginpar
31557 \series default
31558  verwendet wird.
31559 \end_layout
31560
31561 \end_inset
31562
31563
31564 \end_layout
31565
31566 \begin_layout Standard
31567 \begin_inset VSpace bigskip
31568 \end_inset
31569
31570
31571 \begin_inset Marginal
31572 status open
31573
31574 \begin_layout Plain Layout
31575
31576 \family roman
31577 \series medium
31578 EinSehrLangesWort am Anfang, das umgebrochen wird.
31579 \end_layout
31580
31581 \end_inset
31582
31583  Ähnlich wie in Abschnitt
31584 \begin_inset space ~
31585 \end_inset
31586
31587
31588 \begin_inset CommandInset ref
31589 LatexCommand ref
31590 reference "uab:Mehrfache-Zeilen-in"
31591
31592 \end_inset
31593
31594  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31595  Wort der Randnotiz sind.
31596  Um das zu vermeiden, fügen sie 0
31597 \begin_inset space \thinspace{}
31598 \end_inset
31599
31600 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31601 \begin_inset Marginal
31602 status open
31603
31604 \begin_layout Plain Layout
31605 \begin_inset space \hspace{}
31606 \length 0pt
31607 \end_inset
31608
31609
31610 \family roman
31611 \series medium
31612 EinSehrLangesWort am Anfang, das umgebrochen wird.
31613 \end_layout
31614
31615 \end_inset
31616
31617
31618 \end_layout
31619
31620 \begin_layout Standard
31621 \begin_inset VSpace bigskip
31622 \end_inset
31623
31624
31625 \end_layout
31626
31627 \begin_layout Standard
31628 \begin_inset Note Greyedout
31629 status open
31630
31631 \begin_layout Plain Layout
31632
31633 \series bold
31634 Bemerkung:
31635 \series default
31636  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31637  verwendet werden.
31638 \end_layout
31639
31640 \end_inset
31641
31642
31643 \end_layout
31644
31645 \begin_layout Standard
31646 \begin_inset VSpace bigskip
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \begin_layout Standard
31653 \begin_inset ERT
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657
31658
31659 \backslash
31660 ifmarginnote
31661 \end_layout
31662
31663 \end_inset
31664
31665
31666 \begin_inset Note Note
31667 status open
31668
31669 \begin_layout Plain Layout
31670 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
31671 \series bold
31672 marginnote
31673 \series default
31674  installiert ist.
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \end_layout
31681
31682 \begin_layout Standard
31683 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
31684 \series bold
31685 marginnote
31686 \series default
31687
31688 \begin_inset Index idx
31689 status collapsed
31690
31691 \begin_layout Plain Layout
31692 LaTeX-Pakete ! marginnote
31693 \end_layout
31694
31695 \end_inset
31696
31697  verwendet wird.
31698  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
31699  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
31700  des Pakets 
31701 \series bold
31702 marginnote
31703 \series default
31704  für Randnotizen verwendet wird:
31705 \end_layout
31706
31707 \begin_layout Standard
31708
31709 \series bold
31710
31711 \backslash
31712 usepackage{marginnote}
31713 \begin_inset Newline newline
31714 \end_inset
31715
31716
31717 \backslash
31718 let
31719 \backslash
31720 marginpar
31721 \backslash
31722 marginnote
31723 \end_layout
31724
31725 \begin_layout Standard
31726 Dies wird auch in diesem Dokument verwendet, denn 
31727 \series bold
31728 marginnote
31729 \series default
31730  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31731  für Randnotizen angeben.
31732  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31733 n zu dicht beieinander sind.
31734  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
31735  Schema
31736 \end_layout
31737
31738 \begin_layout Standard
31739
31740 \series bold
31741 [Versatz]
31742 \end_layout
31743
31744 \begin_layout Standard
31745 angegeben.
31746  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31747 \begin_inset space ~
31748 \end_inset
31749
31750
31751 \begin_inset CommandInset ref
31752 LatexCommand ref
31753 reference "tab:Maßeinheiten"
31754
31755 \end_inset
31756
31757  aufgelistet sind.
31758  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31759  nach unten.
31760  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31761 \begin_inset space \thinspace{}
31762 \end_inset
31763
31764 cm mit dem TeX-Code-Befehl  
31765 \begin_inset Quotes gld
31766 \end_inset
31767
31768
31769 \series bold
31770 [-1.5cm]
31771 \series default
31772
31773 \begin_inset Quotes grd
31774 \end_inset
31775
31776  nach oben versetzt.
31777 \begin_inset Marginal
31778 status open
31779
31780 \begin_layout Plain Layout
31781 Diese Randnotiz ist 1.5
31782 \begin_inset space \thinspace{}
31783 \end_inset
31784
31785 cm von ihrer Originalposition nach oben versetzt.
31786 \end_layout
31787
31788 \end_inset
31789
31790
31791 \begin_inset ERT
31792 status collapsed
31793
31794 \begin_layout Plain Layout
31795
31796 [-1.5cm]
31797 \end_layout
31798
31799 \end_inset
31800
31801
31802 \end_layout
31803
31804 \begin_layout Standard
31805 \begin_inset VSpace medskip
31806 \end_inset
31807
31808 Mit 
31809 \series bold
31810 marginnote
31811 \series default
31812  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31813  Zum Beispiel setzen die Befehle
31814 \end_layout
31815
31816 \begin_layout Standard
31817
31818 \series bold
31819
31820 \backslash
31821 renewcommand*{
31822 \backslash
31823 raggedleftmarginnote}{
31824 \backslash
31825 centering}
31826 \begin_inset Newline newline
31827 \end_inset
31828
31829
31830 \backslash
31831 renewcommand*{
31832 \backslash
31833 raggedrightmarginnote}{
31834 \backslash
31835 centering}
31836 \end_layout
31837
31838 \begin_layout Standard
31839 die Ausrichtung auf zentriert.
31840  
31841 \series bold
31842
31843 \backslash
31844 raggedleftmarginnote
31845 \series default
31846  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31847  
31848 \begin_inset ERT
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852
31853
31854 \backslash
31855 renewcommand*{
31856 \backslash
31857 raggedleftmarginnote}{
31858 \backslash
31859 centering}
31860 \end_layout
31861
31862 \begin_layout Plain Layout
31863
31864
31865 \backslash
31866 renewcommand*{
31867 \backslash
31868 raggedrightmarginnote}{
31869 \backslash
31870 centering}
31871 \end_layout
31872
31873 \end_inset
31874
31875
31876 \begin_inset Marginal
31877 status open
31878
31879 \begin_layout Plain Layout
31880 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31881 \end_layout
31882
31883 \end_inset
31884
31885  Die Voreinstellung ist
31886 \end_layout
31887
31888 \begin_layout Standard
31889
31890 \series bold
31891
31892 \backslash
31893 renewcommand*{
31894 \backslash
31895 raggedleftmarginnote}{
31896 \backslash
31897 raggedleft}
31898 \begin_inset Newline newline
31899 \end_inset
31900
31901
31902 \backslash
31903 renewcommand*{
31904 \backslash
31905 raggedrightmarginnote}{
31906 \backslash
31907 raggedright}
31908 \series default
31909
31910 \begin_inset ERT
31911 status collapsed
31912
31913 \begin_layout Plain Layout
31914
31915
31916 \backslash
31917 renewcommand*{
31918 \backslash
31919 raggedleftmarginnote}{
31920 \backslash
31921 raggedleft}
31922 \end_layout
31923
31924 \begin_layout Plain Layout
31925
31926
31927 \backslash
31928 renewcommand*{
31929 \backslash
31930 raggedrightmarginnote}{
31931 \backslash
31932 raggedright}
31933 \end_layout
31934
31935 \end_inset
31936
31937
31938 \end_layout
31939
31940 \begin_layout Standard
31941 \begin_inset VSpace medskip
31942 \end_inset
31943
31944 Für weitere Fähigkeiten des Pakets 
31945 \series bold
31946 marginnote
31947 \series default
31948  sei auf dessen Dokumentation verwiesen 
31949 \begin_inset CommandInset citation
31950 LatexCommand cite
31951 key "marginnote"
31952
31953 \end_inset
31954
31955 .
31956 \end_layout
31957
31958 \begin_layout Standard
31959 \begin_inset VSpace bigskip
31960 \end_inset
31961
31962 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
31963  geändert werden.
31964  Um z.
31965 \begin_inset space \thinspace{}
31966 \end_inset
31967
31968 B.
31969  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
31970  und fettgedruckten Text 
31971 \begin_inset Quotes eld
31972 \end_inset
31973
31974
31975 \family sans
31976 \series bold
31977 \bar under
31978 Achtung!
31979 \family default
31980 \series default
31981 \bar default
31982
31983 \begin_inset Quotes erd
31984 \end_inset
31985
31986  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
31987 \end_layout
31988
31989 \begin_layout Standard
31990
31991 \series bold
31992
31993 \backslash
31994 let
31995 \backslash
31996 myMarginpar
31997 \backslash
31998 marginpar
31999 \begin_inset Newline newline
32000 \end_inset
32001
32002
32003 \backslash
32004 renewcommand{
32005 \backslash
32006 marginpar}[1]{
32007 \backslash
32008 myMarginpar{%
32009 \begin_inset Newline newline
32010 \end_inset
32011
32012
32013 \begin_inset Phantom HPhantom
32014 status open
32015
32016 \begin_layout Plain Layout
32017
32018 \series bold
32019 \begin_inset space ~
32020 \end_inset
32021
32022
32023 \end_layout
32024
32025 \end_inset
32026
32027
32028 \backslash
32029 hspace{0pt}
32030 \backslash
32031 textsf{
32032 \backslash
32033 textbf{
32034 \backslash
32035 underbar{Achtung!}}}%
32036 \begin_inset Newline newline
32037 \end_inset
32038
32039
32040 \begin_inset Phantom HPhantom
32041 status open
32042
32043 \begin_layout Plain Layout
32044
32045 \series bold
32046 \begin_inset space ~
32047 \end_inset
32048
32049
32050 \end_layout
32051
32052 \end_inset
32053
32054
32055 \backslash
32056 vspace{1.5mm}
32057 \backslash
32058
32059 \backslash
32060 #1}}
32061 \end_layout
32062
32063 \begin_layout Standard
32064 \begin_inset ERT
32065 status collapsed
32066
32067 \begin_layout Plain Layout
32068
32069
32070 \backslash
32071 let
32072 \backslash
32073 myMarginpar
32074 \backslash
32075 marginpar
32076 \end_layout
32077
32078 \begin_layout Plain Layout
32079
32080
32081 \backslash
32082 renewcommand{
32083 \backslash
32084 marginpar}[1]{
32085 \backslash
32086 myMarginpar{%
32087 \end_layout
32088
32089 \begin_layout Plain Layout
32090
32091    
32092 \backslash
32093 textsf{
32094 \backslash
32095 textbf{
32096 \backslash
32097 underbar{Achtung!}}}%
32098 \end_layout
32099
32100 \begin_layout Plain Layout
32101
32102    
32103 \backslash
32104 vspace{1.5mm}
32105 \backslash
32106
32107 \backslash
32108 #1}}
32109 \end_layout
32110
32111 \end_inset
32112
32113
32114 \begin_inset Marginal
32115 status open
32116
32117 \begin_layout Plain Layout
32118 Dies ist eine Randnotiz mit einer definierten Überschrift.
32119 \end_layout
32120
32121 \end_inset
32122
32123
32124 \begin_inset ERT
32125 status collapsed
32126
32127 \begin_layout Plain Layout
32128
32129 [-1.5cm]
32130 \end_layout
32131
32132 \end_inset
32133
32134
32135 \begin_inset ERT
32136 status collapsed
32137
32138 \begin_layout Plain Layout
32139
32140
32141 \backslash
32142 renewcommand{
32143 \backslash
32144 marginpar}[1]{
32145 \backslash
32146 myMarginpar{#1}}
32147 \end_layout
32148
32149 \end_inset
32150
32151
32152 \begin_inset Note Note
32153 status open
32154
32155 \begin_layout Plain Layout
32156 Das Format wurde nur für dieses Beispiel geändert.
32157 \end_layout
32158
32159 \end_inset
32160
32161
32162 \end_layout
32163
32164 \begin_layout Standard
32165 \begin_inset ERT
32166 status collapsed
32167
32168 \begin_layout Plain Layout
32169
32170
32171 \backslash
32172 else
32173 \end_layout
32174
32175 \end_inset
32176
32177
32178 \begin_inset Note Note
32179 status open
32180
32181 \begin_layout Plain Layout
32182 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
32183 \series bold
32184 marginnote
32185 \series default
32186  nicht installiert ist:
32187 \end_layout
32188
32189 \end_inset
32190
32191
32192 \end_layout
32193
32194 \begin_layout Standard
32195 Das LaTeX-Paket 
32196 \series bold
32197 marginnote
32198 \series default
32199  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32200 \end_layout
32201
32202 \begin_layout Standard
32203 \begin_inset ERT
32204 status collapsed
32205
32206 \begin_layout Plain Layout
32207
32208
32209 \backslash
32210 fi
32211 \end_layout
32212
32213 \end_inset
32214
32215
32216 \end_layout
32217
32218 \begin_layout Chapter
32219 Boxen
32220 \end_layout
32221
32222 \begin_layout Section
32223 Einleitung
32224 \begin_inset Index idx
32225 status collapsed
32226
32227 \begin_layout Plain Layout
32228 Boxen ! Einleitung
32229 \end_layout
32230
32231 \end_inset
32232
32233
32234 \end_layout
32235
32236 \begin_layout Standard
32237 Boxen werden benutzt, um einen Textblock zu formatieren.
32238  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32239  siehe Abschnitt
32240 \begin_inset space ~
32241 \end_inset
32242
32243
32244 \begin_inset CommandInset ref
32245 LatexCommand ref
32246 reference "abs:Minipage"
32247
32248 \end_inset
32249
32250 , um Text zu umrahmen, siehe Abschnitt
32251 \begin_inset space ~
32252 \end_inset
32253
32254
32255 \begin_inset CommandInset ref
32256 LatexCommand ref
32257 reference "uab:Verzierung"
32258
32259 \end_inset
32260
32261 , um Silbentrennung zu verhindern, siehe Abschnitt
32262 \begin_inset space ~
32263 \end_inset
32264
32265
32266 \begin_inset CommandInset ref
32267 LatexCommand ref
32268 reference "abs:Silbentrennung-unterbinden"
32269
32270 \end_inset
32271
32272 , um Text senkrecht auszurichten, siehe Abschnitt
32273 \begin_inset space ~
32274 \end_inset
32275
32276
32277 \begin_inset CommandInset ref
32278 LatexCommand ref
32279 reference "uab:Vertikale-Ausrichtung"
32280
32281 \end_inset
32282
32283  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32284 \begin_inset space ~
32285 \end_inset
32286
32287
32288 \begin_inset CommandInset ref
32289 LatexCommand ref
32290 reference "abs:Farbige-Boxen"
32291
32292 \end_inset
32293
32294 .
32295 \end_layout
32296
32297 \begin_layout Standard
32298 Boxen werden mit 
32299 \family sans
32300 Einfügen\SpecialChar \menuseparator
32301 Box
32302 \family default
32303  oder dem Schalter 
32304 \begin_inset Info
32305 type  "icon"
32306 arg   "box-insert Frameless"
32307 \end_inset
32308
32309  eingefügt.
32310  Ein graues Kästchen mit der Aufschrift 
32311 \begin_inset Quotes gld
32312 \end_inset
32313
32314 Box (Minipage)
32315 \begin_inset Quotes grd
32316 \end_inset
32317
32318  erscheint: 
32319 \begin_inset Graphics
32320         filename clipart/StandardBoxQt4.png
32321         scale 85
32322         scaleBeforeRotation
32323
32324 \end_inset
32325
32326  Mit einem Rechts\SpecialChar \-
32327 klick auf das graue Kästchen und der Auswahl von 
32328 \family sans
32329 Einstellungen
32330 \family default
32331  kann der Typ spezifiziert werden.
32332  Das Dialogfenster bietet bei 
32333 \family sans
32334 Innere
32335 \begin_inset space ~
32336 \end_inset
32337
32338 Box
32339 \family default
32340  die Typen 
32341 \family sans
32342 Makebox
32343 \family default
32344
32345 \family sans
32346 Parbox
32347 \family default
32348  und 
32349 \family sans
32350 Minipage
32351 \family default
32352  an.
32353  
32354 \family sans
32355 Minipage
32356 \family default
32357  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32358 \begin_inset space ~
32359 \end_inset
32360
32361
32362 \begin_inset CommandInset ref
32363 LatexCommand ref
32364 reference "abs:Minipage"
32365
32366 \end_inset
32367
32368  beschrieben, 
32369 \family sans
32370 Parbox
32371 \family default
32372  in Abschnitt
32373 \begin_inset space ~
32374 \end_inset
32375
32376
32377 \begin_inset CommandInset ref
32378 LatexCommand ref
32379 reference "abs:Parbox"
32380
32381 \end_inset
32382
32383  und 
32384 \family sans
32385 Makebox
32386 \family default
32387  in 
32388 \begin_inset CommandInset ref
32389 LatexCommand ref
32390 reference "abs:Silbentrennung-unterbinden"
32391
32392 \end_inset
32393
32394 .
32395 \end_layout
32396
32397 \begin_layout Standard
32398 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32399  wie auf Gleitobjekte und Fußnoten.
32400 \end_layout
32401
32402 \begin_layout Standard
32403 \begin_inset Note Greyedout
32404 status open
32405
32406 \begin_layout Plain Layout
32407
32408 \series bold
32409 Bemerkung
32410 \begin_inset space ~
32411 \end_inset
32412
32413 1:
32414 \series default
32415  Boxen dürfen in 
32416 \family sans
32417 List-
32418 \family default
32419  oder 
32420 \family sans
32421 Beschreibung-
32422 \family default
32423 Umgebungen nicht verwendet werden.
32424 \end_layout
32425
32426 \end_inset
32427
32428
32429 \end_layout
32430
32431 \begin_layout Standard
32432 \begin_inset Note Greyedout
32433 status open
32434
32435 \begin_layout Plain Layout
32436
32437 \series bold
32438 Bemerkung
32439 \begin_inset space ~
32440 \end_inset
32441
32442 2:
32443 \series default
32444  Boxen ohne 
32445 \family sans
32446 Innere
32447 \begin_inset space ~
32448 \end_inset
32449
32450 Box
32451 \family default
32452  und ohne Rahmen werden in Abschnitt
32453 \begin_inset space ~
32454 \end_inset
32455
32456
32457 \begin_inset CommandInset ref
32458 LatexCommand ref
32459 reference "abs:Silbentrennung-unterbinden"
32460
32461 \end_inset
32462
32463  beschrieben.
32464 \end_layout
32465
32466 \end_inset
32467
32468
32469 \end_layout
32470
32471 \begin_layout Section
32472 Das Box-Einstellungen-Fenster
32473 \begin_inset CommandInset label
32474 LatexCommand label
32475 name "abs:Box-Dialog"
32476
32477 \end_inset
32478
32479
32480 \begin_inset Index idx
32481 status collapsed
32482
32483 \begin_layout Plain Layout
32484 Boxen ! Box-Dialog-Fenster
32485 \end_layout
32486
32487 \end_inset
32488
32489
32490 \end_layout
32491
32492 \begin_layout Subsection
32493 Box-Größe
32494 \begin_inset Index idx
32495 status collapsed
32496
32497 \begin_layout Plain Layout
32498 Boxen ! Größe
32499 \end_layout
32500
32501 \end_inset
32502
32503
32504 \end_layout
32505
32506 \begin_layout Standard
32507 Im 
32508 \family sans
32509 Box-Einstellungen
32510 \family default
32511 -Fenster können Sie die Größe der Box mit 
32512 \family sans
32513 Breite
32514 \family default
32515  und 
32516 \family sans
32517 Höhe 
32518 \family default
32519 festlegen.
32520  Die verfügbaren Einheiten werden in Tabelle
32521 \begin_inset space ~
32522 \end_inset
32523
32524
32525 \begin_inset CommandInset ref
32526 LatexCommand ref
32527 reference "tab:Maßeinheiten"
32528
32529 \end_inset
32530
32531  aufgelistet.
32532  Das Feld
32533 \family sans
32534  Höhe
32535 \family default
32536  bietet die folgenden zusätzlichen Größen:
32537 \end_layout
32538
32539 \begin_layout Description
32540 Tiefe Dies ist die reine Text-
32541 \begin_inset Quotes gld
32542 \end_inset
32543
32544 Höhe
32545 \begin_inset Quotes grd
32546 \end_inset
32547
32548 .
32549  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32550 \begin_inset Newline newline
32551 \end_inset
32552
32553
32554 \begin_inset Newline newline
32555 \end_inset
32556
32557
32558 \begin_inset Newline newline
32559 \end_inset
32560
32561
32562 \begin_inset Box Boxed
32563 position "c"
32564 hor_pos "c"
32565 has_inner_box 1
32566 inner_pos "c"
32567 use_parbox 0
32568 use_makebox 0
32569 width "12col%"
32570 special "none"
32571 height "1in"
32572 height_special "depth"
32573 status collapsed
32574
32575 \begin_layout Plain Layout
32576 \align center
32577 Box-Höhe = 1
32578 \begin_inset space \thinspace{}
32579 \end_inset
32580
32581 Tiefe
32582 \end_layout
32583
32584 \end_inset
32585
32586
32587 \begin_inset Newline newline
32588 \end_inset
32589
32590
32591 \begin_inset Newline newline
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \begin_layout Description
32598 Höhe Dies ist die Texthöhe innerhalb der Box.
32599  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32600  Texthöhe setzen: 
32601 \begin_inset Box Boxed
32602 position "c"
32603 hor_pos "c"
32604 has_inner_box 1
32605 inner_pos "c"
32606 use_parbox 0
32607 use_makebox 0
32608 width "20col%"
32609 special "none"
32610 height "2in"
32611 height_special "height"
32612 status collapsed
32613
32614 \begin_layout Plain Layout
32615 \align center
32616 Boxhöhe = 2
32617 \begin_inset space \thinspace{}
32618 \end_inset
32619
32620 Höhe
32621 \end_layout
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \begin_layout Description
32629 Gesamthöhe Dies ist Höhe
32630 \begin_inset space \thinspace{}
32631 \end_inset
32632
32633 +
32634 \begin_inset space \thinspace{}
32635 \end_inset
32636
32637 Tiefe: 
32638 \begin_inset Box Boxed
32639 position "c"
32640 hor_pos "c"
32641 has_inner_box 1
32642 inner_pos "c"
32643 use_parbox 0
32644 use_makebox 0
32645 width "20col%"
32646 special "none"
32647 height "1in"
32648 height_special "totalheight"
32649 status collapsed
32650
32651 \begin_layout Plain Layout
32652 \align center
32653 Boxhöhe = 1
32654 \begin_inset space \thinspace{}
32655 \end_inset
32656
32657 Gesamthöhe
32658 \end_layout
32659
32660 \end_inset
32661
32662
32663 \end_layout
32664
32665 \begin_layout Description
32666 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32667 \begin_inset Box Boxed
32668 position "c"
32669 hor_pos "c"
32670 has_inner_box 1
32671 inner_pos "c"
32672 use_parbox 0
32673 use_makebox 0
32674 width "12col%"
32675 special "none"
32676 height "1in"
32677 height_special "width"
32678 status collapsed
32679
32680 \begin_layout Plain Layout
32681 \align center
32682 Boxhöhe = 1
32683 \begin_inset space \thinspace{}
32684 \end_inset
32685
32686 Breite
32687 \end_layout
32688
32689 \end_inset
32690
32691
32692 \end_layout
32693
32694 \begin_layout Subsection
32695 Ausrichtung
32696 \begin_inset Index idx
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700 Boxen ! Ausrichtung
32701 \end_layout
32702
32703 \end_inset
32704
32705
32706 \end_layout
32707
32708 \begin_layout Standard
32709 Wenn Sie eine 
32710 \family sans
32711 Innere
32712 \begin_inset space ~
32713 \end_inset
32714
32715 Box
32716 \family default
32717  gewählt haben, kann die Box mit folgenden Werten für 
32718 \family sans
32719 Box
32720 \family default
32721  senkrecht ausgerichtet werden:
32722 \end_layout
32723
32724 \begin_layout Description
32725 Oben Dies ist ein Beispieltext.
32726  
32727 \begin_inset Box Boxed
32728 position "t"
32729 hor_pos "c"
32730 has_inner_box 1
32731 inner_pos "c"
32732 use_parbox 0
32733 use_makebox 0
32734 width "20col%"
32735 special "none"
32736 height "1in"
32737 height_special "totalheight"
32738 status collapsed
32739
32740 \begin_layout Plain Layout
32741 \align center
32742 Die Ober\SpecialChar \-
32743 kante der Box ist in der Zeile.
32744 \end_layout
32745
32746 \end_inset
32747
32748  Dies ist ein Beispieltext.
32749 \end_layout
32750
32751 \begin_layout Description
32752 Mitte Dies ist ein Beispieltext.
32753  
32754 \begin_inset Box Boxed
32755 position "c"
32756 hor_pos "c"
32757 has_inner_box 1
32758 inner_pos "c"
32759 use_parbox 0
32760 use_makebox 0
32761 width "20col%"
32762 special "none"
32763 height "1in"
32764 height_special "totalheight"
32765 status collapsed
32766
32767 \begin_layout Plain Layout
32768 \align center
32769 Die Mitte der Box ist in der Zeile.
32770 \end_layout
32771
32772 \end_inset
32773
32774  Dies ist ein Beispieltext.
32775 \end_layout
32776
32777 \begin_layout Description
32778 Unten Dies ist ein Beispieltext.
32779  
32780 \begin_inset Box Boxed
32781 position "b"
32782 hor_pos "c"
32783 has_inner_box 1
32784 inner_pos "c"
32785 use_parbox 0
32786 use_makebox 0
32787 width "20col%"
32788 special "none"
32789 height "1in"
32790 height_special "totalheight"
32791 status collapsed
32792
32793 \begin_layout Plain Layout
32794 \align center
32795 Die Unter\SpecialChar \-
32796 kante der Box ist in der Zeile.
32797 \end_layout
32798
32799 \end_inset
32800
32801  Dies ist ein Beispieltext.
32802 \end_layout
32803
32804 \begin_layout Standard
32805 \begin_inset Note Greyedout
32806 status open
32807
32808 \begin_layout Plain Layout
32809
32810 \series bold
32811 Bemerkung:
32812 \series default
32813  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32814  Boxen in einer Zeile sind und eine Box z.
32815 \begin_inset space \thinspace{}
32816 \end_inset
32817
32818 B.
32819  schattiert ist, die andere aber nicht.
32820 \end_layout
32821
32822 \end_inset
32823
32824
32825 \end_layout
32826
32827 \begin_layout Standard
32828 Eine Box kann mit dem Dialog 
32829 \family sans
32830 Absatz-Einstellungen
32831 \family default
32832  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32833 \end_layout
32834
32835 \begin_layout Standard
32836 \begin_inset VSpace bigskip
32837 \end_inset
32838
32839 Wenn Sie eine 
32840 \family sans
32841 Innere
32842 \begin_inset space ~
32843 \end_inset
32844
32845 Box
32846 \family default
32847  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
32848 \family sans
32849 Inhalt
32850 \family default
32851  senkrecht ausgerichtet werden:
32852 \end_layout
32853
32854 \begin_layout Description
32855 Oben Dies ist ein Beispieltext.
32856  
32857 \begin_inset Box Boxed
32858 position "c"
32859 hor_pos "c"
32860 has_inner_box 1
32861 inner_pos "t"
32862 use_parbox 0
32863 use_makebox 0
32864 width "20col%"
32865 special "none"
32866 height "1.5in"
32867 height_special "totalheight"
32868 status collapsed
32869
32870 \begin_layout Plain Layout
32871 \align center
32872 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
32873 \end_layout
32874
32875 \end_inset
32876
32877  Dies ist ein Beispieltext.
32878 \end_layout
32879
32880 \begin_layout Description
32881 Mitte Dies ist ein Beispieltext.
32882  
32883 \begin_inset Box Boxed
32884 position "c"
32885 hor_pos "c"
32886 has_inner_box 1
32887 inner_pos "c"
32888 use_parbox 0
32889 use_makebox 0
32890 width "20col%"
32891 special "none"
32892 height "1.5in"
32893 height_special "totalheight"
32894 status collapsed
32895
32896 \begin_layout Plain Layout
32897 \align center
32898 Der Boxinhalt ist zentriert ausgerichtet.
32899 \end_layout
32900
32901 \end_inset
32902
32903  Dies ist ein Beispieltext.
32904 \end_layout
32905
32906 \begin_layout Description
32907 Unten Dies ist ein Beispieltext.
32908  
32909 \begin_inset Box Boxed
32910 position "c"
32911 hor_pos "c"
32912 has_inner_box 1
32913 inner_pos "b"
32914 use_parbox 0
32915 use_makebox 0
32916 width "20col%"
32917 special "none"
32918 height "1.5in"
32919 height_special "totalheight"
32920 status collapsed
32921
32922 \begin_layout Plain Layout
32923 \align center
32924 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
32925 \end_layout
32926
32927 \end_inset
32928
32929  Dies ist ein Beispieltext.
32930 \end_layout
32931
32932 \begin_layout Description
32933 Dehnen Dies ist ein Beispieltext.
32934  
32935 \begin_inset Box Boxed
32936 position "c"
32937 hor_pos "c"
32938 has_inner_box 1
32939 inner_pos "s"
32940 use_parbox 0
32941 use_makebox 0
32942 width "20col%"
32943 special "none"
32944 height "1in"
32945 height_special "totalheight"
32946 status collapsed
32947
32948 \begin_layout Plain Layout
32949 \align center
32950 Der Boxinhalt
32951 \end_layout
32952
32953 \begin_layout Plain Layout
32954 \align center
32955 ist über die
32956 \end_layout
32957
32958 \begin_layout Plain Layout
32959 \align center
32960 Boxhöhe
32961 \end_layout
32962
32963 \begin_layout Plain Layout
32964 \align center
32965 gleichmäßig verteilt.
32966 \end_layout
32967
32968 \end_inset
32969
32970  Dies ist ein Beispieltext.
32971 \end_layout
32972
32973 \begin_layout Standard
32974 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
32975  besteht.
32976  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
32977 \end_layout
32978
32979 \begin_layout Standard
32980 Ein Boxinhalt kann mit dem Dialog 
32981 \family sans
32982 Absatz-Einstellungen
32983 \family default
32984  waagerecht ausgerichtet werden, wenn Sie eine
32985 \family sans
32986  Innere
32987 \begin_inset space ~
32988 \end_inset
32989
32990 Box
32991 \family default
32992  gewählt haben.
32993 \end_layout
32994
32995 \begin_layout Standard
32996 \align center
32997 \begin_inset Box Boxed
32998 position "c"
32999 hor_pos "c"
33000 has_inner_box 1
33001 inner_pos "s"
33002 use_parbox 0
33003 use_makebox 0
33004 width "30col%"
33005 special "none"
33006 height "1.25in"
33007 height_special "totalheight"
33008 status collapsed
33009
33010 \begin_layout Plain Layout
33011 \align left
33012 Hier ist jede Zeile
33013 \end_layout
33014
33015 \begin_layout Plain Layout
33016 \align center
33017 anders
33018 \end_layout
33019
33020 \begin_layout Plain Layout
33021 \align right
33022 ausgerichtet.
33023 \end_layout
33024
33025 \end_inset
33026
33027
33028 \end_layout
33029
33030 \begin_layout Standard
33031 Wenn Sie keine
33032 \family sans
33033  Innere
33034 \begin_inset space ~
33035 \end_inset
33036
33037 Box
33038 \family default
33039  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
33040 \family sans
33041 Box-Einstellungen-
33042 \family default
33043 Dialog ausrichten
33044 \end_layout
33045
33046 \begin_layout Standard
33047 \align center
33048 \begin_inset Box Boxed
33049 position "c"
33050 hor_pos "s"
33051 has_inner_box 0
33052 inner_pos "s"
33053 use_parbox 0
33054 use_makebox 0
33055 width "90col%"
33056 special "none"
33057 height "1.25in"
33058 height_special "totalheight"
33059 status collapsed
33060
33061 \begin_layout Plain Layout
33062 Dieser Boxinhalt wurde horizontal gedehnt.
33063 \end_layout
33064
33065 \end_inset
33066
33067
33068 \end_layout
33069
33070 \begin_layout Subsection
33071 Verzierung
33072 \begin_inset CommandInset label
33073 LatexCommand label
33074 name "uab:Verzierung"
33075
33076 \end_inset
33077
33078
33079 \begin_inset Index idx
33080 status collapsed
33081
33082 \begin_layout Plain Layout
33083 Boxen ! Verzierung
33084 \end_layout
33085
33086 \end_inset
33087
33088
33089 \end_layout
33090
33091 \begin_layout Standard
33092 Im 
33093 \family sans
33094 Box-Einstellungen-
33095 \family default
33096 Dialog können Sie mit der 
33097 \family sans
33098 Verzierung
33099 \family default
33100  den Typ der Box auswählen:
33101 \end_layout
33102
33103 \begin_layout Description
33104 Kein
33105 \begin_inset space ~
33106 \end_inset
33107
33108 Rahmen Nichts wird gezeichnet.
33109 \end_layout
33110
33111 \begin_layout Description
33112 Einfacher
33113 \begin_inset space ~
33114 \end_inset
33115
33116 rechteckiger
33117 \begin_inset space ~
33118 \end_inset
33119
33120 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33121  Die Rahmendicke wird durch 
33122 \series bold
33123
33124 \backslash
33125 fboxrule
33126 \series default
33127  festgelegt.
33128  
33129 \begin_inset Box Boxed
33130 position "c"
33131 hor_pos "c"
33132 has_inner_box 1
33133 inner_pos "c"
33134 use_parbox 0
33135 use_makebox 0
33136 width "21col%"
33137 special "none"
33138 height "1in"
33139 height_special "totalheight"
33140 status collapsed
33141
33142 \begin_layout Plain Layout
33143
33144 \series medium
33145 Rechteckige
33146 \begin_inset space ~
33147 \end_inset
33148
33149 Box
33150 \end_layout
33151
33152 \end_inset
33153
33154
33155 \end_layout
33156
33157 \begin_layout Description
33158 erlaube
33159 \begin_inset space ~
33160 \end_inset
33161
33162 Seitenumbrüche 
33163 \end_layout
33164
33165 \begin_layout Description
33166 Ovaler
33167 \begin_inset space ~
33168 \end_inset
33169
33170 Rahmen,
33171 \begin_inset space ~
33172 \end_inset
33173
33174 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33175  Die Rahmendicke ist 0.4
33176 \begin_inset space \thinspace{}
33177 \end_inset
33178
33179 pt.
33180  
33181 \begin_inset Box ovalbox
33182 position "c"
33183 hor_pos "c"
33184 has_inner_box 1
33185 inner_pos "c"
33186 use_parbox 0
33187 use_makebox 0
33188 width "20col%"
33189 special "none"
33190 height "1in"
33191 height_special "totalheight"
33192 status collapsed
33193
33194 \begin_layout Plain Layout
33195 Ovale
33196 \begin_inset space ~
33197 \end_inset
33198
33199 Box,
33200 \begin_inset space ~
33201 \end_inset
33202
33203 dünn
33204 \end_layout
33205
33206 \end_inset
33207
33208
33209 \end_layout
33210
33211 \begin_layout Description
33212 Ovaler
33213 \begin_inset space ~
33214 \end_inset
33215
33216 Rahmen,
33217 \begin_inset space ~
33218 \end_inset
33219
33220 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33221  Die Rahmendicke ist 0.8
33222 \begin_inset space \thinspace{}
33223 \end_inset
33224
33225 pt.
33226  
33227 \begin_inset Box Ovalbox
33228 position "c"
33229 hor_pos "c"
33230 has_inner_box 1
33231 inner_pos "c"
33232 use_parbox 0
33233 use_makebox 0
33234 width "20col%"
33235 special "none"
33236 height "1in"
33237 height_special "totalheight"
33238 status collapsed
33239
33240 \begin_layout Plain Layout
33241 Ovale
33242 \begin_inset space ~
33243 \end_inset
33244
33245 Box,
33246 \begin_inset space ~
33247 \end_inset
33248
33249 dick
33250 \end_layout
33251
33252 \end_inset
33253
33254
33255 \end_layout
33256
33257 \begin_layout Description
33258 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33259  Die Rahmendicke wird durch 
33260 \series bold
33261
33262 \backslash
33263 fboxrule
33264 \series default
33265  festgelegt, der Schatten ist 4
33266 \begin_inset space \thinspace{}
33267 \end_inset
33268
33269 pt breit.
33270 \begin_inset Newline newline
33271 \end_inset
33272
33273
33274 \begin_inset Box Shadowbox
33275 position "c"
33276 hor_pos "c"
33277 has_inner_box 1
33278 inner_pos "c"
33279 use_parbox 0
33280 use_makebox 0
33281 width "20col%"
33282 special "none"
33283 height "1in"
33284 height_special "totalheight"
33285 status collapsed
33286
33287 \begin_layout Plain Layout
33288 Schattierte
33289 \begin_inset space ~
33290 \end_inset
33291
33292 Box
33293 \end_layout
33294
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \begin_layout Description
33301 Schattierter
33302 \begin_inset space ~
33303 \end_inset
33304
33305 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33306  Im Gegensatz zu farbigen Boxen
33307 \begin_inset Foot
33308 status collapsed
33309
33310 \begin_layout Plain Layout
33311 siehe Abschnitt
33312 \begin_inset space ~
33313 \end_inset
33314
33315
33316 \begin_inset CommandInset ref
33317 LatexCommand ref
33318 reference "abs:Farbige-Boxen"
33319
33320 \end_inset
33321
33322
33323 \end_layout
33324
33325 \end_inset
33326
33327  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33328  die Box ist ein Absatz für sich.
33329  
33330 \begin_inset Box Shaded
33331 position "t"
33332 hor_pos "c"
33333 has_inner_box 0
33334 inner_pos "t"
33335 use_parbox 0
33336 use_makebox 0
33337 width "50col%"
33338 special "none"
33339 height "1in"
33340 height_special "totalheight"
33341 status collapsed
33342
33343 \begin_layout Plain Layout
33344 Schattierter Hintergrund Box
33345 \end_layout
33346
33347 \end_inset
33348
33349
33350 \end_layout
33351
33352 \begin_layout Description
33353 Doppelter
33354 \begin_inset space ~
33355 \end_inset
33356
33357 rechteckiger
33358 \begin_inset space ~
33359 \end_inset
33360
33361 Rahmen zeichnet einen doppelten Rahmen um die Box.
33362  Der innere Rahmen ist 0.75
33363 \begin_inset space \thinspace{}
33364 \end_inset
33365
33366
33367 \series bold
33368
33369 \backslash
33370 fboxrule
33371 \series default
33372  breit, der äußere 1.5
33373 \begin_inset space \thinspace{}
33374 \end_inset
33375
33376
33377 \series bold
33378
33379 \backslash
33380 fboxrule
33381 \series default
33382 , der Zwischenraum 1.5
33383 \begin_inset space \thinspace{}
33384 \end_inset
33385
33386
33387 \series bold
33388
33389 \backslash
33390 fboxrule
33391 \series default
33392
33393 \begin_inset space \thinspace{}
33394 \end_inset
33395
33396 +
33397 \begin_inset space \thinspace{}
33398 \end_inset
33399
33400 0.5
33401 \begin_inset space \thinspace{}
33402 \end_inset
33403
33404 pt.
33405  
33406 \begin_inset Box Doublebox
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 "20col%"
33414 special "none"
33415 height "1in"
33416 height_special "totalheight"
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420 Doppelt
33421 \begin_inset space ~
33422 \end_inset
33423
33424 gerahmte
33425 \begin_inset space ~
33426 \end_inset
33427
33428 Box
33429 \end_layout
33430
33431 \end_inset
33432
33433
33434 \end_layout
33435
33436 \begin_layout Standard
33437 \begin_inset VSpace bigskip
33438 \end_inset
33439
33440 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
33441  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
33442 \series bold
33443 fancybox
33444 \series default
33445
33446 \begin_inset Index idx
33447 status collapsed
33448
33449 \begin_layout Plain Layout
33450 LaTeX-Pakete ! fancybox
33451 \end_layout
33452
33453 \end_inset
33454
33455  installiert sein.
33456 \end_layout
33457
33458 \begin_layout Standard
33459 \begin_inset VSpace bigskip
33460 \end_inset
33461
33462 Wenn Sie die Verzierung 
33463 \family sans
33464 Einfacher rechteckiger Rahmen
33465 \family default
33466  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33467  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33468  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
33469  für sich ist und 
33470 \series bold
33471
33472 \backslash
33473 fboxrule
33474 \series default
33475  und 
33476 \series bold
33477
33478 \backslash
33479 fboxsep
33480 \series default
33481  keinen Einfluss auf diesen Box Typ haben.
33482  Die Rahmendicke wird durch 
33483 \series bold
33484
33485 \backslash
33486 FrameRule
33487 \series default
33488  festgelegt.
33489  
33490 \begin_inset Box Framed
33491 position "t"
33492 hor_pos "c"
33493 has_inner_box 0
33494 inner_pos "t"
33495 use_parbox 0
33496 use_makebox 0
33497 width "100col%"
33498 special "none"
33499 height "1in"
33500 height_special "totalheight"
33501 status collapsed
33502
33503 \begin_layout Plain Layout
33504 Box erlaubt Seitenumbruch
33505 \end_layout
33506
33507 \end_inset
33508
33509
33510 \end_layout
33511
33512 \begin_layout Section
33513 Box-Anpassung
33514 \begin_inset Index idx
33515 status collapsed
33516
33517 \begin_layout Plain Layout
33518 Boxen ! Anpassung
33519 \end_layout
33520
33521 \end_inset
33522
33523
33524 \end_layout
33525
33526 \begin_layout Standard
33527 Der Standardwert für 
33528 \series bold
33529
33530 \backslash
33531 fboxrule
33532 \series default
33533  ist 0.4
33534 \begin_inset space \thinspace{}
33535 \end_inset
33536
33537 pt.
33538  Mit dem folgenden TeX-Code-Befehl kann er auf 2
33539 \begin_inset space \thinspace{}
33540 \end_inset
33541
33542 pt gesetzt werden:
33543 \end_layout
33544
33545 \begin_layout Standard
33546
33547 \series bold
33548
33549 \backslash
33550 setlength{
33551 \backslash
33552 fboxrule}{2pt}
33553 \end_layout
33554
33555 \begin_layout Standard
33556 \begin_inset ERT
33557 status collapsed
33558
33559 \begin_layout Plain Layout
33560
33561
33562 \backslash
33563 setlength{
33564 \backslash
33565 fboxrule}{2pt}
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \begin_inset Box Boxed
33572 position "c"
33573 hor_pos "c"
33574 has_inner_box 1
33575 inner_pos "c"
33576 use_parbox 0
33577 use_makebox 0
33578 width "30col%"
33579 special "none"
33580 height "1in"
33581 height_special "totalheight"
33582 status open
33583
33584 \begin_layout Plain Layout
33585 \align center
33586 Rechteckige Box mit einer Rahmenbreite von 2
33587 \begin_inset space \thinspace{}
33588 \end_inset
33589
33590 pt
33591 \end_layout
33592
33593 \end_inset
33594
33595
33596 \begin_inset ERT
33597 status collapsed
33598
33599 \begin_layout Plain Layout
33600
33601
33602 \backslash
33603 setlength{
33604 \backslash
33605 fboxrule}{0.4pt}
33606 \end_layout
33607
33608 \end_inset
33609
33610
33611 \begin_inset VSpace bigskip
33612 \end_inset
33613
33614
33615 \end_layout
33616
33617 \begin_layout Standard
33618 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
33619 \begin_inset space \thinspace{}
33620 \end_inset
33621
33622 pt.
33623  Sie können das ändern, indem Sie den Wert von 
33624 \series bold
33625
33626 \backslash
33627 fboxsep
33628 \series default
33629  mit einem TeX-Code-Befehl ändern:
33630 \end_layout
33631
33632 \begin_layout Standard
33633
33634 \series bold
33635
33636 \backslash
33637 setlength{
33638 \backslash
33639 fboxsep}{10pt}
33640 \end_layout
33641
33642 \begin_layout Standard
33643 setzt den Wert auf 10
33644 \begin_inset space \thinspace{}
33645 \end_inset
33646
33647 pt, wie in der folgenden Box:
33648 \end_layout
33649
33650 \begin_layout Standard
33651 \begin_inset ERT
33652 status collapsed
33653
33654 \begin_layout Plain Layout
33655
33656
33657 \backslash
33658 setlength{
33659 \backslash
33660 fboxsep}{10pt}
33661 \end_layout
33662
33663 \end_inset
33664
33665
33666 \begin_inset Box Boxed
33667 position "c"
33668 hor_pos "c"
33669 has_inner_box 1
33670 inner_pos "c"
33671 use_parbox 0
33672 use_makebox 0
33673 width "25col%"
33674 special "none"
33675 height "1in"
33676 height_special "totalheight"
33677 status open
33678
33679 \begin_layout Plain Layout
33680 \align center
33681 Rechteckige Box mit 
33682 \series bold
33683
33684 \backslash
33685 fboxsep
33686 \series default
33687
33688 \begin_inset space \thinspace{}
33689 \end_inset
33690
33691 =
33692 \begin_inset space \thinspace{}
33693 \end_inset
33694
33695 10
33696 \begin_inset space \thinspace{}
33697 \end_inset
33698
33699 pt
33700 \end_layout
33701
33702 \end_inset
33703
33704
33705 \begin_inset ERT
33706 status collapsed
33707
33708 \begin_layout Plain Layout
33709
33710
33711 \backslash
33712 setlength{
33713 \backslash
33714 fboxsep}{3pt}
33715 \end_layout
33716
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \begin_layout Standard
33723 \noindent
33724 \begin_inset VSpace bigskip
33725 \end_inset
33726
33727 Der Durchmesser der abgerundeten Ecken kann mit 
33728 \series bold
33729
33730 \backslash
33731 cornersize
33732 \series default
33733  gesetzt werden.
33734  Der TeX-Code-Befehl
33735 \end_layout
33736
33737 \begin_layout Standard
33738
33739 \series bold
33740
33741 \backslash
33742 cornersize*{1cm}
33743 \end_layout
33744
33745 \begin_layout Standard
33746 setzt den Durchmesser auf 1
33747 \begin_inset space \thinspace{}
33748 \end_inset
33749
33750 cm.
33751  Der TeX-Code-Befehl
33752 \end_layout
33753
33754 \begin_layout Standard
33755
33756 \series bold
33757
33758 \backslash
33759 cornersize{num}
33760 \end_layout
33761
33762 \begin_layout Standard
33763 setzt den Durchmesser auf 
33764 \family sans
33765 num
33766 \begin_inset space \thinspace{}
33767 \end_inset
33768
33769 ×
33770 \begin_inset space \thinspace{}
33771 \end_inset
33772
33773 Minimum(Breite der Box, Höhe der Box)
33774 \family default
33775 .
33776  Der Standardwert ist 
33777 \series bold
33778
33779 \backslash
33780 cornersize{0.5}
33781 \series default
33782 .
33783 \end_layout
33784
33785 \begin_layout Standard
33786 \begin_inset ERT
33787 status collapsed
33788
33789 \begin_layout Plain Layout
33790
33791
33792 \backslash
33793 cornersize*{1.5cm}
33794 \end_layout
33795
33796 \end_inset
33797
33798
33799 \begin_inset Box Ovalbox
33800 position "c"
33801 hor_pos "c"
33802 has_inner_box 1
33803 inner_pos "c"
33804 use_parbox 0
33805 use_makebox 0
33806 width "30col%"
33807 special "none"
33808 height "1in"
33809 height_special "totalheight"
33810 status open
33811
33812 \begin_layout Plain Layout
33813 \align center
33814 Ovale Box, dicker Rand, mit 
33815 \series bold
33816
33817 \backslash
33818 cornersize
33819 \series default
33820
33821 \begin_inset space \thinspace{}
33822 \end_inset
33823
33824 =
33825 \begin_inset space \thinspace{}
33826 \end_inset
33827
33828 1.5
33829 \begin_inset space \thinspace{}
33830 \end_inset
33831
33832 cm
33833 \end_layout
33834
33835 \end_inset
33836
33837
33838 \begin_inset ERT
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842
33843
33844 \backslash
33845 cornersize{0.5}
33846 \end_layout
33847
33848 \end_inset
33849
33850
33851 \end_layout
33852
33853 \begin_layout Standard
33854 \begin_inset VSpace bigskip
33855 \end_inset
33856
33857 Die Breite des Schattens wird mit 
33858 \series bold
33859
33860 \backslash
33861 shadowsize
33862 \series default
33863  festgelegt.
33864  Mit dem TeX-Code-Befehl
33865 \end_layout
33866
33867 \begin_layout Standard
33868
33869 \series bold
33870
33871 \backslash
33872 setlength{
33873 \backslash
33874 shadowsize}{2pt}
33875 \end_layout
33876
33877 \begin_layout Standard
33878 wird er für die folgende Box auf 2
33879 \begin_inset space \thinspace{}
33880 \end_inset
33881
33882 pt festgelegt.
33883 \end_layout
33884
33885 \begin_layout Standard
33886 \begin_inset ERT
33887 status collapsed
33888
33889 \begin_layout Plain Layout
33890
33891
33892 \backslash
33893 setlength{
33894 \backslash
33895 shadowsize}{2pt}
33896 \end_layout
33897
33898 \end_inset
33899
33900
33901 \begin_inset Box Shadowbox
33902 position "c"
33903 hor_pos "c"
33904 has_inner_box 1
33905 inner_pos "c"
33906 use_parbox 0
33907 use_makebox 0
33908 width "25col%"
33909 special "none"
33910 height "1in"
33911 height_special "totalheight"
33912 status open
33913
33914 \begin_layout Plain Layout
33915 \align center
33916 Schattierte Box mit 
33917 \series bold
33918
33919 \backslash
33920 shadowsize
33921 \series default
33922
33923 \begin_inset space \thinspace{}
33924 \end_inset
33925
33926 =
33927 \begin_inset space \thinspace{}
33928 \end_inset
33929
33930 2
33931 \begin_inset space \thinspace{}
33932 \end_inset
33933
33934 pt
33935 \end_layout
33936
33937 \end_inset
33938
33939
33940 \begin_inset ERT
33941 status collapsed
33942
33943 \begin_layout Plain Layout
33944
33945
33946 \backslash
33947 setlength{
33948 \backslash
33949 shadowsize}{4pt}
33950 \end_layout
33951
33952 \end_inset
33953
33954
33955 \end_layout
33956
33957 \begin_layout Standard
33958 \begin_inset VSpace bigskip
33959 \end_inset
33960
33961 Der Standardwert für 
33962 \series bold
33963
33964 \backslash
33965 FrameRule
33966 \series default
33967  ist 0.4
33968 \begin_inset space \thinspace{}
33969 \end_inset
33970
33971 pt.
33972  Der Standard-Abstand zwischen Rahmen und Text ist 9
33973 \begin_inset space \thinspace{}
33974 \end_inset
33975
33976 pt und kann mit dem Wert für 
33977 \series bold
33978
33979 \backslash
33980 FrameSep
33981 \series default
33982  geändert werden.
33983  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
33984  TeX-Code Befehlen geändert:
33985 \end_layout
33986
33987 \begin_layout Standard
33988
33989 \series bold
33990
33991 \backslash
33992 setlength{
33993 \backslash
33994 FrameRule}{5pt}
33995 \begin_inset Newline newline
33996 \end_inset
33997
33998
33999 \backslash
34000 setlength{
34001 \backslash
34002 FrameSep}{0.5cm}
34003 \end_layout
34004
34005 \begin_layout Standard
34006 \begin_inset ERT
34007 status collapsed
34008
34009 \begin_layout Plain Layout
34010
34011
34012 \backslash
34013 setlength{
34014 \backslash
34015 FrameRule}{5pt}
34016 \end_layout
34017
34018 \begin_layout Plain Layout
34019
34020
34021 \backslash
34022 setlength{
34023 \backslash
34024 FrameSep}{0.5cm}
34025 \end_layout
34026
34027 \end_inset
34028
34029
34030 \begin_inset Box Framed
34031 position "t"
34032 hor_pos "c"
34033 has_inner_box 0
34034 inner_pos "t"
34035 use_parbox 0
34036 use_makebox 0
34037 width "100col%"
34038 special "none"
34039 height "1in"
34040 height_special "totalheight"
34041 status open
34042
34043 \begin_layout Plain Layout
34044 Dies ist Text in einer 
34045 \family sans
34046 Seitenumbruch erlaubt
34047 \family default
34048  Box.
34049 \end_layout
34050
34051 \end_inset
34052
34053
34054 \begin_inset ERT
34055 status collapsed
34056
34057 \begin_layout Plain Layout
34058
34059
34060 \backslash
34061 setlength{
34062 \backslash
34063 FrameRule}{0.4pt}
34064 \end_layout
34065
34066 \begin_layout Plain Layout
34067
34068
34069 \backslash
34070 setlength{
34071 \backslash
34072 FrameSep}{9pt}
34073 \end_layout
34074
34075 \end_inset
34076
34077
34078 \end_layout
34079
34080 \begin_layout Standard
34081 \begin_inset VSpace bigskip
34082 \end_inset
34083
34084 Für Boxen mit 
34085 \family sans
34086 schattiertem Hintergrund
34087 \family default
34088  beträgt der Abstand zwischen Rand und Text 3
34089 \begin_inset space \thinspace{}
34090 \end_inset
34091
34092 pt und kann mit 
34093 \series bold
34094
34095 \backslash
34096 fboxsep
34097 \series default
34098  geändert werden.
34099  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
34100  
34101 \series bold
34102
34103 \backslash
34104 definecolor{shadecolor}
34105 \series default
34106  oder global über das Menü 
34107 \family sans
34108 Werkzeuge\SpecialChar \menuseparator
34109 Einstellungen\SpecialChar \menuseparator
34110 Farben\SpecialChar \menuseparator
34111 Schattierte
34112 \begin_inset space ~
34113 \end_inset
34114
34115 Box
34116 \family default
34117  geändert werden.
34118  Das Schema des 
34119 \series bold
34120
34121 \backslash
34122 definecolor
34123 \series default
34124  Befehls ist  in Abschnitt
34125 \begin_inset space ~
34126 \end_inset
34127
34128
34129 \begin_inset CommandInset ref
34130 LatexCommand ref
34131 reference "abs:Farbige-Tabellen"
34132
34133 \end_inset
34134
34135  erklärt.
34136 \begin_inset Foot
34137 status collapsed
34138
34139 \begin_layout Plain Layout
34140 Beachten Sie, dass 
34141 \series bold
34142
34143 \backslash
34144 definecolor
34145 \series default
34146  das LaTeX-Paket 
34147 \series bold
34148 color
34149 \series default
34150  im LaTeX-Vorspann benötigt, siehe Abschnitt
34151 \begin_inset space ~
34152 \end_inset
34153
34154
34155 \begin_inset CommandInset ref
34156 LatexCommand ref
34157 reference "abs:Farbige-Boxen"
34158
34159 \end_inset
34160
34161 .
34162 \end_layout
34163
34164 \end_inset
34165
34166  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
34167 \end_layout
34168
34169 \begin_layout Standard
34170
34171 \series bold
34172
34173 \backslash
34174 setlength{
34175 \backslash
34176 fboxsep}{0.5cm}
34177 \begin_inset Newline newline
34178 \end_inset
34179
34180
34181 \backslash
34182 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34183 \end_layout
34184
34185 \begin_layout Standard
34186 \begin_inset ERT
34187 status collapsed
34188
34189 \begin_layout Plain Layout
34190
34191
34192 \backslash
34193 setlength{
34194 \backslash
34195 fboxsep}{0.5cm}
34196 \end_layout
34197
34198 \begin_layout Plain Layout
34199
34200
34201 \backslash
34202 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34203 \end_layout
34204
34205 \end_inset
34206
34207
34208 \begin_inset Box Shaded
34209 position "t"
34210 hor_pos "c"
34211 has_inner_box 0
34212 inner_pos "t"
34213 use_parbox 0
34214 use_makebox 0
34215 width "100col%"
34216 special "none"
34217 height "1in"
34218 height_special "totalheight"
34219 status open
34220
34221 \begin_layout Plain Layout
34222
34223 \color yellow
34224 Dies ist gelber Text in einer 
34225 \family sans
34226 schattierten Hintergrund
34227 \begin_inset space ~
34228 \end_inset
34229
34230
34231 \family default
34232 Box auf dunkelgrünem Hintergrund.
34233 \end_layout
34234
34235 \end_inset
34236
34237
34238 \begin_inset ERT
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242
34243
34244 \backslash
34245 setlength{
34246 \backslash
34247 fboxsep}{3pt}
34248 \end_layout
34249
34250 \begin_layout Plain Layout
34251
34252
34253 \backslash
34254 definecolor{shadecolor}{rgb}{1,0,0}
34255 \end_layout
34256
34257 \end_inset
34258
34259
34260 \end_layout
34261
34262 \begin_layout Standard
34263 \begin_inset VSpace bigskip
34264 \end_inset
34265
34266 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
34267  der sie ändert.
34268 \end_layout
34269
34270 \begin_layout Section
34271 Minipage
34272 \begin_inset CommandInset label
34273 LatexCommand label
34274 name "abs:Minipage"
34275
34276 \end_inset
34277
34278
34279 \begin_inset Index idx
34280 status collapsed
34281
34282 \begin_layout Plain Layout
34283 Boxen ! Minipage
34284 \end_layout
34285
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \begin_layout Standard
34292 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
34293  deshalb unter anderem eigene Fußnoten haben.
34294 \end_layout
34295
34296 \begin_layout Standard
34297 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34298 \end_layout
34299
34300 \begin_layout Standard
34301 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34302  Ihre Breite ist 45 Spaltenbreite
34303 \begin_inset space ~
34304 \end_inset
34305
34306 %, und sie sind durch einen 
34307 \family sans
34308 HFill
34309 \family default
34310  getrennt (
34311 \family sans
34312 Einfügen\SpecialChar \menuseparator
34313 Formatierung\SpecialChar \menuseparator
34314 Horizontaler
34315 \begin_inset space \space{}
34316 \end_inset
34317
34318 Abstand\SpecialChar \menuseparator
34319 Abstand\SpecialChar \menuseparator
34320 Variabler
34321 \begin_inset space ~
34322 \end_inset
34323
34324 horiz.
34325 \begin_inset space ~
34326 \end_inset
34327
34328 Abstand
34329 \family default
34330 ).
34331 \begin_inset Newpage newpage
34332 \end_inset
34333
34334
34335 \end_layout
34336
34337 \begin_layout Standard
34338 \noindent
34339 \begin_inset Box Frameless
34340 position "t"
34341 hor_pos "c"
34342 has_inner_box 1
34343 inner_pos "c"
34344 use_parbox 0
34345 use_makebox 0
34346 width "45col%"
34347 special "none"
34348 height "1in"
34349 height_special "totalheight"
34350 status open
34351
34352 \begin_layout Plain Layout
34353 Dies ist ein deutscher Text.
34354  Dies ist ein deutscher Text.
34355  Dies ist ein deutscher Text.
34356  Dies ist ein deutscher Text.
34357  Dies ist ein deutscher Text.
34358  Dies ist ein deutscher Text.
34359  Dies ist ein deutscher Text.
34360  Dies ist ein deutscher Text.
34361  Dies ist ein deutscher Text.
34362  Dies ist ein deutscher Text.
34363  Dies ist ein deutscher Text.
34364  Dies ist ein deutscher Text.
34365  Dies ist ein deutscher Text
34366 \begin_inset Foot
34367 status open
34368
34369 \begin_layout Plain Layout
34370 Dies ist eine deutsche Fußnote.
34371 \end_layout
34372
34373 \end_inset
34374
34375 .
34376  Dies ist ein deutscher Text.
34377  Dies ist ein deutscher Text.
34378 \end_layout
34379
34380 \end_inset
34381
34382
34383 \begin_inset space \hfill{}
34384 \end_inset
34385
34386
34387 \begin_inset Box Frameless
34388 position "t"
34389 hor_pos "c"
34390 has_inner_box 1
34391 inner_pos "c"
34392 use_parbox 0
34393 use_makebox 0
34394 width "45col%"
34395 special "none"
34396 height "1in"
34397 height_special "totalheight"
34398 status open
34399
34400 \begin_layout Plain Layout
34401
34402 \lang english
34403 This is an English Text.
34404  This is an English Text.
34405  This is an English Text.
34406  This is an English Text.
34407  This is an English Text.
34408  This is an English Text.
34409  This is an English Text.
34410  This is an English Text.
34411  This is an English Text.
34412  This is an English Text.
34413  This is an English Text.
34414  This is an English Text.
34415  This is an English Text.
34416  This is an English Text.
34417  This is an English Text.
34418  This is an English Text.
34419 \begin_inset Foot
34420 status collapsed
34421
34422 \begin_layout Plain Layout
34423
34424 \lang english
34425 This is an English footnote.
34426 \end_layout
34427
34428 \end_inset
34429
34430  This is an English Text.
34431 \end_layout
34432
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \begin_layout Standard
34439 \begin_inset VSpace bigskip
34440 \end_inset
34441
34442 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34443  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34444  Absätze nicht eingerückt werden, obwohl Sie das in 
34445 \family sans
34446 Dokument
34447 \family default
34448 \SpecialChar \menuseparator
34449
34450 \family sans
34451 Einstellun\SpecialChar \-
34452 gen\SpecialChar \menuseparator
34453 Textformat
34454 \family default
34455  festgelegt haben.
34456  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34457  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
34458 \series bold
34459
34460 \backslash
34461 hspace*{1em}
34462 \series default
34463 .
34464 \end_layout
34465
34466 \begin_layout Standard
34467 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34468  zu verpassen, siehe Abschnitt
34469 \begin_inset space ~
34470 \end_inset
34471
34472
34473 \begin_inset CommandInset ref
34474 LatexCommand ref
34475 reference "uab:Farbe-für-Absätze"
34476
34477 \end_inset
34478
34479 .
34480 \end_layout
34481
34482 \begin_layout Standard
34483 \begin_inset Note Greyedout
34484 status open
34485
34486 \begin_layout Plain Layout
34487
34488 \series bold
34489 Bemerkung:
34490 \series default
34491  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34492  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34493 \end_layout
34494
34495 \end_inset
34496
34497
34498 \end_layout
34499
34500 \begin_layout Section
34501 Parbox
34502 \begin_inset CommandInset label
34503 LatexCommand label
34504 name "abs:Parbox"
34505
34506 \end_inset
34507
34508
34509 \begin_inset Index idx
34510 status collapsed
34511
34512 \begin_layout Plain Layout
34513 Boxen ! Parbox
34514 \end_layout
34515
34516 \end_inset
34517
34518
34519 \end_layout
34520
34521 \begin_layout Standard
34522 Parbox ist eine Abkürzung für 
34523 \begin_inset Quotes gld
34524 \end_inset
34525
34526 paragraph box
34527 \begin_inset Quotes grd
34528 \end_inset
34529
34530 , was Absatzbox bedeutet.
34531  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34532  in Parboxen nicht ausgegeben werden:
34533 \end_layout
34534
34535 \begin_layout Standard
34536 \align center
34537 \begin_inset Box Frameless
34538 position "t"
34539 hor_pos "c"
34540 has_inner_box 1
34541 inner_pos "t"
34542 use_parbox 1
34543 use_makebox 0
34544 width "33col%"
34545 special "none"
34546 height "1in"
34547 height_special "totalheight"
34548 status open
34549
34550 \begin_layout Plain Layout
34551 Dies ist Text in einer Parbox.
34552  Dies ist Text in einer Parbox.
34553 \end_layout
34554
34555 \begin_layout Plain Layout
34556 Diese Fußnote wird nicht gedruckt:
34557 \begin_inset Foot
34558 status collapsed
34559
34560 \begin_layout Plain Layout
34561 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34562 \end_layout
34563
34564 \end_inset
34565
34566
34567 \end_layout
34568
34569 \end_inset
34570
34571
34572 \end_layout
34573
34574 \begin_layout Section
34575 Boxen für Worte und Buchstaben
34576 \begin_inset Index idx
34577 status collapsed
34578
34579 \begin_layout Plain Layout
34580 Boxen ! für Buchstaben
34581 \end_layout
34582
34583 \end_inset
34584
34585
34586 \end_layout
34587
34588 \begin_layout Subsection
34589 Silbentrennung unterbinden
34590 \begin_inset CommandInset label
34591 LatexCommand label
34592 name "abs:Silbentrennung-unterbinden"
34593
34594 \end_inset
34595
34596
34597 \begin_inset Index idx
34598 status collapsed
34599
34600 \begin_layout Plain Layout
34601 Boxen ! zur Vermeidung von Silbentrennung
34602 \end_layout
34603
34604 \end_inset
34605
34606
34607 \end_layout
34608
34609 \begin_layout Standard
34610 Sie können den Boxtyp 
34611 \family sans
34612 Makebox
34613 \family default
34614  benutzen, um Silbentrennungen zu unterbinden.
34615 \begin_inset Newline newline
34616 \end_inset
34617
34618 Hier ist ein Beispiel: 
34619 \end_layout
34620
34621 \begin_layout Standard
34622 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34623 \begin_inset Quotes gld
34624 \end_inset
34625
34626 einsehrsehrsehrlangeswort
34627 \begin_inset Quotes grd
34628 \end_inset
34629
34630 .
34631 \end_layout
34632
34633 \begin_layout Standard
34634 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34635  Innere
34636 \begin_inset space ~
34637 \end_inset
34638
34639 Box auf Makebox und verwenden keine explizite Breite.
34640 \end_layout
34641
34642 \begin_layout Standard
34643 Hier ist das Ergebnis:
34644 \end_layout
34645
34646 \begin_layout Standard
34647 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34648 \begin_inset Box Frameless
34649 position "t"
34650 hor_pos "c"
34651 has_inner_box 1
34652 inner_pos "t"
34653 use_parbox 0
34654 use_makebox 1
34655 width ""
34656 special "none"
34657 height "1in"
34658 height_special "totalheight"
34659 status open
34660
34661 \begin_layout Plain Layout
34662 \begin_inset Quotes gld
34663 \end_inset
34664
34665 einsehrsehrsehrlangeswort
34666 \begin_inset Quotes grd
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \end_inset
34673
34674 .
34675 \end_layout
34676
34677 \begin_layout Standard
34678 Alternativ dazu kann man auch den Befehl 
34679 \begin_inset Quotes gld
34680 \end_inset
34681
34682
34683 \series bold
34684
34685 \backslash
34686 -
34687 \series default
34688
34689 \begin_inset Quotes grd
34690 \end_inset
34691
34692  als TeX-Code direkt vor das Wort setzen:
34693 \end_layout
34694
34695 \begin_layout Standard
34696 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34697 \begin_inset Quotes gld
34698 \end_inset
34699
34700
34701 \begin_inset ERT
34702 status collapsed
34703
34704 \begin_layout Plain Layout
34705
34706
34707 \backslash
34708 -
34709 \end_layout
34710
34711 \end_inset
34712
34713 einsehrsehrsehrlangeswort
34714 \begin_inset Quotes grd
34715 \end_inset
34716
34717 .
34718 \end_layout
34719
34720 \begin_layout Standard
34721 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34722  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34723 \family sans
34724 Strg-Eingabe
34725 \family default
34726 ) einfügen: 
34727 \end_layout
34728
34729 \begin_layout Standard
34730 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34731 \begin_inset Newline newline
34732 \end_inset
34733
34734
34735 \begin_inset Box Frameless
34736 position "t"
34737 hor_pos "c"
34738 has_inner_box 1
34739 inner_pos "t"
34740 use_parbox 0
34741 use_makebox 1
34742 width ""
34743 special "none"
34744 height "1in"
34745 height_special "totalheight"
34746 status open
34747
34748 \begin_layout Plain Layout
34749 \begin_inset Quotes gld
34750 \end_inset
34751
34752 einsehrsehrsehrlangeswort
34753 \begin_inset Quotes grd
34754 \end_inset
34755
34756
34757 \end_layout
34758
34759 \end_inset
34760
34761 .
34762 \end_layout
34763
34764 \begin_layout Subsection
34765 Vertikale Ausrichtung
34766 \begin_inset CommandInset label
34767 LatexCommand label
34768 name "uab:Vertikale-Ausrichtung"
34769
34770 \end_inset
34771
34772
34773 \begin_inset Index idx
34774 status collapsed
34775
34776 \begin_layout Plain Layout
34777 Boxen ! für Vertikale Ausrichtung
34778 \end_layout
34779
34780 \end_inset
34781
34782
34783 \begin_inset Index idx
34784 status collapsed
34785
34786 \begin_layout Plain Layout
34787 Boxen ! raisebox
34788 \end_layout
34789
34790 \end_inset
34791
34792
34793 \end_layout
34794
34795 \begin_layout Standard
34796 Mit dem LaTeX-Befehl 
34797 \series bold
34798
34799 \backslash
34800 raisebox
34801 \series default
34802  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34803 n Textes ausrichten.
34804  
34805 \series bold
34806
34807 \backslash
34808 raisebox
34809 \series default
34810  wird folgendermaßen benutzt:
34811 \end_layout
34812
34813 \begin_layout Standard
34814
34815 \series bold
34816
34817 \backslash
34818 raisebox{Verschiebung}[oben][unten]{Text}
34819 \end_layout
34820
34821 \begin_layout Standard
34822 Positive Werte für Verschiebung
34823 \series bold
34824  
34825 \series default
34826 verschieben die Box nach oben, negative nach unten.
34827  Die beiden optionalen Parameter 
34828 \family typewriter
34829 oben
34830 \family default
34831  und 
34832 \family typewriter
34833 unten
34834 \family default
34835  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34836  hinausgeht, wenn sie nicht verschoben ist.
34837 \end_layout
34838
34839 \begin_layout Standard
34840 Um zum Beispiel das Wort 
34841 \begin_inset Quotes gld
34842 \end_inset
34843
34844 provokant
34845 \begin_inset Quotes grd
34846 \end_inset
34847
34848  mit seinem 
34849 \begin_inset Quotes gld
34850 \end_inset
34851
34852 niedrigsten
34853 \begin_inset Quotes grd
34854 \end_inset
34855
34856  Buchstaben 
34857 \begin_inset Quotes gld
34858 \end_inset
34859
34860 p
34861 \begin_inset Quotes grd
34862 \end_inset
34863
34864  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
34865 \end_layout
34866
34867 \begin_layout Standard
34868
34869 \series bold
34870
34871 \backslash
34872 raisebox{
34873 \backslash
34874 depth}{
34875 \end_layout
34876
34877 \begin_layout Standard
34878 vor dem Wort einfügen und 
34879 \begin_inset Quotes gld
34880 \end_inset
34881
34882
34883 \series bold
34884 }
34885 \series default
34886
34887 \begin_inset Quotes grd
34888 \end_inset
34889
34890  als TeX-Code dahinter:
34891 \end_layout
34892
34893 \begin_layout Standard
34894 Dies ist eine Zeile, in der das Wort 
34895 \begin_inset ERT
34896 status collapsed
34897
34898 \begin_layout Plain Layout
34899
34900
34901 \backslash
34902 raisebox{
34903 \backslash
34904 depth}{
34905 \end_layout
34906
34907 \end_inset
34908
34909
34910 \begin_inset Quotes gld
34911 \end_inset
34912
34913 provokant
34914 \begin_inset Quotes grd
34915 \end_inset
34916
34917
34918 \begin_inset ERT
34919 status collapsed
34920
34921 \begin_layout Plain Layout
34922
34923 }
34924 \end_layout
34925
34926 \end_inset
34927
34928  nach oben verschoben wurde.
34929 \end_layout
34930
34931 \begin_layout Standard
34932 \begin_inset VSpace bigskip
34933 \end_inset
34934
34935 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34936  gedehnt:
34937 \end_layout
34938
34939 \begin_layout Standard
34940 Dies ist eine Zeile, in der das Wort 
34941 \begin_inset ERT
34942 status collapsed
34943
34944 \begin_layout Plain Layout
34945
34946
34947 \backslash
34948 raisebox{-
34949 \backslash
34950 depth}{
34951 \end_layout
34952
34953 \end_inset
34954
34955
34956 \begin_inset Quotes gld
34957 \end_inset
34958
34959 provokant
34960 \begin_inset Quotes grd
34961 \end_inset
34962
34963
34964 \begin_inset ERT
34965 status collapsed
34966
34967 \begin_layout Plain Layout
34968
34969 }
34970 \end_layout
34971
34972 \end_inset
34973
34974  nach unten verschoben wurde.
34975 \end_layout
34976
34977 \begin_layout Standard
34978 Dies ist eine Zeile, in der das Wort 
34979 \begin_inset ERT
34980 status collapsed
34981
34982 \begin_layout Plain Layout
34983
34984
34985 \backslash
34986 raisebox{0.5cm}{
34987 \end_layout
34988
34989 \end_inset
34990
34991
34992 \begin_inset Quotes gld
34993 \end_inset
34994
34995 testen
34996 \begin_inset Quotes grd
34997 \end_inset
34998
34999
35000 \begin_inset ERT
35001 status collapsed
35002
35003 \begin_layout Plain Layout
35004
35005 }
35006 \end_layout
35007
35008 \end_inset
35009
35010  um 0.5
35011 \begin_inset space \thinspace{}
35012 \end_inset
35013
35014 cm nach oben verschoben wurde.
35015 \end_layout
35016
35017 \begin_layout Standard
35018 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
35019 \end_layout
35020
35021 \begin_layout Standard
35022
35023 \series bold
35024
35025 \backslash
35026 raisebox{-
35027 \backslash
35028 depth}[0pt]{
35029 \end_layout
35030
35031 \begin_layout Standard
35032 Dies ist eine Zeile, in der das Wort 
35033 \begin_inset ERT
35034 status collapsed
35035
35036 \begin_layout Plain Layout
35037
35038
35039 \backslash
35040 raisebox{-
35041 \backslash
35042 depth}[0pt]{
35043 \end_layout
35044
35045 \end_inset
35046
35047
35048 \begin_inset Quotes gld
35049 \end_inset
35050
35051 provokant
35052 \begin_inset Quotes grd
35053 \end_inset
35054
35055
35056 \begin_inset ERT
35057 status collapsed
35058
35059 \begin_layout Plain Layout
35060
35061 }
35062 \end_layout
35063
35064 \end_inset
35065
35066  nach unten verschoben wurde.
35067 \end_layout
35068
35069 \begin_layout Standard
35070 Dies ist eine Zeile, in der das Wort 
35071 \begin_inset ERT
35072 status collapsed
35073
35074 \begin_layout Plain Layout
35075
35076
35077 \backslash
35078 raisebox{0.5cm}[0pt]{
35079 \end_layout
35080
35081 \end_inset
35082
35083
35084 \begin_inset Quotes gld
35085 \end_inset
35086
35087 testen
35088 \begin_inset Quotes grd
35089 \end_inset
35090
35091
35092 \begin_inset ERT
35093 status collapsed
35094
35095 \begin_layout Plain Layout
35096
35097 }
35098 \end_layout
35099
35100 \end_inset
35101
35102  um 0.5
35103 \begin_inset space \thinspace{}
35104 \end_inset
35105
35106 cm nach oben verschoben wurde.
35107  Jetzt überschneiden sich die verschobenen Worte.
35108 \end_layout
35109
35110 \begin_layout Section
35111 Farbige Boxen
35112 \begin_inset CommandInset label
35113 LatexCommand label
35114 name "abs:Farbige-Boxen"
35115
35116 \end_inset
35117
35118
35119 \begin_inset Index idx
35120 status collapsed
35121
35122 \begin_layout Plain Layout
35123 Boxen ! farbige
35124 \end_layout
35125
35126 \end_inset
35127
35128
35129 \end_layout
35130
35131 \begin_layout Subsection
35132 Text-Hintergrundfarbe
35133 \begin_inset Index idx
35134 status collapsed
35135
35136 \begin_layout Plain Layout
35137 Farbe ! für Text-Hintergrund
35138 \end_layout
35139
35140 \end_inset
35141
35142
35143 \end_layout
35144
35145 \begin_layout Standard
35146 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
35147  so genannten 
35148 \begin_inset Quotes gld
35149 \end_inset
35150
35151 colorbox
35152 \begin_inset Quotes grd
35153 \end_inset
35154
35155  stehen.
35156  Dafür muss das LaTeX-Paket 
35157 \series bold
35158 color
35159 \series default
35160
35161 \begin_inset Index idx
35162 status collapsed
35163
35164 \begin_layout Plain Layout
35165 LaTeX-Pakete ! color
35166 \end_layout
35167
35168 \end_inset
35169
35170  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35171 \end_layout
35172
35173 \begin_layout Standard
35174
35175 \series bold
35176
35177 \backslash
35178 @ifundefined{textcolor}
35179 \begin_inset Newline newline
35180 \end_inset
35181
35182
35183 \begin_inset Phantom HPhantom
35184 status open
35185
35186 \begin_layout Plain Layout
35187
35188 \series bold
35189 \begin_inset space ~
35190 \end_inset
35191
35192
35193 \end_layout
35194
35195 \end_inset
35196
35197 {
35198 \backslash
35199 usepackage{color}}{}
35200 \end_layout
35201
35202 \begin_layout Standard
35203 Wenn Sie Text einfärben, lädt LyX das Paket 
35204 \series bold
35205 color
35206 \series default
35207  automatisch.
35208 \begin_inset Foot
35209 status collapsed
35210
35211 \begin_layout Plain Layout
35212 Der Befehl 
35213 \series bold
35214
35215 \backslash
35216 @ifundefined
35217 \series default
35218  vermeidet, dass es in diesem Fall doppelt geladen wird.
35219 \end_layout
35220
35221 \end_inset
35222
35223
35224 \end_layout
35225
35226 \begin_layout Standard
35227 \begin_inset VSpace medskip
35228 \end_inset
35229
35230 Colorboxen werden mit dem Befehl 
35231 \series bold
35232
35233 \backslash
35234 colorbox
35235 \series default
35236  erzeugt:
35237 \end_layout
35238
35239 \begin_layout Standard
35240
35241 \series bold
35242
35243 \backslash
35244 colorbox{Farbe}{Boxinhalt}
35245 \end_layout
35246
35247 \begin_layout Standard
35248 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
35249  Boxen sein.
35250 \end_layout
35251
35252 \begin_layout Standard
35253 Die folgenden Farben sind vordefiniert:
35254 \family sans
35255  schwarz
35256 \family default
35257
35258 \family sans
35259 wei
35260 \family default
35261 ß, 
35262 \family sans
35263 rot
35264 \family default
35265 \series bold
35266 ,
35267 \series default
35268  
35269 \family sans
35270 grün
35271 \family default
35272
35273 \family sans
35274 blau
35275 \family default
35276
35277 \family sans
35278 türkis
35279 \family default
35280
35281 \family sans
35282 purpurrot
35283 \family default
35284  und 
35285 \family sans
35286 gelb
35287 \family default
35288 .
35289 \end_layout
35290
35291 \begin_layout Standard
35292 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
35293 \begin_inset space ~
35294 \end_inset
35295
35296
35297 \begin_inset CommandInset ref
35298 LatexCommand ref
35299 reference "abs:Farbige-Tabellen"
35300
35301 \end_inset
35302
35303  beschrieben.
35304 \end_layout
35305
35306 \begin_layout Standard
35307 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
35308  den TeX-Code-Befehl
35309 \end_layout
35310
35311 \begin_layout Standard
35312
35313 \series bold
35314
35315 \backslash
35316 colorbox{red}{
35317 \end_layout
35318
35319 \begin_layout Standard
35320 vor dem Wort ein.
35321  Hinter dem Wort fügen Sie 
35322 \series bold
35323
35324 \begin_inset Quotes gld
35325 \end_inset
35326
35327 }
35328 \series default
35329
35330 \begin_inset Quotes grd
35331 \end_inset
35332
35333  als TeX-Code ein.
35334  Hier ist das Ergebnis:
35335 \end_layout
35336
35337 \begin_layout Standard
35338 In dieser Zeile hat 
35339 \begin_inset ERT
35340 status collapsed
35341
35342 \begin_layout Plain Layout
35343
35344
35345 \backslash
35346 colorbox{red}{
35347 \end_layout
35348
35349 \end_inset
35350
35351 Achtung!
35352 \begin_inset ERT
35353 status collapsed
35354
35355 \begin_layout Plain Layout
35356
35357 }
35358 \end_layout
35359
35360 \end_inset
35361
35362  einen roten Hintergrund.
35363 \end_layout
35364
35365 \begin_layout Standard
35366 \begin_inset VSpace bigskip
35367 \end_inset
35368
35369 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
35370  
35371 \series bold
35372
35373 \backslash
35374 fcolorbox
35375 \series default
35376  verwenden:
35377 \end_layout
35378
35379 \begin_layout Standard
35380
35381 \series bold
35382
35383 \backslash
35384 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35385 \end_layout
35386
35387 \begin_layout Standard
35388
35389 \series bold
35390
35391 \backslash
35392 fcolorbox
35393 \series default
35394  ist eine Erweiterung von 
35395 \series bold
35396
35397 \backslash
35398 colorbox
35399 \series default
35400 .
35401  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
35402  
35403 \series bold
35404
35405 \backslash
35406 fboxrule
35407 \series default
35408  und 
35409 \series bold
35410
35411 \backslash
35412 fboxsep
35413 \series default
35414  gesteuert werden, wie in Abschnitt
35415 \begin_inset space ~
35416 \end_inset
35417
35418
35419 \begin_inset CommandInset ref
35420 LatexCommand ref
35421 reference "uab:Verzierung"
35422
35423 \end_inset
35424
35425  beschrieben.
35426 \end_layout
35427
35428 \begin_layout Standard
35429 Für das folgende Beispiel wurde der Befehl
35430 \end_layout
35431
35432 \begin_layout Standard
35433
35434 \series bold
35435
35436 \backslash
35437 fcolorbox{cyan}{magenta}{
35438 \end_layout
35439
35440 \begin_layout Standard
35441 benutzt.
35442  Hier wurden die Rahmendicke und der Abstand auf 1
35443 \begin_inset space \thinspace{}
35444 \end_inset
35445
35446 mm gesetzt:
35447 \begin_inset Newline newline
35448 \end_inset
35449
35450
35451 \begin_inset ERT
35452 status collapsed
35453
35454 \begin_layout Plain Layout
35455
35456
35457 \backslash
35458 fboxrule 1mm 
35459 \backslash
35460 fboxsep 1mm
35461 \end_layout
35462
35463 \end_inset
35464
35465
35466 \begin_inset ERT
35467 status collapsed
35468
35469 \begin_layout Plain Layout
35470
35471
35472 \backslash
35473 fcolorbox{cyan}{green}{
35474 \end_layout
35475
35476 \end_inset
35477
35478 Dies ist Text in einer farbigen, gerahmten Box.
35479 \begin_inset ERT
35480 status collapsed
35481
35482 \begin_layout Plain Layout
35483
35484 }
35485 \end_layout
35486
35487 \end_inset
35488
35489
35490 \end_layout
35491
35492 \begin_layout Standard
35493 \begin_inset VSpace bigskip
35494 \end_inset
35495
35496 Natürlich gibt es auch farbigen Text in einer Colorbox:
35497 \begin_inset Newline newline
35498 \end_inset
35499
35500
35501 \begin_inset ERT
35502 status collapsed
35503
35504 \begin_layout Plain Layout
35505
35506
35507 \backslash
35508 fcolorbox{cyan}{green}{
35509 \end_layout
35510
35511 \end_inset
35512
35513
35514 \color yellow
35515 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35516 \color none
35517
35518 \begin_inset ERT
35519 status collapsed
35520
35521 \begin_layout Plain Layout
35522
35523 }
35524 \end_layout
35525
35526 \end_inset
35527
35528
35529 \begin_inset ERT
35530 status collapsed
35531
35532 \begin_layout Plain Layout
35533
35534
35535 \backslash
35536 fboxrule 0.4pt 
35537 \backslash
35538 fboxsep 3pt
35539 \end_layout
35540
35541 \end_inset
35542
35543
35544 \end_layout
35545
35546 \begin_layout Standard
35547 \begin_inset VSpace bigskip
35548 \end_inset
35549
35550
35551 \end_layout
35552
35553 \begin_layout Standard
35554 \begin_inset Note Greyedout
35555 status open
35556
35557 \begin_layout Plain Layout
35558 \noindent
35559
35560 \series bold
35561 Bemerkung:
35562 \series default
35563  Text in Colorboxen kann nicht umgebrochen werden.
35564  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
35565  wie im folgenden beschrieben.
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \end_layout
35572
35573 \begin_layout Subsection
35574 Farbe für Absätze
35575 \begin_inset CommandInset label
35576 LatexCommand label
35577 name "uab:Farbe-für-Absätze"
35578
35579 \end_inset
35580
35581
35582 \begin_inset Index idx
35583 status collapsed
35584
35585 \begin_layout Plain Layout
35586 Farbe ! für Absätze
35587 \end_layout
35588
35589 \end_inset
35590
35591
35592 \end_layout
35593
35594 \begin_layout Standard
35595 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
35596  den Text in eine Minipage stellen.
35597  Vor der Minipage fügen Sie den TeX-Code-Befehl
35598 \end_layout
35599
35600 \begin_layout Standard
35601
35602 \series bold
35603
35604 \backslash
35605 colorbox{color}{
35606 \end_layout
35607
35608 \begin_layout Standard
35609 ein.
35610  Hinter der Minipage fügen Sie 
35611 \series bold
35612
35613 \begin_inset Quotes gld
35614 \end_inset
35615
35616 }
35617 \series default
35618
35619 \begin_inset Quotes grd
35620 \end_inset
35621
35622  als TeX-Code ein.
35623 \end_layout
35624
35625 \begin_layout Standard
35626 \begin_inset ERT
35627 status collapsed
35628
35629 \begin_layout Plain Layout
35630
35631
35632 \backslash
35633 colorbox{hellgrau}{
35634 \end_layout
35635
35636 \end_inset
35637
35638
35639 \begin_inset Box Frameless
35640 position "t"
35641 hor_pos "c"
35642 has_inner_box 1
35643 inner_pos "t"
35644 use_parbox 0
35645 use_makebox 0
35646 width "100col%"
35647 special "none"
35648 height "1in"
35649 height_special "totalheight"
35650 status collapsed
35651
35652 \begin_layout Plain Layout
35653 Dies ist Text mit einer Hintergrundfarbe.
35654  Dies ist Text mit einer Hintergrundfarbe.
35655 \end_layout
35656
35657 \begin_layout Plain Layout
35658 Der Text kann Fußnoten
35659 \begin_inset Foot
35660 status open
35661
35662 \begin_layout Plain Layout
35663 Eine weitere Fußnote
35664 \end_layout
35665
35666 \end_inset
35667
35668  und Tabellen und Abbildungen enthalten.
35669 \end_layout
35670
35671 \begin_layout Plain Layout
35672 \align center
35673 \begin_inset Tabular
35674 <lyxtabular version="3" rows="3" columns="3">
35675 <features rotate="0" tabularvalignment="middle">
35676 <column alignment="center" valignment="top">
35677 <column alignment="center" valignment="top">
35678 <column alignment="center" valignment="top">
35679 <row>
35680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35681 \begin_inset Text
35682
35683 \begin_layout Plain Layout
35684 a
35685 \end_layout
35686
35687 \end_inset
35688 </cell>
35689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35690 \begin_inset Text
35691
35692 \begin_layout Plain Layout
35693 !
35694 \end_layout
35695
35696 \end_inset
35697 </cell>
35698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35699 \begin_inset Text
35700
35701 \begin_layout Plain Layout
35702 3
35703 \end_layout
35704
35705 \end_inset
35706 </cell>
35707 </row>
35708 <row>
35709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35710 \begin_inset Text
35711
35712 \begin_layout Plain Layout
35713 <
35714 \end_layout
35715
35716 \end_inset
35717 </cell>
35718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35719 \begin_inset Text
35720
35721 \begin_layout Plain Layout
35722 b2
35723 \begin_inset Quotes erd
35724 \end_inset
35725
35726 |
35727 \end_layout
35728
35729 \end_inset
35730 </cell>
35731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35732 \begin_inset Text
35733
35734 \begin_layout Plain Layout
35735 >
35736 \end_layout
35737
35738 \end_inset
35739 </cell>
35740 </row>
35741 <row>
35742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35743 \begin_inset Text
35744
35745 \begin_layout Plain Layout
35746 1
35747 \end_layout
35748
35749 \end_inset
35750 </cell>
35751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35752 \begin_inset Text
35753
35754 \begin_layout Plain Layout
35755 §
35756 \end_layout
35757
35758 \end_inset
35759 </cell>
35760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35761 \begin_inset Text
35762
35763 \begin_layout Plain Layout
35764 c
35765 \end_layout
35766
35767 \end_inset
35768 </cell>
35769 </row>
35770 </lyxtabular>
35771
35772 \end_inset
35773
35774
35775 \end_layout
35776
35777 \end_inset
35778
35779
35780 \begin_inset ERT
35781 status collapsed
35782
35783 \begin_layout Plain Layout
35784
35785 }
35786 \end_layout
35787
35788 \end_inset
35789
35790
35791 \end_layout
35792
35793 \begin_layout Section
35794 Rotierte und skalierte Boxen
35795 \end_layout
35796
35797 \begin_layout Standard
35798 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35799 \series bold
35800 graphicx
35801 \series default
35802
35803 \begin_inset Index idx
35804 status collapsed
35805
35806 \begin_layout Plain Layout
35807 LaTeX-Pakete ! graphicx
35808 \end_layout
35809
35810 \end_inset
35811
35812  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35813 \end_layout
35814
35815 \begin_layout Standard
35816
35817 \series bold
35818
35819 \backslash
35820 @ifundefined{rotatebox}
35821 \begin_inset Newline newline
35822 \end_inset
35823
35824
35825 \begin_inset Phantom HPhantom
35826 status open
35827
35828 \begin_layout Plain Layout
35829
35830 \series bold
35831 \begin_inset space ~
35832 \end_inset
35833
35834
35835 \end_layout
35836
35837 \end_inset
35838
35839 {
35840 \backslash
35841 usepackage{graphicx}}{}
35842 \end_layout
35843
35844 \begin_layout Standard
35845 \begin_inset Note Greyedout
35846 status open
35847
35848 \begin_layout Plain Layout
35849
35850 \series bold
35851 Achtung:
35852 \series default
35853  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35854 \end_layout
35855
35856 \end_inset
35857
35858
35859 \end_layout
35860
35861 \begin_layout Standard
35862 \begin_inset Note Greyedout
35863 status open
35864
35865 \begin_layout Plain Layout
35866
35867 \series bold
35868 Achtung:
35869 \series default
35870  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35871 \end_layout
35872
35873 \end_inset
35874
35875
35876 \end_layout
35877
35878 \begin_layout Subsection
35879 Rotierte Boxen
35880 \begin_inset Index idx
35881 status collapsed
35882
35883 \begin_layout Plain Layout
35884 Boxen ! rotierte
35885 \end_layout
35886
35887 \end_inset
35888
35889
35890 \begin_inset Index idx
35891 status collapsed
35892
35893 \begin_layout Plain Layout
35894 Rotiertes Material
35895 \end_layout
35896
35897 \end_inset
35898
35899
35900 \end_layout
35901
35902 \begin_layout Standard
35903 Um Text zu drehen, verwendet man den Befehl 
35904 \series bold
35905
35906 \backslash
35907 rotatebox
35908 \series default
35909  im TeX-Code nach folgendem Schema:
35910 \end_layout
35911
35912 \begin_layout Standard
35913
35914 \series bold
35915
35916 \backslash
35917 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35918 \end_layout
35919
35920 \begin_layout Standard
35921 Der Drehpunkt wird mit 
35922 \series bold
35923 origin=Position
35924 \series default
35925  angegeben.
35926  Folgende Positionen sind möglich: 
35927 \emph on
35928 c
35929 \emph default
35930  (mittig), 
35931 \emph on
35932 l
35933 \emph default
35934  (links), 
35935 \emph on
35936 r
35937 \emph default
35938  (rechts), 
35939 \emph on
35940 b
35941 \emph default
35942  (unten), 
35943 \emph on
35944 t
35945 \emph default
35946  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35947  Z.
35948 \begin_inset space \thinspace{}
35949 \end_inset
35950
35951 B.
35952  bedeutet 
35953 \emph on
35954 lt
35955 \emph default
35956 , dass sich der Drehpunkt links oben befindet.
35957  Wird kein Drehpunkt angegeben, wird die Position 
35958 \emph on
35959 l
35960 \emph default
35961  verwendet.
35962  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35963  Gedreht wird gegen den Uhrzeigersinn.
35964 \end_layout
35965
35966 \begin_layout Standard
35967 Im folgenden Beispiel wurde vor dem Text der Befehl 
35968 \series bold
35969
35970 \backslash
35971 rotatebox[origin=c]{60}{
35972 \series default
35973  im TeX-Modus eingegeben.
35974  Nach dem Text wurde die schließende Klammer 
35975 \series bold
35976 }
35977 \series default
35978  wiederum im TeX-Modus eingegeben.
35979 \end_layout
35980
35981 \begin_layout Standard
35982 Dies ist eine Zeile 
35983 \begin_inset ERT
35984 status collapsed
35985
35986 \begin_layout Plain Layout
35987
35988
35989 \backslash
35990 rotatebox[origin=c]{60}{
35991 \end_layout
35992
35993 \end_inset
35994
35995 mit rotiertem
35996 \begin_inset ERT
35997 status collapsed
35998
35999 \begin_layout Plain Layout
36000
36001 }
36002 \end_layout
36003
36004 \end_inset
36005
36006  Text.
36007 \end_layout
36008
36009 \begin_layout Standard
36010 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
36011 \end_layout
36012
36013 \begin_layout Standard
36014 Dies ist eine Zeile 
36015 \begin_inset ERT
36016 status collapsed
36017
36018 \begin_layout Plain Layout
36019
36020
36021 \backslash
36022 rotatebox[origin=r]{-60}{
36023 \end_layout
36024
36025 \end_inset
36026
36027
36028 \begin_inset Box Doublebox
36029 position "c"
36030 hor_pos "c"
36031 has_inner_box 0
36032 inner_pos "c"
36033 use_parbox 0
36034 use_makebox 0
36035 width "1in"
36036 special "width"
36037 height "1in"
36038 height_special "totalheight"
36039 status collapsed
36040
36041 \begin_layout Plain Layout
36042 mit rotiertem
36043 \end_layout
36044
36045 \end_inset
36046
36047
36048 \begin_inset ERT
36049 status collapsed
36050
36051 \begin_layout Plain Layout
36052
36053 }
36054 \end_layout
36055
36056 \end_inset
36057
36058  umrandeten Text 
36059 \begin_inset ERT
36060 status collapsed
36061
36062 \begin_layout Plain Layout
36063
36064
36065 \backslash
36066 rotatebox[origin=lb]{60}{
36067 \end_layout
36068
36069 \end_inset
36070
36071
36072 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36073 \end_inset
36074
36075
36076 \begin_inset ERT
36077 status collapsed
36078
36079 \begin_layout Plain Layout
36080
36081 }
36082 \end_layout
36083
36084 \end_inset
36085
36086  und einer Formel.
36087 \end_layout
36088
36089 \begin_layout Standard
36090 Oder ein Bild oder Tabelle:
36091 \end_layout
36092
36093 \begin_layout Standard
36094 Dies ist eine Zeile 
36095 \begin_inset ERT
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099
36100
36101 \backslash
36102 rotatebox[origin=lb]{90}{
36103 \end_layout
36104
36105 \end_inset
36106
36107
36108 \begin_inset Graphics
36109         filename ../clipart/platypus.eps
36110         lyxscale 50
36111         width 25col%
36112
36113 \end_inset
36114
36115
36116 \begin_inset ERT
36117 status collapsed
36118
36119 \begin_layout Plain Layout
36120
36121 }
36122 \end_layout
36123
36124 \end_inset
36125
36126  mit einem rotierten Bild 
36127 \begin_inset ERT
36128 status collapsed
36129
36130 \begin_layout Plain Layout
36131
36132
36133 \backslash
36134 rotatebox[origin=l]{-90}{
36135 \end_layout
36136
36137 \end_inset
36138
36139
36140 \begin_inset Tabular
36141 <lyxtabular version="3" rows="2" columns="2">
36142 <features rotate="0" tabularvalignment="middle">
36143 <column alignment="center" valignment="top">
36144 <column alignment="center" valignment="top">
36145 <row>
36146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36147 \begin_inset Text
36148
36149 \begin_layout Plain Layout
36150 q
36151 \end_layout
36152
36153 \end_inset
36154 </cell>
36155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36156 \begin_inset Text
36157
36158 \begin_layout Plain Layout
36159 w
36160 \end_layout
36161
36162 \end_inset
36163 </cell>
36164 </row>
36165 <row>
36166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36167 \begin_inset Text
36168
36169 \begin_layout Plain Layout
36170 e
36171 \end_layout
36172
36173 \end_inset
36174 </cell>
36175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36176 \begin_inset Text
36177
36178 \begin_layout Plain Layout
36179 r
36180 \end_layout
36181
36182 \end_inset
36183 </cell>
36184 </row>
36185 </lyxtabular>
36186
36187 \end_inset
36188
36189
36190 \begin_inset ERT
36191 status collapsed
36192
36193 \begin_layout Plain Layout
36194
36195 }
36196 \end_layout
36197
36198 \end_inset
36199
36200  und Tabelle.
36201 \begin_inset Index idx
36202 status collapsed
36203
36204 \begin_layout Plain Layout
36205 Abbildungen ! rotierte
36206 \end_layout
36207
36208 \end_inset
36209
36210
36211 \begin_inset Index idx
36212 status collapsed
36213
36214 \begin_layout Plain Layout
36215 Tabellen ! rotierte
36216 \end_layout
36217
36218 \end_inset
36219
36220
36221 \end_layout
36222
36223 \begin_layout Subsection
36224 Skalierte Boxen
36225 \begin_inset Index idx
36226 status collapsed
36227
36228 \begin_layout Plain Layout
36229 Boxen ! skalierte
36230 \end_layout
36231
36232 \end_inset
36233
36234
36235 \begin_inset Index idx
36236 status collapsed
36237
36238 \begin_layout Plain Layout
36239 Skaliertes Material
36240 \end_layout
36241
36242 \end_inset
36243
36244
36245 \end_layout
36246
36247 \begin_layout Standard
36248 Um Text zu skalieren, kann man die Befehle 
36249 \series bold
36250
36251 \backslash
36252 scalebox
36253 \series default
36254  und 
36255 \series bold
36256
36257 \backslash
36258 resizebox
36259 \series default
36260  im TeX-Modus verwenden.
36261 \end_layout
36262
36263 \begin_layout Standard
36264
36265 \series bold
36266
36267 \backslash
36268 scalebox
36269 \series default
36270  wird nach folgendem Schema verwendet:
36271 \end_layout
36272
36273 \begin_layout Standard
36274
36275 \series bold
36276
36277 \backslash
36278 scalebox{horizontal}[vertikal]{Boxinhalt}
36279 \end_layout
36280
36281 \begin_layout Standard
36282 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
36283  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
36284  verwendet.
36285 \end_layout
36286
36287 \begin_layout Standard
36288 Z.
36289 \begin_inset space \thinspace{}
36290 \end_inset
36291
36292 B.
36293  ergibt der Befehl 
36294 \series bold
36295
36296 \backslash
36297 scalebox{2}{Hallo}
36298 \series default
36299  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
36300 \begin_inset ERT
36301 status collapsed
36302
36303 \begin_layout Plain Layout
36304
36305
36306 \backslash
36307 scalebox{2}{
36308 \end_layout
36309
36310 \end_inset
36311
36312 Hallo
36313 \begin_inset ERT
36314 status collapsed
36315
36316 \begin_layout Plain Layout
36317
36318 }
36319 \end_layout
36320
36321 \end_inset
36322
36323 .
36324 \end_layout
36325
36326 \begin_layout Standard
36327
36328 \series bold
36329
36330 \backslash
36331 scalebox{2}[1]{Hallo}
36332 \series default
36333  verzerrt hingegen das 
36334 \begin_inset ERT
36335 status collapsed
36336
36337 \begin_layout Plain Layout
36338
36339
36340 \backslash
36341 scalebox{2}[1]{
36342 \end_layout
36343
36344 \end_inset
36345
36346 Hallo
36347 \begin_inset ERT
36348 status collapsed
36349
36350 \begin_layout Plain Layout
36351
36352 }
36353 \end_layout
36354
36355 \end_inset
36356
36357 .
36358 \end_layout
36359
36360 \begin_layout Standard
36361 Die Skalierungsfaktoren dürfen auch negativ sein.
36362  In diesem Fall wird der Boxinhalt gespiegelt.
36363 \end_layout
36364
36365 \begin_layout Standard
36366 Daher lässt sich mit dem Befehl 
36367 \series bold
36368
36369 \backslash
36370 scalebox{-1}[1]{Hallo}
36371 \series default
36372  Spiegelschrift erstellen: 
36373 \begin_inset ERT
36374 status collapsed
36375
36376 \begin_layout Plain Layout
36377
36378
36379 \backslash
36380 scalebox{-1}[1]{
36381 \end_layout
36382
36383 \end_inset
36384
36385 Hallo
36386 \begin_inset ERT
36387 status collapsed
36388
36389 \begin_layout Plain Layout
36390
36391 }
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \end_layout
36398
36399 \begin_layout Standard
36400
36401 \series bold
36402
36403 \backslash
36404 scalebox{1}[-1]{Hallo}
36405 \series default
36406  spiegelt das 
36407 \begin_inset ERT
36408 status collapsed
36409
36410 \begin_layout Plain Layout
36411
36412
36413 \backslash
36414 scalebox{1}[-1]{
36415 \end_layout
36416
36417 \end_inset
36418
36419 Hallo
36420 \begin_inset ERT
36421 status collapsed
36422
36423 \begin_layout Plain Layout
36424
36425 }
36426 \end_layout
36427
36428 \end_inset
36429
36430  an der Grundlinie.
36431 \end_layout
36432
36433 \begin_layout Standard
36434 Zu 
36435 \series bold
36436
36437 \backslash
36438 scalebox{-1}[1]{Boxinhalt}
36439 \series default
36440  gibt es den äquivalenten Befehl
36441 \begin_inset Newline newline
36442 \end_inset
36443
36444
36445 \series bold
36446
36447 \backslash
36448 reflectbox{Boxinhalt}
36449 \series default
36450 .
36451 \end_layout
36452
36453 \begin_layout Standard
36454 \begin_inset VSpace bigskip
36455 \end_inset
36456
36457
36458 \series bold
36459
36460 \backslash
36461 resizebox
36462 \series default
36463  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
36464  skalieren.
36465  Das Befehlsschema ist folgendes:
36466 \end_layout
36467
36468 \begin_layout Standard
36469
36470 \series bold
36471
36472 \backslash
36473 resizebox{Breite}{Höhe}{Boxinhalt}
36474 \end_layout
36475
36476 \begin_layout Standard
36477 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
36478 \series bold
36479 !
36480 \series default
36481  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
36482  wird.
36483 \end_layout
36484
36485 \begin_layout Standard
36486 Der Befehl 
36487 \series bold
36488
36489 \backslash
36490 resizebox{2cm}{1cm}{Hallo}
36491 \series default
36492  ergibt: 
36493 \begin_inset ERT
36494 status collapsed
36495
36496 \begin_layout Plain Layout
36497
36498
36499 \backslash
36500 resizebox{2cm}{1cm}{
36501 \end_layout
36502
36503 \end_inset
36504
36505 Hallo
36506 \begin_inset ERT
36507 status collapsed
36508
36509 \begin_layout Plain Layout
36510
36511 }
36512 \end_layout
36513
36514 \end_inset
36515
36516
36517 \begin_inset Newline newline
36518 \end_inset
36519
36520 Der Befehl 
36521 \series bold
36522
36523 \backslash
36524 resizebox{2cm}{!}{Hallo}
36525 \series default
36526  ergibt: 
36527 \begin_inset ERT
36528 status collapsed
36529
36530 \begin_layout Plain Layout
36531
36532
36533 \backslash
36534 resizebox{2cm}{!}{
36535 \end_layout
36536
36537 \end_inset
36538
36539 Hallo
36540 \begin_inset ERT
36541 status collapsed
36542
36543 \begin_layout Plain Layout
36544
36545 }
36546 \end_layout
36547
36548 \end_inset
36549
36550
36551 \end_layout
36552
36553 \begin_layout Standard
36554 \begin_inset VSpace bigskip
36555 \end_inset
36556
36557
36558 \begin_inset Note Greyedout
36559 status open
36560
36561 \begin_layout Plain Layout
36562
36563 \series bold
36564 Bemerkung:
36565 \series default
36566  Wurde in Argumenten von 
36567 \series bold
36568
36569 \backslash
36570 scalebox
36571 \series default
36572  oder 
36573 \series bold
36574
36575 \backslash
36576 resizebox
36577 \series default
36578  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
36579  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
36580  werden.
36581 \end_layout
36582
36583 \end_inset
36584
36585
36586 \end_layout
36587
36588 \begin_layout Standard
36589 \begin_inset VSpace bigskip
36590 \end_inset
36591
36592
36593 \end_layout
36594
36595 \begin_layout Standard
36596 Alle Boxen können beliebig miteinander kombiniert werden.
36597  So ergibt z.
36598 \begin_inset space \thinspace{}
36599 \end_inset
36600
36601 B.
36602  der Befehl
36603 \begin_inset Newline newline
36604 \end_inset
36605
36606
36607 \series bold
36608
36609 \backslash
36610 rotatebox[origin=c]{-45}{
36611 \backslash
36612 resizebox{2cm}{!}{
36613 \backslash
36614 reflectbox{Hallo}}}
36615 \series default
36616 :
36617 \end_layout
36618
36619 \begin_layout Standard
36620 \align center
36621 \begin_inset ERT
36622 status collapsed
36623
36624 \begin_layout Plain Layout
36625
36626
36627 \backslash
36628 rotatebox[origin=c]{-45}{
36629 \backslash
36630 resizebox{2cm}{!}{
36631 \backslash
36632 reflectbox{
36633 \end_layout
36634
36635 \end_inset
36636
36637 Hallo
36638 \begin_inset ERT
36639 status collapsed
36640
36641 \begin_layout Plain Layout
36642
36643 }}}
36644 \end_layout
36645
36646 \end_inset
36647
36648
36649 \end_layout
36650
36651 \begin_layout Standard
36652 \noindent
36653 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36654 \end_layout
36655
36656 \begin_layout Standard
36657 \align center
36658 \begin_inset ERT
36659 status collapsed
36660
36661 \begin_layout Plain Layout
36662
36663
36664 \backslash
36665 rotatebox[origin=c]{-30}{
36666 \backslash
36667 resizebox{2cm}{!}{
36668 \backslash
36669 reflectbox{
36670 \end_layout
36671
36672 \end_inset
36673
36674
36675 \begin_inset Graphics
36676         filename ../clipart/platypus.eps
36677         lyxscale 50
36678         width 25col%
36679
36680 \end_inset
36681
36682
36683 \begin_inset ERT
36684 status collapsed
36685
36686 \begin_layout Plain Layout
36687
36688 }}}
36689 \end_layout
36690
36691 \end_inset
36692
36693
36694 \begin_inset ERT
36695 status collapsed
36696
36697 \begin_layout Plain Layout
36698
36699
36700 \backslash
36701 rotatebox[origin=c]{-45}{
36702 \backslash
36703 resizebox{2cm}{!}{
36704 \backslash
36705 reflectbox{
36706 \end_layout
36707
36708 \end_inset
36709
36710
36711 \begin_inset Tabular
36712 <lyxtabular version="3" rows="2" columns="2">
36713 <features rotate="0" tabularvalignment="middle">
36714 <column alignment="center" valignment="top">
36715 <column alignment="center" valignment="top">
36716 <row>
36717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36718 \begin_inset Text
36719
36720 \begin_layout Plain Layout
36721 q
36722 \end_layout
36723
36724 \end_inset
36725 </cell>
36726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36727 \begin_inset Text
36728
36729 \begin_layout Plain Layout
36730 w
36731 \end_layout
36732
36733 \end_inset
36734 </cell>
36735 </row>
36736 <row>
36737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36738 \begin_inset Text
36739
36740 \begin_layout Plain Layout
36741 e
36742 \end_layout
36743
36744 \end_inset
36745 </cell>
36746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36747 \begin_inset Text
36748
36749 \begin_layout Plain Layout
36750 r
36751 \end_layout
36752
36753 \end_inset
36754 </cell>
36755 </row>
36756 </lyxtabular>
36757
36758 \end_inset
36759
36760
36761 \begin_inset ERT
36762 status collapsed
36763
36764 \begin_layout Plain Layout
36765
36766 }}}
36767 \end_layout
36768
36769 \end_inset
36770
36771
36772 \begin_inset ERT
36773 status collapsed
36774
36775 \begin_layout Plain Layout
36776
36777
36778 \backslash
36779 rotatebox[origin=c]{-45}{
36780 \backslash
36781 resizebox{2cm}{!}{
36782 \backslash
36783 reflectbox{
36784 \end_layout
36785
36786 \end_inset
36787
36788
36789 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36790 \end_inset
36791
36792
36793 \begin_inset ERT
36794 status collapsed
36795
36796 \begin_layout Plain Layout
36797
36798 }}}
36799 \end_layout
36800
36801 \end_inset
36802
36803
36804 \begin_inset Index idx
36805 status collapsed
36806
36807 \begin_layout Plain Layout
36808 Abbildungen ! skalierte
36809 \end_layout
36810
36811 \end_inset
36812
36813
36814 \begin_inset Index idx
36815 status collapsed
36816
36817 \begin_layout Plain Layout
36818 Tabellen ! skalierte
36819 \end_layout
36820
36821 \end_inset
36822
36823
36824 \end_layout
36825
36826 \begin_layout Standard
36827 Hat man den globalen Formelstil 
36828 \series bold
36829 fleqn
36830 \series default
36831
36832 \begin_inset Foot
36833 status collapsed
36834
36835 \begin_layout Plain Layout
36836 Wenn 
36837 \begin_inset Quotes gld
36838 \end_inset
36839
36840 fleqn
36841 \begin_inset Quotes grd
36842 \end_inset
36843
36844  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36845 \end_layout
36846
36847 \end_inset
36848
36849  gewählt, kann man auch abgesetzte Formeln skalieren.
36850 \end_layout
36851
36852 \begin_layout Chapter
36853 Umflossene Objekte
36854 \begin_inset Index idx
36855 status collapsed
36856
36857 \begin_layout Plain Layout
36858 Umflossene Objekte
36859 \end_layout
36860
36861 \end_inset
36862
36863
36864 \end_layout
36865
36866 \begin_layout Section
36867 Umflossene Gleitobjekte
36868 \begin_inset CommandInset label
36869 LatexCommand label
36870 name "abs:Umflossene-Gleitobjekte"
36871
36872 \end_inset
36873
36874
36875 \begin_inset Index idx
36876 status collapsed
36877
36878 \begin_layout Plain Layout
36879 Gleitobjekte ! umflossene
36880 \end_layout
36881
36882 \end_inset
36883
36884
36885 \begin_inset Index idx
36886 status collapsed
36887
36888 \begin_layout Plain Layout
36889 Umflossene Objekte ! Gleitobjekte
36890 \end_layout
36891
36892 \end_inset
36893
36894
36895 \end_layout
36896
36897 \begin_layout Standard
36898 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36899  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36900  den die Abbildung bzw.
36901 \begin_inset space ~
36902 \end_inset
36903
36904 Tabelle übrig lässt.
36905  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36906  Sie werden über das Menü
36907 \family sans
36908  Einfügen\SpecialChar \menuseparator
36909 Gleitobjekt\SpecialChar \menuseparator
36910 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36911 objekt
36912 \family default
36913  eingefügt, wenn das LaTeX-Paket 
36914 \series bold
36915 wrapfig
36916 \series default
36917
36918 \begin_inset Index idx
36919 status collapsed
36920
36921 \begin_layout Plain Layout
36922 LaTeX-Pakete ! wrapfig
36923 \end_layout
36924
36925 \end_inset
36926
36927  installiert ist.
36928 \begin_inset Foot
36929 status collapsed
36930
36931 \begin_layout Plain Layout
36932 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
36933 \emph on
36934 LaTeX-Konfiguration
36935 \emph default
36936  beschrieben.
36937 \end_layout
36938
36939 \end_inset
36940
36941  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36942  Box des Gleitobjekts geändert werden.
36943  
36944 \begin_inset Wrap figure
36945 lines 0
36946 placement l
36947 overhang 1cm
36948 width "40col%"
36949 status open
36950
36951 \begin_layout Plain Layout
36952 \begin_inset Graphics
36953         filename ../clipart/mobius.eps
36954         width 40col%
36955         scaleBeforeRotation
36956         rotateOrigin center
36957
36958 \end_inset
36959
36960
36961 \end_layout
36962
36963 \begin_layout Plain Layout
36964 \begin_inset Caption Standard
36965
36966 \begin_layout Plain Layout
36967 \begin_inset CommandInset label
36968 LatexCommand label
36969 name "abb:Dies-ist-eine"
36970
36971 \end_inset
36972
36973 Dies ist eine umflossene Gleitobjekt-Abbildung
36974 \end_layout
36975
36976 \end_inset
36977
36978
36979 \end_layout
36980
36981 \end_inset
36982
36983  Obligatorische Einstellungen sind die 
36984 \family sans
36985 Breite
36986 \family default
36987  und 
36988 \family sans
36989 Platzierung
36990 \family default
36991  des Gleitobjekts.
36992  Optional sind der 
36993 \family sans
36994 Überhang 
36995 \family default
36996 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36997 \begin_inset space \thinspace{}
36998 \end_inset
36999
37000 /
37001 \begin_inset space \thinspace{}
37002 \end_inset
37003
37004 der Seite ragt und die 
37005 \family sans
37006 benötigten Zeilen
37007 \family default
37008 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
37009  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
37010  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
37011  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
37012  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
37013  zu lassen.
37014  Abbildung
37015 \begin_inset space ~
37016 \end_inset
37017
37018
37019 \begin_inset CommandInset ref
37020 LatexCommand ref
37021 reference "abb:Dies-ist-eine"
37022
37023 \end_inset
37024
37025  ist zum Beispiel ein umflossenes Bild, das 40
37026 \begin_inset space \thinspace{}
37027 \end_inset
37028
37029 % der Spaltenbreite einnimmt, 1
37030 \begin_inset space \thinspace{}
37031 \end_inset
37032
37033 cm in den Rand ragt und links gesetzt wurde.
37034 \end_layout
37035
37036 \begin_layout Standard
37037 \begin_inset Note Greyedout
37038 status open
37039
37040 \begin_layout Plain Layout
37041
37042 \series bold
37043 Bemerkung:
37044 \series default
37045  Umflossene Objekte sind fragil! Wenn die Abbildung z.
37046 \begin_inset space \thinspace{}
37047 \end_inset
37048
37049 B.
37050  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
37051  oder über anderen Text gedruckt wird.
37052 \end_layout
37053
37054 \end_inset
37055
37056
37057 \end_layout
37058
37059 \begin_layout Standard
37060 Allgemein gilt für umflossene Gleitobjekte:
37061 \end_layout
37062
37063 \begin_layout Itemize
37064 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
37065  fortgesetzt werden.
37066  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
37067  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
37068 \end_layout
37069
37070 \begin_layout Itemize
37071 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
37072  werden oder darin.
37073 \end_layout
37074
37075 \begin_layout Itemize
37076 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
37077  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
37078 \end_layout
37079
37080 \begin_layout Itemize
37081 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
37082 \end_layout
37083
37084 \begin_layout Itemize
37085 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
37086 \begin_inset space \thinspace{}
37087 \end_inset
37088
37089
37090 \begin_inset CommandInset ref
37091 LatexCommand ref
37092 reference "kap:Gleitobjekte"
37093
37094 \end_inset
37095
37096  beschrieben.
37097 \end_layout
37098
37099 \begin_layout Section
37100 Umflossene Fixe Objekte
37101 \begin_inset Index idx
37102 status collapsed
37103
37104 \begin_layout Plain Layout
37105 Umflossene Objekte ! Fixe Objekte
37106 \end_layout
37107
37108 \end_inset
37109
37110
37111 \end_layout
37112
37113 \begin_layout Standard
37114 Die in Abschnitt
37115 \begin_inset space ~
37116 \end_inset
37117
37118
37119 \begin_inset CommandInset ref
37120 LatexCommand ref
37121 reference "abs:Umflossene-Gleitobjekte"
37122
37123 \end_inset
37124
37125  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
37126 \end_layout
37127
37128 \begin_layout Standard
37129 \noindent
37130 \align center
37131 \begin_inset Tabular
37132 <lyxtabular version="3" rows="2" columns="2">
37133 <features rotate="0" tabularvalignment="middle">
37134 <column alignment="center" valignment="top">
37135 <column alignment="center" valignment="top">
37136 <row>
37137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37138 \begin_inset Text
37139
37140 \begin_layout Plain Layout
37141 \begin_inset Graphics
37142         filename ../../images/dialog-show-new-inset_graphics.png
37143         scale 70
37144         scaleBeforeRotation
37145
37146 \end_inset
37147
37148
37149 \end_layout
37150
37151 \end_inset
37152 </cell>
37153 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37154 \begin_inset Text
37155
37156 \begin_layout Plain Layout
37157 Text
37158 \end_layout
37159
37160 \end_inset
37161 </cell>
37162 </row>
37163 <row>
37164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37165 \begin_inset Text
37166
37167 \begin_layout Plain Layout
37168 Text
37169 \end_layout
37170
37171 \end_inset
37172 </cell>
37173 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37174 \begin_inset Text
37175
37176 \begin_layout Plain Layout
37177 Text
37178 \end_layout
37179
37180 \end_inset
37181 </cell>
37182 </row>
37183 </lyxtabular>
37184
37185 \end_inset
37186
37187  oder 
37188 \begin_inset Tabular
37189 <lyxtabular version="3" rows="2" columns="2">
37190 <features rotate="0" tabularvalignment="middle">
37191 <column alignment="center" valignment="top">
37192 <column alignment="center" valignment="top">
37193 <row>
37194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37195 \begin_inset Text
37196
37197 \begin_layout Plain Layout
37198 Text
37199 \end_layout
37200
37201 \end_inset
37202 </cell>
37203 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37204 \begin_inset Text
37205
37206 \begin_layout Plain Layout
37207 \begin_inset Graphics
37208         filename ../../images/dialog-show-new-inset_graphics.png
37209         scale 70
37210         scaleBeforeRotation
37211
37212 \end_inset
37213
37214
37215 \end_layout
37216
37217 \end_inset
37218 </cell>
37219 </row>
37220 <row>
37221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37222 \begin_inset Text
37223
37224 \begin_layout Plain Layout
37225 Text
37226 \end_layout
37227
37228 \end_inset
37229 </cell>
37230 <cell alignment="center" valignment="top" bottomline="true" rightline="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 </row>
37240 </lyxtabular>
37241
37242 \end_inset
37243
37244
37245 \end_layout
37246
37247 \begin_layout Standard
37248 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
37249  wurde, um z.
37250 \begin_inset space \thinspace{}
37251 \end_inset
37252
37253 B.
37254  solche Positionen zu erhalten:
37255 \begin_inset VSpace defskip
37256 \end_inset
37257
37258
37259 \end_layout
37260
37261 \begin_layout Standard
37262 \noindent
37263 \align center
37264 \begin_inset Tabular
37265 <lyxtabular version="3" rows="2" columns="2">
37266 <features rotate="0" tabularvalignment="middle">
37267 <column alignment="center" valignment="top">
37268 <column alignment="center" valignment="top">
37269 <row>
37270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274 Text
37275 \end_layout
37276
37277 \end_inset
37278 </cell>
37279 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37280 \begin_inset Text
37281
37282 \begin_layout Plain Layout
37283 Text
37284 \end_layout
37285
37286 \end_inset
37287 </cell>
37288 </row>
37289 <row>
37290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37291 \begin_inset Text
37292
37293 \begin_layout Plain Layout
37294 \begin_inset Graphics
37295         filename ../../images/dialog-show-new-inset_graphics.png
37296         scale 70
37297         scaleBeforeRotation
37298
37299 \end_inset
37300
37301
37302 \end_layout
37303
37304 \end_inset
37305 </cell>
37306 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37307 \begin_inset Text
37308
37309 \begin_layout Plain Layout
37310 Text
37311 \end_layout
37312
37313 \end_inset
37314 </cell>
37315 </row>
37316 </lyxtabular>
37317
37318 \end_inset
37319
37320  
37321 \begin_inset Tabular
37322 <lyxtabular version="3" rows="2" columns="2">
37323 <features rotate="0" tabularvalignment="middle">
37324 <column alignment="center" valignment="top">
37325 <column alignment="center" valignment="top">
37326 <row>
37327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37328 \begin_inset Text
37329
37330 \begin_layout Plain Layout
37331 Text
37332 \end_layout
37333
37334 \end_inset
37335 </cell>
37336 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37337 \begin_inset Text
37338
37339 \begin_layout Plain Layout
37340 Text
37341 \end_layout
37342
37343 \end_inset
37344 </cell>
37345 </row>
37346 <row>
37347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37348 \begin_inset Text
37349
37350 \begin_layout Plain Layout
37351 Text
37352 \end_layout
37353
37354 \end_inset
37355 </cell>
37356 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37357 \begin_inset Text
37358
37359 \begin_layout Plain Layout
37360 \begin_inset Graphics
37361         filename ../../images/dialog-show-new-inset_graphics.png
37362         scale 70
37363         scaleBeforeRotation
37364
37365 \end_inset
37366
37367
37368 \end_layout
37369
37370 \end_inset
37371 </cell>
37372 </row>
37373 </lyxtabular>
37374
37375 \end_inset
37376
37377  
37378 \begin_inset Tabular
37379 <lyxtabular version="3" rows="2" columns="3">
37380 <features rotate="0" tabularvalignment="middle">
37381 <column alignment="center" valignment="top">
37382 <column alignment="center" valignment="top">
37383 <column alignment="center" valignment="top">
37384 <row>
37385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37386 \begin_inset Text
37387
37388 \begin_layout Plain Layout
37389 Text
37390 \end_layout
37391
37392 \end_inset
37393 </cell>
37394 <cell alignment="center" valignment="top" topline="true" usebox="none">
37395 \begin_inset Text
37396
37397 \begin_layout Plain Layout
37398 \begin_inset Graphics
37399         filename ../../images/dialog-show-new-inset_graphics.png
37400         scale 70
37401         scaleBeforeRotation
37402
37403 \end_inset
37404
37405
37406 \end_layout
37407
37408 \end_inset
37409 </cell>
37410 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37411 \begin_inset Text
37412
37413 \begin_layout Plain Layout
37414 Text
37415 \end_layout
37416
37417 \end_inset
37418 </cell>
37419 </row>
37420 <row>
37421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37422 \begin_inset Text
37423
37424 \begin_layout Plain Layout
37425 Text
37426 \end_layout
37427
37428 \end_inset
37429 </cell>
37430 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37431 \begin_inset Text
37432
37433 \begin_layout Plain Layout
37434 Text
37435 \end_layout
37436
37437 \end_inset
37438 </cell>
37439 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37440 \begin_inset Text
37441
37442 \begin_layout Plain Layout
37443 Text
37444 \end_layout
37445
37446 \end_inset
37447 </cell>
37448 </row>
37449 </lyxtabular>
37450
37451 \end_inset
37452
37453  
37454 \begin_inset Tabular
37455 <lyxtabular version="3" rows="2" columns="3">
37456 <features rotate="0" tabularvalignment="middle">
37457 <column alignment="center" valignment="top">
37458 <column alignment="center" valignment="top">
37459 <column alignment="center" valignment="top">
37460 <row>
37461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37462 \begin_inset Text
37463
37464 \begin_layout Plain Layout
37465 Text
37466 \end_layout
37467
37468 \end_inset
37469 </cell>
37470 <cell alignment="center" valignment="top" topline="true" usebox="none">
37471 \begin_inset Text
37472
37473 \begin_layout Plain Layout
37474 Text
37475 \end_layout
37476
37477 \end_inset
37478 </cell>
37479 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37480 \begin_inset Text
37481
37482 \begin_layout Plain Layout
37483 Text
37484 \end_layout
37485
37486 \end_inset
37487 </cell>
37488 </row>
37489 <row>
37490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37491 \begin_inset Text
37492
37493 \begin_layout Plain Layout
37494 Text
37495 \end_layout
37496
37497 \end_inset
37498 </cell>
37499 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37500 \begin_inset Text
37501
37502 \begin_layout Plain Layout
37503 \begin_inset Graphics
37504         filename ../../images/dialog-show-new-inset_graphics.png
37505         scale 70
37506         scaleBeforeRotation
37507
37508 \end_inset
37509
37510
37511 \end_layout
37512
37513 \end_inset
37514 </cell>
37515 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37516 \begin_inset Text
37517
37518 \begin_layout Plain Layout
37519 Text
37520 \end_layout
37521
37522 \end_inset
37523 </cell>
37524 </row>
37525 </lyxtabular>
37526
37527 \end_inset
37528
37529
37530 \end_layout
37531
37532 \begin_layout Standard
37533 \noindent
37534 \align center
37535 \begin_inset Tabular
37536 <lyxtabular version="3" rows="3" columns="2">
37537 <features rotate="0" tabularvalignment="middle">
37538 <column alignment="center" valignment="top">
37539 <column alignment="center" valignment="top">
37540 <row>
37541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37542 \begin_inset Text
37543
37544 \begin_layout Plain Layout
37545 Text
37546 \end_layout
37547
37548 \end_inset
37549 </cell>
37550 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37551 \begin_inset Text
37552
37553 \begin_layout Plain Layout
37554 Text
37555 \end_layout
37556
37557 \end_inset
37558 </cell>
37559 </row>
37560 <row>
37561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37562 \begin_inset Text
37563
37564 \begin_layout Plain Layout
37565 \begin_inset Graphics
37566         filename ../../images/dialog-show-new-inset_graphics.png
37567         scale 70
37568         scaleBeforeRotation
37569
37570 \end_inset
37571
37572
37573 \end_layout
37574
37575 \end_inset
37576 </cell>
37577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37578 \begin_inset Text
37579
37580 \begin_layout Plain Layout
37581 Text
37582 \end_layout
37583
37584 \end_inset
37585 </cell>
37586 </row>
37587 <row>
37588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37589 \begin_inset Text
37590
37591 \begin_layout Plain Layout
37592 Text
37593 \end_layout
37594
37595 \end_inset
37596 </cell>
37597 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37598 \begin_inset Text
37599
37600 \begin_layout Plain Layout
37601 Text
37602 \end_layout
37603
37604 \end_inset
37605 </cell>
37606 </row>
37607 </lyxtabular>
37608
37609 \end_inset
37610
37611  
37612 \begin_inset Tabular
37613 <lyxtabular version="3" rows="3" columns="3">
37614 <features rotate="0" tabularvalignment="middle">
37615 <column alignment="center" valignment="top">
37616 <column alignment="center" valignment="top">
37617 <column alignment="center" valignment="top">
37618 <row>
37619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37620 \begin_inset Text
37621
37622 \begin_layout Plain Layout
37623 Text
37624 \end_layout
37625
37626 \end_inset
37627 </cell>
37628 <cell alignment="center" valignment="top" topline="true" usebox="none">
37629 \begin_inset Text
37630
37631 \begin_layout Plain Layout
37632 Text
37633 \end_layout
37634
37635 \end_inset
37636 </cell>
37637 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37638 \begin_inset Text
37639
37640 \begin_layout Plain Layout
37641 Text
37642 \end_layout
37643
37644 \end_inset
37645 </cell>
37646 </row>
37647 <row>
37648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37649 \begin_inset Text
37650
37651 \begin_layout Plain Layout
37652 Text
37653 \end_layout
37654
37655 \end_inset
37656 </cell>
37657 <cell alignment="center" valignment="top" usebox="none">
37658 \begin_inset Text
37659
37660 \begin_layout Plain Layout
37661 \begin_inset Graphics
37662         filename ../../images/dialog-show-new-inset_graphics.png
37663         scale 70
37664         scaleBeforeRotation
37665
37666 \end_inset
37667
37668
37669 \end_layout
37670
37671 \end_inset
37672 </cell>
37673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37674 \begin_inset Text
37675
37676 \begin_layout Plain Layout
37677 Text
37678 \end_layout
37679
37680 \end_inset
37681 </cell>
37682 </row>
37683 <row>
37684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37685 \begin_inset Text
37686
37687 \begin_layout Plain Layout
37688 Text
37689 \end_layout
37690
37691 \end_inset
37692 </cell>
37693 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37694 \begin_inset Text
37695
37696 \begin_layout Plain Layout
37697 Text
37698 \end_layout
37699
37700 \end_inset
37701 </cell>
37702 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37703 \begin_inset Text
37704
37705 \begin_layout Plain Layout
37706 Text
37707 \end_layout
37708
37709 \end_inset
37710 </cell>
37711 </row>
37712 </lyxtabular>
37713
37714 \end_inset
37715
37716  
37717 \begin_inset Tabular
37718 <lyxtabular version="3" rows="3" columns="2">
37719 <features rotate="0" tabularvalignment="middle">
37720 <column alignment="center" valignment="top">
37721 <column alignment="center" valignment="top">
37722 <row>
37723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37724 \begin_inset Text
37725
37726 \begin_layout Plain Layout
37727 Text
37728 \end_layout
37729
37730 \end_inset
37731 </cell>
37732 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37733 \begin_inset Text
37734
37735 \begin_layout Plain Layout
37736 Text
37737 \end_layout
37738
37739 \end_inset
37740 </cell>
37741 </row>
37742 <row>
37743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37744 \begin_inset Text
37745
37746 \begin_layout Plain Layout
37747 Text
37748 \end_layout
37749
37750 \end_inset
37751 </cell>
37752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37753 \begin_inset Text
37754
37755 \begin_layout Plain Layout
37756 \begin_inset Graphics
37757         filename ../../images/dialog-show-new-inset_graphics.png
37758         scale 70
37759         scaleBeforeRotation
37760
37761 \end_inset
37762
37763
37764 \end_layout
37765
37766 \end_inset
37767 </cell>
37768 </row>
37769 <row>
37770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37771 \begin_inset Text
37772
37773 \begin_layout Plain Layout
37774 Text
37775 \end_layout
37776
37777 \end_inset
37778 </cell>
37779 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37780 \begin_inset Text
37781
37782 \begin_layout Plain Layout
37783 Text
37784 \end_layout
37785
37786 \end_inset
37787 </cell>
37788 </row>
37789 </lyxtabular>
37790
37791 \end_inset
37792
37793
37794 \end_layout
37795
37796 \begin_layout Standard
37797 \noindent
37798 kann man das LaTeX-Paket 
37799 \series bold
37800 picinpar
37801 \series default
37802
37803 \begin_inset Index idx
37804 status collapsed
37805
37806 \begin_layout Plain Layout
37807 LaTeX-Pakete ! picinpar
37808 \end_layout
37809
37810 \end_inset
37811
37812  benutzen.
37813  Hier ist ein Beispiel:
37814 \end_layout
37815
37816 \begin_layout Standard
37817 \begin_inset ERT
37818 status collapsed
37819
37820 \begin_layout Plain Layout
37821
37822
37823 \backslash
37824 ifpicinpar
37825 \end_layout
37826
37827 \end_inset
37828
37829
37830 \begin_inset Note Note
37831 status open
37832
37833 \begin_layout Plain Layout
37834 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37835 \series bold
37836 picinpar
37837 \series default
37838  installiert ist.
37839 \end_layout
37840
37841 \end_inset
37842
37843
37844 \end_layout
37845
37846 \begin_layout Standard
37847 \begin_inset ERT
37848 status collapsed
37849
37850 \begin_layout Plain Layout
37851
37852
37853 \backslash
37854 begin{window}[2,c,{
37855 \end_layout
37856
37857 \end_inset
37858
37859
37860 \begin_inset Graphics
37861         filename ../clipart/mobius.eps
37862         lyxscale 60
37863         width 40col%
37864         scaleBeforeRotation
37865         rotateOrigin center
37866
37867 \end_inset
37868
37869
37870 \begin_inset ERT
37871 status collapsed
37872
37873 \begin_layout Plain Layout
37874
37875 },]
37876 \end_layout
37877
37878 \begin_layout Plain Layout
37879
37880 {}
37881 \end_layout
37882
37883 \end_inset
37884
37885
37886 \size small
37887 \lang english
37888 It was in the spring of the year 1894 that all London was interested, and
37889  the fashionable world dismayed, by the murder of the Honourable Ronald
37890  Adair under most unusual and inexplicable circumstances.
37891  The public has already learned those particulars of the crime which
37892 \size default
37893
37894 \begin_inset ERT
37895 status collapsed
37896
37897 \begin_layout Plain Layout
37898
37899
37900 \backslash
37901 footnotemark{}
37902 \end_layout
37903
37904 \end_inset
37905
37906
37907 \size small
37908  came out in the police investigation, but a good deal was suppressed upon
37909  that occasion, since the case for the prosecution was so overwhelmingly
37910  strong that it was not necessary to bring forward all the facts.
37911  Only now, at the end of nearly ten years, am I allowed to supply those
37912  missing links which make up the whole of that remarkable chain.
37913 \size default
37914 \lang ngerman
37915
37916 \begin_inset ERT
37917 status collapsed
37918
37919 \begin_layout Plain Layout
37920
37921
37922 \backslash
37923 end{window}
37924 \end_layout
37925
37926 \end_inset
37927
37928
37929 \end_layout
37930
37931 \begin_layout Standard
37932 \begin_inset ERT
37933 status collapsed
37934
37935 \begin_layout Plain Layout
37936
37937
37938 \backslash
37939 footnotetext{
37940 \end_layout
37941
37942 \end_inset
37943
37944 Fußnote des Absatzes mit fixem Objekt.
37945 \begin_inset ERT
37946 status collapsed
37947
37948 \begin_layout Plain Layout
37949
37950 }
37951 \end_layout
37952
37953 \end_inset
37954
37955
37956 \end_layout
37957
37958 \begin_layout Standard
37959 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37960  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37961  vertikale Position im Text bestimmen kann.
37962  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37963  beschriftet werden.
37964 \end_layout
37965
37966 \begin_layout Standard
37967 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37968  Befehl
37969 \end_layout
37970
37971 \begin_layout Standard
37972
37973 \series bold
37974
37975 \backslash
37976 begin{window}[2,c,{
37977 \end_layout
37978
37979 \begin_layout Standard
37980 als TeX-Code einfügt.
37981  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37982  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37983  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37984  Danach fügt man das Objekt ein.
37985  In diesem Beispiel wurde ein Bild der Breite von 40
37986 \begin_inset space \thinspace{}
37987 \end_inset
37988
37989 % der Textspaltenbreite eingefügt.
37990  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37991  Nach dem Objekt fügt man den Befehl
37992 \end_layout
37993
37994 \begin_layout Standard
37995
37996 \series bold
37997 },Beschreibungstext]
37998 \begin_inset Newline newline
37999 \end_inset
38000
38001 {}
38002 \end_layout
38003
38004 \begin_layout Standard
38005 ein.
38006  Man beachte dass das 
38007 \begin_inset Quotes gld
38008 \end_inset
38009
38010
38011 \series bold
38012 {}
38013 \series default
38014
38015 \begin_inset Quotes grd
38016 \end_inset
38017
38018  in der zweiten Zeile steht.
38019  Der Beschreibungstext ist optional.
38020  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
38021  das Objekt befinden, also direkt nach dem 
38022 \series bold
38023 {}
38024 \series default
38025  beginnen.
38026  Am Ende des Absatzes fügt man folgenden Befehl ein:
38027 \end_layout
38028
38029 \begin_layout Standard
38030
38031 \series bold
38032
38033 \backslash
38034 end{window}
38035 \end_layout
38036
38037 \begin_layout Standard
38038 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
38039  man muss stattdessen den Befehl 
38040 \series bold
38041
38042 \backslash
38043 footnotemark
38044 \series default
38045  verwenden.
38046  Außerhalb des Absatzes den Befehl 
38047 \series bold
38048
38049 \backslash
38050 footnotetext
38051 \series default
38052 , wie es in Abschnitt
38053 \begin_inset space ~
38054 \end_inset
38055
38056
38057 \begin_inset CommandInset ref
38058 LatexCommand ref
38059 reference "abs:Fußnoten"
38060
38061 \end_inset
38062
38063  beschrieben ist.
38064 \end_layout
38065
38066 \begin_layout Standard
38067 \begin_inset ERT
38068 status collapsed
38069
38070 \begin_layout Plain Layout
38071
38072
38073 \backslash
38074 else
38075 \end_layout
38076
38077 \end_inset
38078
38079
38080 \begin_inset Note Note
38081 status open
38082
38083 \begin_layout Plain Layout
38084 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38085 \series bold
38086 picinpar
38087 \series default
38088  nicht installiert ist:
38089 \end_layout
38090
38091 \end_inset
38092
38093
38094 \end_layout
38095
38096 \begin_layout Standard
38097 Das LaTeX-Paket 
38098 \series bold
38099 picinpar
38100 \series default
38101  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38102 \end_layout
38103
38104 \begin_layout Standard
38105 \begin_inset ERT
38106 status collapsed
38107
38108 \begin_layout Plain Layout
38109
38110
38111 \backslash
38112 fi
38113 \end_layout
38114
38115 \end_inset
38116
38117
38118 \end_layout
38119
38120 \begin_layout Section
38121 Initiale
38122 \begin_inset Index idx
38123 status collapsed
38124
38125 \begin_layout Plain Layout
38126 Initiale
38127 \end_layout
38128
38129 \end_inset
38130
38131
38132 \begin_inset Index idx
38133 status collapsed
38134
38135 \begin_layout Plain Layout
38136 Umflossene Objekte ! Initiale
38137 \end_layout
38138
38139 \end_inset
38140
38141
38142 \end_layout
38143
38144 \begin_layout Standard
38145 Für Initialen muss das LaTeX-Paket 
38146 \series bold
38147 lettrine
38148 \series default
38149
38150 \begin_inset Index idx
38151 status collapsed
38152
38153 \begin_layout Plain Layout
38154 LaTeX-Pakete ! lettrine
38155 \end_layout
38156
38157 \end_inset
38158
38159  installiert sein und das Modul 
38160 \family sans
38161 Initialen
38162 \family default
38163  im Dokument verwendet werden (Menü 
38164 \family sans
38165 Dokument\SpecialChar \menuseparator
38166 Einstellungen\SpecialChar \menuseparator
38167 Module
38168 \family default
38169 ).
38170  Um eine Initiale einzufügen, verwendet man den Stil 
38171 \family sans
38172 Initiale
38173 \family default
38174 .
38175  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
38176  Die Argumente werden über das Menü 
38177 \family sans
38178 Einfügen
38179 \family default
38180  eingefügt.
38181  Das obligatorische Argument 
38182 \family sans
38183 Initiale
38184 \family default
38185  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
38186 \family sans
38187 Rest
38188 \begin_inset space ~
38189 \end_inset
38190
38191 der
38192 \begin_inset space ~
38193 \end_inset
38194
38195 Initiale
38196 \family default
38197  enthält den Rest des Wortes oder Textes der Initiale.
38198  Das Argument 
38199 \family sans
38200 Optionen
38201 \family default
38202  enthält Parameter um die Initiale zu modifizieren.
38203  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
38204  von 
38205 \series bold
38206 lettrine
38207 \series default
38208
38209 \begin_inset CommandInset citation
38210 LatexCommand cite
38211 key "lettrine"
38212
38213 \end_inset
38214
38215 .
38216  Der Stil selbst enthält den Text, der die Initiale umgibt.
38217  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
38218  Initiale ist, in 
38219 \shape smallcaps
38220 Kapitälchen
38221 \shape default
38222  gedruckt wird.
38223 \end_layout
38224
38225 \begin_layout Standard
38226 Hier sind einige Beispiele:
38227 \end_layout
38228
38229 \begin_layout Standard
38230 \begin_inset ERT
38231 status collapsed
38232
38233 \begin_layout Plain Layout
38234
38235
38236 \backslash
38237 iflettrine
38238 \end_layout
38239
38240 \end_inset
38241
38242
38243 \begin_inset Note Note
38244 status open
38245
38246 \begin_layout Plain Layout
38247 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
38248 \series bold
38249 lettrine
38250 \series default
38251  installiert ist.
38252 \end_layout
38253
38254 \end_inset
38255
38256
38257 \end_layout
38258
38259 \begin_layout Enumerate
38260 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
38261
38262 \begin_inset Formula $\mathfrak{Fraktur}$
38263 \end_inset
38264
38265 :
38266 \end_layout
38267
38268 \begin_deeper
38269 \begin_layout Initial
38270 \begin_inset Argument 2
38271 status open
38272
38273 \begin_layout Plain Layout
38274 \begin_inset Formula $\mathfrak{I}$
38275 \end_inset
38276
38277
38278 \end_layout
38279
38280 \end_inset
38281
38282
38283 \begin_inset Argument 3
38284 status open
38285
38286 \begin_layout Plain Layout
38287 t
38288 \end_layout
38289
38290 \end_inset
38291
38292  
38293 \lang english
38294 was in the spring of the year 1894 that all London was interested, and the
38295  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38296  under most unusual and inexplicable circumstances.
38297  The public has already learned those particulars of the crime which came
38298  out in the police investigation, but a good deal was suppressed upon that
38299  occasion, since the case for the prosecution was so overwhelmingly strong
38300  that it was not necessary to bring forward all the facts.
38301 \end_layout
38302
38303 \end_deeper
38304 \begin_layout Enumerate
38305 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
38306  besteht und kein Text ist in 
38307 \shape smallcaps
38308 Kapitälchen
38309 \shape default
38310 :
38311 \end_layout
38312
38313 \begin_deeper
38314 \begin_layout Initial
38315 \begin_inset Argument 1
38316 status open
38317
38318 \begin_layout Plain Layout
38319 lines=1
38320 \end_layout
38321
38322 \end_inset
38323
38324
38325 \begin_inset Argument 2
38326 status open
38327
38328 \begin_layout Plain Layout
38329 It
38330 \end_layout
38331
38332 \end_inset
38333
38334  
38335 \lang english
38336 was in the spring of the year 1894 that all London was interested, and the
38337  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38338  under most unusual and inexplicable circumstances.
38339  The public has already learned those particulars of the crime which came
38340  out in the police investigation, but a good deal was suppressed upon that
38341  occasion, since the case for the prosecution was so overwhelmingly strong
38342  that it was not necessary to bring forward all the facts.
38343 \end_layout
38344
38345 \end_deeper
38346 \begin_layout Enumerate
38347 Magenta, hängende Initiale über 3
38348 \begin_inset space ~
38349 \end_inset
38350
38351 Zeilen in der Mathe-Schrift
38352 \begin_inset Newline newline
38353 \end_inset
38354
38355  
38356 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
38357 \end_inset
38358
38359 , der Text 
38360 \begin_inset Quotes gld
38361 \end_inset
38362
38363
38364 \lang english
38365 t was in the spring
38366 \lang ngerman
38367
38368 \begin_inset Quotes erd
38369 \end_inset
38370
38371  ist in 
38372 \shape smallcaps
38373 Kapitälchen
38374 \shape default
38375 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
38376 \begin_inset Newline newline
38377 \end_inset
38378
38379
38380 \series bold
38381
38382 \backslash
38383 renewcommand{
38384 \backslash
38385 LettrineFontHook}{
38386 \backslash
38387 color{Farbe}}
38388 \series default
38389
38390 \begin_inset Newline newline
38391 \end_inset
38392
38393 wobei 
38394 \emph on
38395 Farbe
38396 \emph default
38397  
38398 \begin_inset Quotes gld
38399 \end_inset
38400
38401 red
38402 \begin_inset Quotes erd
38403 \end_inset
38404
38405
38406 \begin_inset Quotes gld
38407 \end_inset
38408
38409 blue
38410 \begin_inset Quotes erd
38411 \end_inset
38412
38413
38414 \begin_inset Quotes gld
38415 \end_inset
38416
38417 green
38418 \begin_inset Quotes erd
38419 \end_inset
38420
38421
38422 \begin_inset Quotes gld
38423 \end_inset
38424
38425 yellow
38426 \begin_inset Quotes erd
38427 \end_inset
38428
38429
38430 \begin_inset Quotes gld
38431 \end_inset
38432
38433 cyan
38434 \begin_inset Quotes erd
38435 \end_inset
38436
38437
38438 \begin_inset Quotes gld
38439 \end_inset
38440
38441 magenta
38442 \begin_inset Quotes erd
38443 \end_inset
38444
38445
38446 \begin_inset Quotes gld
38447 \end_inset
38448
38449 black
38450 \begin_inset Quotes erd
38451 \end_inset
38452
38453  oder 
38454 \begin_inset Quotes gld
38455 \end_inset
38456
38457 white
38458 \begin_inset Quotes erd
38459 \end_inset
38460
38461  sein kann, und diesen Befehl zum LaTeX-Vorspann hinzufügen:
38462 \begin_inset Newline newline
38463 \end_inset
38464
38465
38466 \series bold
38467
38468 \backslash
38469 @ifundefined{textcolor}
38470 \begin_inset Newline newline
38471 \end_inset
38472
38473
38474 \begin_inset space ~
38475 \end_inset
38476
38477 {
38478 \backslash
38479 usepackage{color}}{}
38480 \end_layout
38481
38482 \begin_deeper
38483 \begin_layout Standard
38484 \begin_inset ERT
38485 status collapsed
38486
38487 \begin_layout Plain Layout
38488
38489
38490 \backslash
38491 renewcommand{
38492 \backslash
38493 LettrineFontHook}{
38494 \backslash
38495 color{magenta}}
38496 \end_layout
38497
38498 \end_inset
38499
38500
38501 \begin_inset Note Note
38502 status open
38503
38504 \begin_layout Plain Layout
38505 macht die Initiale magenta
38506 \end_layout
38507
38508 \end_inset
38509
38510
38511 \end_layout
38512
38513 \begin_layout Initial
38514 \begin_inset Argument 1
38515 status open
38516
38517 \begin_layout Plain Layout
38518 lines=3, lhang=0.33, loversize=0.25
38519 \end_layout
38520
38521 \end_inset
38522
38523
38524 \begin_inset Argument 2
38525 status open
38526
38527 \begin_layout Plain Layout
38528 \begin_inset Formula $\mathcal{I}$
38529 \end_inset
38530
38531
38532 \end_layout
38533
38534 \end_inset
38535
38536
38537 \begin_inset Argument 3
38538 status open
38539
38540 \begin_layout Plain Layout
38541
38542 \lang english
38543 t was in the spring
38544 \end_layout
38545
38546 \end_inset
38547
38548  
38549 \lang english
38550 of the year 1894 that all London was interested, and the fashionable world
38551  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38552  and inexplicable circumstances.
38553  The public has already learned those particulars of the crime which came
38554  out in the police investigation, but a good deal was suppressed upon that
38555  occasion, since the case for the prosecution was so overwhelmingly strong
38556  that it was not necessary to bring forward all the facts.
38557 \end_layout
38558
38559 \end_deeper
38560 \begin_layout Standard
38561 \begin_inset ERT
38562 status collapsed
38563
38564 \begin_layout Plain Layout
38565
38566
38567 \backslash
38568 else
38569 \end_layout
38570
38571 \end_inset
38572
38573
38574 \begin_inset Note Note
38575 status open
38576
38577 \begin_layout Plain Layout
38578 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38579 \series bold
38580 lettrine
38581 \series default
38582  nicht installiert ist:
38583 \end_layout
38584
38585 \end_inset
38586
38587
38588 \end_layout
38589
38590 \begin_layout Standard
38591 Das LaTeX-Paket 
38592 \series bold
38593 lettrine
38594 \series default
38595  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38596 \end_layout
38597
38598 \begin_layout Standard
38599 \begin_inset ERT
38600 status collapsed
38601
38602 \begin_layout Plain Layout
38603
38604
38605 \backslash
38606 fi
38607 \end_layout
38608
38609 \end_inset
38610
38611
38612 \end_layout
38613
38614 \begin_layout Chapter
38615 Externe Dateien
38616 \begin_inset Index idx
38617 status collapsed
38618
38619 \begin_layout Plain Layout
38620 Dateien ! externe
38621 \end_layout
38622
38623 \end_inset
38624
38625
38626 \end_layout
38627
38628 \begin_layout Standard
38629 Mit 
38630 \family sans
38631 Einfügen\SpecialChar \menuseparator
38632 Datei
38633 \family default
38634  können Sie fremdes Material in Ihr Dokument einsetzen.
38635  Das kann folgendes sein:
38636 \end_layout
38637
38638 \begin_layout Description
38639 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
38640  eingefügt.
38641 \end_layout
38642
38643 \begin_layout Description
38644 Einfacher
38645 \begin_inset space ~
38646 \end_inset
38647
38648 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38649  eingefügt.
38650 \end_layout
38651
38652 \begin_layout Description
38653 Einfacher
38654 \begin_inset space ~
38655 \end_inset
38656
38657 Text,
38658 \begin_inset space ~
38659 \end_inset
38660
38661 Zeilen
38662 \begin_inset space ~
38663 \end_inset
38664
38665 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38666  Leerzeilen trennen die Absätze.
38667 \end_layout
38668
38669 \begin_layout Description
38670 Externes
38671 \begin_inset space ~
38672 \end_inset
38673
38674 Material Dateien in verschiedenen Formaten.
38675 \end_layout
38676
38677 \begin_layout Description
38678 Unterdokument LyX- oder LaTeX-Dokumente.
38679 \end_layout
38680
38681 \begin_layout Section
38682 Externes Material
38683 \begin_inset Index idx
38684 status collapsed
38685
38686 \begin_layout Plain Layout
38687 Externes Material
38688 \end_layout
38689
38690 \end_inset
38691
38692
38693 \end_layout
38694
38695 \begin_layout Standard
38696 Mit 
38697 \family sans
38698 Einfügen\SpecialChar \menuseparator
38699 Datei\SpecialChar \menuseparator
38700  Externes Material
38701 \family default
38702  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38703  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38704  weil LyX sich darum kümmert.
38705  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
38706  eingefügt werden können.
38707  Wenn die Grafikvorschau in den LyX-Einstellungen unter
38708 \family sans
38709  Aussehen
38710 \begin_inset space ~
38711 \end_inset
38712
38713 &
38714 \begin_inset space ~
38715 \end_inset
38716
38717 Handhabung\SpecialChar \menuseparator
38718 Grafik
38719 \family default
38720 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
38721 \end_layout
38722
38723 \begin_layout Standard
38724 Zur Zeit können Sie folgende Dateitypen (
38725 \family sans
38726 Vorlagen
38727 \family default
38728 ) benutzen:
38729 \end_layout
38730
38731 \begin_layout Description
38732 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38733 \series bold
38734
38735 \begin_inset CommandInset href
38736 LatexCommand href
38737 name "XBoard"
38738 target "http://de.wikipedia.org/wiki/XBoard"
38739
38740 \end_inset
38741
38742
38743 \series default
38744  erzeugt wurden.
38745 \end_layout
38746
38747 \begin_layout Description
38748 Datum fügt ein Datum mit dem Format 
38749 \emph on
38750 Tag-Monat-Jahr
38751 \emph default
38752  ein.
38753  Hier ist ein Beispiel: 
38754 \begin_inset External
38755         template Date
38756         filename .
38757
38758 \end_inset
38759
38760
38761 \begin_inset space ~
38762 \end_inset
38763
38764
38765 \begin_inset Note Note
38766 status open
38767
38768 \begin_layout Plain Layout
38769
38770 \lang english
38771 Remove the protected space when bug 4398 is fixed!
38772 \end_layout
38773
38774 \end_inset
38775
38776
38777 \begin_inset Newline newline
38778 \end_inset
38779
38780 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
38781  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38782  Menü 
38783 \family sans
38784 Einfügen\SpecialChar \menuseparator
38785 Datum
38786 \family default
38787  und mit dem LaTeX-Befehl 
38788 \series bold
38789
38790 \backslash
38791 today
38792 \series default
38793 .
38794  Die verschiedenen Methoden werden in Tabelle
38795 \begin_inset space ~
38796 \end_inset
38797
38798
38799 \begin_inset CommandInset ref
38800 LatexCommand ref
38801 reference "tab:Vergleich-der-Datums-Eingaben"
38802
38803 \end_inset
38804
38805  verglichen.
38806 \end_layout
38807
38808 \begin_layout Description
38809 Dia unterstützt Diagramme, die mit dem Programm 
38810 \series bold
38811
38812 \begin_inset CommandInset href
38813 LatexCommand href
38814 name "Dia"
38815 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38816
38817 \end_inset
38818
38819
38820 \series default
38821  erzeugt wurden.
38822 \end_layout
38823
38824 \begin_layout Description
38825 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38826 \series bold
38827
38828 \begin_inset CommandInset href
38829 LatexCommand href
38830 name "Gnumeric"
38831 target "http://de.wikipedia.org/wiki/Gnumeric"
38832
38833 \end_inset
38834
38835
38836 \series default
38837
38838 \begin_inset CommandInset href
38839 LatexCommand href
38840 name "OpenDocument"
38841 target "http://de.wikipedia.org/wiki/OpenDocument"
38842
38843 \end_inset
38844
38845
38846 \begin_inset CommandInset href
38847 LatexCommand href
38848 name "Microsoft Office XML"
38849 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38850
38851 \end_inset
38852
38853  und 
38854 \begin_inset CommandInset href
38855 LatexCommand href
38856 name "Office Open XML"
38857 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38858
38859 \end_inset
38860
38861  einfügen.
38862  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
38863 \family typewriter
38864 ssconvert
38865 \family default
38866  gefunden haben.
38867  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38868  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38869  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
38870 \emph on
38871 spreadsheet.lyx
38872 \emph default
38873 .
38874 \end_layout
38875
38876 \begin_layout Description
38877 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38878  dem Notensatzprogramm 
38879 \series bold
38880
38881 \begin_inset CommandInset href
38882 LatexCommand href
38883 name "LilyPond"
38884 target "http://de.wikipedia.org/wiki/LilyPond"
38885
38886 \end_inset
38887
38888
38889 \series default
38890  gesetzt werden.
38891  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
38892  
38893 \emph on
38894 lilypond.lyx
38895 \emph default
38896 .
38897 \end_layout
38898
38899 \begin_layout Description
38900 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38901  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38902  
38903 \series bold
38904 pages
38905 \series default
38906  im Feld 
38907 \family sans
38908 Option
38909 \family default
38910  in der Karteikarte 
38911 \family sans
38912 LaTeX- und LyX-Optionen
38913 \family default
38914 .
38915  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38916  (man gibt als Option 
38917 \series bold
38918 pages={3,5,6,8}
38919 \series default
38920  an), Seitenbereiche (
38921 \series bold
38922 pages={4-9}
38923 \series default
38924 ) oder eine Kombination davon enthält.
38925  Um leere Seiten einzufügen, verwendet man {}.
38926  Z.
38927 \begin_inset space \thinspace{}
38928 \end_inset
38929
38930 B.
38931  fügt 
38932 \series bold
38933 pages={3,{},8-11,15}
38934 \series default
38935  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38936  Seitenbereiche werden mit der Syntax 
38937 \emph on
38938 Start
38939 \emph default
38940 -
38941 \emph on
38942 Stop
38943 \emph default
38944  angegeben.
38945  Dies wählt alle Seiten von 
38946 \emph on
38947 Start
38948 \emph default
38949  bis 
38950 \emph on
38951 Stop
38952 \emph default
38953  aus.
38954  Wird 
38955 \emph on
38956 Start
38957 \emph default
38958  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38959 \emph on
38960 Stop
38961 \emph default
38962  weggelassen, wird stattdessen die letzte Seite verwendet.
38963  Die letzte Seite kann außerdem mit dem Schlagwort 
38964 \series bold
38965 last
38966 \series default
38967  ausgewählt werden.
38968  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38969 \series bold
38970 pages=-
38971 \series default
38972  fügt also alle Seiten des Dokuments ein und 
38973 \series bold
38974 pages=last-1
38975 \series default
38976  fügt alle Seiten in umgekehrter Reihenfolge ein.
38977  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38978  eingefügt.
38979 \begin_inset Newline newline
38980 \end_inset
38981
38982 Die Option 
38983 \series bold
38984 noautoscale
38985 \series default
38986  fügt die Seiten in ihrer Originalgröße ein.
38987  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38988  dass sie die komplette Breite Ihres Dokuments einnehmen.
38989  In der Karteikarte 
38990 \family sans
38991 Größe und Drehung
38992 \family default
38993  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38994  werden.
38995  Wird eine andere Breite als 100
38996 \begin_inset space \thinspace{}
38997 \end_inset
38998
38999 Größe% verwendet, wird die Option 
39000 \series bold
39001 noautoscale
39002 \series default
39003  überschrieben.
39004  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
39005  des LaTeX-Pakets 
39006 \series bold
39007 pdfpages
39008 \series default
39009  
39010 \begin_inset CommandInset citation
39011 LatexCommand cite
39012 key "pdfpages"
39013
39014 \end_inset
39015
39016 .
39017 \begin_inset Index idx
39018 status collapsed
39019
39020 \begin_layout Plain Layout
39021 LaTeX-Pakete ! pdfpages
39022 \end_layout
39023
39024 \end_inset
39025
39026
39027 \begin_inset Newline newline
39028 \end_inset
39029
39030 Um diese Vorlage in einer 
39031 \family sans
39032 Beamer
39033 \family default
39034 -Präsentation zu verwenden, muss zuerst eine 
39035 \family sans
39036 BeendeRahmen
39037 \family default
39038  Umgebung eingefügt werden.
39039  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
39040 \series bold
39041
39042 \backslash
39043 setbeamertemplate{background canvas}{}
39044 \series default
39045 .
39046  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
39047  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
39048  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
39049  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
39050  sicher, dass die Ausrichtung 
39051 \family sans
39052 Standard
39053 \family default
39054  für den Absatz verwendet wird, der die Vorlage enthält.
39055 \begin_inset Newline newline
39056 \end_inset
39057
39058 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
39059 \begin_inset External
39060         template PDFPages
39061         filename ../clipart/Abstract.pdf
39062         extra LaTeX "pages=-"
39063         rotateAngle -5
39064         rotateOrigin bottomleft
39065         width 50col%
39066
39067 \end_inset
39068
39069
39070 \end_layout
39071
39072 \begin_layout Description
39073 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
39074  Die Bilddateien können im Dialogfenster 
39075 \family sans
39076 Externes
39077 \begin_inset space ~
39078 \end_inset
39079
39080 Material
39081 \family default
39082  genauso behandelt werden wie die mit dem normalen 
39083 \family sans
39084 Grafik
39085 \family default
39086 -Dialog eingefügten, siehe Abschnitt
39087 \begin_inset space ~
39088 \end_inset
39089
39090
39091 \begin_inset CommandInset ref
39092 LatexCommand ref
39093 reference "abs:Grafik-Dialog"
39094
39095 \end_inset
39096
39097 .
39098  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
39099  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
39100  Hier ist ein eingefügtes Rasterbild: 
39101 \begin_inset External
39102         template RasterImage
39103         filename ../clipart/ToolbarEnvBox.png
39104
39105 \end_inset
39106
39107
39108 \end_layout
39109
39110 \begin_layout Description
39111 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
39112 \series bold
39113
39114 \begin_inset CommandInset href
39115 LatexCommand href
39116 name "Xfig"
39117 target "http://de.wikipedia.org/wiki/Xfig"
39118
39119 \end_inset
39120
39121
39122 \series default
39123  erzeugt wurden.
39124 \end_layout
39125
39126 \begin_layout Standard
39127 \begin_inset Float table
39128 placement !h
39129 wide false
39130 sideways false
39131 status open
39132
39133 \begin_layout Plain Layout
39134 \begin_inset Caption Standard
39135
39136 \begin_layout Plain Layout
39137 \begin_inset CommandInset label
39138 LatexCommand label
39139 name "tab:Vergleich-der-Datums-Eingaben"
39140
39141 \end_inset
39142
39143 Vergleich der Datums-Eingaben
39144 \end_layout
39145
39146 \end_inset
39147
39148
39149 \end_layout
39150
39151 \begin_layout Plain Layout
39152 \align center
39153 \begin_inset Tabular
39154 <lyxtabular version="3" rows="4" columns="4">
39155 <features rotate="0" tabularvalignment="middle">
39156 <column alignment="center" valignment="top">
39157 <column alignment="center" valignment="top">
39158 <column alignment="center" valignment="top">
39159 <column alignment="center" valignment="top">
39160 <row>
39161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39162 \begin_inset Text
39163
39164 \begin_layout Plain Layout
39165 Dokumentformat
39166 \end_layout
39167
39168 \end_inset
39169 </cell>
39170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39171 \begin_inset Text
39172
39173 \begin_layout Plain Layout
39174
39175 \family sans
39176 Externes Material\SpecialChar \menuseparator
39177 Datum
39178 \end_layout
39179
39180 \end_inset
39181 </cell>
39182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39183 \begin_inset Text
39184
39185 \begin_layout Plain Layout
39186
39187 \family sans
39188 Einfügen\SpecialChar \menuseparator
39189 Datum
39190 \end_layout
39191
39192 \end_inset
39193 </cell>
39194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39195 \begin_inset Text
39196
39197 \begin_layout Plain Layout
39198 Befehl 
39199 \series bold
39200
39201 \backslash
39202 today
39203 \end_layout
39204
39205 \end_inset
39206 </cell>
39207 </row>
39208 <row>
39209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39210 \begin_inset Text
39211
39212 \begin_layout Plain Layout
39213 LyX
39214 \end_layout
39215
39216 \end_inset
39217 </cell>
39218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39219 \begin_inset Text
39220
39221 \begin_layout Plain Layout
39222 als Box
39223 \end_layout
39224
39225 \end_inset
39226 </cell>
39227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39228 \begin_inset Text
39229
39230 \begin_layout Plain Layout
39231 als Datum
39232 \end_layout
39233
39234 \end_inset
39235 </cell>
39236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39237 \begin_inset Text
39238
39239 \begin_layout Plain Layout
39240 als TeX-Code
39241 \end_layout
39242
39243 \end_inset
39244 </cell>
39245 </row>
39246 <row>
39247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39248 \begin_inset Text
39249
39250 \begin_layout Plain Layout
39251 LaTeX
39252 \end_layout
39253
39254 \end_inset
39255 </cell>
39256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39257 \begin_inset Text
39258
39259 \begin_layout Plain Layout
39260 als Datum
39261 \end_layout
39262
39263 \end_inset
39264 </cell>
39265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39266 \begin_inset Text
39267
39268 \begin_layout Plain Layout
39269 als Datum
39270 \end_layout
39271
39272 \end_inset
39273 </cell>
39274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39275 \begin_inset Text
39276
39277 \begin_layout Plain Layout
39278 als Befehl
39279 \end_layout
39280
39281 \end_inset
39282 </cell>
39283 </row>
39284 <row>
39285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39286 \begin_inset Text
39287
39288 \begin_layout Plain Layout
39289 DVI, PDF, PS
39290 \end_layout
39291
39292 \end_inset
39293 </cell>
39294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39295 \begin_inset Text
39296
39297 \begin_layout Plain Layout
39298 als Datum
39299 \end_layout
39300
39301 \end_inset
39302 </cell>
39303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39304 \begin_inset Text
39305
39306 \begin_layout Plain Layout
39307 als Datum
39308 \end_layout
39309
39310 \end_inset
39311 </cell>
39312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39313 \begin_inset Text
39314
39315 \begin_layout Plain Layout
39316 als Datum
39317 \end_layout
39318
39319 \end_inset
39320 </cell>
39321 </row>
39322 </lyxtabular>
39323
39324 \end_inset
39325
39326
39327 \end_layout
39328
39329 \end_inset
39330
39331
39332 \end_layout
39333
39334 \begin_layout Standard
39335 Wenn Sie im Dialogfenster
39336 \family sans
39337  Externes
39338 \begin_inset space ~
39339 \end_inset
39340
39341 Material 
39342 \family default
39343 in der Karteikarte
39344 \family sans
39345  Datei
39346 \family default
39347  die Option 
39348 \family sans
39349 Entwurf
39350 \family default
39351  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
39352 \begin_inset Newline newline
39353 \end_inset
39354
39355 LyX kann externes Material entweder als Box wie hier: 
39356 \begin_inset Graphics
39357         filename clipart/ExternesMaterialQt4.png
39358         scale 85
39359         scaleBeforeRotation
39360
39361 \end_inset
39362
39363  oder als Bild darstellen.
39364  Das hängt davon ab, ob Sie im Dialog
39365 \family sans
39366  
39367 \family default
39368 in der Karteikarte 
39369 \family sans
39370 LaTeX- und LyX-Optionen
39371 \family default
39372  die Option 
39373 \family sans
39374 In
39375 \begin_inset space ~
39376 \end_inset
39377
39378 LyX
39379 \begin_inset space ~
39380 \end_inset
39381
39382 anzeigen
39383 \family default
39384  gewählt haben oder nicht.
39385 \end_layout
39386
39387 \begin_layout Standard
39388 Im LyX-Handbuch 
39389 \family sans
39390 \emph on
39391 Anpassung
39392 \family default
39393 \emph default
39394  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39395 \end_layout
39396
39397 \begin_layout Section
39398 Unterdokumente
39399 \begin_inset CommandInset label
39400 LatexCommand label
39401 name "abs:Unterdokumente"
39402
39403 \end_inset
39404
39405
39406 \begin_inset Index idx
39407 status collapsed
39408
39409 \begin_layout Plain Layout
39410 Unterdokument
39411 \end_layout
39412
39413 \end_inset
39414
39415
39416 \end_layout
39417
39418 \begin_layout Standard
39419 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39420  oder Abschnitten bestehen.
39421  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39422  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39423  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39424  z.
39425 \begin_inset space \thinspace{}
39426 \end_inset
39427
39428 B.
39429  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
39430 \end_layout
39431
39432 \begin_layout Standard
39433 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39434  müssen, geben Sie im Unterdokument im Menü
39435 \family sans
39436  Dokument\SpecialChar \menuseparator
39437 Einstellungen\SpecialChar \menuseparator
39438 Dokumentklasse
39439 \family default
39440  das Hauptdokument an.
39441  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
39442  bearbeiten.
39443 \end_layout
39444
39445 \begin_layout Standard
39446 Unterdokumente werden in LyX als Box angezeigt: 
39447 \begin_inset Graphics
39448         filename clipart/UnterdokumentQt4.png
39449         scale 85
39450         scaleBeforeRotation
39451
39452 \end_inset
39453
39454  Sie werden über
39455 \family sans
39456  Einfügen\SpecialChar \menuseparator
39457 Datei\SpecialChar \menuseparator
39458 Unterdokument
39459 \family default
39460  eingebunden, was das Dialogfenster
39461 \family sans
39462  Unterdokument
39463 \family default
39464  öffnet.
39465  Für 
39466 \family sans
39467 die Art
39468 \begin_inset space ~
39469 \end_inset
39470
39471 der
39472 \begin_inset space ~
39473 \end_inset
39474
39475 Einbindung
39476 \family default
39477  gibt es dort vier Möglichkeiten:
39478 \end_layout
39479
39480 \begin_layout Description
39481 Include Sie können LyX- und LaTeX-Dokumente einbinden.
39482  Wenn Sie im Dialogfenster
39483 \family sans
39484  Unterdokument
39485 \family default
39486  auf 
39487 \family sans
39488 Bearbeiten
39489 \family default
39490  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39491  und Sie können es editieren.
39492 \begin_inset Newline newline
39493 \end_inset
39494
39495
39496 \end_layout
39497
39498 \begin_layout Standard
39499 Hier wird ein Unterdokument
39500 \family sans
39501  
39502 \family default
39503 per 
39504 \family sans
39505 Include
39506 \family default
39507  eingebunden: 
39508 \begin_inset CommandInset include
39509 LatexCommand include
39510 filename "DummyDocument1.lyx"
39511
39512 \end_inset
39513
39514 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39515  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39516  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39517 s.
39518  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39519 \begin_inset space ~
39520 \end_inset
39521
39522
39523 \begin_inset CommandInset ref
39524 LatexCommand ref
39525 reference "uab:Externer-Unterabschnitt-1"
39526
39527 \end_inset
39528
39529 .
39530 \end_layout
39531
39532 \begin_layout Standard
39533 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39534  wird benutzt.
39535  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39536  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39537  Unterdokumente, die per 
39538 \family sans
39539 Include
39540 \family default
39541  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39542  und enden mit einem Seitenumbruch.
39543 \end_layout
39544
39545 \begin_layout Standard
39546 \begin_inset Note Greyedout
39547 status open
39548
39549 \begin_layout Plain Layout
39550
39551 \series bold
39552 Bemerkung:
39553 \series default
39554  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
39555  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
39556  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
39557  Ergebnissen führen wird.
39558 \end_layout
39559
39560 \end_inset
39561
39562
39563 \end_layout
39564
39565 \begin_layout Description
39566 Input Diese Methode ist 
39567 \family sans
39568 Include
39569 \family default
39570  sehr ähnlich mit folgenden Unterschieden:
39571 \end_layout
39572
39573 \begin_deeper
39574 \begin_layout Itemize
39575 Unterdokumente, die per 
39576 \family sans
39577 Input
39578 \family default
39579  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39580  Seite und enden NICHT mit einem Seitenumbruch.
39581 \end_layout
39582
39583 \begin_layout Itemize
39584 Unterdokumente, die per 
39585 \family sans
39586 Input
39587 \family default
39588  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
39589 \family sans
39590  Unterdokument Vorschau
39591 \begin_inset space ~
39592 \end_inset
39593
39594 anzeigen
39595 \family default
39596  angekreuzt wurde und in den LyX-Einstellungen unter
39597 \family sans
39598  Aussehen
39599 \begin_inset space ~
39600 \end_inset
39601
39602 &
39603 \begin_inset space ~
39604 \end_inset
39605
39606 Handhabung\SpecialChar \menuseparator
39607 Grafik\SpecialChar \menuseparator
39608 Sofortige
39609 \begin_inset space ~
39610 \end_inset
39611
39612 Vorschau
39613 \family default
39614  auf 
39615 \family sans
39616 An
39617 \family default
39618  gesetzt wurde.
39619  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39620  aus.
39621 \end_layout
39622
39623 \begin_layout Itemize
39624 Unterdokumente, die per 
39625 \family sans
39626 Input
39627 \family default
39628  eingebunden werden, können nicht über das Menü 
39629 \family sans
39630 Dokument\SpecialChar \menuseparator
39631 Einstellungen\SpecialChar \menuseparator
39632 Unterdokumente
39633 \family default
39634  unterdrückt werden.
39635 \end_layout
39636
39637 \end_deeper
39638 \begin_layout Standard
39639 Hier ist ein Unterdokument, das mit
39640 \family sans
39641  Input
39642 \family default
39643  eingebunden wurde: 
39644 \begin_inset CommandInset include
39645 LatexCommand input
39646 filename "DummyDocument2.lyx"
39647
39648 \end_inset
39649
39650 .
39651 \end_layout
39652
39653 \begin_layout Description
39654 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39655   In der Druckvorschau wird für den Text der Stil 
39656 \family typewriter
39657 Schreibmaschine
39658 \family default
39659  verwendet.
39660  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39661  Wenn Sie im Dialogfenster
39662 \family sans
39663  Unterdokument Leerzeichen
39664 \begin_inset space ~
39665 \end_inset
39666
39667 bei
39668 \begin_inset space ~
39669 \end_inset
39670
39671 der
39672 \begin_inset space ~
39673 \end_inset
39674
39675 Ausgabe
39676 \begin_inset space ~
39677 \end_inset
39678
39679 kennzeichnen 
39680 \family default
39681 ankreuzen, wird in der Druckvorschau das Zeichen 
39682 \begin_inset Quotes gld
39683 \end_inset
39684
39685
39686 \begin_inset ERT
39687 status collapsed
39688
39689 \begin_layout Plain Layout
39690
39691
39692 \backslash
39693 textvisiblespace 
39694 \end_layout
39695
39696 \end_inset
39697
39698
39699 \begin_inset Quotes grd
39700 \end_inset
39701
39702  für jedes Leerzeichen eingefügt.
39703 \begin_inset Newline newline
39704 \end_inset
39705
39706 Im Gegensatz zu 
39707 \family sans
39708 Einfügen\SpecialChar \menuseparator
39709 Datei\SpecialChar \menuseparator
39710 Einfacher
39711 \begin_inset space ~
39712 \end_inset
39713
39714 Text
39715 \family default
39716  wird bei 
39717 \family sans
39718 Unformatiert
39719 \family default
39720  der Dateiinhalt in LyX nicht dargestellt.
39721 \end_layout
39722
39723 \begin_layout Standard
39724 Hier ist ein Unterdokument, das mit
39725 \family sans
39726  Unformatiert
39727 \family default
39728  eingebunden wurde: 
39729 \begin_inset CommandInset include
39730 LatexCommand verbatiminput
39731 filename "DummyTextDocument.txt"
39732
39733 \end_inset
39734
39735
39736 \begin_inset VSpace bigskip
39737 \end_inset
39738
39739 Hier ist ein Unterdokument, das mit
39740 \family sans
39741  Unformatiert
39742 \family default
39743  eingebunden wurde und
39744 \family sans
39745  Leerzeichen
39746 \begin_inset space ~
39747 \end_inset
39748
39749 bei
39750 \begin_inset space ~
39751 \end_inset
39752
39753 der
39754 \begin_inset space ~
39755 \end_inset
39756
39757 Ausgabe
39758 \begin_inset space ~
39759 \end_inset
39760
39761 kennzeichnen
39762 \family default
39763  angekreuzt hat: 
39764 \begin_inset CommandInset include
39765 LatexCommand verbatiminput*
39766 filename "DummyTextDocument.txt"
39767
39768 \end_inset
39769
39770
39771 \end_layout
39772
39773 \begin_layout Standard
39774 \begin_inset VSpace bigskip
39775 \end_inset
39776
39777
39778 \end_layout
39779
39780 \begin_layout Standard
39781 \begin_inset Note Greyedout
39782 status open
39783
39784 \begin_layout Plain Layout
39785
39786 \series bold
39787 Bemerkung:
39788 \series default
39789  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39790  
39791 \family sans
39792 Unformatiert
39793 \family default
39794  eingebunden werden, am Zeilenende nicht umgebrochen.
39795 \end_layout
39796
39797 \end_inset
39798
39799
39800 \end_layout
39801
39802 \begin_layout Description
39803 Listing Dieser Typ wird in Kapitel
39804 \begin_inset space ~
39805 \end_inset
39806
39807
39808 \begin_inset CommandInset ref
39809 LatexCommand ref
39810 reference "kap:Programm-Code-Listen"
39811
39812 \end_inset
39813
39814  beschrieben.
39815 \end_layout
39816
39817 \begin_layout Standard
39818 \begin_inset Note Greyedout
39819 status open
39820
39821 \begin_layout Plain Layout
39822
39823 \series bold
39824 Bemerkung:
39825 \series default
39826  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39827  das zu LaTeX-Problemen führen.
39828 \end_layout
39829
39830 \end_inset
39831
39832
39833 \end_layout
39834
39835 \begin_layout Standard
39836 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39837  wollen, z.
39838 \begin_inset space \thinspace{}
39839 \end_inset
39840
39841 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39842  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39843  Dies geschieht über das Menü 
39844 \family sans
39845 Dokument\SpecialChar \menuseparator
39846 Einstellungen\SpecialChar \menuseparator
39847 Unterdokumente
39848 \family default
39849 .
39850  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39851  in die Spalte 
39852 \family sans
39853 In Ausgabe einbinden
39854 \family default
39855  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39856  für Unterdokumente möglich ist, die per 
39857 \family sans
39858 Input
39859 \family default
39860  eingebunden wurden).
39861  Wenn die Option 
39862 \family sans
39863 Zähler und Querverweise wahren
39864 \family default
39865  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
39866 \begin_inset space ~
39867 \end_inset
39868
39869 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39870  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39871  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39872  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
39873  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39874  sind, wählen sie die Option nicht.
39875 \end_layout
39876
39877 \begin_layout Standard
39878 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39879 \begin_inset Foot
39880 status collapsed
39881
39882 \begin_layout Plain Layout
39883 Zweige sind im Kapitel 
39884 \emph on
39885 Zweige
39886 \emph default
39887  des LyX 
39888 \emph on
39889 Benutzerhandbuchs
39890 \emph default
39891  erklärt.
39892 \end_layout
39893
39894 \end_inset
39895
39896  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39897  Dateien in der Ausgabe erscheinen.
39898  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39899  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39900  werden.
39901 \end_layout
39902
39903 \begin_layout Chapter
39904 Programm-Code-Listen
39905 \begin_inset CommandInset label
39906 LatexCommand label
39907 name "kap:Programm-Code-Listen"
39908
39909 \end_inset
39910
39911
39912 \begin_inset Index idx
39913 status collapsed
39914
39915 \begin_layout Plain Layout
39916 Listen
39917 \end_layout
39918
39919 \end_inset
39920
39921
39922 \begin_inset Index idx
39923 status collapsed
39924
39925 \begin_layout Plain Layout
39926 Programm-Code
39927 \end_layout
39928
39929 \end_inset
39930
39931
39932 \end_layout
39933
39934 \begin_layout Standard
39935 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39936 \family sans
39937 Einfügen\SpecialChar \menuseparator
39938 Pro\SpecialChar \-
39939 grammlisting
39940 \family default
39941  verwenden.
39942  Das LaTeX-Paket 
39943 \series bold
39944 listings
39945 \series default
39946
39947 \begin_inset Index idx
39948 status collapsed
39949
39950 \begin_layout Plain Layout
39951 LaTeX-Pakete ! listings
39952 \end_layout
39953
39954 \end_inset
39955
39956  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39957 \end_layout
39958
39959 \begin_layout Standard
39960 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39961 rmat der Programm-Code-Liste festlegen.
39962 \end_layout
39963
39964 \begin_layout Standard
39965 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39966  Die Platzierungsoption 
39967 \family sans
39968 Eingebettetes
39969 \begin_inset space ~
39970 \end_inset
39971
39972 Listing
39973 \family default
39974  druckt das Listing in der Zeile wie hier: 
39975 \begin_inset listings
39976 lstparams "language={C++}"
39977 inline true
39978 status open
39979
39980 \begin_layout Plain Layout
39981
39982 int a=5;
39983 \end_layout
39984
39985 \end_inset
39986
39987
39988 \begin_inset Newline newline
39989 \end_inset
39990
39991 Die Option 
39992 \family sans
39993 Gleitobjekt
39994 \family default
39995  erzeugt ein Listing-Gleitobjekt, dessen 
39996 \family sans
39997 Platzierung 
39998 \family default
39999 Sie mit 
40000 \family sans
40001 h
40002 \family default
40003
40004 \family sans
40005 t
40006 \family default
40007
40008 \family sans
40009 b
40010 \family default
40011  und 
40012 \family sans
40013 p
40014 \family default
40015 , analog zu den in Abschnitt
40016 \begin_inset space ~
40017 \end_inset
40018
40019
40020 \begin_inset CommandInset ref
40021 LatexCommand ref
40022 reference "abs:Gleitobjekt-Platzierung"
40023
40024 \end_inset
40025
40026  beschriebenen Platzierungsoptionen festlegen können.
40027  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
40028  hintereinander angegeben, z.
40029 \begin_inset space \thinspace{}
40030 \end_inset
40031
40032 B.
40033  
40034 \begin_inset Quotes gld
40035 \end_inset
40036
40037
40038 \family sans
40039 htbp
40040 \family default
40041
40042 \begin_inset Quotes grd
40043 \end_inset
40044
40045 .
40046  Die Option 
40047 \begin_inset Quotes gld
40048 \end_inset
40049
40050 h
40051 \begin_inset Quotes grd
40052 \end_inset
40053
40054  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
40055  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
40056 \end_layout
40057
40058 \begin_layout Standard
40059 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
40060  zu verweisen: Listing
40061 \begin_inset space ~
40062 \end_inset
40063
40064
40065 \begin_inset CommandInset ref
40066 LatexCommand ref
40067 reference "lst:Gleitendes-Programm-Listing"
40068
40069 \end_inset
40070
40071 .
40072  Mit dem Menü 
40073 \family sans
40074 Einfügen\SpecialChar \menuseparator
40075 Liste
40076 \begin_inset space ~
40077 \end_inset
40078
40079 /
40080 \begin_inset space ~
40081 \end_inset
40082
40083 Inhaltsverzeichnis\SpecialChar \menuseparator
40084 Listings Verzeichnis
40085 \family default
40086  kann ein Verzeichnis aller Listings eingefügt werden.
40087  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
40088 \end_layout
40089
40090 \begin_layout Standard
40091 \begin_inset listings
40092 lstparams "language=Python"
40093 inline false
40094 status open
40095
40096 \begin_layout Plain Layout
40097
40098 \begin_inset Caption Standard
40099
40100 \begin_layout Plain Layout
40101 \begin_inset CommandInset label
40102 LatexCommand label
40103 name "lst:Gleitendes-Programm-Listing"
40104
40105 \end_inset
40106
40107 Gleitendes Programm-Listing
40108 \end_layout
40109
40110 \end_inset
40111
40112 # Gleitendes Programm-Listing
40113 \end_layout
40114
40115 \begin_layout Plain Layout
40116
40117 def func(param):
40118 \end_layout
40119
40120 \begin_layout Plain Layout
40121
40122     'Dies ist eine Python-Funktion'
40123 \end_layout
40124
40125 \begin_layout Plain Layout
40126
40127     pass
40128 \end_layout
40129
40130 \end_inset
40131
40132
40133 \end_layout
40134
40135 \begin_layout Standard
40136 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
40137  der Sprache erkannt und besonders gedruckt, wie 
40138 \emph on
40139 #
40140 \emph default
40141
40142 \emph on
40143 def
40144 \emph default
40145  und 
40146 \emph on
40147 pass
40148 \emph default
40149  in Listing
40150 \begin_inset space ~
40151 \end_inset
40152
40153
40154 \begin_inset CommandInset ref
40155 LatexCommand ref
40156 reference "lst:Gleitendes-Programm-Listing"
40157
40158 \end_inset
40159
40160 .
40161 \end_layout
40162
40163 \begin_layout Standard
40164 \begin_inset Note Greyedout
40165 status open
40166
40167 \begin_layout Plain Layout
40168
40169 \series bold
40170 Bemerkung:
40171 \series default
40172  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
40173 \family typewriter
40174 Schreib\SpecialChar \-
40175 maschine
40176 \family default
40177  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
40178 h keine fett gedruckten Buchstaben.
40179  Wählen Sie in diesem Fall eine andere Schrift im Menü 
40180 \family sans
40181 Dokument\SpecialChar \menuseparator
40182 Einstellungen\SpecialChar \menuseparator
40183 Schriften
40184 \family default
40185 .
40186  (Die Schriften 
40187 \emph on
40188 LuxiMono, BeraMono
40189 \emph default
40190  und 
40191 \emph on
40192 Courier
40193 \emph default
40194  enthalten fett gedruckte Buchstaben.)
40195 \end_layout
40196
40197 \end_inset
40198
40199
40200 \end_layout
40201
40202 \begin_layout Standard
40203 Im Abschnitt 
40204 \family sans
40205 Zeilennummerierung
40206 \family default
40207  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
40208 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
40209  jede wievielte Zeile nummeriert werden soll und die 
40210 \family sans
40211 Schriftgröße
40212 \family default
40213  der Nummerierung.
40214 \end_layout
40215
40216 \begin_layout Standard
40217 Im Abschnitt 
40218 \family sans
40219 Bereich
40220 \family default
40221  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
40222  Im Abschnitt 
40223 \family sans
40224 Stil
40225 \family default
40226  legen Sie fest, wie die Liste ausgedruckt werden soll.
40227  Die Option 
40228 \family sans
40229 Erweiterte
40230 \begin_inset space ~
40231 \end_inset
40232
40233 Zeichentabelle
40234 \family default
40235  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
40236 \end_layout
40237
40238 \begin_layout Standard
40239 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
40240 \begin_inset Quotes gld
40241 \end_inset
40242
40243 3
40244 \begin_inset Quotes grd
40245 \end_inset
40246
40247 , Sprache 
40248 \begin_inset Quotes gld
40249 \end_inset
40250
40251 Python
40252 \begin_inset Quotes grd
40253 \end_inset
40254
40255 , Optionen 
40256 \begin_inset Quotes gld
40257 \end_inset
40258
40259 Erweiterte Zeichentabelle
40260 \begin_inset Quotes grd
40261 \end_inset
40262
40263  und 
40264 \begin_inset Quotes gld
40265 \end_inset
40266
40267 Leerzeichen als Symbol
40268 \begin_inset Quotes grd
40269 \end_inset
40270
40271  und Bereich Zeilen 3
40272 \begin_inset space \thinspace{}
40273 \end_inset
40274
40275 -
40276 \begin_inset space \thinspace{}
40277 \end_inset
40278
40279 8:
40280 \end_layout
40281
40282 \begin_layout Standard
40283 \begin_inset listings
40284 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
40285 inline false
40286 status open
40287
40288 \begin_layout Plain Layout
40289
40290 def func(param):
40291 \end_layout
40292
40293 \begin_layout Plain Layout
40294
40295     'Dies ist eine Python-Funktion'
40296 \end_layout
40297
40298 \begin_layout Plain Layout
40299
40300     pass
40301 \end_layout
40302
40303 \begin_layout Plain Layout
40304
40305 def func(param):
40306 \end_layout
40307
40308 \begin_layout Plain Layout
40309
40310 'Sonderzeichen: Tschüß'
40311 \end_layout
40312
40313 \begin_layout Plain Layout
40314
40315 pass
40316 \end_layout
40317
40318 \begin_layout Plain Layout
40319
40320 def func(param):
40321 \end_layout
40322
40323 \begin_layout Plain Layout
40324
40325 'Dies ist eine Python-Funktion'
40326 \end_layout
40327
40328 \begin_layout Plain Layout
40329
40330 pass
40331 \end_layout
40332
40333 \end_inset
40334
40335
40336 \end_layout
40337
40338 \begin_layout Standard
40339 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
40340 \family sans
40341 Tabulatorgröße
40342 \family default
40343  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
40344 \end_layout
40345
40346 \begin_layout Standard
40347 \noindent
40348 \begin_inset Note Greyedout
40349 status open
40350
40351 \begin_layout Plain Layout
40352
40353 \series bold
40354 Bemerkung:
40355 \series default
40356  Wegen eines Fehlers im 
40357 \series bold
40358 listings
40359 \series default
40360 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
40361  verschoben.
40362  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
40363  Listing nummeriert werden.
40364 \end_layout
40365
40366 \end_inset
40367
40368
40369 \end_layout
40370
40371 \begin_layout Standard
40372 \begin_inset VSpace bigskip
40373 \end_inset
40374
40375
40376 \end_layout
40377
40378 \begin_layout Standard
40379 \noindent
40380 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
40381  Das machen Sie mit
40382 \family sans
40383  Einfügen\SpecialChar \menuseparator
40384 Datei\SpecialChar \menuseparator
40385 Unterdokument
40386 \family default
40387  und der 
40388 \family sans
40389 Art
40390 \begin_inset space ~
40391 \end_inset
40392
40393 der
40394 \begin_inset space ~
40395 \end_inset
40396
40397 Einbindung
40398 \family default
40399  
40400 \family sans
40401 Listing
40402 \family default
40403 .
40404 \begin_inset Foot
40405 status collapsed
40406
40407 \begin_layout Plain Layout
40408 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40409 \begin_inset space ~
40410 \end_inset
40411
40412
40413 \begin_inset CommandInset ref
40414 LatexCommand ref
40415 reference "abs:Unterdokumente"
40416
40417 \end_inset
40418
40419  beschrieben.
40420 \end_layout
40421
40422 \end_inset
40423
40424  Im Dialogfenster
40425 \family sans
40426  Unterdokument
40427 \family default
40428  können Sie die Listing-Parameter unter 
40429 \family sans
40430 Weitere
40431 \begin_inset space ~
40432 \end_inset
40433
40434 Parameter
40435 \family default
40436  eingeben.
40437  Wenn Sie dort ein Fragezeichen 
40438 \begin_inset Quotes gld
40439 \end_inset
40440
40441 ?
40442 \begin_inset Quotes grd
40443 \end_inset
40444
40445  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40446 det.
40447 \end_layout
40448
40449 \begin_layout Standard
40450 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40451  Text ins Feld 
40452 \family sans
40453 Marke
40454 \family default
40455 , auf die dann wie üblich verwiesen werden kann.
40456 \end_layout
40457
40458 \begin_layout Standard
40459 Listing
40460 \begin_inset space ~
40461 \end_inset
40462
40463
40464 \begin_inset CommandInset ref
40465 LatexCommand ref
40466 reference "lst:Datei-Listing"
40467
40468 \end_inset
40469
40470  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40471 \begin_inset space \thinspace{}
40472 \end_inset
40473
40474 -
40475 \begin_inset space \thinspace{}
40476 \end_inset
40477
40478 15 gedruckt werden.
40479 \end_layout
40480
40481 \begin_layout Standard
40482 \begin_inset CommandInset include
40483 LatexCommand lstinputlisting
40484 filename "EmbeddedObjects.lyx"
40485 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
40486
40487 \end_inset
40488
40489
40490 \end_layout
40491
40492 \begin_layout Standard
40493 \begin_inset VSpace bigskip
40494 \end_inset
40495
40496
40497 \end_layout
40498
40499 \begin_layout Standard
40500 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40501 \end_layout
40502
40503 \begin_layout Enumerate
40504 Öffnen Sie die Listings-Einstellungen und fügen
40505 \begin_inset Newline newline
40506 \end_inset
40507
40508
40509 \family sans
40510 mathescape=true
40511 \family default
40512
40513 \begin_inset Newline newline
40514 \end_inset
40515
40516 in das Feld des Tabs 
40517 \family sans
40518 Erweitert
40519 \family default
40520  ein
40521 \end_layout
40522
40523 \begin_layout Enumerate
40524 Erstellen Sie eine Formel außerhalb des Listings
40525 \end_layout
40526
40527 \begin_layout Enumerate
40528 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40529 blage (Tastenkürzel 
40530 \family sans
40531 Ctrl+C
40532 \family default
40533 )
40534 \end_layout
40535
40536 \begin_layout Enumerate
40537 Schreiben sie 
40538 \begin_inset Quotes gld
40539 \end_inset
40540
40541
40542 \family sans
40543 $$
40544 \family default
40545
40546 \begin_inset Quotes grd
40547 \end_inset
40548
40549  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40550 hen (Tastenkürzel 
40551 \family sans
40552 Ctrl+V
40553 \family default
40554 )
40555 \end_layout
40556
40557 \begin_layout Standard
40558 \begin_inset listings
40559 lstparams "language=Python,mathescape=true"
40560 inline false
40561 status open
40562
40563 \begin_layout Plain Layout
40564
40565 \begin_inset Caption Standard
40566
40567 \begin_layout Plain Layout
40568 Programm-Listing mit einer Formel
40569 \end_layout
40570
40571 \end_inset
40572
40573 # Beispiel-Programm-Listing
40574 \end_layout
40575
40576 \begin_layout Plain Layout
40577
40578 def func(param):
40579 \end_layout
40580
40581 \begin_layout Plain Layout
40582
40583     # $
40584 \backslash
40585 prod_{n=1}^{
40586 \backslash
40587 infty}
40588 \backslash
40589 ,
40590 \backslash
40591 frac{1}{x^{2}}$
40592 \end_layout
40593
40594 \begin_layout Plain Layout
40595
40596     pass
40597 \end_layout
40598
40599 \end_inset
40600
40601
40602 \end_layout
40603
40604 \begin_layout Standard
40605 \begin_inset VSpace bigskip
40606 \end_inset
40607
40608
40609 \end_layout
40610
40611 \begin_layout Standard
40612 \noindent
40613 Dokumentweite Listing-Eigenschaften können im Dialog 
40614 \family sans
40615 Dokument\SpecialChar \menuseparator
40616 Einstellungen\SpecialChar \menuseparator
40617 Listing
40618 \family default
40619  festgelegt werden.
40620  Dort bekommt man durch Eingabe eines Fragezeichens 
40621 \begin_inset Quotes gld
40622 \end_inset
40623
40624 ?
40625 \begin_inset Quotes grd
40626 \end_inset
40627
40628  eine Liste aller möglichen Parameter.
40629 \end_layout
40630
40631 \begin_layout Standard
40632 Weitere Informationen über das 
40633 \series bold
40634 listings
40635 \series default
40636 -Paket finden Sie in 
40637 \begin_inset CommandInset citation
40638 LatexCommand cite
40639 key "listings"
40640
40641 \end_inset
40642
40643 .
40644 \end_layout
40645
40646 \begin_layout Chapter
40647 \start_of_appendix
40648 In LyX verfügbare Maßeinheiten
40649 \begin_inset CommandInset label
40650 LatexCommand label
40651 name "kap:In-LyX-verfügbare"
40652
40653 \end_inset
40654
40655
40656 \begin_inset Index idx
40657 status collapsed
40658
40659 \begin_layout Plain Layout
40660 Einheiten
40661 \end_layout
40662
40663 \end_inset
40664
40665
40666 \end_layout
40667
40668 \begin_layout Standard
40669 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40670  Tabelle
40671 \begin_inset space ~
40672 \end_inset
40673
40674
40675 \begin_inset CommandInset ref
40676 LatexCommand ref
40677 reference "tab:Maßeinheiten"
40678
40679 \end_inset
40680
40681  alle in LyX verfügbaren Maßeinheiten.
40682 \end_layout
40683
40684 \begin_layout Standard
40685 \begin_inset Float table
40686 placement h
40687 wide false
40688 sideways false
40689 status open
40690
40691 \begin_layout Plain Layout
40692 \begin_inset Caption Standard
40693
40694 \begin_layout Plain Layout
40695 \begin_inset CommandInset label
40696 LatexCommand label
40697 name "tab:Maßeinheiten"
40698
40699 \end_inset
40700
40701 Maßeinheiten
40702 \end_layout
40703
40704 \end_inset
40705
40706
40707 \end_layout
40708
40709 \begin_layout Plain Layout
40710 \begin_inset VSpace medskip
40711 \end_inset
40712
40713
40714 \end_layout
40715
40716 \begin_layout Plain Layout
40717 \align center
40718 \begin_inset Tabular
40719 <lyxtabular version="3" rows="20" columns="2">
40720 <features rotate="0" tabularvalignment="middle">
40721 <column alignment="center" valignment="top">
40722 <column alignment="center" valignment="top">
40723 <row>
40724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40725 \begin_inset Text
40726
40727 \begin_layout Plain Layout
40728
40729 \series bold
40730 Maßeinheit
40731 \end_layout
40732
40733 \end_inset
40734 </cell>
40735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40736 \begin_inset Text
40737
40738 \begin_layout Plain Layout
40739
40740 \series bold
40741 Name/Beschreibung
40742 \end_layout
40743
40744 \end_inset
40745 </cell>
40746 </row>
40747 <row>
40748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40749 \begin_inset Text
40750
40751 \begin_layout Plain Layout
40752 mm
40753 \end_layout
40754
40755 \end_inset
40756 </cell>
40757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40758 \begin_inset Text
40759
40760 \begin_layout Plain Layout
40761 Millimeter
40762 \end_layout
40763
40764 \end_inset
40765 </cell>
40766 </row>
40767 <row>
40768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40769 \begin_inset Text
40770
40771 \begin_layout Plain Layout
40772 cm
40773 \end_layout
40774
40775 \end_inset
40776 </cell>
40777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40778 \begin_inset Text
40779
40780 \begin_layout Plain Layout
40781 Zentimeter
40782 \end_layout
40783
40784 \end_inset
40785 </cell>
40786 </row>
40787 <row>
40788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40789 \begin_inset Text
40790
40791 \begin_layout Plain Layout
40792 in
40793 \end_layout
40794
40795 \end_inset
40796 </cell>
40797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40798 \begin_inset Text
40799
40800 \begin_layout Plain Layout
40801 Zoll (1
40802 \begin_inset space \thinspace{}
40803 \end_inset
40804
40805 in = 2.54
40806 \begin_inset space \thinspace{}
40807 \end_inset
40808
40809 cm
40810 \end_layout
40811
40812 \end_inset
40813 </cell>
40814 </row>
40815 <row>
40816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40817 \begin_inset Text
40818
40819 \begin_layout Plain Layout
40820 pt
40821 \end_layout
40822
40823 \end_inset
40824 </cell>
40825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40826 \begin_inset Text
40827
40828 \begin_layout Plain Layout
40829 Punkt (72.27
40830 \begin_inset space \thinspace{}
40831 \end_inset
40832
40833 pt = 1
40834 \begin_inset space \thinspace{}
40835 \end_inset
40836
40837 in)
40838 \end_layout
40839
40840 \end_inset
40841 </cell>
40842 </row>
40843 <row>
40844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40845 \begin_inset Text
40846
40847 \begin_layout Plain Layout
40848 pc
40849 \end_layout
40850
40851 \end_inset
40852 </cell>
40853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40854 \begin_inset Text
40855
40856 \begin_layout Plain Layout
40857 Pica (1
40858 \begin_inset space \thinspace{}
40859 \end_inset
40860
40861 pc = 12
40862 \begin_inset space \thinspace{}
40863 \end_inset
40864
40865 pt)
40866 \end_layout
40867
40868 \end_inset
40869 </cell>
40870 </row>
40871 <row>
40872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40873 \begin_inset Text
40874
40875 \begin_layout Plain Layout
40876 sp
40877 \end_layout
40878
40879 \end_inset
40880 </cell>
40881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40882 \begin_inset Text
40883
40884 \begin_layout Plain Layout
40885 skalierter Punkt (65536
40886 \begin_inset space \thinspace{}
40887 \end_inset
40888
40889 sp = 1
40890 \begin_inset space \thinspace{}
40891 \end_inset
40892
40893 pt)
40894 \end_layout
40895
40896 \end_inset
40897 </cell>
40898 </row>
40899 <row>
40900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40901 \begin_inset Text
40902
40903 \begin_layout Plain Layout
40904 bp
40905 \end_layout
40906
40907 \end_inset
40908 </cell>
40909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40910 \begin_inset Text
40911
40912 \begin_layout Plain Layout
40913 großer Punkt (72
40914 \begin_inset space \thinspace{}
40915 \end_inset
40916
40917 bp = 1
40918 \begin_inset space \thinspace{}
40919 \end_inset
40920
40921 in)
40922 \end_layout
40923
40924 \end_inset
40925 </cell>
40926 </row>
40927 <row>
40928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40929 \begin_inset Text
40930
40931 \begin_layout Plain Layout
40932 dd
40933 \end_layout
40934
40935 \end_inset
40936 </cell>
40937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40938 \begin_inset Text
40939
40940 \begin_layout Plain Layout
40941 Didot (1
40942 \begin_inset space \thinspace{}
40943 \end_inset
40944
40945 dd 
40946 \begin_inset Formula $\approx$
40947 \end_inset
40948
40949  0,376
40950 \begin_inset space \thinspace{}
40951 \end_inset
40952
40953 mm)
40954 \end_layout
40955
40956 \end_inset
40957 </cell>
40958 </row>
40959 <row>
40960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40961 \begin_inset Text
40962
40963 \begin_layout Plain Layout
40964 cc
40965 \end_layout
40966
40967 \end_inset
40968 </cell>
40969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40970 \begin_inset Text
40971
40972 \begin_layout Plain Layout
40973 Cicero (1
40974 \begin_inset space \thinspace{}
40975 \end_inset
40976
40977 cc = 12
40978 \begin_inset space \thinspace{}
40979 \end_inset
40980
40981 dd)
40982 \end_layout
40983
40984 \end_inset
40985 </cell>
40986 </row>
40987 <row>
40988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40989 \begin_inset Text
40990
40991 \begin_layout Plain Layout
40992 Skalierung%
40993 \end_layout
40994
40995 \end_inset
40996 </cell>
40997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40998 \begin_inset Text
40999
41000 \begin_layout Plain Layout
41001 % der originalen Bildbreite
41002 \end_layout
41003
41004 \end_inset
41005 </cell>
41006 </row>
41007 <row>
41008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41009 \begin_inset Text
41010
41011 \begin_layout Plain Layout
41012 Textbreite %
41013 \end_layout
41014
41015 \end_inset
41016 </cell>
41017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41018 \begin_inset Text
41019
41020 \begin_layout Plain Layout
41021 % der Textbreite
41022 \end_layout
41023
41024 \end_inset
41025 </cell>
41026 </row>
41027 <row>
41028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41029 \begin_inset Text
41030
41031 \begin_layout Plain Layout
41032 Spaltenbreite %
41033 \end_layout
41034
41035 \end_inset
41036 </cell>
41037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41038 \begin_inset Text
41039
41040 \begin_layout Plain Layout
41041 % der Spaltenbreite
41042 \end_layout
41043
41044 \end_inset
41045 </cell>
41046 </row>
41047 <row>
41048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41049 \begin_inset Text
41050
41051 \begin_layout Plain Layout
41052 Seitenbreite %
41053 \end_layout
41054
41055 \end_inset
41056 </cell>
41057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41058 \begin_inset Text
41059
41060 \begin_layout Plain Layout
41061 % der Seitenbreite
41062 \end_layout
41063
41064 \end_inset
41065 </cell>
41066 </row>
41067 <row>
41068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41069 \begin_inset Text
41070
41071 \begin_layout Plain Layout
41072 Zeilenbreite %
41073 \end_layout
41074
41075 \end_inset
41076 </cell>
41077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41078 \begin_inset Text
41079
41080 \begin_layout Plain Layout
41081 % der Zeilenbreite
41082 \end_layout
41083
41084 \end_inset
41085 </cell>
41086 </row>
41087 <row>
41088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41089 \begin_inset Text
41090
41091 \begin_layout Plain Layout
41092 Texthöhe %
41093 \end_layout
41094
41095 \end_inset
41096 </cell>
41097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41098 \begin_inset Text
41099
41100 \begin_layout Plain Layout
41101 % der Texthöhe
41102 \end_layout
41103
41104 \end_inset
41105 </cell>
41106 </row>
41107 <row>
41108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41109 \begin_inset Text
41110
41111 \begin_layout Plain Layout
41112 Seitenhöhe %
41113 \end_layout
41114
41115 \end_inset
41116 </cell>
41117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41118 \begin_inset Text
41119
41120 \begin_layout Plain Layout
41121 % der Seitenhöhe
41122 \end_layout
41123
41124 \end_inset
41125 </cell>
41126 </row>
41127 <row>
41128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41129 \begin_inset Text
41130
41131 \begin_layout Plain Layout
41132 ex
41133 \end_layout
41134
41135 \end_inset
41136 </cell>
41137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41138 \begin_inset Text
41139
41140 \begin_layout Plain Layout
41141 Die Höhe des Buchstabens 
41142 \emph on
41143 x
41144 \emph default
41145  im aktiven Zeichensatz
41146 \end_layout
41147
41148 \end_inset
41149 </cell>
41150 </row>
41151 <row>
41152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41153 \begin_inset Text
41154
41155 \begin_layout Plain Layout
41156 em
41157 \end_layout
41158
41159 \end_inset
41160 </cell>
41161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41162 \begin_inset Text
41163
41164 \begin_layout Plain Layout
41165 Die Breite des Buchstabens 
41166 \emph on
41167 M
41168 \emph default
41169  im aktiven Zeichensatz
41170 \end_layout
41171
41172 \end_inset
41173 </cell>
41174 </row>
41175 <row>
41176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41177 \begin_inset Text
41178
41179 \begin_layout Plain Layout
41180 mu
41181 \end_layout
41182
41183 \end_inset
41184 </cell>
41185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41186 \begin_inset Text
41187
41188 \begin_layout Plain Layout
41189 mathematische  Maßeinheit
41190 \series bold
41191  
41192 \series default
41193 (1
41194 \begin_inset space \thinspace{}
41195 \end_inset
41196
41197 mu = 1/18
41198 \begin_inset space \thinspace{}
41199 \end_inset
41200
41201 em)
41202 \end_layout
41203
41204 \end_inset
41205 </cell>
41206 </row>
41207 </lyxtabular>
41208
41209 \end_inset
41210
41211
41212 \end_layout
41213
41214 \end_inset
41215
41216
41217 \end_layout
41218
41219 \begin_layout Chapter
41220 Ausgabedatei-Formate mit Grafiken
41221 \begin_inset CommandInset label
41222 LatexCommand label
41223 name "kap:Ausgabedatei-Formate"
41224
41225 \end_inset
41226
41227
41228 \end_layout
41229
41230 \begin_layout Section
41231 DVI
41232 \begin_inset Index idx
41233 status collapsed
41234
41235 \begin_layout Plain Layout
41236 Dateiformat! DVI
41237 \end_layout
41238
41239 \end_inset
41240
41241
41242 \begin_inset Index idx
41243 status collapsed
41244
41245 \begin_layout Plain Layout
41246 DVI
41247 \end_layout
41248
41249 \end_inset
41250
41251
41252 \end_layout
41253
41254 \begin_layout Standard
41255 Dieser Dateityp hat die Erweiterung 
41256 \begin_inset Quotes gld
41257 \end_inset
41258
41259
41260 \family typewriter
41261 .dvi
41262 \family default
41263
41264 \begin_inset Quotes grd
41265 \end_inset
41266
41267  und wird 
41268 \begin_inset Quotes gld
41269 \end_inset
41270
41271 device independent
41272 \begin_inset Quotes grd
41273 \end_inset
41274
41275  genannt, weil er vollkommen portierbar ist.
41276  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
41277  dvi-Betrachter installiert hat.
41278  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
41279 ate wie PostScript benutzt.
41280 \end_layout
41281
41282 \begin_layout Standard
41283 \begin_inset Note Greyedout
41284 status open
41285
41286 \begin_layout Plain Layout
41287
41288 \series bold
41289 Bemerkung:
41290 \series default
41291  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
41292 \end_layout
41293
41294 \end_inset
41295
41296
41297 \end_layout
41298
41299 \begin_layout Standard
41300 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
41301  auf einen anderen Computer kopieren.
41302  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
41303  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
41304  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
41305 \family typewriter
41306  
41307 \family default
41308 blättern.
41309
41310 \family typewriter
41311  
41312 \family default
41313 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
41314  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
41315  
41316 \end_layout
41317
41318 \begin_layout Standard
41319 Sie können Ihr Dokument als DVI über das Menü 
41320 \family sans
41321 Datei\SpecialChar \menuseparator
41322 Exportieren\SpecialChar \menuseparator
41323 DVI
41324 \family default
41325  exportieren.
41326  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
41327 \family sans
41328 Ansicht
41329 \family default
41330  anschauen.
41331 \end_layout
41332
41333 \begin_layout Section
41334 PostScript
41335 \begin_inset CommandInset label
41336 LatexCommand label
41337 name "abs:PostScript"
41338
41339 \end_inset
41340
41341
41342 \begin_inset Index idx
41343 status collapsed
41344
41345 \begin_layout Plain Layout
41346 Dateiformat  ! PostScript
41347 \end_layout
41348
41349 \end_inset
41350
41351
41352 \begin_inset Index idx
41353 status collapsed
41354
41355 \begin_layout Plain Layout
41356 PostScript
41357 \end_layout
41358
41359 \end_inset
41360
41361
41362 \end_layout
41363
41364 \begin_layout Standard
41365 Dieser Dateityp hat die Erweiterung 
41366 \begin_inset Quotes gld
41367 \end_inset
41368
41369
41370 \family typewriter
41371 .ps
41372 \family default
41373
41374 \begin_inset Quotes grd
41375 \end_inset
41376
41377 .
41378  PostScript wurde von der Firma
41379 \family typewriter
41380  Adobe
41381 \family default
41382  als Druckersprache entwickelt.
41383  Die Datei enthält deshalb Druckbefehle.
41384  PostScript kann als 
41385 \begin_inset Quotes gld
41386 \end_inset
41387
41388 Programmiersprache
41389 \begin_inset Quotes grd
41390 \end_inset
41391
41392  angesehen werden.
41393  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
41394 \begin_inset Foot
41395 status collapsed
41396
41397 \begin_layout Plain Layout
41398 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41399  von
41400 \series bold
41401  PSTricks
41402 \series default
41403  
41404 \begin_inset CommandInset citation
41405 LatexCommand cite
41406 key "pstricks"
41407
41408 \end_inset
41409
41410  oder 
41411 \begin_inset CommandInset citation
41412 LatexCommand cite
41413 key "latex-praxisbuch"
41414
41415 \end_inset
41416
41417  ansehen.
41418 \end_layout
41419
41420 \end_inset
41421
41422 .
41423  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41424 \end_layout
41425
41426 \begin_layout Standard
41427 PostScript kann nur Bilder im Format EPS
41428 \begin_inset Index idx
41429 status collapsed
41430
41431 \begin_layout Plain Layout
41432 EPS
41433 \end_layout
41434
41435 \end_inset
41436
41437  (Encapsulated PostScript, Datei-Er\SpecialChar \-
41438 wei\SpecialChar \-
41439 ter\SpecialChar \-
41440 ung 
41441 \begin_inset Quotes gld
41442 \end_inset
41443
41444
41445 \family typewriter
41446 .eps
41447 \family default
41448
41449 \begin_inset Quotes grd
41450 \end_inset
41451
41452 ) enthalten.
41453  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41454  intern nach EPS konvertieren.
41455  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41456  verlangsamen.
41457  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41458  konvertieren und direkt als EPS einfügen.
41459 \end_layout
41460
41461 \begin_layout Standard
41462 Sie können Ihr Dokument als PostScript über das Menü 
41463 \family sans
41464 Datei\SpecialChar \menuseparator
41465 Exportieren\SpecialChar \menuseparator
41466 Post\SpecialChar \-
41467 Script
41468 \family default
41469  exportieren.
41470  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41471 \family sans
41472 Ansicht
41473 \family default
41474  anschauen.
41475 \end_layout
41476
41477 \begin_layout Section
41478 PDF
41479 \begin_inset Index idx
41480 status collapsed
41481
41482 \begin_layout Plain Layout
41483 Dateiformat! PDF
41484 \end_layout
41485
41486 \end_inset
41487
41488
41489 \begin_inset Index idx
41490 status collapsed
41491
41492 \begin_layout Plain Layout
41493 PDF
41494 \end_layout
41495
41496 \end_inset
41497
41498
41499 \end_layout
41500
41501 \begin_layout Standard
41502 Dieser Dateityp hat die Erweiterung 
41503 \begin_inset Quotes gld
41504 \end_inset
41505
41506
41507 \family typewriter
41508 .pdf
41509 \family default
41510
41511 \begin_inset Quotes grd
41512 \end_inset
41513
41514 .
41515  Das
41516 \emph on
41517  
41518 \emph default
41519
41520 \begin_inset Quotes gld
41521 \end_inset
41522
41523 Portable Document Format
41524 \begin_inset Quotes grd
41525 \end_inset
41526
41527  (PDF) wurde auch von der Firma 
41528 \family typewriter
41529 Adobe
41530 \family default
41531  als Derivat von PostScript entwickelt.
41532  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41533  Wie der Begriff 
41534 \begin_inset Quotes gld
41535 \end_inset
41536
41537 portable
41538 \begin_inset Quotes grd
41539 \end_inset
41540
41541  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41542  werden, und der Ausdruck sieht immer gleich aus.
41543 \end_layout
41544
41545 \begin_layout Standard
41546 PDF kann Bilder im eigenen PDF-Format, im Format 
41547 \begin_inset Quotes gld
41548 \end_inset
41549
41550 Joint Photographic Experts Group
41551 \begin_inset Quotes grd
41552 \end_inset
41553
41554  (JPEG
41555 \begin_inset Index idx
41556 status collapsed
41557
41558 \begin_layout Plain Layout
41559 JPG, JPEG
41560 \end_layout
41561
41562 \end_inset
41563
41564 , Datei-Erweiterung 
41565 \begin_inset Quotes gld
41566 \end_inset
41567
41568
41569 \family typewriter
41570 .jpg
41571 \family default
41572
41573 \begin_inset Quotes grd
41574 \end_inset
41575
41576  oder 
41577 \begin_inset Quotes gld
41578 \end_inset
41579
41580
41581 \family typewriter
41582 .jpeg
41583 \family default
41584
41585 \begin_inset Quotes grd
41586 \end_inset
41587
41588 ) und im Format 
41589 \begin_inset Quotes gld
41590 \end_inset
41591
41592 Portable Network Graphics
41593 \begin_inset Quotes grd
41594 \end_inset
41595
41596  (PNG
41597 \begin_inset Index idx
41598 status collapsed
41599
41600 \begin_layout Plain Layout
41601 PNG
41602 \end_layout
41603
41604 \end_inset
41605
41606 , Datei-Erweiterung 
41607 \begin_inset Quotes gld
41608 \end_inset
41609
41610
41611 \family typewriter
41612 .png
41613 \family default
41614
41615 \begin_inset Quotes grd
41616 \end_inset
41617
41618 ) enthalten.
41619  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
41620  Sie konvertieren wird.
41621  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41622  wird, eines der drei erwähnten Bildformate zu benutzen.
41623 \end_layout
41624
41625 \begin_layout Standard
41626 PDF-Dateien können Sie über 
41627 \family sans
41628 Datei\SpecialChar \menuseparator
41629 Exportieren
41630 \family default
41631  auf drei Arten erzeugen:
41632 \end_layout
41633
41634 \begin_layout Description
41635 PDF
41636 \begin_inset space ~
41637 \end_inset
41638
41639 (ps2pdf) benutzt das Programm
41640 \family typewriter
41641  ps2pdf
41642 \family default
41643 , das eine PDF-Datei aus einer Post\SpecialChar \-
41644 Script®-Version Ihres Dokument erstellt.
41645  Die PostScript-Version wird mit dem Programm 
41646 \family typewriter
41647 dvips
41648 \family default
41649  aus einer DVI-Version erstellt.
41650  Es werden also drei Konvertierungen verwendet.
41651 \end_layout
41652
41653 \begin_layout Description
41654 PDF
41655 \begin_inset space ~
41656 \end_inset
41657
41658 (dvipdfm) benutzt das Programm 
41659 \family typewriter
41660 dvipdfm
41661 \family default
41662 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41663  PDF konvertiert.
41664 \end_layout
41665
41666 \begin_layout Description
41667 PDF
41668 \begin_inset space ~
41669 \end_inset
41670
41671 (pdflatex) benutzt das Programm
41672 \family typewriter
41673  pdftex
41674 \family default
41675 , das Ihr Dokument direkt nach PDF konvertiert.
41676 \end_layout
41677
41678 \begin_layout Standard
41679
41680 \family sans
41681 PDF
41682 \begin_inset space ~
41683 \end_inset
41684
41685 (pdflatex)
41686 \family default
41687  wird empfohlen, weil
41688 \family typewriter
41689  pdftex
41690 \family default
41691  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41692  ohne Probleme arbeitet.
41693  Das Programm 
41694 \family typewriter
41695 dvi\SpecialChar \-
41696 pdfm
41697 \family default
41698  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41699 \end_layout
41700
41701 \begin_layout Standard
41702 Sie können Ihr Dokument als PDF über das Menü 
41703 \family sans
41704 Datei\SpecialChar \menuseparator
41705 Exportieren\SpecialChar \menuseparator
41706 PDF
41707 \family default
41708  exportieren.
41709  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41710 \family sans
41711 Ansicht
41712 \family default
41713  oder einen Werkzeugleistenknopf anschauen.
41714 \end_layout
41715
41716 \begin_layout Chapter
41717 Liste der dvips-Farbnamen
41718 \begin_inset CommandInset label
41719 LatexCommand label
41720 name "kap:Liste-der-dvips-Farbnamen"
41721
41722 \end_inset
41723
41724
41725 \end_layout
41726
41727 \begin_layout Standard
41728 \begin_inset Tabular
41729 <lyxtabular version="3" rows="17" columns="4">
41730 <features rotate="0" tabularvalignment="middle">
41731 <column alignment="left" valignment="top" width="0pt">
41732 <column alignment="left" valignment="top" width="0pt">
41733 <column alignment="left" valignment="top" width="0pt">
41734 <column alignment="left" valignment="top" width="0pt">
41735 <row>
41736 <cell alignment="left" valignment="top" usebox="none">
41737 \begin_inset Text
41738
41739 \begin_layout Plain Layout
41740 \begin_inset ERT
41741 status collapsed
41742
41743 \begin_layout Plain Layout
41744
41745
41746 \backslash
41747 fcolorbox{black}{
41748 \end_layout
41749
41750 \end_inset
41751
41752 white
41753 \begin_inset ERT
41754 status collapsed
41755
41756 \begin_layout Plain Layout
41757
41758 }{
41759 \end_layout
41760
41761 \end_inset
41762
41763 Farbe
41764 \begin_inset ERT
41765 status collapsed
41766
41767 \begin_layout Plain Layout
41768
41769 }
41770 \end_layout
41771
41772 \end_inset
41773
41774  Farbname
41775 \end_layout
41776
41777 \end_inset
41778 </cell>
41779 <cell alignment="left" valignment="top" usebox="none">
41780 \begin_inset Text
41781
41782 \begin_layout Plain Layout
41783 \begin_inset ERT
41784 status collapsed
41785
41786 \begin_layout Plain Layout
41787
41788
41789 \backslash
41790 fcolorbox{black}{
41791 \end_layout
41792
41793 \end_inset
41794
41795 white
41796 \begin_inset ERT
41797 status collapsed
41798
41799 \begin_layout Plain Layout
41800
41801 }{
41802 \end_layout
41803
41804 \end_inset
41805
41806 Farbe
41807 \begin_inset ERT
41808 status collapsed
41809
41810 \begin_layout Plain Layout
41811
41812 }
41813 \end_layout
41814
41815 \end_inset
41816
41817  Farbname
41818 \end_layout
41819
41820 \end_inset
41821 </cell>
41822 <cell alignment="left" valignment="top" usebox="none">
41823 \begin_inset Text
41824
41825 \begin_layout Plain Layout
41826 \begin_inset ERT
41827 status collapsed
41828
41829 \begin_layout Plain Layout
41830
41831
41832 \backslash
41833 fcolorbox{black}{
41834 \end_layout
41835
41836 \end_inset
41837
41838 white
41839 \begin_inset ERT
41840 status collapsed
41841
41842 \begin_layout Plain Layout
41843
41844 }{
41845 \end_layout
41846
41847 \end_inset
41848
41849 Farbe
41850 \begin_inset ERT
41851 status collapsed
41852
41853 \begin_layout Plain Layout
41854
41855 }
41856 \end_layout
41857
41858 \end_inset
41859
41860  Farbname
41861 \end_layout
41862
41863 \end_inset
41864 </cell>
41865 <cell alignment="left" valignment="top" usebox="none">
41866 \begin_inset Text
41867
41868 \begin_layout Plain Layout
41869 \begin_inset ERT
41870 status collapsed
41871
41872 \begin_layout Plain Layout
41873
41874
41875 \backslash
41876 fcolorbox{black}{
41877 \end_layout
41878
41879 \end_inset
41880
41881 white
41882 \begin_inset ERT
41883 status collapsed
41884
41885 \begin_layout Plain Layout
41886
41887 }{
41888 \end_layout
41889
41890 \end_inset
41891
41892 Farbe
41893 \begin_inset ERT
41894 status collapsed
41895
41896 \begin_layout Plain Layout
41897
41898 }
41899 \end_layout
41900
41901 \end_inset
41902
41903  Farbname
41904 \end_layout
41905
41906 \end_inset
41907 </cell>
41908 </row>
41909 <row>
41910 <cell alignment="center" valignment="top" usebox="none">
41911 \begin_inset Text
41912
41913 \begin_layout Plain Layout
41914 \begin_inset ERT
41915 status collapsed
41916
41917 \begin_layout Plain Layout
41918
41919
41920 \backslash
41921 fcolorbox{black}{
41922 \end_layout
41923
41924 \end_inset
41925
41926 Apricot
41927 \begin_inset ERT
41928 status collapsed
41929
41930 \begin_layout Plain Layout
41931
41932 }{
41933 \end_layout
41934
41935 \end_inset
41936
41937
41938 \begin_inset Phantom Phantom
41939 status open
41940
41941 \begin_layout Plain Layout
41942 W
41943 \end_layout
41944
41945 \end_inset
41946
41947
41948 \begin_inset ERT
41949 status collapsed
41950
41951 \begin_layout Plain Layout
41952
41953 }
41954 \end_layout
41955
41956 \end_inset
41957
41958  Apricot
41959 \end_layout
41960
41961 \end_inset
41962 </cell>
41963 <cell alignment="center" valignment="top" usebox="none">
41964 \begin_inset Text
41965
41966 \begin_layout Plain Layout
41967 \begin_inset ERT
41968 status collapsed
41969
41970 \begin_layout Plain Layout
41971
41972
41973 \backslash
41974 fcolorbox{black}{
41975 \end_layout
41976
41977 \end_inset
41978
41979 Aquamarine
41980 \begin_inset ERT
41981 status collapsed
41982
41983 \begin_layout Plain Layout
41984
41985 }{
41986 \end_layout
41987
41988 \end_inset
41989
41990
41991 \begin_inset Phantom Phantom
41992 status open
41993
41994 \begin_layout Plain Layout
41995 W
41996 \end_layout
41997
41998 \end_inset
41999
42000
42001 \begin_inset ERT
42002 status collapsed
42003
42004 \begin_layout Plain Layout
42005
42006 }
42007 \end_layout
42008
42009 \end_inset
42010
42011  Aquamarine
42012 \end_layout
42013
42014 \end_inset
42015 </cell>
42016 <cell alignment="center" valignment="top" usebox="none">
42017 \begin_inset Text
42018
42019 \begin_layout Plain Layout
42020 \begin_inset ERT
42021 status collapsed
42022
42023 \begin_layout Plain Layout
42024
42025
42026 \backslash
42027 fcolorbox{black}{
42028 \end_layout
42029
42030 \end_inset
42031
42032 Bittersweet
42033 \begin_inset ERT
42034 status collapsed
42035
42036 \begin_layout Plain Layout
42037
42038 }{
42039 \end_layout
42040
42041 \end_inset
42042
42043
42044 \begin_inset Phantom Phantom
42045 status open
42046
42047 \begin_layout Plain Layout
42048 W
42049 \end_layout
42050
42051 \end_inset
42052
42053
42054 \begin_inset ERT
42055 status collapsed
42056
42057 \begin_layout Plain Layout
42058
42059 }
42060 \end_layout
42061
42062 \end_inset
42063
42064  Bittersweet
42065 \end_layout
42066
42067 \end_inset
42068 </cell>
42069 <cell alignment="center" valignment="top" usebox="none">
42070 \begin_inset Text
42071
42072 \begin_layout Plain Layout
42073 \begin_inset ERT
42074 status collapsed
42075
42076 \begin_layout Plain Layout
42077
42078
42079 \backslash
42080 fcolorbox{black}{
42081 \end_layout
42082
42083 \end_inset
42084
42085 BlueGreen
42086 \begin_inset ERT
42087 status collapsed
42088
42089 \begin_layout Plain Layout
42090
42091 }{
42092 \end_layout
42093
42094 \end_inset
42095
42096
42097 \begin_inset Phantom Phantom
42098 status open
42099
42100 \begin_layout Plain Layout
42101 W
42102 \end_layout
42103
42104 \end_inset
42105
42106
42107 \begin_inset ERT
42108 status collapsed
42109
42110 \begin_layout Plain Layout
42111
42112 }
42113 \end_layout
42114
42115 \end_inset
42116
42117  BlueGreen
42118 \end_layout
42119
42120 \end_inset
42121 </cell>
42122 </row>
42123 <row>
42124 <cell alignment="left" valignment="top" usebox="none">
42125 \begin_inset Text
42126
42127 \begin_layout Plain Layout
42128 \begin_inset ERT
42129 status collapsed
42130
42131 \begin_layout Plain Layout
42132
42133
42134 \backslash
42135 fcolorbox{black}{
42136 \end_layout
42137
42138 \end_inset
42139
42140 BlueViolet
42141 \begin_inset ERT
42142 status collapsed
42143
42144 \begin_layout Plain Layout
42145
42146 }{
42147 \end_layout
42148
42149 \end_inset
42150
42151
42152 \begin_inset Phantom Phantom
42153 status open
42154
42155 \begin_layout Plain Layout
42156 W
42157 \end_layout
42158
42159 \end_inset
42160
42161
42162 \begin_inset ERT
42163 status collapsed
42164
42165 \begin_layout Plain Layout
42166
42167 }
42168 \end_layout
42169
42170 \end_inset
42171
42172  BlueViolet
42173 \end_layout
42174
42175 \end_inset
42176 </cell>
42177 <cell alignment="left" valignment="top" usebox="none">
42178 \begin_inset Text
42179
42180 \begin_layout Plain Layout
42181 \begin_inset ERT
42182 status collapsed
42183
42184 \begin_layout Plain Layout
42185
42186
42187 \backslash
42188 fcolorbox{black}{
42189 \end_layout
42190
42191 \end_inset
42192
42193 BrickRed
42194 \begin_inset ERT
42195 status collapsed
42196
42197 \begin_layout Plain Layout
42198
42199 }{
42200 \end_layout
42201
42202 \end_inset
42203
42204
42205 \begin_inset Phantom Phantom
42206 status open
42207
42208 \begin_layout Plain Layout
42209 W
42210 \end_layout
42211
42212 \end_inset
42213
42214
42215 \begin_inset ERT
42216 status collapsed
42217
42218 \begin_layout Plain Layout
42219
42220 }
42221 \end_layout
42222
42223 \end_inset
42224
42225  BrickRed
42226 \end_layout
42227
42228 \end_inset
42229 </cell>
42230 <cell alignment="left" valignment="top" usebox="none">
42231 \begin_inset Text
42232
42233 \begin_layout Plain Layout
42234 \begin_inset ERT
42235 status collapsed
42236
42237 \begin_layout Plain Layout
42238
42239
42240 \backslash
42241 fcolorbox{black}{
42242 \end_layout
42243
42244 \end_inset
42245
42246 Brown
42247 \begin_inset ERT
42248 status collapsed
42249
42250 \begin_layout Plain Layout
42251
42252 }{
42253 \end_layout
42254
42255 \end_inset
42256
42257
42258 \begin_inset Phantom Phantom
42259 status open
42260
42261 \begin_layout Plain Layout
42262 W
42263 \end_layout
42264
42265 \end_inset
42266
42267
42268 \begin_inset ERT
42269 status collapsed
42270
42271 \begin_layout Plain Layout
42272
42273 }
42274 \end_layout
42275
42276 \end_inset
42277
42278  Brown
42279 \end_layout
42280
42281 \end_inset
42282 </cell>
42283 <cell alignment="left" valignment="top" usebox="none">
42284 \begin_inset Text
42285
42286 \begin_layout Plain Layout
42287 \begin_inset ERT
42288 status collapsed
42289
42290 \begin_layout Plain Layout
42291
42292
42293 \backslash
42294 fcolorbox{black}{
42295 \end_layout
42296
42297 \end_inset
42298
42299 BurntOrange
42300 \begin_inset ERT
42301 status collapsed
42302
42303 \begin_layout Plain Layout
42304
42305 }{
42306 \end_layout
42307
42308 \end_inset
42309
42310
42311 \begin_inset Phantom Phantom
42312 status open
42313
42314 \begin_layout Plain Layout
42315 W
42316 \end_layout
42317
42318 \end_inset
42319
42320
42321 \begin_inset ERT
42322 status collapsed
42323
42324 \begin_layout Plain Layout
42325
42326 }
42327 \end_layout
42328
42329 \end_inset
42330
42331  BurntOrange
42332 \end_layout
42333
42334 \end_inset
42335 </cell>
42336 </row>
42337 <row>
42338 <cell alignment="left" valignment="top" usebox="none">
42339 \begin_inset Text
42340
42341 \begin_layout Plain Layout
42342 \begin_inset ERT
42343 status collapsed
42344
42345 \begin_layout Plain Layout
42346
42347
42348 \backslash
42349 fcolorbox{black}{
42350 \end_layout
42351
42352 \end_inset
42353
42354 CadetBlue
42355 \begin_inset ERT
42356 status collapsed
42357
42358 \begin_layout Plain Layout
42359
42360 }{
42361 \end_layout
42362
42363 \end_inset
42364
42365
42366 \begin_inset Phantom Phantom
42367 status open
42368
42369 \begin_layout Plain Layout
42370 W
42371 \end_layout
42372
42373 \end_inset
42374
42375
42376 \begin_inset ERT
42377 status collapsed
42378
42379 \begin_layout Plain Layout
42380
42381 }
42382 \end_layout
42383
42384 \end_inset
42385
42386  CadetBlue
42387 \end_layout
42388
42389 \end_inset
42390 </cell>
42391 <cell alignment="left" valignment="top" usebox="none">
42392 \begin_inset Text
42393
42394 \begin_layout Plain Layout
42395 \begin_inset ERT
42396 status collapsed
42397
42398 \begin_layout Plain Layout
42399
42400
42401 \backslash
42402 fcolorbox{black}{
42403 \end_layout
42404
42405 \end_inset
42406
42407 CarnationPink
42408 \begin_inset ERT
42409 status collapsed
42410
42411 \begin_layout Plain Layout
42412
42413 }{
42414 \end_layout
42415
42416 \end_inset
42417
42418
42419 \begin_inset Phantom Phantom
42420 status open
42421
42422 \begin_layout Plain Layout
42423 W
42424 \end_layout
42425
42426 \end_inset
42427
42428
42429 \begin_inset ERT
42430 status collapsed
42431
42432 \begin_layout Plain Layout
42433
42434 }
42435 \end_layout
42436
42437 \end_inset
42438
42439  CarnationPink
42440 \end_layout
42441
42442 \end_inset
42443 </cell>
42444 <cell alignment="left" valignment="top" usebox="none">
42445 \begin_inset Text
42446
42447 \begin_layout Plain Layout
42448 \begin_inset ERT
42449 status collapsed
42450
42451 \begin_layout Plain Layout
42452
42453
42454 \backslash
42455 fcolorbox{black}{
42456 \end_layout
42457
42458 \end_inset
42459
42460 Cerulean
42461 \begin_inset ERT
42462 status collapsed
42463
42464 \begin_layout Plain Layout
42465
42466 }{
42467 \end_layout
42468
42469 \end_inset
42470
42471
42472 \begin_inset Phantom Phantom
42473 status open
42474
42475 \begin_layout Plain Layout
42476 W
42477 \end_layout
42478
42479 \end_inset
42480
42481
42482 \begin_inset ERT
42483 status collapsed
42484
42485 \begin_layout Plain Layout
42486
42487 }
42488 \end_layout
42489
42490 \end_inset
42491
42492  Cerulean
42493 \end_layout
42494
42495 \end_inset
42496 </cell>
42497 <cell alignment="left" valignment="top" usebox="none">
42498 \begin_inset Text
42499
42500 \begin_layout Plain Layout
42501 \begin_inset ERT
42502 status collapsed
42503
42504 \begin_layout Plain Layout
42505
42506
42507 \backslash
42508 fcolorbox{black}{
42509 \end_layout
42510
42511 \end_inset
42512
42513 CornflowerBlue
42514 \begin_inset ERT
42515 status collapsed
42516
42517 \begin_layout Plain Layout
42518
42519 }{
42520 \end_layout
42521
42522 \end_inset
42523
42524
42525 \begin_inset Phantom Phantom
42526 status open
42527
42528 \begin_layout Plain Layout
42529 W
42530 \end_layout
42531
42532 \end_inset
42533
42534
42535 \begin_inset ERT
42536 status collapsed
42537
42538 \begin_layout Plain Layout
42539
42540 }
42541 \end_layout
42542
42543 \end_inset
42544
42545  CornflowerBlue
42546 \end_layout
42547
42548 \end_inset
42549 </cell>
42550 </row>
42551 <row>
42552 <cell alignment="left" valignment="top" usebox="none">
42553 \begin_inset Text
42554
42555 \begin_layout Plain Layout
42556 \begin_inset ERT
42557 status collapsed
42558
42559 \begin_layout Plain Layout
42560
42561
42562 \backslash
42563 fcolorbox{black}{
42564 \end_layout
42565
42566 \end_inset
42567
42568 Dandelion
42569 \begin_inset ERT
42570 status collapsed
42571
42572 \begin_layout Plain Layout
42573
42574 }{
42575 \end_layout
42576
42577 \end_inset
42578
42579
42580 \begin_inset Phantom Phantom
42581 status open
42582
42583 \begin_layout Plain Layout
42584 W
42585 \end_layout
42586
42587 \end_inset
42588
42589
42590 \begin_inset ERT
42591 status collapsed
42592
42593 \begin_layout Plain Layout
42594
42595 }
42596 \end_layout
42597
42598 \end_inset
42599
42600  Dandelion
42601 \end_layout
42602
42603 \end_inset
42604 </cell>
42605 <cell alignment="left" valignment="top" usebox="none">
42606 \begin_inset Text
42607
42608 \begin_layout Plain Layout
42609 \begin_inset ERT
42610 status collapsed
42611
42612 \begin_layout Plain Layout
42613
42614
42615 \backslash
42616 fcolorbox{black}{
42617 \end_layout
42618
42619 \end_inset
42620
42621 DarkOrchid
42622 \begin_inset ERT
42623 status collapsed
42624
42625 \begin_layout Plain Layout
42626
42627 }{
42628 \end_layout
42629
42630 \end_inset
42631
42632
42633 \begin_inset Phantom Phantom
42634 status open
42635
42636 \begin_layout Plain Layout
42637 W
42638 \end_layout
42639
42640 \end_inset
42641
42642
42643 \begin_inset ERT
42644 status collapsed
42645
42646 \begin_layout Plain Layout
42647
42648 }
42649 \end_layout
42650
42651 \end_inset
42652
42653  DarkOrchid
42654 \end_layout
42655
42656 \end_inset
42657 </cell>
42658 <cell alignment="left" valignment="top" usebox="none">
42659 \begin_inset Text
42660
42661 \begin_layout Plain Layout
42662 \begin_inset ERT
42663 status collapsed
42664
42665 \begin_layout Plain Layout
42666
42667
42668 \backslash
42669 fcolorbox{black}{
42670 \end_layout
42671
42672 \end_inset
42673
42674 Emerald
42675 \begin_inset ERT
42676 status collapsed
42677
42678 \begin_layout Plain Layout
42679
42680 }{
42681 \end_layout
42682
42683 \end_inset
42684
42685
42686 \begin_inset Phantom Phantom
42687 status open
42688
42689 \begin_layout Plain Layout
42690 W
42691 \end_layout
42692
42693 \end_inset
42694
42695
42696 \begin_inset ERT
42697 status collapsed
42698
42699 \begin_layout Plain Layout
42700
42701 }
42702 \end_layout
42703
42704 \end_inset
42705
42706  Emerald
42707 \end_layout
42708
42709 \end_inset
42710 </cell>
42711 <cell alignment="left" valignment="top" usebox="none">
42712 \begin_inset Text
42713
42714 \begin_layout Plain Layout
42715 \begin_inset ERT
42716 status collapsed
42717
42718 \begin_layout Plain Layout
42719
42720
42721 \backslash
42722 fcolorbox{black}{
42723 \end_layout
42724
42725 \end_inset
42726
42727 ForestGreen
42728 \begin_inset ERT
42729 status collapsed
42730
42731 \begin_layout Plain Layout
42732
42733 }{
42734 \end_layout
42735
42736 \end_inset
42737
42738
42739 \begin_inset Phantom Phantom
42740 status open
42741
42742 \begin_layout Plain Layout
42743 W
42744 \end_layout
42745
42746 \end_inset
42747
42748
42749 \begin_inset ERT
42750 status collapsed
42751
42752 \begin_layout Plain Layout
42753
42754 }
42755 \end_layout
42756
42757 \end_inset
42758
42759  ForestGreen
42760 \end_layout
42761
42762 \end_inset
42763 </cell>
42764 </row>
42765 <row>
42766 <cell alignment="left" valignment="top" usebox="none">
42767 \begin_inset Text
42768
42769 \begin_layout Plain Layout
42770 \begin_inset ERT
42771 status collapsed
42772
42773 \begin_layout Plain Layout
42774
42775
42776 \backslash
42777 fcolorbox{black}{
42778 \end_layout
42779
42780 \end_inset
42781
42782 Fuchsia
42783 \begin_inset ERT
42784 status collapsed
42785
42786 \begin_layout Plain Layout
42787
42788 }{
42789 \end_layout
42790
42791 \end_inset
42792
42793
42794 \begin_inset Phantom Phantom
42795 status open
42796
42797 \begin_layout Plain Layout
42798 W
42799 \end_layout
42800
42801 \end_inset
42802
42803
42804 \begin_inset ERT
42805 status collapsed
42806
42807 \begin_layout Plain Layout
42808
42809 }
42810 \end_layout
42811
42812 \end_inset
42813
42814  Fuchsia
42815 \end_layout
42816
42817 \end_inset
42818 </cell>
42819 <cell alignment="left" valignment="top" usebox="none">
42820 \begin_inset Text
42821
42822 \begin_layout Plain Layout
42823 \begin_inset ERT
42824 status collapsed
42825
42826 \begin_layout Plain Layout
42827
42828
42829 \backslash
42830 fcolorbox{black}{
42831 \end_layout
42832
42833 \end_inset
42834
42835 Goldenrod
42836 \begin_inset ERT
42837 status collapsed
42838
42839 \begin_layout Plain Layout
42840
42841 }{
42842 \end_layout
42843
42844 \end_inset
42845
42846
42847 \begin_inset Phantom Phantom
42848 status open
42849
42850 \begin_layout Plain Layout
42851 W
42852 \end_layout
42853
42854 \end_inset
42855
42856
42857 \begin_inset ERT
42858 status collapsed
42859
42860 \begin_layout Plain Layout
42861
42862 }
42863 \end_layout
42864
42865 \end_inset
42866
42867  Goldenrod
42868 \end_layout
42869
42870 \end_inset
42871 </cell>
42872 <cell alignment="left" valignment="top" usebox="none">
42873 \begin_inset Text
42874
42875 \begin_layout Plain Layout
42876 \begin_inset ERT
42877 status collapsed
42878
42879 \begin_layout Plain Layout
42880
42881
42882 \backslash
42883 fcolorbox{black}{
42884 \end_layout
42885
42886 \end_inset
42887
42888 Gray
42889 \begin_inset ERT
42890 status collapsed
42891
42892 \begin_layout Plain Layout
42893
42894 }{
42895 \end_layout
42896
42897 \end_inset
42898
42899
42900 \begin_inset Phantom Phantom
42901 status open
42902
42903 \begin_layout Plain Layout
42904 W
42905 \end_layout
42906
42907 \end_inset
42908
42909
42910 \begin_inset ERT
42911 status collapsed
42912
42913 \begin_layout Plain Layout
42914
42915 }
42916 \end_layout
42917
42918 \end_inset
42919
42920  Gray
42921 \end_layout
42922
42923 \end_inset
42924 </cell>
42925 <cell alignment="left" valignment="top" usebox="none">
42926 \begin_inset Text
42927
42928 \begin_layout Plain Layout
42929 \begin_inset ERT
42930 status collapsed
42931
42932 \begin_layout Plain Layout
42933
42934
42935 \backslash
42936 fcolorbox{black}{
42937 \end_layout
42938
42939 \end_inset
42940
42941 GreenYellow
42942 \begin_inset ERT
42943 status collapsed
42944
42945 \begin_layout Plain Layout
42946
42947 }{
42948 \end_layout
42949
42950 \end_inset
42951
42952
42953 \begin_inset Phantom Phantom
42954 status open
42955
42956 \begin_layout Plain Layout
42957 W
42958 \end_layout
42959
42960 \end_inset
42961
42962
42963 \begin_inset ERT
42964 status collapsed
42965
42966 \begin_layout Plain Layout
42967
42968 }
42969 \end_layout
42970
42971 \end_inset
42972
42973  GreenYellow
42974 \end_layout
42975
42976 \end_inset
42977 </cell>
42978 </row>
42979 <row>
42980 <cell alignment="center" valignment="top" usebox="none">
42981 \begin_inset Text
42982
42983 \begin_layout Plain Layout
42984 \begin_inset ERT
42985 status collapsed
42986
42987 \begin_layout Plain Layout
42988
42989
42990 \backslash
42991 fcolorbox{black}{
42992 \end_layout
42993
42994 \end_inset
42995
42996 JungleGreen
42997 \begin_inset ERT
42998 status collapsed
42999
43000 \begin_layout Plain Layout
43001
43002 }{
43003 \end_layout
43004
43005 \end_inset
43006
43007
43008 \begin_inset Phantom Phantom
43009 status open
43010
43011 \begin_layout Plain Layout
43012 W
43013 \end_layout
43014
43015 \end_inset
43016
43017
43018 \begin_inset ERT
43019 status collapsed
43020
43021 \begin_layout Plain Layout
43022
43023 }
43024 \end_layout
43025
43026 \end_inset
43027
43028  JungleGreen
43029 \end_layout
43030
43031 \end_inset
43032 </cell>
43033 <cell alignment="center" valignment="top" usebox="none">
43034 \begin_inset Text
43035
43036 \begin_layout Plain Layout
43037 \begin_inset ERT
43038 status collapsed
43039
43040 \begin_layout Plain Layout
43041
43042
43043 \backslash
43044 fcolorbox{black}{
43045 \end_layout
43046
43047 \end_inset
43048
43049 Lavender
43050 \begin_inset ERT
43051 status collapsed
43052
43053 \begin_layout Plain Layout
43054
43055 }{
43056 \end_layout
43057
43058 \end_inset
43059
43060
43061 \begin_inset Phantom Phantom
43062 status open
43063
43064 \begin_layout Plain Layout
43065 W
43066 \end_layout
43067
43068 \end_inset
43069
43070
43071 \begin_inset ERT
43072 status collapsed
43073
43074 \begin_layout Plain Layout
43075
43076 }
43077 \end_layout
43078
43079 \end_inset
43080
43081  Lavender
43082 \end_layout
43083
43084 \end_inset
43085 </cell>
43086 <cell alignment="center" valignment="top" usebox="none">
43087 \begin_inset Text
43088
43089 \begin_layout Plain Layout
43090 \begin_inset ERT
43091 status collapsed
43092
43093 \begin_layout Plain Layout
43094
43095
43096 \backslash
43097 fcolorbox{black}{
43098 \end_layout
43099
43100 \end_inset
43101
43102 LimeGreen
43103 \begin_inset ERT
43104 status collapsed
43105
43106 \begin_layout Plain Layout
43107
43108 }{
43109 \end_layout
43110
43111 \end_inset
43112
43113
43114 \begin_inset Phantom Phantom
43115 status open
43116
43117 \begin_layout Plain Layout
43118 W
43119 \end_layout
43120
43121 \end_inset
43122
43123
43124 \begin_inset ERT
43125 status collapsed
43126
43127 \begin_layout Plain Layout
43128
43129 }
43130 \end_layout
43131
43132 \end_inset
43133
43134  LimeGreen
43135 \end_layout
43136
43137 \end_inset
43138 </cell>
43139 <cell alignment="center" valignment="top" usebox="none">
43140 \begin_inset Text
43141
43142 \begin_layout Plain Layout
43143 \begin_inset ERT
43144 status collapsed
43145
43146 \begin_layout Plain Layout
43147
43148
43149 \backslash
43150 fcolorbox{black}{
43151 \end_layout
43152
43153 \end_inset
43154
43155 Mahogany
43156 \begin_inset ERT
43157 status collapsed
43158
43159 \begin_layout Plain Layout
43160
43161 }{
43162 \end_layout
43163
43164 \end_inset
43165
43166
43167 \begin_inset Phantom Phantom
43168 status open
43169
43170 \begin_layout Plain Layout
43171 W
43172 \end_layout
43173
43174 \end_inset
43175
43176
43177 \begin_inset ERT
43178 status collapsed
43179
43180 \begin_layout Plain Layout
43181
43182 }
43183 \end_layout
43184
43185 \end_inset
43186
43187  Mahogany
43188 \end_layout
43189
43190 \end_inset
43191 </cell>
43192 </row>
43193 <row>
43194 <cell alignment="left" valignment="top" usebox="none">
43195 \begin_inset Text
43196
43197 \begin_layout Plain Layout
43198 \begin_inset ERT
43199 status collapsed
43200
43201 \begin_layout Plain Layout
43202
43203
43204 \backslash
43205 fcolorbox{black}{
43206 \end_layout
43207
43208 \end_inset
43209
43210 Mahogany
43211 \begin_inset ERT
43212 status collapsed
43213
43214 \begin_layout Plain Layout
43215
43216 }{
43217 \end_layout
43218
43219 \end_inset
43220
43221
43222 \begin_inset Phantom Phantom
43223 status open
43224
43225 \begin_layout Plain Layout
43226 W
43227 \end_layout
43228
43229 \end_inset
43230
43231
43232 \begin_inset ERT
43233 status collapsed
43234
43235 \begin_layout Plain Layout
43236
43237 }
43238 \end_layout
43239
43240 \end_inset
43241
43242  Mahogany
43243 \end_layout
43244
43245 \end_inset
43246 </cell>
43247 <cell alignment="left" valignment="top" usebox="none">
43248 \begin_inset Text
43249
43250 \begin_layout Plain Layout
43251 \begin_inset ERT
43252 status collapsed
43253
43254 \begin_layout Plain Layout
43255
43256
43257 \backslash
43258 fcolorbox{black}{
43259 \end_layout
43260
43261 \end_inset
43262
43263 Maroon
43264 \begin_inset ERT
43265 status collapsed
43266
43267 \begin_layout Plain Layout
43268
43269 }{
43270 \end_layout
43271
43272 \end_inset
43273
43274
43275 \begin_inset Phantom Phantom
43276 status open
43277
43278 \begin_layout Plain Layout
43279 W
43280 \end_layout
43281
43282 \end_inset
43283
43284
43285 \begin_inset ERT
43286 status collapsed
43287
43288 \begin_layout Plain Layout
43289
43290 }
43291 \end_layout
43292
43293 \end_inset
43294
43295  Maroon
43296 \end_layout
43297
43298 \end_inset
43299 </cell>
43300 <cell alignment="left" valignment="top" usebox="none">
43301 \begin_inset Text
43302
43303 \begin_layout Plain Layout
43304 \begin_inset ERT
43305 status collapsed
43306
43307 \begin_layout Plain Layout
43308
43309
43310 \backslash
43311 fcolorbox{black}{
43312 \end_layout
43313
43314 \end_inset
43315
43316 Melon
43317 \begin_inset ERT
43318 status collapsed
43319
43320 \begin_layout Plain Layout
43321
43322 }{
43323 \end_layout
43324
43325 \end_inset
43326
43327
43328 \begin_inset Phantom Phantom
43329 status open
43330
43331 \begin_layout Plain Layout
43332 W
43333 \end_layout
43334
43335 \end_inset
43336
43337
43338 \begin_inset ERT
43339 status collapsed
43340
43341 \begin_layout Plain Layout
43342
43343 }
43344 \end_layout
43345
43346 \end_inset
43347
43348  Melon
43349 \end_layout
43350
43351 \end_inset
43352 </cell>
43353 <cell alignment="left" valignment="top" usebox="none">
43354 \begin_inset Text
43355
43356 \begin_layout Plain Layout
43357 \begin_inset ERT
43358 status collapsed
43359
43360 \begin_layout Plain Layout
43361
43362
43363 \backslash
43364 fcolorbox{black}{
43365 \end_layout
43366
43367 \end_inset
43368
43369 MidnightBlue
43370 \begin_inset ERT
43371 status collapsed
43372
43373 \begin_layout Plain Layout
43374
43375 }{
43376 \end_layout
43377
43378 \end_inset
43379
43380
43381 \begin_inset Phantom Phantom
43382 status open
43383
43384 \begin_layout Plain Layout
43385 W
43386 \end_layout
43387
43388 \end_inset
43389
43390
43391 \begin_inset ERT
43392 status collapsed
43393
43394 \begin_layout Plain Layout
43395
43396 }
43397 \end_layout
43398
43399 \end_inset
43400
43401  MidnightBlue
43402 \end_layout
43403
43404 \end_inset
43405 </cell>
43406 </row>
43407 <row>
43408 <cell alignment="left" valignment="top" usebox="none">
43409 \begin_inset Text
43410
43411 \begin_layout Plain Layout
43412 \begin_inset ERT
43413 status collapsed
43414
43415 \begin_layout Plain Layout
43416
43417
43418 \backslash
43419 fcolorbox{black}{
43420 \end_layout
43421
43422 \end_inset
43423
43424 Mulberry
43425 \begin_inset ERT
43426 status collapsed
43427
43428 \begin_layout Plain Layout
43429
43430 }{
43431 \end_layout
43432
43433 \end_inset
43434
43435
43436 \begin_inset Phantom Phantom
43437 status open
43438
43439 \begin_layout Plain Layout
43440 W
43441 \end_layout
43442
43443 \end_inset
43444
43445
43446 \begin_inset ERT
43447 status collapsed
43448
43449 \begin_layout Plain Layout
43450
43451 }
43452 \end_layout
43453
43454 \end_inset
43455
43456  Mulberry
43457 \end_layout
43458
43459 \end_inset
43460 </cell>
43461 <cell alignment="left" valignment="top" usebox="none">
43462 \begin_inset Text
43463
43464 \begin_layout Plain Layout
43465 \begin_inset ERT
43466 status collapsed
43467
43468 \begin_layout Plain Layout
43469
43470
43471 \backslash
43472 fcolorbox{black}{
43473 \end_layout
43474
43475 \end_inset
43476
43477 NavyBlue
43478 \begin_inset ERT
43479 status collapsed
43480
43481 \begin_layout Plain Layout
43482
43483 }{
43484 \end_layout
43485
43486 \end_inset
43487
43488
43489 \begin_inset Phantom Phantom
43490 status open
43491
43492 \begin_layout Plain Layout
43493 W
43494 \end_layout
43495
43496 \end_inset
43497
43498
43499 \begin_inset ERT
43500 status collapsed
43501
43502 \begin_layout Plain Layout
43503
43504 }
43505 \end_layout
43506
43507 \end_inset
43508
43509  NavyBlue
43510 \end_layout
43511
43512 \end_inset
43513 </cell>
43514 <cell alignment="left" valignment="top" usebox="none">
43515 \begin_inset Text
43516
43517 \begin_layout Plain Layout
43518 \begin_inset ERT
43519 status collapsed
43520
43521 \begin_layout Plain Layout
43522
43523
43524 \backslash
43525 fcolorbox{black}{
43526 \end_layout
43527
43528 \end_inset
43529
43530 OliveGreen
43531 \begin_inset ERT
43532 status collapsed
43533
43534 \begin_layout Plain Layout
43535
43536 }{
43537 \end_layout
43538
43539 \end_inset
43540
43541
43542 \begin_inset Phantom Phantom
43543 status open
43544
43545 \begin_layout Plain Layout
43546 W
43547 \end_layout
43548
43549 \end_inset
43550
43551
43552 \begin_inset ERT
43553 status collapsed
43554
43555 \begin_layout Plain Layout
43556
43557 }
43558 \end_layout
43559
43560 \end_inset
43561
43562  OliveGreen
43563 \end_layout
43564
43565 \end_inset
43566 </cell>
43567 <cell alignment="left" valignment="top" usebox="none">
43568 \begin_inset Text
43569
43570 \begin_layout Plain Layout
43571 \begin_inset ERT
43572 status collapsed
43573
43574 \begin_layout Plain Layout
43575
43576
43577 \backslash
43578 fcolorbox{black}{
43579 \end_layout
43580
43581 \end_inset
43582
43583 Orange
43584 \begin_inset ERT
43585 status collapsed
43586
43587 \begin_layout Plain Layout
43588
43589 }{
43590 \end_layout
43591
43592 \end_inset
43593
43594
43595 \begin_inset Phantom Phantom
43596 status open
43597
43598 \begin_layout Plain Layout
43599 W
43600 \end_layout
43601
43602 \end_inset
43603
43604
43605 \begin_inset ERT
43606 status collapsed
43607
43608 \begin_layout Plain Layout
43609
43610 }
43611 \end_layout
43612
43613 \end_inset
43614
43615  Orange
43616 \end_layout
43617
43618 \end_inset
43619 </cell>
43620 </row>
43621 <row>
43622 <cell alignment="left" valignment="top" usebox="none">
43623 \begin_inset Text
43624
43625 \begin_layout Plain Layout
43626 \begin_inset ERT
43627 status collapsed
43628
43629 \begin_layout Plain Layout
43630
43631
43632 \backslash
43633 fcolorbox{black}{
43634 \end_layout
43635
43636 \end_inset
43637
43638 OrangeRed
43639 \begin_inset ERT
43640 status collapsed
43641
43642 \begin_layout Plain Layout
43643
43644 }{
43645 \end_layout
43646
43647 \end_inset
43648
43649
43650 \begin_inset Phantom Phantom
43651 status open
43652
43653 \begin_layout Plain Layout
43654 W
43655 \end_layout
43656
43657 \end_inset
43658
43659
43660 \begin_inset ERT
43661 status collapsed
43662
43663 \begin_layout Plain Layout
43664
43665 }
43666 \end_layout
43667
43668 \end_inset
43669
43670  OrangeRed
43671 \end_layout
43672
43673 \end_inset
43674 </cell>
43675 <cell alignment="left" valignment="top" usebox="none">
43676 \begin_inset Text
43677
43678 \begin_layout Plain Layout
43679 \begin_inset ERT
43680 status collapsed
43681
43682 \begin_layout Plain Layout
43683
43684
43685 \backslash
43686 fcolorbox{black}{
43687 \end_layout
43688
43689 \end_inset
43690
43691 Orchid
43692 \begin_inset ERT
43693 status collapsed
43694
43695 \begin_layout Plain Layout
43696
43697 }{
43698 \end_layout
43699
43700 \end_inset
43701
43702
43703 \begin_inset Phantom Phantom
43704 status open
43705
43706 \begin_layout Plain Layout
43707 W
43708 \end_layout
43709
43710 \end_inset
43711
43712
43713 \begin_inset ERT
43714 status collapsed
43715
43716 \begin_layout Plain Layout
43717
43718 }
43719 \end_layout
43720
43721 \end_inset
43722
43723  Orchid
43724 \end_layout
43725
43726 \end_inset
43727 </cell>
43728 <cell alignment="left" valignment="top" usebox="none">
43729 \begin_inset Text
43730
43731 \begin_layout Plain Layout
43732 \begin_inset ERT
43733 status collapsed
43734
43735 \begin_layout Plain Layout
43736
43737
43738 \backslash
43739 fcolorbox{black}{
43740 \end_layout
43741
43742 \end_inset
43743
43744 Peach
43745 \begin_inset ERT
43746 status collapsed
43747
43748 \begin_layout Plain Layout
43749
43750 }{
43751 \end_layout
43752
43753 \end_inset
43754
43755
43756 \begin_inset Phantom Phantom
43757 status open
43758
43759 \begin_layout Plain Layout
43760 W
43761 \end_layout
43762
43763 \end_inset
43764
43765
43766 \begin_inset ERT
43767 status collapsed
43768
43769 \begin_layout Plain Layout
43770
43771 }
43772 \end_layout
43773
43774 \end_inset
43775
43776  Peach
43777 \end_layout
43778
43779 \end_inset
43780 </cell>
43781 <cell alignment="left" valignment="top" usebox="none">
43782 \begin_inset Text
43783
43784 \begin_layout Plain Layout
43785 \begin_inset ERT
43786 status collapsed
43787
43788 \begin_layout Plain Layout
43789
43790
43791 \backslash
43792 fcolorbox{black}{
43793 \end_layout
43794
43795 \end_inset
43796
43797 Periwinkle
43798 \begin_inset ERT
43799 status collapsed
43800
43801 \begin_layout Plain Layout
43802
43803 }{
43804 \end_layout
43805
43806 \end_inset
43807
43808
43809 \begin_inset Phantom Phantom
43810 status open
43811
43812 \begin_layout Plain Layout
43813 W
43814 \end_layout
43815
43816 \end_inset
43817
43818
43819 \begin_inset ERT
43820 status collapsed
43821
43822 \begin_layout Plain Layout
43823
43824 }
43825 \end_layout
43826
43827 \end_inset
43828
43829  Periwinkle
43830 \end_layout
43831
43832 \end_inset
43833 </cell>
43834 </row>
43835 <row>
43836 <cell alignment="left" valignment="top" usebox="none">
43837 \begin_inset Text
43838
43839 \begin_layout Plain Layout
43840 \begin_inset ERT
43841 status collapsed
43842
43843 \begin_layout Plain Layout
43844
43845
43846 \backslash
43847 fcolorbox{black}{
43848 \end_layout
43849
43850 \end_inset
43851
43852 PineGreen
43853 \begin_inset ERT
43854 status collapsed
43855
43856 \begin_layout Plain Layout
43857
43858 }{
43859 \end_layout
43860
43861 \end_inset
43862
43863
43864 \begin_inset Phantom Phantom
43865 status open
43866
43867 \begin_layout Plain Layout
43868 W
43869 \end_layout
43870
43871 \end_inset
43872
43873
43874 \begin_inset ERT
43875 status collapsed
43876
43877 \begin_layout Plain Layout
43878
43879 }
43880 \end_layout
43881
43882 \end_inset
43883
43884  PineGreen
43885 \end_layout
43886
43887 \end_inset
43888 </cell>
43889 <cell alignment="left" valignment="top" usebox="none">
43890 \begin_inset Text
43891
43892 \begin_layout Plain Layout
43893 \begin_inset ERT
43894 status collapsed
43895
43896 \begin_layout Plain Layout
43897
43898
43899 \backslash
43900 fcolorbox{black}{
43901 \end_layout
43902
43903 \end_inset
43904
43905 Plum
43906 \begin_inset ERT
43907 status collapsed
43908
43909 \begin_layout Plain Layout
43910
43911 }{
43912 \end_layout
43913
43914 \end_inset
43915
43916
43917 \begin_inset Phantom Phantom
43918 status open
43919
43920 \begin_layout Plain Layout
43921 W
43922 \end_layout
43923
43924 \end_inset
43925
43926
43927 \begin_inset ERT
43928 status collapsed
43929
43930 \begin_layout Plain Layout
43931
43932 }
43933 \end_layout
43934
43935 \end_inset
43936
43937  Plum
43938 \end_layout
43939
43940 \end_inset
43941 </cell>
43942 <cell alignment="left" valignment="top" usebox="none">
43943 \begin_inset Text
43944
43945 \begin_layout Plain Layout
43946 \begin_inset ERT
43947 status collapsed
43948
43949 \begin_layout Plain Layout
43950
43951
43952 \backslash
43953 fcolorbox{black}{
43954 \end_layout
43955
43956 \end_inset
43957
43958 ProcessBlue
43959 \begin_inset ERT
43960 status collapsed
43961
43962 \begin_layout Plain Layout
43963
43964 }{
43965 \end_layout
43966
43967 \end_inset
43968
43969
43970 \begin_inset Phantom Phantom
43971 status open
43972
43973 \begin_layout Plain Layout
43974 W
43975 \end_layout
43976
43977 \end_inset
43978
43979
43980 \begin_inset ERT
43981 status collapsed
43982
43983 \begin_layout Plain Layout
43984
43985 }
43986 \end_layout
43987
43988 \end_inset
43989
43990  ProcessBlue
43991 \end_layout
43992
43993 \end_inset
43994 </cell>
43995 <cell alignment="left" valignment="top" usebox="none">
43996 \begin_inset Text
43997
43998 \begin_layout Plain Layout
43999 \begin_inset ERT
44000 status collapsed
44001
44002 \begin_layout Plain Layout
44003
44004
44005 \backslash
44006 fcolorbox{black}{
44007 \end_layout
44008
44009 \end_inset
44010
44011 Purple
44012 \begin_inset ERT
44013 status collapsed
44014
44015 \begin_layout Plain Layout
44016
44017 }{
44018 \end_layout
44019
44020 \end_inset
44021
44022
44023 \begin_inset Phantom Phantom
44024 status open
44025
44026 \begin_layout Plain Layout
44027 W
44028 \end_layout
44029
44030 \end_inset
44031
44032
44033 \begin_inset ERT
44034 status collapsed
44035
44036 \begin_layout Plain Layout
44037
44038 }
44039 \end_layout
44040
44041 \end_inset
44042
44043  Purple
44044 \end_layout
44045
44046 \end_inset
44047 </cell>
44048 </row>
44049 <row>
44050 <cell alignment="left" valignment="top" usebox="none">
44051 \begin_inset Text
44052
44053 \begin_layout Plain Layout
44054 \begin_inset ERT
44055 status collapsed
44056
44057 \begin_layout Plain Layout
44058
44059
44060 \backslash
44061 fcolorbox{black}{
44062 \end_layout
44063
44064 \end_inset
44065
44066 RawSienna
44067 \begin_inset ERT
44068 status collapsed
44069
44070 \begin_layout Plain Layout
44071
44072 }{
44073 \end_layout
44074
44075 \end_inset
44076
44077
44078 \begin_inset Phantom Phantom
44079 status open
44080
44081 \begin_layout Plain Layout
44082 W
44083 \end_layout
44084
44085 \end_inset
44086
44087
44088 \begin_inset ERT
44089 status collapsed
44090
44091 \begin_layout Plain Layout
44092
44093 }
44094 \end_layout
44095
44096 \end_inset
44097
44098  RawSienna
44099 \end_layout
44100
44101 \end_inset
44102 </cell>
44103 <cell alignment="left" valignment="top" usebox="none">
44104 \begin_inset Text
44105
44106 \begin_layout Plain Layout
44107 \begin_inset ERT
44108 status collapsed
44109
44110 \begin_layout Plain Layout
44111
44112
44113 \backslash
44114 fcolorbox{black}{
44115 \end_layout
44116
44117 \end_inset
44118
44119 RedOrange
44120 \begin_inset ERT
44121 status collapsed
44122
44123 \begin_layout Plain Layout
44124
44125 }{
44126 \end_layout
44127
44128 \end_inset
44129
44130
44131 \begin_inset Phantom Phantom
44132 status open
44133
44134 \begin_layout Plain Layout
44135 W
44136 \end_layout
44137
44138 \end_inset
44139
44140
44141 \begin_inset ERT
44142 status collapsed
44143
44144 \begin_layout Plain Layout
44145
44146 }
44147 \end_layout
44148
44149 \end_inset
44150
44151  RedOrange
44152 \end_layout
44153
44154 \end_inset
44155 </cell>
44156 <cell alignment="left" valignment="top" usebox="none">
44157 \begin_inset Text
44158
44159 \begin_layout Plain Layout
44160 \begin_inset ERT
44161 status collapsed
44162
44163 \begin_layout Plain Layout
44164
44165
44166 \backslash
44167 fcolorbox{black}{
44168 \end_layout
44169
44170 \end_inset
44171
44172 RedViolet
44173 \begin_inset ERT
44174 status collapsed
44175
44176 \begin_layout Plain Layout
44177
44178 }{
44179 \end_layout
44180
44181 \end_inset
44182
44183
44184 \begin_inset Phantom Phantom
44185 status open
44186
44187 \begin_layout Plain Layout
44188 W
44189 \end_layout
44190
44191 \end_inset
44192
44193
44194 \begin_inset ERT
44195 status collapsed
44196
44197 \begin_layout Plain Layout
44198
44199 }
44200 \end_layout
44201
44202 \end_inset
44203
44204  RedViolet
44205 \end_layout
44206
44207 \end_inset
44208 </cell>
44209 <cell alignment="left" valignment="top" usebox="none">
44210 \begin_inset Text
44211
44212 \begin_layout Plain Layout
44213 \begin_inset ERT
44214 status collapsed
44215
44216 \begin_layout Plain Layout
44217
44218
44219 \backslash
44220 fcolorbox{black}{
44221 \end_layout
44222
44223 \end_inset
44224
44225 Rhodamine
44226 \begin_inset ERT
44227 status collapsed
44228
44229 \begin_layout Plain Layout
44230
44231 }{
44232 \end_layout
44233
44234 \end_inset
44235
44236
44237 \begin_inset Phantom Phantom
44238 status open
44239
44240 \begin_layout Plain Layout
44241 W
44242 \end_layout
44243
44244 \end_inset
44245
44246
44247 \begin_inset ERT
44248 status collapsed
44249
44250 \begin_layout Plain Layout
44251
44252 }
44253 \end_layout
44254
44255 \end_inset
44256
44257  Rhodamine
44258 \end_layout
44259
44260 \end_inset
44261 </cell>
44262 </row>
44263 <row>
44264 <cell alignment="left" valignment="top" usebox="none">
44265 \begin_inset Text
44266
44267 \begin_layout Plain Layout
44268 \begin_inset ERT
44269 status collapsed
44270
44271 \begin_layout Plain Layout
44272
44273
44274 \backslash
44275 fcolorbox{black}{
44276 \end_layout
44277
44278 \end_inset
44279
44280 RoyalBlue
44281 \begin_inset ERT
44282 status collapsed
44283
44284 \begin_layout Plain Layout
44285
44286 }{
44287 \end_layout
44288
44289 \end_inset
44290
44291
44292 \begin_inset Phantom Phantom
44293 status open
44294
44295 \begin_layout Plain Layout
44296 W
44297 \end_layout
44298
44299 \end_inset
44300
44301
44302 \begin_inset ERT
44303 status collapsed
44304
44305 \begin_layout Plain Layout
44306
44307 }
44308 \end_layout
44309
44310 \end_inset
44311
44312  RoyalBlue
44313 \end_layout
44314
44315 \end_inset
44316 </cell>
44317 <cell alignment="left" valignment="top" usebox="none">
44318 \begin_inset Text
44319
44320 \begin_layout Plain Layout
44321 \begin_inset ERT
44322 status collapsed
44323
44324 \begin_layout Plain Layout
44325
44326
44327 \backslash
44328 fcolorbox{black}{
44329 \end_layout
44330
44331 \end_inset
44332
44333 RoyalPurple
44334 \begin_inset ERT
44335 status collapsed
44336
44337 \begin_layout Plain Layout
44338
44339 }{
44340 \end_layout
44341
44342 \end_inset
44343
44344
44345 \begin_inset Phantom Phantom
44346 status open
44347
44348 \begin_layout Plain Layout
44349 W
44350 \end_layout
44351
44352 \end_inset
44353
44354
44355 \begin_inset ERT
44356 status collapsed
44357
44358 \begin_layout Plain Layout
44359
44360 }
44361 \end_layout
44362
44363 \end_inset
44364
44365  RoyalPurple
44366 \end_layout
44367
44368 \end_inset
44369 </cell>
44370 <cell alignment="left" valignment="top" usebox="none">
44371 \begin_inset Text
44372
44373 \begin_layout Plain Layout
44374 \begin_inset ERT
44375 status collapsed
44376
44377 \begin_layout Plain Layout
44378
44379
44380 \backslash
44381 fcolorbox{black}{
44382 \end_layout
44383
44384 \end_inset
44385
44386 RubineRed
44387 \begin_inset ERT
44388 status collapsed
44389
44390 \begin_layout Plain Layout
44391
44392 }{
44393 \end_layout
44394
44395 \end_inset
44396
44397
44398 \begin_inset Phantom Phantom
44399 status open
44400
44401 \begin_layout Plain Layout
44402 W
44403 \end_layout
44404
44405 \end_inset
44406
44407
44408 \begin_inset ERT
44409 status collapsed
44410
44411 \begin_layout Plain Layout
44412
44413 }
44414 \end_layout
44415
44416 \end_inset
44417
44418  RubineRed
44419 \end_layout
44420
44421 \end_inset
44422 </cell>
44423 <cell alignment="left" valignment="top" usebox="none">
44424 \begin_inset Text
44425
44426 \begin_layout Plain Layout
44427 \begin_inset ERT
44428 status collapsed
44429
44430 \begin_layout Plain Layout
44431
44432
44433 \backslash
44434 fcolorbox{black}{
44435 \end_layout
44436
44437 \end_inset
44438
44439 Salmon
44440 \begin_inset ERT
44441 status collapsed
44442
44443 \begin_layout Plain Layout
44444
44445 }{
44446 \end_layout
44447
44448 \end_inset
44449
44450
44451 \begin_inset Phantom Phantom
44452 status open
44453
44454 \begin_layout Plain Layout
44455 W
44456 \end_layout
44457
44458 \end_inset
44459
44460
44461 \begin_inset ERT
44462 status collapsed
44463
44464 \begin_layout Plain Layout
44465
44466 }
44467 \end_layout
44468
44469 \end_inset
44470
44471  Salmon
44472 \end_layout
44473
44474 \end_inset
44475 </cell>
44476 </row>
44477 <row>
44478 <cell alignment="left" valignment="top" usebox="none">
44479 \begin_inset Text
44480
44481 \begin_layout Plain Layout
44482 \begin_inset ERT
44483 status collapsed
44484
44485 \begin_layout Plain Layout
44486
44487
44488 \backslash
44489 fcolorbox{black}{
44490 \end_layout
44491
44492 \end_inset
44493
44494 SeaGreen
44495 \begin_inset ERT
44496 status collapsed
44497
44498 \begin_layout Plain Layout
44499
44500 }{
44501 \end_layout
44502
44503 \end_inset
44504
44505
44506 \begin_inset Phantom Phantom
44507 status open
44508
44509 \begin_layout Plain Layout
44510 W
44511 \end_layout
44512
44513 \end_inset
44514
44515
44516 \begin_inset ERT
44517 status collapsed
44518
44519 \begin_layout Plain Layout
44520
44521 }
44522 \end_layout
44523
44524 \end_inset
44525
44526  SeaGreen
44527 \end_layout
44528
44529 \end_inset
44530 </cell>
44531 <cell alignment="left" valignment="top" usebox="none">
44532 \begin_inset Text
44533
44534 \begin_layout Plain Layout
44535 \begin_inset ERT
44536 status collapsed
44537
44538 \begin_layout Plain Layout
44539
44540
44541 \backslash
44542 fcolorbox{black}{
44543 \end_layout
44544
44545 \end_inset
44546
44547 Sepia
44548 \begin_inset ERT
44549 status collapsed
44550
44551 \begin_layout Plain Layout
44552
44553 }{
44554 \end_layout
44555
44556 \end_inset
44557
44558
44559 \begin_inset Phantom Phantom
44560 status open
44561
44562 \begin_layout Plain Layout
44563 W
44564 \end_layout
44565
44566 \end_inset
44567
44568
44569 \begin_inset ERT
44570 status collapsed
44571
44572 \begin_layout Plain Layout
44573
44574 }
44575 \end_layout
44576
44577 \end_inset
44578
44579  Sepia
44580 \end_layout
44581
44582 \end_inset
44583 </cell>
44584 <cell alignment="left" valignment="top" usebox="none">
44585 \begin_inset Text
44586
44587 \begin_layout Plain Layout
44588 \begin_inset ERT
44589 status collapsed
44590
44591 \begin_layout Plain Layout
44592
44593
44594 \backslash
44595 fcolorbox{black}{
44596 \end_layout
44597
44598 \end_inset
44599
44600 SkyBlue
44601 \begin_inset ERT
44602 status collapsed
44603
44604 \begin_layout Plain Layout
44605
44606 }{
44607 \end_layout
44608
44609 \end_inset
44610
44611
44612 \begin_inset Phantom Phantom
44613 status open
44614
44615 \begin_layout Plain Layout
44616 W
44617 \end_layout
44618
44619 \end_inset
44620
44621
44622 \begin_inset ERT
44623 status collapsed
44624
44625 \begin_layout Plain Layout
44626
44627 }
44628 \end_layout
44629
44630 \end_inset
44631
44632  SkyBlue
44633 \end_layout
44634
44635 \end_inset
44636 </cell>
44637 <cell alignment="left" valignment="top" usebox="none">
44638 \begin_inset Text
44639
44640 \begin_layout Plain Layout
44641 \begin_inset ERT
44642 status collapsed
44643
44644 \begin_layout Plain Layout
44645
44646
44647 \backslash
44648 fcolorbox{black}{
44649 \end_layout
44650
44651 \end_inset
44652
44653 SpringGreen
44654 \begin_inset ERT
44655 status collapsed
44656
44657 \begin_layout Plain Layout
44658
44659 }{
44660 \end_layout
44661
44662 \end_inset
44663
44664
44665 \begin_inset Phantom Phantom
44666 status open
44667
44668 \begin_layout Plain Layout
44669 W
44670 \end_layout
44671
44672 \end_inset
44673
44674
44675 \begin_inset ERT
44676 status collapsed
44677
44678 \begin_layout Plain Layout
44679
44680 }
44681 \end_layout
44682
44683 \end_inset
44684
44685  SpringGreen
44686 \end_layout
44687
44688 \end_inset
44689 </cell>
44690 </row>
44691 <row>
44692 <cell alignment="left" valignment="top" usebox="none">
44693 \begin_inset Text
44694
44695 \begin_layout Plain Layout
44696 \begin_inset ERT
44697 status collapsed
44698
44699 \begin_layout Plain Layout
44700
44701
44702 \backslash
44703 fcolorbox{black}{
44704 \end_layout
44705
44706 \end_inset
44707
44708 Tan
44709 \begin_inset ERT
44710 status collapsed
44711
44712 \begin_layout Plain Layout
44713
44714 }{
44715 \end_layout
44716
44717 \end_inset
44718
44719
44720 \begin_inset Phantom Phantom
44721 status open
44722
44723 \begin_layout Plain Layout
44724 W
44725 \end_layout
44726
44727 \end_inset
44728
44729
44730 \begin_inset ERT
44731 status collapsed
44732
44733 \begin_layout Plain Layout
44734
44735 }
44736 \end_layout
44737
44738 \end_inset
44739
44740  Tan
44741 \end_layout
44742
44743 \end_inset
44744 </cell>
44745 <cell alignment="left" valignment="top" usebox="none">
44746 \begin_inset Text
44747
44748 \begin_layout Plain Layout
44749 \begin_inset ERT
44750 status collapsed
44751
44752 \begin_layout Plain Layout
44753
44754
44755 \backslash
44756 fcolorbox{black}{
44757 \end_layout
44758
44759 \end_inset
44760
44761 TealBlue
44762 \begin_inset ERT
44763 status collapsed
44764
44765 \begin_layout Plain Layout
44766
44767 }{
44768 \end_layout
44769
44770 \end_inset
44771
44772
44773 \begin_inset Phantom Phantom
44774 status open
44775
44776 \begin_layout Plain Layout
44777 W
44778 \end_layout
44779
44780 \end_inset
44781
44782
44783 \begin_inset ERT
44784 status collapsed
44785
44786 \begin_layout Plain Layout
44787
44788 }
44789 \end_layout
44790
44791 \end_inset
44792
44793  TealBlue
44794 \end_layout
44795
44796 \end_inset
44797 </cell>
44798 <cell alignment="left" valignment="top" usebox="none">
44799 \begin_inset Text
44800
44801 \begin_layout Plain Layout
44802 \begin_inset ERT
44803 status collapsed
44804
44805 \begin_layout Plain Layout
44806
44807
44808 \backslash
44809 fcolorbox{black}{
44810 \end_layout
44811
44812 \end_inset
44813
44814 Thistle
44815 \begin_inset ERT
44816 status collapsed
44817
44818 \begin_layout Plain Layout
44819
44820 }{
44821 \end_layout
44822
44823 \end_inset
44824
44825
44826 \begin_inset Phantom Phantom
44827 status open
44828
44829 \begin_layout Plain Layout
44830 W
44831 \end_layout
44832
44833 \end_inset
44834
44835
44836 \begin_inset ERT
44837 status collapsed
44838
44839 \begin_layout Plain Layout
44840
44841 }
44842 \end_layout
44843
44844 \end_inset
44845
44846  Thistle
44847 \end_layout
44848
44849 \end_inset
44850 </cell>
44851 <cell alignment="left" valignment="top" usebox="none">
44852 \begin_inset Text
44853
44854 \begin_layout Plain Layout
44855 \begin_inset ERT
44856 status collapsed
44857
44858 \begin_layout Plain Layout
44859
44860
44861 \backslash
44862 fcolorbox{black}{
44863 \end_layout
44864
44865 \end_inset
44866
44867 Turquoise
44868 \begin_inset ERT
44869 status collapsed
44870
44871 \begin_layout Plain Layout
44872
44873 }{
44874 \end_layout
44875
44876 \end_inset
44877
44878
44879 \begin_inset Phantom Phantom
44880 status open
44881
44882 \begin_layout Plain Layout
44883 W
44884 \end_layout
44885
44886 \end_inset
44887
44888
44889 \begin_inset ERT
44890 status collapsed
44891
44892 \begin_layout Plain Layout
44893
44894 }
44895 \end_layout
44896
44897 \end_inset
44898
44899  Turquoise
44900 \end_layout
44901
44902 \end_inset
44903 </cell>
44904 </row>
44905 <row>
44906 <cell alignment="left" valignment="top" usebox="none">
44907 \begin_inset Text
44908
44909 \begin_layout Plain Layout
44910 \begin_inset ERT
44911 status collapsed
44912
44913 \begin_layout Plain Layout
44914
44915
44916 \backslash
44917 fcolorbox{black}{
44918 \end_layout
44919
44920 \end_inset
44921
44922 Violet
44923 \begin_inset ERT
44924 status collapsed
44925
44926 \begin_layout Plain Layout
44927
44928 }{
44929 \end_layout
44930
44931 \end_inset
44932
44933
44934 \begin_inset Phantom Phantom
44935 status open
44936
44937 \begin_layout Plain Layout
44938 W
44939 \end_layout
44940
44941 \end_inset
44942
44943
44944 \begin_inset ERT
44945 status collapsed
44946
44947 \begin_layout Plain Layout
44948
44949 }
44950 \end_layout
44951
44952 \end_inset
44953
44954  Violet
44955 \end_layout
44956
44957 \end_inset
44958 </cell>
44959 <cell alignment="left" valignment="top" usebox="none">
44960 \begin_inset Text
44961
44962 \begin_layout Plain Layout
44963 \begin_inset ERT
44964 status collapsed
44965
44966 \begin_layout Plain Layout
44967
44968
44969 \backslash
44970 fcolorbox{black}{
44971 \end_layout
44972
44973 \end_inset
44974
44975 VioletRed
44976 \begin_inset ERT
44977 status collapsed
44978
44979 \begin_layout Plain Layout
44980
44981 }{
44982 \end_layout
44983
44984 \end_inset
44985
44986
44987 \begin_inset Phantom Phantom
44988 status open
44989
44990 \begin_layout Plain Layout
44991 W
44992 \end_layout
44993
44994 \end_inset
44995
44996
44997 \begin_inset ERT
44998 status collapsed
44999
45000 \begin_layout Plain Layout
45001
45002 }
45003 \end_layout
45004
45005 \end_inset
45006
45007  VioletRed
45008 \end_layout
45009
45010 \end_inset
45011 </cell>
45012 <cell alignment="left" valignment="top" usebox="none">
45013 \begin_inset Text
45014
45015 \begin_layout Plain Layout
45016 \begin_inset ERT
45017 status collapsed
45018
45019 \begin_layout Plain Layout
45020
45021
45022 \backslash
45023 fcolorbox{black}{
45024 \end_layout
45025
45026 \end_inset
45027
45028 WildStrawberry
45029 \begin_inset ERT
45030 status collapsed
45031
45032 \begin_layout Plain Layout
45033
45034 }{
45035 \end_layout
45036
45037 \end_inset
45038
45039
45040 \begin_inset Phantom Phantom
45041 status open
45042
45043 \begin_layout Plain Layout
45044 W
45045 \end_layout
45046
45047 \end_inset
45048
45049
45050 \begin_inset ERT
45051 status collapsed
45052
45053 \begin_layout Plain Layout
45054
45055 }
45056 \end_layout
45057
45058 \end_inset
45059
45060  WildStrawberry
45061 \end_layout
45062
45063 \end_inset
45064 </cell>
45065 <cell alignment="left" valignment="top" usebox="none">
45066 \begin_inset Text
45067
45068 \begin_layout Plain Layout
45069 \begin_inset ERT
45070 status collapsed
45071
45072 \begin_layout Plain Layout
45073
45074
45075 \backslash
45076 fcolorbox{black}{
45077 \end_layout
45078
45079 \end_inset
45080
45081 YellowGreen
45082 \begin_inset ERT
45083 status collapsed
45084
45085 \begin_layout Plain Layout
45086
45087 }{
45088 \end_layout
45089
45090 \end_inset
45091
45092
45093 \begin_inset Phantom Phantom
45094 status open
45095
45096 \begin_layout Plain Layout
45097 W
45098 \end_layout
45099
45100 \end_inset
45101
45102
45103 \begin_inset ERT
45104 status collapsed
45105
45106 \begin_layout Plain Layout
45107
45108 }
45109 \end_layout
45110
45111 \end_inset
45112
45113  YellowGreen
45114 \end_layout
45115
45116 \end_inset
45117 </cell>
45118 </row>
45119 <row>
45120 <cell alignment="left" valignment="top" usebox="none">
45121 \begin_inset Text
45122
45123 \begin_layout Plain Layout
45124 \begin_inset ERT
45125 status collapsed
45126
45127 \begin_layout Plain Layout
45128
45129
45130 \backslash
45131 fcolorbox{black}{
45132 \end_layout
45133
45134 \end_inset
45135
45136 YellowOrange
45137 \begin_inset ERT
45138 status collapsed
45139
45140 \begin_layout Plain Layout
45141
45142 }{
45143 \end_layout
45144
45145 \end_inset
45146
45147
45148 \begin_inset Phantom Phantom
45149 status open
45150
45151 \begin_layout Plain Layout
45152 W
45153 \end_layout
45154
45155 \end_inset
45156
45157
45158 \begin_inset ERT
45159 status collapsed
45160
45161 \begin_layout Plain Layout
45162
45163 }
45164 \end_layout
45165
45166 \end_inset
45167
45168  YellowOrange
45169 \end_layout
45170
45171 \end_inset
45172 </cell>
45173 <cell alignment="left" valignment="top" usebox="none">
45174 \begin_inset Text
45175
45176 \begin_layout Plain Layout
45177
45178 \end_layout
45179
45180 \end_inset
45181 </cell>
45182 <cell alignment="left" valignment="top" usebox="none">
45183 \begin_inset Text
45184
45185 \begin_layout Plain Layout
45186
45187 \end_layout
45188
45189 \end_inset
45190 </cell>
45191 <cell alignment="left" valignment="top" usebox="none">
45192 \begin_inset Text
45193
45194 \begin_layout Plain Layout
45195
45196 \end_layout
45197
45198 \end_inset
45199 </cell>
45200 </row>
45201 </lyxtabular>
45202
45203 \end_inset
45204
45205
45206 \end_layout
45207
45208 \begin_layout Chapter
45209 Erklärung der Gleichung
45210 \begin_inset space ~
45211 \end_inset
45212
45213 (
45214 \begin_inset CommandInset ref
45215 LatexCommand ref
45216 reference "eq:Wgn"
45217
45218 \end_inset
45219
45220 )
45221 \begin_inset CommandInset label
45222 LatexCommand label
45223 name "kap:Erläuterung-einer-Gleichung"
45224
45225 \end_inset
45226
45227
45228 \end_layout
45229
45230 \begin_layout Standard
45231 Die Gesamtbreite von
45232 \emph on
45233  n
45234 \emph default
45235  Tabellenzellen 
45236 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45237 \end_inset
45238
45239  kann wie folgt berechnet werden:
45240 \begin_inset Formula 
45241 \begin{equation}
45242 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45243 \end{equation}
45244
45245 \end_inset
45246
45247
45248 \end_layout
45249
45250 \begin_layout Standard
45251 Dabei ist 
45252 \begin_inset Formula $W_{g\,n}$
45253 \end_inset
45254
45255  die Breite jeder Zelle.
45256
45257 \series bold
45258  
45259 \backslash
45260 tabcolsep
45261 \series default
45262  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
45263  Standardwert 6
45264 \begin_inset space \thinspace{}
45265 \end_inset
45266
45267 pt.
45268  
45269 \series bold
45270
45271 \backslash
45272 arrayrulewidth
45273 \series default
45274  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
45275 \begin_inset space \thinspace{}
45276 \end_inset
45277
45278 pt.
45279 \end_layout
45280
45281 \begin_layout Standard
45282 Nach Gleichung
45283 \begin_inset space ~
45284 \end_inset
45285
45286
45287 \begin_inset CommandInset ref
45288 LatexCommand ref
45289 reference "eq:Wtot_n"
45290
45291 \end_inset
45292
45293  ist die Gesamtbreite einer Mehrfachspalte, 
45294 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45295 \end_inset
45296
45297 ,
45298 \begin_inset Formula 
45299 \begin{equation}
45300 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45301 \end{equation}
45302
45303 \end_inset
45304
45305
45306 \end_layout
45307
45308 \begin_layout Standard
45309 Setzt man die Gleichungen
45310 \begin_inset space ~
45311 \end_inset
45312
45313
45314 \begin_inset CommandInset ref
45315 LatexCommand ref
45316 reference "eq:Wtot_n"
45317
45318 \end_inset
45319
45320  und 
45321 \begin_inset CommandInset ref
45322 LatexCommand ref
45323 reference "eq:Wtot_mult"
45324
45325 \end_inset
45326
45327  gleich, kann man die benötigte Breite 
45328 \begin_inset Formula $W_{g\,n}$
45329 \end_inset
45330
45331 , wenn 
45332 \emph on
45333 n
45334 \emph default
45335  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
45336 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45337 \end_inset
45338
45339  hat, berechnen:
45340 \begin_inset Formula 
45341 \begin{equation}
45342 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45343 \end{equation}
45344
45345 \end_inset
45346
45347
45348 \end_layout
45349
45350 \begin_layout Bibliography
45351 \begin_inset CommandInset bibitem
45352 LatexCommand bibitem
45353 key "latexcompanion"
45354
45355 \end_inset
45356
45357 Frank Mittelbach and Michel Goossens: 
45358 \emph on
45359 The LaTeX Companion Second Edition.
45360
45361 \emph default
45362  Addison-Wesley, 2004
45363 \end_layout
45364
45365 \begin_layout Bibliography
45366 \begin_inset CommandInset bibitem
45367 LatexCommand bibitem
45368 key "latexguide"
45369
45370 \end_inset
45371
45372 Helmut Kopka and Patrick W.
45373  Daly: 
45374 \emph on
45375 A Guide to LaTeX Fourth Edition.
45376
45377 \emph default
45378  Addison-Wesley, 2003
45379 \end_layout
45380
45381 \begin_layout Bibliography
45382 \begin_inset CommandInset bibitem
45383 LatexCommand bibitem
45384 key "lamport"
45385
45386 \end_inset
45387
45388 Leslie Lamport: 
45389 \emph on
45390 LaTeX: A Document Preparation System.
45391
45392 \emph default
45393  Addison-Wesley, second edition, 1994
45394 \end_layout
45395
45396 \begin_layout Bibliography
45397 \begin_inset CommandInset bibitem
45398 LatexCommand bibitem
45399 key "latex-praxisbuch"
45400
45401 \end_inset
45402
45403 Niedermair, Elke & Michael: 
45404 \emph on
45405 LaTeX-Praxisbuch
45406 \emph default
45407 , Franzis-Verlag, 2004
45408 \end_layout
45409
45410 \begin_layout Bibliography
45411 \begin_inset CommandInset bibitem
45412 LatexCommand bibitem
45413 key "arydshln"
45414
45415 \end_inset
45416
45417 Dokumentation des LaTeX-Pakets 
45418 \series bold
45419
45420 \begin_inset CommandInset href
45421 LatexCommand href
45422 name "arydshln"
45423 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45424
45425 \end_inset
45426
45427
45428 \series default
45429
45430 \begin_inset Index idx
45431 status collapsed
45432
45433 \begin_layout Plain Layout
45434 LaTeX-Pakete ! arydshln
45435 \end_layout
45436
45437 \end_inset
45438
45439
45440 \end_layout
45441
45442 \begin_layout Bibliography
45443 \begin_inset CommandInset bibitem
45444 LatexCommand bibitem
45445 key "booktabs"
45446
45447 \end_inset
45448
45449 Dokumentation des LaTeX-Pakets 
45450 \series bold
45451
45452 \begin_inset CommandInset href
45453 LatexCommand href
45454 name "booktabs"
45455 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45456
45457 \end_inset
45458
45459
45460 \series default
45461
45462 \begin_inset Index idx
45463 status collapsed
45464
45465 \begin_layout Plain Layout
45466 LaTeX-Pakete ! booktabs
45467 \end_layout
45468
45469 \end_inset
45470
45471
45472 \end_layout
45473
45474 \begin_layout Bibliography
45475 \begin_inset CommandInset bibitem
45476 LatexCommand bibitem
45477 key "caption"
45478
45479 \end_inset
45480
45481 Dokumentation des LaTeX-Pakets 
45482 \series bold
45483
45484 \begin_inset CommandInset href
45485 LatexCommand href
45486 name "caption"
45487 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45488
45489 \end_inset
45490
45491
45492 \series default
45493
45494 \begin_inset Index idx
45495 status collapsed
45496
45497 \begin_layout Plain Layout
45498 LaTeX-Pakete ! caption
45499 \end_layout
45500
45501 \end_inset
45502
45503
45504 \end_layout
45505
45506 \begin_layout Bibliography
45507 \begin_inset CommandInset bibitem
45508 LatexCommand bibitem
45509 key "diagbox"
45510
45511 \end_inset
45512
45513 Dokumentation des LaTeX-Pakets 
45514 \series bold
45515
45516 \begin_inset CommandInset href
45517 LatexCommand href
45518 name "diagbox"
45519 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45520
45521 \end_inset
45522
45523
45524 \series default
45525
45526 \begin_inset Index idx
45527 status collapsed
45528
45529 \begin_layout Plain Layout
45530 LaTeX-Pakete ! diagbox
45531 \end_layout
45532
45533 \end_inset
45534
45535
45536 \end_layout
45537
45538 \begin_layout Bibliography
45539 \begin_inset CommandInset bibitem
45540 LatexCommand bibitem
45541 key "endfloat"
45542
45543 \end_inset
45544
45545 Dokumentation des LaTeX-Pakets 
45546 \series bold
45547
45548 \begin_inset CommandInset href
45549 LatexCommand href
45550 name "endfloat"
45551 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45552
45553 \end_inset
45554
45555
45556 \series default
45557
45558 \begin_inset Index idx
45559 status collapsed
45560
45561 \begin_layout Plain Layout
45562 LaTeX-Pakete ! endfloat
45563 \end_layout
45564
45565 \end_inset
45566
45567
45568 \end_layout
45569
45570 \begin_layout Bibliography
45571 \begin_inset CommandInset bibitem
45572 LatexCommand bibitem
45573 key "footmisc"
45574
45575 \end_inset
45576
45577 Dokumentation des LaTeX-Pakets 
45578 \series bold
45579
45580 \begin_inset CommandInset href
45581 LatexCommand href
45582 name "footmisc"
45583 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45584
45585 \end_inset
45586
45587
45588 \series default
45589
45590 \begin_inset Index idx
45591 status collapsed
45592
45593 \begin_layout Plain Layout
45594 LaTeX-Pakete ! footmisc
45595 \end_layout
45596
45597 \end_inset
45598
45599
45600 \end_layout
45601
45602 \begin_layout Bibliography
45603 \begin_inset CommandInset bibitem
45604 LatexCommand bibitem
45605 key "hypcap"
45606
45607 \end_inset
45608
45609 Dokumentation des LaTeX-Pakets 
45610 \series bold
45611
45612 \begin_inset CommandInset href
45613 LatexCommand href
45614 name "hypcap"
45615 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45616
45617 \end_inset
45618
45619
45620 \series default
45621
45622 \begin_inset Index idx
45623 status collapsed
45624
45625 \begin_layout Plain Layout
45626 LaTeX-Pakete ! hypcap
45627 \end_layout
45628
45629 \end_inset
45630
45631
45632 \end_layout
45633
45634 \begin_layout Bibliography
45635 \begin_inset CommandInset bibitem
45636 LatexCommand bibitem
45637 key "hyperref"
45638
45639 \end_inset
45640
45641 Dokumentation des LaTeX-Pakets 
45642 \series bold
45643
45644 \begin_inset CommandInset href
45645 LatexCommand href
45646 name "hyperref"
45647 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45648
45649 \end_inset
45650
45651
45652 \series default
45653
45654 \begin_inset Index idx
45655 status collapsed
45656
45657 \begin_layout Plain Layout
45658 LaTeX-Pakete ! hyperref
45659 \end_layout
45660
45661 \end_inset
45662
45663
45664 \end_layout
45665
45666 \begin_layout Bibliography
45667 \begin_inset CommandInset bibitem
45668 LatexCommand bibitem
45669 key "KOMA-Script"
45670
45671 \end_inset
45672
45673 Dokumentation des LaTeX-Pakets 
45674 \series bold
45675
45676 \begin_inset CommandInset href
45677 LatexCommand href
45678 name "KOMA-Script"
45679 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45680
45681 \end_inset
45682
45683
45684 \series default
45685
45686 \begin_inset Index idx
45687 status collapsed
45688
45689 \begin_layout Plain Layout
45690 LaTeX-Pakete ! KOMA-Script
45691 \end_layout
45692
45693 \end_inset
45694
45695
45696 \end_layout
45697
45698 \begin_layout Bibliography
45699 \begin_inset CommandInset bibitem
45700 LatexCommand bibitem
45701 key "lettrine"
45702
45703 \end_inset
45704
45705 Dokumentation des LaTeX-Pakets 
45706 \series bold
45707
45708 \begin_inset CommandInset href
45709 LatexCommand href
45710 name "lettrine"
45711 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45712
45713 \end_inset
45714
45715
45716 \series default
45717  und ein 
45718 \begin_inset CommandInset href
45719 LatexCommand href
45720 name "Beispiel"
45721 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45722
45723 \end_inset
45724
45725
45726 \begin_inset Index idx
45727 status collapsed
45728
45729 \begin_layout Plain Layout
45730 LaTeX-Pakete ! lettrine
45731 \end_layout
45732
45733 \end_inset
45734
45735
45736 \end_layout
45737
45738 \begin_layout Bibliography
45739 \begin_inset CommandInset bibitem
45740 LatexCommand bibitem
45741 key "listings"
45742
45743 \end_inset
45744
45745 Dokumentation des LaTeX-Pakets 
45746 \series bold
45747
45748 \begin_inset CommandInset href
45749 LatexCommand href
45750 name "listings"
45751 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45752
45753 \end_inset
45754
45755
45756 \series default
45757
45758 \begin_inset Index idx
45759 status collapsed
45760
45761 \begin_layout Plain Layout
45762 LaTeX-Pakete ! listings
45763 \end_layout
45764
45765 \end_inset
45766
45767
45768 \end_layout
45769
45770 \begin_layout Bibliography
45771 \begin_inset CommandInset bibitem
45772 LatexCommand bibitem
45773 key "marginnote"
45774
45775 \end_inset
45776
45777 Dokumentation des LaTeX-Pakets 
45778 \series bold
45779
45780 \begin_inset CommandInset href
45781 LatexCommand href
45782 name "marginnote"
45783 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45784
45785 \end_inset
45786
45787
45788 \series default
45789
45790 \begin_inset Index idx
45791 status collapsed
45792
45793 \begin_layout Plain Layout
45794 LaTeX-Pakete ! marginnote
45795 \end_layout
45796
45797 \end_inset
45798
45799
45800 \end_layout
45801
45802 \begin_layout Bibliography
45803 \begin_inset CommandInset bibitem
45804 LatexCommand bibitem
45805 key "pdfpages"
45806
45807 \end_inset
45808
45809 Dokumentation des LaTeX-Pakets 
45810 \series bold
45811
45812 \begin_inset CommandInset href
45813 LatexCommand href
45814 name "pdfpages"
45815 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45816
45817 \end_inset
45818
45819
45820 \series default
45821
45822 \begin_inset Index idx
45823 status collapsed
45824
45825 \begin_layout Plain Layout
45826 LaTeX-Pakete ! pdfpages
45827 \end_layout
45828
45829 \end_inset
45830
45831
45832 \end_layout
45833
45834 \begin_layout Bibliography
45835 \begin_inset CommandInset bibitem
45836 LatexCommand bibitem
45837 key "prettyref"
45838
45839 \end_inset
45840
45841 Dokumentation des LaTeX-Pakets 
45842 \series bold
45843
45844 \begin_inset CommandInset href
45845 LatexCommand href
45846 name "prettyref"
45847 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45848
45849 \end_inset
45850
45851
45852 \series default
45853
45854 \begin_inset Index idx
45855 status collapsed
45856
45857 \begin_layout Plain Layout
45858 LaTeX-Pakete ! prettyref
45859 \end_layout
45860
45861 \end_inset
45862
45863
45864 \end_layout
45865
45866 \begin_layout Bibliography
45867 \begin_inset CommandInset bibitem
45868 LatexCommand bibitem
45869 key "pstricks"
45870
45871 \end_inset
45872
45873 Webseite des LaTeX-Pakets 
45874 \series bold
45875
45876 \begin_inset CommandInset href
45877 LatexCommand href
45878 name "PSTricks"
45879 target "http://tug.org/PSTricks/"
45880
45881 \end_inset
45882
45883
45884 \series default
45885
45886 \begin_inset Index idx
45887 status collapsed
45888
45889 \begin_layout Plain Layout
45890 LaTeX-Pakete ! pstricks
45891 \end_layout
45892
45893 \end_inset
45894
45895
45896 \end_layout
45897
45898 \begin_layout Bibliography
45899 \begin_inset CommandInset bibitem
45900 LatexCommand bibitem
45901 key "refstyle"
45902
45903 \end_inset
45904
45905 Dokumentation des LaTeX-Pakets 
45906 \series bold
45907
45908 \begin_inset CommandInset href
45909 LatexCommand href
45910 name "refstyle"
45911 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45912
45913 \end_inset
45914
45915
45916 \series default
45917
45918 \begin_inset Index idx
45919 status collapsed
45920
45921 \begin_layout Plain Layout
45922 LaTeX-Pakete ! refstyle
45923 \end_layout
45924
45925 \end_inset
45926
45927
45928 \end_layout
45929
45930 \begin_layout Bibliography
45931 \begin_inset CommandInset bibitem
45932 LatexCommand bibitem
45933 key "sidecap"
45934
45935 \end_inset
45936
45937 Dokumentation des LaTeX-Pakets 
45938 \series bold
45939
45940 \begin_inset CommandInset href
45941 LatexCommand href
45942 name "sidecap"
45943 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45944
45945 \end_inset
45946
45947
45948 \series default
45949
45950 \begin_inset Index idx
45951 status collapsed
45952
45953 \begin_layout Plain Layout
45954 LaTeX-Pakete ! sidecap
45955 \end_layout
45956
45957 \end_inset
45958
45959
45960 \end_layout
45961
45962 \begin_layout Bibliography
45963 \begin_inset CommandInset bibitem
45964 LatexCommand bibitem
45965 key "NeuInLyX20"
45966
45967 \end_inset
45968
45969
45970 \begin_inset CommandInset href
45971 LatexCommand href
45972 name "Wiki-Seite"
45973 target "http://wiki.lyx.org/LyX/NewInLyX20"
45974
45975 \end_inset
45976
45977  über neue Funktionen in 
45978 \family sans
45979 LyX 2.0
45980 \family default
45981 .
45982 \end_layout
45983
45984 \begin_layout Standard
45985 \begin_inset CommandInset index_print
45986 LatexCommand printindex
45987 type "idx"
45988
45989 \end_inset
45990
45991
45992 \end_layout
45993
45994 \end_body
45995 \end_document