]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
UserGuide.lyx: improve a writing style
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
32
33 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % ermöglicht das Berechnen von Werten
53 \usepackage{calc}
54
55 %Vergrößert den Teil der Seite, in dem Gleitobjekte
56 % unten angeordnet werden dürfen
57 \renewcommand{\bottomfraction}{0.5}
58
59 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % beschleunigt die Berechnung von langen Tabellen
63 \setcounter{LTchunksize}{100}
64
65 % wird für skalierte und rotierte Boxen benötigt
66 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
67
68 % wird bei farbigen Tabellen benutzt
69 \@ifundefined{textcolor}
70  {\usepackage{color}}{}
71 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
72 \definecolor{hellgrau}{gray}{0.8}
73
74 % testen ob paket colortbl installiert ist
75 % wird für farbige Tabellenzellen benutzt
76 \newboolean{colortbl}
77 \IfFileExists{colortbl.sty}
78  {\usepackage{colortbl}
79   \setboolean{colortbl}{true}}
80  {\setboolean{colortbl}{false}}
81
82 % wird bei farbigen Tabellenzeilen benutzt
83 \usepackage[table]{xcolor}
84
85 % wird benutzt, um Tabellenzellen zu vergrößern
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % wird fuer benutzerdefinierte Tabellen benutzt
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106 % Setzt einen zusaetzlichen Abstand von
107 % 1.5 mm zwischen Fussnoten
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
112 \numberwithin{algorithm}{chapter}
113
114
115 % ------------------------------------
116 % Prüfung auf benötigte LaTeXPakete
117 \usepackage{ifthen}
118
119 % Pruefung auf arydshln
120 % für Tabellen mit gestrichelten Linien
121 \newboolean{arydshln}
122 \IfFileExists{arydshln.sty}
123  {\usepackage{arydshln}
124   \setboolean{arydshln}{true}}
125  {\setboolean{arydshln}{false}}
126
127 % Prüfung auf marginnote
128 % für Randnotizen
129 \newboolean{marginnote}
130 \IfFileExists{marginnote.sty}
131  {\usepackage{marginnote}
132   \let\marginpar\marginnote
133   \setboolean{marginnote}{true}}
134  {\setboolean{marginnote}{false}}
135
136 % Prüfung auf sidecap
137 % für seitliche Beschriftungen
138 \newboolean{sidecap}
139 \IfFileExists{sidecap.sty}
140  {\usepackage{sidecap}
141   \setboolean{sidecap}{true}}
142  {\setboolean{sidecap}{false}}
143
144 % Prüfung auf picinpar
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % Prüfung auf lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % Prüfung auf diagbox
159 \newboolean{diagbox}
160 \IfFileExists{diagbox.sty}
161  {\usepackage{diagbox}
162   \setboolean{diagbox}{true}}
163  {\setboolean{diagbox}{false}}
164
165 % Damit der Index den Namen "Stichwortverzeichnis" erhält
166 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
167 \end_preamble
168 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
169 \use_default_options false
170 \begin_modules
171 initials
172 \end_modules
173 \maintain_unincluded_children false
174 \language ngerman
175 \language_package default
176 \inputencoding auto
177 \fontencoding global
178 \font_roman default
179 \font_sans default
180 \font_typewriter default
181 \font_math auto
182 \font_default_family default
183 \use_non_tex_fonts false
184 \font_sc false
185 \font_osf false
186 \font_sf_scale 100
187 \font_tt_scale 100
188 \graphics default
189 \default_output_format default
190 \output_sync 0
191 \bibtex_command default
192 \index_command default
193 \paperfontsize 12
194 \spacing single
195 \use_hyperref true
196 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
197 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
198 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
199 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
200 \pdf_bookmarks true
201 \pdf_bookmarksnumbered true
202 \pdf_bookmarksopen true
203 \pdf_bookmarksopenlevel 1
204 \pdf_breaklinks false
205 \pdf_pdfborder false
206 \pdf_colorlinks true
207 \pdf_backref false
208 \pdf_pdfusetitle false
209 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
210 \papersize a4paper
211 \use_geometry false
212 \use_package amsmath 2
213 \use_package amssymb 2
214 \use_package cancel 0
215 \use_package esint 0
216 \use_package mathdots 1
217 \use_package mathtools 0
218 \use_package mhchem 1
219 \use_package stackrel 0
220 \use_package stmaryrd 0
221 \use_package undertilde 0
222 \cite_engine basic
223 \cite_engine_type default
224 \biblio_style plain
225 \use_bibtopic false
226 \use_indices false
227 \paperorientation portrait
228 \suppress_date false
229 \justification true
230 \use_refstyle 0
231 \notefontcolor #0000ff
232 \index Stichwortverzeichnis
233 \shortcut idx
234 \color #008000
235 \end_index
236 \secnumdepth 3
237 \tocdepth 3
238 \paragraph_separation skip
239 \defskip medskip
240 \quotes_language german
241 \papercolumns 1
242 \papersides 2
243 \paperpagestyle default
244 \tracking_changes false
245 \output_changes false
246 \html_math_output 0
247 \html_css_as_file 0
248 \html_be_strict false
249 \end_header
250
251 \begin_body
252
253 \begin_layout Title
254 Das LyX-Handbuch der Einfügungen:
255 \begin_inset Newline newline
256 \end_inset
257
258  
259 \size larger
260 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
261 \end_layout
262
263 \begin_layout Author
264 vom LyX Team
265 \begin_inset Foot
266 status open
267
268 \begin_layout Plain Layout
269 \noindent
270
271 \size normal
272 Übersetzung und Bearbeitung: Hartmut Haase
273 \size default
274  (
275 \noun on
276 HHa
277 \noun default
278 , bis März 2010), Uwe Stöhr
279 \begin_inset Newline newline
280 \end_inset
281
282 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
283  bitte an: 
284 \begin_inset CommandInset href
285 LatexCommand href
286 name "lyx-docs@lists.lyx.org"
287 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
288 type "mailto:"
289
290 \end_inset
291
292
293 \end_layout
294
295 \end_inset
296
297
298 \begin_inset Note Note
299 status collapsed
300
301 \begin_layout Plain Layout
302 Autor: Uwe Stöhr <uwestoehr@web.de>
303 \end_layout
304
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \family sans
317 Version 2.0.x
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset CommandInset toc
322 LatexCommand tableofcontents
323
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Standard
330 \begin_inset Note Note
331 status open
332
333 \begin_layout Plain Layout
334 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
335 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
336 \series bold
337 arydshln
338 \series default
339
340 \series bold
341 colortbl
342 \series default
343
344 \series bold
345 diagbox, lettrine, marginnote, picinpar
346 \series default
347  und 
348 \series bold
349 sidecap
350 \series default
351 .
352  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
353  denen sie benötigt werden.
354 \end_layout
355
356 \begin_layout Plain Layout
357 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
358  hier finden:
359 \begin_inset Newline newline
360 \end_inset
361
362
363 \series bold
364 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
365 \end_layout
366
367 \end_inset
368
369
370 \end_layout
371
372 \begin_layout Chapter
373 Abbildungen
374 \begin_inset Index idx
375 status collapsed
376
377 \begin_layout Plain Layout
378 Abbildungen
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Section
387 Grafik-Dialog
388 \begin_inset Index idx
389 status collapsed
390
391 \begin_layout Plain Layout
392 Abbildungen ! Grafik-Dialog
393 \end_layout
394
395 \end_inset
396
397
398 \begin_inset CommandInset label
399 LatexCommand label
400 name "abs:Grafik-Dialog"
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
409  
410 \begin_inset Info
411 type  "icon"
412 arg   "dialog-show-new-inset graphics"
413 \end_inset
414
415  in der Werkzeugleiste oder wählen das Menü 
416 \family sans
417 Einfügen\SpecialChar \menuseparator
418 Grafik
419 \family default
420 .
421  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
422  
423 \family sans
424 Durchsuchen
425 \family default
426  eingeben können.
427  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
428  an der Sie sie eingefügt haben.
429 \end_layout
430
431 \begin_layout Standard
432 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
433  klicken.
434  Der Dialog hat drei Karteikarten:
435 \end_layout
436
437 \begin_layout Description
438
439 \family sans
440 Grafik
441 \family default
442  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
443  Version festlegen.
444  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
445 \begin_inset space ~
446 \end_inset
447
448
449 \begin_inset CommandInset ref
450 LatexCommand ref
451 reference "kap:In-LyX-verfügbare"
452
453 \end_inset
454
455  erklärt.
456 \begin_inset Newline newline
457 \end_inset
458
459
460 \begin_inset Index idx
461 status collapsed
462
463 \begin_layout Plain Layout
464 Abbildungen ! rotierte
465 \end_layout
466
467 \end_inset
468
469 Sie können Abbildungen durch Angabe eines 
470 \family sans
471 Winkel
472 \family default
473
474 \begin_inset space ~
475 \end_inset
476
477
478 \family sans
479 (Grad)
480 \family default
481  und Festlegung eines 
482 \family sans
483 Drehpunktes
484 \family default
485  drehen.
486  Negative Winkel drehen im Uhrzeigersinn.
487  Die Abbildung wird auch in LyX gedreht.
488 \begin_inset Newline newline
489 \end_inset
490
491
492 \begin_inset Index idx
493 status collapsed
494
495 \begin_layout Plain Layout
496 Abbildungen ! skalierte
497 \end_layout
498
499 \end_inset
500
501 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
502  oder Höhe und Breite definiert.
503  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
504  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
505  wobei sie möglicherweise verzerrt wird.
506  Um das zu vermeiden, sollten Sie 
507 \family sans
508 Seitenverhältnis
509 \begin_inset space ~
510 \end_inset
511
512 beibehalten
513 \family default
514  ankreuzen.
515  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
516  und Breite nicht überschritten werden.
517 \begin_inset Newline newline
518 \end_inset
519
520 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
521 nden Kontext-Menü 
522 \family sans
523 Datei extern bearbeiten
524 \family default
525  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
526  öffnen.
527  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
528 \family sans
529 Datei-Handhabung\SpecialChar \menuseparator
530 Dateiformate
531 \family default
532  festgelegt werden.
533 \end_layout
534
535 \begin_layout Description
536
537 \family sans
538 Ausschnitt
539 \family default
540  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
541  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
542  Wenn Sie auf 
543 \family sans
544 Lese
545 \begin_inset space ~
546 \end_inset
547
548 aus
549 \begin_inset space ~
550 \end_inset
551
552 Datei
553 \family default
554  klicken, werden die Koordinaten automatisch berechnet.
555  Die Option 
556 \family sans
557 Auf
558 \begin_inset space ~
559 \end_inset
560
561 Begrenzungsbox
562 \begin_inset space ~
563 \end_inset
564
565 zuschneiden
566 \family default
567  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
568  Koordinaten liegt.
569  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
570  diese Karteikarte ignorieren.
571 \end_layout
572
573 \begin_layout Description
574
575 \family sans
576 LaTeX-
577 \begin_inset space ~
578 \end_inset
579
580 und
581 \begin_inset space ~
582 \end_inset
583
584 LyX-Optionen
585 \family default
586  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
587  LaTeX-Experten können weitere LaTeX-Optionen definieren.
588 \begin_inset Newline newline
589 \end_inset
590
591 Ist die Option 
592 \family sans
593 Entwurfsmodus 
594 \family default
595 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
596  darin gedruckt.
597 \begin_inset Newline newline
598 \end_inset
599
600 Die Option 
601 \family sans
602 Beim
603 \begin_inset space ~
604 \end_inset
605
606 Exportieren
607 \begin_inset space ~
608 \end_inset
609
610 nicht
611 \begin_inset space ~
612 \end_inset
613
614 entpacken
615 \family default
616  betrifft nur gepackte EPS-Dateien, zum Beispiel 
617 \emph on
618 x.eps.gz
619 \emph default
620 .
621  LaTeX kann so mit ihnen umgehen.
622 \begin_inset Newline newline
623 \end_inset
624
625 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
626  wählen, siehe Anhang
627 \begin_inset space ~
628 \end_inset
629
630
631 \begin_inset CommandInset ref
632 LatexCommand ref
633 reference "abs:PostScript"
634
635 \end_inset
636
637 .
638  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
639 \begin_inset Newline newline
640 \end_inset
641
642
643 \series bold
644 gzip x.eps
645 \begin_inset Newline newline
646 \end_inset
647
648 zgrep %%Bounding x.eps.gz > x.eps.bb
649 \series default
650
651 \begin_inset Newline newline
652 \end_inset
653
654 Der zweite Befehl erzeugt die Begrenzungsbox 
655 \begin_inset Quotes gld
656 \end_inset
657
658 x.eps.bb
659 \begin_inset Quotes grd
660 \end_inset
661
662 , die LaTeX für gepackte Abbildungen benötigt.
663 \begin_inset Newline newline
664 \end_inset
665
666 Im Abschnitt 
667 \family sans
668 Grafikgruppe
669 \family default
670  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
671 n.
672 \begin_inset Index idx
673 status collapsed
674
675 \begin_layout Plain Layout
676 Abbildungen ! Einstellungsgruppen
677 \end_layout
678
679 \end_inset
680
681  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
682  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
683  der Gruppe geändert werden.
684  Damit kann man z.B.
685 \begin_inset space ~
686 \end_inset
687
688 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
689  Bild tun zu müssen.
690  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
691  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
692 \end_layout
693
694 \begin_layout Standard
695 \begin_inset VSpace bigskip
696 \end_inset
697
698
699 \end_layout
700
701 \begin_layout Standard
702 Hier ist eine zentrierte EPS-Abbildung
703 \begin_inset Foot
704 status collapsed
705
706 \begin_layout Plain Layout
707 Abbildungsformate sind in Abschnitt
708 \begin_inset space ~
709 \end_inset
710
711
712 \begin_inset CommandInset ref
713 LatexCommand ref
714 reference "abs:Bildformate"
715
716 \end_inset
717
718  beschrieben.
719 \end_layout
720
721 \end_inset
722
723  in einem eigenen Absatz:
724 \end_layout
725
726 \begin_layout Standard
727 \align center
728 \begin_inset Graphics
729         filename ../clipart/mobius.eps
730         scale 70
731         scaleBeforeRotation
732         rotateOrigin center
733
734 \end_inset
735
736
737 \end_layout
738
739 \begin_layout Standard
740 \noindent
741 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
742 \end_layout
743
744 \begin_layout Standard
745 \align center
746 \begin_inset Graphics
747         filename ../clipart/mobius.eps
748         scale 70
749         draft
750         scaleBeforeRotation
751         rotateOrigin center
752
753 \end_inset
754
755
756 \end_layout
757
758 \begin_layout Section
759 Gleitende Abbildungen
760 \begin_inset CommandInset label
761 LatexCommand label
762 name "abs:Gleitende-Abbildungen"
763
764 \end_inset
765
766
767 \begin_inset Index idx
768 status collapsed
769
770 \begin_layout Plain Layout
771 Abbildungen ! gleitende
772 \end_layout
773
774 \end_inset
775
776
777 \begin_inset Index idx
778 status collapsed
779
780 \begin_layout Plain Layout
781 Gleitobjekte ! Abbildungen
782 \end_layout
783
784 \end_inset
785
786
787 \end_layout
788
789 \begin_layout Standard
790 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
791 \begin_inset space ~
792 \end_inset
793
794
795 \begin_inset CommandInset ref
796 LatexCommand ref
797 reference "abs:Gleitobjekte-Einleitung"
798
799 \end_inset
800
801 .
802 \end_layout
803
804 \begin_layout Standard
805 Wenn Sie auf das Werkzeugleisten-Symbol 
806 \begin_inset Info
807 type  "icon"
808 arg   "float-insert figure"
809 \end_inset
810
811  klicken oder 
812 \family sans
813 Einfügen\SpecialChar \menuseparator
814 Gleit\SpecialChar \-
815 objekt\SpecialChar \menuseparator
816 Abbildung
817 \family default
818  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
819  In das rot umrahmte Feld rechts von 
820 \emph on
821 Abbildung
822 \begin_inset space ~
823 \end_inset
824
825 Nr:
826 \emph default
827  schreiben Sie die Bildbeschriftung.
828  Nach einem Klick oberhalb oder unterhalb von 
829 \emph on
830 Abbildung
831 \begin_inset space ~
832 \end_inset
833
834 Nr:
835 \emph default
836  können Sie dann eine Abbildung wie 
837 \begin_inset CommandInset ref
838 LatexCommand ref
839 reference "abb:kill-plat"
840
841 \end_inset
842
843  oberhalb oder wie Abbildung
844 \begin_inset space ~
845 \end_inset
846
847
848 \begin_inset CommandInset ref
849 LatexCommand ref
850 reference "abb:escher"
851
852 \end_inset
853
854  unterhalb der Bildbeschriftung einfügen.
855  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
856 \begin_inset space ~
857 \end_inset
858
859
860 \begin_inset CommandInset ref
861 LatexCommand ref
862 reference "abs:Titel-Platzierung"
863
864 \end_inset
865
866 .
867 \end_layout
868
869 \begin_layout Standard
870 \begin_inset Float figure
871 wide false
872 sideways false
873 status open
874
875 \begin_layout Plain Layout
876 \align center
877 \begin_inset Graphics
878         filename ../clipart/platypus.eps
879         width 50col%
880         scaleBeforeRotation
881         rotateOrigin center
882
883 \end_inset
884
885
886 \end_layout
887
888 \begin_layout Plain Layout
889 \begin_inset Caption Standard
890
891 \begin_layout Plain Layout
892 \begin_inset CommandInset label
893 LatexCommand label
894 name "abb:kill-plat"
895
896 \end_inset
897
898 Platypus in einem Gleitobjekt
899 \end_layout
900
901 \end_inset
902
903
904 \end_layout
905
906 \end_inset
907
908
909 \end_layout
910
911 \begin_layout Standard
912 \begin_inset Float figure
913 wide false
914 sideways false
915 status open
916
917 \begin_layout Plain Layout
918 \begin_inset Caption Standard
919
920 \begin_layout Plain Layout
921 \begin_inset CommandInset label
922 LatexCommand label
923 name "abb:escher"
924
925 \end_inset
926
927 M.C.
928  Escher
929 \end_layout
930
931 \end_inset
932
933
934 \end_layout
935
936 \begin_layout Plain Layout
937 \align center
938 \begin_inset Graphics
939         filename ../clipart/escher-lsd.eps
940         scale 80
941         scaleBeforeRotation
942         rotateOrigin center
943
944 \end_inset
945
946
947 \end_layout
948
949 \end_inset
950
951
952 \end_layout
953
954 \begin_layout Standard
955 \begin_inset Index idx
956 status collapsed
957
958 \begin_layout Plain Layout
959 Querverweise ! auf Abbildungen
960 \end_layout
961
962 \end_inset
963
964 Abbildung
965 \begin_inset space ~
966 \end_inset
967
968
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "abb:kill-plat"
972
973 \end_inset
974
975  und 
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "abb:escher"
979
980 \end_inset
981
982  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
983  Dafür fügen Sie in der Beschriftung mit 
984 \family sans
985 Einfügen\SpecialChar \menuseparator
986 Marke
987 \family default
988  oder durch Klicken auf 
989 \begin_inset Info
990 type  "icon"
991 arg   "label-insert"
992 \end_inset
993
994  eine Marke ein.
995  Auf diese können Sie dann wie gewohnt mit 
996 \family sans
997 Einfügen\SpecialChar \menuseparator
998 Querverweis
999 \family default
1000  oder durch Klicken auf 
1001 \family sans
1002
1003 \begin_inset Info
1004 type  "icon"
1005 arg   "dialog-show-new-inset ref"
1006 \end_inset
1007
1008
1009 \family default
1010  verweisen.
1011  Das ist besser als eine vage Formulierung wie 
1012 \begin_inset Quotes gld
1013 \end_inset
1014
1015 die obige Abbildung
1016 \begin_inset Quotes grd
1017 \end_inset
1018
1019  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1020  erscheint, und das muss nicht 
1021 \emph on
1022 oben
1023 \emph default
1024  sein.
1025  Verweise werden detailliert in Abschnitt
1026 \begin_inset space ~
1027 \end_inset
1028
1029
1030 \begin_inset CommandInset ref
1031 LatexCommand ref
1032 reference "abs:Auf-Gleitobjekte-verweisen"
1033
1034 \end_inset
1035
1036  beschrieben.
1037 \end_layout
1038
1039 \begin_layout Standard
1040 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1041  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1042  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1043  Gleitabbildung einfügt.
1044  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1045  Abbildung
1046 \begin_inset space ~
1047 \end_inset
1048
1049
1050 \begin_inset CommandInset ref
1051 LatexCommand ref
1052 reference "abb:Zwei-Teilabbildungen"
1053
1054 \end_inset
1055
1056  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1057  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1058  Gleitabbildung auf Eingabe drücken.
1059  Abbildung
1060 \begin_inset space ~
1061 \end_inset
1062
1063
1064 \begin_inset CommandInset ref
1065 LatexCommand ref
1066 reference "abb:Undefinierbar"
1067
1068 \end_inset
1069
1070  und 
1071 \begin_inset CommandInset ref
1072 LatexCommand ref
1073 reference "abb:Ein-Schnabeltier"
1074
1075 \end_inset
1076
1077  sind die Teilabbildungen.
1078 \end_layout
1079
1080 \begin_layout Standard
1081 \begin_inset Float figure
1082 wide false
1083 sideways false
1084 status open
1085
1086 \begin_layout Plain Layout
1087 \begin_inset space \hfill{}
1088 \end_inset
1089
1090
1091 \begin_inset Float figure
1092 wide false
1093 sideways false
1094 status collapsed
1095
1096 \begin_layout Plain Layout
1097 \begin_inset Caption Standard
1098
1099 \begin_layout Plain Layout
1100 \begin_inset CommandInset label
1101 LatexCommand label
1102 name "abb:Undefinierbar"
1103
1104 \end_inset
1105
1106 Undefinierbar
1107 \end_layout
1108
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \begin_layout Plain Layout
1115 \begin_inset Graphics
1116         filename ../clipart/escher-lsd.eps
1117         width 35col%
1118         scaleBeforeRotation
1119         groupId Teilabbildung
1120
1121 \end_inset
1122
1123
1124 \end_layout
1125
1126 \end_inset
1127
1128
1129 \begin_inset space \hfill{}
1130 \end_inset
1131
1132
1133 \begin_inset Float figure
1134 wide false
1135 sideways false
1136 status collapsed
1137
1138 \begin_layout Plain Layout
1139 \begin_inset Caption Standard
1140
1141 \begin_layout Plain Layout
1142 \begin_inset CommandInset label
1143 LatexCommand label
1144 name "abb:Ein-Schnabeltier"
1145
1146 \end_inset
1147
1148 Ein Schnabeltier
1149 \end_layout
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \begin_layout Plain Layout
1157 \begin_inset Graphics
1158         filename ../clipart/platypus.eps
1159         width 35col%
1160         scaleBeforeRotation
1161         groupId Teilabbildung
1162
1163 \end_inset
1164
1165
1166 \end_layout
1167
1168 \end_inset
1169
1170
1171 \begin_inset space \hfill{}
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \begin_layout Plain Layout
1178 \begin_inset Caption Standard
1179
1180 \begin_layout Plain Layout
1181 \begin_inset CommandInset label
1182 LatexCommand label
1183 name "abb:Zwei-Teilabbildungen"
1184
1185 \end_inset
1186
1187 Zwei Teilabbildungen nebeneinander.
1188  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1189 \begin_inset Quotes gld
1190 \end_inset
1191
1192 Teilabbildung
1193 \begin_inset Quotes grd
1194 \end_inset
1195
1196  an.
1197 \end_layout
1198
1199 \end_inset
1200
1201
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \begin_layout Section
1210 Bildformate
1211 \begin_inset CommandInset label
1212 LatexCommand label
1213 name "abs:Bildformate"
1214
1215 \end_inset
1216
1217
1218 \begin_inset Index idx
1219 status collapsed
1220
1221 \begin_layout Plain Layout
1222 Abbildungen ! Bildformate
1223 \end_layout
1224
1225 \end_inset
1226
1227
1228 \end_layout
1229
1230 \begin_layout Standard
1231 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1232  Aber wie in Anhang
1233 \begin_inset space ~
1234 \end_inset
1235
1236
1237 \begin_inset CommandInset ref
1238 LatexCommand ref
1239 reference "kap:Ausgabedatei-Formate"
1240
1241 \end_inset
1242
1243  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1244  LyX benutzt im Hintergrund das Programm
1245 \family typewriter
1246  ImageMagick
1247 \family default
1248 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1249  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1250  vermeiden.
1251  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1252  werden können.
1253  Diese Formate werden in Anhang
1254 \begin_inset space ~
1255 \end_inset
1256
1257
1258 \begin_inset CommandInset ref
1259 LatexCommand ref
1260 reference "kap:Ausgabedatei-Formate"
1261
1262 \end_inset
1263
1264  beschrieben.
1265 \end_layout
1266
1267 \begin_layout Standard
1268 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1269 \end_layout
1270
1271 \begin_layout Description
1272 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1273  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1274  
1275 \emph on
1276 pixelig
1277 \emph default
1278  aus.
1279  Bekannte Pixel-Formate sind 
1280 \begin_inset Quotes gld
1281 \end_inset
1282
1283 Graphics Interchange Format
1284 \begin_inset Quotes grd
1285 \end_inset
1286
1287  (GIF, Dateiendung
1288 \family typewriter
1289  
1290 \family default
1291
1292 \begin_inset Quotes gld
1293 \end_inset
1294
1295
1296 \family typewriter
1297 .gif
1298 \family default
1299
1300 \begin_inset Quotes grd
1301 \end_inset
1302
1303 )
1304 \begin_inset Index idx
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308 GIF
1309 \end_layout
1310
1311 \end_inset
1312
1313
1314 \begin_inset Quotes gld
1315 \end_inset
1316
1317 Portable Network Graphics
1318 \begin_inset Quotes grd
1319 \end_inset
1320
1321  (PNG, Dateiendung 
1322 \begin_inset Quotes gld
1323 \end_inset
1324
1325
1326 \family typewriter
1327 .png
1328 \family default
1329
1330 \begin_inset Quotes grd
1331 \end_inset
1332
1333 )
1334 \begin_inset Index idx
1335 status collapsed
1336
1337 \begin_layout Plain Layout
1338 PNG
1339 \end_layout
1340
1341 \end_inset
1342
1343
1344 \begin_inset Quotes gld
1345 \end_inset
1346
1347 Joint Photographic Experts Group
1348 \begin_inset Quotes grd
1349 \end_inset
1350
1351  (JPEG, Dateiendung
1352 \family typewriter
1353  
1354 \family default
1355
1356 \begin_inset Quotes gld
1357 \end_inset
1358
1359
1360 \family typewriter
1361 .jpg
1362 \family default
1363
1364 \begin_inset Quotes grd
1365 \end_inset
1366
1367  oder 
1368 \begin_inset Quotes gld
1369 \end_inset
1370
1371
1372 \family typewriter
1373 .jpeg
1374 \family default
1375
1376 \begin_inset Quotes grd
1377 \end_inset
1378
1379 )
1380 \begin_inset Index idx
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384 JPG, JPEG
1385 \end_layout
1386
1387 \end_inset
1388
1389  und 
1390 \begin_inset Quotes gld
1391 \end_inset
1392
1393 Windows Bitmap
1394 \begin_inset Quotes grd
1395 \end_inset
1396
1397  (BMP, Dateiendung 
1398 \begin_inset Quotes gld
1399 \end_inset
1400
1401
1402 \family typewriter
1403 .bmp
1404 \family default
1405
1406 \begin_inset Quotes grd
1407 \end_inset
1408
1409 )
1410 \begin_inset Index idx
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 BMP
1415 \end_layout
1416
1417 \end_inset
1418
1419 .
1420 \end_layout
1421
1422 \begin_layout Description
1423 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1424  auf jede beliebige Größe skaliert werden.
1425  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1426  zoomen zu können.
1427 \begin_inset Newline newline
1428 \end_inset
1429
1430 Bekannte Formate sind 
1431 \begin_inset Quotes gld
1432 \end_inset
1433
1434 Scalable Vector Graphics
1435 \begin_inset Quotes grd
1436 \end_inset
1437
1438  (SVG, Dateiendung
1439 \family typewriter
1440  
1441 \family default
1442
1443 \begin_inset Quotes gld
1444 \end_inset
1445
1446
1447 \family typewriter
1448 .svg
1449 \family default
1450
1451 \begin_inset Quotes grd
1452 \end_inset
1453
1454 )
1455 \begin_inset Index idx
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459 SVG
1460 \end_layout
1461
1462 \end_inset
1463
1464
1465 \begin_inset Quotes gld
1466 \end_inset
1467
1468 Encapsulated PostScript
1469 \begin_inset Quotes grd
1470 \end_inset
1471
1472  (EPS, Dateiendung 
1473 \begin_inset Quotes gld
1474 \end_inset
1475
1476
1477 \family typewriter
1478 .eps
1479 \family default
1480
1481 \begin_inset Quotes grd
1482 \end_inset
1483
1484 )
1485 \begin_inset Index idx
1486 status collapsed
1487
1488 \begin_layout Plain Layout
1489 EPS
1490 \end_layout
1491
1492 \end_inset
1493
1494
1495 \begin_inset Quotes gld
1496 \end_inset
1497
1498 Portable Document Format
1499 \begin_inset Quotes grd
1500 \end_inset
1501
1502  (PDF, Dateiendung
1503 \family typewriter
1504  
1505 \family default
1506
1507 \begin_inset Quotes gld
1508 \end_inset
1509
1510
1511 \family typewriter
1512 .pdf
1513 \family default
1514
1515 \begin_inset Quotes grd
1516 \end_inset
1517
1518 )
1519 \begin_inset Index idx
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 PDF
1524 \end_layout
1525
1526 \end_inset
1527
1528  und 
1529 \begin_inset Quotes gld
1530 \end_inset
1531
1532 Windows Metafile
1533 \begin_inset Quotes grd
1534 \end_inset
1535
1536  (WMF, Dateiendung 
1537 \begin_inset Quotes gld
1538 \end_inset
1539
1540
1541 \family typewriter
1542 .wmf
1543 \family default
1544
1545 \begin_inset Quotes grd
1546 \end_inset
1547
1548 )
1549 \begin_inset Index idx
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 WMF
1554 \end_layout
1555
1556 \end_inset
1557
1558 .
1559 \end_layout
1560
1561 \begin_layout Standard
1562 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1563  das Ergebnis ist immer noch ein Pixelbild.
1564  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1565  hinzugefügt.
1566 \begin_inset Foot
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570 Bei PDF wird das Originalbild auch noch komprimiert.
1571 \end_layout
1572
1573 \end_inset
1574
1575  Die PDF-Dateien, die 
1576 \family typewriter
1577 Adobe Photoshop
1578 \family default
1579  erzeugt, sind zum Beispiel Pixelbilder.
1580 \end_layout
1581
1582 \begin_layout Standard
1583 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1584  umgekehrt.
1585  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1586  eingefügt werden.
1587  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1588  erzeugt wird, weil es zur Zeit keine WMF/SVG
1589 \begin_inset Formula $\to$
1590 \end_inset
1591
1592 PDF/EPS Konverter gibt.
1593 \end_layout
1594
1595 \begin_layout Chapter
1596 Tabellen
1597 \begin_inset Index idx
1598 status collapsed
1599
1600 \begin_layout Plain Layout
1601 Tabellen
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \begin_layout Section
1610 Einführung
1611 \begin_inset Index idx
1612 status collapsed
1613
1614 \begin_layout Plain Layout
1615 Tabellen ! Einführung
1616 \end_layout
1617
1618 \end_inset
1619
1620
1621 \end_layout
1622
1623 \begin_layout Standard
1624 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1625 \begin_inset Info
1626 type  "icon"
1627 arg   "tabular-insert"
1628 \end_inset
1629
1630  oder das Menü 
1631 \family sans
1632 Einfügen\SpecialChar \menuseparator
1633 Tabelle
1634 \family default
1635  einfügen.
1636  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1637 \begin_inset space \thinspace{}
1638 \end_inset
1639
1640 -Tabelle.
1641  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1642  und die Größe der dunkelblauen Tabelle angezeigt.
1643  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1644  ein.
1645  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1646  Spaltenanzahl festlegen können.
1647 \end_layout
1648
1649 \begin_layout Standard
1650 In der so erstellten Tabelle ist jede Zelle umrandet.
1651  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1652  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1653  die zweite Zeile eine Linie oberhalb haben.
1654  Hier ist ein Beispiel:
1655 \end_layout
1656
1657 \begin_layout Standard
1658 \align center
1659 \begin_inset Tabular
1660 <lyxtabular version="3" rows="5" columns="4">
1661 <features rotate="0" tabularvalignment="middle">
1662 <column alignment="center" valignment="top">
1663 <column alignment="center" valignment="top">
1664 <column alignment="center" valignment="top">
1665 <column alignment="center" valignment="top">
1666 <row>
1667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1668 \begin_inset Text
1669
1670 \begin_layout Plain Layout
1671
1672 \end_layout
1673
1674 \end_inset
1675 </cell>
1676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1677 \begin_inset Text
1678
1679 \begin_layout Plain Layout
1680
1681 \family roman
1682 \series medium
1683 \shape up
1684 \size normal
1685 \emph off
1686 \bar no
1687 \noun off
1688 \color none
1689 1
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698 2
1699 \end_layout
1700
1701 \end_inset
1702 </cell>
1703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Plain Layout
1707 3
1708 \end_layout
1709
1710 \end_inset
1711 </cell>
1712 </row>
1713 <row>
1714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1715 \begin_inset Text
1716
1717 \begin_layout Plain Layout
1718
1719 \family roman
1720 \series medium
1721 \shape up
1722 \size normal
1723 \emph off
1724 \bar no
1725 \noun off
1726 \color none
1727 A
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 </row>
1760 <row>
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765
1766 \family roman
1767 \series medium
1768 \shape up
1769 \size normal
1770 \emph off
1771 \bar no
1772 \noun off
1773 \color none
1774 B
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 </row>
1807 <row>
1808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \family roman
1814 \series medium
1815 \shape up
1816 \size normal
1817 \emph off
1818 \bar no
1819 \noun off
1820 \color none
1821 C
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 </row>
1854 <row>
1855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859 D
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 </row>
1892 </lyxtabular>
1893
1894 \end_inset
1895
1896
1897 \end_layout
1898
1899 \begin_layout Section
1900 Tabellen-Dialog
1901 \begin_inset Index idx
1902 status collapsed
1903
1904 \begin_layout Plain Layout
1905 Tabellen ! Einstellungen
1906 \end_layout
1907
1908 \end_inset
1909
1910
1911 \end_layout
1912
1913 \begin_layout Standard
1914 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1915  Maustaste draufklicken.
1916  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1917 \family sans
1918 Einstellungen
1919 \family default
1920  steht.
1921  Ein Klick darauf öffnet den Tabellen-Dialog.
1922  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1923  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1924  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1925  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1926  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1927  Auswahl.
1928  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1929 \emph on
1930 Inhalt
1931 \emph default
1932  einer Zelle oder die Zelle selber ausgewählt haben.
1933 \begin_inset Newline newline
1934 \end_inset
1935
1936 Mit der Dialog-Option 
1937 \family sans
1938 Direkt
1939 \begin_inset space ~
1940 \end_inset
1941
1942 übernehmen
1943 \family default
1944  wird jede Änderung, die Sie machen, direkt übernommen.
1945  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1946  dann auch die Parameter der neuen Zelle an.
1947  Wenn Sie Längenwerte im Dialog ändern, müssen Sie Enter drücken, um die
1948  Änderung zu übernehmen.
1949 \begin_inset Newline newline
1950 \end_inset
1951
1952 Der Tabellen-Dialog hat folgende Karteikarten:
1953 \end_layout
1954
1955 \begin_layout Description
1956
1957 \family sans
1958 Tabellen-Einstellungen
1959 \family default
1960  Hier können Sie die Horizontale
1961 \begin_inset space ~
1962 \end_inset
1963
1964 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1965  Die Ausrichtung 
1966 \family sans
1967 Am
1968 \begin_inset space ~
1969 \end_inset
1970
1971 Dezimaltrenner
1972 \family default
1973  ist in Abschnitt
1974 \begin_inset space ~
1975 \end_inset
1976
1977
1978 \begin_inset CommandInset ref
1979 LatexCommand ref
1980 reference "uab:Besondere-Zellenausrichtung"
1981
1982 \end_inset
1983
1984  beschrieben.
1985  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1986 \begin_inset space ~
1987 \end_inset
1988
1989 Ausrichtung der momentanen Zeile wählen.
1990  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1991  Absätze haben, wie in Abschnitt
1992 \begin_inset space ~
1993 \end_inset
1994
1995
1996 \begin_inset CommandInset ref
1997 LatexCommand ref
1998 reference "uab:Mehrfache-Zeilen-in"
1999
2000 \end_inset
2001
2002  beschrieben.
2003  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2004 \begin_inset Newline newline
2005 \end_inset
2006
2007 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2008  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2009 \begin_inset space ~
2010 \end_inset
2011
2012
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "uab:Mehrfachspalten"
2016
2017 \end_inset
2018
2019  und 
2020 \begin_inset CommandInset ref
2021 LatexCommand ref
2022 reference "uab:Mehrfachzeilen"
2023
2024 \end_inset
2025
2026  beschrieben.
2027 \begin_inset Newline newline
2028 \end_inset
2029
2030 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2031  den Uhrzeigersinn um 90° drehen.
2032  LyX zeigt diese Drehung nur in der Ausgabe.
2033  Für weitere Informationen siehe Abschnitt
2034 \begin_inset space ~
2035 \end_inset
2036
2037
2038 \begin_inset CommandInset ref
2039 LatexCommand ref
2040 reference "abs:Rotierte-Tabellenzellen"
2041
2042 \end_inset
2043
2044 .
2045 \begin_inset Newline newline
2046 \end_inset
2047
2048
2049 \begin_inset Note Greyedout
2050 status open
2051
2052 \begin_layout Plain Layout
2053
2054 \series bold
2055 Achtung:
2056 \series default
2057  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2058 \end_layout
2059
2060 \end_inset
2061
2062
2063 \begin_inset Newline newline
2064 \end_inset
2065
2066 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2067  Textzeilen verwendet:
2068 \begin_inset Newline newline
2069 \end_inset
2070
2071 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2072 \begin_inset Tabular
2073 <lyxtabular version="3" rows="2" columns="2">
2074 <features rotate="0" tabularvalignment="top">
2075 <column alignment="center" valignment="top" width="0pt">
2076 <column alignment="center" valignment="top">
2077 <row>
2078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2079 \begin_inset Text
2080
2081 \begin_layout Plain Layout
2082
2083 \end_layout
2084
2085 \end_inset
2086 </cell>
2087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2088 \begin_inset Text
2089
2090 \begin_layout Plain Layout
2091 1
2092 \end_layout
2093
2094 \end_inset
2095 </cell>
2096 </row>
2097 <row>
2098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2099 \begin_inset Text
2100
2101 \begin_layout Plain Layout
2102 A
2103 \end_layout
2104
2105 \end_inset
2106 </cell>
2107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2108 \begin_inset Text
2109
2110 \begin_layout Plain Layout
2111
2112 \end_layout
2113
2114 \end_inset
2115 </cell>
2116 </row>
2117 </lyxtabular>
2118
2119 \end_inset
2120
2121  
2122 \begin_inset Tabular
2123 <lyxtabular version="3" rows="2" columns="2">
2124 <features rotate="0" tabularvalignment="middle">
2125 <column alignment="center" valignment="top">
2126 <column alignment="center" valignment="top">
2127 <row>
2128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2129 \begin_inset Text
2130
2131 \begin_layout Plain Layout
2132
2133 \end_layout
2134
2135 \end_inset
2136 </cell>
2137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2138 \begin_inset Text
2139
2140 \begin_layout Plain Layout
2141 1
2142 \end_layout
2143
2144 \end_inset
2145 </cell>
2146 </row>
2147 <row>
2148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2149 \begin_inset Text
2150
2151 \begin_layout Plain Layout
2152 A
2153 \end_layout
2154
2155 \end_inset
2156 </cell>
2157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2158 \begin_inset Text
2159
2160 \begin_layout Plain Layout
2161
2162 \end_layout
2163
2164 \end_inset
2165 </cell>
2166 </row>
2167 </lyxtabular>
2168
2169 \end_inset
2170
2171  
2172 \begin_inset Tabular
2173 <lyxtabular version="3" rows="2" columns="2">
2174 <features rotate="0" tabularvalignment="bottom">
2175 <column alignment="center" valignment="top" width="0pt">
2176 <column alignment="center" valignment="top">
2177 <row>
2178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2179 \begin_inset Text
2180
2181 \begin_layout Plain Layout
2182
2183 \end_layout
2184
2185 \end_inset
2186 </cell>
2187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2188 \begin_inset Text
2189
2190 \begin_layout Plain Layout
2191 1
2192 \end_layout
2193
2194 \end_inset
2195 </cell>
2196 </row>
2197 <row>
2198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2199 \begin_inset Text
2200
2201 \begin_layout Plain Layout
2202 A
2203 \end_layout
2204
2205 \end_inset
2206 </cell>
2207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2208 \begin_inset Text
2209
2210 \begin_layout Plain Layout
2211
2212 \end_layout
2213
2214 \end_inset
2215 </cell>
2216 </row>
2217 </lyxtabular>
2218
2219 \end_inset
2220
2221
2222 \begin_inset Newline newline
2223 \end_inset
2224
2225 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2226 gen einfügen,
2227  wie in den Abschnitten 
2228 \begin_inset CommandInset ref
2229 LatexCommand ref
2230 reference "uab:Mehrfachspalten-Berechnungen"
2231
2232 \end_inset
2233
2234  und 
2235 \begin_inset CommandInset ref
2236 LatexCommand ref
2237 reference "abs:Farbige-Tabellen"
2238
2239 \end_inset
2240
2241  beschrieben.
2242 \end_layout
2243
2244 \begin_layout Description
2245
2246 \family sans
2247 Rahmen
2248 \family default
2249  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2250  hinzufügen und löschen.
2251 \begin_inset Newline newline
2252 \end_inset
2253
2254 Wenn Sie die Stil-Option
2255 \family sans
2256  Formal
2257 \family default
2258  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2259 \begin_inset space ~
2260 \end_inset
2261
2262
2263 \begin_inset CommandInset ref
2264 LatexCommand ref
2265 reference "abs:Formale-Tabellen"
2266
2267 \end_inset
2268
2269  beschrieben, konvertiert.
2270 \begin_inset Newline newline
2271 \end_inset
2272
2273 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2274 \begin_inset space ~
2275 \end_inset
2276
2277
2278 \begin_inset CommandInset ref
2279 LatexCommand ref
2280 reference "uab:Zeilenabstand"
2281
2282 \end_inset
2283
2284  beschrieben.
2285 \end_layout
2286
2287 \begin_layout Description
2288
2289 \family sans
2290 Lange
2291 \begin_inset space ~
2292 \end_inset
2293
2294 Tabelle
2295 \family default
2296  Hier kann eine Tabelle als 
2297 \begin_inset Quotes gld
2298 \end_inset
2299
2300 Lange
2301 \begin_inset space ~
2302 \end_inset
2303
2304 Tabelle
2305 \begin_inset Quotes grd
2306 \end_inset
2307
2308  definiert werden, die über mehrere Seiten reicht.
2309  Die Abschnitte
2310 \begin_inset space ~
2311 \end_inset
2312
2313
2314 \begin_inset CommandInset ref
2315 LatexCommand ref
2316 reference "abs:Lange-Tabellen"
2317
2318 \end_inset
2319
2320  und 
2321 \begin_inset CommandInset ref
2322 LatexCommand ref
2323 reference "abs:Special-Longtable-Issues"
2324
2325 \end_inset
2326
2327  beschreiben diese Funktion genauer.
2328 \end_layout
2329
2330 \begin_layout Section
2331 Tabellen-Werkzeugleiste
2332 \begin_inset Index idx
2333 status collapsed
2334
2335 \begin_layout Plain Layout
2336 Tabellen ! Werkzeugleiste
2337 \end_layout
2338
2339 \end_inset
2340
2341
2342 \end_layout
2343
2344 \begin_layout Standard
2345 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2346 \family sans
2347 Tabellen-Einstellungen
2348 \family default
2349 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2350  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2351  LyX-Fensters.
2352 \end_layout
2353
2354 \begin_layout Standard
2355 Die Werkzeugleiste hat folgende Knöpfe:
2356 \end_layout
2357
2358 \begin_layout Labeling
2359 \labelwidthstring 00.00.0000
2360 \begin_inset Info
2361 type  "icon"
2362 arg   "inset-modify tabular append-row"
2363 \end_inset
2364
2365  Fügt eine Zeile unterhalb der momentanen an
2366 \end_layout
2367
2368 \begin_layout Labeling
2369 \labelwidthstring 00.00.0000
2370 \begin_inset Info
2371 type  "icon"
2372 arg   "inset-modify tabular append-column"
2373 \end_inset
2374
2375  Fügt eine Spalte rechts von der momentanen an
2376 \end_layout
2377
2378 \begin_layout Labeling
2379 \labelwidthstring 00.00.0000
2380 \begin_inset Info
2381 type  "icon"
2382 arg   "inset-modify tabular delete-row"
2383 \end_inset
2384
2385  Löscht die ausgewählte(n) Zeile(n)
2386 \end_layout
2387
2388 \begin_layout Labeling
2389 \labelwidthstring 00.00.0000
2390 \begin_inset Info
2391 type  "icon"
2392 arg   "inset-modify tabular delete-column"
2393 \end_inset
2394
2395  Löscht die ausgewählte(n) Spalte(n)
2396 \end_layout
2397
2398 \begin_layout Labeling
2399 \labelwidthstring 00.00.0000
2400 \begin_inset Info
2401 type  "icon"
2402 arg   "inset-modify tabular toggle-line-top"
2403 \end_inset
2404
2405  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2406  wenn der Knopf grau hinterlegt ist
2407 \end_layout
2408
2409 \begin_layout Labeling
2410 \labelwidthstring 00.00.0000
2411 \begin_inset Info
2412 type  "icon"
2413 arg   "inset-modify tabular toggle-line-bottom"
2414 \end_inset
2415
2416  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2417  wenn der Knopf grau hinterlegt ist
2418 \end_layout
2419
2420 \begin_layout Labeling
2421 \labelwidthstring 00.00.0000
2422 \begin_inset Info
2423 type  "icon"
2424 arg   "inset-modify tabular toggle-line-left"
2425 \end_inset
2426
2427  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2428  wenn der Knopf grau hinterlegt ist
2429 \end_layout
2430
2431 \begin_layout Labeling
2432 \labelwidthstring 00.00.0000
2433 \begin_inset Info
2434 type  "icon"
2435 arg   "inset-modify tabular toggle-line-right"
2436 \end_inset
2437
2438  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2439  wenn der Knopf grau hinterlegt ist
2440 \end_layout
2441
2442 \begin_layout Labeling
2443 \labelwidthstring 00.00.0000
2444 \begin_inset Info
2445 type  "icon"
2446 arg   "inset-modify tabular set-all-lines"
2447 \end_inset
2448
2449  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2450 \end_layout
2451
2452 \begin_layout Labeling
2453 \labelwidthstring 00.00.0000
2454 \begin_inset Info
2455 type  "icon"
2456 arg   "inset-modify tabular unset-all-lines"
2457 \end_inset
2458
2459  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464 \begin_inset Info
2465 type  "icon"
2466 arg   "inset-modify tabular m-align-left"
2467 \end_inset
2468
2469  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2470 \end_layout
2471
2472 \begin_layout Labeling
2473 \labelwidthstring 00.00.0000
2474 \begin_inset Info
2475 type  "icon"
2476 arg   "inset-modify tabular m-align-center"
2477 \end_inset
2478
2479  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484 \begin_inset Info
2485 type  "icon"
2486 arg   "inset-modify tabular m-align-right"
2487 \end_inset
2488
2489  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2490 \end_layout
2491
2492 \begin_layout Labeling
2493 \labelwidthstring 00.00.0000
2494 \begin_inset Info
2495 type  "icon"
2496 arg   "inset-modify tabular align-decimal"
2497 \end_inset
2498
2499  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2500 \end_layout
2501
2502 \begin_layout Labeling
2503 \labelwidthstring 00.00.0000
2504 \begin_inset Info
2505 type  "icon"
2506 arg   "inset-modify tabular m-valign-top"
2507 \end_inset
2508
2509  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2510 \end_layout
2511
2512 \begin_layout Labeling
2513 \labelwidthstring 00.00.0000
2514 \begin_inset Info
2515 type  "icon"
2516 arg   "inset-modify tabular m-valign-middle"
2517 \end_inset
2518
2519  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2520 \end_layout
2521
2522 \begin_layout Labeling
2523 \labelwidthstring 00.00.0000
2524 \begin_inset Info
2525 type  "icon"
2526 arg   "inset-modify tabular m-valign-bottom"
2527 \end_inset
2528
2529  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2530 \end_layout
2531
2532 \begin_layout Labeling
2533 \labelwidthstring 00.00.0000
2534 \begin_inset Info
2535 type  "icon"
2536 arg   "inset-modify tabular set-rotate-cell"
2537 \end_inset
2538
2539  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2540 \end_layout
2541
2542 \begin_layout Labeling
2543 \labelwidthstring 00.00.0000
2544 \begin_inset Info
2545 type  "icon"
2546 arg   "inset-modify tabular set-rotate-tabular"
2547 \end_inset
2548
2549  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554 \begin_inset Info
2555 type  "icon"
2556 arg   "inset-modify tabular multicolumn"
2557 \end_inset
2558
2559  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2560 \end_layout
2561
2562 \begin_layout Labeling
2563 \labelwidthstring 00.00.0000
2564 \begin_inset Info
2565 type  "icon"
2566 arg   "inset-modify tabular multirow"
2567 \end_inset
2568
2569  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2570 \end_layout
2571
2572 \begin_layout Standard
2573 \begin_inset Note Greyedout
2574 status open
2575
2576 \begin_layout Plain Layout
2577
2578 \series bold
2579 Bemerkung:
2580 \series default
2581  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2582  Reihe für alle Zelle der Reihe verwendet.
2583 \end_layout
2584
2585 \end_inset
2586
2587
2588 \end_layout
2589
2590 \begin_layout Section
2591 Bearbeiten-Menü
2592 \begin_inset Index idx
2593 status collapsed
2594
2595 \begin_layout Plain Layout
2596 Tabellen ! Bearbeiten-Menü
2597 \end_layout
2598
2599 \end_inset
2600
2601
2602 \end_layout
2603
2604 \begin_layout Standard
2605 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2606  Wenn der Cursor in einer Tabelle steht, sind im 
2607 \family sans
2608 Bearbeiten
2609 \family default
2610 -Menü folgende Punkte aktiviert: 
2611 \family sans
2612 Tabelle
2613 \family default
2614
2615 \family sans
2616 Zeilen
2617 \begin_inset space ~
2618 \end_inset
2619
2620 &
2621 \begin_inset space ~
2622 \end_inset
2623
2624 Spalten
2625 \family default
2626  und 
2627 \family sans
2628 Tabellen-Einstellungen
2629 \family default
2630 .
2631  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2632 ngsmöglichkeiten zu erreichen.
2633 \end_layout
2634
2635 \begin_layout Section
2636 Gleitende Tabellen
2637 \begin_inset CommandInset label
2638 LatexCommand label
2639 name "abs:Gleitende-Tabellen"
2640
2641 \end_inset
2642
2643
2644 \begin_inset Index idx
2645 status collapsed
2646
2647 \begin_layout Plain Layout
2648 Gleitobjekte ! Tabellen
2649 \end_layout
2650
2651 \end_inset
2652
2653
2654 \begin_inset Index idx
2655 status collapsed
2656
2657 \begin_layout Plain Layout
2658 Tabellen ! gleitende
2659 \end_layout
2660
2661 \end_inset
2662
2663
2664 \end_layout
2665
2666 \begin_layout Standard
2667 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2668 \begin_inset space ~
2669 \end_inset
2670
2671
2672 \begin_inset CommandInset ref
2673 LatexCommand ref
2674 reference "abs:Gleitobjekte-Einleitung"
2675
2676 \end_inset
2677
2678 .
2679 \end_layout
2680
2681 \begin_layout Standard
2682 \begin_inset Float table
2683 placement h
2684 wide false
2685 sideways false
2686 status open
2687
2688 \begin_layout Plain Layout
2689 \begin_inset Caption Standard
2690
2691 \begin_layout Plain Layout
2692 \begin_inset CommandInset label
2693 LatexCommand label
2694 name "tab:a table float"
2695
2696 \end_inset
2697
2698 Eine gleitende Tabelle
2699 \end_layout
2700
2701 \end_inset
2702
2703
2704 \end_layout
2705
2706 \begin_layout Plain Layout
2707 \align center
2708 \begin_inset Tabular
2709 <lyxtabular version="3" rows="3" columns="3">
2710 <features rotate="0" tabularvalignment="middle">
2711 <column alignment="center" valignment="top" width="0pt">
2712 <column alignment="center" valignment="top" width="0pt">
2713 <column alignment="center" valignment="top" width="0pt">
2714 <row>
2715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2716 \begin_inset Text
2717
2718 \begin_layout Plain Layout
2719
2720 \family roman
2721 \series medium
2722 \shape up
2723 \size normal
2724 \emph off
2725 \bar no
2726 \noun off
2727 \color none
2728 1
2729 \end_layout
2730
2731 \end_inset
2732 </cell>
2733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2734 \begin_inset Text
2735
2736 \begin_layout Plain Layout
2737
2738 \family roman
2739 \series medium
2740 \shape up
2741 \size normal
2742 \emph off
2743 \bar no
2744 \noun off
2745 \color none
2746 2
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Plain Layout
2755
2756 \family roman
2757 \series medium
2758 \shape up
2759 \size normal
2760 \emph off
2761 \bar no
2762 \noun off
2763 \color none
2764 3
2765 \end_layout
2766
2767 \end_inset
2768 </cell>
2769 </row>
2770 <row>
2771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2772 \begin_inset Text
2773
2774 \begin_layout Plain Layout
2775
2776 \family roman
2777 \series medium
2778 \shape up
2779 \size normal
2780 \emph off
2781 \bar no
2782 \noun off
2783 \color none
2784 Martin
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2790 \begin_inset Text
2791
2792 \begin_layout Plain Layout
2793
2794 \family roman
2795 \series medium
2796 \shape up
2797 \size normal
2798 \emph off
2799 \bar no
2800 \noun off
2801 \color none
2802 Lena
2803 \end_layout
2804
2805 \end_inset
2806 </cell>
2807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Plain Layout
2811
2812 \family roman
2813 \series medium
2814 \shape up
2815 \size normal
2816 \emph off
2817 \bar no
2818 \noun off
2819 \color none
2820 Alina
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 </row>
2826 <row>
2827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831
2832 \family roman
2833 \series medium
2834 \shape up
2835 \size normal
2836 \emph off
2837 \bar no
2838 \noun off
2839 \color none
2840 \begin_inset Formula $\int x^{2}dx$
2841 \end_inset
2842
2843
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852
2853 \family roman
2854 \series medium
2855 \shape up
2856 \size normal
2857 \emph off
2858 \bar no
2859 \noun off
2860 \color none
2861 \begin_inset Formula $\left[\begin{array}{cc}
2862 a & b\\
2863 c & d
2864 \end{array}\right]$
2865 \end_inset
2866
2867
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876
2877 \family roman
2878 \series medium
2879 \shape up
2880 \size normal
2881 \emph off
2882 \bar no
2883 \noun off
2884 \color none
2885 \begin_inset Formula $1+1=2$
2886 \end_inset
2887
2888
2889 \end_layout
2890
2891 \end_inset
2892 </cell>
2893 </row>
2894 </lyxtabular>
2895
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \end_inset
2902
2903
2904 \end_layout
2905
2906 \begin_layout Standard
2907 Gleitende Tabellen können über 
2908 \family sans
2909 Einfügen\SpecialChar \menuseparator
2910 Gleitobjekt\SpecialChar \menuseparator
2911 Tabelle
2912 \family default
2913  oder einen Klick auf den Werkzeugleistenknopf 
2914 \begin_inset Info
2915 type  "icon"
2916 arg   "float-insert table"
2917 \end_inset
2918
2919  erzeugt werden.
2920  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2921  In das rot umrahmte Feld rechts von 
2922 \emph on
2923 Tabelle
2924 \begin_inset space ~
2925 \end_inset
2926
2927 Nr:
2928 \emph default
2929  schreiben Sie die Tabellenbeschriftung.
2930  Nach einem Klick oberhalb oder unterhalb von 
2931 \emph on
2932 Tabelle
2933 \begin_inset space ~
2934 \end_inset
2935
2936 Nr:
2937 \emph default
2938  können Sie dann eine Tabelle einfügen.
2939 \end_layout
2940
2941 \begin_layout Standard
2942 Tabelle
2943 \begin_inset space ~
2944 \end_inset
2945
2946
2947 \begin_inset CommandInset ref
2948 LatexCommand ref
2949 reference "tab:a table float"
2950
2951 \end_inset
2952
2953  ist ein Beispiel für eine gleitende Tabelle.
2954 \end_layout
2955
2956 \begin_layout Standard
2957 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2958 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2959  Das bedeutet, dass bei den Klassen 
2960 \family sans
2961 article
2962 \family default
2963
2964 \family sans
2965 book
2966 \family default
2967
2968 \family sans
2969 letter
2970 \family default
2971 , und 
2972 \family sans
2973 report
2974 \family default
2975  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2976  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2977 \series bold
2978 caption
2979 \series default
2980
2981 \begin_inset Index idx
2982 status collapsed
2983
2984 \begin_layout Plain Layout
2985 LaTeX-Pakete ! caption
2986 \end_layout
2987
2988 \end_inset
2989
2990  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2991 \begin_inset Foot
2992 status collapsed
2993
2994 \begin_layout Plain Layout
2995 Näheres finden Sie im Abschnitt
2996 \begin_inset space ~
2997 \end_inset
2998
2999
3000 \begin_inset CommandInset ref
3001 LatexCommand ref
3002 reference "abs:Titel-Platzierung"
3003
3004 \end_inset
3005
3006 .
3007 \end_layout
3008
3009 \end_inset
3010
3011
3012 \end_layout
3013
3014 \begin_layout Standard
3015
3016 \series bold
3017 tableposition=top
3018 \end_layout
3019
3020 \begin_layout Standard
3021 Das Paket 
3022 \series bold
3023 caption
3024 \series default
3025 , das in Abschnitt
3026 \begin_inset space ~
3027 \end_inset
3028
3029
3030 \begin_inset CommandInset ref
3031 LatexCommand ref
3032 reference "abs:Titel-Formatierung"
3033
3034 \end_inset
3035
3036  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3037 \end_layout
3038
3039 \begin_layout Standard
3040 \begin_inset Index idx
3041 status collapsed
3042
3043 \begin_layout Plain Layout
3044 Querverweise ! auf Tabellen
3045 \end_layout
3046
3047 \end_inset
3048
3049 Auf Tabellen kann über ihre Marke verwiesen werden.
3050  Dafür fügen Sie in der Beschriftung mit 
3051 \family sans
3052 Einfügen\SpecialChar \menuseparator
3053 Marke
3054 \family default
3055  oder durch Klicken auf 
3056 \begin_inset Info
3057 type  "icon"
3058 arg   "label-insert"
3059 \end_inset
3060
3061  eine Marke ein.
3062  Auf diese können Sie dann wie gewohnt mit 
3063 \family sans
3064 Einfügen\SpecialChar \menuseparator
3065 Querverweis
3066 \family default
3067  oder durch Klicken auf 
3068 \begin_inset Info
3069 type  "icon"
3070 arg   "dialog-show-new-inset ref"
3071 \end_inset
3072
3073  verweisen.
3074  Verweise werden detailliert in Abschnitt
3075 \begin_inset space ~
3076 \end_inset
3077
3078
3079 \begin_inset CommandInset ref
3080 LatexCommand ref
3081 reference "abs:Auf-Gleitobjekte-verweisen"
3082
3083 \end_inset
3084
3085  beschrieben.
3086 \end_layout
3087
3088 \begin_layout Section
3089 Lange Tabellen
3090 \begin_inset CommandInset label
3091 LatexCommand label
3092 name "abs:Lange-Tabellen"
3093
3094 \end_inset
3095
3096
3097 \begin_inset Index idx
3098 status collapsed
3099
3100 \begin_layout Plain Layout
3101 Tabellen ! lange
3102 \end_layout
3103
3104 \end_inset
3105
3106
3107 \end_layout
3108
3109 \begin_layout Standard
3110 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3111  Dialogfenster 
3112 \family sans
3113 Tabellen-Einstellungen
3114 \family default
3115  auf der Karteikarte  
3116 \family sans
3117 Lange
3118 \begin_inset space ~
3119 \end_inset
3120
3121 Tabelle
3122 \family default
3123  die Option 
3124 \family sans
3125 Lange
3126 \begin_inset space ~
3127 \end_inset
3128
3129 Tabelle
3130 \begin_inset space ~
3131 \end_inset
3132
3133 verwenden
3134 \family default
3135  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3136  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3137 \end_layout
3138
3139 \begin_layout Description
3140 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3141  festgelegt; mit Ausnahme der ersten, wenn 
3142 \family sans
3143 Erste
3144 \begin_inset space ~
3145 \end_inset
3146
3147 Kopfzeile
3148 \family default
3149  aktiviert ist.
3150 \end_layout
3151
3152 \begin_layout Description
3153 Erste
3154 \lang english
3155
3156 \begin_inset space ~
3157 \end_inset
3158
3159
3160 \lang ngerman
3161 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3162  Seite einer mehrseitigen Tabelle definiert.
3163 \end_layout
3164
3165 \begin_layout Description
3166 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3167  mit Ausnahme der letzten, wenn 
3168 \family sans
3169 Letzte
3170 \begin_inset space ~
3171 \end_inset
3172
3173 Fußzeile
3174 \family default
3175  aktiviert ist.
3176 \end_layout
3177
3178 \begin_layout Description
3179 Letzte
3180 \begin_inset space ~
3181 \end_inset
3182
3183 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3184  einer mehrseitigen Tabelle definiert.
3185 \end_layout
3186
3187 \begin_layout Description
3188 Legende: Die aktuelle Zeile enthält die Legende.
3189  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3190  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3191 \begin_inset space ~
3192 \end_inset
3193
3194
3195 \begin_inset CommandInset ref
3196 LatexCommand ref
3197 reference "uab:Beschriftungen-langer-Tabellen"
3198
3199 \end_inset
3200
3201  erklärt.
3202 \end_layout
3203
3204 \begin_layout Standard
3205 Hier ist ein Beispiel einer langen Tabelle:
3206 \end_layout
3207
3208 \begin_layout Standard
3209 \align center
3210 \begin_inset Tabular
3211 <lyxtabular version="3" rows="69" columns="3">
3212 <features rotate="0" islongtable="true" longtabularalignment="center">
3213 <column alignment="left" valignment="top" width="0cm">
3214 <column alignment="left" valignment="top" width="0pt">
3215 <column alignment="right" valignment="top" width="0pt">
3216 <row endfirsthead="true">
3217 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \series bold
3223 Telefonliste (ignoriere die Namen)
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \end_layout
3234
3235 \end_inset
3236 </cell>
3237 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 </row>
3247 <row endfirsthead="true">
3248 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252
3253 \series bold
3254 NAME
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3269 \begin_inset Text
3270
3271 \begin_layout Plain Layout
3272
3273 \series bold
3274 TEL.
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 </row>
3280 <row endhead="true">
3281 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285
3286 \series bold
3287 Telefonliste
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 </row>
3311 <row endhead="true">
3312 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \series bold
3318 NAME
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \series bold
3338 TEL.
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 </row>
3344 <row endfoot="true">
3345 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \series bold
3351 wird fortgesetzt
3352 \series default
3353  \SpecialChar \ldots{}
3354
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 </row>
3378 <row>
3379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383
3384 \series bold
3385 Annovi
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 Silvia
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 111
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 </row>
3409 <row>
3410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414
3415 \series bold
3416 Bertoli
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425 Stefano
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 111
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 </row>
3440 <row>
3441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445
3446 \series bold
3447 Bozzi
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 Walter
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465 111
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 </row>
3471 <row>
3472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476
3477 \series bold
3478 Cachia
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 Maria
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496 111
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row>
3503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \series bold
3509 Cachia
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 Maurizio
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 111
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \series bold
3540 Cinquemani
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 Giusi
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 111
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 </row>
3564 <row>
3565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571 Colin
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 Bernard
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 111
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \series bold
3602 Concli
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 Gianfranco
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 111
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 <row>
3627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631
3632 \series bold
3633 Dal Bosco
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 Carolina
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 111
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662
3663 \series bold
3664 Dalpiaz
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 Annamaria
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 111
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 </row>
3688 <row>
3689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693
3694 \series bold
3695 Feliciello
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Domenico
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 111
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724
3725 \series bold
3726 Focarelli
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 Paola
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 111
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row>
3751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755
3756 \series bold
3757 Galletti
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 Oreste
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 111
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row>
3782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786
3787 \series bold
3788 Gasparini
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 Franca
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 111
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817
3818 \series bold
3819 Rizzardi
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 Paola
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 111
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row>
3844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848
3849 \series bold
3850 Lassini
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 Giancarlo
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868 111
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \series bold
3881 Malfatti
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 Luciano
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 111
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row>
3906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910
3911 \series bold
3912 Malfatti
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 Valeriano
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 111
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 <row>
3937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941
3942 \series bold
3943 Meneguzzo
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 Roberto
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 111
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 </row>
3967 <row>
3968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972
3973 \series bold
3974 Mezzadra
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 Roberto
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 111
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 </row>
3998 <row>
3999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003
4004 \series bold
4005 Pirpamer
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 Erich
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023 111
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 </row>
4029 <row>
4030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034
4035 \series bold
4036 Pochiesa
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 Paolo
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 111, 222
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 </row>
4060 <row>
4061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065
4066 \series bold
4067 Radina
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 Claudio
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 111
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 </row>
4091 <row>
4092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096
4097 \series bold
4098 Stuffer
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 Oskar
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 111
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 </row>
4122 <row>
4123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127
4128 \series bold
4129 Tacchelli
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 Ugo
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 111
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 </row>
4153 <row>
4154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158
4159 \series bold
4160 Tezzele
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 Margit
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178 111
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 </row>
4184 <row>
4185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189
4190 \series bold
4191 Unterkalmsteiner
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 Frieda
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 111
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 </row>
4215 <row>
4216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220
4221 \series bold
4222 Vieider
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell alignment="center" valignment="top" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231 Hilde
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 111
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 </row>
4246 <row>
4247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251
4252 \series bold
4253 Vigna
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 Jürgen
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 111
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282
4283 \series bold
4284 Weber
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 Maurizio
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302 111
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 <row>
4309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313
4314 \series bold
4315 Winkler
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 Franz
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 111
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 </row>
4339 <row>
4340 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344  
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 </row>
4368 <row>
4369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373
4374 \series bold
4375 Annovi
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 Silvia
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 555
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 </row>
4399 <row>
4400 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404
4405 \series bold
4406 Bertoli
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 Stefano
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 555
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 </row>
4430 <row>
4431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435
4436 \series bold
4437 Bozzi
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 Walter
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 555
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466
4467 \series bold
4468 Cachia
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 Maria
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 555
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 <row>
4493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497
4498 \series bold
4499 Cachia
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 Maurizio
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 555
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 <row>
4524 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528
4529 \series bold
4530 Cinquemani
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 Giusi
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548 555
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 </row>
4554 <row>
4555 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559
4560 \series bold
4561 Colin
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 Bernard
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 555
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row>
4586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \series bold
4592 Concli
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Gianfranco
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 555
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621
4622 \series bold
4623 Dal Bosco
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 Carolina
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 555
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \series bold
4654 Dalpiaz
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 Annamaria
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 555
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683
4684 \series bold
4685 Feliciello
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 Domenico
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 555
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 <row>
4710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714
4715 \series bold
4716 Focarelli
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 Paola
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 555
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row>
4741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745
4746 \series bold
4747 Galletti
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 Oreste
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 555
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 </row>
4771 <row>
4772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776
4777 \series bold
4778 Gasparini
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 Franca
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 555
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 <row>
4803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807
4808 \series bold
4809 Rizzardi
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 Paola
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827 555
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row>
4834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838
4839 \series bold
4840 Lassini
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 Giancarlo
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858 555
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 <row>
4865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869
4870 \series bold
4871 Malfatti
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 Luciano
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889 555
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row>
4896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900
4901 \series bold
4902 Malfatti
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 Valeriano
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 555
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 <row>
4927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931
4932 \series bold
4933 Meneguzzo
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 Roberto
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 555
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 </row>
4957 <row>
4958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962
4963 \series bold
4964 Mezzadra
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 Roberto
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 555
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row>
4989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993
4994 \series bold
4995 Pirpamer
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 Erich
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 555
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 </row>
5019 <row>
5020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024
5025 \series bold
5026 Pochiesa
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 Paolo
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044 555, 222
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 </row>
5050 <row>
5051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055
5056 \series bold
5057 Radina
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 Claudio
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 555
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 </row>
5081 <row>
5082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086
5087 \series bold
5088 Stuffer
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 Oskar
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106 555
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 </row>
5112 <row>
5113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117
5118 \series bold
5119 Tacchelli
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 Ugo
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 555
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 </row>
5143 <row>
5144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148
5149 \series bold
5150 Tezzele
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 Margit
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 555
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 </row>
5174 <row>
5175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179
5180 \series bold
5181 Unterkalmsteiner
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 Frieda
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199 555
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 </row>
5205 <row>
5206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210
5211 \series bold
5212 Vieider
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 Hilde
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230 555
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 </row>
5236 <row>
5237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241
5242 \series bold
5243 Vigna
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 Jürgen
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261 999
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 </row>
5267 <row>
5268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272
5273 \series bold
5274 Weber
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 Maurizio
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292 555
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 </row>
5298 <row>
5299 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303
5304 \series bold
5305 Winkler
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 Franz
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 555
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 <row endlastfoot="true">
5330 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 Ende
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 </row>
5358 </lyxtabular>
5359
5360 \end_inset
5361
5362
5363 \begin_inset ERT
5364 status collapsed
5365
5366 \begin_layout Plain Layout
5367
5368
5369 \backslash
5370 addtocounter{table}{-1}
5371 \end_layout
5372
5373 \end_inset
5374
5375
5376 \begin_inset Note Note
5377 status collapsed
5378
5379 \begin_layout Plain Layout
5380 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5381 \begin_inset space ~
5382 \end_inset
5383
5384
5385 \begin_inset CommandInset ref
5386 LatexCommand ref
5387 reference "uab:Beschriftungen-langer-Tabellen"
5388
5389 \end_inset
5390
5391
5392 \end_layout
5393
5394 \end_inset
5395
5396
5397 \end_layout
5398
5399 \begin_layout Subsection
5400 Fußnoten in langen Tabellen
5401 \begin_inset CommandInset label
5402 LatexCommand label
5403 name "uab:Fußnoten-in-langen"
5404
5405 \end_inset
5406
5407
5408 \begin_inset Index idx
5409 status collapsed
5410
5411 \begin_layout Plain Layout
5412 Tabellen ! lange ! Fußnoten
5413 \end_layout
5414
5415 \end_inset
5416
5417
5418 \end_layout
5419
5420 \begin_layout Standard
5421 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5422  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5423  Tabelle
5424 \begin_inset space ~
5425 \end_inset
5426
5427
5428 \begin_inset CommandInset ref
5429 LatexCommand ref
5430 reference "tab:DiffCaptions"
5431
5432 \end_inset
5433
5434  hat zum Beispiel eine Fußnote.
5435 \end_layout
5436
5437 \begin_layout Subsection
5438 Ausrichtung langer Tabellen
5439 \begin_inset Index idx
5440 status collapsed
5441
5442 \begin_layout Plain Layout
5443 Tabellen ! lange ! Ausrichtung
5444 \end_layout
5445
5446 \end_inset
5447
5448
5449 \end_layout
5450
5451 \begin_layout Standard
5452 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5453 n festgelegt werden.
5454  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5455  Seitenrand.
5456  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5457  ausgerichtet werden und die Werte der Längen 
5458 \series bold
5459
5460 \backslash
5461 LTleft 
5462 \series default
5463 und 
5464 \series bold
5465
5466 \backslash
5467 LTright
5468 \series default
5469  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5470  wird:
5471 \end_layout
5472
5473 \begin_layout Standard
5474
5475 \series bold
5476
5477 \backslash
5478 setlength{
5479 \backslash
5480 LTleft}{Wert}
5481 \end_layout
5482
5483 \begin_layout Standard
5484 Der Wert kann eine der in Tabelle
5485 \begin_inset space ~
5486 \end_inset
5487
5488
5489 \begin_inset CommandInset ref
5490 LatexCommand ref
5491 reference "tab:Maßeinheiten"
5492
5493 \end_inset
5494
5495  aufgelisteten Einheiten kann.
5496  
5497 \series bold
5498
5499 \backslash
5500 LTleft
5501 \series default
5502  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5503  
5504 \series bold
5505
5506 \backslash
5507 LTright
5508 \series default
5509  den Abstand von rechts.
5510  Die Voreinstellung für beide Werte ist 
5511 \series bold
5512
5513 \backslash
5514 fill
5515 \series default
5516 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5517  in LyX ist.
5518 \end_layout
5519
5520 \begin_layout Standard
5521 Die folgende lange Tabelle wurde zentriert und 
5522 \series bold
5523
5524 \backslash
5525 LTleft
5526 \series default
5527  auf den Wert 
5528 \family sans
5529 0.1
5530 \backslash
5531 columnwidth
5532 \family default
5533  gesetzt:
5534 \begin_inset ERT
5535 status collapsed
5536
5537 \begin_layout Plain Layout
5538
5539
5540 \backslash
5541 setlength{
5542 \backslash
5543 LTleft}{0.1
5544 \backslash
5545 columnwidth}
5546 \end_layout
5547
5548 \end_inset
5549
5550
5551 \end_layout
5552
5553 \begin_layout Standard
5554 \begin_inset Tabular
5555 <lyxtabular version="3" rows="5" columns="5">
5556 <features rotate="0" islongtable="true" longtabularalignment="center">
5557 <column alignment="center" valignment="top">
5558 <column alignment="center" valignment="top">
5559 <column alignment="center" valignment="top" width="0pt">
5560 <column alignment="center" valignment="top">
5561 <column alignment="center" valignment="top">
5562 <row>
5563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 1
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 2
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 3
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 4
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 5
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 asd
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 s
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 s
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 s
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 asd
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 </row>
5656 <row>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 asd
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 s
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 s
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 s
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 asd
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 asd
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 s
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 s
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 s
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 asd
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 </row>
5750 <row>
5751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 asd
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 asd
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 asd
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 asd
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 asd
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 </row>
5797 </lyxtabular>
5798
5799 \end_inset
5800
5801
5802 \begin_inset ERT
5803 status collapsed
5804
5805 \begin_layout Plain Layout
5806
5807
5808 \backslash
5809 setlength{
5810 \backslash
5811 LTleft}{
5812 \backslash
5813 fill}
5814 \end_layout
5815
5816 \end_inset
5817
5818
5819 \begin_inset ERT
5820 status collapsed
5821
5822 \begin_layout Plain Layout
5823
5824
5825 \backslash
5826 addtocounter{table}{-1}
5827 \end_layout
5828
5829 \end_inset
5830
5831
5832 \begin_inset Note Note
5833 status collapsed
5834
5835 \begin_layout Plain Layout
5836 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5837 \begin_inset space ~
5838 \end_inset
5839
5840
5841 \begin_inset CommandInset ref
5842 LatexCommand ref
5843 reference "uab:Beschriftungen-langer-Tabellen"
5844
5845 \end_inset
5846
5847
5848 \end_layout
5849
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \begin_layout Subsection
5856 Beschriftungen langer Tabellen
5857 \begin_inset CommandInset label
5858 LatexCommand label
5859 name "uab:Beschriftungen-langer-Tabellen"
5860
5861 \end_inset
5862
5863
5864 \begin_inset Index idx
5865 status collapsed
5866
5867 \begin_layout Plain Layout
5868 Tabellen ! lange ! Titel
5869 \end_layout
5870
5871 \end_inset
5872
5873
5874 \end_layout
5875
5876 \begin_layout Standard
5877 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5878  nur auf eine Seite gedruckt werden können.
5879  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5880 \begin_inset space ~
5881 \end_inset
5882
5883
5884 \begin_inset CommandInset ref
5885 LatexCommand ref
5886 reference "abs:Lange-Tabellen"
5887
5888 \end_inset
5889
5890  erklärt.
5891  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5892  Kopf- oder eine Fußzeile.
5893 \end_layout
5894
5895 \begin_layout Standard
5896 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5897 \end_layout
5898
5899 \begin_layout Standard
5900 \begin_inset Tabular
5901 <lyxtabular version="3" rows="6" columns="5">
5902 <features rotate="0" islongtable="true" longtabularalignment="center">
5903 <column alignment="center" valignment="top">
5904 <column alignment="center" valignment="top">
5905 <column alignment="center" valignment="top">
5906 <column alignment="center" valignment="top">
5907 <column alignment="center" valignment="top">
5908 <row endfirsthead="true" caption="true">
5909 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 \begin_inset Caption Standard
5914
5915 \begin_layout Plain Layout
5916 Eine lange Tabelle mit Titel
5917 \begin_inset Argument 1
5918 status open
5919
5920 \begin_layout Plain Layout
5921 Lange Tabelle
5922 \end_layout
5923
5924 \end_inset
5925
5926
5927 \end_layout
5928
5929 \end_inset
5930
5931
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 </row>
5973 <row>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 1
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 2
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 3
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 4
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 5
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 </row>
6020 <row>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 asd
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 s
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 s
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 s
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 asd
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 </row>
6067 <row>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 asd
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 s
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 s
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 s
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 asd
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 </row>
6114 <row>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 asd
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 s
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137 s
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 s
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 asd
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 </row>
6161 <row>
6162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 asd
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 asd
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 asd
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 asd
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 asd
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 </row>
6208 </lyxtabular>
6209
6210 \end_inset
6211
6212
6213 \end_layout
6214
6215 \begin_layout Standard
6216 \begin_inset VSpace medskip
6217 \end_inset
6218
6219
6220 \begin_inset Note Greyedout
6221 status open
6222
6223 \begin_layout Plain Layout
6224
6225 \series bold
6226 Bemerkung
6227 \begin_inset space ~
6228 \end_inset
6229
6230 1:
6231 \series default
6232  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6233  Titel vergeben.
6234  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6235 \begin_inset space ~
6236 \end_inset
6237
6238 2.4 auf Tabelle
6239 \begin_inset space ~
6240 \end_inset
6241
6242 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6243  Beschriftung sind.
6244  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6245  LaTeX-Befehl als TeX-Code einfügen:
6246 \end_layout
6247
6248 \begin_layout Plain Layout
6249
6250 \series bold
6251
6252 \backslash
6253 addtocounter{table}{-1}
6254 \end_layout
6255
6256 \begin_layout Plain Layout
6257 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6258  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6259 \end_layout
6260
6261 \begin_layout Plain Layout
6262
6263 \series bold
6264
6265 \backslash
6266 let
6267 \backslash
6268 myEnd
6269 \backslash
6270 endlongtable
6271 \begin_inset Newline newline
6272 \end_inset
6273
6274
6275 \backslash
6276 renewcommand{
6277 \backslash
6278 endlongtable}{
6279 \backslash
6280 myEnd
6281 \backslash
6282 addtocounter{table}{-1}}
6283 \end_layout
6284
6285 \end_inset
6286
6287
6288 \end_layout
6289
6290 \begin_layout Standard
6291 \begin_inset Note Greyedout
6292 status open
6293
6294 \begin_layout Plain Layout
6295
6296 \series bold
6297 Bemerkung
6298 \begin_inset space ~
6299 \end_inset
6300
6301 2:
6302 \series default
6303  Wenn Sie 
6304 \series bold
6305 hyperref
6306 \series default
6307
6308 \begin_inset Index idx
6309 status collapsed
6310
6311 \begin_layout Plain Layout
6312 LaTeX-Pakete ! hyperref
6313 \end_layout
6314
6315 \end_inset
6316
6317  in den
6318 \family sans
6319  PDF-Eigenschaften
6320 \family default
6321  im 
6322 \family sans
6323 Dokument-Einstellungen
6324 \family default
6325  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6326  immer auf den Anfang des Dokuments zeigen.
6327 \end_layout
6328
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \begin_layout Subsubsection
6335 Querverweise auf 
6336 \family sans
6337 lange Tabelle
6338 \family default
6339 n
6340 \begin_inset Index idx
6341 status collapsed
6342
6343 \begin_layout Plain Layout
6344 Tabellen ! lange ! Querverweis
6345 \end_layout
6346
6347 \end_inset
6348
6349
6350 \end_layout
6351
6352 \begin_layout Standard
6353 \begin_inset Tabular
6354 <lyxtabular version="3" rows="6" columns="5">
6355 <features rotate="0" islongtable="true" longtabularalignment="center">
6356 <column alignment="center" valignment="top">
6357 <column alignment="center" valignment="top">
6358 <column alignment="center" valignment="top">
6359 <column alignment="center" valignment="top">
6360 <column alignment="center" valignment="top">
6361 <row endfirsthead="true" caption="true">
6362 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 \begin_inset Caption Standard
6367
6368 \begin_layout Plain Layout
6369 Lange Tabelle mit Marke
6370 \begin_inset CommandInset label
6371 LatexCommand label
6372 name "tab:LangeTabelle-mit-Marke"
6373
6374 \end_inset
6375
6376
6377 \end_layout
6378
6379 \end_inset
6380
6381
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 </row>
6423 <row>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 1
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 2
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 3
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 4
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464 5
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 </row>
6470 <row>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 asd
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484 s
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 s
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 s
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511 asd
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 </row>
6517 <row>
6518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522 asd
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 s
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 s
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 s
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 asd
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 </row>
6564 <row>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 asd
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 s
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 s
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596 s
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 asd
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 </row>
6611 <row>
6612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 asd
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 sad
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 asd
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643 asd
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652 asd
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 </row>
6658 </lyxtabular>
6659
6660 \end_inset
6661
6662
6663 \end_layout
6664
6665 \begin_layout Standard
6666 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6667  im Titel einfügen.
6668 \end_layout
6669
6670 \begin_layout Standard
6671 Dies ist ein Verweis auf Tabelle
6672 \begin_inset space ~
6673 \end_inset
6674
6675
6676 \begin_inset CommandInset ref
6677 LatexCommand ref
6678 reference "tab:LangeTabelle-mit-Marke"
6679
6680 \end_inset
6681
6682 .
6683 \end_layout
6684
6685 \begin_layout Standard
6686 Mit dem LaTeX-Paket 
6687 \series bold
6688 caption
6689 \series default
6690
6691 \begin_inset Index idx
6692 status collapsed
6693
6694 \begin_layout Plain Layout
6695 LaTeX-Pakete ! caption
6696 \end_layout
6697
6698 \end_inset
6699
6700 , siehe Abschnitt
6701 \begin_inset space ~
6702 \end_inset
6703
6704
6705 \begin_inset CommandInset ref
6706 LatexCommand ref
6707 reference "abs:Titel-Formatierung"
6708
6709 \end_inset
6710
6711 , können Sie alle anderen Beschriftungsoptionen benutzen.
6712 \end_layout
6713
6714 \begin_layout Subsubsection
6715 Titelbreite
6716 \begin_inset Index idx
6717 status collapsed
6718
6719 \begin_layout Plain Layout
6720 Tabellen ! lange ! Beschriftungsbreite
6721 \end_layout
6722
6723 \end_inset
6724
6725
6726 \end_layout
6727
6728 \begin_layout Standard
6729 Die maximale Titelbreite wird durch die Variable 
6730 \series bold
6731
6732 \backslash
6733 LTcapwidth
6734 \series default
6735  definiert.
6736  Ihr Standardwert ist 4
6737 \begin_inset space \thinspace{}
6738 \end_inset
6739
6740 Zoll (
6741 \begin_inset Formula $\approx10$
6742 \end_inset
6743
6744
6745 \begin_inset space \thinspace{}
6746 \end_inset
6747
6748 cm).
6749  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6750  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6751 \end_layout
6752
6753 \begin_layout Standard
6754
6755 \series bold
6756
6757 \backslash
6758 setlength{
6759 \backslash
6760 LTcapwidth}{Breite}
6761 \end_layout
6762
6763 \begin_layout Standard
6764 wobei die Breite eine der in Anhang
6765 \begin_inset space ~
6766 \end_inset
6767
6768
6769 \begin_inset CommandInset ref
6770 LatexCommand ref
6771 reference "kap:In-LyX-verfügbare"
6772
6773 \end_inset
6774
6775  aufgelisteten Einheiten haben kann.
6776 \end_layout
6777
6778 \begin_layout Standard
6779 Die beiden folgenden Tabellen zeigen den Unterschied:
6780 \end_layout
6781
6782 \begin_layout Standard
6783 \begin_inset Tabular
6784 <lyxtabular version="3" rows="6" columns="5">
6785 <features rotate="0" islongtable="true" longtabularalignment="center">
6786 <column alignment="center" valignment="top">
6787 <column alignment="center" valignment="top">
6788 <column alignment="center" valignment="top">
6789 <column alignment="center" valignment="top">
6790 <column alignment="center" valignment="top">
6791 <row endfirsthead="true" caption="true">
6792 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 \begin_inset Caption Standard
6797
6798 \begin_layout Plain Layout
6799 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6800 \begin_inset Argument 1
6801 status open
6802
6803 \begin_layout Plain Layout
6804 Titel mit Standardbreite
6805 \end_layout
6806
6807 \end_inset
6808
6809
6810 \end_layout
6811
6812 \end_inset
6813
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 </row>
6856 <row>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 1
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 2
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 3
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 4
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 5
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 </row>
6903 <row>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 asd
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 s
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 s
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 s
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 asd
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 </row>
6950 <row>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 asd
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 s
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 s
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 s
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 asd
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 </row>
6997 <row>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 asd
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 s
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 s
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 s
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 asd
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 </row>
7044 <row>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 asd
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 sad
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 asd
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 asd
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 asd
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 </row>
7091 </lyxtabular>
7092
7093 \end_inset
7094
7095
7096 \end_layout
7097
7098 \begin_layout Standard
7099 \begin_inset ERT
7100 status collapsed
7101
7102 \begin_layout Plain Layout
7103
7104
7105 \backslash
7106 setlength{
7107 \backslash
7108 LTcapwidth}{5cm}
7109 \end_layout
7110
7111 \end_inset
7112
7113
7114 \begin_inset Tabular
7115 <lyxtabular version="3" rows="6" columns="5">
7116 <features rotate="0" islongtable="true" longtabularalignment="center">
7117 <column alignment="center" valignment="top">
7118 <column alignment="center" valignment="top">
7119 <column alignment="center" valignment="top">
7120 <column alignment="center" valignment="top">
7121 <column alignment="center" valignment="top">
7122 <row endfirsthead="true" caption="true">
7123 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 \begin_inset Caption Standard
7128
7129 \begin_layout Plain Layout
7130 Langer Titel mit 5
7131 \begin_inset space \thinspace{}
7132 \end_inset
7133
7134 cm Breite, Langer Titel mit 5
7135 \begin_inset space \thinspace{}
7136 \end_inset
7137
7138 cm Breite
7139 \begin_inset Argument 1
7140 status open
7141
7142 \begin_layout Plain Layout
7143 Titel mit 5
7144 \begin_inset space \thinspace{}
7145 \end_inset
7146
7147 cm Breite
7148 \end_layout
7149
7150 \end_inset
7151
7152
7153 \end_layout
7154
7155 \end_inset
7156
7157
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 </row>
7199 <row>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 1
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 2
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 3
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 4
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Plain Layout
7240 5
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 </row>
7246 <row>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 asd
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 s
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 s
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 s
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287 asd
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 </row>
7293 <row>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 asd
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 s
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 s
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 s
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334 asd
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 </row>
7340 <row>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 asd
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 s
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 s
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372 s
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381 asd
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 </row>
7387 <row>
7388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 asd
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 sad
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 asd
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419 asd
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428 asd
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 </row>
7434 </lyxtabular>
7435
7436 \end_inset
7437
7438
7439 \begin_inset ERT
7440 status collapsed
7441
7442 \begin_layout Plain Layout
7443
7444
7445 \backslash
7446 setlength{
7447 \backslash
7448 LTcapwidth}{4in}
7449 \end_layout
7450
7451 \end_inset
7452
7453
7454 \begin_inset Note Note
7455 status collapsed
7456
7457 \begin_layout Plain Layout
7458 Beschriftungsbreite zurücksetzen
7459 \end_layout
7460
7461 \end_inset
7462
7463
7464 \end_layout
7465
7466 \begin_layout Standard
7467 \begin_inset Note Greyedout
7468 status open
7469
7470 \begin_layout Plain Layout
7471
7472 \series bold
7473 Achtung:
7474 \series default
7475  Wenn das LaTeX-Paket 
7476 \series bold
7477 caption
7478 \series default
7479
7480 \begin_inset Index idx
7481 status collapsed
7482
7483 \begin_layout Plain Layout
7484 LaTeX-Pakete ! caption
7485 \end_layout
7486
7487 \end_inset
7488
7489  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7490  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7491  4
7492 \begin_inset space \thinspace{}
7493 \end_inset
7494
7495 Zoll für 
7496 \series bold
7497
7498 \backslash
7499 LTcapwidth
7500 \series default
7501  benutzen.
7502  Um in diesem Fall eine genau 4
7503 \begin_inset space \thinspace{}
7504 \end_inset
7505
7506 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7507  4
7508 \begin_inset space \thinspace{}
7509 \end_inset
7510
7511 Zoll veränderten Wert wie z.
7512 \begin_inset space \thinspace{}
7513 \end_inset
7514
7515 B.
7516  3.99
7517 \begin_inset space \thinspace{}
7518 \end_inset
7519
7520 Zoll verwenden oder den LaTeX-Befehl 
7521 \series bold
7522
7523 \backslash
7524 captionsetup{width=Wert}
7525 \series default
7526  benutzen, der vom 
7527 \series bold
7528 caption
7529 \series default
7530 -Paket bereitgestellt wird.
7531 \end_layout
7532
7533 \end_inset
7534
7535
7536 \end_layout
7537
7538 \begin_layout Subsubsection
7539 Unterschiedliche Beschriftung für Tabellenseiten
7540 \begin_inset Index idx
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544 Tabellen ! lange ! mehrere Beschriftungen
7545 \end_layout
7546
7547 \end_inset
7548
7549
7550 \end_layout
7551
7552 \begin_layout Standard
7553 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7554  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7555  eine Beschriftung enthält.
7556  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7557  
7558 \family sans
7559 Legende
7560 \begin_inset space ~
7561 \end_inset
7562
7563 (Lange Tabelle (unnummeriert))
7564 \family default
7565  aus.
7566  Tabelle
7567 \begin_inset space ~
7568 \end_inset
7569
7570
7571 \begin_inset CommandInset ref
7572 LatexCommand ref
7573 reference "tab:DiffCaptions"
7574
7575 \end_inset
7576
7577  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7578  ohne Tabellennummer auf der zweiten Seite.
7579 \end_layout
7580
7581 \begin_layout Standard
7582 \align center
7583 \begin_inset Tabular
7584 <lyxtabular version="3" rows="59" columns="3">
7585 <features rotate="0" islongtable="true" longtabularalignment="center">
7586 <column alignment="left" valignment="top" width="0pt">
7587 <column alignment="left" valignment="top" width="0pt">
7588 <column alignment="center" valignment="top" width="0pt">
7589 <row endfirsthead="true" caption="true">
7590 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 \begin_inset Caption Standard
7595
7596 \begin_layout Plain Layout
7597 Telefonliste
7598 \begin_inset CommandInset label
7599 LatexCommand label
7600 name "tab:DiffCaptions"
7601
7602 \end_inset
7603
7604
7605 \begin_inset Argument 1
7606 status collapsed
7607
7608 \begin_layout Plain Layout
7609 Telefonliste
7610 \end_layout
7611
7612 \end_inset
7613
7614
7615 \end_layout
7616
7617 \end_inset
7618
7619
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 </row>
7643 <row endfirsthead="true">
7644 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648
7649 \series bold
7650 Telefonliste (ignoriere die Namen)
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 </row>
7674 <row endfirsthead="true">
7675 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679
7680 \series bold
7681 NAME
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699
7700 \series bold
7701 TEL.
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 </row>
7707 <row endhead="true" caption="true">
7708 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712 \begin_inset Caption LongTableNoNumber
7713
7714 \begin_layout Plain Layout
7715 Fortsetzung der Telefonliste
7716 \end_layout
7717
7718 \end_inset
7719
7720
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 </row>
7744 <row endhead="true">
7745 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \series bold
7751 Telefonliste
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 </row>
7775 <row endhead="true">
7776 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \series bold
7782 NAME
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800
7801 \series bold
7802 TEL.
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row endfoot="true">
7809 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 wird fortgesetzt\SpecialChar \ldots{}
7814
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 </row>
7838 <row>
7839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843
7844 \series bold
7845 Annovi
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 Silvia
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 111
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 </row>
7869 <row>
7870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \series bold
7876 Bertoli
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 Stefano
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 111
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row>
7901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \series bold
7907 Bozzi
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 Walter
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 111
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \series bold
7938 Cachia
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 Maria
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 111
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row>
7963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \series bold
7969 Cachia
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 Maurizio
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 111
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row>
7994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998
7999 \series bold
8000 Cinquemani
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 Giusi
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 111
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \series bold
8031 Colin
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 Bernard
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 111
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \series bold
8062 Concli
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 Gianfranco
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 111
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 <row>
8087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091
8092 \series bold
8093 Dal Bosco
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 Carolina
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \series bold
8124 Dalpiaz
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 Annamaria
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 111
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 </row>
8148 <row>
8149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153
8154 \series bold
8155 Feliciello
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 Domenico
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 111
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \series bold
8186 Focarelli
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 Paola
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 111
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215
8216 \series bold
8217 Galletti
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 Oreste
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 111
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246
8247 \series bold
8248 Gasparini
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 Franca
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 111
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row>
8273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277
8278 \series bold
8279 Rizzardi
8280 \series default
8281
8282 \begin_inset Foot
8283 status open
8284
8285 \begin_layout Plain Layout
8286 Beispielfußnote
8287 \end_layout
8288
8289 \end_inset
8290
8291
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 Paola
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 111
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320
8321 \series bold
8322 Lassini
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 Giancarlo
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 111
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 <row>
8347 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351
8352 \series bold
8353 Malfatti
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 Luciano
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 111
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 </row>
8377 <row>
8378 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382
8383 \series bold
8384 Malfatti
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 Valeriano
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 111
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \series bold
8415 Meneguzzo
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 Roberto
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 111
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 </row>
8439 <row>
8440 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444
8445 \series bold
8446 Mezzadra
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 Roberto
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 111
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 <row>
8471 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475
8476 \series bold
8477 Pirpamer
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 Erich
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 111
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \series bold
8508 Pochiesa
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 Paolo
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 111, 222
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \series bold
8539 Radina
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 Claudio
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 111
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row>
8564 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \series bold
8570 Stuffer
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 Oskar
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 111
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 <row>
8595 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599
8600 \series bold
8601 Tacchelli
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 Ugo
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 111
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 </row>
8625 <row>
8626 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630
8631 \series bold
8632 Tezzele
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 Margit
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 111
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 <row>
8657 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661
8662 \series bold
8663 Unterkalmsteiner
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 Frieda
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 111
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 </row>
8687 <row>
8688 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692
8693 \series bold
8694 Vieider
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 Hilde
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 111
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 </row>
8718 <row>
8719 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723
8724 \series bold
8725 Vigna
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 Jürgen
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 111
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 <row>
8750 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754
8755 \series bold
8756 Weber
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 Maurizio
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 111
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 </row>
8780 <row>
8781 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785
8786 \series bold
8787 Winkler
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 Franz
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 111
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 </row>
8811 <row>
8812 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816  
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \series bold
8847 Annovi
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 Silvia
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 555
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876
8877 \series bold
8878 Bertoli
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 Stefano
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 555
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 </row>
8902 <row>
8903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907
8908 \series bold
8909 Bozzi
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 Walter
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 555
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \series bold
8940 Cachia
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 Maria
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 555
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 <row>
8965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969
8970 \series bold
8971 Cachia
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 Maurizio
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 555
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \series bold
9002 Cinquemani
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 Giusi
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 555
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031
9032 \series bold
9033 Colin
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 Bernard
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 555
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 </row>
9057 <row>
9058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062
9063 \series bold
9064 Concli
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 Gianfranco
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 555
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 </row>
9088 <row>
9089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093
9094 \series bold
9095 Dal Bosco
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 Carolina
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 555
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 <row>
9120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124
9125 \series bold
9126 Dalpiaz
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 Annamaria
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 555
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 <row>
9151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155
9156 \series bold
9157 Feliciello
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Domenico
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 555
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \series bold
9188 Focarelli
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 Paola
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 555
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 </row>
9212 <row>
9213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217
9218 \series bold
9219 Galletti
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 Oreste
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 555
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 </row>
9243 <row>
9244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248
9249 \series bold
9250 Gasparini
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 Franca
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 555
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 </row>
9274 <row>
9275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279
9280 \series bold
9281 Rizzardi
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 Paola
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 555
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 </row>
9305 <row>
9306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310
9311 \series bold
9312 Lassini
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 Giancarlo
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 555
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 <row>
9337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341
9342 \series bold
9343 Malfatti
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 Luciano
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 555
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 </row>
9367 <row>
9368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372
9373 \series bold
9374 Malfatti
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 Valeriano
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 555
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 </row>
9398 <row>
9399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403
9404 \series bold
9405 Meneguzzo
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 Roberto
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 555
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 </row>
9429 <row>
9430 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \series bold
9436 Mezzadra
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 Roberto
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 555
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 </row>
9460 </lyxtabular>
9461
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \begin_layout Section
9468 Weitere Möglichkeiten für 
9469 \family sans
9470 lange Tabelle
9471 \family default
9472 n
9473 \begin_inset CommandInset label
9474 LatexCommand label
9475 name "abs:Special-Longtable-Issues"
9476
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \begin_layout Subsection
9483 L
9484 \family sans
9485 ange Tabelle
9486 \family default
9487 n: Berechnung
9488 \begin_inset Index idx
9489 status collapsed
9490
9491 \begin_layout Plain Layout
9492 Tabellen ! lange ! Berechnung
9493 \end_layout
9494
9495 \end_inset
9496
9497
9498 \end_layout
9499
9500 \begin_layout Standard
9501 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9502  so genannten 
9503 \emph on
9504 chunks
9505 \emph default
9506  (Brocken).
9507  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9508  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9509  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9510  das die Druckausgabe.
9511  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9512  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9513  einfügen:
9514 \end_layout
9515
9516 \begin_layout Standard
9517
9518 \series bold
9519
9520 \backslash
9521 setcounter{LTchunksize}{100}
9522 \end_layout
9523
9524 \begin_layout Subsection
9525 Gleitobjekte und L
9526 \family sans
9527 ange Tabelle
9528 \family default
9529 n
9530 \begin_inset Index idx
9531 status collapsed
9532
9533 \begin_layout Plain Layout
9534 Tabellen ! lange ! und Gleitobjekte
9535 \end_layout
9536
9537 \end_inset
9538
9539
9540 \end_layout
9541
9542 \begin_layout Standard
9543 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9544 \family sans
9545 lange
9546 \begin_inset space ~
9547 \end_inset
9548
9549 Tabelle
9550 \family default
9551  beginnt, ein Gleitobjekt befindet.
9552  Um das zu vermeiden, können Sie vor der 
9553 \family sans
9554 langen
9555 \begin_inset space ~
9556 \end_inset
9557
9558 Tabellen
9559 \family default
9560  einen manuellen Seitenumbruch
9561 \family sans
9562  Einfügen\SpecialChar \menuseparator
9563 Formatierung\SpecialChar \menuseparator
9564 [Doppel]Seite
9565 \begin_inset space \space{}
9566 \end_inset
9567
9568 leeren
9569 \family default
9570  einfügen, siehe 
9571 \emph on
9572 Benutzerhandbuch
9573 \emph default
9574 .
9575 \end_layout
9576
9577 \begin_layout Subsection
9578 Manuelle Seitenumbrüche
9579 \begin_inset Index idx
9580 status collapsed
9581
9582 \begin_layout Plain Layout
9583 Tabellen ! lange ! manueller Seitenumbruch
9584 \end_layout
9585
9586 \end_inset
9587
9588
9589 \end_layout
9590
9591 \begin_layout Standard
9592 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9593  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9594  der Zelle umbrechen wollen, fügen Sie den Befehl  
9595 \begin_inset Quotes gld
9596 \end_inset
9597
9598
9599 \series bold
9600
9601 \backslash
9602
9603 \backslash
9604
9605 \series default
9606
9607 \begin_inset Quotes grd
9608 \end_inset
9609
9610  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9611  werden kann.
9612  Vor dem 
9613 \begin_inset Quotes gld
9614 \end_inset
9615
9616
9617 \series bold
9618
9619 \backslash
9620
9621 \backslash
9622
9623 \series default
9624
9625 \begin_inset Quotes grd
9626 \end_inset
9627
9628 -Befehl müssen Sie so viele 
9629 \begin_inset Quotes gld
9630 \end_inset
9631
9632
9633 \series bold
9634 &
9635 \series default
9636
9637 \begin_inset Quotes grd
9638 \end_inset
9639
9640  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9641  Mit 
9642 \begin_inset Quotes gld
9643 \end_inset
9644
9645
9646 \series bold
9647 &
9648 \series default
9649
9650 \begin_inset Quotes grd
9651 \end_inset
9652
9653   werden in LaTeX Tabellenzellen getrennt.
9654  Hinter jedes 
9655 \begin_inset Quotes gld
9656 \end_inset
9657
9658
9659 \series bold
9660 &
9661 \series default
9662
9663 \begin_inset Quotes grd
9664 \end_inset
9665
9666  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9667  und löschen den Inhalt dieser Zellen.
9668 \end_layout
9669
9670 \begin_layout Standard
9671 Hinter dem 
9672 \begin_inset Quotes gld
9673 \end_inset
9674
9675
9676 \series bold
9677
9678 \backslash
9679
9680 \backslash
9681
9682 \series default
9683
9684 \begin_inset Quotes grd
9685 \end_inset
9686
9687 -Befehl müssen Sie so viele 
9688 \begin_inset Quotes gld
9689 \end_inset
9690
9691
9692 \series bold
9693 &
9694 \series default
9695
9696 \begin_inset Quotes grd
9697 \end_inset
9698
9699  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9700  In Tabelle
9701 \begin_inset space ~
9702 \end_inset
9703
9704
9705 \begin_inset CommandInset ref
9706 LatexCommand ref
9707 reference "tab:ForcedPagebreak"
9708
9709 \end_inset
9710
9711  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9712  Es folgt noch eine weitere Spalte.
9713  Deshalb wurde hinter dem Wort 
9714 \emph on
9715 Castelchiodato, 
9716 \emph default
9717 folgendes eingefügt:
9718 \end_layout
9719
9720 \begin_layout Standard
9721
9722 \series bold
9723 & 111
9724 \backslash
9725
9726 \backslash
9727  
9728 \backslash
9729 newpage
9730 \begin_inset Newline newline
9731 \end_inset
9732
9733 &
9734 \end_layout
9735
9736 \begin_layout Standard
9737 Die 
9738 \begin_inset Quotes gld
9739 \end_inset
9740
9741 111
9742 \begin_inset Quotes grd
9743 \end_inset
9744
9745  in der dritten Spalte wurde gelöscht.
9746  
9747 \series bold
9748
9749 \backslash
9750 newpage
9751 \series default
9752  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9753  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9754  Wenn die Fußzeile Ihrer 
9755 \family sans
9756 langen
9757 \begin_inset space ~
9758 \end_inset
9759
9760 Tabelle
9761 \family default
9762  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9763  Befehle benutzen:
9764 \end_layout
9765
9766 \begin_layout Standard
9767
9768 \series bold
9769 & 111
9770 \backslash
9771
9772 \backslash
9773
9774 \begin_inset Newline newline
9775 \end_inset
9776
9777
9778 \backslash
9779 hline &
9780 \end_layout
9781
9782 \begin_layout Standard
9783 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9784  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9785 \end_layout
9786
9787 \begin_layout Standard
9788
9789 \series bold
9790
9791 \backslash
9792 setlength{
9793 \backslash
9794 parfillskip}{0pt}
9795 \end_layout
9796
9797 \begin_layout Standard
9798 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9799  erscheint.
9800 \end_layout
9801
9802 \begin_layout Standard
9803 \align center
9804 \begin_inset Tabular
9805 <lyxtabular version="3" rows="38" columns="3">
9806 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9807 <column alignment="left" valignment="top" width="0cm">
9808 <column alignment="left" valignment="top" width="3cm">
9809 <column alignment="right" valignment="top" width="0pt">
9810 <row endfirsthead="true" caption="true">
9811 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815 \begin_inset Caption Standard
9816
9817 \begin_layout Plain Layout
9818 Tabelle mit manuellem Seitenumbruch in einer Zelle
9819 \begin_inset CommandInset label
9820 LatexCommand label
9821 name "tab:ForcedPagebreak"
9822
9823 \end_inset
9824
9825
9826 \begin_inset Argument 1
9827 status collapsed
9828
9829 \begin_layout Plain Layout
9830 Tabelle mit manuellem Seitenumbruch in einer Zelle
9831 \end_layout
9832
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \end_inset
9839
9840
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 </row>
9864 <row endfirsthead="true">
9865 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \series bold
9871 Telefonliste (ignoriere die Namen)
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 </row>
9895 <row endfirsthead="true">
9896 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \series bold
9902 NAME
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920
9921 \series bold
9922 TEL.
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 </row>
9928 <row endhead="true">
9929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933 \begin_inset ERT
9934 status collapsed
9935
9936 \begin_layout Plain Layout
9937
9938
9939 \backslash
9940 caption*{Fortsetzung der Tabelle}
9941 \backslash
9942
9943 \backslash
9944 %
9945 \end_layout
9946
9947 \end_inset
9948
9949
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row endhead="true">
9974 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \series bold
9980 Telefonliste
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row endhead="true">
10005 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \series bold
10011 NAME
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \series bold
10031 TEL.
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row endfoot="true">
10038 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042 wird fortgesetzt\SpecialChar \ldots{}
10043
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 </row>
10067 <row>
10068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \series bold
10074 Annovi
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083 Silvia
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 111
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row>
10099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \series bold
10105 Bertoli
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 Stefano
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 111
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row>
10130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \series bold
10136 Bozzi
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 Walter
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 111
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row>
10161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \series bold
10167 Cachia
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 Maria
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 111
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 </row>
10191 <row>
10192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 Cachia
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 Maurizio
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 111
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 </row>
10222 <row>
10223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \series bold
10229 Cinquemani
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238 Giusi
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 111
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 <row>
10254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258
10259 \series bold
10260 Colin
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Bernard
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 111
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 <row>
10285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289
10290 \series bold
10291 Concli
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 Gianfranco
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 111
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 </row>
10315 <row>
10316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320
10321 \series bold
10322 Dal Bosco
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 Carolina
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 111
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 </row>
10346 <row>
10347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351
10352 \series bold
10353 Dalpiaz
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 Annamaria
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 111
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 </row>
10377 <row>
10378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382
10383 \series bold
10384 Feliciello
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Domenico
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 111
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 </row>
10408 <row>
10409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413
10414 \series bold
10415 Focarelli
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 Paola
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 111
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 <row>
10440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444
10445 \series bold
10446 Galletti
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 Oreste
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 111
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 <row>
10471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475
10476 \series bold
10477 Gasparini
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 Franca
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 111
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 <row>
10502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506
10507 \series bold
10508 Lassini
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 Giancarlo
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 111
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 </row>
10532 <row>
10533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537
10538 \series bold
10539 Malfatti
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 Luciano
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 111
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 <row>
10564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568
10569 \series bold
10570 Malfatti
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 Valeriano
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 111
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 </row>
10594 <row>
10595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599
10600 \series bold
10601 Meneguzzo
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 Roberto
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 111
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 <row>
10626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \series bold
10632 Mezzadra
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 Roberto
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 111
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 </row>
10656 <row>
10657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661
10662 \series bold
10663 Pirpamer
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 Erich
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 111
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 </row>
10687 <row>
10688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692
10693 \series bold
10694 Pochiesa
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 Paolo
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 111, 222
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 </row>
10718 <row>
10719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723
10724 \series bold
10725 Radina
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 Claudio
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 111
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 </row>
10749 <row>
10750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754
10755 \series bold
10756 Rizzardi
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 Paolo, 11.
10766  Fürst von Monte\SpecialChar \-
10767 com\SpecialChar \-
10768 patri, 11.
10769  Fürst von Sulmona und Vivaro, 10.
10770  Fürst von Rossano, 5.
10771  Herzog von Canemorte, 11.
10772  Herzog von Palombara, 5.
10773  Herzog von Castelchiodato,
10774 \begin_inset ERT
10775 status open
10776
10777 \begin_layout Plain Layout
10778
10779 & 111
10780 \backslash
10781
10782 \backslash
10783  
10784 \backslash
10785 newpage
10786 \end_layout
10787
10788 \begin_layout Plain Layout
10789
10790 &
10791 \end_layout
10792
10793 \end_inset
10794
10795  11.
10796  Herzog von Poggionativo, 11.
10797  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10798  Graf von Valinfreda, 11.
10799  Baron von Cropalati, 11.
10800  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 </row>
10815 <row>
10816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820
10821 \series bold
10822 Stuffer
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 Oskar
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 111
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 </row>
10846 <row>
10847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851
10852 \series bold
10853 Tacchelli
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862 Ugo
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 111
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 </row>
10877 <row>
10878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882
10883 \series bold
10884 Tezzele
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 Margit
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 111
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 </row>
10908 <row>
10909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913
10914 \series bold
10915 Unterkalmsteiner
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 Frieda
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 111
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 </row>
10939 <row>
10940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944
10945 \series bold
10946 Vieider
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 Hilde
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 111
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 <row>
10971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \series bold
10977 Vigna
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 Jürgen
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 111
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 <row>
11002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \series bold
11008 Weber
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 Maurizio
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 111
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 </row>
11032 <row>
11033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037
11038 \series bold
11039 Winkler
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 Franz
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 111
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 </row>
11063 </lyxtabular>
11064
11065 \end_inset
11066
11067
11068 \end_layout
11069
11070 \begin_layout Section
11071 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11072 \end_layout
11073
11074 \begin_layout Subsection
11075 Mehrfache Zeilen in Zellen
11076 \begin_inset CommandInset label
11077 LatexCommand label
11078 name "uab:Mehrfache-Zeilen-in"
11079
11080 \end_inset
11081
11082
11083 \begin_inset Index idx
11084 status collapsed
11085
11086 \begin_layout Plain Layout
11087 Mehrfache ! Zeilen in Zellen
11088 \end_layout
11089
11090 \end_inset
11091
11092
11093 \begin_inset Index idx
11094 status collapsed
11095
11096 \begin_layout Plain Layout
11097 Tabellen ! Zeilenumbrüche
11098 \end_layout
11099
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \begin_layout Standard
11106 \noindent
11107 \begin_inset Float table
11108 placement H
11109 wide false
11110 sideways false
11111 status open
11112
11113 \begin_layout Plain Layout
11114 \begin_inset Caption Standard
11115
11116 \begin_layout Plain Layout
11117 \begin_inset CommandInset label
11118 LatexCommand label
11119 name "tab:Table-with-multiple"
11120
11121 \end_inset
11122
11123 Tabelle mit mehrfachen Zeilen in einer Zelle
11124 \end_layout
11125
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \begin_layout Plain Layout
11132 \align center
11133 \begin_inset Tabular
11134 <lyxtabular version="3" rows="3" columns="3">
11135 <features rotate="0" tabularvalignment="middle">
11136 <column alignment="center" valignment="middle" width="2.5cm">
11137 <column alignment="center" valignment="middle" width="0.5cm">
11138 <column alignment="center" valignment="middle" width="0.5cm">
11139 <row>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 zwei
11145 \begin_inset Newline linebreak
11146 \end_inset
11147
11148 Zeilen
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 b
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166 c
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 </row>
11172 <row>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 d
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 e
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 f
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 </row>
11201 <row>
11202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 g
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 h
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 i
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 </lyxtabular>
11231
11232 \end_inset
11233
11234
11235 \end_layout
11236
11237 \end_inset
11238
11239
11240 \end_layout
11241
11242 \begin_layout Standard
11243 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11244  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11245  Tabelle
11246 \begin_inset space ~
11247 \end_inset
11248
11249
11250 \begin_inset CommandInset ref
11251 LatexCommand ref
11252 reference "tab:Table-with-multiple"
11253
11254 \end_inset
11255
11256  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11257 \family sans
11258 Tabellen-Einstellungen
11259 \family default
11260 -Dialog auf 2.5
11261 \begin_inset space \thinspace{}
11262 \end_inset
11263
11264 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11265  Weil unser Text schmaler als 2.5
11266 \begin_inset space \thinspace{}
11267 \end_inset
11268
11269 cm ist, würde er in einer Zeile gedruckt werden.
11270  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11271
11272 \family sans
11273 Strg+Shift+Enter
11274 \family default
11275 ) eingefügt.
11276  Wenn der Text länger ist, wird er automatisch umgebrochen.
11277 \end_layout
11278
11279 \begin_layout Standard
11280 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11281  setzen Sie die Breite der beiden Spalten im 
11282 \family sans
11283 Tabellen-Einstellungen
11284 \family default
11285 -Dialog auf 0.5
11286 \begin_inset space \thinspace{}
11287 \end_inset
11288
11289 cm und die vertikale Ausrichtung auf zentriert.
11290 \end_layout
11291
11292 \begin_layout Standard
11293 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11294  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11295  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11296  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11297  Fügen sie daher 0
11298 \begin_inset space \thinspace{}
11299 \end_inset
11300
11301 pt horizontalen Abstand vor dem Wort ein.
11302  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11303  Tabelle
11304 \begin_inset space ~
11305 \end_inset
11306
11307
11308 \begin_inset CommandInset ref
11309 LatexCommand ref
11310 reference "tab:Table-with-and"
11311
11312 \end_inset
11313
11314  zeigt die Wirkungen.
11315 \end_layout
11316
11317 \begin_layout Standard
11318 \begin_inset Float table
11319 placement h
11320 wide false
11321 sideways false
11322 status open
11323
11324 \begin_layout Plain Layout
11325 \begin_inset Caption Standard
11326
11327 \begin_layout Plain Layout
11328 \begin_inset CommandInset label
11329 LatexCommand label
11330 name "tab:Table-with-and"
11331
11332 \end_inset
11333
11334 Tabelle ohne und mit Silbentrennung
11335 \end_layout
11336
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \begin_layout Plain Layout
11343 \begin_inset space \hfill{}
11344 \end_inset
11345
11346
11347 \begin_inset Tabular
11348 <lyxtabular version="3" rows="3" columns="3">
11349 <features rotate="0" tabularvalignment="middle">
11350 <column alignment="center" valignment="middle" width="2.5cm">
11351 <column alignment="center" valignment="middle" width="0.5cm">
11352 <column alignment="center" valignment="middle" width="0.5cm">
11353 <row>
11354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 einsehrlangesZellenwort
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 b
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 c
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 </row>
11382 <row>
11383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 d
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 e
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 f
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 </row>
11411 <row>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 g
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 h
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 i
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 </row>
11440 </lyxtabular>
11441
11442 \end_inset
11443
11444
11445 \begin_inset space \hfill{}
11446 \end_inset
11447
11448
11449 \begin_inset Tabular
11450 <lyxtabular version="3" rows="3" columns="3">
11451 <features rotate="0" tabularvalignment="middle">
11452 <column alignment="center" valignment="middle" width="2.5cm">
11453 <column alignment="center" valignment="middle" width="0.5cm">
11454 <column alignment="center" valignment="middle" width="0.5cm">
11455 <row>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 \begin_inset space \hspace{}
11461 \length 0pt
11462 \end_inset
11463
11464 einsehrlangesZellenwort
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 b
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 c
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 <row>
11489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 d
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 e
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 f
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 <row>
11518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 g
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 h
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 i
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 </row>
11546 </lyxtabular>
11547
11548 \end_inset
11549
11550
11551 \begin_inset space \hfill{}
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \end_inset
11558
11559
11560 \end_layout
11561
11562 \begin_layout Subsection
11563 Mehrfachspalten
11564 \begin_inset CommandInset label
11565 LatexCommand label
11566 name "uab:Mehrfachspalten"
11567
11568 \end_inset
11569
11570
11571 \begin_inset Index idx
11572 status collapsed
11573
11574 \begin_layout Plain Layout
11575 Mahrfachspalten
11576 \end_layout
11577
11578 \end_inset
11579
11580
11581 \begin_inset Index idx
11582 status collapsed
11583
11584 \begin_layout Plain Layout
11585 Tabellen ! Mahrfachspalten
11586 \end_layout
11587
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \begin_layout Subsubsection
11594 Grundlagen
11595 \end_layout
11596
11597 \begin_layout Standard
11598 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11599  und verwenden dann den Knopf 
11600 \begin_inset Info
11601 type  "icon"
11602 arg   "inset-modify tabular multicolumn"
11603 \end_inset
11604
11605  in der Werkzeugleiste, das Menü 
11606 \family sans
11607 Bearbeiten\SpecialChar \menuseparator
11608 Tabelle\SpecialChar \menuseparator
11609 Mehrfachspalte
11610 \family default
11611 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11612  
11613 \family sans
11614 Mehrfachspalte
11615 \family default
11616 .
11617 \end_layout
11618
11619 \begin_layout Standard
11620 Mehrfachspalten haben ihre eigenen Einstellungen.
11621  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11622  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11623  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11624 \end_layout
11625
11626 \begin_layout Standard
11627 \align center
11628 \begin_inset Tabular
11629 <lyxtabular version="3" rows="3" columns="4">
11630 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11631 <column alignment="center" valignment="top" width="0pt">
11632 <column alignment="center" valignment="middle">
11633 <column alignment="center" valignment="top" width="0in">
11634 <column alignment="center" valignment="top" width="0pt">
11635 <row>
11636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 abc
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649 def ghi
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 jkl
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 </row>
11673 <row>
11674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678
11679 \family roman
11680 \series medium
11681 \shape up
11682 \size normal
11683 \emph off
11684 \bar no
11685 \noun off
11686 \color none
11687 A
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 B
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 C
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 D
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 </row>
11720 <row>
11721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 1
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 2
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 3
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 4
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 </row>
11758 </lyxtabular>
11759
11760 \end_inset
11761
11762
11763 \end_layout
11764
11765 \begin_layout Subsubsection
11766 Mehrfachspalten-Berechnungen
11767 \begin_inset CommandInset label
11768 LatexCommand label
11769 name "uab:Mehrfachspalten-Berechnungen"
11770
11771 \end_inset
11772
11773
11774 \begin_inset Index idx
11775 status collapsed
11776
11777 \begin_layout Plain Layout
11778 Mahrfachspalten ! Berechnung
11779 \end_layout
11780
11781 \end_inset
11782
11783
11784 \begin_inset Index idx
11785 status collapsed
11786
11787 \begin_layout Plain Layout
11788 Tabellen ! Mahrfachspalten ! Berechnung
11789 \end_layout
11790
11791 \end_inset
11792
11793
11794 \end_layout
11795
11796 \begin_layout Standard
11797 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11798  Zellen beachten.
11799 \end_layout
11800
11801 \begin_layout Standard
11802 \begin_inset Float table
11803 placement h
11804 wide false
11805 sideways false
11806 status open
11807
11808 \begin_layout Plain Layout
11809 \begin_inset Caption Standard
11810
11811 \begin_layout Plain Layout
11812 \begin_inset CommandInset label
11813 LatexCommand label
11814 name "tab:Table-with-centered"
11815
11816 \end_inset
11817
11818 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11819  die halbe Breite der Mehrfachspalten-Zelle haben
11820 \begin_inset Argument 1
11821 status collapsed
11822
11823 \begin_layout Plain Layout
11824 Eine Mehrfachspalten-Tabelle
11825 \end_layout
11826
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \begin_layout Plain Layout
11838 \align center
11839 \begin_inset Tabular
11840 <lyxtabular version="3" rows="3" columns="3">
11841 <features rotate="0" tabularvalignment="middle">
11842 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11843 <column alignment="center" valignment="middle">
11844 <column alignment="center" valignment="top">
11845 <row>
11846 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 Dies ist eine Mehrfach\SpecialChar \-
11851 spalten-Zelle
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 c
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 </row>
11875 <row>
11876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11877 \begin_inset Text
11878
11879 \begin_layout Plain Layout
11880 d
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 e
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 f
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 </row>
11904 <row>
11905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11906 \begin_inset Text
11907
11908 \begin_layout Plain Layout
11909 g
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918 h
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 i
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 </row>
11933 </lyxtabular>
11934
11935 \end_inset
11936
11937
11938 \end_layout
11939
11940 \end_inset
11941
11942
11943 \end_layout
11944
11945 \begin_layout Standard
11946 Um Tabelle
11947 \begin_inset space ~
11948 \end_inset
11949
11950
11951 \begin_inset CommandInset ref
11952 LatexCommand ref
11953 reference "tab:Table-with-centered"
11954
11955 \end_inset
11956
11957  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11958  3×3-Tabelle, kreuzen im 
11959 \family sans
11960 Tabellen-Einstellungen
11961 \family default
11962 -Dialog 
11963 \family sans
11964 Mehrfachspalte
11965 \family default
11966  an, setzen die 
11967 \family sans
11968 Horizontale
11969 \begin_inset space ~
11970 \end_inset
11971
11972 Ausrichtung
11973 \family default
11974  auf 
11975 \family sans
11976 Zentriert
11977 \family default
11978  und die 
11979 \family sans
11980 Breite
11981 \family default
11982  auf 2.5
11983 \begin_inset space \thinspace{}
11984 \end_inset
11985
11986 cm.
11987  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11988  Sie die Breite der ersten Spalte auf 1.25
11989 \begin_inset space \thinspace{}
11990 \end_inset
11991
11992 cm setzen.
11993  Die zweite Spalte wird dann automatisch 1.25
11994 \begin_inset space \thinspace{}
11995 \end_inset
11996
11997 cm breit (Breite der 
11998 \family sans
11999 Mehrfachspalte
12000 \family default
12001  
12002 \begin_inset Formula $-$
12003 \end_inset
12004
12005  Breite der ersten Spalte).
12006  Dies wurde so für Tabelle
12007 \begin_inset space ~
12008 \end_inset
12009
12010
12011 \begin_inset CommandInset ref
12012 LatexCommand ref
12013 reference "tab:Table-without-half"
12014
12015 \end_inset
12016
12017  gemacht.
12018 \end_layout
12019
12020 \begin_layout Standard
12021 \begin_inset Float table
12022 wide false
12023 sideways false
12024 status open
12025
12026 \begin_layout Plain Layout
12027 \begin_inset Caption Standard
12028
12029 \begin_layout Plain Layout
12030 \begin_inset CommandInset label
12031 LatexCommand label
12032 name "tab:Table-without-half"
12033
12034 \end_inset
12035
12036 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12037  wie die Mehrfachspalte
12038 \begin_inset Argument 1
12039 status collapsed
12040
12041 \begin_layout Plain Layout
12042 Eine unvollkommene Mehrfachspalten-Tabelle
12043 \end_layout
12044
12045 \end_inset
12046
12047
12048 \end_layout
12049
12050 \end_inset
12051
12052
12053 \end_layout
12054
12055 \begin_layout Plain Layout
12056 \align center
12057 \begin_inset Tabular
12058 <lyxtabular version="3" rows="3" columns="3">
12059 <features rotate="0" tabularvalignment="middle">
12060 <column alignment="center" valignment="top" width="1.25cm">
12061 <column alignment="center" valignment="top">
12062 <column alignment="center" valignment="top">
12063 <row>
12064 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 Dies ist auch eine Mehr\SpecialChar \-
12069 fach\SpecialChar \-
12070 spalten-Zelle
12071 \end_layout
12072
12073 \end_inset
12074 </cell>
12075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088 c
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 </row>
12094 <row>
12095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 d
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108 e
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 f
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 </row>
12123 <row>
12124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12125 \begin_inset Text
12126
12127 \begin_layout Plain Layout
12128 g
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137 h
12138 \end_layout
12139
12140 \end_inset
12141 </cell>
12142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 i
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 </row>
12152 </lyxtabular>
12153
12154 \end_inset
12155
12156
12157 \end_layout
12158
12159 \end_inset
12160
12161
12162 \end_layout
12163
12164 \begin_layout Standard
12165 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12166  als die zweite ist.
12167  Das liegt daran, dass die Zellenbreite 
12168 \begin_inset Formula $W_{\mathrm{tot}}$
12169 \end_inset
12170
12171  nicht ihre definierte Breite 
12172 \begin_inset Formula $W_{g}$
12173 \end_inset
12174
12175  ist, sondern ein wenig mehr.
12176  Anhang
12177 \begin_inset space ~
12178 \end_inset
12179
12180
12181 \begin_inset CommandInset ref
12182 LatexCommand ref
12183 reference "kap:Erläuterung-einer-Gleichung"
12184
12185 \end_inset
12186
12187  erklärt das genauer.
12188 \end_layout
12189
12190 \begin_layout Standard
12191 Wenn 
12192 \emph on
12193 n
12194 \emph default
12195  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12196  die definierte Breite 
12197 \begin_inset Formula $W_{g\, n}$
12198 \end_inset
12199
12200  einer Spalte, deren totale Breite = 
12201 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12202 \end_inset
12203
12204  sein soll, wie folgt:
12205 \begin_inset Formula 
12206 \begin{equation}
12207 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12208 \end{equation}
12209
12210 \end_inset
12211
12212
12213 \end_layout
12214
12215 \begin_layout Standard
12216 In unserem Falls ist 
12217 \begin_inset Formula $n=2$
12218 \end_inset
12219
12220
12221 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12222 \end_inset
12223
12224 cm, und damit wird aus Gleichung
12225 \begin_inset space ~
12226 \end_inset
12227
12228
12229 \begin_inset CommandInset ref
12230 LatexCommand ref
12231 reference "eq:Wgn"
12232
12233 \end_inset
12234
12235  
12236 \begin_inset Formula 
12237 \begin{equation}
12238 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12239 \end{equation}
12240
12241 \end_inset
12242
12243
12244 \end_layout
12245
12246 \begin_layout Standard
12247 Damit LaTeX rechnen kann, muss das Paket 
12248 \series bold
12249 calc
12250 \series default
12251  im Vorspann geladen werden.
12252 \begin_inset Index idx
12253 status collapsed
12254
12255 \begin_layout Plain Layout
12256 LaTeX-Pakete ! calc
12257 \end_layout
12258
12259 \end_inset
12260
12261
12262 \end_layout
12263
12264 \begin_layout Standard
12265
12266 \series bold
12267
12268 \backslash
12269 usepackage{calc}
12270 \end_layout
12271
12272 \begin_layout Standard
12273 LyX erlaubt im 
12274 \family sans
12275 Breite
12276 \family default
12277 -Feld des 
12278 \family sans
12279 Tabellen-Einstellungen
12280 \family default
12281 -Dialogs keine Berechnungen.
12282  Deshalb müssen Sie die Formel für die Breite im Feld 
12283 \family sans
12284 LaTe
12285 \begin_inset ERT
12286 status collapsed
12287
12288 \begin_layout Plain Layout
12289
12290 {}
12291 \end_layout
12292
12293 \end_inset
12294
12295 X-Argument
12296 \family default
12297  eingeben.
12298  Hier iss ein Überblick über die Argumente:
12299 \end_layout
12300
12301 \begin_layout Itemize
12302
12303 \series bold
12304 p{Breite}
12305 \series default
12306  die Zelle bekommt eine feste 
12307 \series bold
12308 Breite
12309 \series default
12310 , und die vertikale Ausrichtung ist 
12311 \family sans
12312 Oben
12313 \end_layout
12314
12315 \begin_layout Itemize
12316
12317 \series bold
12318 m{Breite}
12319 \series default
12320  die Zelle bekommt eine feste 
12321 \series bold
12322 Breite
12323 \series default
12324 , und die vertikale Ausrichtung ist 
12325 \family sans
12326 Mitte
12327 \end_layout
12328
12329 \begin_layout Itemize
12330
12331 \series bold
12332 b{Breite}
12333 \series default
12334  die Zelle bekommt eine feste 
12335 \series bold
12336 Breite
12337 \series default
12338 , und die vertikale Ausrichtung ist 
12339 \family sans
12340 Unten
12341 \end_layout
12342
12343 \begin_layout Standard
12344 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12345  für diese Zelle überschrieben.
12346 \end_layout
12347
12348 \begin_layout Standard
12349 \begin_inset Note Greyedout
12350 status open
12351
12352 \begin_layout Plain Layout
12353
12354 \series bold
12355 Bemerkung:
12356 \series default
12357  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12358  angezeigt.
12359 \end_layout
12360
12361 \end_inset
12362
12363
12364 \end_layout
12365
12366 \begin_layout Standard
12367 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12368  der Zelle mit dem Inhalt 
12369 \begin_inset Quotes gld
12370 \end_inset
12371
12372 d
12373 \begin_inset Quotes grd
12374 \end_inset
12375
12376  der Tabelle
12377 \begin_inset space ~
12378 \end_inset
12379
12380
12381 \begin_inset CommandInset ref
12382 LatexCommand ref
12383 reference "tab:Table-with-centered"
12384
12385 \end_inset
12386
12387  auch noch der Befehl
12388 \family typewriter
12389 \series bold
12390  
12391 \family default
12392
12393 \backslash
12394 centering
12395 \series default
12396  hinzugefügt.
12397  Das Ganze sieht dann so aus:
12398 \end_layout
12399
12400 \begin_layout Standard
12401
12402 \series bold
12403 |>{
12404 \backslash
12405 centering}m{1.25cm-6.2pt}
12406 \end_layout
12407
12408 \begin_layout Standard
12409 Der vertikale Strich 
12410 \series bold
12411
12412 \begin_inset Quotes gld
12413 \end_inset
12414
12415 |
12416 \series default
12417
12418 \begin_inset Quotes grd
12419 \end_inset
12420
12421  am Anfang zeichnet die linke Linie, und der Befehl 
12422 \series bold
12423
12424 \begin_inset Quotes gld
12425 \end_inset
12426
12427 >{ }
12428 \begin_inset Quotes grd
12429 \end_inset
12430
12431
12432 \series default
12433  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12434  der Zelle benutzt werden sollen.
12435 \end_layout
12436
12437 \begin_layout Standard
12438 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12439  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12440  für einzelne Spalten anwendet.
12441  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12442  werden:
12443 \end_layout
12444
12445 \begin_layout Standard
12446
12447 \series bold
12448 |>{
12449 \backslash
12450 centering}m{2.5cm}|
12451 \end_layout
12452
12453 \begin_layout Subsection
12454 Mehrfachzeilen
12455 \begin_inset CommandInset label
12456 LatexCommand label
12457 name "uab:Mehrfachzeilen"
12458
12459 \end_inset
12460
12461
12462 \begin_inset Index idx
12463 status collapsed
12464
12465 \begin_layout Plain Layout
12466 Mehrfachzeilen
12467 \end_layout
12468
12469 \end_inset
12470
12471
12472 \begin_inset Index idx
12473 status collapsed
12474
12475 \begin_layout Plain Layout
12476 Tabellen ! Mehrfachzeilen
12477 \end_layout
12478
12479 \end_inset
12480
12481
12482 \end_layout
12483
12484 \begin_layout Standard
12485 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12486  und verwenden dann den Knopf 
12487 \begin_inset Info
12488 type  "icon"
12489 arg   "inset-modify tabular multirow"
12490 \end_inset
12491
12492  in der Werkzeugleiste, das Menü 
12493 \family sans
12494 Bearbeiten\SpecialChar \menuseparator
12495 Tabelle\SpecialChar \menuseparator
12496 Mehrfachzeile
12497 \family default
12498 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12499  
12500 \family sans
12501 Mehrfachzeile
12502 \family default
12503 .
12504 \end_layout
12505
12506 \begin_layout Standard
12507 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12508 \end_layout
12509
12510 \begin_layout Standard
12511 \align center
12512 \begin_inset Tabular
12513 <lyxtabular version="3" rows="3" columns="3">
12514 <features rotate="0" tabularvalignment="middle">
12515 <column alignment="center" valignment="top" width="0pt">
12516 <column alignment="center" valignment="top">
12517 <column alignment="center" valignment="top">
12518 <row>
12519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 ein langer Eintrag
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 b
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 c
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 </row>
12547 <row>
12548 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 Mehrfachzeile
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 e
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Plain Layout
12570 f
12571 \end_layout
12572
12573 \end_inset
12574 </cell>
12575 </row>
12576 <row>
12577 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Plain Layout
12581
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 h
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599 i
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 </row>
12605 </lyxtabular>
12606
12607 \end_inset
12608
12609
12610 \end_layout
12611
12612 \begin_layout Standard
12613 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12614  Spalte festgelegt.
12615  Der 
12616 \family sans
12617 Vertikale Versatz
12618 \family default
12619  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12620  positiv/negativ ist.
12621 \end_layout
12622
12623 \begin_layout Standard
12624 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12625  die Mehrfachzeile die Ausrichtung der Spalte.
12626  Ansonsten ist sie standardmäßig links ausgerichtet.
12627  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12628 \series bold
12629
12630 \backslash
12631 multirowsetup
12632 \series default
12633  mit dem Befehl
12634 \end_layout
12635
12636 \begin_layout Standard
12637
12638 \series bold
12639
12640 \backslash
12641 renewcommand{
12642 \backslash
12643 multirowsetup}{
12644 \backslash
12645 centering}
12646 \end_layout
12647
12648 \begin_layout Standard
12649 im LaTeX-Vorspann.
12650  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12651  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12652  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12653  erneuert werden.
12654  Für rechtsbündigen Text ersetzt man 
12655 \series bold
12656
12657 \backslash
12658 centering
12659 \series default
12660  durch 
12661 \series bold
12662
12663 \backslash
12664 raggedleft
12665 \series default
12666 .
12667  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12668 \series bold
12669
12670 \backslash
12671 raggedright
12672 \series default
12673  verwendet.
12674 \end_layout
12675
12676 \begin_layout Standard
12677 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12678  die -4
12679 \begin_inset space \thinspace{}
12680 \end_inset
12681
12682 mm vertikalen Versatz hat und sich in einer 3
12683 \begin_inset space \thinspace{}
12684 \end_inset
12685
12686 cm breiten Spalte befindet:
12687 \end_layout
12688
12689 \begin_layout Standard
12690 \noindent
12691 \align center
12692 \begin_inset ERT
12693 status collapsed
12694
12695 \begin_layout Plain Layout
12696
12697
12698 \backslash
12699 renewcommand{
12700 \backslash
12701 multirowsetup}{
12702 \backslash
12703 raggedleft}
12704 \end_layout
12705
12706 \end_inset
12707
12708
12709 \begin_inset Tabular
12710 <lyxtabular version="3" rows="4" columns="3">
12711 <features rotate="0" tabularvalignment="middle">
12712 <column alignment="center" valignment="top" width="3cm">
12713 <column alignment="center" valignment="top">
12714 <column alignment="center" valignment="top">
12715 <row>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 ein langer Eintrag
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 b
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738 c
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 </row>
12744 <row>
12745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 t
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 n
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767 m
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 </row>
12773 <row>
12774 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 Mehrfachzeile
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 e
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 f
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 </row>
12802 <row>
12803 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 h
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 i
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 </row>
12831 </lyxtabular>
12832
12833 \end_inset
12834
12835
12836 \begin_inset ERT
12837 status collapsed
12838
12839 \begin_layout Plain Layout
12840
12841
12842 \backslash
12843 renewcommand{
12844 \backslash
12845 multirowsetup}{
12846 \backslash
12847 raggedright}
12848 \end_layout
12849
12850 \end_inset
12851
12852
12853 \end_layout
12854
12855 \begin_layout Standard
12856 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12857  (Tastenkürzel 
12858 \family sans
12859 Strg+Enter
12860 \family default
12861 ) verwenden.
12862  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12863 \end_layout
12864
12865 \begin_layout Standard
12866 \noindent
12867 \align center
12868 \begin_inset Tabular
12869 <lyxtabular version="3" rows="3" columns="2">
12870 <features rotate="0" tabularvalignment="middle">
12871 <column alignment="left" valignment="middle" width="2cm">
12872 <column alignment="center" valignment="top">
12873 <row>
12874 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 aaa
12879 \begin_inset Newline newline
12880 \end_inset
12881
12882 aaa
12883 \begin_inset Newline newline
12884 \end_inset
12885
12886 falsche Zelle
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 ccc
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 </row>
12901 <row>
12902 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 ddd
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 </row>
12921 <row>
12922 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 bbb
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 eee
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 </row>
12941 </lyxtabular>
12942
12943 \end_inset
12944
12945
12946 \end_layout
12947
12948 \begin_layout Standard
12949 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12950 \end_layout
12951
12952 \begin_layout Subsection
12953 Zellen mit diagonalen Linien
12954 \end_layout
12955
12956 \begin_layout Standard
12957 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
12958  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
12959  oder zwei diagonalen Linien zu teilen.
12960  Dies kann erreicht werden, indem man das LaTeX-Paket 
12961 \series bold
12962 diagbox
12963 \series default
12964
12965 \begin_inset Index idx
12966 status collapsed
12967
12968 \begin_layout Plain Layout
12969 LaTeX-Pakete ! diagbox
12970 \end_layout
12971
12972 \end_inset
12973
12974  im LaTeX-Vorspann lädt.
12975  Das Paket stellt den Befehl 
12976 \series bold
12977
12978 \backslash
12979 diagbox
12980 \series default
12981  zur Verfügung, der als TeX-Code eingefügt wird und 2 oder 3
12982 \begin_inset space ~
12983 \end_inset
12984
12985 Argumente hat:
12986 \end_layout
12987
12988 \begin_layout Standard
12989
12990 \series bold
12991
12992 \backslash
12993 diagbox[Optionen]{links unten}{rechts oben}
12994 \end_layout
12995
12996 \begin_layout Standard
12997
12998 \series bold
12999
13000 \backslash
13001 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13002 \end_layout
13003
13004 \begin_layout Standard
13005 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13006  die Argumente werden unter und über diese Linie platziert.
13007  Das zweite Schema teilt die Zelle mit 2
13008 \begin_inset space ~
13009 \end_inset
13010
13011 Linien.
13012 \end_layout
13013
13014 \begin_layout Standard
13015 \begin_inset ERT
13016 status collapsed
13017
13018 \begin_layout Plain Layout
13019
13020
13021 \backslash
13022 ifdiagbox
13023 \end_layout
13024
13025 \end_inset
13026
13027
13028 \begin_inset Note Note
13029 status open
13030
13031 \begin_layout Plain Layout
13032 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
13033 \series bold
13034 diagbox
13035 \series default
13036  installiert ist.
13037 \end_layout
13038
13039 \end_inset
13040
13041
13042 \end_layout
13043
13044 \begin_layout Standard
13045 Hier ist eine Beispieltabelle in der 
13046 \series bold
13047
13048 \backslash
13049 diagbox 
13050 \series default
13051 im 2-Argument Schema in der ersten Zelle verwendet wird:
13052 \begin_inset VSpace medskip
13053 \end_inset
13054
13055
13056 \end_layout
13057
13058 \begin_layout Standard
13059 \noindent
13060 \begin_inset Tabular
13061 <lyxtabular version="3" rows="4" columns="4">
13062 <features rotate="0" tabularvalignment="middle">
13063 <column alignment="center" valignment="top">
13064 <column alignment="center" valignment="top">
13065 <column alignment="center" valignment="top">
13066 <column alignment="center" valignment="top">
13067 <row>
13068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 \begin_inset ERT
13073 status collapsed
13074
13075 \begin_layout Plain Layout
13076
13077
13078 \backslash
13079 diagbox{
13080 \end_layout
13081
13082 \end_inset
13083
13084 Name
13085 \begin_inset ERT
13086 status collapsed
13087
13088 \begin_layout Plain Layout
13089
13090 }{
13091 \end_layout
13092
13093 \end_inset
13094
13095 Parameter
13096 \begin_inset ERT
13097 status collapsed
13098
13099 \begin_layout Plain Layout
13100
13101 }
13102 \end_layout
13103
13104 \end_inset
13105
13106
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 Dicke in nm
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 Transparenz in %
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133 Härte in MPa
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 </row>
13139 <row>
13140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 Perfekt Grün
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153 45
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 80
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 504
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 </row>
13177 <row>
13178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 Dunkel Multi-P
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 60
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 72
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13206 \begin_inset Text
13207
13208 \begin_layout Plain Layout
13209 982
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 </row>
13215 <row>
13216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 Kristallklar Pro
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 18
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 86
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247 374
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 </row>
13253 </lyxtabular>
13254
13255 \end_inset
13256
13257
13258 \begin_inset VSpace medskip
13259 \end_inset
13260
13261
13262 \end_layout
13263
13264 \begin_layout Standard
13265 \begin_inset Newpage newpage
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \begin_layout Standard
13272 Das 3-Argument Schema ist z.
13273 \begin_inset space \thinspace{}
13274 \end_inset
13275
13276 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13277 \end_layout
13278
13279 \begin_layout Standard
13280 \noindent
13281 \align center
13282 \begin_inset Tabular
13283 <lyxtabular version="3" rows="4" columns="4">
13284 <features rotate="0" tabularvalignment="middle">
13285 <column alignment="center" valignment="top" width="0pt">
13286 <column alignment="center" valignment="top">
13287 <column alignment="center" valignment="top">
13288 <column alignment="center" valignment="top">
13289 <row>
13290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 \begin_inset ERT
13295 status collapsed
13296
13297 \begin_layout Plain Layout
13298
13299
13300 \backslash
13301 diagbox{
13302 \end_layout
13303
13304 \end_inset
13305
13306 Heim
13307 \begin_inset ERT
13308 status collapsed
13309
13310 \begin_layout Plain Layout
13311
13312 }{
13313 \end_layout
13314
13315 \end_inset
13316
13317 Ergebnis
13318 \begin_inset ERT
13319 status collapsed
13320
13321 \begin_layout Plain Layout
13322
13323 }{
13324 \end_layout
13325
13326 \end_inset
13327
13328 Auswärts
13329 \begin_inset ERT
13330 status collapsed
13331
13332 \begin_layout Plain Layout
13333
13334 }
13335 \end_layout
13336
13337 \end_inset
13338
13339
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 Tiger
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357 Panther
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366 Falken
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 </row>
13372 <row>
13373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 Tiger
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13383 \begin_inset Text
13384
13385 \begin_layout Plain Layout
13386 ---
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Plain Layout
13395 1:3
13396 \end_layout
13397
13398 \end_inset
13399 </cell>
13400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13401 \begin_inset Text
13402
13403 \begin_layout Plain Layout
13404 0:1
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 </row>
13410 <row>
13411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 Panther
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 3:1
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 ---
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 0:0
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 </row>
13448 <row>
13449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 Falken
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462 1:0
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471 0:0
13472 \end_layout
13473
13474 \end_inset
13475 </cell>
13476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Plain Layout
13480 ---
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 </row>
13486 </lyxtabular>
13487
13488 \end_inset
13489
13490
13491 \end_layout
13492
13493 \begin_layout Standard
13494 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13495  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13496 \end_layout
13497
13498 \begin_layout Standard
13499 \noindent
13500 \align center
13501 \begin_inset Tabular
13502 <lyxtabular version="3" rows="5" columns="5">
13503 <features rotate="0" tabularvalignment="middle">
13504 <column alignment="center" valignment="top" width="0pt">
13505 <column alignment="center" valignment="top">
13506 <column alignment="center" valignment="top">
13507 <column alignment="center" valignment="top">
13508 <column alignment="center" valignment="top">
13509 <row>
13510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514 \begin_inset ERT
13515 status open
13516
13517 \begin_layout Plain Layout
13518
13519
13520 \backslash
13521 diagbox{
13522 \end_layout
13523
13524 \end_inset
13525
13526 Heim
13527 \begin_inset ERT
13528 status collapsed
13529
13530 \begin_layout Plain Layout
13531
13532 }{
13533 \end_layout
13534
13535 \end_inset
13536
13537 Ergebnis
13538 \begin_inset ERT
13539 status collapsed
13540
13541 \begin_layout Plain Layout
13542
13543 }{
13544 \end_layout
13545
13546 \end_inset
13547
13548 Auswärts
13549 \begin_inset ERT
13550 status collapsed
13551
13552 \begin_layout Plain Layout
13553
13554 }
13555 \end_layout
13556
13557 \end_inset
13558
13559
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 Tiger
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 Panther
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586 Falken
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 \begin_inset ERT
13596 status open
13597
13598 \begin_layout Plain Layout
13599
13600
13601 \backslash
13602 diagbox[dir=NE]{
13603 \end_layout
13604
13605 \end_inset
13606
13607 Heim
13608 \begin_inset ERT
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612
13613 }{
13614 \end_layout
13615
13616 \end_inset
13617
13618 Ergebnis
13619 \begin_inset ERT
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623
13624 }{
13625 \end_layout
13626
13627 \end_inset
13628
13629 Auswärts
13630 \begin_inset ERT
13631 status collapsed
13632
13633 \begin_layout Plain Layout
13634
13635 }
13636 \end_layout
13637
13638 \end_inset
13639
13640
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 </row>
13646 <row>
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 Tiger
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 ---
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 1:3
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 0:1
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 Tiger
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 </row>
13693 <row>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698 Panther
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 3:1
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 ---
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 0:0
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 Panther
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 </row>
13740 <row>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 Falken
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 1:0
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 0:0
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 ---
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 Falken
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 </row>
13787 <row>
13788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792 \begin_inset ERT
13793 status open
13794
13795 \begin_layout Plain Layout
13796
13797
13798 \backslash
13799 diagbox[dir=SW]{
13800 \end_layout
13801
13802 \end_inset
13803
13804 Heim
13805 \begin_inset ERT
13806 status collapsed
13807
13808 \begin_layout Plain Layout
13809
13810 }{
13811 \end_layout
13812
13813 \end_inset
13814
13815 Ergebnis
13816 \begin_inset ERT
13817 status collapsed
13818
13819 \begin_layout Plain Layout
13820
13821 }{
13822 \end_layout
13823
13824 \end_inset
13825
13826 Auswärts
13827 \begin_inset ERT
13828 status collapsed
13829
13830 \begin_layout Plain Layout
13831
13832 }
13833 \end_layout
13834
13835 \end_inset
13836
13837
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 Tiger
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 Panther
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864 Falken
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873 \begin_inset ERT
13874 status open
13875
13876 \begin_layout Plain Layout
13877
13878
13879 \backslash
13880 diagbox[dir=SE]{
13881 \end_layout
13882
13883 \end_inset
13884
13885 Heim
13886 \begin_inset ERT
13887 status collapsed
13888
13889 \begin_layout Plain Layout
13890
13891 }{
13892 \end_layout
13893
13894 \end_inset
13895
13896 Ergebnis
13897 \begin_inset ERT
13898 status collapsed
13899
13900 \begin_layout Plain Layout
13901
13902 }{
13903 \end_layout
13904
13905 \end_inset
13906
13907 Auswärts
13908 \begin_inset ERT
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912
13913 }
13914 \end_layout
13915
13916 \end_inset
13917
13918
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 </row>
13924 </lyxtabular>
13925
13926 \end_inset
13927
13928
13929 \end_layout
13930
13931 \begin_layout Standard
13932 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13933 \series bold
13934 dir=Richtung
13935 \series default
13936  verwendet.
13937  
13938 \emph on
13939 Richtung
13940 \emph default
13941  ist entweder 
13942 \series bold
13943 NE
13944 \series default
13945
13946 \series bold
13947 DE
13948 \series default
13949
13950 \series bold
13951 SW
13952 \series default
13953  oder 
13954 \series bold
13955 NW
13956 \series default
13957  und stellt eine Himmelsrichtung dar.
13958  
13959 \series bold
13960 SW
13961 \series default
13962  ist z.
13963 \begin_inset space \thinspace{}
13964 \end_inset
13965
13966 B.
13967  die Südwestecke.
13968  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
13969 \end_layout
13970
13971 \begin_layout Standard
13972
13973 \series bold
13974
13975 \backslash
13976 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
13977 \end_layout
13978
13979 \begin_layout Standard
13980 verwendet.
13981  Wenn keine Richtung angegeben ist, wird NW verwendet.
13982 \end_layout
13983
13984 \begin_layout Standard
13985 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
13986  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
13987 e ist, ragt der Inhalt über die Zelle hinaus:
13988 \end_layout
13989
13990 \begin_layout Standard
13991 \noindent
13992 \align center
13993 \begin_inset Tabular
13994 <lyxtabular version="3" rows="2" columns="2">
13995 <features rotate="0" tabularvalignment="middle">
13996 <column alignment="center" valignment="top" width="3cm">
13997 <column alignment="center" valignment="top">
13998 <row>
13999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003 \begin_inset ERT
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007
14008
14009 \backslash
14010 diagbox{
14011 \end_layout
14012
14013 \end_inset
14014
14015 Name
14016 \begin_inset ERT
14017 status collapsed
14018
14019 \begin_layout Plain Layout
14020
14021 }{
14022 \end_layout
14023
14024 \end_inset
14025
14026 Parameter
14027 \begin_inset ERT
14028 status collapsed
14029
14030 \begin_layout Plain Layout
14031
14032 }
14033 \end_layout
14034
14035 \end_inset
14036
14037
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14043 \begin_inset Text
14044
14045 \begin_layout Plain Layout
14046 Dicke in nm
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 </row>
14052 <row>
14053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 Perfekt Grün
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 45
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 </row>
14072 </lyxtabular>
14073
14074 \end_inset
14075
14076
14077 \end_layout
14078
14079 \begin_layout Standard
14080 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14081  verwendet man die Befehlsoption 
14082 \series bold
14083 width=3cm
14084 \series default
14085  (ersetzen Sie '3cm' durch die benötigte Breite).
14086  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14087 \begin_inset space \thinspace{}
14088 \end_inset
14089
14090 cm gesetzt.
14091  Für 
14092 \series bold
14093
14094 \backslash
14095 diagbox
14096 \series default
14097  wird eine Breite von 4
14098 \begin_inset space \thinspace{}
14099 \end_inset
14100
14101 cm + 2
14102 \begin_inset space \thinspace{}
14103 \end_inset
14104
14105
14106 \backslash
14107 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14108  diesem Fall 4
14109 \begin_inset space \thinspace{}
14110 \end_inset
14111
14112 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14113  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14114 \series bold
14115
14116 \backslash
14117 diagbox
14118 \series default
14119  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14120  später verwenden kann.
14121  Dies wird mit den TeX-Code Befehlen
14122 \end_layout
14123
14124 \begin_layout Standard
14125
14126 \series bold
14127
14128 \backslash
14129 newlength{
14130 \backslash
14131 diagtest}
14132 \begin_inset Newline newline
14133 \end_inset
14134
14135
14136 \backslash
14137 setlength{
14138 \backslash
14139 diagtest}{4cm+2
14140 \backslash
14141 tabcolsep}
14142 \end_layout
14143
14144 \begin_layout Standard
14145 erreicht.
14146 \end_layout
14147
14148 \begin_layout Standard
14149 \begin_inset ERT
14150 status collapsed
14151
14152 \begin_layout Plain Layout
14153
14154
14155 \backslash
14156 newlength{
14157 \backslash
14158 diagtest}
14159 \end_layout
14160
14161 \begin_layout Plain Layout
14162
14163
14164 \backslash
14165 setlength{
14166 \backslash
14167 diagtest}{4cm+2
14168 \backslash
14169 tabcolsep}
14170 \end_layout
14171
14172 \end_inset
14173
14174
14175 \end_layout
14176
14177 \begin_layout Standard
14178 Um Berechnungen in LaTeX zu aktivieren, muss das Paket 
14179 \series bold
14180 calc
14181 \series default
14182
14183 \begin_inset Index idx
14184 status collapsed
14185
14186 \begin_layout Plain Layout
14187 LaTeX-Pakete ! calc
14188 \end_layout
14189
14190 \end_inset
14191
14192  im LaTeX-Vorspann geladen werden.
14193 \end_layout
14194
14195 \begin_layout Standard
14196 In der Tabelle kann man nun den Befehl
14197 \end_layout
14198
14199 \begin_layout Standard
14200
14201 \series bold
14202
14203 \backslash
14204 diagbox[width=
14205 \backslash
14206 diagtest]{A}{B}
14207 \end_layout
14208
14209 \begin_layout Standard
14210 in der ersten Zelle verwenden:
14211 \end_layout
14212
14213 \begin_layout Standard
14214 \noindent
14215 \align center
14216 \begin_inset Tabular
14217 <lyxtabular version="3" rows="2" columns="2">
14218 <features rotate="0" tabularvalignment="middle">
14219 <column alignment="center" valignment="top" width="4cm">
14220 <column alignment="center" valignment="top">
14221 <row>
14222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 \begin_inset ERT
14227 status open
14228
14229 \begin_layout Plain Layout
14230
14231
14232 \backslash
14233 diagbox[width=
14234 \backslash
14235 diagtest]{
14236 \end_layout
14237
14238 \end_inset
14239
14240 A
14241 \begin_inset ERT
14242 status collapsed
14243
14244 \begin_layout Plain Layout
14245
14246 }{
14247 \end_layout
14248
14249 \end_inset
14250
14251 B
14252 \begin_inset ERT
14253 status collapsed
14254
14255 \begin_layout Plain Layout
14256
14257 }
14258 \end_layout
14259
14260 \end_inset
14261
14262
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14268 \begin_inset Text
14269
14270 \begin_layout Plain Layout
14271 Dicke in nm
14272 \end_layout
14273
14274 \end_inset
14275 </cell>
14276 </row>
14277 <row>
14278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282 Perfekt Grün
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 45
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 </row>
14297 </lyxtabular>
14298
14299 \end_inset
14300
14301
14302 \end_layout
14303
14304 \begin_layout Standard
14305 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14306  muss.
14307  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14308  wie in in dieser Tabelle:
14309 \end_layout
14310
14311 \begin_layout Standard
14312 \noindent
14313 \align center
14314 \begin_inset Tabular
14315 <lyxtabular version="3" rows="2" columns="2">
14316 <features rotate="0" tabularvalignment="middle">
14317 <column alignment="center" valignment="top" width="0pt">
14318 <column alignment="center" valignment="top">
14319 <row>
14320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Plain Layout
14324 \begin_inset ERT
14325 status collapsed
14326
14327 \begin_layout Plain Layout
14328
14329
14330 \backslash
14331 diagbox{
14332 \end_layout
14333
14334 \end_inset
14335
14336 A
14337 \begin_inset ERT
14338 status collapsed
14339
14340 \begin_layout Plain Layout
14341
14342 }{
14343 \end_layout
14344
14345 \end_inset
14346
14347 B
14348 \begin_inset ERT
14349 status collapsed
14350
14351 \begin_layout Plain Layout
14352
14353 }
14354 \end_layout
14355
14356 \end_inset
14357
14358
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367 Dicke in nm
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 </row>
14373 <row>
14374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378 Perfekt Grün
14379 \end_layout
14380
14381 \end_inset
14382 </cell>
14383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14384 \begin_inset Text
14385
14386 \begin_layout Plain Layout
14387 45
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 </row>
14393 </lyxtabular>
14394
14395 \end_inset
14396
14397
14398 \end_layout
14399
14400 \begin_layout Standard
14401 Verwenden Sie in diesem Fall die Option 
14402 \series bold
14403 width
14404 \series default
14405  des Befehls 
14406 \series bold
14407
14408 \backslash
14409 diagbox
14410 \series default
14411 .
14412  Es ist dabei nicht notwendig, 2
14413 \backslash
14414 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14415  ist.
14416  In dieser Tabelle wird eine Breite von 3
14417 \begin_inset space \thinspace{}
14418 \end_inset
14419
14420 cm verwendet:
14421 \end_layout
14422
14423 \begin_layout Standard
14424 \noindent
14425 \align center
14426 \begin_inset Tabular
14427 <lyxtabular version="3" rows="2" columns="2">
14428 <features rotate="0" tabularvalignment="middle">
14429 <column alignment="center" valignment="top" width="0pt">
14430 <column alignment="center" valignment="top">
14431 <row>
14432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436 \begin_inset ERT
14437 status open
14438
14439 \begin_layout Plain Layout
14440
14441
14442 \backslash
14443 diagbox[width=3cm]{
14444 \end_layout
14445
14446 \end_inset
14447
14448 A
14449 \begin_inset ERT
14450 status collapsed
14451
14452 \begin_layout Plain Layout
14453
14454 }{
14455 \end_layout
14456
14457 \end_inset
14458
14459 B
14460 \begin_inset ERT
14461 status collapsed
14462
14463 \begin_layout Plain Layout
14464
14465 }
14466 \end_layout
14467
14468 \end_inset
14469
14470
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Plain Layout
14479 Dicke in nm
14480 \end_layout
14481
14482 \end_inset
14483 </cell>
14484 </row>
14485 <row>
14486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14487 \begin_inset Text
14488
14489 \begin_layout Plain Layout
14490 Perfekt Grün
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499 45
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 </row>
14505 </lyxtabular>
14506
14507 \end_inset
14508
14509
14510 \end_layout
14511
14512 \begin_layout Standard
14513 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14514  Text in der Zelle unterzubringen.
14515  Dies wird mit der 
14516 \series bold
14517
14518 \backslash
14519 diagbox
14520 \series default
14521 -Option 
14522 \series bold
14523 height=3cm
14524 \series default
14525  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14526  In der folgenden Tabelle wird der Befehl
14527 \end_layout
14528
14529 \begin_layout Standard
14530
14531 \series bold
14532
14533 \backslash
14534 diagbox[width=3cm,height=1.4cm]{A
14535 \backslash
14536
14537 \backslash
14538 B}{C
14539 \backslash
14540
14541 \backslash
14542 D}
14543 \end_layout
14544
14545 \begin_layout Standard
14546 in der ersten Zelle verwendet.
14547  Der Befehl 
14548 \series bold
14549
14550 \backslash
14551
14552 \backslash
14553
14554 \series default
14555  erzeugt hierbei den Zeilenumbruch.
14556 \begin_inset Foot
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560 Zeilen mit 
14561 \family sans
14562 Strg+Enter
14563 \family default
14564  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14565 \end_layout
14566
14567 \end_inset
14568
14569
14570 \end_layout
14571
14572 \begin_layout Standard
14573 \noindent
14574 \align center
14575 \begin_inset Tabular
14576 <lyxtabular version="3" rows="2" columns="2">
14577 <features rotate="0" tabularvalignment="middle">
14578 <column alignment="center" valignment="top">
14579 <column alignment="center" valignment="top">
14580 <row>
14581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 \begin_inset ERT
14586 status open
14587
14588 \begin_layout Plain Layout
14589
14590
14591 \backslash
14592 diagbox[width=3cm,height=1.4cm]{
14593 \end_layout
14594
14595 \end_inset
14596
14597 A
14598 \begin_inset ERT
14599 status collapsed
14600
14601 \begin_layout Plain Layout
14602
14603
14604 \backslash
14605
14606 \backslash
14607
14608 \end_layout
14609
14610 \end_inset
14611
14612 B
14613 \begin_inset ERT
14614 status collapsed
14615
14616 \begin_layout Plain Layout
14617
14618 }{
14619 \end_layout
14620
14621 \end_inset
14622
14623 C
14624 \begin_inset ERT
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628
14629
14630 \backslash
14631
14632 \backslash
14633
14634 \end_layout
14635
14636 \end_inset
14637
14638 D
14639 \begin_inset ERT
14640 status collapsed
14641
14642 \begin_layout Plain Layout
14643
14644 }
14645 \end_layout
14646
14647 \end_inset
14648
14649
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14655 \begin_inset Text
14656
14657 \begin_layout Plain Layout
14658 Dicke in nm
14659 \end_layout
14660
14661 \end_inset
14662 </cell>
14663 </row>
14664 <row>
14665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669 Perfekt Grün
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678 45
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 </row>
14684 </lyxtabular>
14685
14686 \end_inset
14687
14688
14689 \end_layout
14690
14691 \begin_layout Standard
14692 \begin_inset ERT
14693 status collapsed
14694
14695 \begin_layout Plain Layout
14696
14697
14698 \backslash
14699 else
14700 \end_layout
14701
14702 \end_inset
14703
14704
14705 \begin_inset Note Note
14706 status open
14707
14708 \begin_layout Plain Layout
14709 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
14710 \series bold
14711 diagbox
14712 \series default
14713  nicht installiert ist:
14714 \end_layout
14715
14716 \end_inset
14717
14718
14719 \end_layout
14720
14721 \begin_layout Standard
14722 Sie müssen das LaTeX-Paket 
14723 \series bold
14724 diagbox
14725 \series default
14726  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14727 \end_layout
14728
14729 \begin_layout Standard
14730 \begin_inset ERT
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734
14735
14736 \backslash
14737 fi
14738 \end_layout
14739
14740 \end_inset
14741
14742
14743 \end_layout
14744
14745 \begin_layout Standard
14746 Für mehr Informationen über das LaTeX-Paket 
14747 \series bold
14748 diagbox
14749 \series default
14750 , siehe dessen Dokumentation, 
14751 \begin_inset CommandInset citation
14752 LatexCommand cite
14753 key "diagbox"
14754
14755 \end_inset
14756
14757 .
14758 \end_layout
14759
14760 \begin_layout Section
14761 Formale Tabellen
14762 \begin_inset CommandInset label
14763 LatexCommand label
14764 name "abs:Formale-Tabellen"
14765
14766 \end_inset
14767
14768
14769 \begin_inset Index idx
14770 status collapsed
14771
14772 \begin_layout Plain Layout
14773 Tabellen ! Formale
14774 \end_layout
14775
14776 \end_inset
14777
14778
14779 \end_layout
14780
14781 \begin_layout Standard
14782 Tabellen werden in Büchern oft wie Tabelle
14783 \begin_inset space ~
14784 \end_inset
14785
14786
14787 \begin_inset CommandInset ref
14788 LatexCommand ref
14789 reference "tab:Formale-Tabelle"
14790
14791 \end_inset
14792
14793  gesetzt.
14794  Diese Tabellen werden
14795 \emph on
14796  formal
14797 \emph default
14798  genannt.
14799  Formale Tabellen bekommen Sie, wenn Sie im 
14800 \family sans
14801 Tabellen-Einstellungen
14802 \family default
14803 -Dialog auf der Karteikarte 
14804 \family sans
14805 Rahmen
14806 \family default
14807  den 
14808 \family sans
14809 Stil
14810 \family default
14811  
14812 \family sans
14813 Formal
14814 \family default
14815  ankreuzen.
14816 \end_layout
14817
14818 \begin_layout Standard
14819 \begin_inset Float table
14820 placement h
14821 wide false
14822 sideways false
14823 status open
14824
14825 \begin_layout Plain Layout
14826 \begin_inset Caption Standard
14827
14828 \begin_layout Plain Layout
14829 \begin_inset CommandInset label
14830 LatexCommand label
14831 name "tab:Formale-Tabelle"
14832
14833 \end_inset
14834
14835 Formale Tabelle
14836 \end_layout
14837
14838 \end_inset
14839
14840
14841 \end_layout
14842
14843 \begin_layout Plain Layout
14844 \align center
14845 \begin_inset Tabular
14846 <lyxtabular version="3" rows="8" columns="4">
14847 <features rotate="0" booktabs="true" tabularvalignment="middle">
14848 <column alignment="center" valignment="top">
14849 <column alignment="right" valignment="top">
14850 <column alignment="right" valignment="top">
14851 <column alignment="right" valignment="top">
14852 <row>
14853 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857 System
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 <cell alignment="center" valignment="top" topline="true" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866 Chip
14867 \begin_inset space \thinspace{}
14868 \end_inset
14869
14870 1
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879 Chip
14880 \begin_inset space \thinspace{}
14881 \end_inset
14882
14883 2
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 </row>
14898 <row>
14899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903 \begin_inset ERT
14904 status collapsed
14905
14906 \begin_layout Plain Layout
14907
14908
14909 \backslash
14910 cmidrule(r){2-2}
14911 \end_layout
14912
14913 \end_inset
14914
14915
14916 \begin_inset ERT
14917 status collapsed
14918
14919 \begin_layout Plain Layout
14920
14921
14922 \backslash
14923 cmidrule(l){3-4}
14924 \end_layout
14925
14926 \end_inset
14927
14928 Detektordicke in µm
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 300
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 <cell alignment="center" valignment="top" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946 300
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell alignment="center" valignment="top" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 700
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 </row>
14961 <row>
14962 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 Kantenwinkel in °
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 <cell alignment="center" valignment="top" topline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975 3.55
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 2.71
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" topline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993 7.99
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 </row>
14999 <row topspace="default">
15000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 räumliche Auf\SpecialChar \textcompwordmark{}
15005 lösung in µm
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 <cell alignment="center" valignment="top" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 4.26
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 10.17
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell alignment="center" valignment="top" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032 10.56
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 </row>
15038 <row topspace="default">
15039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043 MTF bei 
15044 \begin_inset Formula $f_{\mathrm{max}}$
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 0.53
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 0.37
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 0.39
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 </row>
15080 <row topspace="default">
15081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085 \begin_inset ERT
15086 status collapsed
15087
15088 \begin_layout Plain Layout
15089
15090
15091 \backslash
15092 cmidrule(l{10pt}){1-1}
15093 \end_layout
15094
15095 \end_inset
15096
15097 LSF räumliche Auf\SpecialChar \textcompwordmark{}
15098 lösung
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 </row>
15131 <row>
15132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 in µm
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 129.7
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 <cell alignment="center" valignment="top" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154 52.75
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 50.78
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 </row>
15169 <row>
15170 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 in % der Pixelgröße
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 76.3
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 95.9
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 92.3
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 </row>
15207 </lyxtabular>
15208
15209 \end_inset
15210
15211
15212 \end_layout
15213
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \begin_layout Standard
15220 Abstände zu Tabellenzeilen können auf der Karteikarte 
15221 \family sans
15222 Rahmen
15223 \family default
15224  des 
15225 \family sans
15226 Tabellen-Ein\SpecialChar \-
15227 stel\SpecialChar \-
15228 lun\SpecialChar \-
15229 gen
15230 \family default
15231 -Dialogs hinzugefügt werden, wie in Abschnitt
15232 \begin_inset space ~
15233 \end_inset
15234
15235
15236 \begin_inset CommandInset ref
15237 LatexCommand ref
15238 reference "uab:Zeilenabstand"
15239
15240 \end_inset
15241
15242  beschrieben.
15243 \end_layout
15244
15245 \begin_layout Standard
15246 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15247  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15248  gedruckt aber anders aus.
15249  Die erste und letzte Linie ist 0.08
15250 \begin_inset space \thinspace{}
15251 \end_inset
15252
15253 em dick, während die anderen 0.05
15254 \begin_inset space \thinspace{}
15255 \end_inset
15256
15257 em dick sind.
15258 \end_layout
15259
15260 \begin_layout Standard
15261 Die Standarddicken können im LaTeX-Vorspann geändert werden:
15262 \end_layout
15263
15264 \begin_layout Standard
15265
15266 \series bold
15267
15268 \backslash
15269 let
15270 \backslash
15271 mytoprule
15272 \backslash
15273 toprule
15274 \begin_inset Newline newline
15275 \end_inset
15276
15277
15278 \backslash
15279 renewcommand{
15280 \backslash
15281 toprule}{
15282 \backslash
15283 mytoprule[Breite]}
15284 \end_layout
15285
15286 \begin_layout Standard
15287 Dies Beispiel gilt für die oberste Linie, genannt 
15288 \series bold
15289 toprule
15290 \series default
15291 .
15292  Für die letzte müssen Sie 
15293 \series bold
15294 toprule
15295 \series default
15296  durch 
15297 \series bold
15298 bottomrule
15299 \series default
15300  ersetzen.
15301  Die Linien dazwischen heißen 
15302 \series bold
15303 midrule
15304 \series default
15305 .
15306  Für 
15307 \family sans
15308 Breite
15309 \family default
15310  können Sie alle Einheiten benutzen, die in Anhang
15311 \begin_inset space ~
15312 \end_inset
15313
15314
15315 \begin_inset CommandInset ref
15316 LatexCommand ref
15317 reference "kap:In-LyX-verfügbare"
15318
15319 \end_inset
15320
15321  aufgelistet sind.
15322 \end_layout
15323
15324 \begin_layout Standard
15325 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15326  eine Linie unter einer Mehrfachspalte.
15327  LyX wird intern den Befehl 
15328 \series bold
15329
15330 \backslash
15331 cmidrule
15332 \series default
15333  benutzen, um diese Linie zu drucken.
15334  Der ganze Befehl sieht so aus:
15335 \end_layout
15336
15337 \begin_layout Standard
15338
15339 \series bold
15340
15341 \backslash
15342 cmidrule[width](trim){Anfangsspalte-Endspalte}
15343 \end_layout
15344
15345 \begin_layout Standard
15346 Die 
15347 \series bold
15348
15349 \backslash
15350 cmidrule
15351 \series default
15352 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
15353  benutzen.
15354  
15355 \series bold
15356
15357 \backslash
15358 cmidrule
15359 \series default
15360  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
15361  erste Zelle einer Zeile einfügt.
15362  Die Linie wird dann über der Zeile gedruckt.
15363 \end_layout
15364
15365 \begin_layout Standard
15366 Der Standardwert ist 0.03
15367 \begin_inset space \thinspace{}
15368 \end_inset
15369
15370 em.
15371  Die Linie reicht von 
15372 \family typewriter
15373 Anfangsspalte
15374 \family default
15375  bis 
15376 \family typewriter
15377 End\SpecialChar \-
15378 spal\SpecialChar \-
15379 te
15380 \family default
15381 .
15382  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15383   Der optionale Parameter 
15384 \family typewriter
15385 trim
15386 \family default
15387  kann die Werte 
15388 \emph on
15389 r
15390 \emph default
15391
15392 \emph on
15393 r{Breite}
15394 \emph default
15395
15396 \emph on
15397 l
15398 \family typewriter
15399 \emph default
15400  
15401 \family default
15402 oder 
15403 \emph on
15404 l{Breite}
15405 \emph default
15406  annehmen, wobei die 
15407 \family sans
15408 Breite
15409 \family default
15410  optional ist.
15411  
15412 \emph on
15413 l{2pt}
15414 \emph default
15415  zum Beispiel bedeutet, dass die Linie links um 2
15416 \begin_inset space \thinspace{}
15417 \end_inset
15418
15419 pt gekürzt wird.
15420  Ohne Breitenangabe werden die Linien um 0.5
15421 \begin_inset space \thinspace{}
15422 \end_inset
15423
15424 em gekürzt.
15425 \end_layout
15426
15427 \begin_layout Standard
15428 \begin_inset VSpace bigskip
15429 \end_inset
15430
15431 In Tabelle
15432 \begin_inset space ~
15433 \end_inset
15434
15435
15436 \begin_inset CommandInset ref
15437 LatexCommand ref
15438 reference "tab:Formale-Tabelle"
15439
15440 \end_inset
15441
15442  wurden die Befehle
15443 \end_layout
15444
15445 \begin_layout Standard
15446
15447 \series bold
15448
15449 \backslash
15450 cmidrule(r){2-2}
15451 \backslash
15452 cmidrule(l){3-4}
15453 \end_layout
15454
15455 \begin_layout Standard
15456 am Anfang der zweiten Zeile und
15457 \end_layout
15458
15459 \begin_layout Standard
15460
15461 \series bold
15462
15463 \backslash
15464 cmidrule(l{10pt}){1-1}
15465 \end_layout
15466
15467 \begin_layout Standard
15468 in der sechsten benutzt.
15469 \end_layout
15470
15471 \begin_layout Standard
15472 \begin_inset VSpace bigskip
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \begin_layout Standard
15479 Sie können mit 
15480 \series bold
15481
15482 \backslash
15483 cmidrule
15484 \series default
15485  auch überlappende Linien wie in Tabelle
15486 \begin_inset space ~
15487 \end_inset
15488
15489
15490 \begin_inset CommandInset ref
15491 LatexCommand ref
15492 reference "tab:Special-booktabs-table"
15493
15494 \end_inset
15495
15496  definieren.
15497  Der Befehl ist:
15498 \end_layout
15499
15500 \begin_layout Standard
15501
15502 \series bold
15503
15504 \backslash
15505 morecmidrules
15506 \end_layout
15507
15508 \begin_layout Standard
15509 In Zeile zwei der Tabelle
15510 \begin_inset space ~
15511 \end_inset
15512
15513
15514 \begin_inset CommandInset ref
15515 LatexCommand ref
15516 reference "tab:Special-booktabs-table"
15517
15518 \end_inset
15519
15520  wurde folgender Befehl benutzt:
15521 \end_layout
15522
15523 \begin_layout Standard
15524
15525 \series bold
15526
15527 \backslash
15528 cmidrule(r){2-2}
15529 \backslash
15530 cmidrule(l){3-4}
15531 \backslash
15532 morecmidrules
15533 \begin_inset Newline newline
15534 \end_inset
15535
15536
15537 \backslash
15538 cmidrule{2-4}
15539 \end_layout
15540
15541 \begin_layout Standard
15542 und in Zeile sechs:
15543 \end_layout
15544
15545 \begin_layout Standard
15546
15547 \series bold
15548
15549 \backslash
15550 midrule
15551 \backslash
15552 morecmidrules
15553 \backslash
15554 cmidrule{3-4}
15555 \end_layout
15556
15557 \begin_layout Standard
15558 \begin_inset VSpace bigskip
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Standard
15565 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15566  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15567 \end_layout
15568
15569 \begin_layout Standard
15570
15571 \series bold
15572
15573 \backslash
15574 specialrule{Dicke}{Abstand davor}{Abstand danach}
15575 \end_layout
15576
15577 \begin_layout Standard
15578 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
15579 \series bold
15580 booktabs
15581 \series default
15582  
15583 \begin_inset CommandInset citation
15584 LatexCommand cite
15585 key "booktabs"
15586
15587 \end_inset
15588
15589 .
15590 \begin_inset Index idx
15591 status collapsed
15592
15593 \begin_layout Plain Layout
15594 LaTeX-Pakete ! booktabs
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \begin_layout Standard
15603 \begin_inset Float table
15604 placement h
15605 wide false
15606 sideways false
15607 status open
15608
15609 \begin_layout Plain Layout
15610 \begin_inset Caption Standard
15611
15612 \begin_layout Plain Layout
15613 \begin_inset CommandInset label
15614 LatexCommand label
15615 name "tab:Special-booktabs-table"
15616
15617 \end_inset
15618
15619 Eine spezielle formale Tabelle
15620 \end_layout
15621
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \begin_layout Plain Layout
15628 \align center
15629 \begin_inset Tabular
15630 <lyxtabular version="3" rows="8" columns="4">
15631 <features rotate="0" booktabs="true" tabularvalignment="middle">
15632 <column alignment="center" valignment="top">
15633 <column alignment="center" valignment="top">
15634 <column alignment="right" valignment="top">
15635 <column alignment="right" valignment="top">
15636 <row>
15637 <cell alignment="center" valignment="top" topline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Plain Layout
15641 System
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell alignment="center" valignment="top" topline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650 Chip
15651 \begin_inset space \thinspace{}
15652 \end_inset
15653
15654 1
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663 Chip
15664 \begin_inset space \thinspace{}
15665 \end_inset
15666
15667 2
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 </row>
15682 <row>
15683 <cell alignment="center" valignment="top" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 \begin_inset ERT
15688 status collapsed
15689
15690 \begin_layout Plain Layout
15691
15692
15693 \backslash
15694 cmidrule(r){2-2}
15695 \end_layout
15696
15697 \end_inset
15698
15699
15700 \begin_inset ERT
15701 status collapsed
15702
15703 \begin_layout Plain Layout
15704
15705
15706 \backslash
15707 cmidrule(l){3-4}
15708 \end_layout
15709
15710 \end_inset
15711
15712
15713 \begin_inset ERT
15714 status collapsed
15715
15716 \begin_layout Plain Layout
15717
15718
15719 \backslash
15720 morecmidrules 
15721 \end_layout
15722
15723 \end_inset
15724
15725
15726 \begin_inset ERT
15727 status collapsed
15728
15729 \begin_layout Plain Layout
15730
15731
15732 \backslash
15733 cmidrule{2-4}
15734 \end_layout
15735
15736 \end_inset
15737
15738 Detektordicke in µm
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 300
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 300
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 700
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 <row>
15772 <cell alignment="center" valignment="top" topline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 Kantenwinkel in °
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" topline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 3,55
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 2,71
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803 7,99
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 </row>
15809 <row topspace="default">
15810 <cell alignment="center" valignment="top" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814 räumliche Auf\SpecialChar \textcompwordmark{}
15815 lösung in µm
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 <cell alignment="center" valignment="top" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824 4,26
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="center" valignment="top" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833 10,17
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 10,56
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 </row>
15848 <row topspace="default">
15849 <cell alignment="center" valignment="top" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853 MTF bei 
15854 \begin_inset Formula $f_{\mathrm{max}}$
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 0,53
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875 0,37
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884 0,39
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 </row>
15890 <row>
15891 <cell alignment="center" valignment="top" topline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895 \begin_inset ERT
15896 status collapsed
15897
15898 \begin_layout Plain Layout
15899
15900
15901 \backslash
15902 morecmidrules 
15903 \end_layout
15904
15905 \end_inset
15906
15907
15908 \begin_inset ERT
15909 status collapsed
15910
15911 \begin_layout Plain Layout
15912
15913
15914 \backslash
15915 cmidrule{3-4}
15916 \end_layout
15917
15918 \end_inset
15919
15920 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
15921 lösung
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 <cell alignment="center" valignment="top" topline="true" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" topline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" topline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 </row>
15954 <row>
15955 <cell alignment="center" valignment="top" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 in µm
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 129,7
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 52,75
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986 50,78
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 </row>
15992 <row>
15993 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997 in % der Pixelgröße
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 76,3
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 95,9
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024 92,3
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 </row>
16030 </lyxtabular>
16031
16032 \end_inset
16033
16034
16035 \end_layout
16036
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \begin_layout Section
16043 Vertikale Tabellen-Ausrichtung
16044 \begin_inset Index idx
16045 status collapsed
16046
16047 \begin_layout Plain Layout
16048 Tabellen ! Ausrichtung
16049 \end_layout
16050
16051 \end_inset
16052
16053
16054 \end_layout
16055
16056 \begin_layout Standard
16057 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16058  einer Box sein.
16059  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16060 \begin_inset space ~
16061 \end_inset
16062
16063
16064 \begin_inset CommandInset ref
16065 LatexCommand ref
16066 reference "abs:Box-Dialog"
16067
16068 \end_inset
16069
16070  beschrieben.
16071 \end_layout
16072
16073 \begin_layout Standard
16074 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16075 \begin_inset Foot
16076 status collapsed
16077
16078 \begin_layout Plain Layout
16079 Minipages werden in Abschnitt
16080 \begin_inset space ~
16081 \end_inset
16082
16083
16084 \begin_inset CommandInset ref
16085 LatexCommand ref
16086 reference "abs:Minipage"
16087
16088 \end_inset
16089
16090  beschrieben.
16091 \end_layout
16092
16093 \end_inset
16094
16095  mit 15
16096 \begin_inset space \thinspace{}
16097 \end_inset
16098
16099 col%-Breite:
16100 \end_layout
16101
16102 \begin_layout Itemize
16103 Test 
16104 \begin_inset Box Frameless
16105 position "t"
16106 hor_pos "c"
16107 has_inner_box 1
16108 inner_pos "c"
16109 use_parbox 0
16110 use_makebox 0
16111 width "15col%"
16112 special "none"
16113 height "1in"
16114 height_special "totalheight"
16115 status collapsed
16116
16117 \begin_layout Plain Layout
16118 \begin_inset Tabular
16119 <lyxtabular version="3" rows="3" columns="3">
16120 <features rotate="0" tabularvalignment="middle">
16121 <column alignment="center" valignment="top">
16122 <column alignment="center" valignment="top">
16123 <column alignment="center" valignment="top">
16124 <row>
16125 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 Tabelle 1
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 </row>
16153 <row>
16154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16155 \begin_inset Text
16156
16157 \begin_layout Plain Layout
16158 b
16159 \end_layout
16160
16161 \end_inset
16162 </cell>
16163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167 e
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 h
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 </row>
16182 <row>
16183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Plain Layout
16187 c
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196 f
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205 i
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 </lyxtabular>
16212
16213 \end_inset
16214
16215
16216 \end_layout
16217
16218 \end_inset
16219
16220  Test 
16221 \begin_inset ERT
16222 status collapsed
16223
16224 \begin_layout Plain Layout
16225
16226
16227 \backslash
16228 raisebox{0.85
16229 \backslash
16230 baselineskip}{
16231 \end_layout
16232
16233 \end_inset
16234
16235
16236 \begin_inset Box Frameless
16237 position "t"
16238 hor_pos "c"
16239 has_inner_box 1
16240 inner_pos "c"
16241 use_parbox 0
16242 use_makebox 0
16243 width "15col%"
16244 special "none"
16245 height "1in"
16246 height_special "totalheight"
16247 status collapsed
16248
16249 \begin_layout Plain Layout
16250 \begin_inset Tabular
16251 <lyxtabular version="3" rows="3" columns="3">
16252 <features rotate="0" tabularvalignment="middle">
16253 <column alignment="center" valignment="top">
16254 <column alignment="center" valignment="top">
16255 <column alignment="center" valignment="top">
16256 <row>
16257 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261 Tabelle 2
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 </row>
16285 <row>
16286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290 b
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 e
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308 h
16309 \end_layout
16310
16311 \end_inset
16312 </cell>
16313 </row>
16314 <row>
16315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 c
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328 f
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337 i
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 </row>
16343 </lyxtabular>
16344
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351
16352
16353 \begin_inset ERT
16354 status collapsed
16355
16356 \begin_layout Plain Layout
16357
16358 }
16359 \end_layout
16360
16361 \end_inset
16362
16363
16364 \end_layout
16365
16366 \begin_layout Itemize
16367 Test 
16368 \begin_inset Box Frameless
16369 position "c"
16370 hor_pos "c"
16371 has_inner_box 1
16372 inner_pos "c"
16373 use_parbox 0
16374 use_makebox 0
16375 width "15col%"
16376 special "none"
16377 height "1in"
16378 height_special "totalheight"
16379 status collapsed
16380
16381 \begin_layout Plain Layout
16382 \begin_inset Tabular
16383 <lyxtabular version="3" rows="3" columns="3">
16384 <features rotate="0" tabularvalignment="middle">
16385 <column alignment="center" valignment="top">
16386 <column alignment="center" valignment="top">
16387 <column alignment="center" valignment="top">
16388 <row>
16389 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393 Tabelle 3
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 </row>
16417 <row>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422 b
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431 e
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 h
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 </row>
16446 <row>
16447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451 c
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 f
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469 i
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 </row>
16475 </lyxtabular>
16476
16477 \end_inset
16478
16479
16480 \end_layout
16481
16482 \end_inset
16483
16484
16485 \end_layout
16486
16487 \begin_layout Itemize
16488 Test 
16489 \begin_inset Box Frameless
16490 position "b"
16491 hor_pos "c"
16492 has_inner_box 1
16493 inner_pos "c"
16494 use_parbox 0
16495 use_makebox 0
16496 width "15col%"
16497 special "none"
16498 height "1in"
16499 height_special "totalheight"
16500 status collapsed
16501
16502 \begin_layout Plain Layout
16503 \begin_inset Tabular
16504 <lyxtabular version="3" rows="3" columns="3">
16505 <features rotate="0" tabularvalignment="middle">
16506 <column alignment="center" valignment="top">
16507 <column alignment="center" valignment="top">
16508 <column alignment="center" valignment="top">
16509 <row>
16510 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 Tabelle 4
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 </row>
16538 <row>
16539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543 b
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 e
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 h
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row>
16568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 c
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 f
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 i
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 </row>
16596 </lyxtabular>
16597
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \end_inset
16604
16605 Test 
16606 \begin_inset ERT
16607 status collapsed
16608
16609 \begin_layout Plain Layout
16610
16611
16612 \backslash
16613 raisebox{-0.32
16614 \backslash
16615 baselineskip}{
16616 \end_layout
16617
16618 \end_inset
16619
16620
16621 \begin_inset Box Frameless
16622 position "b"
16623 hor_pos "c"
16624 has_inner_box 1
16625 inner_pos "c"
16626 use_parbox 0
16627 use_makebox 0
16628 width "15col%"
16629 special "none"
16630 height "1in"
16631 height_special "totalheight"
16632 status collapsed
16633
16634 \begin_layout Plain Layout
16635 \begin_inset Tabular
16636 <lyxtabular version="3" rows="3" columns="3">
16637 <features rotate="0" tabularvalignment="middle">
16638 <column alignment="center" valignment="top">
16639 <column alignment="center" valignment="top">
16640 <column alignment="center" valignment="top">
16641 <row>
16642 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646 Tabelle 5
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 </row>
16670 <row>
16671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675 b
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 e
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 h
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 </row>
16699 <row>
16700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704 c
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 f
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 i
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 </row>
16728 </lyxtabular>
16729
16730 \end_inset
16731
16732
16733 \end_layout
16734
16735 \end_inset
16736
16737
16738 \begin_inset ERT
16739 status collapsed
16740
16741 \begin_layout Plain Layout
16742
16743 }
16744 \end_layout
16745
16746 \end_inset
16747
16748
16749 \end_layout
16750
16751 \begin_layout Standard
16752 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16753 \begin_inset space \space{}
16754 \end_inset
16755
16756 1 und letzten Zeile von Tabelle
16757 \begin_inset space \space{}
16758 \end_inset
16759
16760 4 bezüglich dem Wort 
16761 \begin_inset Quotes gld
16762 \end_inset
16763
16764 Test
16765 \begin_inset Quotes grd
16766 \end_inset
16767
16768  nicht richtig ausgerichtet.
16769  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16770 \begin_inset Quotes gld
16771 \end_inset
16772
16773 Raisebox
16774 \begin_inset Quotes grd
16775 \end_inset
16776
16777
16778 \begin_inset Foot
16779 status collapsed
16780
16781 \begin_layout Plain Layout
16782 Raiseboxen werden in Abschnitt
16783 \begin_inset space ~
16784 \end_inset
16785
16786
16787 \begin_inset CommandInset ref
16788 LatexCommand ref
16789 reference "uab:Vertikale-Ausrichtung"
16790
16791 \end_inset
16792
16793  beschrieben.
16794 \end_layout
16795
16796 \end_inset
16797
16798  setzen.
16799  In Tabelle
16800 \begin_inset space \space{}
16801 \end_inset
16802
16803 2 wurde der Text mit dem Befehl
16804 \end_layout
16805
16806 \begin_layout Standard
16807
16808 \series bold
16809
16810 \backslash
16811 raisebox{0.85
16812 \backslash
16813 baselineskip}{
16814 \end_layout
16815
16816 \begin_layout Standard
16817 vor der Box ausgerichtet.
16818  Hinter der Box wurde auch noch 
16819 \series bold
16820 }
16821 \series default
16822  als TeX-Code eingefügt, weil der obige Befehl mit 
16823 \series bold
16824 {
16825 \series default
16826  aufhörte.
16827  Für Tabelle
16828 \begin_inset space \space{}
16829 \end_inset
16830
16831 5 wurde der Befehl
16832 \end_layout
16833
16834 \begin_layout Standard
16835
16836 \series bold
16837
16838 \backslash
16839 raisebox{-0.32
16840 \backslash
16841 baselineskip}{
16842 \end_layout
16843
16844 \begin_layout Standard
16845 benutzt.
16846 \end_layout
16847
16848 \begin_layout Standard
16849 \begin_inset Note Greyedout
16850 status open
16851
16852 \begin_layout Plain Layout
16853
16854 \series bold
16855 Bemerkung:
16856 \series default
16857  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16858  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16859  Der Faktor im 
16860 \series bold
16861
16862 \backslash
16863 raisebox
16864 \series default
16865 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16866 \end_layout
16867
16868 \end_inset
16869
16870
16871 \end_layout
16872
16873 \begin_layout Section
16874 Farbige Tabellen
16875 \begin_inset CommandInset label
16876 LatexCommand label
16877 name "abs:Farbige-Tabellen"
16878
16879 \end_inset
16880
16881
16882 \begin_inset Index idx
16883 status collapsed
16884
16885 \begin_layout Plain Layout
16886 Tabellen ! farbige
16887 \end_layout
16888
16889 \end_inset
16890
16891
16892 \end_layout
16893
16894 \begin_layout Subsection
16895 Farbige Zellen
16896 \begin_inset Index idx
16897 status collapsed
16898
16899 \begin_layout Plain Layout
16900 farbige !  Tabellenzellen
16901 \end_layout
16902
16903 \end_inset
16904
16905
16906 \end_layout
16907
16908 \begin_layout Standard
16909 \begin_inset Float table
16910 placement h
16911 wide false
16912 sideways false
16913 status open
16914
16915 \begin_layout Plain Layout
16916 \begin_inset Caption Standard
16917
16918 \begin_layout Plain Layout
16919 \begin_inset CommandInset label
16920 LatexCommand label
16921 name "tab:Farbige-Tabelle-ohne"
16922
16923 \end_inset
16924
16925 Farbige Tabelle, ohne Paket 
16926 \series bold
16927 colortbl
16928 \series default
16929
16930 \begin_inset Argument 1
16931 status collapsed
16932
16933 \begin_layout Plain Layout
16934 Tabelle ohne 
16935 \family typewriter
16936 colortbl
16937 \end_layout
16938
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \end_inset
16945
16946
16947 \end_layout
16948
16949 \begin_layout Plain Layout
16950 \align center
16951 \begin_inset Tabular
16952 <lyxtabular version="3" rows="3" columns="3">
16953 <features rotate="0" tabularvalignment="middle">
16954 <column alignment="center" valignment="top">
16955 <column alignment="center" valignment="top">
16956 <column alignment="center" valignment="top">
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \color green
16964 a
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973
16974 \color red
16975 b
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984
16985 \color red
16986 c
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \color green
16999 d
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008
17009 \color blue
17010 e
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019
17020 \color blue
17021 f
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 <row>
17028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \color green
17034 g
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043
17044 \color blue
17045 h
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054
17055 \color blue
17056 i
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 </lyxtabular>
17063
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \begin_layout Standard
17075 Wenn Sie nur farbigen Text
17076 \begin_inset Index idx
17077 status collapsed
17078
17079 \begin_layout Plain Layout
17080 Farbe ! für Text
17081 \end_layout
17082
17083 \end_inset
17084
17085  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17086 \family sans
17087 Textstil
17088 \family default
17089 -Dialog (Werkzeugleistenknopf 
17090 \begin_inset Info
17091 type  "icon"
17092 arg   "dialog-show character"
17093 \end_inset
17094
17095 ) wie es in Tabelle
17096 \begin_inset space ~
17097 \end_inset
17098
17099
17100 \begin_inset CommandInset ref
17101 LatexCommand ref
17102 reference "tab:Farbige-Tabelle-ohne"
17103
17104 \end_inset
17105
17106  gemacht wurde.
17107  In anderen Fällen müssen Sie das LaTeX-Paket 
17108 \series bold
17109 colortbl
17110 \series default
17111  benutzen.
17112 \begin_inset Index idx
17113 status collapsed
17114
17115 \begin_layout Plain Layout
17116 LaTeX-Pakete ! colortbl
17117 \end_layout
17118
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \begin_layout Standard
17125 \begin_inset ERT
17126 status collapsed
17127
17128 \begin_layout Plain Layout
17129
17130
17131 \backslash
17132 ifcolortbl
17133 \end_layout
17134
17135 \end_inset
17136
17137
17138 \begin_inset Note Note
17139 status open
17140
17141 \begin_layout Plain Layout
17142 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17143 \series bold
17144 colortbl
17145 \series default
17146  installiert ist.
17147 \end_layout
17148
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \begin_layout Standard
17155 Um farbige Tabellen zu erzeugen, muss 
17156 \series bold
17157 colortbl
17158 \series default
17159  im LaTeX-Vorspann geladen werden:
17160 \end_layout
17161
17162 \begin_layout Standard
17163
17164 \series bold
17165
17166 \backslash
17167 usepackage{colortbl}
17168 \end_layout
17169
17170 \begin_layout Standard
17171 Die Farbe einer Spalte ändert man dann mit dem Befehl
17172 \end_layout
17173
17174 \begin_layout Standard
17175
17176 \series bold
17177
17178 \backslash
17179 columncolor{Farbname}
17180 \end_layout
17181
17182 \begin_layout Standard
17183 innerhalb des Befehls 
17184 \series bold
17185 >{}
17186 \series default
17187 .
17188  Mehr über den Befehl 
17189 \series bold
17190 >{}
17191 \series default
17192  finden Sie im Abschnitt
17193 \begin_inset space ~
17194 \end_inset
17195
17196
17197 \begin_inset CommandInset ref
17198 LatexCommand ref
17199 reference "uab:Mehrfachspalten-Berechnungen"
17200
17201 \end_inset
17202
17203 .
17204 \end_layout
17205
17206 \begin_layout Standard
17207 Folgende Farbnamen sind vordefiniert:
17208 \end_layout
17209
17210 \begin_layout Standard
17211
17212 \family sans
17213 red
17214 \family default
17215
17216 \family sans
17217 green
17218 \family default
17219
17220 \family sans
17221 yellow
17222 \family default
17223
17224 \family sans
17225 blue
17226 \family default
17227
17228 \family sans
17229 cyan
17230 \family default
17231
17232 \family sans
17233 magenta
17234 \family default
17235
17236 \family sans
17237 black
17238 \family default
17239  und 
17240 \family sans
17241 white
17242 \begin_inset Newline newline
17243 \end_inset
17244
17245 (
17246 \family default
17247 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17248 \end_layout
17249
17250 \begin_layout Standard
17251 \begin_inset VSpace medskip
17252 \end_inset
17253
17254
17255 \end_layout
17256
17257 \begin_layout Standard
17258 Wenn Sie die Optionen
17259 \end_layout
17260
17261 \begin_layout Standard
17262
17263 \series bold
17264 usenames,dvipsnames
17265 \end_layout
17266
17267 \begin_layout Standard
17268 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17269  können Sie zusätzlich weitere 61
17270 \begin_inset space ~
17271 \end_inset
17272
17273 Farben verwenden.
17274  Diese Farben sind in Anhang
17275 \begin_inset space ~
17276 \end_inset
17277
17278
17279 \begin_inset CommandInset ref
17280 LatexCommand ref
17281 reference "kap:Liste-der-dvips-Farbnamen"
17282
17283 \end_inset
17284
17285  aufgelistet.
17286  Eine dieser Farben, 
17287 \family sans
17288 Maroon
17289 \family default
17290 , wird als Beispiel in Tabelle
17291 \begin_inset space ~
17292 \end_inset
17293
17294
17295 \begin_inset CommandInset ref
17296 LatexCommand ref
17297 reference "tab:Eine-mit-colortbl"
17298
17299 \end_inset
17300
17301  verwendet.
17302 \end_layout
17303
17304 \begin_layout Standard
17305 \begin_inset VSpace medskip
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \begin_layout Standard
17312 Sie können auch eigene Farben definieren:
17313 \end_layout
17314
17315 \begin_layout Standard
17316
17317 \series bold
17318
17319 \backslash
17320 definecolor{Farbname}{Farbmodell}{Farbwerte}
17321 \end_layout
17322
17323 \begin_layout Standard
17324 Das Farbmodell kann eins der folgenden sein:
17325 \end_layout
17326
17327 \begin_layout Labeling
17328 \labelwidthstring 00.00.0000
17329 cmyk: cyan, magenta, yellow, black
17330 \end_layout
17331
17332 \begin_layout Labeling
17333 \labelwidthstring 00.00.0000
17334 rgb: red, green blue
17335 \end_layout
17336
17337 \begin_layout Labeling
17338 \labelwidthstring 00.00.0000
17339 gray: gray
17340 \end_layout
17341
17342 \begin_layout Standard
17343 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17344  die die entsprechende Farbe für das Farbmodell beschreiben.
17345 \end_layout
17346
17347 \begin_layout Standard
17348 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
17349 \emph on
17350
17351 \begin_inset Quotes gld
17352 \end_inset
17353
17354 dunkelgruen
17355 \emph default
17356
17357 \begin_inset Quotes grd
17358 \end_inset
17359
17360  und 
17361 \begin_inset Quotes gld
17362 \end_inset
17363
17364
17365 \emph on
17366 hellgrau
17367 \emph default
17368
17369 \begin_inset Quotes grd
17370 \end_inset
17371
17372  folgendermaßen definieren:
17373 \end_layout
17374
17375 \begin_layout Standard
17376
17377 \series bold
17378
17379 \backslash
17380 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17381 \end_layout
17382
17383 \begin_layout Standard
17384
17385 \series bold
17386
17387 \backslash
17388 definecolor{hellgrau}{gray}{0.8}
17389 \end_layout
17390
17391 \begin_layout Standard
17392 \begin_inset VSpace medskip
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \begin_layout Standard
17399 Linien werden mit dem Befehl
17400 \end_layout
17401
17402 \begin_layout Standard
17403
17404 \series bold
17405
17406 \backslash
17407 rowcolor{Farbname}
17408 \end_layout
17409
17410 \begin_layout Standard
17411 gefärbt, Zellen mit dem Befehl
17412 \end_layout
17413
17414 \begin_layout Standard
17415
17416 \series bold
17417
17418 \backslash
17419 cellcolor{Farbname}
17420 \end_layout
17421
17422 \begin_layout Standard
17423 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
17424 \end_layout
17425
17426 \begin_layout Standard
17427 Um nur Text zu färben, verwenden Sie den 
17428 \family sans
17429 Textstil
17430 \family default
17431 -Dialog.
17432  Wenn die Zelle aber TeX-Code zum Färben enthält, 
17433 \emph on
17434 markieren Sie nur den Text
17435 \emph default
17436 , sonst werden Sie LaTeX-Fehler erzeugen.
17437 \end_layout
17438
17439 \begin_layout Standard
17440 \begin_inset Note Greyedout
17441 status open
17442
17443 \begin_layout Plain Layout
17444
17445 \series bold
17446 Achtung:
17447 \series default
17448  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17449 \end_layout
17450
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \begin_layout Standard
17457 \begin_inset VSpace medskip
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \begin_layout Standard
17464 Die Tabelle
17465 \begin_inset space ~
17466 \end_inset
17467
17468
17469 \begin_inset CommandInset ref
17470 LatexCommand ref
17471 reference "tab:Eine-mit-colortbl"
17472
17473 \end_inset
17474
17475  wurde folgendermaßen erstellt: die erste Spalte soll 
17476 \emph on
17477
17478 \begin_inset Quotes gld
17479 \end_inset
17480
17481 dunkelgruen
17482 \emph default
17483
17484 \begin_inset Quotes grd
17485 \end_inset
17486
17487  werden, also müssen Sie ins 
17488 \family sans
17489 LaTe
17490 \begin_inset ERT
17491 status collapsed
17492
17493 \begin_layout Plain Layout
17494
17495 {}
17496 \end_layout
17497
17498 \end_inset
17499
17500 X-Argument
17501 \family default
17502  der Zellen der ersten Spalte den Befehl
17503 \end_layout
17504
17505 \begin_layout Standard
17506
17507 \series bold
17508 >{
17509 \backslash
17510 columncolor{dunkelgruen}
17511 \backslash
17512 centering}c
17513 \end_layout
17514
17515 \begin_layout Standard
17516 schreiben.
17517  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
17518 \end_layout
17519
17520 \begin_layout Standard
17521
17522 \series bold
17523
17524 \backslash
17525 rowcolor{cyan}
17526 \end_layout
17527
17528 \begin_layout Standard
17529 in die erste Zelle der ersten Zeile eingefügt.
17530  Diese Farbe ersetzt die Spaltenfarbe.
17531  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17532  Das wird mit folgendem Befehl erreicht:
17533 \end_layout
17534
17535 \begin_layout Standard
17536
17537 \series bold
17538
17539 \backslash
17540 cellcolor{Maroon}
17541 \end_layout
17542
17543 \begin_layout Standard
17544 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17545 \family sans
17546 Textstil
17547 \family default
17548 -Dialog.
17549 \end_layout
17550
17551 \begin_layout Standard
17552 \begin_inset Float table
17553 placement h
17554 wide false
17555 sideways false
17556 status open
17557
17558 \begin_layout Plain Layout
17559 \begin_inset Caption Standard
17560
17561 \begin_layout Plain Layout
17562 \begin_inset CommandInset label
17563 LatexCommand label
17564 name "tab:Eine-mit-colortbl"
17565
17566 \end_inset
17567
17568 Eine mit dem Paket 
17569 \series bold
17570 colortbl
17571 \series default
17572  gefärbte Tabelle
17573 \begin_inset Argument 1
17574 status collapsed
17575
17576 \begin_layout Plain Layout
17577 Tabelle mit 
17578 \family typewriter
17579 colortbl
17580 \end_layout
17581
17582 \end_inset
17583
17584
17585 \end_layout
17586
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \begin_layout Plain Layout
17593 \align center
17594 \begin_inset Tabular
17595 <lyxtabular version="3" rows="3" columns="3">
17596 <features rotate="0" tabularvalignment="middle">
17597 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17598 <column alignment="center" valignment="top">
17599 <column alignment="center" valignment="top">
17600 <row>
17601 <cell alignment="center" valignment="top" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605 \begin_inset ERT
17606 status open
17607
17608 \begin_layout Plain Layout
17609
17610
17611 \backslash
17612 rowcolor{cyan}
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \color magenta
17619 a
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628
17629 \color red
17630 b
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639
17640 \color red
17641 c
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 </row>
17647 <row>
17648 <cell alignment="center" valignment="top" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652
17653 \color yellow
17654 d
17655 \end_layout
17656
17657 \end_inset
17658 </cell>
17659 <cell alignment="center" valignment="top" usebox="none">
17660 \begin_inset Text
17661
17662 \begin_layout Plain Layout
17663
17664 \color blue
17665 e
17666 \end_layout
17667
17668 \end_inset
17669 </cell>
17670 <cell alignment="center" valignment="top" usebox="none">
17671 \begin_inset Text
17672
17673 \begin_layout Plain Layout
17674
17675 \color blue
17676 f
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 </row>
17682 <row>
17683 <cell alignment="center" valignment="top" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687
17688 \color yellow
17689 g
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 <cell alignment="center" valignment="top" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698
17699 \color blue
17700 h
17701 \end_layout
17702
17703 \end_inset
17704 </cell>
17705 <cell alignment="center" valignment="top" usebox="none">
17706 \begin_inset Text
17707
17708 \begin_layout Plain Layout
17709 \begin_inset ERT
17710 status collapsed
17711
17712 \begin_layout Plain Layout
17713
17714
17715 \backslash
17716 cellcolor{Maroon}
17717 \end_layout
17718
17719 \end_inset
17720
17721
17722 \color green
17723 i
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 </row>
17729 </lyxtabular>
17730
17731 \end_inset
17732
17733
17734 \end_layout
17735
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \begin_layout Standard
17742 \begin_inset ERT
17743 status collapsed
17744
17745 \begin_layout Plain Layout
17746
17747
17748 \backslash
17749 else
17750 \end_layout
17751
17752 \end_inset
17753
17754
17755 \begin_inset Note Note
17756 status open
17757
17758 \begin_layout Plain Layout
17759 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
17760 \series bold
17761 colortbl
17762 \series default
17763  nicht installiert ist:
17764 \end_layout
17765
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \begin_layout Standard
17772 Sie müssen das LaTeX-Paket 
17773 \series bold
17774 colortbl
17775 \series default
17776  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17777 \end_layout
17778
17779 \begin_layout Standard
17780 \begin_inset ERT
17781 status collapsed
17782
17783 \begin_layout Plain Layout
17784
17785
17786 \backslash
17787 fi
17788 \end_layout
17789
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \begin_layout Subsection
17796 Farbige Zeilen
17797 \begin_inset Index idx
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801 farbige ! Tabellenzeilen
17802 \end_layout
17803
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \begin_layout Standard
17810 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17811  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17812  Man lädt das LaTeX-Paket 
17813 \series bold
17814 xcolor
17815 \series default
17816
17817 \begin_inset Index idx
17818 status collapsed
17819
17820 \begin_layout Plain Layout
17821 LaTeX-Pakete ! xcolor
17822 \begin_inset ERT
17823 status collapsed
17824
17825 \begin_layout Plain Layout
17826
17827
17828 \backslash
17829 vspace{4mm}
17830 \end_layout
17831
17832 \end_inset
17833
17834
17835 \end_layout
17836
17837 \end_inset
17838
17839  im LaTeX-Vorspann mit dem Befehl
17840 \end_layout
17841
17842 \begin_layout Standard
17843
17844 \series bold
17845
17846 \backslash
17847 usepackage[table]{xcolor}
17848 \end_layout
17849
17850 \begin_layout Standard
17851
17852 \series bold
17853 xcolor
17854 \series default
17855  lädt automatisch auch das LaTeX-Paket 
17856 \series bold
17857 colortbl
17858 \series default
17859
17860 \begin_inset Index idx
17861 status collapsed
17862
17863 \begin_layout Plain Layout
17864 LaTeX-Pakete ! colortbl
17865 \end_layout
17866
17867 \end_inset
17868
17869 , so dass 
17870 \series bold
17871 colortbl
17872 \series default
17873  in Ihrer LaTeX-Distribution installiert sein muss, ansonsten bekommt man
17874  LaTeX-Fehler.
17875 \end_layout
17876
17877 \begin_layout Standard
17878 \begin_inset ERT
17879 status collapsed
17880
17881 \begin_layout Plain Layout
17882
17883
17884 \backslash
17885 ifcolortbl
17886 \end_layout
17887
17888 \end_inset
17889
17890
17891 \begin_inset Note Note
17892 status open
17893
17894 \begin_layout Plain Layout
17895 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17896 \series bold
17897 colortbl
17898 \series default
17899  installiert ist.
17900 \end_layout
17901
17902 \end_inset
17903
17904
17905 \end_layout
17906
17907 \begin_layout Standard
17908 Die Tabellenzeilen werden mit dem Befehl
17909 \end_layout
17910
17911 \begin_layout Standard
17912
17913 \series bold
17914
17915 \backslash
17916 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17917 \end_layout
17918
17919 \begin_layout Standard
17920 eingefärbt, der entweder in den LaTeX-Vorspann oder als TeX-Code vor der
17921  ersten zu färbenden Tabelle eingefügt wird.
17922  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17923  Zeilenfarbe gefärbt werden soll.
17924  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17925  werden.
17926  So führt zum Beispiel der Befehl
17927 \end_layout
17928
17929 \begin_layout Standard
17930
17931 \series bold
17932
17933 \backslash
17934 rowcolors{1}{white}{lightgray}
17935 \end_layout
17936
17937 \begin_layout Standard
17938 zum Farbschema von Tabelle
17939 \begin_inset space ~
17940 \end_inset
17941
17942
17943 \begin_inset CommandInset ref
17944 LatexCommand ref
17945 reference "tab:Tabelle-rowcolors"
17946
17947 \end_inset
17948
17949 .
17950  Der Befehl
17951 \end_layout
17952
17953 \begin_layout Standard
17954
17955 \series bold
17956
17957 \backslash
17958 rowcolors[
17959 \backslash
17960 hline]{1}{lightgray}{cyan}
17961 \end_layout
17962
17963 \begin_layout Standard
17964 führt zum Farbschema von Tabelle
17965 \begin_inset space ~
17966 \end_inset
17967
17968
17969 \begin_inset CommandInset ref
17970 LatexCommand ref
17971 reference "tab:Tabelle-rowcolors-2"
17972
17973 \end_inset
17974
17975 .
17976  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
17977  wird keine Farbe verwendet, so dass der Befehl
17978 \end_layout
17979
17980 \begin_layout Standard
17981
17982 \series bold
17983
17984 \backslash
17985 rowcolors{1}{}{}
17986 \end_layout
17987
17988 \begin_layout Standard
17989 alle Farben löscht.
17990  
17991 \series bold
17992
17993 \backslash
17994 rowcolors
17995 \series default
17996  beeinflusst alle diesem Befehl folgenden Tabellen.
17997 \end_layout
17998
17999 \begin_layout Standard
18000 \begin_inset ERT
18001 status open
18002
18003 \begin_layout Plain Layout
18004
18005
18006 \backslash
18007 rowcolors{1}{white}{lightgray}
18008 \end_layout
18009
18010 \end_inset
18011
18012
18013 \end_layout
18014
18015 \begin_layout Standard
18016 \begin_inset Float table
18017 placement h
18018 wide false
18019 sideways false
18020 status open
18021
18022 \begin_layout Plain Layout
18023 \begin_inset Caption Standard
18024
18025 \begin_layout Plain Layout
18026 \begin_inset CommandInset label
18027 LatexCommand label
18028 name "tab:Tabelle-rowcolors"
18029
18030 \end_inset
18031
18032 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \end_layout
18039
18040 \begin_layout Plain Layout
18041 \align center
18042 \begin_inset Tabular
18043 <lyxtabular version="3" rows="4" columns="3">
18044 <features rotate="0" tabularvalignment="middle">
18045 <column alignment="center" valignment="top">
18046 <column alignment="center" valignment="top" width="0pt">
18047 <column alignment="center" valignment="top" width="0pt">
18048 <row>
18049 <cell alignment="center" valignment="top" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 X
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 <cell alignment="center" valignment="top" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 Y
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071 Z
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 </row>
18077 <row>
18078 <cell alignment="center" valignment="top" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082 1
18083 \end_layout
18084
18085 \end_inset
18086 </cell>
18087 <cell alignment="center" valignment="top" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091 2
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 3
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 </row>
18106 <row>
18107 <cell alignment="center" valignment="top" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111 4
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 5
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 <cell alignment="center" valignment="top" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129 6
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 </row>
18135 <row>
18136 <cell alignment="center" valignment="top" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140 7
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 8
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 <cell alignment="center" valignment="top" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158 9
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 </row>
18164 </lyxtabular>
18165
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \end_inset
18172
18173
18174 \end_layout
18175
18176 \begin_layout Standard
18177 \begin_inset ERT
18178 status open
18179
18180 \begin_layout Plain Layout
18181
18182
18183 \backslash
18184 rowcolors[
18185 \backslash
18186 hline]{1}{lightgray}{cyan}
18187 \end_layout
18188
18189 \end_inset
18190
18191
18192 \end_layout
18193
18194 \begin_layout Standard
18195 \begin_inset Float table
18196 placement h
18197 wide false
18198 sideways false
18199 status open
18200
18201 \begin_layout Plain Layout
18202 \begin_inset Caption Standard
18203
18204 \begin_layout Plain Layout
18205 \begin_inset CommandInset label
18206 LatexCommand label
18207 name "tab:Tabelle-rowcolors-2"
18208
18209 \end_inset
18210
18211 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18212  Linie zwischen jeder Zeile befindet.
18213 \end_layout
18214
18215 \end_inset
18216
18217
18218 \end_layout
18219
18220 \begin_layout Plain Layout
18221 \align center
18222 \begin_inset Tabular
18223 <lyxtabular version="3" rows="4" columns="3">
18224 <features rotate="0" tabularvalignment="middle">
18225 <column alignment="center" valignment="top">
18226 <column alignment="center" valignment="top">
18227 <column alignment="center" valignment="top" width="0pt">
18228 <row>
18229 <cell alignment="center" valignment="top" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 X
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242 Y
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 <cell alignment="center" valignment="top" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251 Z
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 </row>
18257 <row>
18258 <cell alignment="center" valignment="top" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 1
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 <cell alignment="center" valignment="top" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 2
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 3
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 </row>
18286 <row>
18287 <cell alignment="center" valignment="top" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Plain Layout
18291 4
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 <cell alignment="center" valignment="top" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300 5
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 6
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 </row>
18315 <row>
18316 <cell alignment="center" valignment="top" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 7
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 <cell alignment="center" valignment="top" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329 8
18330 \end_layout
18331
18332 \end_inset
18333 </cell>
18334 <cell alignment="center" valignment="top" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338 9
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 </row>
18344 </lyxtabular>
18345
18346 \end_inset
18347
18348
18349 \end_layout
18350
18351 \end_inset
18352
18353
18354 \end_layout
18355
18356 \begin_layout Standard
18357 \begin_inset ERT
18358 status collapsed
18359
18360 \begin_layout Plain Layout
18361
18362
18363 \backslash
18364 rowcolors{1}{}{}
18365 \end_layout
18366
18367 \end_inset
18368
18369
18370 \begin_inset Note Note
18371 status collapsed
18372
18373 \begin_layout Plain Layout
18374 schaltet die Färbung aus
18375 \end_layout
18376
18377 \end_inset
18378
18379
18380 \end_layout
18381
18382 \begin_layout Standard
18383 \begin_inset ERT
18384 status collapsed
18385
18386 \begin_layout Plain Layout
18387
18388
18389 \backslash
18390 else
18391 \end_layout
18392
18393 \end_inset
18394
18395
18396 \begin_inset Note Note
18397 status open
18398
18399 \begin_layout Plain Layout
18400 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
18401 \series bold
18402 colortbl
18403 \series default
18404  nicht installiert ist:
18405 \end_layout
18406
18407 \end_inset
18408
18409
18410 \end_layout
18411
18412 \begin_layout Standard
18413 Sie müssen das LaTeX-Paket 
18414 \series bold
18415 colortbl
18416 \series default
18417  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18418 \end_layout
18419
18420 \begin_layout Standard
18421 \begin_inset ERT
18422 status collapsed
18423
18424 \begin_layout Plain Layout
18425
18426
18427 \backslash
18428 fi
18429 \end_layout
18430
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \begin_layout Subsection
18437 Farbige Linien
18438 \begin_inset Index idx
18439 status collapsed
18440
18441 \begin_layout Plain Layout
18442 farbige !  Tabellenlinien
18443 \end_layout
18444
18445 \end_inset
18446
18447
18448 \end_layout
18449
18450 \begin_layout Standard
18451 Wie in Abschnitt
18452 \begin_inset space ~
18453 \end_inset
18454
18455
18456 \begin_inset CommandInset ref
18457 LatexCommand ref
18458 reference "uab:Liniendicke"
18459
18460 \end_inset
18461
18462  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18463 \series bold
18464
18465 \backslash
18466 arrayrulewidth
18467 \series default
18468  definiert werden.
18469  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18470 \begin_inset space \thinspace{}
18471 \end_inset
18472
18473 pt gesetzt.
18474 \begin_inset ERT
18475 status collapsed
18476
18477 \begin_layout Plain Layout
18478
18479
18480 \backslash
18481 setlength{
18482 \backslash
18483 arrayrulewidth}{1.5pt}
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Standard
18492 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
18493 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18494 \begin_inset space ~
18495 \end_inset
18496
18497
18498 \begin_inset CommandInset ref
18499 LatexCommand ref
18500 reference "uab:Angepasste-Zellen-/Spaltenformate"
18501
18502 \end_inset
18503
18504  definiert:
18505 \end_layout
18506
18507 \begin_layout Standard
18508
18509 \series bold
18510
18511 \backslash
18512 newcolumntype{W}{!{
18513 \backslash
18514 color{green}
18515 \backslash
18516 vline}}
18517 \end_layout
18518
18519 \begin_layout Standard
18520 In Tabelle
18521 \begin_inset space ~
18522 \end_inset
18523
18524
18525 \begin_inset CommandInset ref
18526 LatexCommand ref
18527 reference "tab:Tabelle-mit-farbigen-vert"
18528
18529 \end_inset
18530
18531  wurde das LaTeX-Argument 
18532 \series bold
18533 WcW
18534 \series default
18535  für die letzte und 
18536 \series bold
18537 Wc
18538 \series default
18539  für die anderen Spalten benutzt.
18540 \end_layout
18541
18542 \begin_layout Standard
18543 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18544 \end_layout
18545
18546 \begin_layout Standard
18547 \begin_inset Float table
18548 placement h
18549 wide false
18550 sideways false
18551 status open
18552
18553 \begin_layout Plain Layout
18554 \begin_inset Caption Standard
18555
18556 \begin_layout Plain Layout
18557 \begin_inset CommandInset label
18558 LatexCommand label
18559 name "tab:Tabelle-mit-farbigen-vert"
18560
18561 \end_inset
18562
18563 Tabelle mit farbigen vertikalen Linien
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \begin_layout Plain Layout
18572 \align center
18573 \begin_inset Tabular
18574 <lyxtabular version="3" rows="3" columns="3">
18575 <features rotate="0" tabularvalignment="middle">
18576 <column alignment="center" valignment="top" special="Wc">
18577 <column alignment="center" valignment="top" special="Wc">
18578 <column alignment="center" valignment="top" special="WcW">
18579 <row>
18580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 sd
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 <cell alignment="center" valignment="top" topline="true" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 </row>
18608 <row>
18609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" topline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 sd
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 </row>
18637 <row>
18638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660 sd
18661 \end_layout
18662
18663 \end_inset
18664 </cell>
18665 </row>
18666 </lyxtabular>
18667
18668 \end_inset
18669
18670
18671 \end_layout
18672
18673 \end_inset
18674
18675
18676 \end_layout
18677
18678 \begin_layout Standard
18679 \begin_inset VSpace bigskip
18680 \end_inset
18681
18682 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18683 \begin_inset space ~
18684 \end_inset
18685
18686
18687 \begin_inset CommandInset ref
18688 LatexCommand ref
18689 reference "tab:Tabelle-mit-farbigen-horiz"
18690
18691 \end_inset
18692
18693 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
18694  einfügen:
18695 \end_layout
18696
18697 \begin_layout Standard
18698
18699 \series bold
18700
18701 \backslash
18702 let
18703 \backslash
18704 myHlineC
18705 \backslash
18706 hline
18707 \begin_inset Newline newline
18708 \end_inset
18709
18710
18711 \backslash
18712 renewcommand{
18713 \backslash
18714 hline}
18715 \begin_inset Newline newline
18716 \end_inset
18717
18718
18719 \begin_inset Phantom HPhantom
18720 status open
18721
18722 \begin_layout Plain Layout
18723
18724 \series bold
18725 \begin_inset space ~
18726 \end_inset
18727
18728
18729 \end_layout
18730
18731 \end_inset
18732
18733 {
18734 \backslash
18735 arrayrulecolor{red}
18736 \backslash
18737 myHlineC
18738 \backslash
18739 arrayrulecolor{black}}
18740 \end_layout
18741
18742 \begin_layout Standard
18743 \begin_inset ERT
18744 status collapsed
18745
18746 \begin_layout Plain Layout
18747
18748
18749 \backslash
18750 let
18751 \backslash
18752 myHlineC
18753 \backslash
18754 hline
18755 \end_layout
18756
18757 \begin_layout Plain Layout
18758
18759
18760 \backslash
18761 renewcommand{
18762 \backslash
18763 hline}
18764 \end_layout
18765
18766 \begin_layout Plain Layout
18767
18768  {
18769 \backslash
18770 arrayrulecolor{red}
18771 \backslash
18772 myHlineC
18773 \backslash
18774 arrayrulecolor{black}}
18775 \end_layout
18776
18777 \end_inset
18778
18779
18780 \begin_inset Float table
18781 placement h
18782 wide false
18783 sideways false
18784 status open
18785
18786 \begin_layout Plain Layout
18787 \begin_inset Caption Standard
18788
18789 \begin_layout Plain Layout
18790 \begin_inset CommandInset label
18791 LatexCommand label
18792 name "tab:Tabelle-mit-farbigen-horiz"
18793
18794 \end_inset
18795
18796 Tabelle mit farbigen horizontalen Linien
18797 \end_layout
18798
18799 \end_inset
18800
18801
18802 \end_layout
18803
18804 \begin_layout Plain Layout
18805 \align center
18806 \begin_inset Tabular
18807 <lyxtabular version="3" rows="3" columns="3">
18808 <features rotate="0" tabularvalignment="middle">
18809 <column alignment="center" valignment="top">
18810 <column alignment="center" valignment="top">
18811 <column alignment="center" valignment="top">
18812 <row>
18813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817 sd
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826
18827 \end_layout
18828
18829 \end_inset
18830 </cell>
18831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 </row>
18841 <row>
18842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18852 \begin_inset Text
18853
18854 \begin_layout Plain Layout
18855 sd
18856 \end_layout
18857
18858 \end_inset
18859 </cell>
18860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 </row>
18870 <row>
18871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 sd
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 </row>
18899 </lyxtabular>
18900
18901 \end_inset
18902
18903
18904 \end_layout
18905
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \begin_layout Standard
18912 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18913  als TeX-Code hinter der Tabelle einfügen:
18914 \end_layout
18915
18916 \begin_layout Standard
18917
18918 \series bold
18919
18920 \backslash
18921 renewcommand{
18922 \backslash
18923 hline}{
18924 \backslash
18925 myHlineC}
18926 \end_layout
18927
18928 \begin_layout Standard
18929 Tabelle
18930 \begin_inset space ~
18931 \end_inset
18932
18933
18934 \begin_inset CommandInset ref
18935 LatexCommand ref
18936 reference "tab:Table-with-colored"
18937
18938 \end_inset
18939
18940  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18941 \end_layout
18942
18943 \begin_layout Standard
18944 \begin_inset Float table
18945 placement h
18946 wide false
18947 sideways false
18948 status open
18949
18950 \begin_layout Plain Layout
18951 \begin_inset Caption Standard
18952
18953 \begin_layout Plain Layout
18954 \begin_inset CommandInset label
18955 LatexCommand label
18956 name "tab:Table-with-colored"
18957
18958 \end_inset
18959
18960 Tabelle mit farbigen Linien
18961 \end_layout
18962
18963 \end_inset
18964
18965
18966 \end_layout
18967
18968 \begin_layout Plain Layout
18969 \align center
18970 \begin_inset Tabular
18971 <lyxtabular version="3" rows="3" columns="3">
18972 <features rotate="0" tabularvalignment="middle">
18973 <column alignment="center" valignment="top" special="Wc">
18974 <column alignment="center" valignment="top" special="Wc">
18975 <column alignment="center" valignment="top" special="WcW">
18976 <row>
18977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981 sd
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 <cell alignment="center" valignment="top" topline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 </row>
19005 <row>
19006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 <cell alignment="center" valignment="top" topline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Plain Layout
19019 sd
19020 \end_layout
19021
19022 \end_inset
19023 </cell>
19024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 </row>
19034 <row topspace="default">
19035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057 sd
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 </row>
19063 </lyxtabular>
19064
19065 \end_inset
19066
19067
19068 \end_layout
19069
19070 \end_inset
19071
19072
19073 \end_layout
19074
19075 \begin_layout Standard
19076 \begin_inset ERT
19077 status collapsed
19078
19079 \begin_layout Plain Layout
19080
19081
19082 \backslash
19083 renewcommand{
19084 \backslash
19085 hline}{
19086 \backslash
19087 myHlineC}
19088 \end_layout
19089
19090 \end_inset
19091
19092
19093 \end_layout
19094
19095 \begin_layout Standard
19096 \begin_inset ERT
19097 status collapsed
19098
19099 \begin_layout Plain Layout
19100
19101
19102 \backslash
19103 setlength{
19104 \backslash
19105 arrayrulewidth}{0.4pt}
19106 \end_layout
19107
19108 \end_inset
19109
19110
19111 \begin_inset Note Note
19112 status collapsed
19113
19114 \begin_layout Plain Layout
19115 setzt die Liniendicke wieder auf ihren Standardwert zurück
19116 \end_layout
19117
19118 \end_inset
19119
19120
19121 \end_layout
19122
19123 \begin_layout Section
19124 Rotierte Tabellenzellen
19125 \begin_inset CommandInset label
19126 LatexCommand label
19127 name "abs:Rotierte-Tabellenzellen"
19128
19129 \end_inset
19130
19131
19132 \begin_inset Index idx
19133 status collapsed
19134
19135 \begin_layout Plain Layout
19136 Tabellen ! rotierte Zellen
19137 \end_layout
19138
19139 \end_inset
19140
19141
19142 \begin_inset Index idx
19143 status collapsed
19144
19145 \begin_layout Plain Layout
19146 Rotiertes Material
19147 \end_layout
19148
19149 \end_inset
19150
19151
19152 \end_layout
19153
19154 \begin_layout Standard
19155 \begin_inset Note Greyedout
19156 status open
19157
19158 \begin_layout Plain Layout
19159
19160 \series bold
19161 Achtung:
19162 \series default
19163  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19164 \end_layout
19165
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \begin_layout Standard
19172 Momentan bietet LyX nur an, Tabellenzellen um 90
19173 \begin_inset space \thinspace{}
19174 \end_inset
19175
19176 ° gegen den Uhrzeigersinn zu rotieren.
19177  Um Zellen um Winkel Ihrer Wahl zu rotieren, müssen Sie dies zu Ihrem LaTeX-Vors
19178 pann hinzufügen:
19179 \end_layout
19180
19181 \begin_layout Standard
19182
19183 \series bold
19184
19185 \backslash
19186 @ifundefined{turnbox}{
19187 \backslash
19188 usepackage{rotating}}{}
19189 \end_layout
19190
19191 \begin_layout Standard
19192 In die Tabellenzelle, die rotiert werden soll, fügen Sie zu Beginn diesen
19193  Befehl als TeX-Code ein:
19194 \end_layout
19195
19196 \begin_layout Standard
19197
19198 \series bold
19199
19200 \backslash
19201 begin{turn}{Winkel}
19202 \end_layout
19203
19204 \begin_layout Standard
19205 wobei Winkel der Rotationswinkel in ° ist.
19206  Am Ende der Zellen wird der Befehl
19207 \end_layout
19208
19209 \begin_layout Standard
19210
19211 \series bold
19212
19213 \backslash
19214 end{turn}
19215 \end_layout
19216
19217 \begin_layout Standard
19218 als TeX-Code eingefügt.
19219 \end_layout
19220
19221 \begin_layout Standard
19222 Tabelle
19223 \begin_inset space ~
19224 \end_inset
19225
19226
19227 \begin_inset CommandInset ref
19228 LatexCommand ref
19229 reference "tab:Tabelle-mit-rotierten"
19230
19231 \end_inset
19232
19233  ist ein Beispiel bei dem 3
19234 \begin_inset space ~
19235 \end_inset
19236
19237 Zellen um 45
19238 \begin_inset space \thinspace{}
19239 \end_inset
19240
19241 ° rotiert wurden.
19242 \end_layout
19243
19244 \begin_layout Standard
19245 \begin_inset Float table
19246 wide false
19247 sideways false
19248 status open
19249
19250 \begin_layout Plain Layout
19251 \begin_inset Caption Standard
19252
19253 \begin_layout Plain Layout
19254 \begin_inset CommandInset label
19255 LatexCommand label
19256 name "tab:Tabelle-mit-rotierten"
19257
19258 \end_inset
19259
19260 Tabelle mit rotierten Zellen in der ersten Zeile.
19261 \end_layout
19262
19263 \end_inset
19264
19265
19266 \end_layout
19267
19268 \begin_layout Plain Layout
19269 \noindent
19270 \align center
19271 \begin_inset Tabular
19272 <lyxtabular version="3" rows="2" columns="3">
19273 <features rotate="0" tabularvalignment="middle">
19274 <column alignment="center" valignment="top">
19275 <column alignment="center" valignment="top" width="0pt">
19276 <column alignment="center" valignment="top">
19277 <row>
19278 <cell alignment="center" valignment="top" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 \begin_inset ERT
19283 status collapsed
19284
19285 \begin_layout Plain Layout
19286
19287
19288 \backslash
19289 begin{turn}{45}
19290 \end_layout
19291
19292 \end_inset
19293
19294 Tassen
19295 \begin_inset ERT
19296 status collapsed
19297
19298 \begin_layout Plain Layout
19299
19300
19301 \backslash
19302 end{turn}
19303 \end_layout
19304
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316 \begin_inset ERT
19317 status collapsed
19318
19319 \begin_layout Plain Layout
19320
19321
19322 \backslash
19323 begin{turn}{45}
19324 \end_layout
19325
19326 \end_inset
19327
19328 Teller
19329 \begin_inset ERT
19330 status collapsed
19331
19332 \begin_layout Plain Layout
19333
19334
19335 \backslash
19336 end{turn}
19337 \end_layout
19338
19339 \end_inset
19340
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 \begin_inset ERT
19351 status collapsed
19352
19353 \begin_layout Plain Layout
19354
19355
19356 \backslash
19357 begin{turn}{45}
19358 \end_layout
19359
19360 \end_inset
19361
19362 Untertassen
19363 \begin_inset ERT
19364 status collapsed
19365
19366 \begin_layout Plain Layout
19367
19368
19369 \backslash
19370 end{turn}
19371 \end_layout
19372
19373 \end_inset
19374
19375
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 </row>
19381 <row>
19382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386 45
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395 33
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 21
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 </row>
19410 </lyxtabular>
19411
19412 \end_inset
19413
19414
19415 \end_layout
19416
19417 \end_inset
19418
19419
19420 \end_layout
19421
19422 \begin_layout Standard
19423 \begin_inset Note Greyedout
19424 status open
19425
19426 \begin_layout Plain Layout
19427
19428 \series bold
19429 Achtung:
19430 \series default
19431  Zeilenumbrüche (Tastenkürzel 
19432 \family sans
19433 Strg+Enter
19434 \family default
19435 ) sind in rotierten Zellen nicht erlaubt.
19436 \end_layout
19437
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \begin_layout Standard
19444 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19445  den Zelleninhalt in eine Minipage oder Parbox tun.
19446 \begin_inset Foot
19447 status collapsed
19448
19449 \begin_layout Plain Layout
19450 Für mehr über diese Boxen siehe Abschnitt
19451 \begin_inset space ~
19452 \end_inset
19453
19454
19455 \begin_inset CommandInset ref
19456 LatexCommand ref
19457 reference "abs:Minipage"
19458
19459 \end_inset
19460
19461  und 
19462 \begin_inset CommandInset ref
19463 LatexCommand ref
19464 reference "abs:Parbox"
19465
19466 \end_inset
19467
19468 .
19469 \end_layout
19470
19471 \end_inset
19472
19473  Wenn Sie diese Zelle um 90
19474 \begin_inset space \thinspace{}
19475 \end_inset
19476
19477 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19478  Tabelle
19479 \begin_inset space ~
19480 \end_inset
19481
19482
19483 \begin_inset CommandInset ref
19484 LatexCommand ref
19485 reference "tab:Tabelle-mit-rotierter-Umbruch"
19486
19487 \end_inset
19488
19489  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19490  auch 3
19491 \begin_inset space \thinspace{}
19492 \end_inset
19493
19494 cm gesetzt wurde.
19495 \end_layout
19496
19497 \begin_layout Standard
19498 \begin_inset Float table
19499 wide false
19500 sideways false
19501 status open
19502
19503 \begin_layout Plain Layout
19504 \begin_inset Caption Standard
19505
19506 \begin_layout Plain Layout
19507 \begin_inset CommandInset label
19508 LatexCommand label
19509 name "tab:Tabelle-mit-rotierter-Umbruch"
19510
19511 \end_inset
19512
19513 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19514 \end_layout
19515
19516 \end_inset
19517
19518
19519 \end_layout
19520
19521 \begin_layout Plain Layout
19522 \noindent
19523 \align center
19524 \begin_inset Tabular
19525 <lyxtabular version="3" rows="2" columns="3">
19526 <features rotate="0" tabularvalignment="middle">
19527 <column alignment="center" valignment="top">
19528 <column alignment="center" valignment="top" width="0pt">
19529 <column alignment="center" valignment="top">
19530 <row>
19531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535 a
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544 \begin_inset Box Frameless
19545 position "t"
19546 hor_pos "c"
19547 has_inner_box 1
19548 inner_pos "t"
19549 use_parbox 0
19550 use_makebox 0
19551 width "3cm"
19552 special "none"
19553 height "1in"
19554 height_special "totalheight"
19555 status open
19556
19557 \begin_layout Plain Layout
19558 rotierte Zelle
19559 \begin_inset Newline newline
19560 \end_inset
19561
19562 mit Zeilenumbruch
19563 \end_layout
19564
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 e
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 </row>
19582 <row>
19583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 b
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 c
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605 d
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 </row>
19611 </lyxtabular>
19612
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Section
19624 Berechnung der Tabellenbreite
19625 \begin_inset CommandInset label
19626 LatexCommand label
19627 name "abs:Berechnung-der-Tabellenbreite"
19628
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \begin_layout Standard
19635 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19636  Tabelle nicht über den Seitenrand hinausragt.
19637  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19638  aber wie viel Platz wird für jede Spalte benötigt?
19639 \end_layout
19640
19641 \begin_layout Standard
19642 Die Tabellenbreite 
19643 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19644 \end_inset
19645
19646  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19647  
19648 \begin_inset Formula $W_{\mathrm{Spalte}}$
19649 \end_inset
19650
19651  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19652  Spalteninhalt und dem Rand der Spalte (LaTeX-Länge
19653 \series bold
19654  
19655 \backslash
19656 tabcolsep
19657 \series default
19658 , Voreinstellung 6
19659 \begin_inset space \thinspace{}
19660 \end_inset
19661
19662 pt) plus die Breite einer Tabellenlinie (LaTeX-Länge 
19663 \series bold
19664
19665 \backslash
19666 arrayrulewidth
19667 \series default
19668 , Voreinstellung 0.4
19669 \begin_inset space \thinspace{}
19670 \end_inset
19671
19672 pt): Wenn alle 
19673 \begin_inset Formula $n$
19674 \end_inset
19675
19676
19677 \begin_inset space ~
19678 \end_inset
19679
19680 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19681 \begin_inset Formula 
19682 \begin{equation}
19683 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19684 \end{equation}
19685
19686 \end_inset
19687
19688
19689 \end_layout
19690
19691 \begin_layout Standard
19692 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19693  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (LaTeX-Länge
19694  
19695 \series bold
19696
19697 \backslash
19698 columnwidth
19699 \series default
19700 ).
19701  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19702 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19703 \end_inset
19704
19705  gleich 1
19706 \begin_inset space \thinspace{}
19707 \end_inset
19708
19709
19710 \backslash
19711 columnwidth sein soll, kann 
19712 \begin_inset Formula $W_{\mathrm{Spalte}}$
19713 \end_inset
19714
19715  leicht berechnet werden.
19716 \end_layout
19717
19718 \begin_layout Standard
19719 Um Berechnungen ausführen zu können, muss das LaTeX-Paket 
19720 \series bold
19721 calc
19722 \series default
19723
19724 \begin_inset Index idx
19725 status collapsed
19726
19727 \begin_layout Plain Layout
19728 LaTeX-Pakete ! calc
19729 \end_layout
19730
19731 \end_inset
19732
19733  im LaTeX-Vorspann geladen werden.
19734  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19735 \family sans
19736 LaTeX-Argument
19737 \family default
19738  verwendet werden.
19739  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19740 \begin_inset space ~
19741 \end_inset
19742
19743
19744 \begin_inset CommandInset ref
19745 LatexCommand ref
19746 reference "uab:Mehrfachspalten-Berechnungen"
19747
19748 \end_inset
19749
19750  erklärt ist.
19751  Für eine Tabelle mit 5
19752 \begin_inset space \thinspace{}
19753 \end_inset
19754
19755 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19756  für jede Spalte den Befehl
19757 \end_layout
19758
19759 \begin_layout Standard
19760
19761 \series bold
19762 >{
19763 \backslash
19764 centering}p{(1
19765 \backslash
19766 columnwidth-62.4pt)/5}
19767 \end_layout
19768
19769 \begin_layout Standard
19770 an.
19771  Für eine Tabelle mit 5
19772 \begin_inset space \thinspace{}
19773 \end_inset
19774
19775 Spalten bei der 2 das 0,75
19776 \begin_inset space \thinspace{}
19777 \end_inset
19778
19779 fache der Breite der anderen 3
19780 \begin_inset space ~
19781 \end_inset
19782
19783 Spalten haben sollen, ist die Berechnung
19784 \begin_inset Formula 
19785 \begin{align}
19786 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{Spalte}}+2\cdot0,75\, W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19787  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19788  & =4,5\, W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19789 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19790 \end{align}
19791
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \begin_layout Standard
19798 In der Tabelle wird daher der Befehl
19799 \end_layout
19800
19801 \begin_layout Standard
19802
19803 \series bold
19804 >{
19805 \backslash
19806 centering}p{(1
19807 \backslash
19808 columnwidth-62.4pt)/
19809 \backslash
19810 real{4.5}}
19811 \end_layout
19812
19813 \begin_layout Standard
19814 für die breiteren Spalten verwendet und
19815 \end_layout
19816
19817 \begin_layout Standard
19818
19819 \series bold
19820 >{
19821 \backslash
19822 centering}p{(1
19823 \backslash
19824 columnwidth-62.4pt)/
19825 \backslash
19826 real{4.5}*
19827 \backslash
19828 real{0.75}}
19829 \end_layout
19830
19831 \begin_layout Standard
19832 für die schmaleren:
19833 \end_layout
19834
19835 \begin_layout Standard
19836 \begin_inset Tabular
19837 <lyxtabular version="3" rows="2" columns="5">
19838 <features rotate="0" tabularvalignment="middle">
19839 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19840 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19841 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19842 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19843 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19844 <row>
19845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849 1
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858 2
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867 3
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876 4
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885 5
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 </row>
19891 <row>
19892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896 111111 1111111 111111 111111111 11111 11111 1111
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 2222 22222 222222 222222222 2222222 22 22222
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932 333333 333333 333333 33333 3333333 333
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 </row>
19938 </lyxtabular>
19939
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \begin_layout Section
19946 Tabellen-Anpassung
19947 \begin_inset Index idx
19948 status collapsed
19949
19950 \begin_layout Plain Layout
19951 Tabellen ! Anpassung
19952 \end_layout
19953
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \begin_layout Subsection
19960 Zeilenabstand
19961 \begin_inset CommandInset label
19962 LatexCommand label
19963 name "uab:Zeilenabstand"
19964
19965 \end_inset
19966
19967
19968 \begin_inset Index idx
19969 status collapsed
19970
19971 \begin_layout Plain Layout
19972 Tabellen ! Zeilenabstand
19973 \end_layout
19974
19975 \end_inset
19976
19977
19978 \end_layout
19979
19980 \begin_layout Standard
19981 Auf der Karteikarte 
19982 \family sans
19983 Rahmen
19984 \family default
19985  des 
19986 \family sans
19987 Tabellen-Einstellungen
19988 \family default
19989 -Dialogs können Sie 
19990 \family sans
19991 zusätzliche
19992 \begin_inset space ~
19993 \end_inset
19994
19995 Abstände
19996 \family default
19997  einfügen.
19998  Dabei haben Sie drei Möglichkeiten:
19999 \end_layout
20000
20001 \begin_layout Description
20002 Oberhalb
20003 \begin_inset space ~
20004 \end_inset
20005
20006 der
20007 \begin_inset space ~
20008 \end_inset
20009
20010 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20011  Bei einer formalen Tabelle
20012 \begin_inset Foot
20013 status collapsed
20014
20015 \begin_layout Plain Layout
20016 Formale Tabellen wurden in Abschnitt
20017 \begin_inset space ~
20018 \end_inset
20019
20020
20021 \begin_inset CommandInset ref
20022 LatexCommand ref
20023 reference "abs:Formale-Tabellen"
20024
20025 \end_inset
20026
20027  beschrieben.
20028 \end_layout
20029
20030 \end_inset
20031
20032  fügt LyX standardmäßig 0.5
20033 \begin_inset space \thinspace{}
20034 \end_inset
20035
20036 em Leerraum ein.
20037  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20038 \begin_inset VSpace medskip
20039 \end_inset
20040
20041
20042 \begin_inset Newline newline
20043 \end_inset
20044
20045
20046 \begin_inset space \hspace*{}
20047 \length 0pt
20048 \end_inset
20049
20050
20051 \begin_inset space \hfill{}
20052 \end_inset
20053
20054
20055 \begin_inset Tabular
20056 <lyxtabular version="3" rows="3" columns="1">
20057 <features rotate="0" tabularvalignment="middle">
20058 <column alignment="center" valignment="top">
20059 <row>
20060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 A
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 </row>
20070 <row topspace="3mm">
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 3
20076 \begin_inset space \thinspace{}
20077 \end_inset
20078
20079 mm Leerraum oberhalb der Zeile
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 </row>
20085 <row>
20086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 C
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 </row>
20096 </lyxtabular>
20097
20098 \end_inset
20099
20100
20101 \begin_inset space \hfill{}
20102 \end_inset
20103
20104
20105 \begin_inset space \hspace*{}
20106 \length 0pt
20107 \end_inset
20108
20109
20110 \begin_inset VSpace medskip
20111 \end_inset
20112
20113
20114 \begin_inset Newline newline
20115 \end_inset
20116
20117 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20118 n Linien verwenden.
20119 \end_layout
20120
20121 \begin_layout Description
20122 Unterhalb
20123 \begin_inset space ~
20124 \end_inset
20125
20126 der
20127 \begin_inset space ~
20128 \end_inset
20129
20130 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20131  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20132 \begin_inset space \thinspace{}
20133 \end_inset
20134
20135 em Leerraum ein.
20136  Bei normalen Tabellen ist der Standardwert 2
20137 \begin_inset space \thinspace{}
20138 \end_inset
20139
20140 pt.
20141 \end_layout
20142
20143 \begin_layout Description
20144 Zwischen
20145 \begin_inset space ~
20146 \end_inset
20147
20148 den
20149 \begin_inset space ~
20150 \end_inset
20151
20152 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20153  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20154 \begin_inset space \thinspace{}
20155 \end_inset
20156
20157 em Leerraum ein.
20158  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20159 \begin_inset VSpace medskip
20160 \end_inset
20161
20162
20163 \begin_inset Newline newline
20164 \end_inset
20165
20166
20167 \begin_inset space \hspace*{}
20168 \length 0pt
20169 \end_inset
20170
20171
20172 \begin_inset space \hfill{}
20173 \end_inset
20174
20175
20176 \begin_inset Tabular
20177 <lyxtabular version="3" rows="3" columns="1">
20178 <features rotate="0" tabularvalignment="middle">
20179 <column alignment="center" valignment="top">
20180 <row>
20181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185 A
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 </row>
20191 <row interlinespace="3mm">
20192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20193 \begin_inset Text
20194
20195 \begin_layout Plain Layout
20196 \begin_inset Formula $\downarrow$
20197 \end_inset
20198
20199  3
20200 \begin_inset space \thinspace{}
20201 \end_inset
20202
20203 mm Leerraum zwischen den Zeilen 
20204 \begin_inset Formula $\downarrow$
20205 \end_inset
20206
20207
20208 \end_layout
20209
20210 \end_inset
20211 </cell>
20212 </row>
20213 <row>
20214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20215 \begin_inset Text
20216
20217 \begin_layout Plain Layout
20218 \begin_inset Formula $\uparrow$
20219 \end_inset
20220
20221  3
20222 \begin_inset space \thinspace{}
20223 \end_inset
20224
20225 mm Leerraum zwischen den Zeilen 
20226 \begin_inset Formula $\uparrow$
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 </row>
20235 </lyxtabular>
20236
20237 \end_inset
20238
20239
20240 \begin_inset space \hfill{}
20241 \end_inset
20242
20243
20244 \begin_inset space \hspace*{}
20245 \length 0pt
20246 \end_inset
20247
20248
20249 \begin_inset VSpace medskip
20250 \end_inset
20251
20252
20253 \begin_inset Newline newline
20254 \end_inset
20255
20256 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20257 n Linien verwenden.
20258 \end_layout
20259
20260 \begin_layout Standard
20261 \begin_inset VSpace bigskip
20262 \end_inset
20263
20264 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20265  Befehlen im LaTeX-Vorspann machen:
20266 \end_layout
20267
20268 \begin_layout Standard
20269
20270 \series bold
20271
20272 \backslash
20273 @ifundefined{extrarowheight}
20274 \begin_inset Newline newline
20275 \end_inset
20276
20277
20278 \begin_inset Phantom HPhantom
20279 status open
20280
20281 \begin_layout Plain Layout
20282
20283 \series bold
20284 \begin_inset space ~
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \end_inset
20291
20292 {
20293 \backslash
20294 usepackage{array}}{}
20295 \begin_inset Newline newline
20296 \end_inset
20297
20298
20299 \backslash
20300 setlength{
20301 \backslash
20302 extrarowheight}{Höhe}
20303 \end_layout
20304
20305 \begin_layout Standard
20306 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20307  ausgerichtet sind.
20308  (Das Paket 
20309 \series bold
20310 array
20311 \series default
20312  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
20313  verwenden.
20314  Der Befehl 
20315 \series bold
20316
20317 \backslash
20318 @ifundefined
20319 \series default
20320  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20321 \end_layout
20322
20323 \begin_layout Standard
20324 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20325  zu nah an den Buchstaben.
20326  Das kann korrigiert werden, indem man den Befehl 
20327 \series bold
20328
20329 \backslash
20330 strut
20331 \series default
20332  als TeX-Code am Anfang einer Tabellenzeile einfügt.
20333  Tabelle
20334 \begin_inset space ~
20335 \end_inset
20336
20337
20338 \begin_inset CommandInset ref
20339 LatexCommand ref
20340 reference "tab:Vertikale-Ausrichtung-von"
20341
20342 \end_inset
20343
20344  zeigt den Effekt.
20345 \end_layout
20346
20347 \begin_layout Standard
20348 \noindent
20349 \begin_inset Float table
20350 placement h
20351 wide false
20352 sideways false
20353 status open
20354
20355 \begin_layout Plain Layout
20356 \begin_inset Caption Standard
20357
20358 \begin_layout Plain Layout
20359 \begin_inset CommandInset label
20360 LatexCommand label
20361 name "tab:Vertikale-Ausrichtung-von"
20362
20363 \end_inset
20364
20365 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20366 \end_layout
20367
20368 \end_inset
20369
20370
20371 \end_layout
20372
20373 \begin_layout Plain Layout
20374 \begin_inset space \hfill{}
20375 \end_inset
20376
20377
20378 \begin_inset Float table
20379 wide false
20380 sideways false
20381 status collapsed
20382
20383 \begin_layout Plain Layout
20384 \begin_inset Caption Standard
20385
20386 \begin_layout Plain Layout
20387 Normale Tabelle.
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Plain Layout
20396 \noindent
20397 \align center
20398 \begin_inset Tabular
20399 <lyxtabular version="3" rows="6" columns="1">
20400 <features rotate="0" tabularvalignment="middle">
20401 <column alignment="left" valignment="top">
20402 <row>
20403 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407 Normal, g
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 </row>
20413 <row>
20414 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418
20419 \size large
20420 Groß, g
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 </row>
20426 <row>
20427 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20428 \begin_inset Text
20429
20430 \begin_layout Plain Layout
20431
20432 \size larger
20433 Größer, g
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 </row>
20439 <row>
20440 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20441 \begin_inset Text
20442
20443 \begin_layout Plain Layout
20444
20445 \size largest
20446 noch Größer, g
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 </row>
20452 <row>
20453 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457
20458 \size huge
20459 Riesig
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 </row>
20465 <row>
20466 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470
20471 \size giant
20472 Gigantisch
20473 \end_layout
20474
20475 \end_inset
20476 </cell>
20477 </row>
20478 </lyxtabular>
20479
20480 \end_inset
20481
20482
20483 \end_layout
20484
20485 \end_inset
20486
20487
20488 \begin_inset space \hfill{}
20489 \end_inset
20490
20491
20492 \begin_inset Float table
20493 wide false
20494 sideways false
20495 status collapsed
20496
20497 \begin_layout Plain Layout
20498 \begin_inset Caption Standard
20499
20500 \begin_layout Plain Layout
20501 Tabelle bei der der Befehl 
20502 \series bold
20503
20504 \backslash
20505 strut
20506 \series default
20507  verwendet wurde.
20508 \end_layout
20509
20510 \end_inset
20511
20512
20513 \end_layout
20514
20515 \begin_layout Plain Layout
20516 \noindent
20517 \align center
20518 \begin_inset Tabular
20519 <lyxtabular version="3" rows="6" columns="1">
20520 <features rotate="0" tabularvalignment="middle">
20521 <column alignment="left" valignment="top">
20522 <row>
20523 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527 Normal, g
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 </row>
20533 <row>
20534 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538
20539 \size large
20540 \begin_inset ERT
20541 status collapsed
20542
20543 \begin_layout Plain Layout
20544
20545
20546 \backslash
20547 strut 
20548 \end_layout
20549
20550 \end_inset
20551
20552 Groß, g
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 </row>
20558 <row>
20559 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563
20564 \size larger
20565 \begin_inset ERT
20566 status collapsed
20567
20568 \begin_layout Plain Layout
20569
20570
20571 \backslash
20572 strut 
20573 \end_layout
20574
20575 \end_inset
20576
20577 Größer, g
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 </row>
20583 <row>
20584 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588
20589 \size largest
20590 \begin_inset ERT
20591 status collapsed
20592
20593 \begin_layout Plain Layout
20594
20595
20596 \backslash
20597 strut 
20598 \end_layout
20599
20600 \end_inset
20601
20602 noch Größer, g
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 </row>
20608 <row>
20609 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613
20614 \size huge
20615 \begin_inset ERT
20616 status collapsed
20617
20618 \begin_layout Plain Layout
20619
20620
20621 \backslash
20622 strut 
20623 \end_layout
20624
20625 \end_inset
20626
20627 Riesig
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 </row>
20633 <row>
20634 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638
20639 \size giant
20640 \begin_inset ERT
20641 status collapsed
20642
20643 \begin_layout Plain Layout
20644
20645
20646 \backslash
20647 strut 
20648 \end_layout
20649
20650 \end_inset
20651
20652 Gigantisch
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 </row>
20658 </lyxtabular>
20659
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \end_inset
20666
20667
20668 \begin_inset space \hfill{}
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \end_inset
20675
20676
20677 \end_layout
20678
20679 \begin_layout Subsection
20680 Besondere Zellenausrichtung
20681 \begin_inset CommandInset label
20682 LatexCommand label
20683 name "uab:Besondere-Zellenausrichtung"
20684
20685 \end_inset
20686
20687
20688 \begin_inset Index idx
20689 status collapsed
20690
20691 \begin_layout Plain Layout
20692 Tabellen ! Zellenausrichtung
20693 \end_layout
20694
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \begin_layout Standard
20701 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20702  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20703 \begin_inset space ~
20704 \end_inset
20705
20706
20707 \begin_inset CommandInset ref
20708 LatexCommand ref
20709 reference "tab:Tabellenzellen-sind-auf"
20710
20711 \end_inset
20712
20713 .
20714  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20715  dann entweder den Werkzeugleistenknopf 
20716 \begin_inset Info
20717 type  "icon"
20718 arg   "inset-modify tabular align-decimal"
20719 \end_inset
20720
20721  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20722 \family sans
20723 Am
20724 \begin_inset space ~
20725 \end_inset
20726
20727 Dezimaltrenner
20728 \family default
20729  setzt.
20730  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20731  frei wählen.
20732 \end_layout
20733
20734 \begin_layout Standard
20735 \begin_inset Float table
20736 placement h
20737 wide false
20738 sideways false
20739 status open
20740
20741 \begin_layout Plain Layout
20742 \begin_inset Caption Standard
20743
20744 \begin_layout Plain Layout
20745 \begin_inset CommandInset label
20746 LatexCommand label
20747 name "tab:Tabellenzellen-sind-auf"
20748
20749 \end_inset
20750
20751 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20752 \end_layout
20753
20754 \end_inset
20755
20756
20757 \end_layout
20758
20759 \begin_layout Plain Layout
20760 \align center
20761 \begin_inset Tabular
20762 <lyxtabular version="3" rows="4" columns="1">
20763 <features rotate="0" booktabs="true" tabularvalignment="middle">
20764 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20765 <row>
20766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770 Überschrift
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 </row>
20776 <row>
20777 <cell alignment="center" valignment="top" topline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781 12,6
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 </row>
20787 <row>
20788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792 0,68
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 <row>
20799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803 -123,0
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 </row>
20809 </lyxtabular>
20810
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \begin_layout Standard
20822 \begin_inset Float table
20823 placement h
20824 wide false
20825 sideways false
20826 status open
20827
20828 \begin_layout Plain Layout
20829 \begin_inset Caption Standard
20830
20831 \begin_layout Plain Layout
20832 \begin_inset CommandInset label
20833 LatexCommand label
20834 name "tab:Tabellenzellen-Operator"
20835
20836 \end_inset
20837
20838 Tabellenzellen sind auf den Operator ausgerichtet
20839 \end_layout
20840
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \begin_layout Plain Layout
20847 \align center
20848 \begin_inset Tabular
20849 <lyxtabular version="3" rows="4" columns="2">
20850 <features rotate="0" booktabs="true" tabularvalignment="middle">
20851 <column alignment="right" valignment="top" width="0pt">
20852 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20853 <row>
20854 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858 Überschrift
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 </row>
20873 <row>
20874 <cell alignment="center" valignment="top" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878 \begin_inset Formula $12\,+$
20879 \end_inset
20880
20881
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 <cell alignment="center" valignment="top" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890 \begin_inset Formula $\,6$
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 </row>
20899 <row>
20900 <cell alignment="center" valignment="top" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 \begin_inset Formula $0\,-$
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 <cell alignment="center" valignment="top" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916 \begin_inset Formula $\,68$
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 </row>
20925 <row>
20926 <cell alignment="center" valignment="top" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930 \begin_inset Formula $-123\,/$
20931 \end_inset
20932
20933
20934 \end_layout
20935
20936 \end_inset
20937 </cell>
20938 <cell alignment="center" valignment="top" usebox="none">
20939 \begin_inset Text
20940
20941 \begin_layout Plain Layout
20942 \begin_inset Formula $\,0$
20943 \end_inset
20944
20945
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 </row>
20951 </lyxtabular>
20952
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \end_inset
20959
20960
20961 \end_layout
20962
20963 \begin_layout Standard
20964 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
20965  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
20966  Formeln erlaubt.
20967  In diesem Fall verwendet man die Methode von Tabelle
20968 \begin_inset space ~
20969 \end_inset
20970
20971
20972 \begin_inset CommandInset ref
20973 LatexCommand ref
20974 reference "tab:Tabellenzellen-Operator"
20975
20976 \end_inset
20977
20978 .
20979  Diese Tabelle wurde als 4×2 Tabelle erstellt.
20980  Die Überschrift ist eine zentrierte Mehrfachspalte.
20981  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
20982  und den Operator.
20983  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
20984  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
20985  um den üblichen Leerraum um einen Operator zu erhalten.
20986  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
20987  für die zweite Spalte folgendes eingefügt:
20988 \end_layout
20989
20990 \begin_layout Standard
20991
20992 \series bold
20993 @{}l
20994 \end_layout
20995
20996 \begin_layout Standard
20997 Tabelle
20998 \begin_inset space ~
20999 \end_inset
21000
21001
21002 \begin_inset CommandInset ref
21003 LatexCommand ref
21004 reference "tab:Verschiedene-Ausrichtungen"
21005
21006 \end_inset
21007
21008  zeigt einige Ausrichtungen.
21009  Für die Ausrichtung der Relationen wurde ein kleiner 
21010 \family sans
21011 Leerraum
21012 \family default
21013  eingefügt; wie in der zweiten Spalte von Tabelle
21014 \begin_inset space ~
21015 \end_inset
21016
21017
21018 \begin_inset CommandInset ref
21019 LatexCommand ref
21020 reference "tab:Tabellenzellen-Operator"
21021
21022 \end_inset
21023
21024 .
21025 \end_layout
21026
21027 \begin_layout Standard
21028
21029 \color black
21030 \begin_inset Float table
21031 placement h
21032 wide false
21033 sideways false
21034 status open
21035
21036 \begin_layout Plain Layout
21037
21038 \color black
21039 \begin_inset Caption Standard
21040
21041 \begin_layout Plain Layout
21042
21043 \color black
21044 \begin_inset CommandInset label
21045 LatexCommand label
21046 name "tab:Verschiedene-Ausrichtungen"
21047
21048 \end_inset
21049
21050
21051 \color inherit
21052 Verschiedene Ausrichtungen
21053 \end_layout
21054
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \begin_layout Plain Layout
21061 \align center
21062 \begin_inset Tabular
21063 <lyxtabular version="3" rows="4" columns="6">
21064 <features rotate="0" tabularvalignment="middle">
21065 <column alignment="right" valignment="top">
21066 <column alignment="left" valignment="top" special="@{}l">
21067 <column alignment="right" valignment="top">
21068 <column alignment="left" valignment="top" special="@{}l">
21069 <column alignment="right" valignment="top">
21070 <column alignment="left" valignment="top" special="@{}l">
21071 <row>
21072 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 Einheiten
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094 Exponenten
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 Relationen
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 </row>
21127 <row>
21128 <cell alignment="center" valignment="top" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132 12×
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 24
21142 \begin_inset space \thinspace{}
21143 \end_inset
21144
21145 Flaschen
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 <cell alignment="center" valignment="top" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154 \begin_inset Formula $10\cdot$
21155 \end_inset
21156
21157
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166 \begin_inset Formula $10^{\mbox{-}17}$
21167 \end_inset
21168
21169
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 <cell alignment="center" valignment="top" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178 \begin_inset Formula $\Gamma(t)\propto$
21179 \end_inset
21180
21181
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 <cell alignment="center" valignment="top" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190 \begin_inset Formula $\:\Upsilon(t)$
21191 \end_inset
21192
21193
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 </row>
21199 <row>
21200 <cell alignment="center" valignment="top" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 1024×
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 768
21214 \begin_inset space \thinspace{}
21215 \end_inset
21216
21217 Pixel
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Formula $5.78\cdot$
21227 \end_inset
21228
21229
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $10^{7}$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250 \begin_inset Formula $A\ne$
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $\: B_{\mathrm{red}}$
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 <row>
21272 <cell alignment="center" valignment="top" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276 32×
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285 6
21286 \begin_inset space \thinspace{}
21287 \end_inset
21288
21289 cm
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 -
21299 \begin_inset Formula $33.5\cdot$
21300 \end_inset
21301
21302
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 \begin_inset Formula $10^{4}$
21312 \end_inset
21313
21314
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 \begin_inset Formula $\sin(\alpha)\ge$
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 \begin_inset Formula $\:\sin(\beta)$
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 </row>
21344 </lyxtabular>
21345
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \end_inset
21352
21353
21354 \end_layout
21355
21356 \begin_layout Subsection
21357 Angepasste Zellen-/Spaltenformate
21358 \begin_inset CommandInset label
21359 LatexCommand label
21360 name "uab:Angepasste-Zellen-/Spaltenformate"
21361
21362 \end_inset
21363
21364
21365 \begin_inset Index idx
21366 status collapsed
21367
21368 \begin_layout Plain Layout
21369 Tabellen ! Spaltenformat
21370 \end_layout
21371
21372 \end_inset
21373
21374
21375 \end_layout
21376
21377 \begin_layout Standard
21378 Wenn man wie in Abschnitt
21379 \begin_inset space ~
21380 \end_inset
21381
21382
21383 \begin_inset CommandInset ref
21384 LatexCommand ref
21385 reference "abs:Berechnung-der-Tabellenbreite"
21386
21387 \end_inset
21388
21389  oder Abschnitt
21390 \begin_inset space ~
21391 \end_inset
21392
21393
21394 \begin_inset CommandInset ref
21395 LatexCommand ref
21396 reference "uab:Mehrfachspalten-Berechnungen"
21397
21398 \end_inset
21399
21400  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21401  Tabellen sehr lästig.
21402  Um sich das Leben zu erleichtern, kann man im LaTeX-Vorspann ein Zellen/Spalten
21403 -Format definieren, das dann in allen Tabellen des Dokuments verwendet werden
21404  kann.
21405  Das Format wird mit dem Befehl
21406 \end_layout
21407
21408 \begin_layout Standard
21409
21410 \series bold
21411
21412 \backslash
21413 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21414 \end_layout
21415
21416 \begin_layout Standard
21417 definiert.
21418  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21419 \emph on
21420 b
21421 \emph default
21422
21423 \emph on
21424 c
21425 \emph default
21426
21427 \emph on
21428 l
21429 \emph default
21430
21431 \emph on
21432 m
21433 \emph default
21434
21435 \emph on
21436 p
21437 \emph default
21438  oder 
21439 \emph on
21440 r
21441 \emph default
21442 , weil diese vordefiniert sind.
21443  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21444 \end_layout
21445
21446 \begin_layout Standard
21447 \begin_inset VSpace medskip
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \begin_layout Standard
21454 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21455  Breite könnte das Format so aussehen:
21456 \end_layout
21457
21458 \begin_layout Standard
21459
21460 \series bold
21461
21462 \backslash
21463 newcolumntype{M}[1]{>{
21464 \backslash
21465 centering
21466 \backslash
21467 hspace{0pt}}m{#1}}
21468 \end_layout
21469
21470 \begin_layout Standard
21471 wobei 
21472 \series bold
21473
21474 \backslash
21475 hspace{0pt}
21476 \series default
21477  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21478  Abschnitt
21479 \begin_inset space ~
21480 \end_inset
21481
21482
21483 \begin_inset CommandInset ref
21484 LatexCommand ref
21485 reference "uab:Mehrfache-Zeilen-in"
21486
21487 \end_inset
21488
21489  beschrieben.
21490  Jetzt können Sie mit
21491 \end_layout
21492
21493 \begin_layout Standard
21494
21495 \series bold
21496 M{Breite}
21497 \end_layout
21498
21499 \begin_layout Standard
21500 im 
21501 \family sans
21502 LaTeX-Argument
21503 \family default
21504  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21505 \end_layout
21506
21507 \begin_layout Standard
21508 \begin_inset VSpace bigskip
21509 \end_inset
21510
21511
21512 \end_layout
21513
21514 \begin_layout Standard
21515 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21516  Format definieren:
21517 \end_layout
21518
21519 \begin_layout Standard
21520
21521 \series bold
21522
21523 \backslash
21524 newcolumntype{S}[2]{>{
21525 \backslash
21526 centering
21527 \backslash
21528 hspace{0pt}}
21529 \begin_inset Newline newline
21530 \end_inset
21531
21532
21533 \begin_inset Phantom HPhantom
21534 status open
21535
21536 \begin_layout Plain Layout
21537
21538 \series bold
21539
21540 \backslash
21541 newcolumntype
21542 \end_layout
21543
21544 \end_inset
21545
21546 m{(#1+(2
21547 \backslash
21548 tabcolsep+
21549 \backslash
21550 arrayrulewidth)*(1-#2))/#2}}
21551 \end_layout
21552
21553 \begin_layout Standard
21554 Dieses Format benutzt Gleichung
21555 \begin_inset space ~
21556 \end_inset
21557
21558
21559 \begin_inset CommandInset ref
21560 LatexCommand ref
21561 reference "eq:Wgn"
21562
21563 \end_inset
21564
21565 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21566  breit ist.
21567 \end_layout
21568
21569 \begin_layout Standard
21570 Jetzt können Sie im 
21571 \family sans
21572 LaTeX-Argument
21573 \family default
21574  im 
21575 \family sans
21576 Tabellen-Einstellungen
21577 \family default
21578 -Dialog folgendes einfügen:
21579 \end_layout
21580
21581 \begin_layout Standard
21582
21583 \series bold
21584 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21585 \end_layout
21586
21587 \begin_layout Standard
21588 \begin_inset VSpace bigskip
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \begin_layout Standard
21595 Für farbige Spalten können Sie folgendes einfügen:
21596 \end_layout
21597
21598 \begin_layout Standard
21599
21600 \series bold
21601
21602 \backslash
21603 newcolumntype{K}[1]{>{
21604 \backslash
21605 columncolor{#1}
21606 \backslash
21607 hspace{0pt}}c}
21608 \end_layout
21609
21610 \begin_layout Standard
21611 Das 
21612 \begin_inset Quotes gld
21613 \end_inset
21614
21615 c
21616 \begin_inset Quotes grd
21617 \end_inset
21618
21619  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21620  zentriert ist.
21621  Jetzt können Sie als 
21622 \family sans
21623 LaTeX-Argument
21624 \family default
21625  folgendes einfügen:
21626 \end_layout
21627
21628 \begin_layout Standard
21629
21630 \series bold
21631 K{Farbname}
21632 \end_layout
21633
21634 \begin_layout Standard
21635 \begin_inset VSpace bigskip
21636 \end_inset
21637
21638
21639 \end_layout
21640
21641 \begin_layout Standard
21642 Für Tabelle
21643 \begin_inset space ~
21644 \end_inset
21645
21646
21647 \begin_inset CommandInset ref
21648 LatexCommand ref
21649 reference "tab:Tabelle-mit-benutzerdefinierte"
21650
21651 \end_inset
21652
21653  wurden folgende 
21654 \family sans
21655 LaTeX-Argumente
21656 \family default
21657  benutzt:
21658 \end_layout
21659
21660 \begin_layout Standard
21661
21662 \series bold
21663 M{2.5cm}
21664 \end_layout
21665
21666 \begin_layout Standard
21667 für die erste Spalte und die Mehrfachspalte,
21668 \end_layout
21669
21670 \begin_layout Standard
21671
21672 \series bold
21673 K{red}
21674 \end_layout
21675
21676 \begin_layout Standard
21677 für die letzte Spalte und
21678 \end_layout
21679
21680 \begin_layout Standard
21681
21682 \series bold
21683 S{2.5cm}{2}
21684 \end_layout
21685
21686 \begin_layout Standard
21687 für die Spalten in der zweiten Mehrfachspalte.
21688 \end_layout
21689
21690 \begin_layout Standard
21691 \begin_inset Float table
21692 placement h
21693 wide false
21694 sideways false
21695 status open
21696
21697 \begin_layout Plain Layout
21698 \begin_inset Caption Standard
21699
21700 \begin_layout Plain Layout
21701 \begin_inset CommandInset label
21702 LatexCommand label
21703 name "tab:Tabelle-mit-benutzerdefinierte"
21704
21705 \end_inset
21706
21707 Tabelle mit benutzerdefinierten Formaten
21708 \end_layout
21709
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \begin_layout Plain Layout
21716 \align center
21717 \begin_inset Tabular
21718 <lyxtabular version="3" rows="3" columns="4">
21719 <features rotate="0" tabularvalignment="middle">
21720 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21721 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21722 <column alignment="center" valignment="middle">
21723 <column alignment="center" valignment="middle" special="K{red}">
21724 <row>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 einsehrlangesWort
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 Mehrfachspalte mit mehreren Zeilen
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756 c
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 </row>
21762 <row>
21763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 d
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 e
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785 f
21786 \end_layout
21787
21788 \end_inset
21789 </cell>
21790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 g
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 </row>
21800 <row>
21801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805 h
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814 i
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 j
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832 k
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 </row>
21838 </lyxtabular>
21839
21840 \end_inset
21841
21842
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Subsection
21851 Liniendicke
21852 \begin_inset CommandInset label
21853 LatexCommand label
21854 name "uab:Liniendicke"
21855
21856 \end_inset
21857
21858
21859 \begin_inset Index idx
21860 status collapsed
21861
21862 \begin_layout Plain Layout
21863 Tabellen  ! Linien ! -dicke
21864 \end_layout
21865
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \begin_layout Standard
21872 Die Liniendicke für alle Linien einer Tabelle kann mit 
21873 \series bold
21874
21875 \backslash
21876 arrayrulewidth
21877 \series default
21878  eingestellt werden.
21879  Um eine Liniendicke von 1.5
21880 \begin_inset space \thinspace{}
21881 \end_inset
21882
21883 pt wie in Tabelle
21884 \begin_inset space ~
21885 \end_inset
21886
21887
21888 \begin_inset CommandInset ref
21889 LatexCommand ref
21890 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21891
21892 \end_inset
21893
21894  zu bekommen, geben Sie den Befehl
21895 \end_layout
21896
21897 \begin_layout Standard
21898
21899 \series bold
21900
21901 \backslash
21902 setlength{
21903 \backslash
21904 arrayrulewidth}{1.5pt}
21905 \end_layout
21906
21907 \begin_layout Standard
21908 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
21909  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21910  Mit
21911 \end_layout
21912
21913 \begin_layout Standard
21914
21915 \series bold
21916
21917 \backslash
21918 setlength{
21919 \backslash
21920 arrayrulewidth}{0.4pt}
21921 \end_layout
21922
21923 \begin_layout Standard
21924 bekommen Sie wieder die Standarddicke.
21925 \end_layout
21926
21927 \begin_layout Standard
21928 \begin_inset ERT
21929 status collapsed
21930
21931 \begin_layout Plain Layout
21932
21933
21934 \backslash
21935 setlength{
21936 \backslash
21937 arrayrulewidth}{1.5pt}
21938 \end_layout
21939
21940 \end_inset
21941
21942
21943 \begin_inset Float table
21944 placement H
21945 wide false
21946 sideways false
21947 status open
21948
21949 \begin_layout Plain Layout
21950 \begin_inset Caption Standard
21951
21952 \begin_layout Plain Layout
21953 \begin_inset CommandInset label
21954 LatexCommand label
21955 name "tab:Tabelle-mit-1.5pt-Liniendicke"
21956
21957 \end_inset
21958
21959 Tabelle mit 1.5
21960 \begin_inset space \thinspace{}
21961 \end_inset
21962
21963 pt Liniendicke
21964 \end_layout
21965
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \begin_layout Plain Layout
21972 \align center
21973 \begin_inset Tabular
21974 <lyxtabular version="3" rows="3" columns="3">
21975 <features rotate="0" tabularvalignment="middle">
21976 <column alignment="center" valignment="top">
21977 <column alignment="center" valignment="top">
21978 <column alignment="center" valignment="top">
21979 <row>
21980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984 sd
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 </row>
22008 <row>
22009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022 sd
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 </row>
22037 <row>
22038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060 sd
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 </row>
22066 </lyxtabular>
22067
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \end_inset
22074
22075
22076 \begin_inset ERT
22077 status collapsed
22078
22079 \begin_layout Plain Layout
22080
22081
22082 \backslash
22083 setlength{
22084 \backslash
22085 arrayrulewidth}{0.4pt}
22086 \end_layout
22087
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \begin_layout Standard
22094 \begin_inset VSpace bigskip
22095 \end_inset
22096
22097 Um eine Liniendicke von 1.5
22098 \begin_inset space \thinspace{}
22099 \end_inset
22100
22101 pt nur für horizontale Linien zu bekommen wie in Tabelle
22102 \begin_inset space ~
22103 \end_inset
22104
22105
22106 \begin_inset CommandInset ref
22107 LatexCommand ref
22108 reference "tab:Tabelle-mit-1.5pt-horiz"
22109
22110 \end_inset
22111
22112 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
22113  einfügen:
22114 \end_layout
22115
22116 \begin_layout Standard
22117
22118 \series bold
22119
22120 \backslash
22121 let
22122 \backslash
22123 myHline
22124 \backslash
22125 hline
22126 \begin_inset Newline newline
22127 \end_inset
22128
22129
22130 \backslash
22131 renewcommand{
22132 \backslash
22133 hline}
22134 \begin_inset Newline newline
22135 \end_inset
22136
22137  {
22138 \backslash
22139 noalign{
22140 \backslash
22141 global
22142 \backslash
22143 arrayrulewidth 1.5pt}
22144 \begin_inset Newline newline
22145 \end_inset
22146
22147  
22148 \backslash
22149 myHline
22150 \backslash
22151 noalign{
22152 \backslash
22153 global
22154 \backslash
22155 arrayrulewidth 0.4pt}}
22156 \end_layout
22157
22158 \begin_layout Standard
22159 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
22160  der (Gleit\SpecialChar \-
22161 objekt-)Tabelle zurück:
22162 \end_layout
22163
22164 \begin_layout Standard
22165
22166 \series bold
22167
22168 \backslash
22169 renewcommand{
22170 \backslash
22171 hline}{
22172 \backslash
22173 myHline}
22174 \end_layout
22175
22176 \begin_layout Standard
22177 \begin_inset ERT
22178 status collapsed
22179
22180 \begin_layout Plain Layout
22181
22182
22183 \backslash
22184 let
22185 \backslash
22186 myHline
22187 \backslash
22188 hline
22189 \end_layout
22190
22191 \begin_layout Plain Layout
22192
22193
22194 \backslash
22195 renewcommand{
22196 \backslash
22197 hline}
22198 \end_layout
22199
22200 \begin_layout Plain Layout
22201
22202  {
22203 \backslash
22204 noalign{
22205 \backslash
22206 global
22207 \backslash
22208 arrayrulewidth 1.5pt}
22209 \end_layout
22210
22211 \begin_layout Plain Layout
22212
22213   
22214 \backslash
22215 myHline
22216 \backslash
22217 noalign{
22218 \backslash
22219 global
22220 \backslash
22221 arrayrulewidth 0.4pt}}
22222 \end_layout
22223
22224 \end_inset
22225
22226
22227 \begin_inset Float table
22228 placement h
22229 wide false
22230 sideways false
22231 status open
22232
22233 \begin_layout Plain Layout
22234 \begin_inset Caption Standard
22235
22236 \begin_layout Plain Layout
22237 \begin_inset CommandInset label
22238 LatexCommand label
22239 name "tab:Tabelle-mit-1.5pt-horiz"
22240
22241 \end_inset
22242
22243 Tabelle mit 1.5
22244 \begin_inset space \thinspace{}
22245 \end_inset
22246
22247 pt dicken horizontalen Linien
22248 \end_layout
22249
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \begin_layout Plain Layout
22256 \align center
22257 \begin_inset Tabular
22258 <lyxtabular version="3" rows="3" columns="3">
22259 <features rotate="0" tabularvalignment="middle">
22260 <column alignment="center" valignment="top">
22261 <column alignment="center" valignment="top">
22262 <column alignment="center" valignment="top">
22263 <row>
22264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 sd
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 </row>
22292 <row>
22293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 sd
22307 \end_layout
22308
22309 \end_inset
22310 </cell>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 <row>
22322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344 sd
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 </lyxtabular>
22351
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \end_inset
22358
22359
22360 \begin_inset ERT
22361 status collapsed
22362
22363 \begin_layout Plain Layout
22364
22365
22366 \backslash
22367 renewcommand{
22368 \backslash
22369 hline}{
22370 \backslash
22371 myHline}
22372 \end_layout
22373
22374 \end_inset
22375
22376
22377 \end_layout
22378
22379 \begin_layout Standard
22380 \begin_inset VSpace bigskip
22381 \end_inset
22382
22383 Um die Liniendicke von 1.5
22384 \begin_inset space \thinspace{}
22385 \end_inset
22386
22387 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
22388  Spaltenformat entsprechend der Beschreibung in Abschnitt
22389 \begin_inset space ~
22390 \end_inset
22391
22392
22393 \begin_inset CommandInset ref
22394 LatexCommand ref
22395 reference "uab:Angepasste-Zellen-/Spaltenformate"
22396
22397 \end_inset
22398
22399  definieren:
22400 \end_layout
22401
22402 \begin_layout Standard
22403
22404 \series bold
22405
22406 \backslash
22407 newcolumntype{V}{!{
22408 \backslash
22409 vrule width 1.5pt}}
22410 \end_layout
22411
22412 \begin_layout Standard
22413 In Tabelle
22414 \begin_inset space ~
22415 \end_inset
22416
22417
22418 \begin_inset CommandInset ref
22419 LatexCommand ref
22420 reference "tab:Tabelle-mit-1.5pt-vert"
22421
22422 \end_inset
22423
22424  wurde das 
22425 \family sans
22426 LaTe
22427 \begin_inset ERT
22428 status collapsed
22429
22430 \begin_layout Plain Layout
22431
22432 {}
22433 \end_layout
22434
22435 \end_inset
22436
22437 X-Argument
22438 \family default
22439 \series bold
22440  VcV
22441 \series default
22442  für die letzte Spalte und
22443 \series bold
22444  Vc
22445 \series default
22446  für die anderen benutzt.
22447 \end_layout
22448
22449 \begin_layout Standard
22450 \begin_inset Float table
22451 placement H
22452 wide false
22453 sideways false
22454 status open
22455
22456 \begin_layout Plain Layout
22457 \begin_inset Caption Standard
22458
22459 \begin_layout Plain Layout
22460 \begin_inset CommandInset label
22461 LatexCommand label
22462 name "tab:Tabelle-mit-1.5pt-vert"
22463
22464 \end_inset
22465
22466 Tabelle mit 1.5
22467 \begin_inset space \thinspace{}
22468 \end_inset
22469
22470 pt dicken vertikalen Linien
22471 \end_layout
22472
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \begin_layout Plain Layout
22479 \align center
22480 \begin_inset Tabular
22481 <lyxtabular version="3" rows="3" columns="3">
22482 <features rotate="0" tabularvalignment="middle">
22483 <column alignment="center" valignment="top" special="Vc">
22484 <column alignment="center" valignment="top" special="Vc">
22485 <column alignment="center" valignment="top" special="VcV">
22486 <row>
22487 <cell alignment="center" valignment="top" topline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 sd
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" topline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 </row>
22515 <row>
22516 <cell alignment="center" valignment="top" topline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" topline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 sd
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" topline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 </row>
22544 <row>
22545 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 sd
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 </row>
22573 </lyxtabular>
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Subsection
22586 Gestrichelte Linien
22587 \begin_inset Index idx
22588 status collapsed
22589
22590 \begin_layout Plain Layout
22591 Tabellen  ! Linien ! gestrichelte 
22592 \end_layout
22593
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \begin_layout Standard
22600 \begin_inset ERT
22601 status collapsed
22602
22603 \begin_layout Plain Layout
22604
22605
22606 \backslash
22607 ifarydshln
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \begin_inset Note Note
22614 status open
22615
22616 \begin_layout Plain Layout
22617 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
22618 \series bold
22619 arydshln
22620 \series default
22621  installiert ist.
22622 \end_layout
22623
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \begin_layout Standard
22630 \begin_inset Float table
22631 placement h
22632 wide false
22633 sideways false
22634 status open
22635
22636 \begin_layout Plain Layout
22637 \begin_inset Caption Standard
22638
22639 \begin_layout Plain Layout
22640 \begin_inset CommandInset label
22641 LatexCommand label
22642 name "tab:Tabelle-mit-gestrichelten"
22643
22644 \end_inset
22645
22646 Tabelle mit gestrichelten Linien
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \begin_layout Plain Layout
22655 \align center
22656 \begin_inset Tabular
22657 <lyxtabular version="3" rows="5" columns="5">
22658 <features rotate="0" tabularvalignment="middle">
22659 <column alignment="center" valignment="top">
22660 <column alignment="center" valignment="top">
22661 <column alignment="center" valignment="top" special=":c">
22662 <column alignment="center" valignment="top">
22663 <column alignment="center" valignment="top">
22664 <row>
22665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669 a
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 b
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 c
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 d
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 e
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 </row>
22711 <row>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 f
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 g
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell alignment="center" valignment="top" topline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 h
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 i
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 j
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 </row>
22758 <row>
22759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763 \begin_inset ERT
22764 status collapsed
22765
22766 \begin_layout Plain Layout
22767
22768
22769 \backslash
22770 hdashline 
22771 \end_layout
22772
22773 \end_inset
22774
22775 k
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 l
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 m
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 n
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 o
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 </row>
22817 <row>
22818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 \begin_inset ERT
22823 status collapsed
22824
22825 \begin_layout Plain Layout
22826
22827
22828 \backslash
22829 cdashline{4-5}
22830 \end_layout
22831
22832 \end_inset
22833
22834 p
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843 q
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 r
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 s
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 </row>
22876 <row>
22877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881 t
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890 u
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 v
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 w
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 x
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 </row>
22923 </lyxtabular>
22924
22925 \end_inset
22926
22927
22928 \end_layout
22929
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \begin_layout Standard
22936 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
22937  TeX-Code benutzen.
22938  Zunächst müssen Sie das LaTeX-Paket 
22939 \series bold
22940 arydshln
22941 \series default
22942
22943 \begin_inset Index idx
22944 status collapsed
22945
22946 \begin_layout Plain Layout
22947 LaTeX-Pakete ! arydshln
22948 \end_layout
22949
22950 \end_inset
22951
22952  im LaTeX-Vorspann laden:
22953 \end_layout
22954
22955 \begin_layout Standard
22956
22957 \series bold
22958
22959 \backslash
22960 usepackage{arydshln}
22961 \end_layout
22962
22963 \begin_layout Standard
22964 Um senkrechte Linien zu stricheln, müssen Sie im 
22965 \family sans
22966 LaTe
22967 \begin_inset ERT
22968 status collapsed
22969
22970 \begin_layout Plain Layout
22971
22972 {}
22973 \end_layout
22974
22975 \end_inset
22976
22977 X-Argument
22978 \family default
22979  des 
22980 \family sans
22981 Tabellen-Einstellungen
22982 \family default
22983 -Dialogs 
22984 \begin_inset Quotes gld
22985 \end_inset
22986
22987 :
22988 \begin_inset Quotes grd
22989 \end_inset
22990
22991 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
22992 \end_layout
22993
22994 \begin_layout Standard
22995 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
22996 \end_layout
22997
22998 \begin_layout Standard
22999
23000 \series bold
23001
23002 \backslash
23003 hdashline
23004 \end_layout
23005
23006 \begin_layout Standard
23007 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
23008 \end_layout
23009
23010 \begin_layout Standard
23011 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23012 \end_layout
23013
23014 \begin_layout Standard
23015
23016 \series bold
23017
23018 \backslash
23019 cdashline{Anfangsspalte-Endspalte}
23020 \end_layout
23021
23022 \begin_layout Standard
23023 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
23024  Wenn Sie z.
23025 \begin_inset space \thinspace{}
23026 \end_inset
23027
23028 B.
23029  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23030  gestrichelte Linie haben, fügen Sie den Befehl
23031 \end_layout
23032
23033 \begin_layout Standard
23034
23035 \series bold
23036
23037 \backslash
23038 cdashline{2-4}
23039 \end_layout
23040
23041 \begin_layout Standard
23042 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23043 \end_layout
23044
23045 \begin_layout Standard
23046 \begin_inset VSpace bigskip
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \begin_layout Standard
23053 In Tabelle
23054 \begin_inset space ~
23055 \end_inset
23056
23057
23058 \begin_inset CommandInset ref
23059 LatexCommand ref
23060 reference "tab:Tabelle-mit-gestrichelten"
23061
23062 \end_inset
23063
23064  wurde in der dritten Spalte der Befehl
23065 \series bold
23066  
23067 \series default
23068
23069 \begin_inset Quotes gld
23070 \end_inset
23071
23072
23073 \series bold
23074 :c
23075 \begin_inset Quotes grd
23076 \end_inset
23077
23078
23079 \series default
23080  benutzt.
23081  Der Befehl 
23082 \series bold
23083
23084 \backslash
23085 hdashline
23086 \series default
23087  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23088 \begin_inset Newline newline
23089 \end_inset
23090
23091  
23092 \series bold
23093
23094 \backslash
23095 cdashline{4-5} 
23096 \series default
23097 wurde in die erste Zelle der vierten Zeile eingefügt.
23098 \end_layout
23099
23100 \begin_layout Standard
23101 \begin_inset VSpace bigskip
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \begin_layout Standard
23108 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23109 \begin_inset space ~
23110 \end_inset
23111
23112
23113 \begin_inset CommandInset ref
23114 LatexCommand ref
23115 reference "tab:Farbige-Tabelle-mit"
23116
23117 \end_inset
23118
23119  verdeutlicht.
23120 \end_layout
23121
23122 \begin_layout Standard
23123 \begin_inset ERT
23124 status collapsed
23125
23126 \begin_layout Plain Layout
23127
23128
23129 \backslash
23130 setlength{
23131 \backslash
23132 arrayrulewidth}{1pt}
23133 \end_layout
23134
23135 \end_inset
23136
23137
23138 \begin_inset Note Note
23139 status collapsed
23140
23141 \begin_layout Plain Layout
23142 dickere Linien zur besseren Visualisierung der Linienfarbe
23143 \end_layout
23144
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \begin_layout Standard
23151 \begin_inset ERT
23152 status collapsed
23153
23154 \begin_layout Plain Layout
23155
23156
23157 \backslash
23158 dashgapcolor{green}
23159 \end_layout
23160
23161 \end_inset
23162
23163
23164 \begin_inset Note Note
23165 status collapsed
23166
23167 \begin_layout Plain Layout
23168 färbt Raum zwischen den Strichen grün
23169 \end_layout
23170
23171 \end_inset
23172
23173
23174 \end_layout
23175
23176 \begin_layout Standard
23177 \begin_inset ERT
23178 status collapsed
23179
23180 \begin_layout Plain Layout
23181
23182
23183 \backslash
23184 let
23185 \backslash
23186 myHdashline
23187 \backslash
23188 hdashline
23189 \end_layout
23190
23191 \begin_layout Plain Layout
23192
23193
23194 \backslash
23195 renewcommand{
23196 \backslash
23197 hdashline}
23198 \end_layout
23199
23200 \begin_layout Plain Layout
23201
23202  {
23203 \backslash
23204 arrayrulecolor{red}
23205 \backslash
23206 myHdashline
23207 \backslash
23208 arrayrulecolor{black}}
23209 \end_layout
23210
23211 \end_inset
23212
23213
23214 \begin_inset Note Note
23215 status collapsed
23216
23217 \begin_layout Plain Layout
23218 färbt horizontale, gestrichelte Linien rot
23219 \end_layout
23220
23221 \end_inset
23222
23223
23224 \end_layout
23225
23226 \begin_layout Standard
23227 \begin_inset ERT
23228 status collapsed
23229
23230 \begin_layout Plain Layout
23231
23232
23233 \backslash
23234 let
23235 \backslash
23236 myCdashline
23237 \backslash
23238 cdashline
23239 \end_layout
23240
23241 \begin_layout Plain Layout
23242
23243
23244 \backslash
23245 renewcommand{
23246 \backslash
23247 cdashline}[1]
23248 \end_layout
23249
23250 \begin_layout Plain Layout
23251
23252  {
23253 \backslash
23254 arrayrulecolor{yellow}
23255 \backslash
23256 myCdashline{#1}
23257 \backslash
23258 arrayrulecolor{black}}
23259 \end_layout
23260
23261 \end_inset
23262
23263
23264 \begin_inset Note Note
23265 status collapsed
23266
23267 \begin_layout Plain Layout
23268 färbt partielle horizontale, gestrichelte Linien gelb
23269 \end_layout
23270
23271 \end_inset
23272
23273
23274 \end_layout
23275
23276 \begin_layout Standard
23277 \begin_inset Float table
23278 placement h
23279 wide false
23280 sideways false
23281 status open
23282
23283 \begin_layout Plain Layout
23284 \begin_inset Caption Standard
23285
23286 \begin_layout Plain Layout
23287 \begin_inset CommandInset label
23288 LatexCommand label
23289 name "tab:Farbige-Tabelle-mit"
23290
23291 \end_inset
23292
23293 Farbige Tabelle mit gestrichelten Linien
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \end_layout
23300
23301 \begin_layout Plain Layout
23302 \align center
23303 \begin_inset Tabular
23304 <lyxtabular version="3" rows="5" columns="5">
23305 <features rotate="0" tabularvalignment="middle">
23306 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23307 <column alignment="center" valignment="top" width="0pt">
23308 <column alignment="center" valignment="top" width="0pt" special=":c">
23309 <column alignment="center" valignment="top">
23310 <column alignment="center" valignment="top">
23311 <row>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316 a
23317 \end_layout
23318
23319 \end_inset
23320 </cell>
23321 <cell alignment="center" valignment="top" topline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325 b
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" topline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 c
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 d
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 e
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 </row>
23358 <row>
23359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363 f
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" topline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 g
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 <cell alignment="center" valignment="top" topline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 h
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390 i
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 j
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 \begin_inset ERT
23411 status collapsed
23412
23413 \begin_layout Plain Layout
23414
23415
23416 \backslash
23417 hdashline 
23418 \end_layout
23419
23420 \end_inset
23421
23422
23423 \begin_inset ERT
23424 status collapsed
23425
23426 \begin_layout Plain Layout
23427
23428
23429 \backslash
23430 rowcolor{Gray}
23431 \end_layout
23432
23433 \end_inset
23434
23435 k
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 l
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 m
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 n
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 o
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482 \begin_inset ERT
23483 status collapsed
23484
23485 \begin_layout Plain Layout
23486
23487
23488 \backslash
23489 cdashline{4-5}
23490 \end_layout
23491
23492 \end_inset
23493
23494 p
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 q
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 r
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 s
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 </row>
23536 <row>
23537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541 t
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550 u
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 v
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 w
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 \begin_inset ERT
23578 status collapsed
23579
23580 \begin_layout Plain Layout
23581
23582
23583 \backslash
23584 cellcolor{Maroon}
23585 \end_layout
23586
23587 \end_inset
23588
23589
23590 \color green
23591 i
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 </row>
23597 </lyxtabular>
23598
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \begin_layout Standard
23610 \begin_inset ERT
23611 status collapsed
23612
23613 \begin_layout Plain Layout
23614
23615
23616 \backslash
23617 renewcommand{
23618 \backslash
23619 hdashline}{
23620 \backslash
23621 myHdashline}
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \begin_inset Note Note
23628 status collapsed
23629
23630 \begin_layout Plain Layout
23631 zurücksetzen auf Standardwert
23632 \end_layout
23633
23634 \end_inset
23635
23636
23637 \end_layout
23638
23639 \begin_layout Standard
23640 \begin_inset ERT
23641 status collapsed
23642
23643 \begin_layout Plain Layout
23644
23645
23646 \backslash
23647 renewcommand{
23648 \backslash
23649 cdashline}{
23650 \backslash
23651 myCdashline}
23652 \end_layout
23653
23654 \end_inset
23655
23656
23657 \begin_inset Note Note
23658 status collapsed
23659
23660 \begin_layout Plain Layout
23661 zurücksetzen auf Standardwert
23662 \end_layout
23663
23664 \end_inset
23665
23666
23667 \end_layout
23668
23669 \begin_layout Standard
23670 \begin_inset ERT
23671 status collapsed
23672
23673 \begin_layout Plain Layout
23674
23675
23676 \backslash
23677 nodashgapcolor
23678 \end_layout
23679
23680 \end_inset
23681
23682
23683 \begin_inset Note Note
23684 status collapsed
23685
23686 \begin_layout Plain Layout
23687 zurücksetzen auf Standardwert
23688 \end_layout
23689
23690 \end_inset
23691
23692
23693 \end_layout
23694
23695 \begin_layout Standard
23696 \begin_inset ERT
23697 status collapsed
23698
23699 \begin_layout Plain Layout
23700
23701
23702 \backslash
23703 setlength{
23704 \backslash
23705 arrayrulewidth}{0.4pt}
23706 \end_layout
23707
23708 \end_inset
23709
23710
23711 \begin_inset Note Note
23712 status collapsed
23713
23714 \begin_layout Plain Layout
23715 zurücksetzen auf Standardwert
23716 \end_layout
23717
23718 \end_inset
23719
23720
23721 \end_layout
23722
23723 \begin_layout Standard
23724 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23725 \begin_inset space ~
23726 \end_inset
23727
23728
23729 \begin_inset CommandInset ref
23730 LatexCommand ref
23731 reference "abs:Farbige-Tabellen"
23732
23733 \end_inset
23734
23735  beschrieben.
23736  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23737  beschrieben, man muss in den Befehlen nur 
23738 \series bold
23739
23740 \backslash
23741 myHlineC
23742 \series default
23743  durch 
23744 \series bold
23745
23746 \backslash
23747 myHdashline
23748 \series default
23749  und 
23750 \backslash
23751
23752 \series bold
23753 hline
23754 \series default
23755  durch 
23756 \series bold
23757
23758 \backslash
23759 hdashline
23760 \series default
23761  ersetzen; man verwendet also den Befehl
23762 \end_layout
23763
23764 \begin_layout Standard
23765
23766 \series bold
23767
23768 \backslash
23769 let
23770 \backslash
23771 myHdashline
23772 \backslash
23773 hdashline
23774 \begin_inset Newline newline
23775 \end_inset
23776
23777
23778 \backslash
23779 renewcommand{
23780 \backslash
23781 hdashline}
23782 \begin_inset Newline newline
23783 \end_inset
23784
23785
23786 \begin_inset Phantom HPhantom
23787 status open
23788
23789 \begin_layout Plain Layout
23790
23791 \series bold
23792 \begin_inset space ~
23793 \end_inset
23794
23795
23796 \end_layout
23797
23798 \end_inset
23799
23800 {
23801 \backslash
23802 arrayrulecolor{red}
23803 \backslash
23804 myHdashline
23805 \backslash
23806 arrayrulecolor{black}}
23807 \end_layout
23808
23809 \begin_layout Standard
23810 Um 
23811 \series bold
23812
23813 \backslash
23814 cdashline
23815 \series default
23816  zu färben, lautet der Befehl
23817 \end_layout
23818
23819 \begin_layout Standard
23820
23821 \series bold
23822
23823 \backslash
23824 let
23825 \backslash
23826 myCdashline
23827 \backslash
23828 cdashline
23829 \begin_inset Newline newline
23830 \end_inset
23831
23832
23833 \backslash
23834 renewcommand{
23835 \backslash
23836 cdashline}[1]
23837 \begin_inset Newline newline
23838 \end_inset
23839
23840
23841 \begin_inset Phantom HPhantom
23842 status open
23843
23844 \begin_layout Plain Layout
23845
23846 \series bold
23847 \begin_inset space ~
23848 \end_inset
23849
23850
23851 \end_layout
23852
23853 \end_inset
23854
23855 {
23856 \backslash
23857 arrayrulecolor{red}
23858 \backslash
23859 myCdashline{#1}
23860 \backslash
23861 arrayrulecolor{black}}
23862 \end_layout
23863
23864 \begin_layout Standard
23865 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23866  als TeX-Code hinter der Tabelle einfügen:
23867 \end_layout
23868
23869 \begin_layout Standard
23870 Für 
23871 \series bold
23872
23873 \backslash
23874 hdashline
23875 \end_layout
23876
23877 \begin_layout Standard
23878
23879 \series bold
23880
23881 \backslash
23882 renewcommand{
23883 \backslash
23884 hdashline}{
23885 \backslash
23886 myHdashline}
23887 \end_layout
23888
23889 \begin_layout Standard
23890 und für 
23891 \series bold
23892
23893 \backslash
23894 cdashline
23895 \end_layout
23896
23897 \begin_layout Standard
23898
23899 \series bold
23900
23901 \backslash
23902 renewcommand{
23903 \backslash
23904 cdashline}{
23905 \backslash
23906 myCdashline}
23907 \end_layout
23908
23909 \begin_layout Standard
23910 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23911  Befehl
23912 \end_layout
23913
23914 \begin_layout Standard
23915
23916 \series bold
23917
23918 \backslash
23919 dashgapcolor{Farbe}
23920 \end_layout
23921
23922 \begin_layout Standard
23923 als TeX-Code vor der Tabelle verwenden.
23924  Farbe ist hierbei der Name einer definierten Farbe.
23925  Der Befehl
23926 \end_layout
23927
23928 \begin_layout Standard
23929
23930 \series bold
23931
23932 \backslash
23933 nodashgapcolor
23934 \end_layout
23935
23936 \begin_layout Standard
23937 hebt die Einstellung von 
23938 \series bold
23939
23940 \backslash
23941 dashgapcolor
23942 \series default
23943  auf.
23944 \end_layout
23945
23946 \begin_layout Standard
23947 \begin_inset Note Greyedout
23948 status open
23949
23950 \begin_layout Plain Layout
23951
23952 \series bold
23953 \color none
23954 Achtung
23955 \series default
23956 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
23957  
23958 \series bold
23959 arydshln
23960 \series default
23961  an erster Stelle in der Zelle befinden.
23962  Daher ist in in Zelle 
23963 \emph on
23964 k
23965 \emph default
23966  der Tabelle
23967 \begin_inset space ~
23968 \end_inset
23969
23970
23971 \begin_inset CommandInset ref
23972 LatexCommand ref
23973 reference "tab:Farbige-Tabelle-mit"
23974
23975 \end_inset
23976
23977  der Befehl 
23978 \series bold
23979
23980 \backslash
23981 hdashline
23982 \series default
23983  vor 
23984 \series bold
23985
23986 \backslash
23987 rowcolor
23988 \series default
23989 .
23990 \end_layout
23991
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \begin_layout Standard
23998 \begin_inset Note Greyedout
23999 status open
24000
24001 \begin_layout Plain Layout
24002
24003 \series bold
24004 \color none
24005 Achtung:
24006 \series default
24007  Das LaTeX-Paket 
24008 \series bold
24009 arydshln
24010 \series default
24011  muss im LaTeX-Vorspann nach dem LaTeX-Paket 
24012 \series bold
24013 colortbl
24014 \series default
24015
24016 \begin_inset Index idx
24017 status collapsed
24018
24019 \begin_layout Plain Layout
24020 LaTeX-Pakete ! colortbl
24021 \end_layout
24022
24023 \end_inset
24024
24025  geladen werden.
24026 \end_layout
24027
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \begin_layout Standard
24034 \begin_inset ERT
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038
24039
24040 \backslash
24041 else
24042 \end_layout
24043
24044 \end_inset
24045
24046
24047 \begin_inset Note Note
24048 status open
24049
24050 \begin_layout Plain Layout
24051 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
24052 \series bold
24053 arydshln
24054 \series default
24055  nicht installiert ist:
24056 \end_layout
24057
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \begin_layout Standard
24064 Sie müssen das LaTeX-Paket 
24065 \series bold
24066 arydshln
24067 \series default
24068  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24069 \end_layout
24070
24071 \begin_layout Standard
24072 \begin_inset ERT
24073 status collapsed
24074
24075 \begin_layout Plain Layout
24076
24077
24078 \backslash
24079 fi
24080 \end_layout
24081
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \begin_layout Standard
24088 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24089  von 
24090 \series bold
24091 arydshln
24092 \series default
24093
24094 \begin_inset CommandInset citation
24095 LatexCommand cite
24096 key "arydshln"
24097
24098 \end_inset
24099
24100 .
24101 \end_layout
24102
24103 \begin_layout Chapter
24104 Gleitobjekte
24105 \begin_inset CommandInset label
24106 LatexCommand label
24107 name "kap:Gleitobjekte"
24108
24109 \end_inset
24110
24111
24112 \begin_inset Index idx
24113 status collapsed
24114
24115 \begin_layout Plain Layout
24116 Gleitobjekte
24117 \end_layout
24118
24119 \end_inset
24120
24121
24122 \end_layout
24123
24124 \begin_layout Section
24125 Einleitung
24126 \begin_inset CommandInset label
24127 LatexCommand label
24128 name "abs:Gleitobjekte-Einleitung"
24129
24130 \end_inset
24131
24132
24133 \begin_inset Index idx
24134 status collapsed
24135
24136 \begin_layout Plain Layout
24137 Gleitobjekte ! Einleitung
24138 \end_layout
24139
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \begin_layout Standard
24146 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24147  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24148  der beste Platz ist.
24149  
24150 \family sans
24151 Fußnoten
24152 \family default
24153  und 
24154 \family sans
24155 Randnotizen
24156 \family default
24157  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24158  wenn auf ihrer Seite schon zu viele sind.
24159 \end_layout
24160
24161 \begin_layout Standard
24162 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24163  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24164  um weiße Flächen und Seiten ohne Text zu vermeiden.
24165  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
24166 löst,
24167  kann im Text auf ein Gleitobjekt verwiesen werden.
24168  Gleitobjekte sind deshalb nummeriert.
24169  Querverweise werden in Abschnitt
24170 \begin_inset space ~
24171 \end_inset
24172
24173
24174 \begin_inset CommandInset ref
24175 LatexCommand ref
24176 reference "abs:Auf-Gleitobjekte-verweisen"
24177
24178 \end_inset
24179
24180  beschrieben.
24181 \end_layout
24182
24183 \begin_layout Standard
24184 Ein Gleitobjekt wird mit 
24185 \family sans
24186 Einfügen\SpecialChar \menuseparator
24187 Gleitobjekt\SpecialChar \menuseparator
24188 Algorithmus/Abbildung/Ta\SpecialChar \-
24189 belle/Um\SpecialChar \-
24190 flos\SpecialChar \-
24191 se\SpecialChar \-
24192 nes
24193 \begin_inset space ~
24194 \end_inset
24195
24196 Gleitobjekt
24197 \family default
24198  eingefügt (Werkzeugleistenknopf 
24199 \begin_inset Info
24200 type  "icon"
24201 arg   "float-insert figure"
24202 \end_inset
24203
24204  oder 
24205 \begin_inset Info
24206 type  "icon"
24207 arg   "float-insert table"
24208 \end_inset
24209
24210 ).
24211  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24212  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24213  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24214  #:).
24215  Statt # sehen Sie die von LyX vergebene Nummer.
24216  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24217  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24218  eingefügt.
24219  In Abschnitt
24220 \begin_inset space ~
24221 \end_inset
24222
24223
24224 \begin_inset CommandInset ref
24225 LatexCommand ref
24226 reference "abs:Titel-Platzierung"
24227
24228 \end_inset
24229
24230  finden Sie mehr über die Platzierung des Titels.
24231  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24232  auch wieder geöffnet.
24233  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24234 \begin_inset Graphics
24235         filename clipart/GleitobjektQt4.png
24236         scale 70
24237         scaleBeforeRotation
24238
24239 \end_inset
24240
24241  – ein graues Kästchen mit roter Beschriftung.
24242 \end_layout
24243
24244 \begin_layout Standard
24245 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24246  Gleitobjekte in einem eigenen Absatz einzufügen.
24247 \end_layout
24248
24249 \begin_layout Standard
24250 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24251  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24252  klicken.
24253 \end_layout
24254
24255 \begin_layout Section
24256 Gleitobjekt-Typen
24257 \begin_inset Index idx
24258 status collapsed
24259
24260 \begin_layout Plain Layout
24261 Gleitobjekte ! Typen
24262 \end_layout
24263
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \begin_layout Standard
24270 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24271 \begin_inset space ~
24272 \end_inset
24273
24274
24275 \begin_inset CommandInset ref
24276 LatexCommand ref
24277 reference "abs:Gleitende-Abbildungen"
24278
24279 \end_inset
24280
24281  und 
24282 \begin_inset CommandInset ref
24283 LatexCommand ref
24284 reference "abs:Gleitende-Tabellen"
24285
24286 \end_inset
24287
24288  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24289  Letztere sind in Abschnitt
24290 \begin_inset space ~
24291 \end_inset
24292
24293
24294 \begin_inset CommandInset ref
24295 LatexCommand ref
24296 reference "abs:Umflossene-Gleitobjekte"
24297
24298 \end_inset
24299
24300  beschrieben.
24301 \end_layout
24302
24303 \begin_layout Subsection
24304 Algorithmen-Gleitobjekt
24305 \begin_inset Index idx
24306 status collapsed
24307
24308 \begin_layout Plain Layout
24309 Gleitobjekte ! Algorithmen
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \begin_inset CommandInset label
24316 LatexCommand label
24317 name "uab:Gleitobjekt-Algorithmen"
24318
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \begin_layout Standard
24325 \begin_inset Float algorithm
24326 placement h
24327 wide false
24328 sideways false
24329 status open
24330
24331 \begin_layout Plain Layout
24332 \begin_inset Caption Standard
24333
24334 \begin_layout Plain Layout
24335 \begin_inset CommandInset label
24336 LatexCommand label
24337 name "alg:Ein-Gleitobjekt-Algorithmus"
24338
24339 \end_inset
24340
24341 Ein Gleitobjekt-Algorithmus 
24342 \end_layout
24343
24344 \end_inset
24345
24346
24347 \end_layout
24348
24349 \begin_layout LyX-Code
24350 for I in 1..N loop
24351 \begin_inset Newline newline
24352 \end_inset
24353
24354  Sum:= Sum + A(I); /*Kommentar*/
24355 \begin_inset Newline newline
24356 \end_inset
24357
24358 end loop
24359 \begin_inset VSpace -4mm
24360 \end_inset
24361
24362
24363 \end_layout
24364
24365 \end_inset
24366
24367
24368 \end_layout
24369
24370 \begin_layout Standard
24371 Dieser Typ wird mit 
24372 \family sans
24373 Einfügen\SpecialChar \menuseparator
24374 Gleitobjekt\SpecialChar \menuseparator
24375 Algorithmus
24376 \family default
24377  eingefügt.
24378  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24379  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24380 \begin_inset space ~
24381 \end_inset
24382
24383
24384 \begin_inset CommandInset ref
24385 LatexCommand ref
24386 reference "kap:Programm-Code-Listen"
24387
24388 \end_inset
24389
24390 .
24391  Eine mögliche Absatz-Umgebung hier für ist 
24392 \family sans
24393 LyX-Code
24394 \family default
24395 , beschrieben im 
24396 \emph on
24397 Benutzerhandbuch
24398 \emph default
24399 .
24400  In Algorithmus
24401 \begin_inset space ~
24402 \end_inset
24403
24404
24405 \begin_inset CommandInset ref
24406 LatexCommand ref
24407 reference "alg:Ein-Gleitobjekt-Algorithmus"
24408
24409 \end_inset
24410
24411  wurden am Ende -4
24412 \begin_inset space \thinspace{}
24413 \end_inset
24414
24415 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24416  letzten Zeile gedruckt wird.
24417 \end_layout
24418
24419 \begin_layout Standard
24420 Die Marke 
24421 \emph on
24422 Algorithmus
24423 \emph default
24424  wird nicht automatisch in die druckbare Version übernommen, sondern das
24425  englische Wort 
24426 \emph on
24427 Algorithm
24428 \emph default
24429  verwendet.
24430  Soll
24431 \emph on
24432  Algorithmus
24433 \emph default
24434  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
24435 \end_layout
24436
24437 \begin_layout Standard
24438
24439 \series bold
24440
24441 \backslash
24442 floatname{algorithm}{Algorithmus}
24443 \end_layout
24444
24445 \begin_layout Standard
24446 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24447  Sprache wie die LyX Menünamen haben, das Menü 
24448 \family sans
24449 Einfügen\SpecialChar \menuseparator
24450 Liste
24451 \begin_inset space \thinspace{}
24452 \end_inset
24453
24454 /
24455 \begin_inset space \thinspace{}
24456 \end_inset
24457
24458 Inhaltsverzeichnis\SpecialChar \menuseparator
24459 Algorithmenverzeichnis
24460 \family default
24461  verwendet werden.
24462  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
24463  eingefügt werden:
24464 \end_layout
24465
24466 \begin_layout Standard
24467
24468 \series bold
24469
24470 \backslash
24471 listof{algorithm}{Algorithmenverzeichnis}
24472 \end_layout
24473
24474 \begin_layout Standard
24475 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24476  nach dem Schema 
24477 \begin_inset Quotes gld
24478 \end_inset
24479
24480 Kapitelnummer.Algorithmusnummer
24481 \begin_inset Quotes grd
24482 \end_inset
24483
24484  nummeriert.
24485  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
24486  einfügen:
24487 \end_layout
24488
24489 \begin_layout Standard
24490
24491 \series bold
24492
24493 \backslash
24494 numberwithin{algorithm}{chapter}
24495 \end_layout
24496
24497 \begin_layout Standard
24498 Um 
24499 \series bold
24500
24501 \backslash
24502 numberwithin
24503 \series default
24504  benutzen zu können, muss in den 
24505 \family sans
24506 Mathe
24507 \begin_inset space ~
24508 \end_inset
24509
24510 Optionen
24511 \family default
24512  der 
24513 \family sans
24514 Dokument-Einstellungen
24515 \family default
24516  
24517 \family sans
24518 AMS
24519 \begin_inset space ~
24520 \end_inset
24521
24522 Mathe
24523 \begin_inset space ~
24524 \end_inset
24525
24526 Paket
24527 \family default
24528
24529 \begin_inset space ~
24530 \end_inset
24531
24532
24533 \family sans
24534 verwenden
24535 \family default
24536  angekreuzt sein.
24537 \end_layout
24538
24539 \begin_layout Section
24540 Gleitobjekt-Nummerierung
24541 \begin_inset Index idx
24542 status collapsed
24543
24544 \begin_layout Plain Layout
24545 Gleitobjekte ! Nummerierung
24546 \end_layout
24547
24548 \end_inset
24549
24550
24551 \end_layout
24552
24553 \begin_layout Standard
24554 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24555  nummeriert oder nach dem Schema 
24556 \begin_inset Quotes gld
24557 \end_inset
24558
24559 Kapitelnummer.Gleitobjektnummer
24560 \begin_inset Quotes grd
24561 \end_inset
24562
24563  oder 
24564 \begin_inset Quotes gld
24565 \end_inset
24566
24567 Abschnittsnummer.Gleitobjektnummer
24568 \begin_inset Quotes grd
24569 \end_inset
24570
24571 .
24572  Das hängt von der Dokumentklasse ab.
24573 \end_layout
24574
24575 \begin_layout Standard
24576 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24577  in den LaTeX-Vorspann einfügen:
24578 \end_layout
24579
24580 \begin_layout Standard
24581
24582 \series bold
24583
24584 \backslash
24585 renewcommand{
24586 \backslash
24587 thetable}{
24588 \backslash
24589 roman{table}}
24590 \end_layout
24591
24592 \begin_layout Standard
24593
24594 \series bold
24595
24596 \backslash
24597 thetable
24598 \series default
24599  ist der Befehl, der die Tabellennummer druckt.
24600  Für Abbildungen ist das 
24601 \series bold
24602
24603 \backslash
24604 thefigure
24605 \series default
24606 .
24607  Der Befehl 
24608 \series bold
24609
24610 \backslash
24611 roman
24612 \series default
24613  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24614 \end_layout
24615
24616 \begin_layout Standard
24617 Um das Nummerierungsschema zum Beispiel auf 
24618 \begin_inset Quotes gld
24619 \end_inset
24620
24621 Unterabschnittsnummer.Num\SpecialChar \-
24622 mer
24623 \begin_inset Quotes grd
24624 \end_inset
24625
24626  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
24627 \end_layout
24628
24629 \begin_layout Standard
24630
24631 \series bold
24632
24633 \backslash
24634 numberwithin{table}{subsection}
24635 \end_layout
24636
24637 \begin_layout Standard
24638 Um den Befehl 
24639 \series bold
24640
24641 \backslash
24642 numberwithin
24643 \series default
24644  benutzen zu können, müssen Sie in den 
24645 \family sans
24646 Mathe
24647 \begin_inset space ~
24648 \end_inset
24649
24650 Optionen
24651 \family default
24652  der 
24653 \family sans
24654 Dokument-Einstellungen
24655 \family default
24656  
24657 \family sans
24658 AMS
24659 \begin_inset space ~
24660 \end_inset
24661
24662 Mathe
24663 \begin_inset space ~
24664 \end_inset
24665
24666 Paket
24667 \family default
24668
24669 \begin_inset space ~
24670 \end_inset
24671
24672
24673 \family sans
24674 verwenden
24675 \family default
24676  ankreuzen.
24677 \end_layout
24678
24679 \begin_layout Standard
24680 Sehen Sie sich bitte auch Abschnitt
24681 \begin_inset space ~
24682 \end_inset
24683
24684
24685 \begin_inset CommandInset ref
24686 LatexCommand ref
24687 reference "uab:Fußnoten-Nummerierung"
24688
24689 \end_inset
24690
24691  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24692 \end_layout
24693
24694 \begin_layout Section
24695 Auf Gleitobjekte verweisen
24696 \begin_inset CommandInset label
24697 LatexCommand label
24698 name "abs:Auf-Gleitobjekte-verweisen"
24699
24700 \end_inset
24701
24702
24703 \begin_inset Index idx
24704 status collapsed
24705
24706 \begin_layout Plain Layout
24707 Gleitobjekte ! Querverweise
24708 \end_layout
24709
24710 \end_inset
24711
24712
24713 \begin_inset Index idx
24714 status collapsed
24715
24716 \begin_layout Plain Layout
24717 Querverweise ! auf Gleitobjekte
24718 \end_layout
24719
24720 \end_inset
24721
24722
24723 \end_layout
24724
24725 \begin_layout Standard
24726 Zunächst müssen Sie mit 
24727 \family sans
24728 Einfügen\SpecialChar \menuseparator
24729 Marke
24730 \family default
24731  oder einen Klick auf 
24732 \begin_inset Info
24733 type  "icon"
24734 arg   "label-insert"
24735 \end_inset
24736
24737  eine Marke im Titel einfügen.
24738  Im 
24739 \family sans
24740 Marke
24741 \family default
24742 -Dialog schreiben Sie einen Text in das Feld 
24743 \family sans
24744 Marke
24745 \family default
24746  oder übernehmen den vorgeschlagenen.
24747  Die Marke sieht in LyX dann so aus:
24748 \end_layout
24749
24750 \begin_layout Standard
24751 \begin_inset Graphics
24752         filename clipart/Marke.png
24753         lyxscale 80
24754         scale 50
24755         scaleBeforeRotation
24756
24757 \end_inset
24758
24759
24760 \end_layout
24761
24762 \begin_layout Standard
24763 Die Marke wird als Anker und Name für den Querverweis benutzt.
24764  Mit 
24765 \family sans
24766 Einfügen\SpecialChar \menuseparator
24767 Querverweis
24768 \family default
24769  oder einen Klick auf 
24770 \begin_inset Info
24771 type  "icon"
24772 arg   "dialog-show-new-inset ref"
24773 \end_inset
24774
24775  können Sie dann auf die Marke verweisen.
24776  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
24777  angezeigt:
24778 \end_layout
24779
24780 \begin_layout Standard
24781 \begin_inset Graphics
24782         filename clipart/Querverweis.png
24783         lyxscale 80
24784         scale 50
24785         scaleBeforeRotation
24786
24787 \end_inset
24788
24789
24790 \begin_inset Newline newline
24791 \end_inset
24792
24793  Mehr zu Querverweisen finden Sie im 
24794 \emph on
24795 Benutzerhandbuch
24796 \emph default
24797 .
24798 \end_layout
24799
24800 \begin_layout Standard
24801 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24802  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24803  durch einen Zeilenumbruch getrennt werden können.
24804 \end_layout
24805
24806 \begin_layout Standard
24807 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24808  LyX passt die Querverweise automatisch an.
24809 \end_layout
24810
24811 \begin_layout Standard
24812 Ein Klick auf den Schalter 
24813 \family sans
24814 Gehe
24815 \begin_inset space ~
24816 \end_inset
24817
24818 zur
24819 \begin_inset space ~
24820 \end_inset
24821
24822 Marke
24823 \family default
24824  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24825  Der Text der Schaltfläche heißt jetzt 
24826 \family sans
24827 Gehe
24828 \begin_inset space ~
24829 \end_inset
24830
24831 zurück
24832 \family default
24833  und ein Klick darauf macht genau dies.
24834 \end_layout
24835
24836 \begin_layout Subsection
24837 Querverweis-Formate
24838 \begin_inset CommandInset label
24839 LatexCommand label
24840 name "uab:Querverweis-Formate"
24841
24842 \end_inset
24843
24844
24845 \begin_inset Index idx
24846 status collapsed
24847
24848 \begin_layout Plain Layout
24849 Querverweise ! Formate
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 Es gibt sechs verschiedene Querverweisstile:
24859 \end_layout
24860
24861 \begin_layout Description
24862 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24863  
24864 \begin_inset CommandInset ref
24865 LatexCommand ref
24866 reference "abb:Zwei-Teilabbildungen"
24867
24868 \end_inset
24869
24870
24871 \end_layout
24872
24873 \begin_layout Description
24874 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24875  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24876  verwendet wird, speziell wenn der Name 
24877 \begin_inset Quotes gld
24878 \end_inset
24879
24880 Gleichung
24881 \begin_inset Quotes grd
24882 \end_inset
24883
24884  weggelassen wird: 
24885 \begin_inset CommandInset ref
24886 LatexCommand eqref
24887 reference "eq:Wgn"
24888
24889 \end_inset
24890
24891
24892 \end_layout
24893
24894 \begin_layout Description
24895 <Seite>: druckt die Seitennummer: Seite
24896 \begin_inset space ~
24897 \end_inset
24898
24899
24900 \begin_inset CommandInset ref
24901 LatexCommand pageref
24902 reference "abb:Zwei-Teilabbildungen"
24903
24904 \end_inset
24905
24906
24907 \end_layout
24908
24909 \begin_layout Description
24910 auf
24911 \begin_inset space ~
24912 \end_inset
24913
24914 Seite
24915 \begin_inset space ~
24916 \end_inset
24917
24918 <Seite>: druckt den Text 
24919 \begin_inset Quotes gld
24920 \end_inset
24921
24922 auf Seite
24923 \begin_inset Quotes grd
24924 \end_inset
24925
24926  und die Seitennummer: 
24927 \begin_inset CommandInset ref
24928 LatexCommand vpageref
24929 reference "abb:Zwei-Teilabbildungen"
24930
24931 \end_inset
24932
24933
24934 \end_layout
24935
24936 \begin_layout Description
24937 <Querverweis>
24938 \begin_inset space ~
24939 \end_inset
24940
24941 auf
24942 \begin_inset space ~
24943 \end_inset
24944
24945 Seite
24946 \begin_inset space ~
24947 \end_inset
24948
24949 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
24950 \begin_inset Quotes gld
24951 \end_inset
24952
24953 auf Seite
24954 \begin_inset Quotes grd
24955 \end_inset
24956
24957 , und die Seitennummer: 
24958 \begin_inset CommandInset ref
24959 LatexCommand vref
24960 reference "abb:Zwei-Teilabbildungen"
24961
24962 \end_inset
24963
24964
24965 \end_layout
24966
24967 \begin_layout Description
24968 Formatierter
24969 \begin_inset space ~
24970 \end_inset
24971
24972 Querverweis: druckt ein selbst definiertes Querverweisformat
24973 \begin_inset Newline newline
24974 \end_inset
24975
24976
24977 \begin_inset Note Greyedout
24978 status open
24979
24980 \begin_layout Plain Layout
24981
24982 \series bold
24983 Bemerkung:
24984 \series default
24985  Dies ist nur möglich, wenn das LaTeX-Paket 
24986 \series bold
24987 prettyref
24988 \series default
24989  oder 
24990 \series bold
24991 refstyle
24992 \series default
24993
24994 \begin_inset Index idx
24995 status collapsed
24996
24997 \begin_layout Plain Layout
24998 LaTeX-Pakete ! prettyref
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \begin_inset Index idx
25005 status collapsed
25006
25007 \begin_layout Plain Layout
25008 LaTeX-Pakete ! refstyle
25009 \end_layout
25010
25011 \end_inset
25012
25013  installiert ist.
25014 \end_layout
25015
25016 \end_inset
25017
25018
25019 \begin_inset Newline newline
25020 \end_inset
25021
25022 Sie können duch setzen der Option 
25023 \family sans
25024 Verwende refstyle (nicht prettyref) für Querverweise
25025 \family default
25026  im Menü 
25027 \family sans
25028 Dokument\SpecialChar \menuseparator
25029 Einstellungen\SpecialChar \menuseparator
25030 Dokumentklasse
25031 \family default
25032  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
25033  Das Format wird definiert, indem man den Befehl 
25034 \series bold
25035
25036 \backslash
25037 newrefformat
25038 \series default
25039  (prettyref) oder 
25040 \series bold
25041
25042 \backslash
25043 newref
25044 \series default
25045  (refstyle) in den LaTeX-Vorspann einfügt.
25046  Z.
25047 \begin_inset space \thinspace{}
25048 \end_inset
25049
25050 B.
25051  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25052  
25053 \begin_inset Quotes eld
25054 \end_inset
25055
25056
25057 \family sans
25058 abb
25059 \family default
25060
25061 \begin_inset Quotes erd
25062 \end_inset
25063
25064 ) mit dem Befehle
25065 \begin_inset Newline newline
25066 \end_inset
25067
25068
25069 \series bold
25070
25071 \backslash
25072 newref{abb}{refcmd={Bild auf Seite 
25073 \backslash
25074 pageref{#1}}}
25075 \series default
25076
25077 \begin_inset Newline newline
25078 \end_inset
25079
25080 geändert werden.
25081  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25082 en verwiesen, 
25083 \begin_inset CommandInset citation
25084 LatexCommand cite
25085 key "prettyref,refstyle"
25086
25087 \end_inset
25088
25089 .
25090 \end_layout
25091
25092 \begin_layout Description
25093 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25094 \begin_inset CommandInset ref
25095 LatexCommand nameref
25096 reference "abb:Zwei-Teilabbildungen"
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \begin_layout Standard
25104
25105 \family sans
25106 <Seite>
25107 \family default
25108  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25109  vorherigen, der selben oder der nächsten Seite befindet.
25110  Stattdessen wird z.
25111 \begin_inset space \thinspace{}
25112 \end_inset
25113
25114 B.
25115  der Text 
25116 \begin_inset Quotes gld
25117 \end_inset
25118
25119
25120 \family sans
25121 auf dieser Seite
25122 \family default
25123
25124 \begin_inset Quotes grd
25125 \end_inset
25126
25127  gedruckt.
25128  Der Stil 
25129 \family sans
25130 <Querverweis>
25131 \begin_inset space ~
25132 \end_inset
25133
25134 auf
25135 \begin_inset space ~
25136 \end_inset
25137
25138 Seite
25139 \begin_inset space ~
25140 \end_inset
25141
25142 <Seite>
25143 \family default
25144  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25145  Seite ist.
25146 \end_layout
25147
25148 \begin_layout Standard
25149 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25150  automatisch von LaTeX berechnet.
25151  Die Stile können im Feld 
25152 \family sans
25153 Format
25154 \family default
25155  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25156  einen Querverweis klicken.
25157 \end_layout
25158
25159 \begin_layout Standard
25160 \begin_inset Note Greyedout
25161 status open
25162
25163 \begin_layout Plain Layout
25164
25165 \series bold
25166 Bemerkung:
25167 \series default
25168  Es wird empfohlen, das LaTeX-Paket 
25169 \series bold
25170 refstyle
25171 \series default
25172
25173 \begin_inset Index idx
25174 status collapsed
25175
25176 \begin_layout Plain Layout
25177 LaTeX-Pakete ! refstyle
25178 \end_layout
25179
25180 \end_inset
25181
25182  zu verwenden, da 
25183 \series bold
25184 prettyref
25185 \series default
25186
25187 \begin_inset Index idx
25188 status collapsed
25189
25190 \begin_layout Plain Layout
25191 LaTeX-Pakete ! prettyref
25192 \end_layout
25193
25194 \end_inset
25195
25196  nicht alle möglichen LyX Marken-Kürzel
25197 \begin_inset Foot
25198 status collapsed
25199
25200 \begin_layout Plain Layout
25201  
25202 \begin_inset Quotes gld
25203 \end_inset
25204
25205 abb:
25206 \begin_inset Quotes grd
25207 \end_inset
25208
25209  ist z.
25210 \begin_inset space \thinspace{}
25211 \end_inset
25212
25213 B.
25214  LyXs Kürzel für Marken in Bildbeschriftungen.
25215 \end_layout
25216
25217 \end_inset
25218
25219  kennt und auch nicht internationalisiert ist.
25220 \end_layout
25221
25222 \end_inset
25223
25224
25225 \end_layout
25226
25227 \begin_layout Subsection
25228 Automatische Querverweisnamen
25229 \begin_inset Index idx
25230 status collapsed
25231
25232 \begin_layout Plain Layout
25233 Querverweise ! Automatische Namen 
25234 \end_layout
25235
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \begin_layout Standard
25242 Das LaTeX-Paket 
25243 \series bold
25244 hyperref
25245 \series default
25246
25247 \begin_inset Index idx
25248 status collapsed
25249
25250 \begin_layout Plain Layout
25251 LaTeX-Pakete ! hyperref
25252 \end_layout
25253
25254 \end_inset
25255
25256 , das in den
25257 \family sans
25258  PDF-Eigenschaften
25259 \family default
25260  im 
25261 \family sans
25262 Dokument-Einstellungen
25263 \family default
25264  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25265  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25266  wie 
25267 \emph on
25268 Abschnitt
25269 \emph default
25270 ).
25271  Sie müssen damit z.
25272 \begin_inset space \thinspace{}
25273 \end_inset
25274
25275 B.
25276  nicht mehr den Namen 
25277 \begin_inset Quotes gld
25278 \end_inset
25279
25280 Abbildung
25281 \begin_inset Quotes grd
25282 \end_inset
25283
25284  vor jeden Querverweis auf eine Abbildung schreiben.
25285  Um diese Funktion benutzen zu können, aktivieren Sie 
25286 \series bold
25287 hyperref
25288 \series default
25289  und fügen diese Zeile in den LaTeX-Vorspann ein:
25290 \end_layout
25291
25292 \begin_layout Standard
25293
25294 \series bold
25295
25296 \backslash
25297 AtBeginDocument{
25298 \backslash
25299 renewcommand{
25300 \backslash
25301 ref}[1]{
25302 \backslash
25303 mbox{
25304 \backslash
25305 autoref{#1}}}}
25306 \end_layout
25307
25308 \begin_layout Standard
25309 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25310 \begin_inset space \thinspace{}
25311 \end_inset
25312
25313 B.
25314  statt 
25315 \begin_inset Quotes gld
25316 \end_inset
25317
25318 Abschnitt
25319 \begin_inset Quotes grd
25320 \end_inset
25321
25322  den Namen 
25323 \begin_inset Quotes gld
25324 \end_inset
25325
25326 Kap.
25327 \begin_inset space \thinspace{}
25328 \end_inset
25329
25330
25331 \begin_inset Quotes grd
25332 \end_inset
25333
25334 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25335 \end_layout
25336
25337 \begin_layout Standard
25338
25339 \series bold
25340
25341 \backslash
25342 addto
25343 \backslash
25344 extrasngerman{
25345 \backslash
25346 renewcommand{
25347 \backslash
25348 sectionautorefname}
25349 \begin_inset Newline newline
25350 \end_inset
25351
25352
25353 \begin_inset Phantom HPhantom
25354 status open
25355
25356 \begin_layout Plain Layout
25357
25358 \series bold
25359 \begin_inset space ~
25360 \end_inset
25361
25362
25363 \end_layout
25364
25365 \end_inset
25366
25367 {Kap.
25368 \backslash
25369 negthinspace}}
25370 \end_layout
25371
25372 \begin_layout Standard
25373 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25374 \begin_inset Newline newline
25375 \end_inset
25376
25377
25378 \series bold
25379
25380 \backslash
25381 extrasngerman
25382 \series default
25383  durch 
25384 \series bold
25385
25386 \backslash
25387 extras***
25388 \series default
25389 , wobei *** der Name der verwendeten Sprache ist.
25390 \end_layout
25391
25392 \begin_layout Standard
25393 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25394  z.
25395 \begin_inset space \thinspace{}
25396 \end_inset
25397
25398 B.
25399  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25400 \end_layout
25401
25402 \begin_layout Standard
25403
25404 \series bold
25405
25406 \backslash
25407 addto
25408 \backslash
25409 extrasngerman{
25410 \backslash
25411 renewcommand*{
25412 \backslash
25413 equationautorefname}[1]{}}
25414 \end_layout
25415
25416 \begin_layout Standard
25417 Mehr über dieses Thema finden Sie in der 
25418 \series bold
25419 hyperref
25420 \series default
25421 -Dokumentation 
25422 \begin_inset CommandInset citation
25423 LatexCommand cite
25424 key "hyperref"
25425
25426 \end_inset
25427
25428 .
25429 \end_layout
25430
25431 \begin_layout Standard
25432 \begin_inset Note Greyedout
25433 status open
25434
25435 \begin_layout Plain Layout
25436
25437 \series bold
25438 Bemerkung:
25439 \series default
25440  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25441  als Querverweisstil 
25442 \family sans
25443 Formatierter
25444 \begin_inset space ~
25445 \end_inset
25446
25447 Querverweis
25448 \family default
25449  benutzen, wie in Abschnitt
25450 \begin_inset space ~
25451 \end_inset
25452
25453
25454 \begin_inset CommandInset ref
25455 LatexCommand ref
25456 reference "uab:Querverweis-Formate"
25457
25458 \end_inset
25459
25460  beschrieben.
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Standard
25469 Das 
25470 \emph on
25471 Mathe
25472 \emph default
25473  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25474 \end_layout
25475
25476 \begin_layout Subsection
25477 Querverweis-Position
25478 \begin_inset CommandInset label
25479 LatexCommand label
25480 name "uab:Querverweis-Position"
25481
25482 \end_inset
25483
25484
25485 \begin_inset Index idx
25486 status collapsed
25487
25488 \begin_layout Plain Layout
25489 Querverweise !  Position
25490 \end_layout
25491
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \begin_layout Standard
25498 Wenn Sie 
25499 \series bold
25500 hyperref
25501 \series default
25502
25503 \begin_inset Index idx
25504 status collapsed
25505
25506 \begin_layout Plain Layout
25507 LaTeX-Pakete ! hyperref
25508 \end_layout
25509
25510 \end_inset
25511
25512  in den
25513 \family sans
25514  PDF-Eigenschaften
25515 \family default
25516  im 
25517 \family sans
25518 Dokument-Einstellungen
25519 \family default
25520  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25521  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25522  und Sie werden das Bild ohne Scrollen nicht sehen.
25523  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25524  ist.
25525  Wenn Sie das  LaTeX-Paket 
25526 \series bold
25527 hypcap
25528 \series default
25529
25530 \begin_inset Index idx
25531 status collapsed
25532
25533 \begin_layout Plain Layout
25534 LaTeX-Pakete ! hypcap
25535 \end_layout
25536
25537 \end_inset
25538
25539 , das Teil des LaTeX-Pakets 
25540 \series bold
25541 oberdiek
25542 \series default
25543
25544 \begin_inset Index idx
25545 status collapsed
25546
25547 \begin_layout Plain Layout
25548 LaTeX-Pakete ! oberdiek
25549 \end_layout
25550
25551 \end_inset
25552
25553  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25554  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
25555 \series bold
25556 hypcap
25557 \series default
25558  zunächst in den LaTeX-Vorspann laden:
25559 \end_layout
25560
25561 \begin_layout Standard
25562
25563 \series bold
25564
25565 \backslash
25566 usepackage[figure]{hypcap}
25567 \end_layout
25568
25569 \begin_layout Standard
25570 Sie können 
25571 \series bold
25572 hypcap
25573 \series default
25574  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25575  nicht empfohlen.
25576  Weitere Informationen finden Sie im
25577 \series bold
25578  hypcap
25579 \series default
25580 -Handbuch 
25581 \begin_inset CommandInset citation
25582 LatexCommand cite
25583 key "hypcap"
25584
25585 \end_inset
25586
25587 .
25588 \end_layout
25589
25590 \begin_layout Standard
25591 \begin_inset Note Greyedout
25592 status open
25593
25594 \begin_layout Plain Layout
25595
25596 \series bold
25597 Bemerkung:
25598 \series default
25599  
25600 \series bold
25601 hypcap
25602 \series medium
25603  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25604 \end_layout
25605
25606 \end_inset
25607
25608
25609 \end_layout
25610
25611 \begin_layout Section
25612 Gleitobjekt-Platzierung
25613 \begin_inset CommandInset label
25614 LatexCommand label
25615 name "abs:Gleitobjekt-Platzierung"
25616
25617 \end_inset
25618
25619
25620 \begin_inset Index idx
25621 status collapsed
25622
25623 \begin_layout Plain Layout
25624 Gleitobjekte ! Platzierung
25625 \end_layout
25626
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \begin_layout Standard
25633 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25634 \family sans
25635 Einstellungen 
25636 \family default
25637 öffnet einen Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzieru
25638 ng ändern können.
25639 \begin_inset Newline newline
25640 \end_inset
25641
25642 Die Option 
25643 \family sans
25644 Spalten
25645 \begin_inset space ~
25646 \end_inset
25647
25648 überspannen
25649 \family default
25650  ist nur bei zweispaltigen Dokumenten sinnvoll.
25651  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25652 \begin_inset Newline newline
25653 \end_inset
25654
25655 Die Option 
25656 \family sans
25657 Seitwärts
25658 \begin_inset space ~
25659 \end_inset
25660
25661 drehen
25662 \family default
25663  ist in Abschnitt 
25664 \begin_inset CommandInset ref
25665 LatexCommand ref
25666 reference "abs:Gedrehte-Gleitobjekte"
25667
25668 \end_inset
25669
25670  beschrieben.
25671 \end_layout
25672
25673 \begin_layout Standard
25674 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25675  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25676  Sie die Option 
25677 \family sans
25678 Standard-Platzierung
25679 \begin_inset space ~
25680 \end_inset
25681
25682 verwenden
25683 \family default
25684  nicht verwenden:
25685 \end_layout
25686
25687 \begin_layout Description
25688 Hier
25689 \begin_inset space ~
25690 \end_inset
25691
25692 wenn
25693 \begin_inset space ~
25694 \end_inset
25695
25696 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25697 \end_layout
25698
25699 \begin_layout Description
25700 Anfang
25701 \begin_inset space ~
25702 \end_inset
25703
25704 der
25705 \begin_inset space ~
25706 \end_inset
25707
25708 Seite
25709 \family sans
25710  
25711 \family default
25712 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25713  Gleitobjekte, die maximal 70
25714 \begin_inset space \thinspace{}
25715 \end_inset
25716
25717 % einer Seite benötigen, dürfen oben platziert werden.
25718  Dies kann durch die Variable 
25719 \series bold
25720
25721 \backslash
25722 topfraction
25723 \series default
25724  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
25725 \end_layout
25726
25727 \begin_deeper
25728 \begin_layout Standard
25729
25730 \series bold
25731
25732 \backslash
25733 renewcommand{
25734 \backslash
25735 topfraction}{0.9}
25736 \family typewriter
25737 \series default
25738  
25739 \end_layout
25740
25741 \end_deeper
25742 \begin_layout Description
25743 Ende
25744 \begin_inset space ~
25745 \end_inset
25746
25747 der
25748 \begin_inset space ~
25749 \end_inset
25750
25751 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25752  Gleitobjekte, die maximal 30
25753 \begin_inset space \thinspace{}
25754 \end_inset
25755
25756 % einer Seite benötigen, dürfen unten platziert werden.
25757  Dies kann durch die Variable 
25758 \series bold
25759
25760 \backslash
25761 bottomfraction
25762 \series default
25763  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
25764 \end_layout
25765
25766 \begin_deeper
25767 \begin_layout Standard
25768
25769 \series bold
25770
25771 \backslash
25772 renewcommand{
25773 \backslash
25774 bottomfraction}{0.5}
25775 \end_layout
25776
25777 \begin_layout Standard
25778 die oftmals zu kleine untere Grenze auf 50
25779 \begin_inset space \thinspace{}
25780 \end_inset
25781
25782 %.
25783 \end_layout
25784
25785 \end_deeper
25786 \begin_layout Description
25787 Seite
25788 \begin_inset space ~
25789 \end_inset
25790
25791 mit
25792 \begin_inset space ~
25793 \end_inset
25794
25795 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25796  Nur wenn mehr als 50
25797 \begin_inset space \thinspace{}
25798 \end_inset
25799
25800 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25801  Gleitobjekte bereitgestellt.
25802  Dies kann durch die Variable 
25803 \series bold
25804
25805 \backslash
25806 floatpagefraction 
25807 \series default
25808 im LaTeX-Vorspann überschrieben werden.
25809 \end_layout
25810
25811 \begin_layout Standard
25812 Die Reihenfolge der obigen Optionen wird 
25813 \emph on
25814 immer
25815 \emph default
25816  von LaTeX verwendet.
25817  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
25818  versuchen 
25819 \family sans
25820 Hier
25821 \begin_inset space \space{}
25822 \end_inset
25823
25824 wenn
25825 \begin_inset space \space{}
25826 \end_inset
25827
25828 möglich
25829 \family default
25830 , dann 
25831 \family sans
25832 Anfang
25833 \begin_inset space ~
25834 \end_inset
25835
25836 der
25837 \begin_inset space ~
25838 \end_inset
25839
25840 Seite
25841 \family default
25842  und dann die anderen Optionen anzuwenden.
25843  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
25844  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
25845  Reihenfolge.
25846  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25847 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25848 \end_layout
25849
25850 \begin_layout Standard
25851 Die Option 
25852 \family sans
25853 Hier,
25854 \begin_inset space ~
25855 \end_inset
25856
25857 auf
25858 \begin_inset space ~
25859 \end_inset
25860
25861 jeden
25862 \begin_inset space ~
25863 \end_inset
25864
25865 Fall
25866 \family default
25867  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25868  fast druckreif ist.
25869  Denn mit der Option kann das Objekt nicht mehr 
25870 \emph on
25871 gleiten
25872 \emph default
25873 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25874  oftmals zerstört.
25875 \end_layout
25876
25877 \begin_layout Standard
25878 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25879  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25880 \begin_inset VSpace bigskip
25881 \end_inset
25882
25883
25884 \end_layout
25885
25886 \begin_layout Standard
25887 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25888 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25889  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25890  Das kann mit dem LaTeX-Befehl
25891 \series bold
25892  
25893 \backslash
25894 suppressfloats
25895 \series default
25896  verhindert werden.
25897  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25898  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25899  gesetzt wird.
25900  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
25901 \end_layout
25902
25903 \begin_layout Standard
25904
25905 \series bold
25906
25907 \backslash
25908 let
25909 \backslash
25910 meinAbschnitt
25911 \backslash
25912 section
25913 \begin_inset Newline newline
25914 \end_inset
25915
25916
25917 \backslash
25918 renewcommand{
25919 \backslash
25920 section}{
25921 \backslash
25922 suppressfloats[t]
25923 \backslash
25924 meinAbschnitt}
25925 \end_layout
25926
25927 \begin_layout Standard
25928 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
25929  Unterabschnitten festlegen.
25930  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
25931  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
25932 \end_layout
25933
25934 \begin_layout Standard
25935 Es gibt auch noch das LaTeX-Paket 
25936 \series bold
25937 flafter
25938 \series default
25939
25940 \begin_inset Index idx
25941 status collapsed
25942
25943 \begin_layout Plain Layout
25944 LaTeX-Pakete ! flafter
25945 \end_layout
25946
25947 \end_inset
25948
25949  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
25950  gedruckt wird.
25951 \end_layout
25952
25953 \begin_layout Standard
25954 \begin_inset VSpace bigskip
25955 \end_inset
25956
25957 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
25958  Dafür gibt es das LaTeX-Paket 
25959 \series bold
25960 endfloat
25961 \series default
25962
25963 \begin_inset Index idx
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967 LaTeX-Pakete ! endfloat
25968 \end_layout
25969
25970 \end_inset
25971
25972 .
25973  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
25974  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
25975  
25976 \family sans
25977
25978 \begin_inset Quotes gld
25979 \end_inset
25980
25981 [Abbildung
25982 \begin_inset space ~
25983 \end_inset
25984
25985 3.2 ist ungefähr hier.]
25986 \family default
25987
25988 \begin_inset Quotes grd
25989 \end_inset
25990
25991  finden.
25992  Das 
25993 \series bold
25994 endfloat
25995 \series default
25996 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
25997 \end_layout
25998
25999 \begin_layout Standard
26000
26001 \series bold
26002
26003 \backslash
26004 usepackage[Optionen]{endfloat}
26005 \end_layout
26006
26007 \begin_layout Standard
26008 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26009  Tabellen-Abschnitte, die Sie in der 
26010 \series bold
26011 endfloat
26012 \series default
26013 -Dokumentation 
26014 \begin_inset CommandInset citation
26015 LatexCommand cite
26016 key "endfloat"
26017
26018 \end_inset
26019
26020  nachlesen können.
26021 \begin_inset Newline newline
26022 \end_inset
26023
26024
26025 \begin_inset Note Greyedout
26026 status open
26027
26028 \begin_layout Plain Layout
26029
26030 \series bold
26031 Bemerkung
26032 \begin_inset space ~
26033 \end_inset
26034
26035 1: endfloat
26036 \series default
26037  übersetzt den Hinweistext nicht automatisch.
26038  Abschnitt
26039 \begin_inset space ~
26040 \end_inset
26041
26042 4 in 
26043 \begin_inset CommandInset citation
26044 LatexCommand cite
26045 key "endfloat"
26046
26047 \end_inset
26048
26049  beschreibt, wie es geht.
26050 \end_layout
26051
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \begin_layout Standard
26058 \begin_inset Note Greyedout
26059 status open
26060
26061 \begin_layout Plain Layout
26062
26063 \series bold
26064 Bemerkung
26065 \begin_inset space ~
26066 \end_inset
26067
26068 2: 
26069 \series default
26070 Die aktuelle Version von 
26071 \series bold
26072 endfloat
26073 \series default
26074  hat einen Fehler, wenn die Überschrift ein 
26075 \begin_inset Quotes gld
26076 \end_inset
26077
26078 ß
26079 \begin_inset Quotes grd
26080 \end_inset
26081
26082  enthält.
26083  Sie müssen stattdessen den Befehl 
26084 \series bold
26085
26086 \backslash
26087 ss
26088 \series default
26089  als TeX-Code benutzen.
26090 \end_layout
26091
26092 \end_inset
26093
26094
26095 \end_layout
26096
26097 \begin_layout Standard
26098 \begin_inset VSpace bigskip
26099 \end_inset
26100
26101 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
26102  wie 
26103 \begin_inset CommandInset citation
26104 LatexCommand cite
26105 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26106
26107 \end_inset
26108
26109 .
26110 \end_layout
26111
26112 \begin_layout Section
26113 Gedrehte Gleitobjekte
26114 \begin_inset CommandInset label
26115 LatexCommand label
26116 name "abs:Gedrehte-Gleitobjekte"
26117
26118 \end_inset
26119
26120
26121 \begin_inset Index idx
26122 status collapsed
26123
26124 \begin_layout Plain Layout
26125 Gleitobjekte ! drehen
26126 \end_layout
26127
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \begin_layout Standard
26134 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26135 t drehen.
26136  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26137  und die Option 
26138 \family sans
26139 Seitwärts
26140 \begin_inset space ~
26141 \end_inset
26142
26143 drehen
26144 \family default
26145  wählen.
26146 \end_layout
26147
26148 \begin_layout Standard
26149 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26150  sie ein mehrspaltiges Dokument haben) gedruckt.
26151  Sie können mehrere Spalten überspannen, wenn die Option 
26152 \family sans
26153 Spalten
26154 \begin_inset space ~
26155 \end_inset
26156
26157 überspannen
26158 \family default
26159  in den Gleitobjekt Einstellungen gewählt ist.
26160  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26161  werden können.
26162  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26163  Option 
26164 \series bold
26165 figuresleft
26166 \series default
26167  oder 
26168 \series bold
26169 figuresright
26170 \series default
26171  zu den Dokumentklassen-Optionen hinzu.
26172 \end_layout
26173
26174 \begin_layout Standard
26175 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26176  Tabelle
26177 \begin_inset space ~
26178 \end_inset
26179
26180
26181 \begin_inset CommandInset ref
26182 LatexCommand ref
26183 reference "tab:Gedrehte-Tabelle"
26184
26185 \end_inset
26186
26187  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26188 \end_layout
26189
26190 \begin_layout Standard
26191 \begin_inset Note Greyedout
26192 status open
26193
26194 \begin_layout Plain Layout
26195
26196 \series bold
26197 Bemerkung:
26198 \series default
26199  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26200 \end_layout
26201
26202 \end_inset
26203
26204
26205 \end_layout
26206
26207 \begin_layout Standard
26208 \begin_inset Float table
26209 wide false
26210 sideways true
26211 status open
26212
26213 \begin_layout Plain Layout
26214 \begin_inset Caption Standard
26215
26216 \begin_layout Plain Layout
26217 \begin_inset CommandInset label
26218 LatexCommand label
26219 name "tab:Gedrehte-Tabelle"
26220
26221 \end_inset
26222
26223 Gedrehte Tabelle
26224 \end_layout
26225
26226 \end_inset
26227
26228
26229 \end_layout
26230
26231 \begin_layout Plain Layout
26232 \align center
26233 \begin_inset Tabular
26234 <lyxtabular version="3" rows="1" columns="5">
26235 <features rotate="0" tabularvalignment="middle">
26236 <column alignment="center" valignment="top">
26237 <column alignment="center" valignment="top">
26238 <column alignment="center" valignment="top">
26239 <column alignment="center" valignment="top">
26240 <column alignment="center" valignment="top">
26241 <row>
26242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26243 \begin_inset Text
26244
26245 \begin_layout Plain Layout
26246 Test
26247 \end_layout
26248
26249 \end_inset
26250 </cell>
26251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26252 \begin_inset Text
26253
26254 \begin_layout Plain Layout
26255 b
26256 \end_layout
26257
26258 \end_inset
26259 </cell>
26260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26261 \begin_inset Text
26262
26263 \begin_layout Plain Layout
26264 c
26265 \end_layout
26266
26267 \end_inset
26268 </cell>
26269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273 d
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26279 \begin_inset Text
26280
26281 \begin_layout Plain Layout
26282 e
26283 \end_layout
26284
26285 \end_inset
26286 </cell>
26287 </row>
26288 </lyxtabular>
26289
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \end_inset
26296
26297
26298 \end_layout
26299
26300 \begin_layout Section
26301 Untergleitobjekte
26302 \begin_inset Index idx
26303 status collapsed
26304
26305 \begin_layout Plain Layout
26306 Gleitobjekte ! Untergleitobjekte
26307 \end_layout
26308
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \begin_layout Standard
26315 Untergleitobjekte werden z.
26316 \begin_inset space \thinspace{}
26317 \end_inset
26318
26319 B.
26320  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26321  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26322  eingefügt wird.
26323  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26324  in Tabelle
26325 \begin_inset space ~
26326 \end_inset
26327
26328
26329 \begin_inset CommandInset ref
26330 LatexCommand ref
26331 reference "tab:Untertabellen-nebeneinander"
26332
26333 \end_inset
26334
26335  und 
26336 \begin_inset CommandInset ref
26337 LatexCommand ref
26338 reference "tab:Untertabellen-übereinander"
26339
26340 \end_inset
26341
26342 .
26343 \end_layout
26344
26345 \begin_layout Standard
26346 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26347 \begin_inset space ~
26348 \end_inset
26349
26350
26351 \begin_inset CommandInset ref
26352 LatexCommand ref
26353 reference "tab:Untertabelle-a"
26354
26355 \end_inset
26356
26357  und 
26358 \begin_inset CommandInset ref
26359 LatexCommand ref
26360 reference "tab:Untertabelle-b"
26361
26362 \end_inset
26363
26364  sind Untertabellen von Tabelle
26365 \begin_inset space ~
26366 \end_inset
26367
26368
26369 \begin_inset CommandInset ref
26370 LatexCommand ref
26371 reference "tab:Untertabellen-nebeneinander"
26372
26373 \end_inset
26374
26375 .
26376 \end_layout
26377
26378 \begin_layout Standard
26379 \begin_inset Float table
26380 wide false
26381 sideways false
26382 status open
26383
26384 \begin_layout Plain Layout
26385 \begin_inset Caption Standard
26386
26387 \begin_layout Plain Layout
26388 \begin_inset CommandInset label
26389 LatexCommand label
26390 name "tab:Untertabellen-nebeneinander"
26391
26392 \end_inset
26393
26394 Zwei Untertabellen nebeneinander.
26395 \end_layout
26396
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \begin_layout Plain Layout
26403 \align center
26404 \begin_inset space \hfill{}
26405 \end_inset
26406
26407
26408 \begin_inset Float table
26409 wide false
26410 sideways false
26411 status collapsed
26412
26413 \begin_layout Plain Layout
26414 \begin_inset Caption Standard
26415
26416 \begin_layout Plain Layout
26417 \begin_inset CommandInset label
26418 LatexCommand label
26419 name "tab:Untertabelle-a"
26420
26421 \end_inset
26422
26423 Dies ist Untertabelle a.
26424 \end_layout
26425
26426 \end_inset
26427
26428
26429 \end_layout
26430
26431 \begin_layout Plain Layout
26432 \align center
26433 \begin_inset Tabular
26434 <lyxtabular version="3" rows="1" columns="5">
26435 <features rotate="0" tabularvalignment="middle">
26436 <column alignment="center" valignment="top">
26437 <column alignment="center" valignment="top">
26438 <column alignment="center" valignment="top">
26439 <column alignment="center" valignment="top">
26440 <column alignment="center" valignment="top">
26441 <row>
26442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446 Test
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455 b
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26461 \begin_inset Text
26462
26463 \begin_layout Plain Layout
26464 c
26465 \end_layout
26466
26467 \end_inset
26468 </cell>
26469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473 d
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482 e
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 </row>
26488 </lyxtabular>
26489
26490 \end_inset
26491
26492
26493 \end_layout
26494
26495 \end_inset
26496
26497
26498 \begin_inset space \hfill{}
26499 \end_inset
26500
26501
26502 \begin_inset Float table
26503 wide false
26504 sideways false
26505 status collapsed
26506
26507 \begin_layout Plain Layout
26508 \begin_inset Caption Standard
26509
26510 \begin_layout Plain Layout
26511 \begin_inset CommandInset label
26512 LatexCommand label
26513 name "tab:Untertabelle-b"
26514
26515 \end_inset
26516
26517 Dies ist Untertabelle b.
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \end_layout
26524
26525 \begin_layout Plain Layout
26526 \align center
26527 \begin_inset Tabular
26528 <lyxtabular version="3" rows="1" columns="5">
26529 <features rotate="0" tabularvalignment="middle">
26530 <column alignment="center" valignment="top">
26531 <column alignment="center" valignment="top">
26532 <column alignment="center" valignment="top">
26533 <column alignment="center" valignment="top">
26534 <column alignment="center" valignment="top">
26535 <row>
26536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26537 \begin_inset Text
26538
26539 \begin_layout Plain Layout
26540 e
26541 \end_layout
26542
26543 \end_inset
26544 </cell>
26545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26546 \begin_inset Text
26547
26548 \begin_layout Plain Layout
26549 d
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Plain Layout
26558 c
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567 b
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Plain Layout
26576 Test
26577 \end_layout
26578
26579 \end_inset
26580 </cell>
26581 </row>
26582 </lyxtabular>
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \end_inset
26590
26591
26592 \begin_inset space \hfill{}
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \begin_layout Standard
26604 \begin_inset Float table
26605 wide false
26606 sideways false
26607 status open
26608
26609 \begin_layout Plain Layout
26610 \begin_inset Caption Standard
26611
26612 \begin_layout Plain Layout
26613 \begin_inset CommandInset label
26614 LatexCommand label
26615 name "tab:Untertabellen-übereinander"
26616
26617 \end_inset
26618
26619 Zwei Untertabellen übereinander.
26620  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26621 \end_layout
26622
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \begin_layout Plain Layout
26629 \align center
26630 \begin_inset Float table
26631 wide false
26632 sideways false
26633 status collapsed
26634
26635 \begin_layout Plain Layout
26636 \begin_inset Caption Standard
26637
26638 \begin_layout Plain Layout
26639
26640 \end_layout
26641
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \begin_layout Plain Layout
26648 \align center
26649 \begin_inset Tabular
26650 <lyxtabular version="3" rows="1" columns="4">
26651 <features rotate="0" tabularvalignment="middle">
26652 <column alignment="center" valignment="top">
26653 <column alignment="center" valignment="top">
26654 <column alignment="center" valignment="top">
26655 <column alignment="center" valignment="top">
26656 <row>
26657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Plain Layout
26661 Test
26662 \end_layout
26663
26664 \end_inset
26665 </cell>
26666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Plain Layout
26670 Test
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Plain Layout
26679 Test
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688 Test
26689 \end_layout
26690
26691 \end_inset
26692 </cell>
26693 </row>
26694 </lyxtabular>
26695
26696 \end_inset
26697
26698
26699 \end_layout
26700
26701 \end_inset
26702
26703
26704 \end_layout
26705
26706 \begin_layout Plain Layout
26707 \align center
26708 \begin_inset Float table
26709 wide false
26710 sideways false
26711 status collapsed
26712
26713 \begin_layout Plain Layout
26714 \begin_inset Caption Standard
26715
26716 \begin_layout Plain Layout
26717
26718 \end_layout
26719
26720 \end_inset
26721
26722
26723 \end_layout
26724
26725 \begin_layout Plain Layout
26726 \align center
26727 \begin_inset Tabular
26728 <lyxtabular version="3" rows="1" columns="5">
26729 <features rotate="0" tabularvalignment="middle">
26730 <column alignment="center" valignment="top">
26731 <column alignment="center" valignment="top">
26732 <column alignment="center" valignment="top">
26733 <column alignment="center" valignment="top">
26734 <column alignment="center" valignment="top">
26735 <row>
26736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26737 \begin_inset Text
26738
26739 \begin_layout Plain Layout
26740 a
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26746 \begin_inset Text
26747
26748 \begin_layout Plain Layout
26749 b
26750 \end_layout
26751
26752 \end_inset
26753 </cell>
26754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26755 \begin_inset Text
26756
26757 \begin_layout Plain Layout
26758 c
26759 \end_layout
26760
26761 \end_inset
26762 </cell>
26763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26764 \begin_inset Text
26765
26766 \begin_layout Plain Layout
26767 d
26768 \end_layout
26769
26770 \end_inset
26771 </cell>
26772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26773 \begin_inset Text
26774
26775 \begin_layout Plain Layout
26776 e
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 </row>
26782 </lyxtabular>
26783
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \end_inset
26795
26796
26797 \end_layout
26798
26799 \begin_layout Section
26800 Gleitobjekte nebeneinander
26801 \begin_inset Index idx
26802 status collapsed
26803
26804 \begin_layout Plain Layout
26805 Gleitobjekte ! nebeneinander
26806 \end_layout
26807
26808 \end_inset
26809
26810
26811 \end_layout
26812
26813 \begin_layout Standard
26814 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26815 \begin_inset space ~
26816 \end_inset
26817
26818
26819 \begin_inset CommandInset ref
26820 LatexCommand ref
26821 reference "abb:Gleitobjekt-links"
26822
26823 \end_inset
26824
26825  und 
26826 \begin_inset CommandInset ref
26827 LatexCommand ref
26828 reference "abb:Gleitobjekt-rechts"
26829
26830 \end_inset
26831
26832  wird nur 
26833 \emph on
26834 ein
26835 \emph default
26836  Gleitobjekt verwendet.
26837  In dieses werden zwei Minipage Boxen eingefügt.
26838 \begin_inset Foot
26839 status collapsed
26840
26841 \begin_layout Plain Layout
26842 Minipages sind in Abschnitt
26843 \begin_inset space ~
26844 \end_inset
26845
26846
26847 \begin_inset CommandInset ref
26848 LatexCommand ref
26849 reference "abs:Minipage"
26850
26851 \end_inset
26852
26853  erklärt.
26854 \end_layout
26855
26856 \end_inset
26857
26858  Die Breite wird für jede Minipage auf 45
26859 \begin_inset space \thinspace{}
26860 \end_inset
26861
26862 -50
26863 \begin_inset space \thinspace{}
26864 \end_inset
26865
26866 Spalten% und die Box Ausrichtung auf 
26867 \family sans
26868 Unten
26869 \family default
26870  gesetzt.
26871  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26872  Gleitobjekt.
26873  Der einzige Unterschied ist, dass die Bildeinheit 
26874 \family sans
26875 Spaltenbreite
26876 \begin_inset space ~
26877 \end_inset
26878
26879 %
26880 \family default
26881  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26882 \end_layout
26883
26884 \begin_layout Standard
26885 \begin_inset Float figure
26886 wide false
26887 sideways false
26888 status open
26889
26890 \begin_layout Plain Layout
26891 \begin_inset Box Frameless
26892 position "b"
26893 hor_pos "c"
26894 has_inner_box 1
26895 inner_pos "t"
26896 use_parbox 0
26897 use_makebox 0
26898 width "45col%"
26899 special "none"
26900 height "1in"
26901 height_special "totalheight"
26902 status open
26903
26904 \begin_layout Plain Layout
26905 \align center
26906 \begin_inset Graphics
26907         filename ../clipart/mobius.eps
26908         lyxscale 50
26909         width 100col%
26910         scaleBeforeRotation
26911
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \begin_layout Plain Layout
26918 \begin_inset Caption Standard
26919
26920 \begin_layout Plain Layout
26921 \begin_inset CommandInset label
26922 LatexCommand label
26923 name "abb:Gleitobjekt-links"
26924
26925 \end_inset
26926
26927 Gleitobjekt auf der linken Seite.
26928 \end_layout
26929
26930 \end_inset
26931
26932
26933 \end_layout
26934
26935 \end_inset
26936
26937
26938 \begin_inset space \hfill{}
26939 \end_inset
26940
26941
26942 \begin_inset Box Frameless
26943 position "b"
26944 hor_pos "c"
26945 has_inner_box 1
26946 inner_pos "t"
26947 use_parbox 0
26948 use_makebox 0
26949 width "45col%"
26950 special "none"
26951 height "1in"
26952 height_special "totalheight"
26953 status open
26954
26955 \begin_layout Plain Layout
26956 \align center
26957 \begin_inset Graphics
26958         filename ../clipart/platypus.eps
26959         lyxscale 50
26960         width 100col%
26961         scaleBeforeRotation
26962
26963 \end_inset
26964
26965
26966 \end_layout
26967
26968 \begin_layout Plain Layout
26969 \begin_inset Caption Standard
26970
26971 \begin_layout Plain Layout
26972 \begin_inset CommandInset label
26973 LatexCommand label
26974 name "abb:Gleitobjekt-rechts"
26975
26976 \end_inset
26977
26978 Gleitobjekt auf der rechten Seite.
26979 \end_layout
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \begin_layout Section
26997 Beschriftungs-Formatierung
26998 \begin_inset CommandInset label
26999 LatexCommand label
27000 name "abs:Titel-Formatierung"
27001
27002 \end_inset
27003
27004
27005 \begin_inset Index idx
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009 Gleitobjekte ! Beschriftung ! Formatierung
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \begin_layout Standard
27018
27019 \family sans
27020 Legende
27021 \family default
27022  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27023  In LyX sehen Titel so aus:  
27024 \family sans
27025
27026 \begin_inset Quotes gld
27027 \end_inset
27028
27029 Abbildung xyz:
27030 \family default
27031
27032 \begin_inset Quotes grd
27033 \end_inset
27034
27035 , gefolgt vom Beschriftungstext, wobei 
27036 \family sans
27037 xyz
27038 \family default
27039  die von LyX vergebene Nummer ist.
27040  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27041  gedruckt.
27042  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
27043 \end_layout
27044
27045 \begin_layout Standard
27046 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
27047  
27048 \series bold
27049 caption
27050 \series default
27051
27052 \begin_inset Index idx
27053 status collapsed
27054
27055 \begin_layout Plain Layout
27056 LaTeX-Pakete ! caption
27057 \end_layout
27058
27059 \end_inset
27060
27061  in den LaTeX-Vorspann laden:
27062 \end_layout
27063
27064 \begin_layout Standard
27065
27066 \series bold
27067
27068 \backslash
27069 usepackage[Format-Definition]{caption}
27070 \end_layout
27071
27072 \begin_layout Standard
27073 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
27074  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
27075  verwenden:
27076 \end_layout
27077
27078 \begin_layout Standard
27079
27080 \series bold
27081
27082 \backslash
27083 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27084 \end_layout
27085
27086 \begin_layout Standard
27087 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27088  definieren.
27089  Dazu laden Sie das 
27090 \series bold
27091 caption
27092 \series default
27093 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27094  dem Befehl
27095 \end_layout
27096
27097 \begin_layout Standard
27098
27099 \series bold
27100
27101 \backslash
27102 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27103 \end_layout
27104
27105 \begin_layout Standard
27106 Für Abbildung
27107 \begin_inset space ~
27108 \end_inset
27109
27110
27111 \begin_inset CommandInset ref
27112 LatexCommand ref
27113 reference "abb:Langer-Abb-Titel"
27114
27115 \end_inset
27116
27117  und Tabelle
27118 \begin_inset space ~
27119 \end_inset
27120
27121
27122 \begin_inset CommandInset ref
27123 LatexCommand ref
27124 reference "tab:Langer-Tab-Titel"
27125
27126 \end_inset
27127
27128  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
27129  werden:
27130 \end_layout
27131
27132 \begin_layout Standard
27133
27134 \series bold
27135
27136 \backslash
27137 usepackage[tableposition=top]{caption}
27138 \begin_inset Newline newline
27139 \end_inset
27140
27141
27142 \backslash
27143 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27144 \begin_inset Newline newline
27145 \end_inset
27146
27147
27148 \begin_inset Phantom HPhantom
27149 status open
27150
27151 \begin_layout Plain Layout
27152
27153 \series bold
27154
27155 \backslash
27156 captionsetup[figure]{
27157 \end_layout
27158
27159 \end_inset
27160
27161 labelsep=period}
27162 \begin_inset Newline newline
27163 \end_inset
27164
27165
27166 \backslash
27167 captionsetup[table]{labelfont={bf,sf}}
27168 \end_layout
27169
27170 \begin_layout Standard
27171 \begin_inset Note Greyedout
27172 status open
27173
27174 \begin_layout Plain Layout
27175
27176 \series bold
27177 Bemerkung:
27178 \series default
27179  Die Option 
27180 \series bold
27181 tableposition=top
27182 \series default
27183  hat keine Auswirkung, wenn eine 
27184 \series bold
27185 KOMA-Script
27186 \series default
27187
27188 \begin_inset Index idx
27189 status collapsed
27190
27191 \begin_layout Plain Layout
27192 LaTeX-Pakete ! KOMA-Script
27193 \end_layout
27194
27195 \end_inset
27196
27197 -Dokumentklasse verwendet wird.
27198  Hier muss die Option 
27199 \series bold
27200 captions=tableheading
27201 \series default
27202  benutzt werden.
27203 \end_layout
27204
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \begin_layout Standard
27211 Weitere Informationen über das Paket
27212 \series bold
27213  caption
27214 \series default
27215  finden Sie in seiner Dokumentation 
27216 \begin_inset CommandInset citation
27217 LatexCommand cite
27218 key "caption"
27219
27220 \end_inset
27221
27222 .
27223 \end_layout
27224
27225 \begin_layout Standard
27226 Wenn Sie den Namen von 
27227 \begin_inset Quotes gld
27228 \end_inset
27229
27230 Abbildung
27231 \begin_inset Quotes grd
27232 \end_inset
27233
27234  auf 
27235 \begin_inset Quotes gld
27236 \end_inset
27237
27238 Bild
27239 \begin_inset Quotes grd
27240 \end_inset
27241
27242  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
27243 \end_layout
27244
27245 \begin_layout Standard
27246
27247 \series bold
27248
27249 \backslash
27250 renewcommand{
27251 \backslash
27252 fnum@figure}{Bild~
27253 \backslash
27254 thefigure}
27255 \end_layout
27256
27257 \begin_layout Standard
27258 wobei 
27259 \series bold
27260
27261 \backslash
27262 thefigure
27263 \series default
27264  die Bildnummer einsetzt und
27265 \series bold
27266  ~
27267 \series default
27268  ein geschütztes Leerzeichen ist.
27269 \end_layout
27270
27271 \begin_layout Standard
27272 \begin_inset VSpace bigskip
27273 \end_inset
27274
27275 Wenn Sie eine 
27276 \series bold
27277 KOMA-Script
27278 \series default
27279
27280 \begin_inset Index idx
27281 status collapsed
27282
27283 \begin_layout Plain Layout
27284 LaTeX-Pakete ! KOMA-Script
27285 \end_layout
27286
27287 \end_inset
27288
27289 -Dokumentklasse (
27290 \family sans
27291 article (KOMA-Script)
27292 \family default
27293
27294 \family sans
27295 book (KOMA-Script)
27296 \family default
27297
27298 \family sans
27299 letter (KOMA-Script)
27300 \family default
27301  oder 
27302 \family sans
27303 report (KOMA-Script)
27304 \family default
27305 ) benutzen, können Sie anstatt des 
27306 \series bold
27307 caption
27308 \series default
27309 -Paketes den eingebauten Befehl 
27310 \series bold
27311
27312 \backslash
27313 setkomafont
27314 \series default
27315  von 
27316 \series bold
27317 KOMA-Script
27318 \series default
27319  benutzen.
27320  Der Befehl
27321 \end_layout
27322
27323 \begin_layout Standard
27324
27325 \series bold
27326
27327 \backslash
27328 setkomafont{captionlabel}{
27329 \backslash
27330 bfseries}
27331 \end_layout
27332
27333 \begin_layout Standard
27334 im LaTeX-Vorspann druckt den Namen fett.
27335 \end_layout
27336
27337 \begin_layout Standard
27338 Weitere Informationen über 
27339 \series bold
27340
27341 \backslash
27342 setkomafont
27343 \series default
27344  finden Sie in der 
27345 \series bold
27346 KOMA-Script
27347 \series default
27348 -Do\SpecialChar \-
27349 ku\SpecialChar \-
27350 men\SpecialChar \-
27351 ta\SpecialChar \-
27352 tion 
27353 \begin_inset CommandInset citation
27354 LatexCommand cite
27355 key "KOMA-Script"
27356
27357 \end_inset
27358
27359 .
27360 \end_layout
27361
27362 \begin_layout Standard
27363 \begin_inset ERT
27364 status collapsed
27365
27366 \begin_layout Plain Layout
27367
27368
27369 \backslash
27370 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27371 }
27372 \end_layout
27373
27374 \end_inset
27375
27376
27377 \begin_inset Note Note
27378 status open
27379
27380 \begin_layout Plain Layout
27381 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \end_layout
27388
27389 \begin_layout Standard
27390 \begin_inset Float figure
27391 placement !p
27392 wide false
27393 sideways false
27394 status open
27395
27396 \begin_layout Plain Layout
27397 \align center
27398 \begin_inset Graphics
27399         filename ../clipart/mobius.eps
27400         lyxscale 50
27401         scale 50
27402         scaleBeforeRotation
27403
27404 \end_inset
27405
27406
27407 \end_layout
27408
27409 \begin_layout Plain Layout
27410 \begin_inset Caption Standard
27411
27412 \begin_layout Plain Layout
27413 \begin_inset CommandInset label
27414 LatexCommand label
27415 name "abb:Langer-Abb-Titel"
27416
27417 \end_inset
27418
27419 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27420  ist, um das andere Beschriftungsformat zu zeigen.
27421  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27422 \begin_inset Argument 1
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27427  ist.
27428 \end_layout
27429
27430 \end_inset
27431
27432
27433 \end_layout
27434
27435 \end_inset
27436
27437
27438 \end_layout
27439
27440 \end_inset
27441
27442
27443 \end_layout
27444
27445 \begin_layout Standard
27446 \begin_inset ERT
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450
27451
27452 \backslash
27453 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27454 on}
27455 \end_layout
27456
27457 \end_inset
27458
27459
27460 \end_layout
27461
27462 \begin_layout Standard
27463 \begin_inset Float table
27464 placement !p
27465 wide false
27466 sideways false
27467 status open
27468
27469 \begin_layout Plain Layout
27470 \begin_inset Caption Standard
27471
27472 \begin_layout Plain Layout
27473 \begin_inset CommandInset label
27474 LatexCommand label
27475 name "tab:Langer-Tab-Titel"
27476
27477 \end_inset
27478
27479 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27480  ist, um das andere Beschriftungsformat zu zeigen.
27481  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27482  benutzt.
27483 \begin_inset Argument 1
27484 status collapsed
27485
27486 \begin_layout Plain Layout
27487 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27488  ist.
27489 \end_layout
27490
27491 \end_inset
27492
27493
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \end_layout
27500
27501 \begin_layout Plain Layout
27502 \align center
27503 \begin_inset Tabular
27504 <lyxtabular version="3" rows="1" columns="5">
27505 <features rotate="0" tabularvalignment="middle">
27506 <column alignment="center" valignment="top">
27507 <column alignment="center" valignment="top">
27508 <column alignment="center" valignment="top">
27509 <column alignment="center" valignment="top">
27510 <column alignment="center" valignment="top">
27511 <row>
27512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27513 \begin_inset Text
27514
27515 \begin_layout Plain Layout
27516 a
27517 \end_layout
27518
27519 \end_inset
27520 </cell>
27521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27522 \begin_inset Text
27523
27524 \begin_layout Plain Layout
27525 b
27526 \end_layout
27527
27528 \end_inset
27529 </cell>
27530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27531 \begin_inset Text
27532
27533 \begin_layout Plain Layout
27534 c
27535 \end_layout
27536
27537 \end_inset
27538 </cell>
27539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27540 \begin_inset Text
27541
27542 \begin_layout Plain Layout
27543 d
27544 \end_layout
27545
27546 \end_inset
27547 </cell>
27548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27549 \begin_inset Text
27550
27551 \begin_layout Plain Layout
27552 e
27553 \end_layout
27554
27555 \end_inset
27556 </cell>
27557 </row>
27558 </lyxtabular>
27559
27560 \end_inset
27561
27562
27563 \end_layout
27564
27565 \end_inset
27566
27567
27568 \end_layout
27569
27570 \begin_layout Section
27571 Beschriftungs-Platzierung
27572 \begin_inset CommandInset label
27573 LatexCommand label
27574 name "abs:Titel-Platzierung"
27575
27576 \end_inset
27577
27578
27579 \begin_inset Index idx
27580 status collapsed
27581
27582 \begin_layout Plain Layout
27583 Gleitobjekte ! Beschriftung ! Platzierung
27584 \end_layout
27585
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \begin_layout Standard
27592 Normalerweise werden die Beschriftungen wie folgt platziert:
27593 \end_layout
27594
27595 \begin_layout Description
27596 Abbildung: darunter
27597 \end_layout
27598
27599 \begin_layout Description
27600 Tabelle: darüber
27601 \end_layout
27602
27603 \begin_layout Standard
27604 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27605  Das heißt wenn Sie eine der Dokument-Klassen 
27606 \family sans
27607 article
27608 \family default
27609
27610 \family sans
27611 book
27612 \family default
27613
27614 \family sans
27615 letter
27616 \family default
27617  oder 
27618 \family sans
27619 report
27620 \family default
27621  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27622  Um das zu erreichen, laden Sie das LaTeX-Paket 
27623 \series bold
27624 caption
27625 \series default
27626
27627 \begin_inset Index idx
27628 status collapsed
27629
27630 \begin_layout Plain Layout
27631 LaTeX-Pakete ! caption
27632 \end_layout
27633
27634 \end_inset
27635
27636  im LaTeX-Vorspann mit der Option
27637 \begin_inset Foot
27638 status collapsed
27639
27640 \begin_layout Plain Layout
27641 In Abschnitt
27642 \begin_inset space ~
27643 \end_inset
27644
27645
27646 \begin_inset CommandInset ref
27647 LatexCommand ref
27648 reference "abs:Titel-Formatierung"
27649
27650 \end_inset
27651
27652  steht mehr über das Paket 
27653 \series bold
27654 caption
27655 \series default
27656 .
27657 \end_layout
27658
27659 \end_inset
27660
27661
27662 \end_layout
27663
27664 \begin_layout Standard
27665
27666 \series bold
27667 tableposition=top
27668 \end_layout
27669
27670 \begin_layout Standard
27671 Wenn Sie eine 
27672 \series bold
27673 KOMA-Script
27674 \series default
27675
27676 \begin_inset Index idx
27677 status collapsed
27678
27679 \begin_layout Plain Layout
27680 LaTeX-Pakete ! KOMA-Script
27681 \end_layout
27682
27683 \end_inset
27684
27685 -Dokumentklasse (
27686 \family sans
27687 article (KOMA-Script)
27688 \family default
27689
27690 \family sans
27691 book (KOMA-Script)
27692 \family default
27693
27694 \family sans
27695 letter (KOMA-Script)
27696 \family default
27697  oder 
27698 \family sans
27699 report (KOMA-Script)
27700 \family default
27701 ) benutzen, können Sie alternativ zum 
27702 \series bold
27703 caption
27704 \series default
27705 -Paket die Dokumentklassen-Option
27706 \end_layout
27707
27708 \begin_layout Standard
27709
27710 \series bold
27711 captions=tableheading
27712 \end_layout
27713
27714 \begin_layout Standard
27715 benutzen.
27716 \begin_inset Foot
27717 status collapsed
27718
27719 \begin_layout Plain Layout
27720 Diese Option wird in diesem Dokument verwendet.
27721 \end_layout
27722
27723 \end_inset
27724
27725
27726 \end_layout
27727
27728 \begin_layout Standard
27729 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
27730  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
27731  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
27732  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
27733  Beschriftungen überschrieben werden.
27734  Tabelle
27735 \begin_inset space ~
27736 \end_inset
27737
27738
27739 \begin_inset CommandInset ref
27740 LatexCommand ref
27741 reference "tab:Eine-Beschriftung-unterhalb"
27742
27743 \end_inset
27744
27745  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
27746  wurde, obwohl sie über der Tabelle steht.
27747  Zum Vergleich ist die Beschriftung von Tabelle
27748 \begin_inset space ~
27749 \end_inset
27750
27751
27752 \begin_inset CommandInset ref
27753 LatexCommand ref
27754 reference "tab:Eine-normale-Tabellen-Beschriftu"
27755
27756 \end_inset
27757
27758  nicht markiert.
27759 \end_layout
27760
27761 \begin_layout Standard
27762 \begin_inset Float table
27763 wide false
27764 sideways false
27765 status open
27766
27767 \begin_layout Plain Layout
27768 \begin_inset Caption Below
27769
27770 \begin_layout Plain Layout
27771 \begin_inset CommandInset label
27772 LatexCommand label
27773 name "tab:Eine-Beschriftung-unterhalb"
27774
27775 \end_inset
27776
27777 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
27778 \end_layout
27779
27780 \end_inset
27781
27782
27783 \end_layout
27784
27785 \begin_layout Plain Layout
27786 \align center
27787 \begin_inset Tabular
27788 <lyxtabular version="3" rows="3" columns="3">
27789 <features rotate="0" tabularvalignment="middle">
27790 <column alignment="center" valignment="top" width="0pt">
27791 <column alignment="center" valignment="top" width="0pt">
27792 <column alignment="center" valignment="top" width="0pt">
27793 <row>
27794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27795 \begin_inset Text
27796
27797 \begin_layout Plain Layout
27798 1
27799 \end_layout
27800
27801 \end_inset
27802 </cell>
27803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27804 \begin_inset Text
27805
27806 \begin_layout Plain Layout
27807 2
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Plain Layout
27816 3
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 </row>
27822 <row>
27823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27824 \begin_inset Text
27825
27826 \begin_layout Plain Layout
27827 Joe
27828 \end_layout
27829
27830 \end_inset
27831 </cell>
27832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27833 \begin_inset Text
27834
27835 \begin_layout Plain Layout
27836 Mary
27837 \end_layout
27838
27839 \end_inset
27840 </cell>
27841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27842 \begin_inset Text
27843
27844 \begin_layout Plain Layout
27845 Ted
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 </row>
27851 <row>
27852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27853 \begin_inset Text
27854
27855 \begin_layout Plain Layout
27856 \begin_inset Formula $\int x^{2}dx$
27857 \end_inset
27858
27859
27860 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Plain Layout
27868 \begin_inset Formula $\left[\begin{array}{cc}
27869 a & b\\
27870 c & d
27871 \end{array}\right]$
27872 \end_inset
27873
27874
27875 \end_layout
27876
27877 \end_inset
27878 </cell>
27879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27880 \begin_inset Text
27881
27882 \begin_layout Plain Layout
27883 \begin_inset Formula $1+1=2$
27884 \end_inset
27885
27886
27887 \end_layout
27888
27889 \end_inset
27890 </cell>
27891 </row>
27892 </lyxtabular>
27893
27894 \end_inset
27895
27896
27897 \end_layout
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \begin_layout Standard
27905 \begin_inset Float table
27906 wide false
27907 sideways false
27908 status open
27909
27910 \begin_layout Plain Layout
27911 \begin_inset Caption Standard
27912
27913 \begin_layout Plain Layout
27914 \begin_inset CommandInset label
27915 LatexCommand label
27916 name "tab:Eine-normale-Tabellen-Beschriftu"
27917
27918 \end_inset
27919
27920 Eine normale Tabellen-Beschriftung.
27921 \end_layout
27922
27923 \end_inset
27924
27925
27926 \end_layout
27927
27928 \begin_layout Plain Layout
27929 \align center
27930 \begin_inset Tabular
27931 <lyxtabular version="3" rows="3" columns="3">
27932 <features rotate="0" tabularvalignment="middle">
27933 <column alignment="center" valignment="top" width="0pt">
27934 <column alignment="center" valignment="top" width="0pt">
27935 <column alignment="center" valignment="top" width="0pt">
27936 <row>
27937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27938 \begin_inset Text
27939
27940 \begin_layout Plain Layout
27941 1
27942 \end_layout
27943
27944 \end_inset
27945 </cell>
27946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27947 \begin_inset Text
27948
27949 \begin_layout Plain Layout
27950 2
27951 \end_layout
27952
27953 \end_inset
27954 </cell>
27955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27956 \begin_inset Text
27957
27958 \begin_layout Plain Layout
27959 3
27960 \end_layout
27961
27962 \end_inset
27963 </cell>
27964 </row>
27965 <row>
27966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27967 \begin_inset Text
27968
27969 \begin_layout Plain Layout
27970 Joe
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Plain Layout
27979 Mary
27980 \end_layout
27981
27982 \end_inset
27983 </cell>
27984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27985 \begin_inset Text
27986
27987 \begin_layout Plain Layout
27988 Ted
27989 \end_layout
27990
27991 \end_inset
27992 </cell>
27993 </row>
27994 <row>
27995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27996 \begin_inset Text
27997
27998 \begin_layout Plain Layout
27999 \begin_inset Formula $\int x^{2}dx$
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \end_inset
28006 </cell>
28007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28008 \begin_inset Text
28009
28010 \begin_layout Plain Layout
28011 \begin_inset Formula $\left[\begin{array}{cc}
28012 a & b\\
28013 c & d
28014 \end{array}\right]$
28015 \end_inset
28016
28017
28018 \end_layout
28019
28020 \end_inset
28021 </cell>
28022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28023 \begin_inset Text
28024
28025 \begin_layout Plain Layout
28026 \begin_inset Formula $1+1=2$
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \end_inset
28033 </cell>
28034 </row>
28035 </lyxtabular>
28036
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \end_layout
28046
28047 \begin_layout Standard
28048 \begin_inset VSpace bigskip
28049 \end_inset
28050
28051 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
28052  Das bewirkt das LaTeX-Paket 
28053 \series bold
28054 sidecap
28055 \series default
28056
28057 \begin_inset Index idx
28058 status collapsed
28059
28060 \begin_layout Plain Layout
28061 LaTeX-Pakete ! sidecap
28062 \end_layout
28063
28064 \end_inset
28065
28066 , das so in den LaTeX-Vorspann geladen wird:
28067 \end_layout
28068
28069 \begin_layout Standard
28070
28071 \series bold
28072
28073 \backslash
28074 usepackage[Option]{sidecap}
28075 \end_layout
28076
28077 \begin_layout Standard
28078 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
28079  Mit 
28080 \series bold
28081 innercaption
28082 \series default
28083  wird die Beschriftung innen gedruckt.
28084  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
28085  
28086 \series bold
28087 rightcaption
28088 \series default
28089  oder 
28090 \series bold
28091 leftcaption
28092 \series default
28093 .
28094 \end_layout
28095
28096 \begin_layout Standard
28097 \begin_inset ERT
28098 status collapsed
28099
28100 \begin_layout Plain Layout
28101
28102
28103 \backslash
28104 ifsidecap
28105 \end_layout
28106
28107 \end_inset
28108
28109
28110 \begin_inset Note Note
28111 status open
28112
28113 \begin_layout Plain Layout
28114 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
28115 \series bold
28116 sidecap
28117 \series default
28118  installiert ist.
28119 \end_layout
28120
28121 \end_inset
28122
28123
28124 \end_layout
28125
28126 \begin_layout Standard
28127 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
28128  in den LaTeX-Vorspann schreiben:
28129 \end_layout
28130
28131 \begin_layout Standard
28132 \begin_inset Newpage newpage
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \begin_layout Standard
28139 \noindent
28140 \begin_inset CommandInset line
28141 LatexCommand rule
28142 offset "0.5ex"
28143 width "100line%"
28144 height "1pt"
28145
28146 \end_inset
28147
28148
28149 \end_layout
28150
28151 \begin_layout Standard
28152
28153 \series bold
28154
28155 \backslash
28156 newcommand{
28157 \backslash
28158 TabBesBeg}[1][1.0]{%
28159 \begin_inset Newline newline
28160 \end_inset
28161
28162
28163 \begin_inset Phantom HPhantom
28164 status open
28165
28166 \begin_layout Plain Layout
28167 \begin_inset space ~
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \end_inset
28174
28175
28176 \backslash
28177 let
28178 \backslash
28179 MyTable
28180 \backslash
28181 table
28182 \begin_inset Newline newline
28183 \end_inset
28184
28185
28186 \begin_inset Phantom HPhantom
28187 status open
28188
28189 \begin_layout Plain Layout
28190
28191 \series medium
28192 \begin_inset space ~
28193 \end_inset
28194
28195
28196 \end_layout
28197
28198 \end_inset
28199
28200
28201 \backslash
28202 let
28203 \backslash
28204 MyEndtable
28205 \backslash
28206 endtable
28207 \begin_inset Newline newline
28208 \end_inset
28209
28210
28211 \begin_inset Phantom HPhantom
28212 status open
28213
28214 \begin_layout Plain Layout
28215
28216 \series medium
28217 \begin_inset space ~
28218 \end_inset
28219
28220
28221 \end_layout
28222
28223 \end_inset
28224
28225
28226 \backslash
28227 renewenvironment{table}[1]{
28228 \backslash
28229 begin{SCtable}[#1]##1}{
28230 \backslash
28231 end{SCtable}}}
28232 \end_layout
28233
28234 \begin_layout Standard
28235
28236 \series bold
28237
28238 \backslash
28239 newcommand{
28240 \backslash
28241 TabBesEnd}{%
28242 \begin_inset Newline newline
28243 \end_inset
28244
28245
28246 \begin_inset Phantom HPhantom
28247 status open
28248
28249 \begin_layout Plain Layout
28250 \begin_inset space ~
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \end_inset
28257
28258
28259 \backslash
28260 let
28261 \backslash
28262 table
28263 \backslash
28264 MyTable
28265 \begin_inset Newline newline
28266 \end_inset
28267
28268
28269 \begin_inset Phantom HPhantom
28270 status open
28271
28272 \begin_layout Plain Layout
28273 \begin_inset space ~
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \backslash
28283 let
28284 \backslash
28285 endtable
28286 \backslash
28287 MyEndtable
28288 \end_layout
28289
28290 \begin_layout Standard
28291
28292 \series bold
28293
28294 \backslash
28295 newcommand{
28296 \backslash
28297 FigBesBeg}[1][1.0]{%
28298 \begin_inset Newline newline
28299 \end_inset
28300
28301
28302 \begin_inset Phantom HPhantom
28303 status open
28304
28305 \begin_layout Plain Layout
28306 \begin_inset space ~
28307 \end_inset
28308
28309
28310 \end_layout
28311
28312 \end_inset
28313
28314
28315 \backslash
28316 let
28317 \backslash
28318 MyFigure
28319 \backslash
28320 figure
28321 \begin_inset Newline newline
28322 \end_inset
28323
28324
28325 \begin_inset Phantom HPhantom
28326 status open
28327
28328 \begin_layout Plain Layout
28329 \begin_inset space ~
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \end_inset
28336
28337
28338 \backslash
28339 let
28340 \backslash
28341 MyEndfigure
28342 \backslash
28343 endfigure
28344 \begin_inset Newline newline
28345 \end_inset
28346
28347
28348 \begin_inset Phantom HPhantom
28349 status open
28350
28351 \begin_layout Plain Layout
28352 \begin_inset space ~
28353 \end_inset
28354
28355
28356 \end_layout
28357
28358 \end_inset
28359
28360
28361 \backslash
28362 renewenvironment{figure}[1]{
28363 \backslash
28364 begin{SCfigure}[#1]##1}{
28365 \backslash
28366 end{SCfigure}}}
28367 \end_layout
28368
28369 \begin_layout Standard
28370
28371 \series bold
28372
28373 \backslash
28374 newcommand{
28375 \backslash
28376 FigBesEnd}{%
28377 \begin_inset Newline newline
28378 \end_inset
28379
28380
28381 \begin_inset Phantom HPhantom
28382 status open
28383
28384 \begin_layout Plain Layout
28385 \begin_inset space ~
28386 \end_inset
28387
28388
28389 \end_layout
28390
28391 \end_inset
28392
28393
28394 \backslash
28395 let
28396 \backslash
28397 figure
28398 \backslash
28399 MyFigure
28400 \begin_inset Newline newline
28401 \end_inset
28402
28403
28404 \begin_inset Phantom HPhantom
28405 status open
28406
28407 \begin_layout Plain Layout
28408 \begin_inset space ~
28409 \end_inset
28410
28411
28412 \end_layout
28413
28414 \end_inset
28415
28416
28417 \backslash
28418 let
28419 \backslash
28420 endfigure
28421 \backslash
28422 MyEndfigure}
28423 \end_layout
28424
28425 \begin_layout Standard
28426 \noindent
28427 \begin_inset CommandInset line
28428 LatexCommand rule
28429 offset "0.5ex"
28430 width "100line%"
28431 height "1pt"
28432
28433 \end_inset
28434
28435
28436 \end_layout
28437
28438 \begin_layout Standard
28439 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28440 ungen seitlich gedruckt werden.
28441  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28442 \end_layout
28443
28444 \begin_layout Standard
28445
28446 \series bold
28447
28448 \backslash
28449 FigBesBeg
28450 \end_layout
28451
28452 \begin_layout Standard
28453 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
28454 \end_layout
28455
28456 \begin_layout Standard
28457
28458 \series bold
28459
28460 \backslash
28461 FigBesEnd
28462 \end_layout
28463
28464 \begin_layout Standard
28465 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28466  zurückkehren wollen.
28467 \end_layout
28468
28469 \begin_layout Standard
28470 Bei Gleitobjekt-Tabellen heißen die Befehle
28471 \end_layout
28472
28473 \begin_layout Standard
28474
28475 \series bold
28476
28477 \backslash
28478 TabBesBeg
28479 \series default
28480  und 
28481 \series bold
28482
28483 \backslash
28484 TabBesEnd
28485 \series default
28486 .
28487 \end_layout
28488
28489 \begin_layout Standard
28490 Abbildung
28491 \begin_inset space ~
28492 \end_inset
28493
28494
28495 \begin_inset CommandInset ref
28496 LatexCommand ref
28497 reference "abb:Beschriftung-neben"
28498
28499 \end_inset
28500
28501  und Tabelle
28502 \begin_inset space ~
28503 \end_inset
28504
28505
28506 \begin_inset CommandInset ref
28507 LatexCommand ref
28508 reference "tab:Beschriftung-neben"
28509
28510 \end_inset
28511
28512  sind Beispiele für seitliche Beschriftungen.
28513 \end_layout
28514
28515 \begin_layout Standard
28516 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28517  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28518  der Abbildung.
28519  Das kann man mit dem Befehl
28520 \end_layout
28521
28522 \begin_layout Standard
28523
28524 \series bold
28525
28526 \backslash
28527 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28528 \end_layout
28529
28530 \begin_layout Standard
28531 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
28532  Der Gleitobjekt-Typ ist entweder 
28533 \family sans
28534 figure
28535 \family default
28536  oder 
28537 \family sans
28538 table
28539 \family default
28540 , die
28541 \family sans
28542  
28543 \family default
28544 Platzierung ist 
28545 \family typewriter
28546 t
28547 \family default
28548  für oben, 
28549 \family typewriter
28550 c
28551 \family default
28552  für zentriert oder 
28553 \family typewriter
28554 b
28555 \family default
28556  für unten.
28557  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28558  lautet der Befehl
28559 \end_layout
28560
28561 \begin_layout Standard
28562
28563 \series bold
28564
28565 \backslash
28566 sidecaptionvpos{figure}{c}
28567 \end_layout
28568
28569 \begin_layout Standard
28570 Das wurde in Abbildung
28571 \begin_inset space ~
28572 \end_inset
28573
28574
28575 \begin_inset CommandInset ref
28576 LatexCommand ref
28577 reference "abb:cap-beside-fig-2"
28578
28579 \end_inset
28580
28581  benutzt.
28582 \end_layout
28583
28584 \begin_layout Standard
28585 \begin_inset VSpace medskip
28586 \end_inset
28587
28588
28589 \end_layout
28590
28591 \begin_layout Standard
28592 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28593  Für schmale Bilder/Tabellen, wie in Tabelle
28594 \begin_inset space ~
28595 \end_inset
28596
28597
28598 \begin_inset CommandInset ref
28599 LatexCommand ref
28600 reference "tab:Beschriftung-neben"
28601
28602 \end_inset
28603
28604 , führt dies zu zu schmalen Beschriftungen.
28605  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28606  Breite des Bildes/der Tabelle multipliziert wird.
28607  Das Ergebnis ist die Beschriftungsbreite.
28608  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28609  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28610  Der 
28611 \emph on
28612 Faktor
28613 \emph default
28614  kann entweder als optionales Argument für 
28615 \series bold
28616
28617 \backslash
28618 FigBesBeg
28619 \series default
28620  angegeben werden:
28621 \end_layout
28622
28623 \begin_layout Standard
28624
28625 \series bold
28626
28627 \backslash
28628 FigBesBeg[Faktor]
28629 \end_layout
28630
28631 \begin_layout Standard
28632 oder indem man in der Definition von 
28633 \series bold
28634
28635 \backslash
28636 FigBesBeg
28637 \series default
28638  die 
28639 \series bold
28640 1.0
28641 \series default
28642  mit einem anderen Wert ersetzt.
28643  Bei letzterem ist der angegebene Faktor der Standard wenn 
28644 \series bold
28645
28646 \backslash
28647 FigBesBeg
28648 \series default
28649  ohne Argument verwendet wird.
28650  Für Tabelle
28651 \begin_inset space ~
28652 \end_inset
28653
28654
28655 \begin_inset CommandInset ref
28656 LatexCommand ref
28657 reference "tab:Beschriftung-neben-breiter"
28658
28659 \end_inset
28660
28661  wurde der Faktor 5 verwendet.
28662 \end_layout
28663
28664 \begin_layout Standard
28665 \begin_inset Note Greyedout
28666 status open
28667
28668 \begin_layout Plain Layout
28669
28670 \series bold
28671 Achtung:
28672 \series default
28673  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28674 erungsoption 
28675 \family sans
28676 Hier,
28677 \begin_inset space ~
28678 \end_inset
28679
28680 auf
28681 \begin_inset space ~
28682 \end_inset
28683
28684 jeden
28685 \begin_inset space ~
28686 \end_inset
28687
28688 Fall
28689 \family default
28690  nicht verwendet werden werden, da diese von 
28691 \series bold
28692 sidecap
28693 \series default
28694  nicht unterstützt wird.
28695 \end_layout
28696
28697 \end_inset
28698
28699
28700 \end_layout
28701
28702 \begin_layout Standard
28703 \begin_inset VSpace medskip
28704 \end_inset
28705
28706 Weitere Informationen über das Paket
28707 \series bold
28708  sidecap
28709 \series default
28710  finden Sie in seiner Dokumentation 
28711 \begin_inset CommandInset citation
28712 LatexCommand cite
28713 key "sidecap"
28714
28715 \end_inset
28716
28717 .
28718 \end_layout
28719
28720 \begin_layout Standard
28721 \begin_inset Note Greyedout
28722 status open
28723
28724 \begin_layout Plain Layout
28725
28726 \series bold
28727 Bemerkung:
28728 \series default
28729  Das LaTeX-Paket 
28730 \series bold
28731 hypcap
28732 \series default
28733 ,
28734 \begin_inset Index idx
28735 status collapsed
28736
28737 \begin_layout Plain Layout
28738 LaTeX-Pakete ! hypcap
28739 \end_layout
28740
28741 \end_inset
28742
28743  das in Abschnitt
28744 \begin_inset space ~
28745 \end_inset
28746
28747
28748 \begin_inset CommandInset ref
28749 LatexCommand ref
28750 reference "uab:Querverweis-Position"
28751
28752 \end_inset
28753
28754  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28755  Beschriftungen.
28756 \end_layout
28757
28758 \end_inset
28759
28760
28761 \end_layout
28762
28763 \begin_layout Standard
28764 \begin_inset ERT
28765 status collapsed
28766
28767 \begin_layout Plain Layout
28768
28769
28770 \backslash
28771 FigBesBeg 
28772 \end_layout
28773
28774 \end_inset
28775
28776
28777 \end_layout
28778
28779 \begin_layout Standard
28780 \begin_inset Float figure
28781 wide false
28782 sideways false
28783 status open
28784
28785 \begin_layout Plain Layout
28786 \begin_inset Graphics
28787         filename ../clipart/escher-lsd.eps
28788         scale 75
28789         scaleBeforeRotation
28790
28791 \end_inset
28792
28793
28794 \end_layout
28795
28796 \begin_layout Plain Layout
28797 \begin_inset Caption Standard
28798
28799 \begin_layout Plain Layout
28800 \begin_inset CommandInset label
28801 LatexCommand label
28802 name "abb:Beschriftung-neben"
28803
28804 \end_inset
28805
28806 Dies ist eine Beschriftung neben einer Abbildung.
28807 \end_layout
28808
28809 \end_inset
28810
28811
28812 \end_layout
28813
28814 \end_inset
28815
28816
28817 \end_layout
28818
28819 \begin_layout Standard
28820 \begin_inset ERT
28821 status collapsed
28822
28823 \begin_layout Plain Layout
28824
28825
28826 \backslash
28827 FigBesEnd
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \end_layout
28834
28835 \begin_layout Standard
28836 \begin_inset ERT
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840
28841
28842 \backslash
28843 TabBesBeg 
28844 \end_layout
28845
28846 \end_inset
28847
28848
28849 \end_layout
28850
28851 \begin_layout Standard
28852 \begin_inset Float table
28853 wide false
28854 sideways false
28855 status open
28856
28857 \begin_layout Plain Layout
28858 \begin_inset Caption Standard
28859
28860 \begin_layout Plain Layout
28861 \begin_inset CommandInset label
28862 LatexCommand label
28863 name "tab:Beschriftung-neben"
28864
28865 \end_inset
28866
28867 Dies ist eine Beschriftung neben einer Tabelle.
28868 \end_layout
28869
28870 \end_inset
28871
28872
28873 \end_layout
28874
28875 \begin_layout Plain Layout
28876 \begin_inset Tabular
28877 <lyxtabular version="3" rows="4" columns="5">
28878 <features rotate="0" tabularvalignment="middle">
28879 <column alignment="center" valignment="top">
28880 <column alignment="center" valignment="top">
28881 <column alignment="center" valignment="top">
28882 <column alignment="center" valignment="top">
28883 <column alignment="center" valignment="top">
28884 <row>
28885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28886 \begin_inset Text
28887
28888 \begin_layout Plain Layout
28889 a
28890 \end_layout
28891
28892 \end_inset
28893 </cell>
28894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28895 \begin_inset Text
28896
28897 \begin_layout Plain Layout
28898
28899 \end_layout
28900
28901 \end_inset
28902 </cell>
28903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28904 \begin_inset Text
28905
28906 \begin_layout Plain Layout
28907 b
28908 \end_layout
28909
28910 \end_inset
28911 </cell>
28912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28913 \begin_inset Text
28914
28915 \begin_layout Plain Layout
28916
28917 \end_layout
28918
28919 \end_inset
28920 </cell>
28921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28922 \begin_inset Text
28923
28924 \begin_layout Plain Layout
28925 c
28926 \end_layout
28927
28928 \end_inset
28929 </cell>
28930 </row>
28931 <row>
28932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28933 \begin_inset Text
28934
28935 \begin_layout Plain Layout
28936
28937 \end_layout
28938
28939 \end_inset
28940 </cell>
28941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28942 \begin_inset Text
28943
28944 \begin_layout Plain Layout
28945 d
28946 \end_layout
28947
28948 \end_inset
28949 </cell>
28950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28951 \begin_inset Text
28952
28953 \begin_layout Plain Layout
28954
28955 \end_layout
28956
28957 \end_inset
28958 </cell>
28959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28960 \begin_inset Text
28961
28962 \begin_layout Plain Layout
28963 e
28964 \end_layout
28965
28966 \end_inset
28967 </cell>
28968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28969 \begin_inset Text
28970
28971 \begin_layout Plain Layout
28972
28973 \end_layout
28974
28975 \end_inset
28976 </cell>
28977 </row>
28978 <row>
28979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28980 \begin_inset Text
28981
28982 \begin_layout Plain Layout
28983 f
28984 \end_layout
28985
28986 \end_inset
28987 </cell>
28988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28989 \begin_inset Text
28990
28991 \begin_layout Plain Layout
28992
28993 \end_layout
28994
28995 \end_inset
28996 </cell>
28997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28998 \begin_inset Text
28999
29000 \begin_layout Plain Layout
29001 g
29002 \end_layout
29003
29004 \end_inset
29005 </cell>
29006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29007 \begin_inset Text
29008
29009 \begin_layout Plain Layout
29010
29011 \end_layout
29012
29013 \end_inset
29014 </cell>
29015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29016 \begin_inset Text
29017
29018 \begin_layout Plain Layout
29019 h
29020 \end_layout
29021
29022 \end_inset
29023 </cell>
29024 </row>
29025 <row>
29026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29027 \begin_inset Text
29028
29029 \begin_layout Plain Layout
29030
29031 \end_layout
29032
29033 \end_inset
29034 </cell>
29035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29036 \begin_inset Text
29037
29038 \begin_layout Plain Layout
29039 i
29040 \end_layout
29041
29042 \end_inset
29043 </cell>
29044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29045 \begin_inset Text
29046
29047 \begin_layout Plain Layout
29048
29049 \end_layout
29050
29051 \end_inset
29052 </cell>
29053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29054 \begin_inset Text
29055
29056 \begin_layout Plain Layout
29057 j
29058 \end_layout
29059
29060 \end_inset
29061 </cell>
29062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29063 \begin_inset Text
29064
29065 \begin_layout Plain Layout
29066
29067 \end_layout
29068
29069 \end_inset
29070 </cell>
29071 </row>
29072 </lyxtabular>
29073
29074 \end_inset
29075
29076
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \end_layout
29083
29084 \begin_layout Standard
29085 \begin_inset ERT
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089
29090
29091 \backslash
29092 TabBesEnd
29093 \end_layout
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Standard
29101 \begin_inset ERT
29102 status collapsed
29103
29104 \begin_layout Plain Layout
29105
29106
29107 \backslash
29108 FigBesBeg 
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Standard
29117 \begin_inset ERT
29118 status collapsed
29119
29120 \begin_layout Plain Layout
29121
29122
29123 \backslash
29124 sidecaptionvpos{figure}{c}
29125 \end_layout
29126
29127 \end_inset
29128
29129
29130 \begin_inset Float figure
29131 wide false
29132 sideways false
29133 status open
29134
29135 \begin_layout Plain Layout
29136 \begin_inset Graphics
29137         filename ../clipart/escher-lsd.eps
29138         scale 75
29139         scaleBeforeRotation
29140
29141 \end_inset
29142
29143
29144 \end_layout
29145
29146 \begin_layout Plain Layout
29147 \begin_inset Caption Standard
29148
29149 \begin_layout Plain Layout
29150 \begin_inset CommandInset label
29151 LatexCommand label
29152 name "abb:cap-beside-fig-2"
29153
29154 \end_inset
29155
29156 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
29157 \end_layout
29158
29159 \end_inset
29160
29161
29162 \end_layout
29163
29164 \end_inset
29165
29166
29167 \end_layout
29168
29169 \begin_layout Standard
29170 \begin_inset ERT
29171 status collapsed
29172
29173 \begin_layout Plain Layout
29174
29175
29176 \backslash
29177 FigBesEnd
29178 \end_layout
29179
29180 \end_inset
29181
29182
29183 \end_layout
29184
29185 \begin_layout Standard
29186 \begin_inset ERT
29187 status collapsed
29188
29189 \begin_layout Plain Layout
29190
29191
29192 \backslash
29193 TabBesBeg[5]
29194 \end_layout
29195
29196 \end_inset
29197
29198
29199 \end_layout
29200
29201 \begin_layout Standard
29202 \begin_inset Float table
29203 wide false
29204 sideways false
29205 status open
29206
29207 \begin_layout Plain Layout
29208 \begin_inset Caption Standard
29209
29210 \begin_layout Plain Layout
29211 \begin_inset CommandInset label
29212 LatexCommand label
29213 name "tab:Beschriftung-neben-breiter"
29214
29215 \end_inset
29216
29217 Diese Beschriftung ist breiter als die in Tabelle
29218 \begin_inset space ~
29219 \end_inset
29220
29221
29222 \begin_inset CommandInset ref
29223 LatexCommand ref
29224 reference "tab:Beschriftung-neben"
29225
29226 \end_inset
29227
29228 .
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Plain Layout
29237 \begin_inset Tabular
29238 <lyxtabular version="3" rows="4" columns="5">
29239 <features rotate="0" tabularvalignment="middle">
29240 <column alignment="center" valignment="top">
29241 <column alignment="center" valignment="top">
29242 <column alignment="center" valignment="top">
29243 <column alignment="center" valignment="top">
29244 <column alignment="center" valignment="top">
29245 <row>
29246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29247 \begin_inset Text
29248
29249 \begin_layout Plain Layout
29250 a
29251 \end_layout
29252
29253 \end_inset
29254 </cell>
29255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29256 \begin_inset Text
29257
29258 \begin_layout Plain Layout
29259
29260 \end_layout
29261
29262 \end_inset
29263 </cell>
29264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29265 \begin_inset Text
29266
29267 \begin_layout Plain Layout
29268 b
29269 \end_layout
29270
29271 \end_inset
29272 </cell>
29273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29274 \begin_inset Text
29275
29276 \begin_layout Plain Layout
29277
29278 \end_layout
29279
29280 \end_inset
29281 </cell>
29282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29283 \begin_inset Text
29284
29285 \begin_layout Plain Layout
29286 c
29287 \end_layout
29288
29289 \end_inset
29290 </cell>
29291 </row>
29292 <row>
29293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29294 \begin_inset Text
29295
29296 \begin_layout Plain Layout
29297
29298 \end_layout
29299
29300 \end_inset
29301 </cell>
29302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29303 \begin_inset Text
29304
29305 \begin_layout Plain Layout
29306 d
29307 \end_layout
29308
29309 \end_inset
29310 </cell>
29311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29312 \begin_inset Text
29313
29314 \begin_layout Plain Layout
29315
29316 \end_layout
29317
29318 \end_inset
29319 </cell>
29320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29321 \begin_inset Text
29322
29323 \begin_layout Plain Layout
29324 e
29325 \end_layout
29326
29327 \end_inset
29328 </cell>
29329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29330 \begin_inset Text
29331
29332 \begin_layout Plain Layout
29333
29334 \end_layout
29335
29336 \end_inset
29337 </cell>
29338 </row>
29339 <row>
29340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29341 \begin_inset Text
29342
29343 \begin_layout Plain Layout
29344 f
29345 \end_layout
29346
29347 \end_inset
29348 </cell>
29349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29350 \begin_inset Text
29351
29352 \begin_layout Plain Layout
29353
29354 \end_layout
29355
29356 \end_inset
29357 </cell>
29358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29359 \begin_inset Text
29360
29361 \begin_layout Plain Layout
29362 g
29363 \end_layout
29364
29365 \end_inset
29366 </cell>
29367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29368 \begin_inset Text
29369
29370 \begin_layout Plain Layout
29371
29372 \end_layout
29373
29374 \end_inset
29375 </cell>
29376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29377 \begin_inset Text
29378
29379 \begin_layout Plain Layout
29380 h
29381 \end_layout
29382
29383 \end_inset
29384 </cell>
29385 </row>
29386 <row>
29387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29388 \begin_inset Text
29389
29390 \begin_layout Plain Layout
29391
29392 \end_layout
29393
29394 \end_inset
29395 </cell>
29396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29397 \begin_inset Text
29398
29399 \begin_layout Plain Layout
29400 i
29401 \end_layout
29402
29403 \end_inset
29404 </cell>
29405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29406 \begin_inset Text
29407
29408 \begin_layout Plain Layout
29409
29410 \end_layout
29411
29412 \end_inset
29413 </cell>
29414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29415 \begin_inset Text
29416
29417 \begin_layout Plain Layout
29418 j
29419 \end_layout
29420
29421 \end_inset
29422 </cell>
29423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29424 \begin_inset Text
29425
29426 \begin_layout Plain Layout
29427
29428 \end_layout
29429
29430 \end_inset
29431 </cell>
29432 </row>
29433 </lyxtabular>
29434
29435 \end_inset
29436
29437
29438 \end_layout
29439
29440 \end_inset
29441
29442
29443 \end_layout
29444
29445 \begin_layout Standard
29446 \begin_inset ERT
29447 status collapsed
29448
29449 \begin_layout Plain Layout
29450
29451
29452 \backslash
29453 TabBesEnd
29454 \end_layout
29455
29456 \end_inset
29457
29458
29459 \end_layout
29460
29461 \begin_layout Standard
29462 \begin_inset ERT
29463 status collapsed
29464
29465 \begin_layout Plain Layout
29466
29467
29468 \backslash
29469 else
29470 \end_layout
29471
29472 \end_inset
29473
29474
29475 \begin_inset Note Note
29476 status open
29477
29478 \begin_layout Plain Layout
29479 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
29480 \series bold
29481 sidecap
29482 \series default
29483  nicht installiert ist:
29484 \end_layout
29485
29486 \end_inset
29487
29488
29489 \end_layout
29490
29491 \begin_layout Standard
29492 Das LaTeX-Paket 
29493 \series bold
29494 sidecap
29495 \series default
29496  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29497 \end_layout
29498
29499 \begin_layout Standard
29500 \begin_inset ERT
29501 status collapsed
29502
29503 \begin_layout Plain Layout
29504
29505
29506 \backslash
29507 fi
29508 \end_layout
29509
29510 \end_inset
29511
29512
29513 \end_layout
29514
29515 \begin_layout Section
29516 Gleitobjekt-Verzeichnisse
29517 \begin_inset Index idx
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521 Gleitobjekte ! Verzeichnisse
29522 \end_layout
29523
29524 \end_inset
29525
29526
29527 \end_layout
29528
29529 \begin_layout Standard
29530 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29531  Sie können mit den Untermenüs von 
29532 \family sans
29533 Einfügen\SpecialChar \menuseparator
29534 Liste
29535 \begin_inset space ~
29536 \end_inset
29537
29538 /
29539 \begin_inset space ~
29540 \end_inset
29541
29542 Inhaltsverzeichnis
29543 \family default
29544  eingefügt werden.
29545 \end_layout
29546
29547 \begin_layout Standard
29548 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29549  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29550 \end_layout
29551
29552 \begin_layout Standard
29553 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29554  und ein Tabellen-Verzeichnis.
29555 \end_layout
29556
29557 \begin_layout Chapter
29558 Notizen
29559 \end_layout
29560
29561 \begin_layout Section
29562 LyX-Notizen
29563 \begin_inset Index idx
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567 Notizen ! LyX-Notizen
29568 \end_layout
29569
29570 \end_inset
29571
29572
29573 \end_layout
29574
29575 \begin_layout Standard
29576 Notizen werden mit einem Klick auf 
29577 \begin_inset Info
29578 type  "icon"
29579 arg   "note-insert"
29580 \end_inset
29581
29582  oder 
29583 \family sans
29584 Einfügen\SpecialChar \menuseparator
29585 Notiz
29586 \family default
29587  eingefügt.
29588  Es gibt drei Arten:
29589 \end_layout
29590
29591 \begin_layout Description
29592 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29593  Eine 
29594 \family sans
29595 LyX-Notiz
29596 \family default
29597  sieht so aus:
29598 \begin_inset Newline newline
29599 \end_inset
29600
29601
29602 \begin_inset Newline newline
29603 \end_inset
29604
29605
29606 \begin_inset Graphics
29607         filename clipart/LyXNotizQt4.png
29608         display false
29609         scale 60
29610         scaleBeforeRotation
29611
29612 \end_inset
29613
29614  
29615 \begin_inset Note Note
29616 status open
29617
29618 \begin_layout Plain Layout
29619 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29620 \end_layout
29621
29622 \end_inset
29623
29624
29625 \end_layout
29626
29627 \begin_layout Description
29628 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29629  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
29630 \family sans
29631 Datei\SpecialChar \menuseparator
29632 Ex\SpecialChar \-
29633 por\SpecialChar \-
29634 tie\SpecialChar \-
29635 ren\SpecialChar \menuseparator
29636 LaTe
29637 \begin_inset ERT
29638 status collapsed
29639
29640 \begin_layout Plain Layout
29641
29642 {}
29643 \end_layout
29644
29645 \end_inset
29646
29647 X (pdflatex) / (normal)
29648 \family default
29649 .
29650  Ein Kommentar sieht so aus:
29651 \begin_inset Newline newline
29652 \end_inset
29653
29654
29655 \begin_inset Newline newline
29656 \end_inset
29657
29658
29659 \begin_inset Graphics
29660         filename clipart/KommentarQt4.png
29661         display false
29662         scale 60
29663         scaleBeforeRotation
29664
29665 \end_inset
29666
29667  
29668 \begin_inset Note Comment
29669 status open
29670
29671 \begin_layout Plain Layout
29672 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29673 \end_layout
29674
29675 \end_inset
29676
29677
29678 \end_layout
29679
29680 \begin_layout Description
29681 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29682 \begin_inset Newline newline
29683 \end_inset
29684
29685
29686 \begin_inset Newline newline
29687 \end_inset
29688
29689
29690 \begin_inset Graphics
29691         filename clipart/GrauschriftNotizQt4.png
29692         display false
29693         scale 60
29694         scaleBeforeRotation
29695
29696 \end_inset
29697
29698
29699 \begin_inset Newline newline
29700 \end_inset
29701
29702
29703 \begin_inset ERT
29704 status collapsed
29705
29706 \begin_layout Plain Layout
29707
29708
29709 \backslash
29710 renewenvironment{lyxgreyedout}
29711 \end_layout
29712
29713 \begin_layout Plain Layout
29714
29715 {
29716 \backslash
29717 textcolor[gray]{0.4}
29718 \backslash
29719 bgroup}{
29720 \backslash
29721 egroup}
29722 \end_layout
29723
29724 \end_inset
29725
29726
29727 \begin_inset Note Greyedout
29728 status open
29729
29730 \begin_layout Plain Layout
29731 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29732 \begin_inset Foot
29733 status open
29734
29735 \begin_layout Plain Layout
29736 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \end_inset
29745
29746
29747 \begin_inset ERT
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751
29752
29753 \backslash
29754 renewenvironment{lyxgreyedout}
29755 \end_layout
29756
29757 \begin_layout Plain Layout
29758
29759 {
29760 \backslash
29761 textcolor{blue}
29762 \backslash
29763 bgroup}{
29764 \backslash
29765 egroup}
29766 \end_layout
29767
29768 \end_inset
29769
29770
29771 \begin_inset Note Note
29772 status collapsed
29773
29774 \begin_layout Plain Layout
29775 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
29776  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
29777  
29778 \end_layout
29779
29780 \end_inset
29781
29782
29783 \begin_inset Newline newline
29784 \end_inset
29785
29786
29787 \begin_inset Newline newline
29788 \end_inset
29789
29790 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29791  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29792 \end_layout
29793
29794 \begin_layout Standard
29795 \begin_inset VSpace bigskip
29796 \end_inset
29797
29798 Wenn Sie auf den Werkzeugleistenknopf 
29799 \family sans
29800
29801 \begin_inset Info
29802 type  "icon"
29803 arg   "note-insert"
29804 \end_inset
29805
29806
29807 \family default
29808  klicken, wird zunächst eine 
29809 \family sans
29810 LyX-Notiz
29811 \family default
29812  eingefügt.
29813  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29814  Notiz-Typen auswählen.
29815  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29816  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29817  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29818  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29819  am Ende der Notiz ist.
29820 \end_layout
29821
29822 \begin_layout Standard
29823 \begin_inset VSpace bigskip
29824 \end_inset
29825
29826 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29827 \family sans
29828 Dokument\SpecialChar \menuseparator
29829 Einstellungen\SpecialChar \menuseparator
29830 Farben
29831 \family default
29832  geändert werden.
29833 \end_layout
29834
29835 \begin_layout Section
29836 Fußnoten
29837 \begin_inset CommandInset label
29838 LatexCommand label
29839 name "abs:Fußnoten"
29840
29841 \end_inset
29842
29843
29844 \begin_inset Index idx
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848 Notizen ! Fußnoten
29849 \end_layout
29850
29851 \end_inset
29852
29853
29854 \begin_inset Index idx
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858 Fußnoten
29859 \end_layout
29860
29861 \end_inset
29862
29863
29864 \end_layout
29865
29866 \begin_layout Standard
29867 Fußnoten werden über den Werkzeugleistenknopf 
29868 \begin_inset Info
29869 type  "icon"
29870 arg   "footnote-insert"
29871 \end_inset
29872
29873  oder das Menü 
29874 \family sans
29875 Einfügen\SpecialChar \menuseparator
29876 Fußnote
29877 \family default
29878  eingefügt.
29879  Man sieht dann diese Fußnotenbox: 
29880 \begin_inset Graphics
29881         filename clipart/FussnoteQt4.png
29882         scale 80
29883         scaleBeforeRotation
29884
29885 \end_inset
29886
29887  in die der Fußnotentext eingegeben wird.
29888  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
29889  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
29890  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
29891 \family sans
29892 Backspace
29893 \family default
29894  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
29895 \family sans
29896 Entf
29897 \family default
29898  wenn der Cursor am Ende der Fußnote ist.
29899 \end_layout
29900
29901 \begin_layout Standard
29902 Hier ist eine Beispielfußnote:
29903 \color black
29904
29905 \begin_inset Foot
29906 status open
29907
29908 \begin_layout Plain Layout
29909 \begin_inset CommandInset label
29910 LatexCommand label
29911 name "fuss:Fußnoten-Beispiel"
29912
29913 \end_inset
29914
29915 Dies ist eine Fußnote.
29916 \end_layout
29917
29918 \end_inset
29919
29920
29921 \color inherit
29922
29923 \begin_inset ERT
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927
29928
29929 \backslash
29930 newcounter{MyRepeatFoot}
29931 \end_layout
29932
29933 \begin_layout Plain Layout
29934
29935
29936 \backslash
29937 setcounter{MyRepeatFoot}{
29938 \backslash
29939 thefootnote}
29940 \end_layout
29941
29942 \end_inset
29943
29944
29945 \end_layout
29946
29947 \begin_layout Standard
29948 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
29949  wurde, eine hochgestellte Zahl.
29950  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
29951  hochgestellt dem Text vorangeht.
29952  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
29953  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
29954  werden.
29955 \end_layout
29956
29957 \begin_layout Standard
29958 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
29959  der Fußnote eine Marke eingefügt wurde.
29960  Dies ist ein Querverweis auf Fußnote
29961 \begin_inset space ~
29962 \end_inset
29963
29964
29965 \begin_inset CommandInset ref
29966 LatexCommand ref
29967 reference "fuss:Fußnoten-Beispiel"
29968
29969 \end_inset
29970
29971 .
29972 \end_layout
29973
29974 \begin_layout Standard
29975 \begin_inset VSpace defskip
29976 \end_inset
29977
29978 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
29979  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
29980  wird der Befehl 
29981 \series bold
29982
29983 \backslash
29984 footnotemark{}
29985 \series default
29986  als TeX-Code eingefügt.
29987  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
29988 \series bold
29989
29990 \backslash
29991 footnotetext
29992 \series default
29993  nach der Tabelle eingegeben.
29994 \begin_inset Newline newline
29995 \end_inset
29996
29997 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
29998 \end_layout
29999
30000 \begin_layout Standard
30001
30002 \series bold
30003
30004 \backslash
30005 footnotetext{
30006 \series default
30007 Gedruckte Tabellenfußnote.
30008 \series bold
30009 }
30010 \end_layout
30011
30012 \begin_layout Standard
30013 \begin_inset Tabular
30014 <lyxtabular version="3" rows="2" columns="1">
30015 <features rotate="0" tabularvalignment="middle">
30016 <column alignment="center" valignment="top">
30017 <row>
30018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30019 \begin_inset Text
30020
30021 \begin_layout Plain Layout
30022 Dies ist ein Beispieltext.
30023 \begin_inset Foot
30024 status open
30025
30026 \begin_layout Plain Layout
30027 Diese Fußnote wird nicht gedruckt!
30028 \end_layout
30029
30030 \end_inset
30031
30032
30033 \end_layout
30034
30035 \end_inset
30036 </cell>
30037 </row>
30038 <row>
30039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30040 \begin_inset Text
30041
30042 \begin_layout Plain Layout
30043 Dies ist ein Beispieltext.
30044 \begin_inset ERT
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048
30049
30050 \backslash
30051 footnotemark{}
30052 \end_layout
30053
30054 \end_inset
30055
30056
30057 \end_layout
30058
30059 \end_inset
30060 </cell>
30061 </row>
30062 </lyxtabular>
30063
30064 \end_inset
30065
30066
30067 \begin_inset ERT
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071
30072
30073 \backslash
30074 footnotetext{
30075 \end_layout
30076
30077 \end_inset
30078
30079 Gedruckte Tabellenfußnote.
30080 \begin_inset ERT
30081 status collapsed
30082
30083 \begin_layout Plain Layout
30084
30085 }
30086 \end_layout
30087
30088 \end_inset
30089
30090
30091 \end_layout
30092
30093 \begin_layout Standard
30094 Fußnoten in langen Tabellen sind in Abschnitt
30095 \begin_inset space ~
30096 \end_inset
30097
30098
30099 \begin_inset CommandInset ref
30100 LatexCommand ref
30101 reference "uab:Fußnoten-in-langen"
30102
30103 \end_inset
30104
30105  beschrieben.
30106 \end_layout
30107
30108 \begin_layout Standard
30109 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30110  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30111  innerhalb einer Seite ist.
30112  (Mehr über Minipages ist in Abschnitt
30113 \begin_inset space ~
30114 \end_inset
30115
30116
30117 \begin_inset CommandInset ref
30118 LatexCommand ref
30119 reference "abs:Minipage"
30120
30121 \end_inset
30122
30123  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30124  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30125  Methode mit 
30126 \series bold
30127
30128 \backslash
30129 footnotemark{}
30130 \series default
30131  und 
30132 \series bold
30133
30134 \backslash
30135 footnotetext
30136 \series default
30137 .
30138 \end_layout
30139
30140 \begin_layout Standard
30141 \begin_inset Box Frameless
30142 position "t"
30143 hor_pos "c"
30144 has_inner_box 1
30145 inner_pos "t"
30146 use_parbox 0
30147 use_makebox 0
30148 width "100col%"
30149 special "none"
30150 height "1in"
30151 height_special "totalheight"
30152 status open
30153
30154 \begin_layout Plain Layout
30155 Dies ist ein Beispieltext.in einer Minipage.
30156 \begin_inset Foot
30157 status open
30158
30159 \begin_layout Plain Layout
30160 Fußnote in einer Minipage.
30161 \end_layout
30162
30163 \end_inset
30164
30165
30166 \end_layout
30167
30168 \begin_layout Plain Layout
30169 Dies ist ein Beispieltext.
30170  in einer Minipage.
30171 \begin_inset ERT
30172 status collapsed
30173
30174 \begin_layout Plain Layout
30175
30176
30177 \backslash
30178 footnotemark{}
30179 \end_layout
30180
30181 \end_inset
30182
30183
30184 \end_layout
30185
30186 \end_inset
30187
30188
30189 \end_layout
30190
30191 \begin_layout Standard
30192 \begin_inset ERT
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196
30197
30198 \backslash
30199 footnotetext{
30200 \end_layout
30201
30202 \end_inset
30203
30204 Fußnote außerhalb der Minipage.
30205 \begin_inset ERT
30206 status collapsed
30207
30208 \begin_layout Plain Layout
30209
30210 }
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \end_layout
30217
30218 \begin_layout Standard
30219 \begin_inset VSpace defskip
30220 \end_inset
30221
30222
30223 \end_layout
30224
30225 \begin_layout Standard
30226 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30227  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
30228 \series bold
30229
30230 \backslash
30231 footnotemark[Nummer]
30232 \series default
30233 .
30234 \begin_inset Newline newline
30235 \end_inset
30236
30237 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30238  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30239  Hinter Fußnote
30240 \begin_inset space ~
30241 \end_inset
30242
30243
30244 \begin_inset CommandInset ref
30245 LatexCommand ref
30246 reference "fuss:Fußnoten-Beispiel"
30247
30248 \end_inset
30249
30250  wurde das mit folgenden TeX-Code-Befehlen gemacht:
30251 \end_layout
30252
30253 \begin_layout Standard
30254
30255 \series bold
30256
30257 \backslash
30258 newcounter{MyRepeatFoot}
30259 \begin_inset Newline newline
30260 \end_inset
30261
30262
30263 \backslash
30264 setcounter{MyRepeatFoot}{
30265 \backslash
30266 thefootnote}
30267 \end_layout
30268
30269 \begin_layout Standard
30270 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
30271 \end_layout
30272
30273 \begin_layout Standard
30274
30275 \series bold
30276
30277 \backslash
30278 footnotemark[
30279 \backslash
30280 theMyRepeatFoot]
30281 \end_layout
30282
30283 \begin_layout Standard
30284 Hier ist eine wiederholte Fußnote:
30285 \begin_inset ERT
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289
30290
30291 \backslash
30292 footnotemark[
30293 \backslash
30294 theMyRepeatFoot]
30295 \end_layout
30296
30297 \end_inset
30298
30299
30300 \end_layout
30301
30302 \begin_layout Standard
30303 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30304  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30305 \end_layout
30306
30307 \begin_layout Standard
30308
30309 \series bold
30310
30311 \backslash
30312 footnotemark[
30313 \backslash
30314 thefootnote]
30315 \end_layout
30316
30317 \begin_layout Standard
30318 Hier ist eine weitere wiederholte Fußnote:
30319 \begin_inset ERT
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323
30324
30325 \backslash
30326 footnotemark[
30327 \backslash
30328 thefootnote]
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \end_layout
30335
30336 \begin_layout Subsection
30337 Fußnoten-Nummerierung
30338 \begin_inset CommandInset label
30339 LatexCommand label
30340 name "uab:Fußnoten-Nummerierung"
30341
30342 \end_inset
30343
30344
30345 \begin_inset Index idx
30346 status collapsed
30347
30348 \begin_layout Plain Layout
30349 Fußnoten ! Nummerierung
30350 \end_layout
30351
30352 \end_inset
30353
30354
30355 \end_layout
30356
30357 \begin_layout Standard
30358 Um Fußnoten nach jedem Abschnitt
30359 \family roman
30360  auf 1 zurückzusetzen, 
30361 \family default
30362 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30363 \end_layout
30364
30365 \begin_layout Standard
30366
30367 \series bold
30368
30369 \backslash
30370 @addtoreset{footnote}{section}
30371 \end_layout
30372
30373 \begin_layout Standard
30374 \begin_inset VSpace bigskip
30375 \end_inset
30376
30377 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30378  Zahlen:
30379 \end_layout
30380
30381 \begin_layout Standard
30382
30383 \series bold
30384
30385 \backslash
30386 renewcommand{
30387 \backslash
30388 thefootnote}{
30389 \backslash
30390 roman{footnote}}
30391 \end_layout
30392
30393 \begin_layout Standard
30394 \begin_inset ERT
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398
30399
30400 \backslash
30401 renewcommand{
30402 \backslash
30403 thefootnote}{
30404 \backslash
30405 roman{footnote}}
30406 \end_layout
30407
30408 \end_inset
30409
30410  Hier ist ein Beispiel für solch eine Fußnote:
30411 \begin_inset Foot
30412 status open
30413
30414 \begin_layout Plain Layout
30415 Dies ist eine Fußnote mit kleinen römischen Zahlen
30416 \end_layout
30417
30418 \end_inset
30419
30420
30421 \end_layout
30422
30423 \begin_layout Standard
30424 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30425  in obigem Befehl 
30426 \series bold
30427
30428 \backslash
30429 roman
30430 \series default
30431  durch 
30432 \series bold
30433
30434 \backslash
30435 Roman
30436 \series default
30437 .
30438  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30439 \begin_inset Quotes gld
30440 \end_inset
30441
30442 nummerieren
30443 \begin_inset Quotes grd
30444 \end_inset
30445
30446 , verwenden Sie die Befehle 
30447 \series bold
30448
30449 \backslash
30450 Alph
30451 \series default
30452  oder 
30453 \series bold
30454
30455 \backslash
30456 alph
30457 \series default
30458 .
30459  Für die 
30460 \begin_inset Quotes gld
30461 \end_inset
30462
30463 Nummerierung
30464 \begin_inset Quotes grd
30465 \end_inset
30466
30467  mit Symbolen steht der Befehl 
30468 \series bold
30469
30470 \backslash
30471 fnsymbol
30472 \series default
30473  zur Verfügung.
30474 \end_layout
30475
30476 \begin_layout Standard
30477 \begin_inset Note Greyedout
30478 status open
30479
30480 \begin_layout Plain Layout
30481
30482 \series bold
30483 Bemerkung 1:
30484 \series default
30485  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30486  
30487 \emph on
30488 ein
30489 \emph default
30490  Buchstabe verwendet wird.
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \begin_inset Newline newline
30497 \end_inset
30498
30499
30500 \begin_inset Note Greyedout
30501 status open
30502
30503 \begin_layout Plain Layout
30504
30505 \series bold
30506 Bemerkung 2:
30507 \series default
30508  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \end_layout
30515
30516 \begin_layout Standard
30517 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30518 \series bold
30519
30520 \backslash
30521 arabic
30522 \series default
30523  anstelle von 
30524 \series bold
30525
30526 \backslash
30527 roman
30528 \series default
30529  in obigem Befehl.
30530 \begin_inset ERT
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534
30535
30536 \backslash
30537 renewcommand{
30538 \backslash
30539 thefootnote}{
30540 \backslash
30541 arabic{footnote}}
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \end_layout
30548
30549 \begin_layout Standard
30550 \begin_inset VSpace bigskip
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \begin_layout Standard
30557 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30558 \begin_inset Quotes gld
30559 \end_inset
30560
30561 Kapitel.Fußnote
30562 \begin_inset Quotes grd
30563 \end_inset
30564
30565  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30566 \end_layout
30567
30568 \begin_layout Standard
30569
30570 \series bold
30571
30572 \backslash
30573 numberwithin{footnote}{chapter}
30574 \end_layout
30575
30576 \begin_layout Standard
30577 Um 
30578 \series bold
30579
30580 \backslash
30581 numberwithin
30582 \series default
30583  benutzen zu können, muss in den 
30584 \family sans
30585 Mathe
30586 \begin_inset space ~
30587 \end_inset
30588
30589 Optionen
30590 \family default
30591  der 
30592 \family sans
30593 Dokument-Einstellungen
30594 \family default
30595  
30596 \family sans
30597 AMS
30598 \begin_inset space ~
30599 \end_inset
30600
30601 Mathe
30602 \begin_inset space ~
30603 \end_inset
30604
30605 Paket
30606 \family default
30607
30608 \begin_inset space ~
30609 \end_inset
30610
30611
30612 \family sans
30613 verwenden
30614 \family default
30615  angekreuzt sein.
30616 \begin_inset ERT
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620
30621
30622 \backslash
30623 numberwithin{footnote}{chapter}
30624 \end_layout
30625
30626 \end_inset
30627
30628  Hier ist ein Beispiel für solch eine Fußnote.
30629 \series bold
30630
30631 \begin_inset Foot
30632 status open
30633
30634 \begin_layout Plain Layout
30635 Dies ist eine Fußnote nach dem Schema 
30636 \begin_inset Quotes gld
30637 \end_inset
30638
30639 Kapitel.Fußnote
30640 \begin_inset Quotes grd
30641 \end_inset
30642
30643 .
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \series default
30650
30651 \begin_inset ERT
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655
30656
30657 \backslash
30658 renewcommand{
30659 \backslash
30660 thefootnote}{
30661 \backslash
30662 arabic{footnote}}
30663 \end_layout
30664
30665 \end_inset
30666
30667
30668 \end_layout
30669
30670 \begin_layout Standard
30671 \begin_inset Note Greyedout
30672 status open
30673
30674 \begin_layout Plain Layout
30675
30676 \series bold
30677 Bemerkung:
30678 \series default
30679  
30680 \series bold
30681
30682 \backslash
30683 numberwithin
30684 \series default
30685  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30686  werden überschrieben.
30687 \end_layout
30688
30689 \end_inset
30690
30691
30692 \end_layout
30693
30694 \begin_layout Standard
30695 Um also z.
30696 \begin_inset space \thinspace{}
30697 \end_inset
30698
30699 B.
30700  das Schema 
30701 \begin_inset Quotes gld
30702 \end_inset
30703
30704 Kapitel.
30705 \backslash
30706 Roman{footnote}
30707 \begin_inset Quotes grd
30708 \end_inset
30709
30710  zu erhalten, muss dieser Befehl anstelle von 
30711 \series bold
30712
30713 \backslash
30714 numberwithin
30715 \series default
30716  verwendet werden:
30717 \end_layout
30718
30719 \begin_layout Standard
30720
30721 \series bold
30722
30723 \backslash
30724 renewcommand{
30725 \backslash
30726 thefootnote}{
30727 \backslash
30728 thechapter.
30729 \backslash
30730 Roman{footnote}}
30731 \end_layout
30732
30733 \begin_layout Subsection
30734 Fußnoten-Platzierung
30735 \begin_inset Index idx
30736 status collapsed
30737
30738 \begin_layout Plain Layout
30739 Fußnoten ! Platzierung
30740 \end_layout
30741
30742 \end_inset
30743
30744
30745 \end_layout
30746
30747 \begin_layout Standard
30748 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30749  ohne Zwischenraum am Ende der Seite gedruckt.
30750  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30751  LaTeX-Vorspann 1.5
30752 \begin_inset space \thinspace{}
30753 \end_inset
30754
30755 mm Zwischenraum einfügen:
30756 \end_layout
30757
30758 \begin_layout Standard
30759
30760 \series bold
30761
30762 \backslash
30763 let
30764 \backslash
30765 myFoot
30766 \backslash
30767 footnote
30768 \begin_inset Newline newline
30769 \end_inset
30770
30771
30772 \backslash
30773 renewcommand{
30774 \backslash
30775 footnote}[1]{
30776 \backslash
30777 myFoot{#1
30778 \backslash
30779 vspace{1.5mm}}}
30780 \end_layout
30781
30782 \begin_layout Standard
30783 \begin_inset VSpace bigskip
30784 \end_inset
30785
30786 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30787  Spalte gedruckt, Abbildung
30788 \begin_inset space ~
30789 \end_inset
30790
30791
30792 \begin_inset CommandInset ref
30793 LatexCommand ref
30794 reference "abb:Standard-Fußnoten-Platzierung-in"
30795
30796 \end_inset
30797
30798 .
30799  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30800  in Abbildung
30801 \begin_inset space ~
30802 \end_inset
30803
30804
30805 \begin_inset CommandInset ref
30806 LatexCommand ref
30807 reference "abb:Fußnoten-Platzierung-in-einem"
30808
30809 \end_inset
30810
30811 , müssen Sie das LaTeX-Paket 
30812 \series bold
30813 ftnright
30814 \series default
30815
30816 \begin_inset Index idx
30817 status collapsed
30818
30819 \begin_layout Plain Layout
30820 LaTeX-Pakete ! ftnright
30821 \end_layout
30822
30823 \end_inset
30824
30825  mit folgendem Befehl im LaTeX-Vorspann einfügen:
30826 \end_layout
30827
30828 \begin_layout Standard
30829
30830 \series bold
30831
30832 \backslash
30833 usepackage{ftnright}
30834 \end_layout
30835
30836 \begin_layout Standard
30837 \begin_inset Float figure
30838 placement !h
30839 wide false
30840 sideways false
30841 status open
30842
30843 \begin_layout Plain Layout
30844 \begin_inset ERT
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848
30849
30850 \backslash
30851 framebox{
30852 \end_layout
30853
30854 \end_inset
30855
30856
30857 \begin_inset Graphics
30858         filename ../clipart/without_fntright.pdf
30859         width 100col%
30860         scaleBeforeRotation
30861
30862 \end_inset
30863
30864
30865 \begin_inset ERT
30866 status collapsed
30867
30868 \begin_layout Plain Layout
30869
30870 }
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \end_layout
30877
30878 \begin_layout Plain Layout
30879 \begin_inset Caption Standard
30880
30881 \begin_layout Plain Layout
30882 \begin_inset CommandInset label
30883 LatexCommand label
30884 name "abb:Standard-Fußnoten-Platzierung-in"
30885
30886 \end_inset
30887
30888 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30889 \begin_inset Argument 1
30890 status open
30891
30892 \begin_layout Plain Layout
30893 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30894 \end_layout
30895
30896 \end_inset
30897
30898
30899 \end_layout
30900
30901 \end_inset
30902
30903
30904 \end_layout
30905
30906 \end_inset
30907
30908
30909 \end_layout
30910
30911 \begin_layout Standard
30912 \begin_inset Float figure
30913 placement !h
30914 wide false
30915 sideways false
30916 status open
30917
30918 \begin_layout Plain Layout
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924
30925 \backslash
30926 framebox{
30927 \end_layout
30928
30929 \end_inset
30930
30931
30932 \begin_inset Graphics
30933         filename ../clipart/with_fntright.pdf
30934         width 100col%
30935         scaleBeforeRotation
30936
30937 \end_inset
30938
30939
30940 \begin_inset ERT
30941 status collapsed
30942
30943 \begin_layout Plain Layout
30944
30945 }
30946 \end_layout
30947
30948 \end_inset
30949
30950
30951 \end_layout
30952
30953 \begin_layout Plain Layout
30954 \begin_inset Caption Standard
30955
30956 \begin_layout Plain Layout
30957 \begin_inset CommandInset label
30958 LatexCommand label
30959 name "abb:Fußnoten-Platzierung-in-einem"
30960
30961 \end_inset
30962
30963 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
30964  
30965 \series bold
30966 ftnright
30967 \series default
30968 .
30969 \begin_inset Argument 1
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973 Fußnoten-Platzierung mit 
30974 \family typewriter
30975 ftnright
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \end_layout
30982
30983 \end_inset
30984
30985
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \begin_layout Standard
30994 \begin_inset VSpace bigskip
30995 \end_inset
30996
30997 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
30998  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
30999 \begin_inset space ~
31000 \end_inset
31001
31002
31003 \begin_inset CommandInset ref
31004 LatexCommand ref
31005 reference "abb:endnotes"
31006
31007 \end_inset
31008
31009  gedruckt.
31010  Man nennt sie dann 
31011 \begin_inset Quotes gld
31012 \end_inset
31013
31014 Endnoten
31015 \begin_inset Quotes grd
31016 \end_inset
31017
31018 .
31019 \begin_inset Index idx
31020 status collapsed
31021
31022 \begin_layout Plain Layout
31023 Endnoten
31024 \end_layout
31025
31026 \end_inset
31027
31028  Um das zu erreichen, laden Sie im Menü 
31029 \family sans
31030 Dokument\SpecialChar \menuseparator
31031 Einstellungen\SpecialChar \menuseparator
31032 Module 
31033 \family default
31034 das Modul 
31035 \family sans
31036 Fußnote
31037 \begin_inset space ~
31038 \end_inset
31039
31040 als
31041 \begin_inset space ~
31042 \end_inset
31043
31044 Endnote
31045 \family default
31046 .
31047  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
31048 \end_layout
31049
31050 \begin_layout Standard
31051
31052 \series bold
31053
31054 \backslash
31055 theendnotes
31056 \end_layout
31057
31058 \begin_layout Standard
31059 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
31060 \end_layout
31061
31062 \begin_layout Standard
31063 \begin_inset Float figure
31064 wide false
31065 sideways false
31066 status open
31067
31068 \begin_layout Plain Layout
31069 \align center
31070 \begin_inset ERT
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074
31075
31076 \backslash
31077 framebox{
31078 \end_layout
31079
31080 \end_inset
31081
31082
31083 \begin_inset Graphics
31084         filename ../clipart/endnotes.pdf
31085         scaleBeforeRotation
31086
31087 \end_inset
31088
31089
31090 \begin_inset ERT
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094
31095 }
31096 \end_layout
31097
31098 \end_inset
31099
31100
31101 \end_layout
31102
31103 \begin_layout Plain Layout
31104 \begin_inset Caption Standard
31105
31106 \begin_layout Plain Layout
31107 \begin_inset CommandInset label
31108 LatexCommand label
31109 name "abb:endnotes"
31110
31111 \end_inset
31112
31113
31114 \series bold
31115 endnotes
31116 \series default
31117  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31118  gedruckt.
31119 \end_layout
31120
31121 \end_inset
31122
31123
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \end_layout
31130
31131 \begin_layout Standard
31132 \begin_inset VSpace medskip
31133 \end_inset
31134
31135 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31136 ache übersetzt.
31137  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
31138 \begin_inset Quotes gld
31139 \end_inset
31140
31141 Notes
31142 \begin_inset Quotes grd
31143 \end_inset
31144
31145  in 
31146 \begin_inset Quotes gld
31147 \end_inset
31148
31149 Anmerkungen
31150 \begin_inset Quotes grd
31151 \end_inset
31152
31153 :
31154 \end_layout
31155
31156 \begin_layout Standard
31157
31158 \series bold
31159
31160 \backslash
31161 renewcommand{
31162 \backslash
31163 notesname}{Anmerkungen}
31164 \end_layout
31165
31166 \begin_layout Standard
31167 \begin_inset VSpace medskip
31168 \end_inset
31169
31170 Wenn Sie in den Befehlen von Abschnitt
31171 \begin_inset space ~
31172 \end_inset
31173
31174
31175 \begin_inset CommandInset ref
31176 LatexCommand ref
31177 reference "uab:Fußnoten-Nummerierung"
31178
31179 \end_inset
31180
31181  
31182 \series bold
31183
31184 \backslash
31185 thefootnote
31186 \series default
31187  durch 
31188 \series bold
31189
31190 \backslash
31191 theendnote
31192 \series default
31193  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31194  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31195 \series bold
31196
31197 \backslash
31198 @addtoreset
31199 \series default
31200  wie in Abschnitt
31201 \begin_inset space \space{}
31202 \end_inset
31203
31204
31205 \begin_inset CommandInset ref
31206 LatexCommand ref
31207 reference "uab:Fußnoten-Nummerierung"
31208
31209 \end_inset
31210
31211  beschrieben und ersetzen 
31212 \series bold
31213 footnote
31214 \series default
31215  durch 
31216 \series bold
31217 endnote
31218 \series default
31219 .
31220 \end_layout
31221
31222 \begin_layout Standard
31223 Für Endnoten gibt es den Befehl 
31224 \series bold
31225
31226 \backslash
31227 endnotemark[Nummer]
31228 \series default
31229  analog zum Befehl 
31230 \series bold
31231
31232 \backslash
31233 footnotemark
31234 \series default
31235  der in Abschnitt
31236 \begin_inset space ~
31237 \end_inset
31238
31239
31240 \begin_inset CommandInset ref
31241 LatexCommand ref
31242 reference "abs:Fußnoten"
31243
31244 \end_inset
31245
31246  beschrieben ist.
31247 \end_layout
31248
31249 \begin_layout Standard
31250 \begin_inset VSpace bigskip
31251 \end_inset
31252
31253 Mit dem LaTeX-Paket 
31254 \series bold
31255 footmisc
31256 \series default
31257
31258 \begin_inset Index idx
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262 LaTeX-Pakete ! footmisc
31263 \end_layout
31264
31265 \end_inset
31266
31267  (
31268 \begin_inset CommandInset citation
31269 LatexCommand cite
31270 key "footmisc"
31271
31272 \end_inset
31273
31274 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31275 \end_layout
31276
31277 \begin_layout Standard
31278 In LaTeX-Büchern, 
31279 \begin_inset CommandInset citation
31280 LatexCommand cite
31281 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31282
31283 \end_inset
31284
31285 , finden Sie weiteres zu Fußnoten.
31286  Wenn Sie eine 
31287 \series bold
31288 KOMA-Script
31289 \series default
31290
31291 \begin_inset Index idx
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295 LaTeX-Pakete ! KOMA-Script
31296 \end_layout
31297
31298 \end_inset
31299
31300  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31301 zifische Befehle anpassen, siehe 
31302 \begin_inset CommandInset citation
31303 LatexCommand cite
31304 key "KOMA-Script"
31305
31306 \end_inset
31307
31308 .
31309 \end_layout
31310
31311 \begin_layout Section
31312 Randnotizen
31313 \begin_inset Index idx
31314 status collapsed
31315
31316 \begin_layout Plain Layout
31317 Randnotizen
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \begin_inset Index idx
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327 Notizen ! Randnotizen
31328 \end_layout
31329
31330 \end_inset
31331
31332
31333 \end_layout
31334
31335 \begin_layout Standard
31336 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
31337  Sie fügen sie mit einem Klick auf den Schalter 
31338 \begin_inset Info
31339 type  "icon"
31340 arg   "marginalnote-insert"
31341 \end_inset
31342
31343  oder über 
31344 \family sans
31345 Einfügen\SpecialChar \menuseparator
31346 Randnotiz
31347 \family default
31348  ein.
31349  Ein graues Kästchen mit der Aufschrift 
31350 \begin_inset Quotes gld
31351 \end_inset
31352
31353 Rand
31354 \begin_inset Quotes grd
31355 \end_inset
31356
31357  erscheint
31358 \family roman
31359 \series medium
31360 , und dort, wo der Cursor steht, können Sie Text eingeben.
31361 \end_layout
31362
31363 \begin_layout Standard
31364 Hier am Rand sehen Sie eine Randnotiz.
31365  
31366 \begin_inset Marginal
31367 status open
31368
31369 \begin_layout Plain Layout
31370 Dies ist eine Randnotiz.
31371 \end_layout
31372
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \begin_layout Standard
31379 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31380  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31381  Seiten und rechts auf den ungeraden.
31382  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31383  wird und umgekehrt.
31384  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31385  wurde.
31386 \end_layout
31387
31388 \begin_layout Standard
31389 \begin_inset VSpace bigskip
31390 \end_inset
31391
31392 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31393 \end_layout
31394
31395 \begin_layout Standard
31396
31397 \series bold
31398
31399 \backslash
31400 reversemarginpar
31401 \end_layout
31402
31403 \begin_layout Standard
31404 als TeX-Code vor einer Randnotiz ein.
31405  Das gilt dann für alle folgenden Randnotizen.
31406  
31407 \begin_inset ERT
31408 status collapsed
31409
31410 \begin_layout Plain Layout
31411
31412
31413 \backslash
31414 reversemarginpar 
31415 \end_layout
31416
31417 \end_inset
31418
31419
31420 \begin_inset Marginal
31421 status open
31422
31423 \begin_layout Plain Layout
31424 Hier ist ein Beispiel im inneren Rand.
31425 \end_layout
31426
31427 \end_inset
31428
31429
31430 \begin_inset Newline newline
31431 \end_inset
31432
31433
31434 \begin_inset Note Greyedout
31435 status open
31436
31437 \begin_layout Plain Layout
31438  
31439 \series bold
31440 Achtung:
31441 \series default
31442  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31443 \end_layout
31444
31445 \end_inset
31446
31447
31448 \end_layout
31449
31450 \begin_layout Standard
31451 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31452 \end_layout
31453
31454 \begin_layout Standard
31455
31456 \series bold
31457
31458 \backslash
31459 normalmarginpar
31460 \end_layout
31461
31462 \begin_layout Standard
31463 als TeX-Code ein.
31464 \begin_inset ERT
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468
31469
31470 \backslash
31471 normalmarginpar 
31472 \end_layout
31473
31474 \end_inset
31475
31476
31477 \end_layout
31478
31479 \begin_layout Standard
31480 \begin_inset Note Greyedout
31481 status open
31482
31483 \begin_layout Plain Layout
31484
31485 \series bold
31486 Achtung:
31487 \series default
31488  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31489 \series bold
31490
31491 \backslash
31492 reversemarginpar
31493 \series default
31494  verwendet wird.
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \begin_layout Standard
31503 \begin_inset VSpace bigskip
31504 \end_inset
31505
31506
31507 \begin_inset Marginal
31508 status open
31509
31510 \begin_layout Plain Layout
31511
31512 \family roman
31513 \series medium
31514 EinSehrLangesWort am Anfang, das umgebrochen wird.
31515 \end_layout
31516
31517 \end_inset
31518
31519  Ähnlich wie in Abschnitt
31520 \begin_inset space ~
31521 \end_inset
31522
31523
31524 \begin_inset CommandInset ref
31525 LatexCommand ref
31526 reference "uab:Mehrfache-Zeilen-in"
31527
31528 \end_inset
31529
31530  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31531  Wort der Randnotiz sind.
31532  Um das zu vermeiden, fügen sie 0
31533 \begin_inset space \thinspace{}
31534 \end_inset
31535
31536 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31537 \begin_inset Marginal
31538 status open
31539
31540 \begin_layout Plain Layout
31541 \begin_inset space \hspace{}
31542 \length 0pt
31543 \end_inset
31544
31545
31546 \family roman
31547 \series medium
31548 EinSehrLangesWort am Anfang, das umgebrochen wird.
31549 \end_layout
31550
31551 \end_inset
31552
31553
31554 \end_layout
31555
31556 \begin_layout Standard
31557 \begin_inset VSpace bigskip
31558 \end_inset
31559
31560
31561 \end_layout
31562
31563 \begin_layout Standard
31564 \begin_inset Note Greyedout
31565 status open
31566
31567 \begin_layout Plain Layout
31568
31569 \series bold
31570 Bemerkung:
31571 \series default
31572  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31573  verwendet werden.
31574 \end_layout
31575
31576 \end_inset
31577
31578
31579 \end_layout
31580
31581 \begin_layout Standard
31582 \begin_inset VSpace bigskip
31583 \end_inset
31584
31585
31586 \end_layout
31587
31588 \begin_layout Standard
31589 \begin_inset ERT
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593
31594
31595 \backslash
31596 ifmarginnote
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \begin_inset Note Note
31603 status open
31604
31605 \begin_layout Plain Layout
31606 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
31607 \series bold
31608 marginnote
31609 \series default
31610  installiert ist.
31611 \end_layout
31612
31613 \end_inset
31614
31615
31616 \end_layout
31617
31618 \begin_layout Standard
31619 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
31620 \series bold
31621 marginnote
31622 \series default
31623
31624 \begin_inset Index idx
31625 status collapsed
31626
31627 \begin_layout Plain Layout
31628 LaTeX-Pakete ! marginnote
31629 \end_layout
31630
31631 \end_inset
31632
31633  verwendet wird.
31634  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
31635  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
31636  des Pakets 
31637 \series bold
31638 marginnote
31639 \series default
31640  für Randnotizen verwendet wird:
31641 \end_layout
31642
31643 \begin_layout Standard
31644
31645 \series bold
31646
31647 \backslash
31648 usepackage{marginnote}
31649 \begin_inset Newline newline
31650 \end_inset
31651
31652
31653 \backslash
31654 let
31655 \backslash
31656 marginpar
31657 \backslash
31658 marginnote
31659 \end_layout
31660
31661 \begin_layout Standard
31662 Dies wird auch in diesem Dokument verwendet, denn 
31663 \series bold
31664 marginnote
31665 \series default
31666  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31667  für Randnotizen angeben.
31668  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31669 n zu dicht beieinander sind.
31670  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
31671  Schema
31672 \end_layout
31673
31674 \begin_layout Standard
31675
31676 \series bold
31677 [Versatz]
31678 \end_layout
31679
31680 \begin_layout Standard
31681 angegeben.
31682  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31683 \begin_inset space ~
31684 \end_inset
31685
31686
31687 \begin_inset CommandInset ref
31688 LatexCommand ref
31689 reference "tab:Maßeinheiten"
31690
31691 \end_inset
31692
31693  aufgelistet sind.
31694  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31695  nach unten.
31696  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31697 \begin_inset space \thinspace{}
31698 \end_inset
31699
31700 cm mit dem TeX-Code-Befehl  
31701 \begin_inset Quotes gld
31702 \end_inset
31703
31704
31705 \series bold
31706 [-1.5cm]
31707 \series default
31708
31709 \begin_inset Quotes grd
31710 \end_inset
31711
31712  nach oben versetzt.
31713 \begin_inset Marginal
31714 status open
31715
31716 \begin_layout Plain Layout
31717 Diese Randnotiz ist 1.5
31718 \begin_inset space \thinspace{}
31719 \end_inset
31720
31721 cm von ihrer Originalposition nach oben versetzt.
31722 \end_layout
31723
31724 \end_inset
31725
31726
31727 \begin_inset ERT
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731
31732 [-1.5cm]
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \begin_layout Standard
31741 \begin_inset VSpace medskip
31742 \end_inset
31743
31744 Mit 
31745 \series bold
31746 marginnote
31747 \series default
31748  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31749  Zum Beispiel setzen die Befehle
31750 \end_layout
31751
31752 \begin_layout Standard
31753
31754 \series bold
31755
31756 \backslash
31757 renewcommand*{
31758 \backslash
31759 raggedleftmarginnote}{
31760 \backslash
31761 centering}
31762 \begin_inset Newline newline
31763 \end_inset
31764
31765
31766 \backslash
31767 renewcommand*{
31768 \backslash
31769 raggedrightmarginnote}{
31770 \backslash
31771 centering}
31772 \end_layout
31773
31774 \begin_layout Standard
31775 die Ausrichtung auf zentriert.
31776  
31777 \series bold
31778
31779 \backslash
31780 raggedleftmarginnote
31781 \series default
31782  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31783  
31784 \begin_inset ERT
31785 status collapsed
31786
31787 \begin_layout Plain Layout
31788
31789
31790 \backslash
31791 renewcommand*{
31792 \backslash
31793 raggedleftmarginnote}{
31794 \backslash
31795 centering}
31796 \end_layout
31797
31798 \begin_layout Plain Layout
31799
31800
31801 \backslash
31802 renewcommand*{
31803 \backslash
31804 raggedrightmarginnote}{
31805 \backslash
31806 centering}
31807 \end_layout
31808
31809 \end_inset
31810
31811
31812 \begin_inset Marginal
31813 status open
31814
31815 \begin_layout Plain Layout
31816 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31817 \end_layout
31818
31819 \end_inset
31820
31821  Die Voreinstellung ist
31822 \end_layout
31823
31824 \begin_layout Standard
31825
31826 \series bold
31827
31828 \backslash
31829 renewcommand*{
31830 \backslash
31831 raggedleftmarginnote}{
31832 \backslash
31833 raggedleft}
31834 \begin_inset Newline newline
31835 \end_inset
31836
31837
31838 \backslash
31839 renewcommand*{
31840 \backslash
31841 raggedrightmarginnote}{
31842 \backslash
31843 raggedright}
31844 \series default
31845
31846 \begin_inset ERT
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850
31851
31852 \backslash
31853 renewcommand*{
31854 \backslash
31855 raggedleftmarginnote}{
31856 \backslash
31857 raggedleft}
31858 \end_layout
31859
31860 \begin_layout Plain Layout
31861
31862
31863 \backslash
31864 renewcommand*{
31865 \backslash
31866 raggedrightmarginnote}{
31867 \backslash
31868 raggedright}
31869 \end_layout
31870
31871 \end_inset
31872
31873
31874 \end_layout
31875
31876 \begin_layout Standard
31877 \begin_inset VSpace medskip
31878 \end_inset
31879
31880 Für weitere Fähigkeiten des Pakets 
31881 \series bold
31882 marginnote
31883 \series default
31884  sei auf dessen Dokumentation verwiesen 
31885 \begin_inset CommandInset citation
31886 LatexCommand cite
31887 key "marginnote"
31888
31889 \end_inset
31890
31891 .
31892 \end_layout
31893
31894 \begin_layout Standard
31895 \begin_inset VSpace bigskip
31896 \end_inset
31897
31898 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
31899  geändert werden.
31900  Um z.
31901 \begin_inset space \thinspace{}
31902 \end_inset
31903
31904 B.
31905  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
31906  und fettgedruckten Text 
31907 \begin_inset Quotes eld
31908 \end_inset
31909
31910
31911 \family sans
31912 \series bold
31913 \bar under
31914 Achtung!
31915 \family default
31916 \series default
31917 \bar default
31918
31919 \begin_inset Quotes erd
31920 \end_inset
31921
31922  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
31923 \end_layout
31924
31925 \begin_layout Standard
31926
31927 \series bold
31928
31929 \backslash
31930 let
31931 \backslash
31932 myMarginpar
31933 \backslash
31934 marginpar
31935 \begin_inset Newline newline
31936 \end_inset
31937
31938
31939 \backslash
31940 renewcommand{
31941 \backslash
31942 marginpar}[1]{
31943 \backslash
31944 myMarginpar{%
31945 \begin_inset Newline newline
31946 \end_inset
31947
31948
31949 \begin_inset Phantom HPhantom
31950 status open
31951
31952 \begin_layout Plain Layout
31953
31954 \series bold
31955 \begin_inset space ~
31956 \end_inset
31957
31958
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \backslash
31965 hspace{0pt}
31966 \backslash
31967 textsf{
31968 \backslash
31969 textbf{
31970 \backslash
31971 underbar{Achtung!}}}%
31972 \begin_inset Newline newline
31973 \end_inset
31974
31975
31976 \begin_inset Phantom HPhantom
31977 status open
31978
31979 \begin_layout Plain Layout
31980
31981 \series bold
31982 \begin_inset space ~
31983 \end_inset
31984
31985
31986 \end_layout
31987
31988 \end_inset
31989
31990
31991 \backslash
31992 vspace{1.5mm}
31993 \backslash
31994
31995 \backslash
31996 #1}}
31997 \end_layout
31998
31999 \begin_layout Standard
32000 \begin_inset ERT
32001 status collapsed
32002
32003 \begin_layout Plain Layout
32004
32005
32006 \backslash
32007 let
32008 \backslash
32009 myMarginpar
32010 \backslash
32011 marginpar
32012 \end_layout
32013
32014 \begin_layout Plain Layout
32015
32016
32017 \backslash
32018 renewcommand{
32019 \backslash
32020 marginpar}[1]{
32021 \backslash
32022 myMarginpar{%
32023 \end_layout
32024
32025 \begin_layout Plain Layout
32026
32027    
32028 \backslash
32029 textsf{
32030 \backslash
32031 textbf{
32032 \backslash
32033 underbar{Achtung!}}}%
32034 \end_layout
32035
32036 \begin_layout Plain Layout
32037
32038    
32039 \backslash
32040 vspace{1.5mm}
32041 \backslash
32042
32043 \backslash
32044 #1}}
32045 \end_layout
32046
32047 \end_inset
32048
32049
32050 \begin_inset Marginal
32051 status open
32052
32053 \begin_layout Plain Layout
32054 Dies ist eine Randnotiz mit einer definierten Überschrift.
32055 \end_layout
32056
32057 \end_inset
32058
32059
32060 \begin_inset ERT
32061 status collapsed
32062
32063 \begin_layout Plain Layout
32064
32065 [-1.5cm]
32066 \end_layout
32067
32068 \end_inset
32069
32070
32071 \begin_inset ERT
32072 status collapsed
32073
32074 \begin_layout Plain Layout
32075
32076
32077 \backslash
32078 renewcommand{
32079 \backslash
32080 marginpar}[1]{
32081 \backslash
32082 myMarginpar{#1}}
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \begin_inset Note Note
32089 status open
32090
32091 \begin_layout Plain Layout
32092 Das Format wurde nur für dieses Beispiel geändert.
32093 \end_layout
32094
32095 \end_inset
32096
32097
32098 \end_layout
32099
32100 \begin_layout Standard
32101 \begin_inset ERT
32102 status collapsed
32103
32104 \begin_layout Plain Layout
32105
32106
32107 \backslash
32108 else
32109 \end_layout
32110
32111 \end_inset
32112
32113
32114 \begin_inset Note Note
32115 status open
32116
32117 \begin_layout Plain Layout
32118 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
32119 \series bold
32120 marginnote
32121 \series default
32122  nicht installiert ist:
32123 \end_layout
32124
32125 \end_inset
32126
32127
32128 \end_layout
32129
32130 \begin_layout Standard
32131 Das LaTeX-Paket 
32132 \series bold
32133 marginnote
32134 \series default
32135  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32136 \end_layout
32137
32138 \begin_layout Standard
32139 \begin_inset ERT
32140 status collapsed
32141
32142 \begin_layout Plain Layout
32143
32144
32145 \backslash
32146 fi
32147 \end_layout
32148
32149 \end_inset
32150
32151
32152 \end_layout
32153
32154 \begin_layout Chapter
32155 Boxen
32156 \end_layout
32157
32158 \begin_layout Section
32159 Einleitung
32160 \begin_inset Index idx
32161 status collapsed
32162
32163 \begin_layout Plain Layout
32164 Boxen ! Einleitung
32165 \end_layout
32166
32167 \end_inset
32168
32169
32170 \end_layout
32171
32172 \begin_layout Standard
32173 Boxen werden benutzt, um einen Textblock zu formatieren.
32174  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32175  siehe Abschnitt
32176 \begin_inset space ~
32177 \end_inset
32178
32179
32180 \begin_inset CommandInset ref
32181 LatexCommand ref
32182 reference "abs:Minipage"
32183
32184 \end_inset
32185
32186 , um Text zu umrahmen, siehe Abschnitt
32187 \begin_inset space ~
32188 \end_inset
32189
32190
32191 \begin_inset CommandInset ref
32192 LatexCommand ref
32193 reference "uab:Verzierung"
32194
32195 \end_inset
32196
32197 , um Silbentrennung zu verhindern, siehe Abschnitt
32198 \begin_inset space ~
32199 \end_inset
32200
32201
32202 \begin_inset CommandInset ref
32203 LatexCommand ref
32204 reference "abs:Silbentrennung-unterbinden"
32205
32206 \end_inset
32207
32208 , um Text senkrecht auszurichten, siehe Abschnitt
32209 \begin_inset space ~
32210 \end_inset
32211
32212
32213 \begin_inset CommandInset ref
32214 LatexCommand ref
32215 reference "uab:Vertikale-Ausrichtung"
32216
32217 \end_inset
32218
32219  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32220 \begin_inset space ~
32221 \end_inset
32222
32223
32224 \begin_inset CommandInset ref
32225 LatexCommand ref
32226 reference "abs:Farbige-Boxen"
32227
32228 \end_inset
32229
32230 .
32231 \end_layout
32232
32233 \begin_layout Standard
32234 Boxen werden mit 
32235 \family sans
32236 Einfügen\SpecialChar \menuseparator
32237 Box
32238 \family default
32239  oder dem Schalter 
32240 \begin_inset Info
32241 type  "icon"
32242 arg   "box-insert Frameless"
32243 \end_inset
32244
32245  eingefügt.
32246  Ein graues Kästchen mit der Aufschrift 
32247 \begin_inset Quotes gld
32248 \end_inset
32249
32250 Box (Minipage)
32251 \begin_inset Quotes grd
32252 \end_inset
32253
32254  erscheint: 
32255 \begin_inset Graphics
32256         filename clipart/StandardBoxQt4.png
32257         scale 85
32258         scaleBeforeRotation
32259
32260 \end_inset
32261
32262  Mit einem Rechts\SpecialChar \-
32263 klick auf das graue Kästchen und der Auswahl von 
32264 \family sans
32265 Einstellungen
32266 \family default
32267  kann der Typ spezifiziert werden.
32268  Das Dialogfenster bietet bei 
32269 \family sans
32270 Innere
32271 \begin_inset space ~
32272 \end_inset
32273
32274 Box
32275 \family default
32276  die Typen 
32277 \family sans
32278 Makebox
32279 \family default
32280
32281 \family sans
32282 Parbox
32283 \family default
32284  und 
32285 \family sans
32286 Minipage
32287 \family default
32288  an.
32289  
32290 \family sans
32291 Minipage
32292 \family default
32293  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32294 \begin_inset space ~
32295 \end_inset
32296
32297
32298 \begin_inset CommandInset ref
32299 LatexCommand ref
32300 reference "abs:Minipage"
32301
32302 \end_inset
32303
32304  beschrieben, 
32305 \family sans
32306 Parbox
32307 \family default
32308  in Abschnitt
32309 \begin_inset space ~
32310 \end_inset
32311
32312
32313 \begin_inset CommandInset ref
32314 LatexCommand ref
32315 reference "abs:Parbox"
32316
32317 \end_inset
32318
32319  und 
32320 \family sans
32321 Makebox
32322 \family default
32323  in 
32324 \begin_inset CommandInset ref
32325 LatexCommand ref
32326 reference "abs:Silbentrennung-unterbinden"
32327
32328 \end_inset
32329
32330 .
32331 \end_layout
32332
32333 \begin_layout Standard
32334 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32335  wie auf Gleitobjekte und Fußnoten.
32336 \end_layout
32337
32338 \begin_layout Standard
32339 \begin_inset Note Greyedout
32340 status open
32341
32342 \begin_layout Plain Layout
32343
32344 \series bold
32345 Bemerkung
32346 \begin_inset space ~
32347 \end_inset
32348
32349 1:
32350 \series default
32351  Boxen dürfen in 
32352 \family sans
32353 List-
32354 \family default
32355  oder 
32356 \family sans
32357 Beschreibung-
32358 \family default
32359 Umgebungen nicht verwendet werden.
32360 \end_layout
32361
32362 \end_inset
32363
32364
32365 \end_layout
32366
32367 \begin_layout Standard
32368 \begin_inset Note Greyedout
32369 status open
32370
32371 \begin_layout Plain Layout
32372
32373 \series bold
32374 Bemerkung
32375 \begin_inset space ~
32376 \end_inset
32377
32378 2:
32379 \series default
32380  Boxen ohne 
32381 \family sans
32382 Innere
32383 \begin_inset space ~
32384 \end_inset
32385
32386 Box
32387 \family default
32388  und ohne Rahmen werden in Abschnitt
32389 \begin_inset space ~
32390 \end_inset
32391
32392
32393 \begin_inset CommandInset ref
32394 LatexCommand ref
32395 reference "abs:Silbentrennung-unterbinden"
32396
32397 \end_inset
32398
32399  beschrieben.
32400 \end_layout
32401
32402 \end_inset
32403
32404
32405 \end_layout
32406
32407 \begin_layout Section
32408 Das Box-Einstellungen-Fenster
32409 \begin_inset CommandInset label
32410 LatexCommand label
32411 name "abs:Box-Dialog"
32412
32413 \end_inset
32414
32415
32416 \begin_inset Index idx
32417 status collapsed
32418
32419 \begin_layout Plain Layout
32420 Boxen ! Box-Dialog-Fenster
32421 \end_layout
32422
32423 \end_inset
32424
32425
32426 \end_layout
32427
32428 \begin_layout Subsection
32429 Box-Größe
32430 \begin_inset Index idx
32431 status collapsed
32432
32433 \begin_layout Plain Layout
32434 Boxen ! Größe
32435 \end_layout
32436
32437 \end_inset
32438
32439
32440 \end_layout
32441
32442 \begin_layout Standard
32443 Im 
32444 \family sans
32445 Box-Einstellungen
32446 \family default
32447 -Fenster können Sie die Größe der Box mit 
32448 \family sans
32449 Breite
32450 \family default
32451  und 
32452 \family sans
32453 Höhe 
32454 \family default
32455 festlegen.
32456  Die verfügbaren Einheiten werden in Tabelle
32457 \begin_inset space ~
32458 \end_inset
32459
32460
32461 \begin_inset CommandInset ref
32462 LatexCommand ref
32463 reference "tab:Maßeinheiten"
32464
32465 \end_inset
32466
32467  aufgelistet.
32468  Das Feld
32469 \family sans
32470  Höhe
32471 \family default
32472  bietet die folgenden zusätzlichen Größen:
32473 \end_layout
32474
32475 \begin_layout Description
32476 Tiefe Dies ist die reine Text-
32477 \begin_inset Quotes gld
32478 \end_inset
32479
32480 Höhe
32481 \begin_inset Quotes grd
32482 \end_inset
32483
32484 .
32485  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32486 \begin_inset Newline newline
32487 \end_inset
32488
32489
32490 \begin_inset Newline newline
32491 \end_inset
32492
32493
32494 \begin_inset Newline newline
32495 \end_inset
32496
32497
32498 \begin_inset Box Boxed
32499 position "c"
32500 hor_pos "c"
32501 has_inner_box 1
32502 inner_pos "c"
32503 use_parbox 0
32504 use_makebox 0
32505 width "12col%"
32506 special "none"
32507 height "1in"
32508 height_special "depth"
32509 status collapsed
32510
32511 \begin_layout Plain Layout
32512 \align center
32513 Box-Höhe = 1
32514 \begin_inset space \thinspace{}
32515 \end_inset
32516
32517 Tiefe
32518 \end_layout
32519
32520 \end_inset
32521
32522
32523 \begin_inset Newline newline
32524 \end_inset
32525
32526
32527 \begin_inset Newline newline
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \begin_layout Description
32534 Höhe Dies ist die Texthöhe innerhalb der Box.
32535  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32536  Texthöhe setzen: 
32537 \begin_inset Box Boxed
32538 position "c"
32539 hor_pos "c"
32540 has_inner_box 1
32541 inner_pos "c"
32542 use_parbox 0
32543 use_makebox 0
32544 width "20col%"
32545 special "none"
32546 height "2in"
32547 height_special "height"
32548 status collapsed
32549
32550 \begin_layout Plain Layout
32551 \align center
32552 Boxhöhe = 2
32553 \begin_inset space \thinspace{}
32554 \end_inset
32555
32556 Höhe
32557 \end_layout
32558
32559 \end_inset
32560
32561
32562 \end_layout
32563
32564 \begin_layout Description
32565 Gesamthöhe Dies ist Höhe
32566 \begin_inset space \thinspace{}
32567 \end_inset
32568
32569 +
32570 \begin_inset space \thinspace{}
32571 \end_inset
32572
32573 Tiefe: 
32574 \begin_inset Box Boxed
32575 position "c"
32576 hor_pos "c"
32577 has_inner_box 1
32578 inner_pos "c"
32579 use_parbox 0
32580 use_makebox 0
32581 width "20col%"
32582 special "none"
32583 height "1in"
32584 height_special "totalheight"
32585 status collapsed
32586
32587 \begin_layout Plain Layout
32588 \align center
32589 Boxhöhe = 1
32590 \begin_inset space \thinspace{}
32591 \end_inset
32592
32593 Gesamthöhe
32594 \end_layout
32595
32596 \end_inset
32597
32598
32599 \end_layout
32600
32601 \begin_layout Description
32602 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32603 \begin_inset Box Boxed
32604 position "c"
32605 hor_pos "c"
32606 has_inner_box 1
32607 inner_pos "c"
32608 use_parbox 0
32609 use_makebox 0
32610 width "12col%"
32611 special "none"
32612 height "1in"
32613 height_special "width"
32614 status collapsed
32615
32616 \begin_layout Plain Layout
32617 \align center
32618 Boxhöhe = 1
32619 \begin_inset space \thinspace{}
32620 \end_inset
32621
32622 Breite
32623 \end_layout
32624
32625 \end_inset
32626
32627
32628 \end_layout
32629
32630 \begin_layout Subsection
32631 Ausrichtung
32632 \begin_inset Index idx
32633 status collapsed
32634
32635 \begin_layout Plain Layout
32636 Boxen ! Ausrichtung
32637 \end_layout
32638
32639 \end_inset
32640
32641
32642 \end_layout
32643
32644 \begin_layout Standard
32645 Wenn Sie eine 
32646 \family sans
32647 Innere
32648 \begin_inset space ~
32649 \end_inset
32650
32651 Box
32652 \family default
32653  gewählt haben, kann die Box mit folgenden Werten für 
32654 \family sans
32655 Box
32656 \family default
32657  senkrecht ausgerichtet werden:
32658 \end_layout
32659
32660 \begin_layout Description
32661 Oben Dies ist ein Beispieltext.
32662  
32663 \begin_inset Box Boxed
32664 position "t"
32665 hor_pos "c"
32666 has_inner_box 1
32667 inner_pos "c"
32668 use_parbox 0
32669 use_makebox 0
32670 width "20col%"
32671 special "none"
32672 height "1in"
32673 height_special "totalheight"
32674 status collapsed
32675
32676 \begin_layout Plain Layout
32677 \align center
32678 Die Ober\SpecialChar \-
32679 kante der Box ist in der Zeile.
32680 \end_layout
32681
32682 \end_inset
32683
32684  Dies ist ein Beispieltext.
32685 \end_layout
32686
32687 \begin_layout Description
32688 Mitte Dies ist ein Beispieltext.
32689  
32690 \begin_inset Box Boxed
32691 position "c"
32692 hor_pos "c"
32693 has_inner_box 1
32694 inner_pos "c"
32695 use_parbox 0
32696 use_makebox 0
32697 width "20col%"
32698 special "none"
32699 height "1in"
32700 height_special "totalheight"
32701 status collapsed
32702
32703 \begin_layout Plain Layout
32704 \align center
32705 Die Mitte der Box ist in der Zeile.
32706 \end_layout
32707
32708 \end_inset
32709
32710  Dies ist ein Beispieltext.
32711 \end_layout
32712
32713 \begin_layout Description
32714 Unten Dies ist ein Beispieltext.
32715  
32716 \begin_inset Box Boxed
32717 position "b"
32718 hor_pos "c"
32719 has_inner_box 1
32720 inner_pos "c"
32721 use_parbox 0
32722 use_makebox 0
32723 width "20col%"
32724 special "none"
32725 height "1in"
32726 height_special "totalheight"
32727 status collapsed
32728
32729 \begin_layout Plain Layout
32730 \align center
32731 Die Unter\SpecialChar \-
32732 kante der Box ist in der Zeile.
32733 \end_layout
32734
32735 \end_inset
32736
32737  Dies ist ein Beispieltext.
32738 \end_layout
32739
32740 \begin_layout Standard
32741 \begin_inset Note Greyedout
32742 status open
32743
32744 \begin_layout Plain Layout
32745
32746 \series bold
32747 Bemerkung:
32748 \series default
32749  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32750  Boxen in einer Zeile sind und eine Box z.
32751 \begin_inset space \thinspace{}
32752 \end_inset
32753
32754 B.
32755  schattiert ist, die andere aber nicht.
32756 \end_layout
32757
32758 \end_inset
32759
32760
32761 \end_layout
32762
32763 \begin_layout Standard
32764 Eine Box kann mit dem Dialog 
32765 \family sans
32766 Absatz-Einstellungen
32767 \family default
32768  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32769 \end_layout
32770
32771 \begin_layout Standard
32772 \begin_inset VSpace bigskip
32773 \end_inset
32774
32775 Wenn Sie eine 
32776 \family sans
32777 Innere
32778 \begin_inset space ~
32779 \end_inset
32780
32781 Box
32782 \family default
32783  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
32784 \family sans
32785 Inhalt
32786 \family default
32787  senkrecht ausgerichtet werden:
32788 \end_layout
32789
32790 \begin_layout Description
32791 Oben Dies ist ein Beispieltext.
32792  
32793 \begin_inset Box Boxed
32794 position "c"
32795 hor_pos "c"
32796 has_inner_box 1
32797 inner_pos "t"
32798 use_parbox 0
32799 use_makebox 0
32800 width "20col%"
32801 special "none"
32802 height "1.5in"
32803 height_special "totalheight"
32804 status collapsed
32805
32806 \begin_layout Plain Layout
32807 \align center
32808 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
32809 \end_layout
32810
32811 \end_inset
32812
32813  Dies ist ein Beispieltext.
32814 \end_layout
32815
32816 \begin_layout Description
32817 Mitte Dies ist ein Beispieltext.
32818  
32819 \begin_inset Box Boxed
32820 position "c"
32821 hor_pos "c"
32822 has_inner_box 1
32823 inner_pos "c"
32824 use_parbox 0
32825 use_makebox 0
32826 width "20col%"
32827 special "none"
32828 height "1.5in"
32829 height_special "totalheight"
32830 status collapsed
32831
32832 \begin_layout Plain Layout
32833 \align center
32834 Der Boxinhalt ist zentriert ausgerichtet.
32835 \end_layout
32836
32837 \end_inset
32838
32839  Dies ist ein Beispieltext.
32840 \end_layout
32841
32842 \begin_layout Description
32843 Unten Dies ist ein Beispieltext.
32844  
32845 \begin_inset Box Boxed
32846 position "c"
32847 hor_pos "c"
32848 has_inner_box 1
32849 inner_pos "b"
32850 use_parbox 0
32851 use_makebox 0
32852 width "20col%"
32853 special "none"
32854 height "1.5in"
32855 height_special "totalheight"
32856 status collapsed
32857
32858 \begin_layout Plain Layout
32859 \align center
32860 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
32861 \end_layout
32862
32863 \end_inset
32864
32865  Dies ist ein Beispieltext.
32866 \end_layout
32867
32868 \begin_layout Description
32869 Dehnen Dies ist ein Beispieltext.
32870  
32871 \begin_inset Box Boxed
32872 position "c"
32873 hor_pos "c"
32874 has_inner_box 1
32875 inner_pos "s"
32876 use_parbox 0
32877 use_makebox 0
32878 width "20col%"
32879 special "none"
32880 height "1in"
32881 height_special "totalheight"
32882 status collapsed
32883
32884 \begin_layout Plain Layout
32885 \align center
32886 Der Boxinhalt
32887 \end_layout
32888
32889 \begin_layout Plain Layout
32890 \align center
32891 ist über die
32892 \end_layout
32893
32894 \begin_layout Plain Layout
32895 \align center
32896 Boxhöhe
32897 \end_layout
32898
32899 \begin_layout Plain Layout
32900 \align center
32901 gleichmäßig verteilt.
32902 \end_layout
32903
32904 \end_inset
32905
32906  Dies ist ein Beispieltext.
32907 \end_layout
32908
32909 \begin_layout Standard
32910 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
32911  besteht.
32912  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
32913 \end_layout
32914
32915 \begin_layout Standard
32916 Ein Boxinhalt kann mit dem Dialog 
32917 \family sans
32918 Absatz-Einstellungen
32919 \family default
32920  waagerecht ausgerichtet werden, wenn Sie eine
32921 \family sans
32922  Innere
32923 \begin_inset space ~
32924 \end_inset
32925
32926 Box
32927 \family default
32928  gewählt haben.
32929 \end_layout
32930
32931 \begin_layout Standard
32932 \align center
32933 \begin_inset Box Boxed
32934 position "c"
32935 hor_pos "c"
32936 has_inner_box 1
32937 inner_pos "s"
32938 use_parbox 0
32939 use_makebox 0
32940 width "30col%"
32941 special "none"
32942 height "1.25in"
32943 height_special "totalheight"
32944 status collapsed
32945
32946 \begin_layout Plain Layout
32947 \align left
32948 Hier ist jede Zeile
32949 \end_layout
32950
32951 \begin_layout Plain Layout
32952 \align center
32953 anders
32954 \end_layout
32955
32956 \begin_layout Plain Layout
32957 \align right
32958 ausgerichtet.
32959 \end_layout
32960
32961 \end_inset
32962
32963
32964 \end_layout
32965
32966 \begin_layout Standard
32967 Wenn Sie keine
32968 \family sans
32969  Innere
32970 \begin_inset space ~
32971 \end_inset
32972
32973 Box
32974 \family default
32975  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
32976 \family sans
32977 Box-Einstellungen-
32978 \family default
32979 Dialog ausrichten
32980 \end_layout
32981
32982 \begin_layout Standard
32983 \align center
32984 \begin_inset Box Boxed
32985 position "c"
32986 hor_pos "s"
32987 has_inner_box 0
32988 inner_pos "s"
32989 use_parbox 0
32990 use_makebox 0
32991 width "90col%"
32992 special "none"
32993 height "1.25in"
32994 height_special "totalheight"
32995 status collapsed
32996
32997 \begin_layout Plain Layout
32998 Dieser Boxinhalt wurde horizontal gedehnt.
32999 \end_layout
33000
33001 \end_inset
33002
33003
33004 \end_layout
33005
33006 \begin_layout Subsection
33007 Verzierung
33008 \begin_inset CommandInset label
33009 LatexCommand label
33010 name "uab:Verzierung"
33011
33012 \end_inset
33013
33014
33015 \begin_inset Index idx
33016 status collapsed
33017
33018 \begin_layout Plain Layout
33019 Boxen ! Verzierung
33020 \end_layout
33021
33022 \end_inset
33023
33024
33025 \end_layout
33026
33027 \begin_layout Standard
33028 Im 
33029 \family sans
33030 Box-Einstellungen-
33031 \family default
33032 Dialog können Sie mit der 
33033 \family sans
33034 Verzierung
33035 \family default
33036  den Typ der Box auswählen:
33037 \end_layout
33038
33039 \begin_layout Description
33040 Kein
33041 \begin_inset space ~
33042 \end_inset
33043
33044 Rahmen Nichts wird gezeichnet.
33045 \end_layout
33046
33047 \begin_layout Description
33048 Einfacher
33049 \begin_inset space ~
33050 \end_inset
33051
33052 rechteckiger
33053 \begin_inset space ~
33054 \end_inset
33055
33056 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33057  Die Rahmendicke wird durch 
33058 \series bold
33059
33060 \backslash
33061 fboxrule
33062 \series default
33063  festgelegt.
33064  
33065 \begin_inset Box Boxed
33066 position "c"
33067 hor_pos "c"
33068 has_inner_box 1
33069 inner_pos "c"
33070 use_parbox 0
33071 use_makebox 0
33072 width "21col%"
33073 special "none"
33074 height "1in"
33075 height_special "totalheight"
33076 status collapsed
33077
33078 \begin_layout Plain Layout
33079
33080 \series medium
33081 Rechteckige
33082 \begin_inset space ~
33083 \end_inset
33084
33085 Box
33086 \end_layout
33087
33088 \end_inset
33089
33090
33091 \end_layout
33092
33093 \begin_layout Description
33094 erlaube
33095 \begin_inset space ~
33096 \end_inset
33097
33098 Seitenumbrüche 
33099 \end_layout
33100
33101 \begin_layout Description
33102 Ovaler
33103 \begin_inset space ~
33104 \end_inset
33105
33106 Rahmen,
33107 \begin_inset space ~
33108 \end_inset
33109
33110 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33111  Die Rahmendicke ist 0.4
33112 \begin_inset space \thinspace{}
33113 \end_inset
33114
33115 pt.
33116  
33117 \begin_inset Box ovalbox
33118 position "c"
33119 hor_pos "c"
33120 has_inner_box 1
33121 inner_pos "c"
33122 use_parbox 0
33123 use_makebox 0
33124 width "20col%"
33125 special "none"
33126 height "1in"
33127 height_special "totalheight"
33128 status collapsed
33129
33130 \begin_layout Plain Layout
33131 Ovale
33132 \begin_inset space ~
33133 \end_inset
33134
33135 Box,
33136 \begin_inset space ~
33137 \end_inset
33138
33139 dünn
33140 \end_layout
33141
33142 \end_inset
33143
33144
33145 \end_layout
33146
33147 \begin_layout Description
33148 Ovaler
33149 \begin_inset space ~
33150 \end_inset
33151
33152 Rahmen,
33153 \begin_inset space ~
33154 \end_inset
33155
33156 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33157  Die Rahmendicke ist 0.8
33158 \begin_inset space \thinspace{}
33159 \end_inset
33160
33161 pt.
33162  
33163 \begin_inset Box Ovalbox
33164 position "c"
33165 hor_pos "c"
33166 has_inner_box 1
33167 inner_pos "c"
33168 use_parbox 0
33169 use_makebox 0
33170 width "20col%"
33171 special "none"
33172 height "1in"
33173 height_special "totalheight"
33174 status collapsed
33175
33176 \begin_layout Plain Layout
33177 Ovale
33178 \begin_inset space ~
33179 \end_inset
33180
33181 Box,
33182 \begin_inset space ~
33183 \end_inset
33184
33185 dick
33186 \end_layout
33187
33188 \end_inset
33189
33190
33191 \end_layout
33192
33193 \begin_layout Description
33194 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33195  Die Rahmendicke wird durch 
33196 \series bold
33197
33198 \backslash
33199 fboxrule
33200 \series default
33201  festgelegt, der Schatten ist 4
33202 \begin_inset space \thinspace{}
33203 \end_inset
33204
33205 pt breit.
33206 \begin_inset Newline newline
33207 \end_inset
33208
33209
33210 \begin_inset Box Shadowbox
33211 position "c"
33212 hor_pos "c"
33213 has_inner_box 1
33214 inner_pos "c"
33215 use_parbox 0
33216 use_makebox 0
33217 width "20col%"
33218 special "none"
33219 height "1in"
33220 height_special "totalheight"
33221 status collapsed
33222
33223 \begin_layout Plain Layout
33224 Schattierte
33225 \begin_inset space ~
33226 \end_inset
33227
33228 Box
33229 \end_layout
33230
33231 \end_inset
33232
33233
33234 \end_layout
33235
33236 \begin_layout Description
33237 Schattierter
33238 \begin_inset space ~
33239 \end_inset
33240
33241 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33242  Im Gegensatz zu farbigen Boxen
33243 \begin_inset Foot
33244 status collapsed
33245
33246 \begin_layout Plain Layout
33247 siehe Abschnitt
33248 \begin_inset space ~
33249 \end_inset
33250
33251
33252 \begin_inset CommandInset ref
33253 LatexCommand ref
33254 reference "abs:Farbige-Boxen"
33255
33256 \end_inset
33257
33258
33259 \end_layout
33260
33261 \end_inset
33262
33263  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33264  die Box ist ein Absatz für sich.
33265  
33266 \begin_inset Box Shaded
33267 position "t"
33268 hor_pos "c"
33269 has_inner_box 0
33270 inner_pos "t"
33271 use_parbox 0
33272 use_makebox 0
33273 width "50col%"
33274 special "none"
33275 height "1in"
33276 height_special "totalheight"
33277 status collapsed
33278
33279 \begin_layout Plain Layout
33280 Schattierter Hintergrund Box
33281 \end_layout
33282
33283 \end_inset
33284
33285
33286 \end_layout
33287
33288 \begin_layout Description
33289 Doppelter
33290 \begin_inset space ~
33291 \end_inset
33292
33293 rechteckiger
33294 \begin_inset space ~
33295 \end_inset
33296
33297 Rahmen zeichnet einen doppelten Rahmen um die Box.
33298  Der innere Rahmen ist 0.75
33299 \begin_inset space \thinspace{}
33300 \end_inset
33301
33302
33303 \series bold
33304
33305 \backslash
33306 fboxrule
33307 \series default
33308  breit, der äußere 1.5
33309 \begin_inset space \thinspace{}
33310 \end_inset
33311
33312
33313 \series bold
33314
33315 \backslash
33316 fboxrule
33317 \series default
33318 , der Zwischenraum 1.5
33319 \begin_inset space \thinspace{}
33320 \end_inset
33321
33322
33323 \series bold
33324
33325 \backslash
33326 fboxrule
33327 \series default
33328
33329 \begin_inset space \thinspace{}
33330 \end_inset
33331
33332 +
33333 \begin_inset space \thinspace{}
33334 \end_inset
33335
33336 0.5
33337 \begin_inset space \thinspace{}
33338 \end_inset
33339
33340 pt.
33341  
33342 \begin_inset Box Doublebox
33343 position "c"
33344 hor_pos "c"
33345 has_inner_box 1
33346 inner_pos "c"
33347 use_parbox 0
33348 use_makebox 0
33349 width "20col%"
33350 special "none"
33351 height "1in"
33352 height_special "totalheight"
33353 status collapsed
33354
33355 \begin_layout Plain Layout
33356 Doppelt
33357 \begin_inset space ~
33358 \end_inset
33359
33360 gerahmte
33361 \begin_inset space ~
33362 \end_inset
33363
33364 Box
33365 \end_layout
33366
33367 \end_inset
33368
33369
33370 \end_layout
33371
33372 \begin_layout Standard
33373 \begin_inset VSpace bigskip
33374 \end_inset
33375
33376 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
33377  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
33378 \series bold
33379 fancybox
33380 \series default
33381
33382 \begin_inset Index idx
33383 status collapsed
33384
33385 \begin_layout Plain Layout
33386 LaTeX-Pakete ! fancybox
33387 \end_layout
33388
33389 \end_inset
33390
33391  installiert sein.
33392 \end_layout
33393
33394 \begin_layout Standard
33395 \begin_inset VSpace bigskip
33396 \end_inset
33397
33398 Wenn Sie die Verzierung 
33399 \family sans
33400 Einfacher rechteckiger Rahmen
33401 \family default
33402  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33403  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33404  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
33405  für sich ist und 
33406 \series bold
33407
33408 \backslash
33409 fboxrule
33410 \series default
33411  und 
33412 \series bold
33413
33414 \backslash
33415 fboxsep
33416 \series default
33417  keinen Einfluss auf diesen Box Typ haben.
33418  Die Rahmendicke wird durch 
33419 \series bold
33420
33421 \backslash
33422 FrameRule
33423 \series default
33424  festgelegt.
33425  
33426 \begin_inset Box Framed
33427 position "t"
33428 hor_pos "c"
33429 has_inner_box 0
33430 inner_pos "t"
33431 use_parbox 0
33432 use_makebox 0
33433 width "100col%"
33434 special "none"
33435 height "1in"
33436 height_special "totalheight"
33437 status collapsed
33438
33439 \begin_layout Plain Layout
33440 Box erlaubt Seitenumbruch
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \end_layout
33447
33448 \begin_layout Section
33449 Box-Anpassung
33450 \begin_inset Index idx
33451 status collapsed
33452
33453 \begin_layout Plain Layout
33454 Boxen ! Anpassung
33455 \end_layout
33456
33457 \end_inset
33458
33459
33460 \end_layout
33461
33462 \begin_layout Standard
33463 Der Standardwert für 
33464 \series bold
33465
33466 \backslash
33467 fboxrule
33468 \series default
33469  ist 0.4
33470 \begin_inset space \thinspace{}
33471 \end_inset
33472
33473 pt.
33474  Mit dem folgenden TeX-Code-Befehl kann er auf 2
33475 \begin_inset space \thinspace{}
33476 \end_inset
33477
33478 pt gesetzt werden:
33479 \end_layout
33480
33481 \begin_layout Standard
33482
33483 \series bold
33484
33485 \backslash
33486 setlength{
33487 \backslash
33488 fboxrule}{2pt}
33489 \end_layout
33490
33491 \begin_layout Standard
33492 \begin_inset ERT
33493 status collapsed
33494
33495 \begin_layout Plain Layout
33496
33497
33498 \backslash
33499 setlength{
33500 \backslash
33501 fboxrule}{2pt}
33502 \end_layout
33503
33504 \end_inset
33505
33506
33507 \begin_inset Box Boxed
33508 position "c"
33509 hor_pos "c"
33510 has_inner_box 1
33511 inner_pos "c"
33512 use_parbox 0
33513 use_makebox 0
33514 width "30col%"
33515 special "none"
33516 height "1in"
33517 height_special "totalheight"
33518 status open
33519
33520 \begin_layout Plain Layout
33521 \align center
33522 Rechteckige Box mit einer Rahmenbreite von 2
33523 \begin_inset space \thinspace{}
33524 \end_inset
33525
33526 pt
33527 \end_layout
33528
33529 \end_inset
33530
33531
33532 \begin_inset ERT
33533 status collapsed
33534
33535 \begin_layout Plain Layout
33536
33537
33538 \backslash
33539 setlength{
33540 \backslash
33541 fboxrule}{0.4pt}
33542 \end_layout
33543
33544 \end_inset
33545
33546
33547 \begin_inset VSpace bigskip
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \begin_layout Standard
33554 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
33555 \begin_inset space \thinspace{}
33556 \end_inset
33557
33558 pt.
33559  Sie können das ändern, indem Sie den Wert von 
33560 \series bold
33561
33562 \backslash
33563 fboxsep
33564 \series default
33565  mit einem TeX-Code-Befehl ändern:
33566 \end_layout
33567
33568 \begin_layout Standard
33569
33570 \series bold
33571
33572 \backslash
33573 setlength{
33574 \backslash
33575 fboxsep}{10pt}
33576 \end_layout
33577
33578 \begin_layout Standard
33579 setzt den Wert auf 10
33580 \begin_inset space \thinspace{}
33581 \end_inset
33582
33583 pt, wie in der folgenden Box:
33584 \end_layout
33585
33586 \begin_layout Standard
33587 \begin_inset ERT
33588 status collapsed
33589
33590 \begin_layout Plain Layout
33591
33592
33593 \backslash
33594 setlength{
33595 \backslash
33596 fboxsep}{10pt}
33597 \end_layout
33598
33599 \end_inset
33600
33601
33602 \begin_inset Box Boxed
33603 position "c"
33604 hor_pos "c"
33605 has_inner_box 1
33606 inner_pos "c"
33607 use_parbox 0
33608 use_makebox 0
33609 width "25col%"
33610 special "none"
33611 height "1in"
33612 height_special "totalheight"
33613 status open
33614
33615 \begin_layout Plain Layout
33616 \align center
33617 Rechteckige Box mit 
33618 \series bold
33619
33620 \backslash
33621 fboxsep
33622 \series default
33623
33624 \begin_inset space \thinspace{}
33625 \end_inset
33626
33627 =
33628 \begin_inset space \thinspace{}
33629 \end_inset
33630
33631 10
33632 \begin_inset space \thinspace{}
33633 \end_inset
33634
33635 pt
33636 \end_layout
33637
33638 \end_inset
33639
33640
33641 \begin_inset ERT
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645
33646
33647 \backslash
33648 setlength{
33649 \backslash
33650 fboxsep}{3pt}
33651 \end_layout
33652
33653 \end_inset
33654
33655
33656 \end_layout
33657
33658 \begin_layout Standard
33659 \noindent
33660 \begin_inset VSpace bigskip
33661 \end_inset
33662
33663 Der Durchmesser der abgerundeten Ecken kann mit 
33664 \series bold
33665
33666 \backslash
33667 cornersize
33668 \series default
33669  gesetzt werden.
33670  Der TeX-Code-Befehl
33671 \end_layout
33672
33673 \begin_layout Standard
33674
33675 \series bold
33676
33677 \backslash
33678 cornersize*{1cm}
33679 \end_layout
33680
33681 \begin_layout Standard
33682 setzt den Durchmesser auf 1
33683 \begin_inset space \thinspace{}
33684 \end_inset
33685
33686 cm.
33687  Der TeX-Code-Befehl
33688 \end_layout
33689
33690 \begin_layout Standard
33691
33692 \series bold
33693
33694 \backslash
33695 cornersize{num}
33696 \end_layout
33697
33698 \begin_layout Standard
33699 setzt den Durchmesser auf 
33700 \family sans
33701 num
33702 \begin_inset space \thinspace{}
33703 \end_inset
33704
33705 ×
33706 \begin_inset space \thinspace{}
33707 \end_inset
33708
33709 Minimum(Breite der Box, Höhe der Box)
33710 \family default
33711 .
33712  Der Standardwert ist 
33713 \series bold
33714
33715 \backslash
33716 cornersize{0.5}
33717 \series default
33718 .
33719 \end_layout
33720
33721 \begin_layout Standard
33722 \begin_inset ERT
33723 status collapsed
33724
33725 \begin_layout Plain Layout
33726
33727
33728 \backslash
33729 cornersize*{1.5cm}
33730 \end_layout
33731
33732 \end_inset
33733
33734
33735 \begin_inset Box Ovalbox
33736 position "c"
33737 hor_pos "c"
33738 has_inner_box 1
33739 inner_pos "c"
33740 use_parbox 0
33741 use_makebox 0
33742 width "30col%"
33743 special "none"
33744 height "1in"
33745 height_special "totalheight"
33746 status open
33747
33748 \begin_layout Plain Layout
33749 \align center
33750 Ovale Box, dicker Rand, mit 
33751 \series bold
33752
33753 \backslash
33754 cornersize
33755 \series default
33756
33757 \begin_inset space \thinspace{}
33758 \end_inset
33759
33760 =
33761 \begin_inset space \thinspace{}
33762 \end_inset
33763
33764 1.5
33765 \begin_inset space \thinspace{}
33766 \end_inset
33767
33768 cm
33769 \end_layout
33770
33771 \end_inset
33772
33773
33774 \begin_inset ERT
33775 status collapsed
33776
33777 \begin_layout Plain Layout
33778
33779
33780 \backslash
33781 cornersize{0.5}
33782 \end_layout
33783
33784 \end_inset
33785
33786
33787 \end_layout
33788
33789 \begin_layout Standard
33790 \begin_inset VSpace bigskip
33791 \end_inset
33792
33793 Die Breite des Schattens wird mit 
33794 \series bold
33795
33796 \backslash
33797 shadowsize
33798 \series default
33799  festgelegt.
33800  Mit dem TeX-Code-Befehl
33801 \end_layout
33802
33803 \begin_layout Standard
33804
33805 \series bold
33806
33807 \backslash
33808 setlength{
33809 \backslash
33810 shadowsize}{2pt}
33811 \end_layout
33812
33813 \begin_layout Standard
33814 wird er für die folgende Box auf 2
33815 \begin_inset space \thinspace{}
33816 \end_inset
33817
33818 pt festgelegt.
33819 \end_layout
33820
33821 \begin_layout Standard
33822 \begin_inset ERT
33823 status collapsed
33824
33825 \begin_layout Plain Layout
33826
33827
33828 \backslash
33829 setlength{
33830 \backslash
33831 shadowsize}{2pt}
33832 \end_layout
33833
33834 \end_inset
33835
33836
33837 \begin_inset Box Shadowbox
33838 position "c"
33839 hor_pos "c"
33840 has_inner_box 1
33841 inner_pos "c"
33842 use_parbox 0
33843 use_makebox 0
33844 width "25col%"
33845 special "none"
33846 height "1in"
33847 height_special "totalheight"
33848 status open
33849
33850 \begin_layout Plain Layout
33851 \align center
33852 Schattierte Box mit 
33853 \series bold
33854
33855 \backslash
33856 shadowsize
33857 \series default
33858
33859 \begin_inset space \thinspace{}
33860 \end_inset
33861
33862 =
33863 \begin_inset space \thinspace{}
33864 \end_inset
33865
33866 2
33867 \begin_inset space \thinspace{}
33868 \end_inset
33869
33870 pt
33871 \end_layout
33872
33873 \end_inset
33874
33875
33876 \begin_inset ERT
33877 status collapsed
33878
33879 \begin_layout Plain Layout
33880
33881
33882 \backslash
33883 setlength{
33884 \backslash
33885 shadowsize}{4pt}
33886 \end_layout
33887
33888 \end_inset
33889
33890
33891 \end_layout
33892
33893 \begin_layout Standard
33894 \begin_inset VSpace bigskip
33895 \end_inset
33896
33897 Der Standardwert für 
33898 \series bold
33899
33900 \backslash
33901 FrameRule
33902 \series default
33903  ist 0.4
33904 \begin_inset space \thinspace{}
33905 \end_inset
33906
33907 pt.
33908  Der Standard-Abstand zwischen Rahmen und Text ist 9
33909 \begin_inset space \thinspace{}
33910 \end_inset
33911
33912 pt und kann mit dem Wert für 
33913 \series bold
33914
33915 \backslash
33916 FrameSep
33917 \series default
33918  geändert werden.
33919  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
33920  TeX-Code Befehlen geändert:
33921 \end_layout
33922
33923 \begin_layout Standard
33924
33925 \series bold
33926
33927 \backslash
33928 setlength{
33929 \backslash
33930 FrameRule}{5pt}
33931 \begin_inset Newline newline
33932 \end_inset
33933
33934
33935 \backslash
33936 setlength{
33937 \backslash
33938 FrameSep}{0.5cm}
33939 \end_layout
33940
33941 \begin_layout Standard
33942 \begin_inset ERT
33943 status collapsed
33944
33945 \begin_layout Plain Layout
33946
33947
33948 \backslash
33949 setlength{
33950 \backslash
33951 FrameRule}{5pt}
33952 \end_layout
33953
33954 \begin_layout Plain Layout
33955
33956
33957 \backslash
33958 setlength{
33959 \backslash
33960 FrameSep}{0.5cm}
33961 \end_layout
33962
33963 \end_inset
33964
33965
33966 \begin_inset Box Framed
33967 position "t"
33968 hor_pos "c"
33969 has_inner_box 0
33970 inner_pos "t"
33971 use_parbox 0
33972 use_makebox 0
33973 width "100col%"
33974 special "none"
33975 height "1in"
33976 height_special "totalheight"
33977 status open
33978
33979 \begin_layout Plain Layout
33980 Dies ist Text in einer 
33981 \family sans
33982 Seitenumbruch erlaubt
33983 \family default
33984  Box.
33985 \end_layout
33986
33987 \end_inset
33988
33989
33990 \begin_inset ERT
33991 status collapsed
33992
33993 \begin_layout Plain Layout
33994
33995
33996 \backslash
33997 setlength{
33998 \backslash
33999 FrameRule}{0.4pt}
34000 \end_layout
34001
34002 \begin_layout Plain Layout
34003
34004
34005 \backslash
34006 setlength{
34007 \backslash
34008 FrameSep}{9pt}
34009 \end_layout
34010
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \begin_layout Standard
34017 \begin_inset VSpace bigskip
34018 \end_inset
34019
34020 Für Boxen mit 
34021 \family sans
34022 schattiertem Hintergrund
34023 \family default
34024  beträgt der Abstand zwischen Rand und Text 3
34025 \begin_inset space \thinspace{}
34026 \end_inset
34027
34028 pt und kann mit 
34029 \series bold
34030
34031 \backslash
34032 fboxsep
34033 \series default
34034  geändert werden.
34035  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
34036  
34037 \series bold
34038
34039 \backslash
34040 definecolor{shadecolor}
34041 \series default
34042  oder global über das Menü 
34043 \family sans
34044 Werkzeuge\SpecialChar \menuseparator
34045 Einstellungen\SpecialChar \menuseparator
34046 Farben\SpecialChar \menuseparator
34047 Schattierte
34048 \begin_inset space ~
34049 \end_inset
34050
34051 Box
34052 \family default
34053  geändert werden.
34054  Das Schema des 
34055 \series bold
34056
34057 \backslash
34058 definecolor
34059 \series default
34060  Befehls ist  in Abschnitt
34061 \begin_inset space ~
34062 \end_inset
34063
34064
34065 \begin_inset CommandInset ref
34066 LatexCommand ref
34067 reference "abs:Farbige-Tabellen"
34068
34069 \end_inset
34070
34071  erklärt.
34072 \begin_inset Foot
34073 status collapsed
34074
34075 \begin_layout Plain Layout
34076 Beachten Sie, dass 
34077 \series bold
34078
34079 \backslash
34080 definecolor
34081 \series default
34082  das LaTeX-Paket 
34083 \series bold
34084 color
34085 \series default
34086  im LaTeX-Vorspann benötigt, siehe Abschnitt
34087 \begin_inset space ~
34088 \end_inset
34089
34090
34091 \begin_inset CommandInset ref
34092 LatexCommand ref
34093 reference "abs:Farbige-Boxen"
34094
34095 \end_inset
34096
34097 .
34098 \end_layout
34099
34100 \end_inset
34101
34102  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
34103 \end_layout
34104
34105 \begin_layout Standard
34106
34107 \series bold
34108
34109 \backslash
34110 setlength{
34111 \backslash
34112 fboxsep}{0.5cm}
34113 \begin_inset Newline newline
34114 \end_inset
34115
34116
34117 \backslash
34118 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34119 \end_layout
34120
34121 \begin_layout Standard
34122 \begin_inset ERT
34123 status collapsed
34124
34125 \begin_layout Plain Layout
34126
34127
34128 \backslash
34129 setlength{
34130 \backslash
34131 fboxsep}{0.5cm}
34132 \end_layout
34133
34134 \begin_layout Plain Layout
34135
34136
34137 \backslash
34138 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34139 \end_layout
34140
34141 \end_inset
34142
34143
34144 \begin_inset Box Shaded
34145 position "t"
34146 hor_pos "c"
34147 has_inner_box 0
34148 inner_pos "t"
34149 use_parbox 0
34150 use_makebox 0
34151 width "100col%"
34152 special "none"
34153 height "1in"
34154 height_special "totalheight"
34155 status open
34156
34157 \begin_layout Plain Layout
34158
34159 \color yellow
34160 Dies ist gelber Text in einer 
34161 \family sans
34162 schattierten Hintergrund
34163 \begin_inset space ~
34164 \end_inset
34165
34166
34167 \family default
34168 Box auf dunkelgrünem Hintergrund.
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \begin_inset ERT
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178
34179
34180 \backslash
34181 setlength{
34182 \backslash
34183 fboxsep}{3pt}
34184 \end_layout
34185
34186 \begin_layout Plain Layout
34187
34188
34189 \backslash
34190 definecolor{shadecolor}{rgb}{1,0,0}
34191 \end_layout
34192
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \begin_layout Standard
34199 \begin_inset VSpace bigskip
34200 \end_inset
34201
34202 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
34203  der sie ändert.
34204 \end_layout
34205
34206 \begin_layout Section
34207 Minipage
34208 \begin_inset CommandInset label
34209 LatexCommand label
34210 name "abs:Minipage"
34211
34212 \end_inset
34213
34214
34215 \begin_inset Index idx
34216 status collapsed
34217
34218 \begin_layout Plain Layout
34219 Boxen ! Minipage
34220 \end_layout
34221
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \begin_layout Standard
34228 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
34229  deshalb unter anderem eigene Fußnoten haben.
34230 \end_layout
34231
34232 \begin_layout Standard
34233 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34234 \end_layout
34235
34236 \begin_layout Standard
34237 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34238  Ihre Breite ist 45 Spaltenbreite
34239 \begin_inset space ~
34240 \end_inset
34241
34242 %, und sie sind durch einen 
34243 \family sans
34244 HFill
34245 \family default
34246  getrennt (
34247 \family sans
34248 Einfügen\SpecialChar \menuseparator
34249 Formatierung\SpecialChar \menuseparator
34250 Horizontaler
34251 \begin_inset space \space{}
34252 \end_inset
34253
34254 Abstand\SpecialChar \menuseparator
34255 Abstand\SpecialChar \menuseparator
34256 Variabler
34257 \begin_inset space ~
34258 \end_inset
34259
34260 horiz.
34261 \begin_inset space ~
34262 \end_inset
34263
34264 Abstand
34265 \family default
34266 ).
34267 \begin_inset Newpage newpage
34268 \end_inset
34269
34270
34271 \end_layout
34272
34273 \begin_layout Standard
34274 \noindent
34275 \begin_inset Box Frameless
34276 position "t"
34277 hor_pos "c"
34278 has_inner_box 1
34279 inner_pos "c"
34280 use_parbox 0
34281 use_makebox 0
34282 width "45col%"
34283 special "none"
34284 height "1in"
34285 height_special "totalheight"
34286 status open
34287
34288 \begin_layout Plain Layout
34289 Dies ist ein deutscher Text.
34290  Dies ist ein deutscher Text.
34291  Dies ist ein deutscher Text.
34292  Dies ist ein deutscher Text.
34293  Dies ist ein deutscher Text.
34294  Dies ist ein deutscher Text.
34295  Dies ist ein deutscher Text.
34296  Dies ist ein deutscher Text.
34297  Dies ist ein deutscher Text.
34298  Dies ist ein deutscher Text.
34299  Dies ist ein deutscher Text.
34300  Dies ist ein deutscher Text.
34301  Dies ist ein deutscher Text
34302 \begin_inset Foot
34303 status open
34304
34305 \begin_layout Plain Layout
34306 Dies ist eine deutsche Fußnote.
34307 \end_layout
34308
34309 \end_inset
34310
34311 .
34312  Dies ist ein deutscher Text.
34313  Dies ist ein deutscher Text.
34314 \end_layout
34315
34316 \end_inset
34317
34318
34319 \begin_inset space \hfill{}
34320 \end_inset
34321
34322
34323 \begin_inset Box Frameless
34324 position "t"
34325 hor_pos "c"
34326 has_inner_box 1
34327 inner_pos "c"
34328 use_parbox 0
34329 use_makebox 0
34330 width "45col%"
34331 special "none"
34332 height "1in"
34333 height_special "totalheight"
34334 status open
34335
34336 \begin_layout Plain Layout
34337
34338 \lang english
34339 This is an English Text.
34340  This is an English Text.
34341  This is an English Text.
34342  This is an English Text.
34343  This is an English Text.
34344  This is an English Text.
34345  This is an English Text.
34346  This is an English Text.
34347  This is an English Text.
34348  This is an English Text.
34349  This is an English Text.
34350  This is an English Text.
34351  This is an English Text.
34352  This is an English Text.
34353  This is an English Text.
34354  This is an English Text.
34355 \begin_inset Foot
34356 status collapsed
34357
34358 \begin_layout Plain Layout
34359
34360 \lang english
34361 This is an English footnote.
34362 \end_layout
34363
34364 \end_inset
34365
34366  This is an English Text.
34367 \end_layout
34368
34369 \end_inset
34370
34371
34372 \end_layout
34373
34374 \begin_layout Standard
34375 \begin_inset VSpace bigskip
34376 \end_inset
34377
34378 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34379  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34380  Absätze nicht eingerückt werden, obwohl Sie das in 
34381 \family sans
34382 Dokument
34383 \family default
34384 \SpecialChar \menuseparator
34385
34386 \family sans
34387 Einstellun\SpecialChar \-
34388 gen\SpecialChar \menuseparator
34389 Textformat
34390 \family default
34391  festgelegt haben.
34392  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34393  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
34394 \series bold
34395
34396 \backslash
34397 hspace*{1em}
34398 \series default
34399 .
34400 \end_layout
34401
34402 \begin_layout Standard
34403 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34404  zu verpassen, siehe Abschnitt
34405 \begin_inset space ~
34406 \end_inset
34407
34408
34409 \begin_inset CommandInset ref
34410 LatexCommand ref
34411 reference "uab:Farbe-für-Absätze"
34412
34413 \end_inset
34414
34415 .
34416 \end_layout
34417
34418 \begin_layout Standard
34419 \begin_inset Note Greyedout
34420 status open
34421
34422 \begin_layout Plain Layout
34423
34424 \series bold
34425 Bemerkung:
34426 \series default
34427  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34428  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34429 \end_layout
34430
34431 \end_inset
34432
34433
34434 \end_layout
34435
34436 \begin_layout Section
34437 Parbox
34438 \begin_inset CommandInset label
34439 LatexCommand label
34440 name "abs:Parbox"
34441
34442 \end_inset
34443
34444
34445 \begin_inset Index idx
34446 status collapsed
34447
34448 \begin_layout Plain Layout
34449 Boxen ! Parbox
34450 \end_layout
34451
34452 \end_inset
34453
34454
34455 \end_layout
34456
34457 \begin_layout Standard
34458 Parbox ist eine Abkürzung für 
34459 \begin_inset Quotes gld
34460 \end_inset
34461
34462 paragraph box
34463 \begin_inset Quotes grd
34464 \end_inset
34465
34466 , was Absatzbox bedeutet.
34467  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34468  in Parboxen nicht ausgegeben werden:
34469 \end_layout
34470
34471 \begin_layout Standard
34472 \align center
34473 \begin_inset Box Frameless
34474 position "t"
34475 hor_pos "c"
34476 has_inner_box 1
34477 inner_pos "t"
34478 use_parbox 1
34479 use_makebox 0
34480 width "33col%"
34481 special "none"
34482 height "1in"
34483 height_special "totalheight"
34484 status open
34485
34486 \begin_layout Plain Layout
34487 Dies ist Text in einer Parbox.
34488  Dies ist Text in einer Parbox.
34489 \end_layout
34490
34491 \begin_layout Plain Layout
34492 Diese Fußnote wird nicht gedruckt:
34493 \begin_inset Foot
34494 status collapsed
34495
34496 \begin_layout Plain Layout
34497 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34498 \end_layout
34499
34500 \end_inset
34501
34502
34503 \end_layout
34504
34505 \end_inset
34506
34507
34508 \end_layout
34509
34510 \begin_layout Section
34511 Boxen für Worte und Buchstaben
34512 \begin_inset Index idx
34513 status collapsed
34514
34515 \begin_layout Plain Layout
34516 Boxen ! für Buchstaben
34517 \end_layout
34518
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \begin_layout Subsection
34525 Silbentrennung unterbinden
34526 \begin_inset CommandInset label
34527 LatexCommand label
34528 name "abs:Silbentrennung-unterbinden"
34529
34530 \end_inset
34531
34532
34533 \begin_inset Index idx
34534 status collapsed
34535
34536 \begin_layout Plain Layout
34537 Boxen ! zur Vermeidung von Silbentrennung
34538 \end_layout
34539
34540 \end_inset
34541
34542
34543 \end_layout
34544
34545 \begin_layout Standard
34546 Sie können den Boxtyp 
34547 \family sans
34548 Makebox
34549 \family default
34550  benutzen, um Silbentrennungen zu unterbinden.
34551 \begin_inset Newline newline
34552 \end_inset
34553
34554 Hier ist ein Beispiel: 
34555 \end_layout
34556
34557 \begin_layout Standard
34558 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34559 \begin_inset Quotes gld
34560 \end_inset
34561
34562 einsehrsehrsehrlangeswort
34563 \begin_inset Quotes grd
34564 \end_inset
34565
34566 .
34567 \end_layout
34568
34569 \begin_layout Standard
34570 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34571  Innere
34572 \begin_inset space ~
34573 \end_inset
34574
34575 Box auf Makebox und verwenden keine explizite Breite.
34576 \end_layout
34577
34578 \begin_layout Standard
34579 Hier ist das Ergebnis:
34580 \end_layout
34581
34582 \begin_layout Standard
34583 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34584 \begin_inset Box Frameless
34585 position "t"
34586 hor_pos "c"
34587 has_inner_box 1
34588 inner_pos "t"
34589 use_parbox 0
34590 use_makebox 1
34591 width ""
34592 special "none"
34593 height "1in"
34594 height_special "totalheight"
34595 status open
34596
34597 \begin_layout Plain Layout
34598 \begin_inset Quotes gld
34599 \end_inset
34600
34601 einsehrsehrsehrlangeswort
34602 \begin_inset Quotes grd
34603 \end_inset
34604
34605
34606 \end_layout
34607
34608 \end_inset
34609
34610 .
34611 \end_layout
34612
34613 \begin_layout Standard
34614 Alternativ dazu kann man auch den Befehl 
34615 \begin_inset Quotes gld
34616 \end_inset
34617
34618
34619 \series bold
34620
34621 \backslash
34622 -
34623 \series default
34624
34625 \begin_inset Quotes grd
34626 \end_inset
34627
34628  als TeX-Code direkt vor das Wort setzen:
34629 \end_layout
34630
34631 \begin_layout Standard
34632 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34633 \begin_inset Quotes gld
34634 \end_inset
34635
34636
34637 \begin_inset ERT
34638 status collapsed
34639
34640 \begin_layout Plain Layout
34641
34642
34643 \backslash
34644 -
34645 \end_layout
34646
34647 \end_inset
34648
34649 einsehrsehrsehrlangeswort
34650 \begin_inset Quotes grd
34651 \end_inset
34652
34653 .
34654 \end_layout
34655
34656 \begin_layout Standard
34657 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34658  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34659 \family sans
34660 Strg-Eingabe
34661 \family default
34662 ) einfügen: 
34663 \end_layout
34664
34665 \begin_layout Standard
34666 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34667 \begin_inset Newline newline
34668 \end_inset
34669
34670
34671 \begin_inset Box Frameless
34672 position "t"
34673 hor_pos "c"
34674 has_inner_box 1
34675 inner_pos "t"
34676 use_parbox 0
34677 use_makebox 1
34678 width ""
34679 special "none"
34680 height "1in"
34681 height_special "totalheight"
34682 status open
34683
34684 \begin_layout Plain Layout
34685 \begin_inset Quotes gld
34686 \end_inset
34687
34688 einsehrsehrsehrlangeswort
34689 \begin_inset Quotes grd
34690 \end_inset
34691
34692
34693 \end_layout
34694
34695 \end_inset
34696
34697 .
34698 \end_layout
34699
34700 \begin_layout Subsection
34701 Vertikale Ausrichtung
34702 \begin_inset CommandInset label
34703 LatexCommand label
34704 name "uab:Vertikale-Ausrichtung"
34705
34706 \end_inset
34707
34708
34709 \begin_inset Index idx
34710 status collapsed
34711
34712 \begin_layout Plain Layout
34713 Boxen ! für Vertikale Ausrichtung
34714 \end_layout
34715
34716 \end_inset
34717
34718
34719 \begin_inset Index idx
34720 status collapsed
34721
34722 \begin_layout Plain Layout
34723 Boxen ! raisebox
34724 \end_layout
34725
34726 \end_inset
34727
34728
34729 \end_layout
34730
34731 \begin_layout Standard
34732 Mit dem LaTeX-Befehl 
34733 \series bold
34734
34735 \backslash
34736 raisebox
34737 \series default
34738  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34739 n Textes ausrichten.
34740  
34741 \series bold
34742
34743 \backslash
34744 raisebox
34745 \series default
34746  wird folgendermaßen benutzt:
34747 \end_layout
34748
34749 \begin_layout Standard
34750
34751 \series bold
34752
34753 \backslash
34754 raisebox{Verschiebung}[oben][unten]{Text}
34755 \end_layout
34756
34757 \begin_layout Standard
34758 Positive Werte für Verschiebung
34759 \series bold
34760  
34761 \series default
34762 verschieben die Box nach oben, negative nach unten.
34763  Die beiden optionalen Parameter 
34764 \family typewriter
34765 oben
34766 \family default
34767  und 
34768 \family typewriter
34769 unten
34770 \family default
34771  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34772  hinausgeht, wenn sie nicht verschoben ist.
34773 \end_layout
34774
34775 \begin_layout Standard
34776 Um zum Beispiel das Wort 
34777 \begin_inset Quotes gld
34778 \end_inset
34779
34780 provokant
34781 \begin_inset Quotes grd
34782 \end_inset
34783
34784  mit seinem 
34785 \begin_inset Quotes gld
34786 \end_inset
34787
34788 niedrigsten
34789 \begin_inset Quotes grd
34790 \end_inset
34791
34792  Buchstaben 
34793 \begin_inset Quotes gld
34794 \end_inset
34795
34796 p
34797 \begin_inset Quotes grd
34798 \end_inset
34799
34800  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
34801 \end_layout
34802
34803 \begin_layout Standard
34804
34805 \series bold
34806
34807 \backslash
34808 raisebox{
34809 \backslash
34810 depth}{
34811 \end_layout
34812
34813 \begin_layout Standard
34814 vor dem Wort einfügen und 
34815 \begin_inset Quotes gld
34816 \end_inset
34817
34818
34819 \series bold
34820 }
34821 \series default
34822
34823 \begin_inset Quotes grd
34824 \end_inset
34825
34826  als TeX-Code dahinter:
34827 \end_layout
34828
34829 \begin_layout Standard
34830 Dies ist eine Zeile, in der das Wort 
34831 \begin_inset ERT
34832 status collapsed
34833
34834 \begin_layout Plain Layout
34835
34836
34837 \backslash
34838 raisebox{
34839 \backslash
34840 depth}{
34841 \end_layout
34842
34843 \end_inset
34844
34845
34846 \begin_inset Quotes gld
34847 \end_inset
34848
34849 provokant
34850 \begin_inset Quotes grd
34851 \end_inset
34852
34853
34854 \begin_inset ERT
34855 status collapsed
34856
34857 \begin_layout Plain Layout
34858
34859 }
34860 \end_layout
34861
34862 \end_inset
34863
34864  nach oben verschoben wurde.
34865 \end_layout
34866
34867 \begin_layout Standard
34868 \begin_inset VSpace bigskip
34869 \end_inset
34870
34871 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34872  gedehnt:
34873 \end_layout
34874
34875 \begin_layout Standard
34876 Dies ist eine Zeile, in der das Wort 
34877 \begin_inset ERT
34878 status collapsed
34879
34880 \begin_layout Plain Layout
34881
34882
34883 \backslash
34884 raisebox{-
34885 \backslash
34886 depth}{
34887 \end_layout
34888
34889 \end_inset
34890
34891
34892 \begin_inset Quotes gld
34893 \end_inset
34894
34895 provokant
34896 \begin_inset Quotes grd
34897 \end_inset
34898
34899
34900 \begin_inset ERT
34901 status collapsed
34902
34903 \begin_layout Plain Layout
34904
34905 }
34906 \end_layout
34907
34908 \end_inset
34909
34910  nach unten verschoben wurde.
34911 \end_layout
34912
34913 \begin_layout Standard
34914 Dies ist eine Zeile, in der das Wort 
34915 \begin_inset ERT
34916 status collapsed
34917
34918 \begin_layout Plain Layout
34919
34920
34921 \backslash
34922 raisebox{0.5cm}{
34923 \end_layout
34924
34925 \end_inset
34926
34927
34928 \begin_inset Quotes gld
34929 \end_inset
34930
34931 testen
34932 \begin_inset Quotes grd
34933 \end_inset
34934
34935
34936 \begin_inset ERT
34937 status collapsed
34938
34939 \begin_layout Plain Layout
34940
34941 }
34942 \end_layout
34943
34944 \end_inset
34945
34946  um 0.5
34947 \begin_inset space \thinspace{}
34948 \end_inset
34949
34950 cm nach oben verschoben wurde.
34951 \end_layout
34952
34953 \begin_layout Standard
34954 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34955 \end_layout
34956
34957 \begin_layout Standard
34958
34959 \series bold
34960
34961 \backslash
34962 raisebox{-
34963 \backslash
34964 depth}[0pt]{
34965 \end_layout
34966
34967 \begin_layout Standard
34968 Dies ist eine Zeile, in der das Wort 
34969 \begin_inset ERT
34970 status collapsed
34971
34972 \begin_layout Plain Layout
34973
34974
34975 \backslash
34976 raisebox{-
34977 \backslash
34978 depth}[0pt]{
34979 \end_layout
34980
34981 \end_inset
34982
34983
34984 \begin_inset Quotes gld
34985 \end_inset
34986
34987 provokant
34988 \begin_inset Quotes grd
34989 \end_inset
34990
34991
34992 \begin_inset ERT
34993 status collapsed
34994
34995 \begin_layout Plain Layout
34996
34997 }
34998 \end_layout
34999
35000 \end_inset
35001
35002  nach unten verschoben wurde.
35003 \end_layout
35004
35005 \begin_layout Standard
35006 Dies ist eine Zeile, in der das Wort 
35007 \begin_inset ERT
35008 status collapsed
35009
35010 \begin_layout Plain Layout
35011
35012
35013 \backslash
35014 raisebox{0.5cm}[0pt]{
35015 \end_layout
35016
35017 \end_inset
35018
35019
35020 \begin_inset Quotes gld
35021 \end_inset
35022
35023 testen
35024 \begin_inset Quotes grd
35025 \end_inset
35026
35027
35028 \begin_inset ERT
35029 status collapsed
35030
35031 \begin_layout Plain Layout
35032
35033 }
35034 \end_layout
35035
35036 \end_inset
35037
35038  um 0.5
35039 \begin_inset space \thinspace{}
35040 \end_inset
35041
35042 cm nach oben verschoben wurde.
35043  Jetzt überschneiden sich die verschobenen Worte.
35044 \end_layout
35045
35046 \begin_layout Section
35047 Farbige Boxen
35048 \begin_inset CommandInset label
35049 LatexCommand label
35050 name "abs:Farbige-Boxen"
35051
35052 \end_inset
35053
35054
35055 \begin_inset Index idx
35056 status collapsed
35057
35058 \begin_layout Plain Layout
35059 Boxen ! farbige
35060 \end_layout
35061
35062 \end_inset
35063
35064
35065 \end_layout
35066
35067 \begin_layout Subsection
35068 Text-Hintergrundfarbe
35069 \begin_inset Index idx
35070 status collapsed
35071
35072 \begin_layout Plain Layout
35073 Farbe ! für Text-Hintergrund
35074 \end_layout
35075
35076 \end_inset
35077
35078
35079 \end_layout
35080
35081 \begin_layout Standard
35082 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
35083  so genannten 
35084 \begin_inset Quotes gld
35085 \end_inset
35086
35087 colorbox
35088 \begin_inset Quotes grd
35089 \end_inset
35090
35091  stehen.
35092  Dafür muss das LaTeX-Paket 
35093 \series bold
35094 color
35095 \series default
35096
35097 \begin_inset Index idx
35098 status collapsed
35099
35100 \begin_layout Plain Layout
35101 LaTeX-Pakete ! color
35102 \end_layout
35103
35104 \end_inset
35105
35106  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35107 \end_layout
35108
35109 \begin_layout Standard
35110
35111 \series bold
35112
35113 \backslash
35114 @ifundefined{textcolor}
35115 \begin_inset Newline newline
35116 \end_inset
35117
35118
35119 \begin_inset Phantom HPhantom
35120 status open
35121
35122 \begin_layout Plain Layout
35123
35124 \series bold
35125 \begin_inset space ~
35126 \end_inset
35127
35128
35129 \end_layout
35130
35131 \end_inset
35132
35133 {
35134 \backslash
35135 usepackage{color}}{}
35136 \end_layout
35137
35138 \begin_layout Standard
35139 Wenn Sie Text einfärben, lädt LyX das Paket 
35140 \series bold
35141 color
35142 \series default
35143  automatisch.
35144 \begin_inset Foot
35145 status collapsed
35146
35147 \begin_layout Plain Layout
35148 Der Befehl 
35149 \series bold
35150
35151 \backslash
35152 @ifundefined
35153 \series default
35154  vermeidet, dass es in diesem Fall doppelt geladen wird.
35155 \end_layout
35156
35157 \end_inset
35158
35159
35160 \end_layout
35161
35162 \begin_layout Standard
35163 \begin_inset VSpace medskip
35164 \end_inset
35165
35166 Colorboxen werden mit dem Befehl 
35167 \series bold
35168
35169 \backslash
35170 colorbox
35171 \series default
35172  erzeugt:
35173 \end_layout
35174
35175 \begin_layout Standard
35176
35177 \series bold
35178
35179 \backslash
35180 colorbox{Farbe}{Boxinhalt}
35181 \end_layout
35182
35183 \begin_layout Standard
35184 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
35185  Boxen sein.
35186 \end_layout
35187
35188 \begin_layout Standard
35189 Die folgenden Farben sind vordefiniert:
35190 \family sans
35191  schwarz
35192 \family default
35193
35194 \family sans
35195 wei
35196 \family default
35197 ß, 
35198 \family sans
35199 rot
35200 \family default
35201 \series bold
35202 ,
35203 \series default
35204  
35205 \family sans
35206 grün
35207 \family default
35208
35209 \family sans
35210 blau
35211 \family default
35212
35213 \family sans
35214 türkis
35215 \family default
35216
35217 \family sans
35218 purpurrot
35219 \family default
35220  und 
35221 \family sans
35222 gelb
35223 \family default
35224 .
35225 \end_layout
35226
35227 \begin_layout Standard
35228 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
35229 \begin_inset space ~
35230 \end_inset
35231
35232
35233 \begin_inset CommandInset ref
35234 LatexCommand ref
35235 reference "abs:Farbige-Tabellen"
35236
35237 \end_inset
35238
35239  beschrieben.
35240 \end_layout
35241
35242 \begin_layout Standard
35243 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
35244  den TeX-Code-Befehl
35245 \end_layout
35246
35247 \begin_layout Standard
35248
35249 \series bold
35250
35251 \backslash
35252 colorbox{red}{
35253 \end_layout
35254
35255 \begin_layout Standard
35256 vor dem Wort ein.
35257  Hinter dem Wort fügen Sie 
35258 \series bold
35259
35260 \begin_inset Quotes gld
35261 \end_inset
35262
35263 }
35264 \series default
35265
35266 \begin_inset Quotes grd
35267 \end_inset
35268
35269  als TeX-Code ein.
35270  Hier ist das Ergebnis:
35271 \end_layout
35272
35273 \begin_layout Standard
35274 In dieser Zeile hat 
35275 \begin_inset ERT
35276 status collapsed
35277
35278 \begin_layout Plain Layout
35279
35280
35281 \backslash
35282 colorbox{red}{
35283 \end_layout
35284
35285 \end_inset
35286
35287 Achtung!
35288 \begin_inset ERT
35289 status collapsed
35290
35291 \begin_layout Plain Layout
35292
35293 }
35294 \end_layout
35295
35296 \end_inset
35297
35298  einen roten Hintergrund.
35299 \end_layout
35300
35301 \begin_layout Standard
35302 \begin_inset VSpace bigskip
35303 \end_inset
35304
35305 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
35306  
35307 \series bold
35308
35309 \backslash
35310 fcolorbox
35311 \series default
35312  verwenden:
35313 \end_layout
35314
35315 \begin_layout Standard
35316
35317 \series bold
35318
35319 \backslash
35320 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35321 \end_layout
35322
35323 \begin_layout Standard
35324
35325 \series bold
35326
35327 \backslash
35328 fcolorbox
35329 \series default
35330  ist eine Erweiterung von 
35331 \series bold
35332
35333 \backslash
35334 colorbox
35335 \series default
35336 .
35337  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
35338  
35339 \series bold
35340
35341 \backslash
35342 fboxrule
35343 \series default
35344  und 
35345 \series bold
35346
35347 \backslash
35348 fboxsep
35349 \series default
35350  gesteuert werden, wie in Abschnitt
35351 \begin_inset space ~
35352 \end_inset
35353
35354
35355 \begin_inset CommandInset ref
35356 LatexCommand ref
35357 reference "uab:Verzierung"
35358
35359 \end_inset
35360
35361  beschrieben.
35362 \end_layout
35363
35364 \begin_layout Standard
35365 Für das folgende Beispiel wurde der Befehl
35366 \end_layout
35367
35368 \begin_layout Standard
35369
35370 \series bold
35371
35372 \backslash
35373 fcolorbox{cyan}{magenta}{
35374 \end_layout
35375
35376 \begin_layout Standard
35377 benutzt.
35378  Hier wurden die Rahmendicke und der Abstand auf 1
35379 \begin_inset space \thinspace{}
35380 \end_inset
35381
35382 mm gesetzt:
35383 \begin_inset Newline newline
35384 \end_inset
35385
35386
35387 \begin_inset ERT
35388 status collapsed
35389
35390 \begin_layout Plain Layout
35391
35392
35393 \backslash
35394 fboxrule 1mm 
35395 \backslash
35396 fboxsep 1mm
35397 \end_layout
35398
35399 \end_inset
35400
35401
35402 \begin_inset ERT
35403 status collapsed
35404
35405 \begin_layout Plain Layout
35406
35407
35408 \backslash
35409 fcolorbox{cyan}{green}{
35410 \end_layout
35411
35412 \end_inset
35413
35414 Dies ist Text in einer farbigen, gerahmten Box.
35415 \begin_inset ERT
35416 status collapsed
35417
35418 \begin_layout Plain Layout
35419
35420 }
35421 \end_layout
35422
35423 \end_inset
35424
35425
35426 \end_layout
35427
35428 \begin_layout Standard
35429 \begin_inset VSpace bigskip
35430 \end_inset
35431
35432 Natürlich gibt es auch farbigen Text in einer Colorbox:
35433 \begin_inset Newline newline
35434 \end_inset
35435
35436
35437 \begin_inset ERT
35438 status collapsed
35439
35440 \begin_layout Plain Layout
35441
35442
35443 \backslash
35444 fcolorbox{cyan}{green}{
35445 \end_layout
35446
35447 \end_inset
35448
35449
35450 \color yellow
35451 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35452 \color none
35453
35454 \begin_inset ERT
35455 status collapsed
35456
35457 \begin_layout Plain Layout
35458
35459 }
35460 \end_layout
35461
35462 \end_inset
35463
35464
35465 \begin_inset ERT
35466 status collapsed
35467
35468 \begin_layout Plain Layout
35469
35470
35471 \backslash
35472 fboxrule 0.4pt 
35473 \backslash
35474 fboxsep 3pt
35475 \end_layout
35476
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \begin_layout Standard
35483 \begin_inset VSpace bigskip
35484 \end_inset
35485
35486
35487 \end_layout
35488
35489 \begin_layout Standard
35490 \begin_inset Note Greyedout
35491 status open
35492
35493 \begin_layout Plain Layout
35494 \noindent
35495
35496 \series bold
35497 Bemerkung:
35498 \series default
35499  Text in Colorboxen kann nicht umgebrochen werden.
35500  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
35501  wie im folgenden beschrieben.
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \end_layout
35508
35509 \begin_layout Subsection
35510 Farbe für Absätze
35511 \begin_inset CommandInset label
35512 LatexCommand label
35513 name "uab:Farbe-für-Absätze"
35514
35515 \end_inset
35516
35517
35518 \begin_inset Index idx
35519 status collapsed
35520
35521 \begin_layout Plain Layout
35522 Farbe ! für Absätze
35523 \end_layout
35524
35525 \end_inset
35526
35527
35528 \end_layout
35529
35530 \begin_layout Standard
35531 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
35532  den Text in eine Minipage stellen.
35533  Vor der Minipage fügen Sie den TeX-Code-Befehl
35534 \end_layout
35535
35536 \begin_layout Standard
35537
35538 \series bold
35539
35540 \backslash
35541 colorbox{color}{
35542 \end_layout
35543
35544 \begin_layout Standard
35545 ein.
35546  Hinter der Minipage fügen Sie 
35547 \series bold
35548
35549 \begin_inset Quotes gld
35550 \end_inset
35551
35552 }
35553 \series default
35554
35555 \begin_inset Quotes grd
35556 \end_inset
35557
35558  als TeX-Code ein.
35559 \end_layout
35560
35561 \begin_layout Standard
35562 \begin_inset ERT
35563 status collapsed
35564
35565 \begin_layout Plain Layout
35566
35567
35568 \backslash
35569 colorbox{hellgrau}{
35570 \end_layout
35571
35572 \end_inset
35573
35574
35575 \begin_inset Box Frameless
35576 position "t"
35577 hor_pos "c"
35578 has_inner_box 1
35579 inner_pos "t"
35580 use_parbox 0
35581 use_makebox 0
35582 width "100col%"
35583 special "none"
35584 height "1in"
35585 height_special "totalheight"
35586 status collapsed
35587
35588 \begin_layout Plain Layout
35589 Dies ist Text mit einer Hintergrundfarbe.
35590  Dies ist Text mit einer Hintergrundfarbe.
35591 \end_layout
35592
35593 \begin_layout Plain Layout
35594 Der Text kann Fußnoten
35595 \begin_inset Foot
35596 status open
35597
35598 \begin_layout Plain Layout
35599 Eine weitere Fußnote
35600 \end_layout
35601
35602 \end_inset
35603
35604  und Tabellen und Abbildungen enthalten.
35605 \end_layout
35606
35607 \begin_layout Plain Layout
35608 \align center
35609 \begin_inset Tabular
35610 <lyxtabular version="3" rows="3" columns="3">
35611 <features rotate="0" tabularvalignment="middle">
35612 <column alignment="center" valignment="top">
35613 <column alignment="center" valignment="top">
35614 <column alignment="center" valignment="top">
35615 <row>
35616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35617 \begin_inset Text
35618
35619 \begin_layout Plain Layout
35620 a
35621 \end_layout
35622
35623 \end_inset
35624 </cell>
35625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35626 \begin_inset Text
35627
35628 \begin_layout Plain Layout
35629 !
35630 \end_layout
35631
35632 \end_inset
35633 </cell>
35634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35635 \begin_inset Text
35636
35637 \begin_layout Plain Layout
35638 3
35639 \end_layout
35640
35641 \end_inset
35642 </cell>
35643 </row>
35644 <row>
35645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35646 \begin_inset Text
35647
35648 \begin_layout Plain Layout
35649 <
35650 \end_layout
35651
35652 \end_inset
35653 </cell>
35654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35655 \begin_inset Text
35656
35657 \begin_layout Plain Layout
35658 b2
35659 \begin_inset Quotes erd
35660 \end_inset
35661
35662 |
35663 \end_layout
35664
35665 \end_inset
35666 </cell>
35667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35668 \begin_inset Text
35669
35670 \begin_layout Plain Layout
35671 >
35672 \end_layout
35673
35674 \end_inset
35675 </cell>
35676 </row>
35677 <row>
35678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35679 \begin_inset Text
35680
35681 \begin_layout Plain Layout
35682 1
35683 \end_layout
35684
35685 \end_inset
35686 </cell>
35687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35688 \begin_inset Text
35689
35690 \begin_layout Plain Layout
35691 §
35692 \end_layout
35693
35694 \end_inset
35695 </cell>
35696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35697 \begin_inset Text
35698
35699 \begin_layout Plain Layout
35700 c
35701 \end_layout
35702
35703 \end_inset
35704 </cell>
35705 </row>
35706 </lyxtabular>
35707
35708 \end_inset
35709
35710
35711 \end_layout
35712
35713 \end_inset
35714
35715
35716 \begin_inset ERT
35717 status collapsed
35718
35719 \begin_layout Plain Layout
35720
35721 }
35722 \end_layout
35723
35724 \end_inset
35725
35726
35727 \end_layout
35728
35729 \begin_layout Section
35730 Rotierte und skalierte Boxen
35731 \end_layout
35732
35733 \begin_layout Standard
35734 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35735 \series bold
35736 graphicx
35737 \series default
35738
35739 \begin_inset Index idx
35740 status collapsed
35741
35742 \begin_layout Plain Layout
35743 LaTeX-Pakete ! graphicx
35744 \end_layout
35745
35746 \end_inset
35747
35748  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35749 \end_layout
35750
35751 \begin_layout Standard
35752
35753 \series bold
35754
35755 \backslash
35756 @ifundefined{rotatebox}
35757 \begin_inset Newline newline
35758 \end_inset
35759
35760
35761 \begin_inset Phantom HPhantom
35762 status open
35763
35764 \begin_layout Plain Layout
35765
35766 \series bold
35767 \begin_inset space ~
35768 \end_inset
35769
35770
35771 \end_layout
35772
35773 \end_inset
35774
35775 {
35776 \backslash
35777 usepackage{graphicx}}{}
35778 \end_layout
35779
35780 \begin_layout Standard
35781 \begin_inset Note Greyedout
35782 status open
35783
35784 \begin_layout Plain Layout
35785
35786 \series bold
35787 Achtung:
35788 \series default
35789  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35790 \end_layout
35791
35792 \end_inset
35793
35794
35795 \end_layout
35796
35797 \begin_layout Standard
35798 \begin_inset Note Greyedout
35799 status open
35800
35801 \begin_layout Plain Layout
35802
35803 \series bold
35804 Achtung:
35805 \series default
35806  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35807 \end_layout
35808
35809 \end_inset
35810
35811
35812 \end_layout
35813
35814 \begin_layout Subsection
35815 Rotierte Boxen
35816 \begin_inset Index idx
35817 status collapsed
35818
35819 \begin_layout Plain Layout
35820 Boxen ! rotierte
35821 \end_layout
35822
35823 \end_inset
35824
35825
35826 \begin_inset Index idx
35827 status collapsed
35828
35829 \begin_layout Plain Layout
35830 Rotiertes Material
35831 \end_layout
35832
35833 \end_inset
35834
35835
35836 \end_layout
35837
35838 \begin_layout Standard
35839 Um Text zu drehen, verwendet man den Befehl 
35840 \series bold
35841
35842 \backslash
35843 rotatebox
35844 \series default
35845  im TeX-Code nach folgendem Schema:
35846 \end_layout
35847
35848 \begin_layout Standard
35849
35850 \series bold
35851
35852 \backslash
35853 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35854 \end_layout
35855
35856 \begin_layout Standard
35857 Der Drehpunkt wird mit 
35858 \series bold
35859 origin=Position
35860 \series default
35861  angegeben.
35862  Folgende Positionen sind möglich: 
35863 \emph on
35864 c
35865 \emph default
35866  (mittig), 
35867 \emph on
35868 l
35869 \emph default
35870  (links), 
35871 \emph on
35872 r
35873 \emph default
35874  (rechts), 
35875 \emph on
35876 b
35877 \emph default
35878  (unten), 
35879 \emph on
35880 t
35881 \emph default
35882  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35883  Z.
35884 \begin_inset space \thinspace{}
35885 \end_inset
35886
35887 B.
35888  bedeutet 
35889 \emph on
35890 lt
35891 \emph default
35892 , dass sich der Drehpunkt links oben befindet.
35893  Wird kein Drehpunkt angegeben, wird die Position 
35894 \emph on
35895 l
35896 \emph default
35897  verwendet.
35898  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35899  Gedreht wird gegen den Uhrzeigersinn.
35900 \end_layout
35901
35902 \begin_layout Standard
35903 Im folgenden Beispiel wurde vor dem Text der Befehl 
35904 \series bold
35905
35906 \backslash
35907 rotatebox[origin=c]{60}{
35908 \series default
35909  im TeX-Modus eingegeben.
35910  Nach dem Text wurde die schließende Klammer 
35911 \series bold
35912 }
35913 \series default
35914  wiederum im TeX-Modus eingegeben.
35915 \end_layout
35916
35917 \begin_layout Standard
35918 Dies ist eine Zeile 
35919 \begin_inset ERT
35920 status collapsed
35921
35922 \begin_layout Plain Layout
35923
35924
35925 \backslash
35926 rotatebox[origin=c]{60}{
35927 \end_layout
35928
35929 \end_inset
35930
35931 mit rotiertem
35932 \begin_inset ERT
35933 status collapsed
35934
35935 \begin_layout Plain Layout
35936
35937 }
35938 \end_layout
35939
35940 \end_inset
35941
35942  Text.
35943 \end_layout
35944
35945 \begin_layout Standard
35946 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35947 \end_layout
35948
35949 \begin_layout Standard
35950 Dies ist eine Zeile 
35951 \begin_inset ERT
35952 status collapsed
35953
35954 \begin_layout Plain Layout
35955
35956
35957 \backslash
35958 rotatebox[origin=r]{-60}{
35959 \end_layout
35960
35961 \end_inset
35962
35963
35964 \begin_inset Box Doublebox
35965 position "c"
35966 hor_pos "c"
35967 has_inner_box 0
35968 inner_pos "c"
35969 use_parbox 0
35970 use_makebox 0
35971 width "1in"
35972 special "width"
35973 height "1in"
35974 height_special "totalheight"
35975 status collapsed
35976
35977 \begin_layout Plain Layout
35978 mit rotiertem
35979 \end_layout
35980
35981 \end_inset
35982
35983
35984 \begin_inset ERT
35985 status collapsed
35986
35987 \begin_layout Plain Layout
35988
35989 }
35990 \end_layout
35991
35992 \end_inset
35993
35994  umrandeten Text 
35995 \begin_inset ERT
35996 status collapsed
35997
35998 \begin_layout Plain Layout
35999
36000
36001 \backslash
36002 rotatebox[origin=lb]{60}{
36003 \end_layout
36004
36005 \end_inset
36006
36007
36008 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36009 \end_inset
36010
36011
36012 \begin_inset ERT
36013 status collapsed
36014
36015 \begin_layout Plain Layout
36016
36017 }
36018 \end_layout
36019
36020 \end_inset
36021
36022  und einer Formel.
36023 \end_layout
36024
36025 \begin_layout Standard
36026 Oder ein Bild oder Tabelle:
36027 \end_layout
36028
36029 \begin_layout Standard
36030 Dies ist eine Zeile 
36031 \begin_inset ERT
36032 status collapsed
36033
36034 \begin_layout Plain Layout
36035
36036
36037 \backslash
36038 rotatebox[origin=lb]{90}{
36039 \end_layout
36040
36041 \end_inset
36042
36043
36044 \begin_inset Graphics
36045         filename ../clipart/platypus.eps
36046         lyxscale 50
36047         width 25col%
36048
36049 \end_inset
36050
36051
36052 \begin_inset ERT
36053 status collapsed
36054
36055 \begin_layout Plain Layout
36056
36057 }
36058 \end_layout
36059
36060 \end_inset
36061
36062  mit einem rotierten Bild 
36063 \begin_inset ERT
36064 status collapsed
36065
36066 \begin_layout Plain Layout
36067
36068
36069 \backslash
36070 rotatebox[origin=l]{-90}{
36071 \end_layout
36072
36073 \end_inset
36074
36075
36076 \begin_inset Tabular
36077 <lyxtabular version="3" rows="2" columns="2">
36078 <features rotate="0" tabularvalignment="middle">
36079 <column alignment="center" valignment="top">
36080 <column alignment="center" valignment="top">
36081 <row>
36082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36083 \begin_inset Text
36084
36085 \begin_layout Plain Layout
36086 q
36087 \end_layout
36088
36089 \end_inset
36090 </cell>
36091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36092 \begin_inset Text
36093
36094 \begin_layout Plain Layout
36095 w
36096 \end_layout
36097
36098 \end_inset
36099 </cell>
36100 </row>
36101 <row>
36102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36103 \begin_inset Text
36104
36105 \begin_layout Plain Layout
36106 e
36107 \end_layout
36108
36109 \end_inset
36110 </cell>
36111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36112 \begin_inset Text
36113
36114 \begin_layout Plain Layout
36115 r
36116 \end_layout
36117
36118 \end_inset
36119 </cell>
36120 </row>
36121 </lyxtabular>
36122
36123 \end_inset
36124
36125
36126 \begin_inset ERT
36127 status collapsed
36128
36129 \begin_layout Plain Layout
36130
36131 }
36132 \end_layout
36133
36134 \end_inset
36135
36136  und Tabelle.
36137 \begin_inset Index idx
36138 status collapsed
36139
36140 \begin_layout Plain Layout
36141 Abbildungen ! rotierte
36142 \end_layout
36143
36144 \end_inset
36145
36146
36147 \begin_inset Index idx
36148 status collapsed
36149
36150 \begin_layout Plain Layout
36151 Tabellen ! rotierte
36152 \end_layout
36153
36154 \end_inset
36155
36156
36157 \end_layout
36158
36159 \begin_layout Subsection
36160 Skalierte Boxen
36161 \begin_inset Index idx
36162 status collapsed
36163
36164 \begin_layout Plain Layout
36165 Boxen ! skalierte
36166 \end_layout
36167
36168 \end_inset
36169
36170
36171 \begin_inset Index idx
36172 status collapsed
36173
36174 \begin_layout Plain Layout
36175 Skaliertes Material
36176 \end_layout
36177
36178 \end_inset
36179
36180
36181 \end_layout
36182
36183 \begin_layout Standard
36184 Um Text zu skalieren, kann man die Befehle 
36185 \series bold
36186
36187 \backslash
36188 scalebox
36189 \series default
36190  und 
36191 \series bold
36192
36193 \backslash
36194 resizebox
36195 \series default
36196  im TeX-Modus verwenden.
36197 \end_layout
36198
36199 \begin_layout Standard
36200
36201 \series bold
36202
36203 \backslash
36204 scalebox
36205 \series default
36206  wird nach folgendem Schema verwendet:
36207 \end_layout
36208
36209 \begin_layout Standard
36210
36211 \series bold
36212
36213 \backslash
36214 scalebox{horizontal}[vertikal]{Boxinhalt}
36215 \end_layout
36216
36217 \begin_layout Standard
36218 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
36219  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
36220  verwendet.
36221 \end_layout
36222
36223 \begin_layout Standard
36224 Z.
36225 \begin_inset space \thinspace{}
36226 \end_inset
36227
36228 B.
36229  ergibt der Befehl 
36230 \series bold
36231
36232 \backslash
36233 scalebox{2}{Hallo}
36234 \series default
36235  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
36236 \begin_inset ERT
36237 status collapsed
36238
36239 \begin_layout Plain Layout
36240
36241
36242 \backslash
36243 scalebox{2}{
36244 \end_layout
36245
36246 \end_inset
36247
36248 Hallo
36249 \begin_inset ERT
36250 status collapsed
36251
36252 \begin_layout Plain Layout
36253
36254 }
36255 \end_layout
36256
36257 \end_inset
36258
36259 .
36260 \end_layout
36261
36262 \begin_layout Standard
36263
36264 \series bold
36265
36266 \backslash
36267 scalebox{2}[1]{Hallo}
36268 \series default
36269  verzerrt hingegen das 
36270 \begin_inset ERT
36271 status collapsed
36272
36273 \begin_layout Plain Layout
36274
36275
36276 \backslash
36277 scalebox{2}[1]{
36278 \end_layout
36279
36280 \end_inset
36281
36282 Hallo
36283 \begin_inset ERT
36284 status collapsed
36285
36286 \begin_layout Plain Layout
36287
36288 }
36289 \end_layout
36290
36291 \end_inset
36292
36293 .
36294 \end_layout
36295
36296 \begin_layout Standard
36297 Die Skalierungsfaktoren dürfen auch negativ sein.
36298  In diesem Fall wird der Boxinhalt gespiegelt.
36299 \end_layout
36300
36301 \begin_layout Standard
36302 Daher lässt sich mit dem Befehl 
36303 \series bold
36304
36305 \backslash
36306 scalebox{-1}[1]{Hallo}
36307 \series default
36308  Spiegelschrift erstellen: 
36309 \begin_inset ERT
36310 status collapsed
36311
36312 \begin_layout Plain Layout
36313
36314
36315 \backslash
36316 scalebox{-1}[1]{
36317 \end_layout
36318
36319 \end_inset
36320
36321 Hallo
36322 \begin_inset ERT
36323 status collapsed
36324
36325 \begin_layout Plain Layout
36326
36327 }
36328 \end_layout
36329
36330 \end_inset
36331
36332
36333 \end_layout
36334
36335 \begin_layout Standard
36336
36337 \series bold
36338
36339 \backslash
36340 scalebox{1}[-1]{Hallo}
36341 \series default
36342  spiegelt das 
36343 \begin_inset ERT
36344 status collapsed
36345
36346 \begin_layout Plain Layout
36347
36348
36349 \backslash
36350 scalebox{1}[-1]{
36351 \end_layout
36352
36353 \end_inset
36354
36355 Hallo
36356 \begin_inset ERT
36357 status collapsed
36358
36359 \begin_layout Plain Layout
36360
36361 }
36362 \end_layout
36363
36364 \end_inset
36365
36366  an der Grundlinie.
36367 \end_layout
36368
36369 \begin_layout Standard
36370 Zu 
36371 \series bold
36372
36373 \backslash
36374 scalebox{-1}[1]{Boxinhalt}
36375 \series default
36376  gibt es den äquivalenten Befehl
36377 \begin_inset Newline newline
36378 \end_inset
36379
36380
36381 \series bold
36382
36383 \backslash
36384 reflectbox{Boxinhalt}
36385 \series default
36386 .
36387 \end_layout
36388
36389 \begin_layout Standard
36390 \begin_inset VSpace bigskip
36391 \end_inset
36392
36393
36394 \series bold
36395
36396 \backslash
36397 resizebox
36398 \series default
36399  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
36400  skalieren.
36401  Das Befehlsschema ist folgendes:
36402 \end_layout
36403
36404 \begin_layout Standard
36405
36406 \series bold
36407
36408 \backslash
36409 resizebox{Breite}{Höhe}{Boxinhalt}
36410 \end_layout
36411
36412 \begin_layout Standard
36413 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
36414 \series bold
36415 !
36416 \series default
36417  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
36418  wird.
36419 \end_layout
36420
36421 \begin_layout Standard
36422 Der Befehl 
36423 \series bold
36424
36425 \backslash
36426 resizebox{2cm}{1cm}{Hallo}
36427 \series default
36428  ergibt: 
36429 \begin_inset ERT
36430 status collapsed
36431
36432 \begin_layout Plain Layout
36433
36434
36435 \backslash
36436 resizebox{2cm}{1cm}{
36437 \end_layout
36438
36439 \end_inset
36440
36441 Hallo
36442 \begin_inset ERT
36443 status collapsed
36444
36445 \begin_layout Plain Layout
36446
36447 }
36448 \end_layout
36449
36450 \end_inset
36451
36452
36453 \begin_inset Newline newline
36454 \end_inset
36455
36456 Der Befehl 
36457 \series bold
36458
36459 \backslash
36460 resizebox{2cm}{!}{Hallo}
36461 \series default
36462  ergibt: 
36463 \begin_inset ERT
36464 status collapsed
36465
36466 \begin_layout Plain Layout
36467
36468
36469 \backslash
36470 resizebox{2cm}{!}{
36471 \end_layout
36472
36473 \end_inset
36474
36475 Hallo
36476 \begin_inset ERT
36477 status collapsed
36478
36479 \begin_layout Plain Layout
36480
36481 }
36482 \end_layout
36483
36484 \end_inset
36485
36486
36487 \end_layout
36488
36489 \begin_layout Standard
36490 \begin_inset VSpace bigskip
36491 \end_inset
36492
36493
36494 \begin_inset Note Greyedout
36495 status open
36496
36497 \begin_layout Plain Layout
36498
36499 \series bold
36500 Bemerkung:
36501 \series default
36502  Wurde in Argumenten von 
36503 \series bold
36504
36505 \backslash
36506 scalebox
36507 \series default
36508  oder 
36509 \series bold
36510
36511 \backslash
36512 resizebox
36513 \series default
36514  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
36515  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
36516  werden.
36517 \end_layout
36518
36519 \end_inset
36520
36521
36522 \end_layout
36523
36524 \begin_layout Standard
36525 \begin_inset VSpace bigskip
36526 \end_inset
36527
36528
36529 \end_layout
36530
36531 \begin_layout Standard
36532 Alle Boxen können beliebig miteinander kombiniert werden.
36533  So ergibt z.
36534 \begin_inset space \thinspace{}
36535 \end_inset
36536
36537 B.
36538  der Befehl
36539 \begin_inset Newline newline
36540 \end_inset
36541
36542
36543 \series bold
36544
36545 \backslash
36546 rotatebox[origin=c]{-45}{
36547 \backslash
36548 resizebox{2cm}{!}{
36549 \backslash
36550 reflectbox{Hallo}}}
36551 \series default
36552 :
36553 \end_layout
36554
36555 \begin_layout Standard
36556 \align center
36557 \begin_inset ERT
36558 status collapsed
36559
36560 \begin_layout Plain Layout
36561
36562
36563 \backslash
36564 rotatebox[origin=c]{-45}{
36565 \backslash
36566 resizebox{2cm}{!}{
36567 \backslash
36568 reflectbox{
36569 \end_layout
36570
36571 \end_inset
36572
36573 Hallo
36574 \begin_inset ERT
36575 status collapsed
36576
36577 \begin_layout Plain Layout
36578
36579 }}}
36580 \end_layout
36581
36582 \end_inset
36583
36584
36585 \end_layout
36586
36587 \begin_layout Standard
36588 \noindent
36589 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36590 \end_layout
36591
36592 \begin_layout Standard
36593 \align center
36594 \begin_inset ERT
36595 status collapsed
36596
36597 \begin_layout Plain Layout
36598
36599
36600 \backslash
36601 rotatebox[origin=c]{-30}{
36602 \backslash
36603 resizebox{2cm}{!}{
36604 \backslash
36605 reflectbox{
36606 \end_layout
36607
36608 \end_inset
36609
36610
36611 \begin_inset Graphics
36612         filename ../clipart/platypus.eps
36613         lyxscale 50
36614         width 25col%
36615
36616 \end_inset
36617
36618
36619 \begin_inset ERT
36620 status collapsed
36621
36622 \begin_layout Plain Layout
36623
36624 }}}
36625 \end_layout
36626
36627 \end_inset
36628
36629
36630 \begin_inset ERT
36631 status collapsed
36632
36633 \begin_layout Plain Layout
36634
36635
36636 \backslash
36637 rotatebox[origin=c]{-45}{
36638 \backslash
36639 resizebox{2cm}{!}{
36640 \backslash
36641 reflectbox{
36642 \end_layout
36643
36644 \end_inset
36645
36646
36647 \begin_inset Tabular
36648 <lyxtabular version="3" rows="2" columns="2">
36649 <features rotate="0" tabularvalignment="middle">
36650 <column alignment="center" valignment="top">
36651 <column alignment="center" valignment="top">
36652 <row>
36653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36654 \begin_inset Text
36655
36656 \begin_layout Plain Layout
36657 q
36658 \end_layout
36659
36660 \end_inset
36661 </cell>
36662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36663 \begin_inset Text
36664
36665 \begin_layout Plain Layout
36666 w
36667 \end_layout
36668
36669 \end_inset
36670 </cell>
36671 </row>
36672 <row>
36673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36674 \begin_inset Text
36675
36676 \begin_layout Plain Layout
36677 e
36678 \end_layout
36679
36680 \end_inset
36681 </cell>
36682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36683 \begin_inset Text
36684
36685 \begin_layout Plain Layout
36686 r
36687 \end_layout
36688
36689 \end_inset
36690 </cell>
36691 </row>
36692 </lyxtabular>
36693
36694 \end_inset
36695
36696
36697 \begin_inset ERT
36698 status collapsed
36699
36700 \begin_layout Plain Layout
36701
36702 }}}
36703 \end_layout
36704
36705 \end_inset
36706
36707
36708 \begin_inset ERT
36709 status collapsed
36710
36711 \begin_layout Plain Layout
36712
36713
36714 \backslash
36715 rotatebox[origin=c]{-45}{
36716 \backslash
36717 resizebox{2cm}{!}{
36718 \backslash
36719 reflectbox{
36720 \end_layout
36721
36722 \end_inset
36723
36724
36725 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36726 \end_inset
36727
36728
36729 \begin_inset ERT
36730 status collapsed
36731
36732 \begin_layout Plain Layout
36733
36734 }}}
36735 \end_layout
36736
36737 \end_inset
36738
36739
36740 \begin_inset Index idx
36741 status collapsed
36742
36743 \begin_layout Plain Layout
36744 Abbildungen ! skalierte
36745 \end_layout
36746
36747 \end_inset
36748
36749
36750 \begin_inset Index idx
36751 status collapsed
36752
36753 \begin_layout Plain Layout
36754 Tabellen ! skalierte
36755 \end_layout
36756
36757 \end_inset
36758
36759
36760 \end_layout
36761
36762 \begin_layout Standard
36763 Hat man den globalen Formelstil 
36764 \series bold
36765 fleqn
36766 \series default
36767
36768 \begin_inset Foot
36769 status collapsed
36770
36771 \begin_layout Plain Layout
36772 Wenn 
36773 \begin_inset Quotes gld
36774 \end_inset
36775
36776 fleqn
36777 \begin_inset Quotes grd
36778 \end_inset
36779
36780  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36781 \end_layout
36782
36783 \end_inset
36784
36785  gewählt, kann man auch abgesetzte Formeln skalieren.
36786 \end_layout
36787
36788 \begin_layout Chapter
36789 Umflossene Objekte
36790 \begin_inset Index idx
36791 status collapsed
36792
36793 \begin_layout Plain Layout
36794 Umflossene Objekte
36795 \end_layout
36796
36797 \end_inset
36798
36799
36800 \end_layout
36801
36802 \begin_layout Section
36803 Umflossene Gleitobjekte
36804 \begin_inset CommandInset label
36805 LatexCommand label
36806 name "abs:Umflossene-Gleitobjekte"
36807
36808 \end_inset
36809
36810
36811 \begin_inset Index idx
36812 status collapsed
36813
36814 \begin_layout Plain Layout
36815 Gleitobjekte ! umflossene
36816 \end_layout
36817
36818 \end_inset
36819
36820
36821 \begin_inset Index idx
36822 status collapsed
36823
36824 \begin_layout Plain Layout
36825 Umflossene Objekte ! Gleitobjekte
36826 \end_layout
36827
36828 \end_inset
36829
36830
36831 \end_layout
36832
36833 \begin_layout Standard
36834 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36835  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36836  den die Abbildung bzw.
36837 \begin_inset space ~
36838 \end_inset
36839
36840 Tabelle übrig lässt.
36841  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36842  Sie werden über das Menü
36843 \family sans
36844  Einfügen\SpecialChar \menuseparator
36845 Gleitobjekt\SpecialChar \menuseparator
36846 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36847 objekt
36848 \family default
36849  eingefügt, wenn das LaTeX-Paket 
36850 \series bold
36851 wrapfig
36852 \series default
36853
36854 \begin_inset Index idx
36855 status collapsed
36856
36857 \begin_layout Plain Layout
36858 LaTeX-Pakete ! wrapfig
36859 \end_layout
36860
36861 \end_inset
36862
36863  installiert ist.
36864 \begin_inset Foot
36865 status collapsed
36866
36867 \begin_layout Plain Layout
36868 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
36869 \emph on
36870 LaTeX-Konfiguration
36871 \emph default
36872  beschrieben.
36873 \end_layout
36874
36875 \end_inset
36876
36877  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36878  Box des Gleitobjekts geändert werden.
36879  
36880 \begin_inset Wrap figure
36881 lines 0
36882 placement l
36883 overhang 1cm
36884 width "40col%"
36885 status open
36886
36887 \begin_layout Plain Layout
36888 \begin_inset Graphics
36889         filename ../clipart/mobius.eps
36890         width 40col%
36891         scaleBeforeRotation
36892         rotateOrigin center
36893
36894 \end_inset
36895
36896
36897 \end_layout
36898
36899 \begin_layout Plain Layout
36900 \begin_inset Caption Standard
36901
36902 \begin_layout Plain Layout
36903 \begin_inset CommandInset label
36904 LatexCommand label
36905 name "abb:Dies-ist-eine"
36906
36907 \end_inset
36908
36909 Dies ist eine umflossene Gleitobjekt-Abbildung
36910 \end_layout
36911
36912 \end_inset
36913
36914
36915 \end_layout
36916
36917 \end_inset
36918
36919  Obligatorische Einstellungen sind die 
36920 \family sans
36921 Breite
36922 \family default
36923  und 
36924 \family sans
36925 Platzierung
36926 \family default
36927  des Gleitobjekts.
36928  Optional sind der 
36929 \family sans
36930 Überhang 
36931 \family default
36932 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36933 \begin_inset space \thinspace{}
36934 \end_inset
36935
36936 /
36937 \begin_inset space \thinspace{}
36938 \end_inset
36939
36940 der Seite ragt und die 
36941 \family sans
36942 benötigten Zeilen
36943 \family default
36944 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36945  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36946  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36947  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
36948  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
36949  zu lassen.
36950  Abbildung
36951 \begin_inset space ~
36952 \end_inset
36953
36954
36955 \begin_inset CommandInset ref
36956 LatexCommand ref
36957 reference "abb:Dies-ist-eine"
36958
36959 \end_inset
36960
36961  ist zum Beispiel ein umflossenes Bild, das 40
36962 \begin_inset space \thinspace{}
36963 \end_inset
36964
36965 % der Spaltenbreite einnimmt, 1
36966 \begin_inset space \thinspace{}
36967 \end_inset
36968
36969 cm in den Rand ragt und links gesetzt wurde.
36970 \end_layout
36971
36972 \begin_layout Standard
36973 \begin_inset Note Greyedout
36974 status open
36975
36976 \begin_layout Plain Layout
36977
36978 \series bold
36979 Bemerkung:
36980 \series default
36981  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36982 \begin_inset space \thinspace{}
36983 \end_inset
36984
36985 B.
36986  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36987  oder über anderen Text gedruckt wird.
36988 \end_layout
36989
36990 \end_inset
36991
36992
36993 \end_layout
36994
36995 \begin_layout Standard
36996 Allgemein gilt für umflossene Gleitobjekte:
36997 \end_layout
36998
36999 \begin_layout Itemize
37000 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
37001  fortgesetzt werden.
37002  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
37003  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
37004 \end_layout
37005
37006 \begin_layout Itemize
37007 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
37008  werden oder darin.
37009 \end_layout
37010
37011 \begin_layout Itemize
37012 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
37013  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
37014 \end_layout
37015
37016 \begin_layout Itemize
37017 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
37018 \end_layout
37019
37020 \begin_layout Itemize
37021 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
37022 \begin_inset space \thinspace{}
37023 \end_inset
37024
37025
37026 \begin_inset CommandInset ref
37027 LatexCommand ref
37028 reference "kap:Gleitobjekte"
37029
37030 \end_inset
37031
37032  beschrieben.
37033 \end_layout
37034
37035 \begin_layout Section
37036 Umflossene Fixe Objekte
37037 \begin_inset Index idx
37038 status collapsed
37039
37040 \begin_layout Plain Layout
37041 Umflossene Objekte ! Fixe Objekte
37042 \end_layout
37043
37044 \end_inset
37045
37046
37047 \end_layout
37048
37049 \begin_layout Standard
37050 Die in Abschnitt
37051 \begin_inset space ~
37052 \end_inset
37053
37054
37055 \begin_inset CommandInset ref
37056 LatexCommand ref
37057 reference "abs:Umflossene-Gleitobjekte"
37058
37059 \end_inset
37060
37061  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
37062 \end_layout
37063
37064 \begin_layout Standard
37065 \noindent
37066 \align center
37067 \begin_inset Tabular
37068 <lyxtabular version="3" rows="2" columns="2">
37069 <features rotate="0" tabularvalignment="middle">
37070 <column alignment="center" valignment="top">
37071 <column alignment="center" valignment="top">
37072 <row>
37073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37074 \begin_inset Text
37075
37076 \begin_layout Plain Layout
37077 \begin_inset Graphics
37078         filename ../../images/dialog-show-new-inset_graphics.png
37079         scale 70
37080         scaleBeforeRotation
37081
37082 \end_inset
37083
37084
37085 \end_layout
37086
37087 \end_inset
37088 </cell>
37089 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37090 \begin_inset Text
37091
37092 \begin_layout Plain Layout
37093 Text
37094 \end_layout
37095
37096 \end_inset
37097 </cell>
37098 </row>
37099 <row>
37100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37101 \begin_inset Text
37102
37103 \begin_layout Plain Layout
37104 Text
37105 \end_layout
37106
37107 \end_inset
37108 </cell>
37109 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113 Text
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 </row>
37119 </lyxtabular>
37120
37121 \end_inset
37122
37123  oder 
37124 \begin_inset Tabular
37125 <lyxtabular version="3" rows="2" columns="2">
37126 <features rotate="0" tabularvalignment="middle">
37127 <column alignment="center" valignment="top">
37128 <column alignment="center" valignment="top">
37129 <row>
37130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37131 \begin_inset Text
37132
37133 \begin_layout Plain Layout
37134 Text
37135 \end_layout
37136
37137 \end_inset
37138 </cell>
37139 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37140 \begin_inset Text
37141
37142 \begin_layout Plain Layout
37143 \begin_inset Graphics
37144         filename ../../images/dialog-show-new-inset_graphics.png
37145         scale 70
37146         scaleBeforeRotation
37147
37148 \end_inset
37149
37150
37151 \end_layout
37152
37153 \end_inset
37154 </cell>
37155 </row>
37156 <row>
37157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37158 \begin_inset Text
37159
37160 \begin_layout Plain Layout
37161 Text
37162 \end_layout
37163
37164 \end_inset
37165 </cell>
37166 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37167 \begin_inset Text
37168
37169 \begin_layout Plain Layout
37170 Text
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 </row>
37176 </lyxtabular>
37177
37178 \end_inset
37179
37180
37181 \end_layout
37182
37183 \begin_layout Standard
37184 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
37185  wurde, um z.
37186 \begin_inset space \thinspace{}
37187 \end_inset
37188
37189 B.
37190  solche Positionen zu erhalten:
37191 \begin_inset VSpace defskip
37192 \end_inset
37193
37194
37195 \end_layout
37196
37197 \begin_layout Standard
37198 \noindent
37199 \align center
37200 \begin_inset Tabular
37201 <lyxtabular version="3" rows="2" columns="2">
37202 <features rotate="0" tabularvalignment="middle">
37203 <column alignment="center" valignment="top">
37204 <column alignment="center" valignment="top">
37205 <row>
37206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37207 \begin_inset Text
37208
37209 \begin_layout Plain Layout
37210 Text
37211 \end_layout
37212
37213 \end_inset
37214 </cell>
37215 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37216 \begin_inset Text
37217
37218 \begin_layout Plain Layout
37219 Text
37220 \end_layout
37221
37222 \end_inset
37223 </cell>
37224 </row>
37225 <row>
37226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37227 \begin_inset Text
37228
37229 \begin_layout Plain Layout
37230 \begin_inset Graphics
37231         filename ../../images/dialog-show-new-inset_graphics.png
37232         scale 70
37233         scaleBeforeRotation
37234
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \end_inset
37241 </cell>
37242 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37243 \begin_inset Text
37244
37245 \begin_layout Plain Layout
37246 Text
37247 \end_layout
37248
37249 \end_inset
37250 </cell>
37251 </row>
37252 </lyxtabular>
37253
37254 \end_inset
37255
37256  
37257 \begin_inset Tabular
37258 <lyxtabular version="3" rows="2" columns="2">
37259 <features rotate="0" tabularvalignment="middle">
37260 <column alignment="center" valignment="top">
37261 <column alignment="center" valignment="top">
37262 <row>
37263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267 Text
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37273 \begin_inset Text
37274
37275 \begin_layout Plain Layout
37276 Text
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 </row>
37282 <row>
37283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287 Text
37288 \end_layout
37289
37290 \end_inset
37291 </cell>
37292 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37293 \begin_inset Text
37294
37295 \begin_layout Plain Layout
37296 \begin_inset Graphics
37297         filename ../../images/dialog-show-new-inset_graphics.png
37298         scale 70
37299         scaleBeforeRotation
37300
37301 \end_inset
37302
37303
37304 \end_layout
37305
37306 \end_inset
37307 </cell>
37308 </row>
37309 </lyxtabular>
37310
37311 \end_inset
37312
37313  
37314 \begin_inset Tabular
37315 <lyxtabular version="3" rows="2" columns="3">
37316 <features rotate="0" tabularvalignment="middle">
37317 <column alignment="center" valignment="top">
37318 <column alignment="center" valignment="top">
37319 <column alignment="center" valignment="top">
37320 <row>
37321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37322 \begin_inset Text
37323
37324 \begin_layout Plain Layout
37325 Text
37326 \end_layout
37327
37328 \end_inset
37329 </cell>
37330 <cell alignment="center" valignment="top" topline="true" usebox="none">
37331 \begin_inset Text
37332
37333 \begin_layout Plain Layout
37334 \begin_inset Graphics
37335         filename ../../images/dialog-show-new-inset_graphics.png
37336         scale 70
37337         scaleBeforeRotation
37338
37339 \end_inset
37340
37341
37342 \end_layout
37343
37344 \end_inset
37345 </cell>
37346 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37347 \begin_inset Text
37348
37349 \begin_layout Plain Layout
37350 Text
37351 \end_layout
37352
37353 \end_inset
37354 </cell>
37355 </row>
37356 <row>
37357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37358 \begin_inset Text
37359
37360 \begin_layout Plain Layout
37361 Text
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37367 \begin_inset Text
37368
37369 \begin_layout Plain Layout
37370 Text
37371 \end_layout
37372
37373 \end_inset
37374 </cell>
37375 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37376 \begin_inset Text
37377
37378 \begin_layout Plain Layout
37379 Text
37380 \end_layout
37381
37382 \end_inset
37383 </cell>
37384 </row>
37385 </lyxtabular>
37386
37387 \end_inset
37388
37389  
37390 \begin_inset Tabular
37391 <lyxtabular version="3" rows="2" columns="3">
37392 <features rotate="0" tabularvalignment="middle">
37393 <column alignment="center" valignment="top">
37394 <column alignment="center" valignment="top">
37395 <column alignment="center" valignment="top">
37396 <row>
37397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37398 \begin_inset Text
37399
37400 \begin_layout Plain Layout
37401 Text
37402 \end_layout
37403
37404 \end_inset
37405 </cell>
37406 <cell alignment="center" valignment="top" topline="true" usebox="none">
37407 \begin_inset Text
37408
37409 \begin_layout Plain Layout
37410 Text
37411 \end_layout
37412
37413 \end_inset
37414 </cell>
37415 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37416 \begin_inset Text
37417
37418 \begin_layout Plain Layout
37419 Text
37420 \end_layout
37421
37422 \end_inset
37423 </cell>
37424 </row>
37425 <row>
37426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37427 \begin_inset Text
37428
37429 \begin_layout Plain Layout
37430 Text
37431 \end_layout
37432
37433 \end_inset
37434 </cell>
37435 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37436 \begin_inset Text
37437
37438 \begin_layout Plain Layout
37439 \begin_inset Graphics
37440         filename ../../images/dialog-show-new-inset_graphics.png
37441         scale 70
37442         scaleBeforeRotation
37443
37444 \end_inset
37445
37446
37447 \end_layout
37448
37449 \end_inset
37450 </cell>
37451 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37452 \begin_inset Text
37453
37454 \begin_layout Plain Layout
37455 Text
37456 \end_layout
37457
37458 \end_inset
37459 </cell>
37460 </row>
37461 </lyxtabular>
37462
37463 \end_inset
37464
37465
37466 \end_layout
37467
37468 \begin_layout Standard
37469 \noindent
37470 \align center
37471 \begin_inset Tabular
37472 <lyxtabular version="3" rows="3" columns="2">
37473 <features rotate="0" tabularvalignment="middle">
37474 <column alignment="center" valignment="top">
37475 <column alignment="center" valignment="top">
37476 <row>
37477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37478 \begin_inset Text
37479
37480 \begin_layout Plain Layout
37481 Text
37482 \end_layout
37483
37484 \end_inset
37485 </cell>
37486 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37487 \begin_inset Text
37488
37489 \begin_layout Plain Layout
37490 Text
37491 \end_layout
37492
37493 \end_inset
37494 </cell>
37495 </row>
37496 <row>
37497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37498 \begin_inset Text
37499
37500 \begin_layout Plain Layout
37501 \begin_inset Graphics
37502         filename ../../images/dialog-show-new-inset_graphics.png
37503         scale 70
37504         scaleBeforeRotation
37505
37506 \end_inset
37507
37508
37509 \end_layout
37510
37511 \end_inset
37512 </cell>
37513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37514 \begin_inset Text
37515
37516 \begin_layout Plain Layout
37517 Text
37518 \end_layout
37519
37520 \end_inset
37521 </cell>
37522 </row>
37523 <row>
37524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37525 \begin_inset Text
37526
37527 \begin_layout Plain Layout
37528 Text
37529 \end_layout
37530
37531 \end_inset
37532 </cell>
37533 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37534 \begin_inset Text
37535
37536 \begin_layout Plain Layout
37537 Text
37538 \end_layout
37539
37540 \end_inset
37541 </cell>
37542 </row>
37543 </lyxtabular>
37544
37545 \end_inset
37546
37547  
37548 \begin_inset Tabular
37549 <lyxtabular version="3" rows="3" columns="3">
37550 <features rotate="0" tabularvalignment="middle">
37551 <column alignment="center" valignment="top">
37552 <column alignment="center" valignment="top">
37553 <column alignment="center" valignment="top">
37554 <row>
37555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37556 \begin_inset Text
37557
37558 \begin_layout Plain Layout
37559 Text
37560 \end_layout
37561
37562 \end_inset
37563 </cell>
37564 <cell alignment="center" valignment="top" topline="true" usebox="none">
37565 \begin_inset Text
37566
37567 \begin_layout Plain Layout
37568 Text
37569 \end_layout
37570
37571 \end_inset
37572 </cell>
37573 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37574 \begin_inset Text
37575
37576 \begin_layout Plain Layout
37577 Text
37578 \end_layout
37579
37580 \end_inset
37581 </cell>
37582 </row>
37583 <row>
37584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37585 \begin_inset Text
37586
37587 \begin_layout Plain Layout
37588 Text
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 <cell alignment="center" valignment="top" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597 \begin_inset Graphics
37598         filename ../../images/dialog-show-new-inset_graphics.png
37599         scale 70
37600         scaleBeforeRotation
37601
37602 \end_inset
37603
37604
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613 Text
37614 \end_layout
37615
37616 \end_inset
37617 </cell>
37618 </row>
37619 <row>
37620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624 Text
37625 \end_layout
37626
37627 \end_inset
37628 </cell>
37629 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37630 \begin_inset Text
37631
37632 \begin_layout Plain Layout
37633 Text
37634 \end_layout
37635
37636 \end_inset
37637 </cell>
37638 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37639 \begin_inset Text
37640
37641 \begin_layout Plain Layout
37642 Text
37643 \end_layout
37644
37645 \end_inset
37646 </cell>
37647 </row>
37648 </lyxtabular>
37649
37650 \end_inset
37651
37652  
37653 \begin_inset Tabular
37654 <lyxtabular version="3" rows="3" columns="2">
37655 <features rotate="0" tabularvalignment="middle">
37656 <column alignment="center" valignment="top">
37657 <column alignment="center" valignment="top">
37658 <row>
37659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37660 \begin_inset Text
37661
37662 \begin_layout Plain Layout
37663 Text
37664 \end_layout
37665
37666 \end_inset
37667 </cell>
37668 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37669 \begin_inset Text
37670
37671 \begin_layout Plain Layout
37672 Text
37673 \end_layout
37674
37675 \end_inset
37676 </cell>
37677 </row>
37678 <row>
37679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37680 \begin_inset Text
37681
37682 \begin_layout Plain Layout
37683 Text
37684 \end_layout
37685
37686 \end_inset
37687 </cell>
37688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37689 \begin_inset Text
37690
37691 \begin_layout Plain Layout
37692 \begin_inset Graphics
37693         filename ../../images/dialog-show-new-inset_graphics.png
37694         scale 70
37695         scaleBeforeRotation
37696
37697 \end_inset
37698
37699
37700 \end_layout
37701
37702 \end_inset
37703 </cell>
37704 </row>
37705 <row>
37706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37707 \begin_inset Text
37708
37709 \begin_layout Plain Layout
37710 Text
37711 \end_layout
37712
37713 \end_inset
37714 </cell>
37715 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37716 \begin_inset Text
37717
37718 \begin_layout Plain Layout
37719 Text
37720 \end_layout
37721
37722 \end_inset
37723 </cell>
37724 </row>
37725 </lyxtabular>
37726
37727 \end_inset
37728
37729
37730 \end_layout
37731
37732 \begin_layout Standard
37733 \noindent
37734 kann man das LaTeX-Paket 
37735 \series bold
37736 picinpar
37737 \series default
37738
37739 \begin_inset Index idx
37740 status collapsed
37741
37742 \begin_layout Plain Layout
37743 LaTeX-Pakete ! picinpar
37744 \end_layout
37745
37746 \end_inset
37747
37748  benutzen.
37749  Hier ist ein Beispiel:
37750 \end_layout
37751
37752 \begin_layout Standard
37753 \begin_inset ERT
37754 status collapsed
37755
37756 \begin_layout Plain Layout
37757
37758
37759 \backslash
37760 ifpicinpar
37761 \end_layout
37762
37763 \end_inset
37764
37765
37766 \begin_inset Note Note
37767 status open
37768
37769 \begin_layout Plain Layout
37770 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37771 \series bold
37772 picinpar
37773 \series default
37774  installiert ist.
37775 \end_layout
37776
37777 \end_inset
37778
37779
37780 \end_layout
37781
37782 \begin_layout Standard
37783 \begin_inset ERT
37784 status collapsed
37785
37786 \begin_layout Plain Layout
37787
37788
37789 \backslash
37790 begin{window}[2,c,{
37791 \end_layout
37792
37793 \end_inset
37794
37795
37796 \begin_inset Graphics
37797         filename ../clipart/mobius.eps
37798         lyxscale 60
37799         width 40col%
37800         scaleBeforeRotation
37801         rotateOrigin center
37802
37803 \end_inset
37804
37805
37806 \begin_inset ERT
37807 status collapsed
37808
37809 \begin_layout Plain Layout
37810
37811 },]
37812 \end_layout
37813
37814 \begin_layout Plain Layout
37815
37816 {}
37817 \end_layout
37818
37819 \end_inset
37820
37821
37822 \size small
37823 \lang english
37824 It was in the spring of the year 1894 that all London was interested, and
37825  the fashionable world dismayed, by the murder of the Honourable Ronald
37826  Adair under most unusual and inexplicable circumstances.
37827  The public has already learned those particulars of the crime which
37828 \size default
37829
37830 \begin_inset ERT
37831 status collapsed
37832
37833 \begin_layout Plain Layout
37834
37835
37836 \backslash
37837 footnotemark{}
37838 \end_layout
37839
37840 \end_inset
37841
37842
37843 \size small
37844  came out in the police investigation, but a good deal was suppressed upon
37845  that occasion, since the case for the prosecution was so overwhelmingly
37846  strong that it was not necessary to bring forward all the facts.
37847  Only now, at the end of nearly ten years, am I allowed to supply those
37848  missing links which make up the whole of that remarkable chain.
37849 \size default
37850 \lang ngerman
37851
37852 \begin_inset ERT
37853 status collapsed
37854
37855 \begin_layout Plain Layout
37856
37857
37858 \backslash
37859 end{window}
37860 \end_layout
37861
37862 \end_inset
37863
37864
37865 \end_layout
37866
37867 \begin_layout Standard
37868 \begin_inset ERT
37869 status collapsed
37870
37871 \begin_layout Plain Layout
37872
37873
37874 \backslash
37875 footnotetext{
37876 \end_layout
37877
37878 \end_inset
37879
37880 Fußnote des Absatzes mit fixem Objekt.
37881 \begin_inset ERT
37882 status collapsed
37883
37884 \begin_layout Plain Layout
37885
37886 }
37887 \end_layout
37888
37889 \end_inset
37890
37891
37892 \end_layout
37893
37894 \begin_layout Standard
37895 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37896  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37897  vertikale Position im Text bestimmen kann.
37898  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37899  beschriftet werden.
37900 \end_layout
37901
37902 \begin_layout Standard
37903 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37904  Befehl
37905 \end_layout
37906
37907 \begin_layout Standard
37908
37909 \series bold
37910
37911 \backslash
37912 begin{window}[2,c,{
37913 \end_layout
37914
37915 \begin_layout Standard
37916 als TeX-Code einfügt.
37917  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37918  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37919  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37920  Danach fügt man das Objekt ein.
37921  In diesem Beispiel wurde ein Bild der Breite von 40
37922 \begin_inset space \thinspace{}
37923 \end_inset
37924
37925 % der Textspaltenbreite eingefügt.
37926  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37927  Nach dem Objekt fügt man den Befehl
37928 \end_layout
37929
37930 \begin_layout Standard
37931
37932 \series bold
37933 },Beschreibungstext]
37934 \begin_inset Newline newline
37935 \end_inset
37936
37937 {}
37938 \end_layout
37939
37940 \begin_layout Standard
37941 ein.
37942  Man beachte dass das 
37943 \begin_inset Quotes gld
37944 \end_inset
37945
37946
37947 \series bold
37948 {}
37949 \series default
37950
37951 \begin_inset Quotes grd
37952 \end_inset
37953
37954  in der zweiten Zeile steht.
37955  Der Beschreibungstext ist optional.
37956  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37957  das Objekt befinden, also direkt nach dem 
37958 \series bold
37959 {}
37960 \series default
37961  beginnen.
37962  Am Ende des Absatzes fügt man folgenden Befehl ein:
37963 \end_layout
37964
37965 \begin_layout Standard
37966
37967 \series bold
37968
37969 \backslash
37970 end{window}
37971 \end_layout
37972
37973 \begin_layout Standard
37974 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37975  man muss stattdessen den Befehl 
37976 \series bold
37977
37978 \backslash
37979 footnotemark
37980 \series default
37981  verwenden.
37982  Außerhalb des Absatzes den Befehl 
37983 \series bold
37984
37985 \backslash
37986 footnotetext
37987 \series default
37988 , wie es in Abschnitt
37989 \begin_inset space ~
37990 \end_inset
37991
37992
37993 \begin_inset CommandInset ref
37994 LatexCommand ref
37995 reference "abs:Fußnoten"
37996
37997 \end_inset
37998
37999  beschrieben ist.
38000 \end_layout
38001
38002 \begin_layout Standard
38003 \begin_inset ERT
38004 status collapsed
38005
38006 \begin_layout Plain Layout
38007
38008
38009 \backslash
38010 else
38011 \end_layout
38012
38013 \end_inset
38014
38015
38016 \begin_inset Note Note
38017 status open
38018
38019 \begin_layout Plain Layout
38020 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38021 \series bold
38022 picinpar
38023 \series default
38024  nicht installiert ist:
38025 \end_layout
38026
38027 \end_inset
38028
38029
38030 \end_layout
38031
38032 \begin_layout Standard
38033 Das LaTeX-Paket 
38034 \series bold
38035 picinpar
38036 \series default
38037  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38038 \end_layout
38039
38040 \begin_layout Standard
38041 \begin_inset ERT
38042 status collapsed
38043
38044 \begin_layout Plain Layout
38045
38046
38047 \backslash
38048 fi
38049 \end_layout
38050
38051 \end_inset
38052
38053
38054 \end_layout
38055
38056 \begin_layout Section
38057 Initiale
38058 \begin_inset Index idx
38059 status collapsed
38060
38061 \begin_layout Plain Layout
38062 Initiale
38063 \end_layout
38064
38065 \end_inset
38066
38067
38068 \begin_inset Index idx
38069 status collapsed
38070
38071 \begin_layout Plain Layout
38072 Umflossene Objekte ! Initiale
38073 \end_layout
38074
38075 \end_inset
38076
38077
38078 \end_layout
38079
38080 \begin_layout Standard
38081 Für Initialen muss das LaTeX-Paket 
38082 \series bold
38083 lettrine
38084 \series default
38085
38086 \begin_inset Index idx
38087 status collapsed
38088
38089 \begin_layout Plain Layout
38090 LaTeX-Pakete ! lettrine
38091 \end_layout
38092
38093 \end_inset
38094
38095  installiert sein und das Modul 
38096 \family sans
38097 Initialen
38098 \family default
38099  im Dokument verwendet werden (Menü 
38100 \family sans
38101 Dokument\SpecialChar \menuseparator
38102 Einstellungen\SpecialChar \menuseparator
38103 Module
38104 \family default
38105 ).
38106  Um eine Initiale einzufügen, verwendet man den Stil 
38107 \family sans
38108 Initiale
38109 \family default
38110 .
38111  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
38112  Die Argumente werden über das Menü 
38113 \family sans
38114 Einfügen
38115 \family default
38116  eingefügt.
38117  Das obligatorische Argument 
38118 \family sans
38119 Initiale
38120 \family default
38121  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
38122 \family sans
38123 Rest
38124 \begin_inset space ~
38125 \end_inset
38126
38127 der
38128 \begin_inset space ~
38129 \end_inset
38130
38131 Initiale
38132 \family default
38133  enthält den Rest des Wortes oder Textes der Initiale.
38134  Das Argument 
38135 \family sans
38136 Optionen
38137 \family default
38138  enthält Parameter um die Initiale zu modifizieren.
38139  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
38140  von 
38141 \series bold
38142 lettrine
38143 \series default
38144
38145 \begin_inset CommandInset citation
38146 LatexCommand cite
38147 key "lettrine"
38148
38149 \end_inset
38150
38151 .
38152  Der Stil selbst enthält den Text, der die Initiale umgibt.
38153  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
38154  Initiale ist, in 
38155 \shape smallcaps
38156 Kapitälchen
38157 \shape default
38158  gedruckt wird.
38159 \end_layout
38160
38161 \begin_layout Standard
38162 Hier sind einige Beispiele:
38163 \end_layout
38164
38165 \begin_layout Standard
38166 \begin_inset ERT
38167 status collapsed
38168
38169 \begin_layout Plain Layout
38170
38171
38172 \backslash
38173 iflettrine
38174 \end_layout
38175
38176 \end_inset
38177
38178
38179 \begin_inset Note Note
38180 status open
38181
38182 \begin_layout Plain Layout
38183 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
38184 \series bold
38185 lettrine
38186 \series default
38187  installiert ist.
38188 \end_layout
38189
38190 \end_inset
38191
38192
38193 \end_layout
38194
38195 \begin_layout Enumerate
38196 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
38197
38198 \begin_inset Formula $\mathfrak{Fraktur}$
38199 \end_inset
38200
38201 :
38202 \end_layout
38203
38204 \begin_deeper
38205 \begin_layout Initial
38206 \begin_inset Argument 2
38207 status open
38208
38209 \begin_layout Plain Layout
38210 \begin_inset Formula $\mathfrak{I}$
38211 \end_inset
38212
38213
38214 \end_layout
38215
38216 \end_inset
38217
38218
38219 \begin_inset Argument 3
38220 status open
38221
38222 \begin_layout Plain Layout
38223 t
38224 \end_layout
38225
38226 \end_inset
38227
38228  
38229 \lang english
38230 was in the spring of the year 1894 that all London was interested, and the
38231  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38232  under most unusual and inexplicable circumstances.
38233  The public has already learned those particulars of the crime which came
38234  out in the police investigation, but a good deal was suppressed upon that
38235  occasion, since the case for the prosecution was so overwhelmingly strong
38236  that it was not necessary to bring forward all the facts.
38237 \end_layout
38238
38239 \end_deeper
38240 \begin_layout Enumerate
38241 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
38242  besteht und kein Text ist in 
38243 \shape smallcaps
38244 Kapitälchen
38245 \shape default
38246 :
38247 \end_layout
38248
38249 \begin_deeper
38250 \begin_layout Initial
38251 \begin_inset Argument 1
38252 status open
38253
38254 \begin_layout Plain Layout
38255 lines=1
38256 \end_layout
38257
38258 \end_inset
38259
38260
38261 \begin_inset Argument 2
38262 status open
38263
38264 \begin_layout Plain Layout
38265 It
38266 \end_layout
38267
38268 \end_inset
38269
38270  
38271 \lang english
38272 was in the spring of the year 1894 that all London was interested, and the
38273  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38274  under most unusual and inexplicable circumstances.
38275  The public has already learned those particulars of the crime which came
38276  out in the police investigation, but a good deal was suppressed upon that
38277  occasion, since the case for the prosecution was so overwhelmingly strong
38278  that it was not necessary to bring forward all the facts.
38279 \end_layout
38280
38281 \end_deeper
38282 \begin_layout Enumerate
38283 Magenta, hängende Initiale über 3
38284 \begin_inset space ~
38285 \end_inset
38286
38287 Zeilen in der Mathe-Schrift
38288 \begin_inset Newline newline
38289 \end_inset
38290
38291  
38292 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
38293 \end_inset
38294
38295 , der Text 
38296 \begin_inset Quotes gld
38297 \end_inset
38298
38299
38300 \lang english
38301 t was in the spring
38302 \lang ngerman
38303
38304 \begin_inset Quotes erd
38305 \end_inset
38306
38307  ist in 
38308 \shape smallcaps
38309 Kapitälchen
38310 \shape default
38311 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
38312 \begin_inset Newline newline
38313 \end_inset
38314
38315
38316 \series bold
38317
38318 \backslash
38319 renewcommand{
38320 \backslash
38321 LettrineFontHook}{
38322 \backslash
38323 color{Farbe}}
38324 \series default
38325
38326 \begin_inset Newline newline
38327 \end_inset
38328
38329 wobei 
38330 \emph on
38331 Farbe
38332 \emph default
38333  
38334 \begin_inset Quotes gld
38335 \end_inset
38336
38337 red
38338 \begin_inset Quotes erd
38339 \end_inset
38340
38341
38342 \begin_inset Quotes gld
38343 \end_inset
38344
38345 blue
38346 \begin_inset Quotes erd
38347 \end_inset
38348
38349
38350 \begin_inset Quotes gld
38351 \end_inset
38352
38353 green
38354 \begin_inset Quotes erd
38355 \end_inset
38356
38357
38358 \begin_inset Quotes gld
38359 \end_inset
38360
38361 yellow
38362 \begin_inset Quotes erd
38363 \end_inset
38364
38365
38366 \begin_inset Quotes gld
38367 \end_inset
38368
38369 cyan
38370 \begin_inset Quotes erd
38371 \end_inset
38372
38373
38374 \begin_inset Quotes gld
38375 \end_inset
38376
38377 magenta
38378 \begin_inset Quotes erd
38379 \end_inset
38380
38381
38382 \begin_inset Quotes gld
38383 \end_inset
38384
38385 black
38386 \begin_inset Quotes erd
38387 \end_inset
38388
38389  oder 
38390 \begin_inset Quotes gld
38391 \end_inset
38392
38393 white
38394 \begin_inset Quotes erd
38395 \end_inset
38396
38397  sein kann, und diesen Befehl zum LaTeX-Vorspann hinzufügen:
38398 \begin_inset Newline newline
38399 \end_inset
38400
38401
38402 \series bold
38403
38404 \backslash
38405 @ifundefined{textcolor}
38406 \begin_inset Newline newline
38407 \end_inset
38408
38409
38410 \begin_inset space ~
38411 \end_inset
38412
38413 {
38414 \backslash
38415 usepackage{color}}{}
38416 \end_layout
38417
38418 \begin_deeper
38419 \begin_layout Standard
38420 \begin_inset ERT
38421 status collapsed
38422
38423 \begin_layout Plain Layout
38424
38425
38426 \backslash
38427 renewcommand{
38428 \backslash
38429 LettrineFontHook}{
38430 \backslash
38431 color{magenta}}
38432 \end_layout
38433
38434 \end_inset
38435
38436
38437 \begin_inset Note Note
38438 status open
38439
38440 \begin_layout Plain Layout
38441 macht die Initiale magenta
38442 \end_layout
38443
38444 \end_inset
38445
38446
38447 \end_layout
38448
38449 \begin_layout Initial
38450 \begin_inset Argument 1
38451 status open
38452
38453 \begin_layout Plain Layout
38454 lines=3, lhang=0.33, loversize=0.25
38455 \end_layout
38456
38457 \end_inset
38458
38459
38460 \begin_inset Argument 2
38461 status open
38462
38463 \begin_layout Plain Layout
38464 \begin_inset Formula $\mathcal{I}$
38465 \end_inset
38466
38467
38468 \end_layout
38469
38470 \end_inset
38471
38472
38473 \begin_inset Argument 3
38474 status open
38475
38476 \begin_layout Plain Layout
38477
38478 \lang english
38479 t was in the spring
38480 \end_layout
38481
38482 \end_inset
38483
38484  
38485 \lang english
38486 of the year 1894 that all London was interested, and the fashionable world
38487  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38488  and inexplicable circumstances.
38489  The public has already learned those particulars of the crime which came
38490  out in the police investigation, but a good deal was suppressed upon that
38491  occasion, since the case for the prosecution was so overwhelmingly strong
38492  that it was not necessary to bring forward all the facts.
38493 \end_layout
38494
38495 \end_deeper
38496 \begin_layout Standard
38497 \begin_inset ERT
38498 status collapsed
38499
38500 \begin_layout Plain Layout
38501
38502
38503 \backslash
38504 else
38505 \end_layout
38506
38507 \end_inset
38508
38509
38510 \begin_inset Note Note
38511 status open
38512
38513 \begin_layout Plain Layout
38514 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38515 \series bold
38516 lettrine
38517 \series default
38518  nicht installiert ist:
38519 \end_layout
38520
38521 \end_inset
38522
38523
38524 \end_layout
38525
38526 \begin_layout Standard
38527 Das LaTeX-Paket 
38528 \series bold
38529 lettrine
38530 \series default
38531  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38532 \end_layout
38533
38534 \begin_layout Standard
38535 \begin_inset ERT
38536 status collapsed
38537
38538 \begin_layout Plain Layout
38539
38540
38541 \backslash
38542 fi
38543 \end_layout
38544
38545 \end_inset
38546
38547
38548 \end_layout
38549
38550 \begin_layout Chapter
38551 Externe Dateien
38552 \begin_inset Index idx
38553 status collapsed
38554
38555 \begin_layout Plain Layout
38556 Dateien ! externe
38557 \end_layout
38558
38559 \end_inset
38560
38561
38562 \end_layout
38563
38564 \begin_layout Standard
38565 Mit 
38566 \family sans
38567 Einfügen\SpecialChar \menuseparator
38568 Datei
38569 \family default
38570  können Sie fremdes Material in Ihr Dokument einsetzen.
38571  Das kann folgendes sein:
38572 \end_layout
38573
38574 \begin_layout Description
38575 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
38576  eingefügt.
38577 \end_layout
38578
38579 \begin_layout Description
38580 Einfacher
38581 \begin_inset space ~
38582 \end_inset
38583
38584 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38585  eingefügt.
38586 \end_layout
38587
38588 \begin_layout Description
38589 Einfacher
38590 \begin_inset space ~
38591 \end_inset
38592
38593 Text,
38594 \begin_inset space ~
38595 \end_inset
38596
38597 Zeilen
38598 \begin_inset space ~
38599 \end_inset
38600
38601 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38602  Leerzeilen trennen die Absätze.
38603 \end_layout
38604
38605 \begin_layout Description
38606 Externes
38607 \begin_inset space ~
38608 \end_inset
38609
38610 Material Dateien in verschiedenen Formaten.
38611 \end_layout
38612
38613 \begin_layout Description
38614 Unterdokument LyX- oder LaTeX-Dokumente.
38615 \end_layout
38616
38617 \begin_layout Section
38618 Externes Material
38619 \begin_inset Index idx
38620 status collapsed
38621
38622 \begin_layout Plain Layout
38623 Externes Material
38624 \end_layout
38625
38626 \end_inset
38627
38628
38629 \end_layout
38630
38631 \begin_layout Standard
38632 Mit 
38633 \family sans
38634 Einfügen\SpecialChar \menuseparator
38635 Datei\SpecialChar \menuseparator
38636  Externes Material
38637 \family default
38638  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38639  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38640  weil LyX sich darum kümmert.
38641  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
38642  eingefügt werden können.
38643  Wenn die Grafikvorschau in den LyX-Einstellungen unter
38644 \family sans
38645  Aussehen
38646 \begin_inset space ~
38647 \end_inset
38648
38649 &
38650 \begin_inset space ~
38651 \end_inset
38652
38653 Handhabung\SpecialChar \menuseparator
38654 Grafik
38655 \family default
38656 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
38657 \end_layout
38658
38659 \begin_layout Standard
38660 Zur Zeit können Sie folgende Dateitypen (
38661 \family sans
38662 Vorlagen
38663 \family default
38664 ) benutzen:
38665 \end_layout
38666
38667 \begin_layout Description
38668 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38669 \series bold
38670
38671 \begin_inset CommandInset href
38672 LatexCommand href
38673 name "XBoard"
38674 target "http://de.wikipedia.org/wiki/XBoard"
38675
38676 \end_inset
38677
38678
38679 \series default
38680  erzeugt wurden.
38681 \end_layout
38682
38683 \begin_layout Description
38684 Datum fügt ein Datum mit dem Format 
38685 \emph on
38686 Tag-Monat-Jahr
38687 \emph default
38688  ein.
38689  Hier ist ein Beispiel: 
38690 \begin_inset External
38691         template Date
38692         filename .
38693
38694 \end_inset
38695
38696
38697 \begin_inset space ~
38698 \end_inset
38699
38700
38701 \begin_inset Note Note
38702 status open
38703
38704 \begin_layout Plain Layout
38705
38706 \lang english
38707 Remove the protected space when bug 4398 is fixed!
38708 \end_layout
38709
38710 \end_inset
38711
38712
38713 \begin_inset Newline newline
38714 \end_inset
38715
38716 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
38717  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38718  Menü 
38719 \family sans
38720 Einfügen\SpecialChar \menuseparator
38721 Datum
38722 \family default
38723  und mit dem LaTeX-Befehl 
38724 \series bold
38725
38726 \backslash
38727 today
38728 \series default
38729 .
38730  Die verschiedenen Methoden werden in Tabelle
38731 \begin_inset space ~
38732 \end_inset
38733
38734
38735 \begin_inset CommandInset ref
38736 LatexCommand ref
38737 reference "tab:Vergleich-der-Datums-Eingaben"
38738
38739 \end_inset
38740
38741  verglichen.
38742 \end_layout
38743
38744 \begin_layout Description
38745 Dia unterstützt Diagramme, die mit dem Programm 
38746 \series bold
38747
38748 \begin_inset CommandInset href
38749 LatexCommand href
38750 name "Dia"
38751 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38752
38753 \end_inset
38754
38755
38756 \series default
38757  erzeugt wurden.
38758 \end_layout
38759
38760 \begin_layout Description
38761 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38762 \series bold
38763
38764 \begin_inset CommandInset href
38765 LatexCommand href
38766 name "Gnumeric"
38767 target "http://de.wikipedia.org/wiki/Gnumeric"
38768
38769 \end_inset
38770
38771
38772 \series default
38773
38774 \begin_inset CommandInset href
38775 LatexCommand href
38776 name "OpenDocument"
38777 target "http://de.wikipedia.org/wiki/OpenDocument"
38778
38779 \end_inset
38780
38781
38782 \begin_inset CommandInset href
38783 LatexCommand href
38784 name "Microsoft Office XML"
38785 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38786
38787 \end_inset
38788
38789  und 
38790 \begin_inset CommandInset href
38791 LatexCommand href
38792 name "Office Open XML"
38793 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38794
38795 \end_inset
38796
38797  einfügen.
38798  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
38799 \family typewriter
38800 ssconvert
38801 \family default
38802  gefunden haben.
38803  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38804  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38805  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
38806 \emph on
38807 spreadsheet.lyx
38808 \emph default
38809 .
38810 \end_layout
38811
38812 \begin_layout Description
38813 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38814  dem Notensatzprogramm 
38815 \series bold
38816
38817 \begin_inset CommandInset href
38818 LatexCommand href
38819 name "LilyPond"
38820 target "http://de.wikipedia.org/wiki/LilyPond"
38821
38822 \end_inset
38823
38824
38825 \series default
38826  gesetzt werden.
38827  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
38828  
38829 \emph on
38830 lilypond.lyx
38831 \emph default
38832 .
38833 \end_layout
38834
38835 \begin_layout Description
38836 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38837  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38838  
38839 \series bold
38840 pages
38841 \series default
38842  im Feld 
38843 \family sans
38844 Option
38845 \family default
38846  in der Karteikarte 
38847 \family sans
38848 LaTeX- und LyX-Optionen
38849 \family default
38850 .
38851  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38852  (man gibt als Option 
38853 \series bold
38854 pages={3,5,6,8}
38855 \series default
38856  an), Seitenbereiche (
38857 \series bold
38858 pages={4-9}
38859 \series default
38860 ) oder eine Kombination davon enthält.
38861  Um leere Seiten einzufügen, verwendet man {}.
38862  Z.
38863 \begin_inset space \thinspace{}
38864 \end_inset
38865
38866 B.
38867  fügt 
38868 \series bold
38869 pages={3,{},8-11,15}
38870 \series default
38871  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38872  Seitenbereiche werden mit der Syntax 
38873 \emph on
38874 Start
38875 \emph default
38876 -
38877 \emph on
38878 Stop
38879 \emph default
38880  angegeben.
38881  Dies wählt alle Seiten von 
38882 \emph on
38883 Start
38884 \emph default
38885  bis 
38886 \emph on
38887 Stop
38888 \emph default
38889  aus.
38890  Wird 
38891 \emph on
38892 Start
38893 \emph default
38894  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38895 \emph on
38896 Stop
38897 \emph default
38898  weggelassen, wird stattdessen die letzte Seite verwendet.
38899  Die letzte Seite kann außerdem mit dem Schlagwort 
38900 \series bold
38901 last
38902 \series default
38903  ausgewählt werden.
38904  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38905 \series bold
38906 pages=-
38907 \series default
38908  fügt also alle Seiten des Dokuments ein und 
38909 \series bold
38910 pages=last-1
38911 \series default
38912  fügt alle Seiten in umgekehrter Reihenfolge ein.
38913  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38914  eingefügt.
38915 \begin_inset Newline newline
38916 \end_inset
38917
38918 Die Option 
38919 \series bold
38920 noautoscale
38921 \series default
38922  fügt die Seiten in ihrer Originalgröße ein.
38923  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38924  dass sie die komplette Breite Ihres Dokuments einnehmen.
38925  In der Karteikarte 
38926 \family sans
38927 Größe und Drehung
38928 \family default
38929  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38930  werden.
38931  Wird eine andere Breite als 100
38932 \begin_inset space \thinspace{}
38933 \end_inset
38934
38935 Größe% verwendet, wird die Option 
38936 \series bold
38937 noautoscale
38938 \series default
38939  überschrieben.
38940  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38941  des LaTeX-Pakets 
38942 \series bold
38943 pdfpages
38944 \series default
38945  
38946 \begin_inset CommandInset citation
38947 LatexCommand cite
38948 key "pdfpages"
38949
38950 \end_inset
38951
38952 .
38953 \begin_inset Index idx
38954 status collapsed
38955
38956 \begin_layout Plain Layout
38957 LaTeX-Pakete ! pdfpages
38958 \end_layout
38959
38960 \end_inset
38961
38962
38963 \begin_inset Newline newline
38964 \end_inset
38965
38966 Um diese Vorlage in einer 
38967 \family sans
38968 Beamer
38969 \family default
38970 -Präsentation zu verwenden, muss zuerst eine 
38971 \family sans
38972 BeendeRahmen
38973 \family default
38974  Umgebung eingefügt werden.
38975  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
38976 \series bold
38977
38978 \backslash
38979 setbeamertemplate{background canvas}{}
38980 \series default
38981 .
38982  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38983  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38984  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38985  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38986  sicher, dass die Ausrichtung 
38987 \family sans
38988 Standard
38989 \family default
38990  für den Absatz verwendet wird, der die Vorlage enthält.
38991 \begin_inset Newline newline
38992 \end_inset
38993
38994 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38995 \begin_inset External
38996         template PDFPages
38997         filename ../clipart/Abstract.pdf
38998         extra LaTeX "pages=-"
38999         rotateAngle -5
39000         rotateOrigin bottomleft
39001         width 50col%
39002
39003 \end_inset
39004
39005
39006 \end_layout
39007
39008 \begin_layout Description
39009 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
39010  Die Bilddateien können im Dialogfenster 
39011 \family sans
39012 Externes
39013 \begin_inset space ~
39014 \end_inset
39015
39016 Material
39017 \family default
39018  genauso behandelt werden wie die mit dem normalen 
39019 \family sans
39020 Grafik
39021 \family default
39022 -Dialog eingefügten, siehe Abschnitt
39023 \begin_inset space ~
39024 \end_inset
39025
39026
39027 \begin_inset CommandInset ref
39028 LatexCommand ref
39029 reference "abs:Grafik-Dialog"
39030
39031 \end_inset
39032
39033 .
39034  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
39035  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
39036  Hier ist ein eingefügtes Rasterbild: 
39037 \begin_inset External
39038         template RasterImage
39039         filename ../clipart/ToolbarEnvBox.png
39040
39041 \end_inset
39042
39043
39044 \end_layout
39045
39046 \begin_layout Description
39047 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
39048 \series bold
39049
39050 \begin_inset CommandInset href
39051 LatexCommand href
39052 name "Xfig"
39053 target "http://de.wikipedia.org/wiki/Xfig"
39054
39055 \end_inset
39056
39057
39058 \series default
39059  erzeugt wurden.
39060 \end_layout
39061
39062 \begin_layout Standard
39063 \begin_inset Float table
39064 placement !h
39065 wide false
39066 sideways false
39067 status open
39068
39069 \begin_layout Plain Layout
39070 \begin_inset Caption Standard
39071
39072 \begin_layout Plain Layout
39073 \begin_inset CommandInset label
39074 LatexCommand label
39075 name "tab:Vergleich-der-Datums-Eingaben"
39076
39077 \end_inset
39078
39079 Vergleich der Datums-Eingaben
39080 \end_layout
39081
39082 \end_inset
39083
39084
39085 \end_layout
39086
39087 \begin_layout Plain Layout
39088 \align center
39089 \begin_inset Tabular
39090 <lyxtabular version="3" rows="4" columns="4">
39091 <features rotate="0" tabularvalignment="middle">
39092 <column alignment="center" valignment="top">
39093 <column alignment="center" valignment="top">
39094 <column alignment="center" valignment="top">
39095 <column alignment="center" valignment="top">
39096 <row>
39097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39098 \begin_inset Text
39099
39100 \begin_layout Plain Layout
39101 Dokumentformat
39102 \end_layout
39103
39104 \end_inset
39105 </cell>
39106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39107 \begin_inset Text
39108
39109 \begin_layout Plain Layout
39110
39111 \family sans
39112 Externes Material\SpecialChar \menuseparator
39113 Datum
39114 \end_layout
39115
39116 \end_inset
39117 </cell>
39118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39119 \begin_inset Text
39120
39121 \begin_layout Plain Layout
39122
39123 \family sans
39124 Einfügen\SpecialChar \menuseparator
39125 Datum
39126 \end_layout
39127
39128 \end_inset
39129 </cell>
39130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39131 \begin_inset Text
39132
39133 \begin_layout Plain Layout
39134 Befehl 
39135 \series bold
39136
39137 \backslash
39138 today
39139 \end_layout
39140
39141 \end_inset
39142 </cell>
39143 </row>
39144 <row>
39145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39146 \begin_inset Text
39147
39148 \begin_layout Plain Layout
39149 LyX
39150 \end_layout
39151
39152 \end_inset
39153 </cell>
39154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39155 \begin_inset Text
39156
39157 \begin_layout Plain Layout
39158 als Box
39159 \end_layout
39160
39161 \end_inset
39162 </cell>
39163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39164 \begin_inset Text
39165
39166 \begin_layout Plain Layout
39167 als Datum
39168 \end_layout
39169
39170 \end_inset
39171 </cell>
39172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39173 \begin_inset Text
39174
39175 \begin_layout Plain Layout
39176 als TeX-Code
39177 \end_layout
39178
39179 \end_inset
39180 </cell>
39181 </row>
39182 <row>
39183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39184 \begin_inset Text
39185
39186 \begin_layout Plain Layout
39187 LaTeX
39188 \end_layout
39189
39190 \end_inset
39191 </cell>
39192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39193 \begin_inset Text
39194
39195 \begin_layout Plain Layout
39196 als Datum
39197 \end_layout
39198
39199 \end_inset
39200 </cell>
39201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39202 \begin_inset Text
39203
39204 \begin_layout Plain Layout
39205 als Datum
39206 \end_layout
39207
39208 \end_inset
39209 </cell>
39210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39211 \begin_inset Text
39212
39213 \begin_layout Plain Layout
39214 als Befehl
39215 \end_layout
39216
39217 \end_inset
39218 </cell>
39219 </row>
39220 <row>
39221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39222 \begin_inset Text
39223
39224 \begin_layout Plain Layout
39225 DVI, PDF, PS
39226 \end_layout
39227
39228 \end_inset
39229 </cell>
39230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39231 \begin_inset Text
39232
39233 \begin_layout Plain Layout
39234 als Datum
39235 \end_layout
39236
39237 \end_inset
39238 </cell>
39239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39240 \begin_inset Text
39241
39242 \begin_layout Plain Layout
39243 als Datum
39244 \end_layout
39245
39246 \end_inset
39247 </cell>
39248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39249 \begin_inset Text
39250
39251 \begin_layout Plain Layout
39252 als Datum
39253 \end_layout
39254
39255 \end_inset
39256 </cell>
39257 </row>
39258 </lyxtabular>
39259
39260 \end_inset
39261
39262
39263 \end_layout
39264
39265 \end_inset
39266
39267
39268 \end_layout
39269
39270 \begin_layout Standard
39271 Wenn Sie im Dialogfenster
39272 \family sans
39273  Externes
39274 \begin_inset space ~
39275 \end_inset
39276
39277 Material 
39278 \family default
39279 in der Karteikarte
39280 \family sans
39281  Datei
39282 \family default
39283  die Option 
39284 \family sans
39285 Entwurf
39286 \family default
39287  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
39288 \begin_inset Newline newline
39289 \end_inset
39290
39291 LyX kann externes Material entweder als Box wie hier: 
39292 \begin_inset Graphics
39293         filename clipart/ExternesMaterialQt4.png
39294         scale 85
39295         scaleBeforeRotation
39296
39297 \end_inset
39298
39299  oder als Bild darstellen.
39300  Das hängt davon ab, ob Sie im Dialog
39301 \family sans
39302  
39303 \family default
39304 in der Karteikarte 
39305 \family sans
39306 LaTeX- und LyX-Optionen
39307 \family default
39308  die Option 
39309 \family sans
39310 In
39311 \begin_inset space ~
39312 \end_inset
39313
39314 LyX
39315 \begin_inset space ~
39316 \end_inset
39317
39318 anzeigen
39319 \family default
39320  gewählt haben oder nicht.
39321 \end_layout
39322
39323 \begin_layout Standard
39324 Im LyX-Handbuch 
39325 \family sans
39326 \emph on
39327 Anpassung
39328 \family default
39329 \emph default
39330  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39331 \end_layout
39332
39333 \begin_layout Section
39334 Unterdokumente
39335 \begin_inset CommandInset label
39336 LatexCommand label
39337 name "abs:Unterdokumente"
39338
39339 \end_inset
39340
39341
39342 \begin_inset Index idx
39343 status collapsed
39344
39345 \begin_layout Plain Layout
39346 Unterdokument
39347 \end_layout
39348
39349 \end_inset
39350
39351
39352 \end_layout
39353
39354 \begin_layout Standard
39355 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39356  oder Abschnitten bestehen.
39357  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39358  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39359  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39360  z.
39361 \begin_inset space \thinspace{}
39362 \end_inset
39363
39364 B.
39365  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
39366 \end_layout
39367
39368 \begin_layout Standard
39369 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39370  müssen, geben Sie im Unterdokument im Menü
39371 \family sans
39372  Dokument\SpecialChar \menuseparator
39373 Einstellungen\SpecialChar \menuseparator
39374 Dokumentklasse
39375 \family default
39376  das Hauptdokument an.
39377  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
39378  bearbeiten.
39379 \end_layout
39380
39381 \begin_layout Standard
39382 Unterdokumente werden in LyX als Box angezeigt: 
39383 \begin_inset Graphics
39384         filename clipart/UnterdokumentQt4.png
39385         scale 85
39386         scaleBeforeRotation
39387
39388 \end_inset
39389
39390  Sie werden über
39391 \family sans
39392  Einfügen\SpecialChar \menuseparator
39393 Datei\SpecialChar \menuseparator
39394 Unterdokument
39395 \family default
39396  eingebunden, was das Dialogfenster
39397 \family sans
39398  Unterdokument
39399 \family default
39400  öffnet.
39401  Für 
39402 \family sans
39403 die Art
39404 \begin_inset space ~
39405 \end_inset
39406
39407 der
39408 \begin_inset space ~
39409 \end_inset
39410
39411 Einbindung
39412 \family default
39413  gibt es dort vier Möglichkeiten:
39414 \end_layout
39415
39416 \begin_layout Description
39417 Include Sie können LyX- und LaTeX-Dokumente einbinden.
39418  Wenn Sie im Dialogfenster
39419 \family sans
39420  Unterdokument
39421 \family default
39422  auf 
39423 \family sans
39424 Bearbeiten
39425 \family default
39426  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39427  und Sie können es editieren.
39428 \begin_inset Newline newline
39429 \end_inset
39430
39431
39432 \end_layout
39433
39434 \begin_layout Standard
39435 Hier wird ein Unterdokument
39436 \family sans
39437  
39438 \family default
39439 per 
39440 \family sans
39441 Include
39442 \family default
39443  eingebunden: 
39444 \begin_inset CommandInset include
39445 LatexCommand include
39446 filename "DummyDocument1.lyx"
39447
39448 \end_inset
39449
39450 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39451  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39452  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39453 s.
39454  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39455 \begin_inset space ~
39456 \end_inset
39457
39458
39459 \begin_inset CommandInset ref
39460 LatexCommand ref
39461 reference "uab:Externer-Unterabschnitt-1"
39462
39463 \end_inset
39464
39465 .
39466 \end_layout
39467
39468 \begin_layout Standard
39469 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39470  wird benutzt.
39471  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39472  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39473  Unterdokumente, die per 
39474 \family sans
39475 Include
39476 \family default
39477  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39478  und enden mit einem Seitenumbruch.
39479 \end_layout
39480
39481 \begin_layout Standard
39482 \begin_inset Note Greyedout
39483 status open
39484
39485 \begin_layout Plain Layout
39486
39487 \series bold
39488 Bemerkung:
39489 \series default
39490  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
39491  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
39492  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
39493  Ergebnissen führen wird.
39494 \end_layout
39495
39496 \end_inset
39497
39498
39499 \end_layout
39500
39501 \begin_layout Description
39502 Input Diese Methode ist 
39503 \family sans
39504 Include
39505 \family default
39506  sehr ähnlich mit folgenden Unterschieden:
39507 \end_layout
39508
39509 \begin_deeper
39510 \begin_layout Itemize
39511 Unterdokumente, die per 
39512 \family sans
39513 Input
39514 \family default
39515  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39516  Seite und enden NICHT mit einem Seitenumbruch.
39517 \end_layout
39518
39519 \begin_layout Itemize
39520 Unterdokumente, die per 
39521 \family sans
39522 Input
39523 \family default
39524  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
39525 \family sans
39526  Unterdokument Vorschau
39527 \begin_inset space ~
39528 \end_inset
39529
39530 anzeigen
39531 \family default
39532  angekreuzt wurde und in den LyX-Einstellungen unter
39533 \family sans
39534  Aussehen
39535 \begin_inset space ~
39536 \end_inset
39537
39538 &
39539 \begin_inset space ~
39540 \end_inset
39541
39542 Handhabung\SpecialChar \menuseparator
39543 Grafik\SpecialChar \menuseparator
39544 Sofortige
39545 \begin_inset space ~
39546 \end_inset
39547
39548 Vorschau
39549 \family default
39550  auf 
39551 \family sans
39552 An
39553 \family default
39554  gesetzt wurde.
39555  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39556  aus.
39557 \end_layout
39558
39559 \begin_layout Itemize
39560 Unterdokumente, die per 
39561 \family sans
39562 Input
39563 \family default
39564  eingebunden werden, können nicht über das Menü 
39565 \family sans
39566 Dokument\SpecialChar \menuseparator
39567 Einstellungen\SpecialChar \menuseparator
39568 Unterdokumente
39569 \family default
39570  unterdrückt werden.
39571 \end_layout
39572
39573 \end_deeper
39574 \begin_layout Standard
39575 Hier ist ein Unterdokument, das mit
39576 \family sans
39577  Input
39578 \family default
39579  eingebunden wurde: 
39580 \begin_inset CommandInset include
39581 LatexCommand input
39582 filename "DummyDocument2.lyx"
39583
39584 \end_inset
39585
39586 .
39587 \end_layout
39588
39589 \begin_layout Description
39590 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39591   In der Druckvorschau wird für den Text der Stil 
39592 \family typewriter
39593 Schreibmaschine
39594 \family default
39595  verwendet.
39596  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39597  Wenn Sie im Dialogfenster
39598 \family sans
39599  Unterdokument Leerzeichen
39600 \begin_inset space ~
39601 \end_inset
39602
39603 bei
39604 \begin_inset space ~
39605 \end_inset
39606
39607 der
39608 \begin_inset space ~
39609 \end_inset
39610
39611 Ausgabe
39612 \begin_inset space ~
39613 \end_inset
39614
39615 kennzeichnen 
39616 \family default
39617 ankreuzen, wird in der Druckvorschau das Zeichen 
39618 \begin_inset Quotes gld
39619 \end_inset
39620
39621
39622 \begin_inset ERT
39623 status collapsed
39624
39625 \begin_layout Plain Layout
39626
39627
39628 \backslash
39629 textvisiblespace 
39630 \end_layout
39631
39632 \end_inset
39633
39634
39635 \begin_inset Quotes grd
39636 \end_inset
39637
39638  für jedes Leerzeichen eingefügt.
39639 \begin_inset Newline newline
39640 \end_inset
39641
39642 Im Gegensatz zu 
39643 \family sans
39644 Einfügen\SpecialChar \menuseparator
39645 Datei\SpecialChar \menuseparator
39646 Einfacher
39647 \begin_inset space ~
39648 \end_inset
39649
39650 Text
39651 \family default
39652  wird bei 
39653 \family sans
39654 Unformatiert
39655 \family default
39656  der Dateiinhalt in LyX nicht dargestellt.
39657 \end_layout
39658
39659 \begin_layout Standard
39660 Hier ist ein Unterdokument, das mit
39661 \family sans
39662  Unformatiert
39663 \family default
39664  eingebunden wurde: 
39665 \begin_inset CommandInset include
39666 LatexCommand verbatiminput
39667 filename "DummyTextDocument.txt"
39668
39669 \end_inset
39670
39671
39672 \begin_inset VSpace bigskip
39673 \end_inset
39674
39675 Hier ist ein Unterdokument, das mit
39676 \family sans
39677  Unformatiert
39678 \family default
39679  eingebunden wurde und
39680 \family sans
39681  Leerzeichen
39682 \begin_inset space ~
39683 \end_inset
39684
39685 bei
39686 \begin_inset space ~
39687 \end_inset
39688
39689 der
39690 \begin_inset space ~
39691 \end_inset
39692
39693 Ausgabe
39694 \begin_inset space ~
39695 \end_inset
39696
39697 kennzeichnen
39698 \family default
39699  angekreuzt hat: 
39700 \begin_inset CommandInset include
39701 LatexCommand verbatiminput*
39702 filename "DummyTextDocument.txt"
39703
39704 \end_inset
39705
39706
39707 \end_layout
39708
39709 \begin_layout Standard
39710 \begin_inset VSpace bigskip
39711 \end_inset
39712
39713
39714 \end_layout
39715
39716 \begin_layout Standard
39717 \begin_inset Note Greyedout
39718 status open
39719
39720 \begin_layout Plain Layout
39721
39722 \series bold
39723 Bemerkung:
39724 \series default
39725  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39726  
39727 \family sans
39728 Unformatiert
39729 \family default
39730  eingebunden werden, am Zeilenende nicht umgebrochen.
39731 \end_layout
39732
39733 \end_inset
39734
39735
39736 \end_layout
39737
39738 \begin_layout Description
39739 Listing Dieser Typ wird in Kapitel
39740 \begin_inset space ~
39741 \end_inset
39742
39743
39744 \begin_inset CommandInset ref
39745 LatexCommand ref
39746 reference "kap:Programm-Code-Listen"
39747
39748 \end_inset
39749
39750  beschrieben.
39751 \end_layout
39752
39753 \begin_layout Standard
39754 \begin_inset Note Greyedout
39755 status open
39756
39757 \begin_layout Plain Layout
39758
39759 \series bold
39760 Bemerkung:
39761 \series default
39762  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39763  das zu LaTeX-Problemen führen.
39764 \end_layout
39765
39766 \end_inset
39767
39768
39769 \end_layout
39770
39771 \begin_layout Standard
39772 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39773  wollen, z.
39774 \begin_inset space \thinspace{}
39775 \end_inset
39776
39777 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39778  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39779  Dies geschieht über das Menü 
39780 \family sans
39781 Dokument\SpecialChar \menuseparator
39782 Einstellungen\SpecialChar \menuseparator
39783 Unterdokumente
39784 \family default
39785 .
39786  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39787  in die Spalte 
39788 \family sans
39789 In Ausgabe einbinden
39790 \family default
39791  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39792  für Unterdokumente möglich ist, die per 
39793 \family sans
39794 Input
39795 \family default
39796  eingebunden wurden).
39797  Wenn die Option 
39798 \family sans
39799 Zähler und Querverweise wahren
39800 \family default
39801  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
39802 \begin_inset space ~
39803 \end_inset
39804
39805 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39806  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39807  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39808  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
39809  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39810  sind, wählen sie die Option nicht.
39811 \end_layout
39812
39813 \begin_layout Standard
39814 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39815 \begin_inset Foot
39816 status collapsed
39817
39818 \begin_layout Plain Layout
39819 Zweige sind im Kapitel 
39820 \emph on
39821 Zweige
39822 \emph default
39823  des LyX 
39824 \emph on
39825 Benutzerhandbuchs
39826 \emph default
39827  erklärt.
39828 \end_layout
39829
39830 \end_inset
39831
39832  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39833  Dateien in der Ausgabe erscheinen.
39834  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39835  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39836  werden.
39837 \end_layout
39838
39839 \begin_layout Chapter
39840 Programm-Code-Listen
39841 \begin_inset CommandInset label
39842 LatexCommand label
39843 name "kap:Programm-Code-Listen"
39844
39845 \end_inset
39846
39847
39848 \begin_inset Index idx
39849 status collapsed
39850
39851 \begin_layout Plain Layout
39852 Listen
39853 \end_layout
39854
39855 \end_inset
39856
39857
39858 \begin_inset Index idx
39859 status collapsed
39860
39861 \begin_layout Plain Layout
39862 Programm-Code
39863 \end_layout
39864
39865 \end_inset
39866
39867
39868 \end_layout
39869
39870 \begin_layout Standard
39871 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39872 \family sans
39873 Einfügen\SpecialChar \menuseparator
39874 Pro\SpecialChar \-
39875 grammlisting
39876 \family default
39877  verwenden.
39878  Das LaTeX-Paket 
39879 \series bold
39880 listings
39881 \series default
39882
39883 \begin_inset Index idx
39884 status collapsed
39885
39886 \begin_layout Plain Layout
39887 LaTeX-Pakete ! listings
39888 \end_layout
39889
39890 \end_inset
39891
39892  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39893 \end_layout
39894
39895 \begin_layout Standard
39896 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39897 rmat der Programm-Code-Liste festlegen.
39898 \end_layout
39899
39900 \begin_layout Standard
39901 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39902  Die Platzierungsoption 
39903 \family sans
39904 Eingebettetes
39905 \begin_inset space ~
39906 \end_inset
39907
39908 Listing
39909 \family default
39910  druckt das Listing in der Zeile wie hier: 
39911 \begin_inset listings
39912 lstparams "language={C++}"
39913 inline true
39914 status open
39915
39916 \begin_layout Plain Layout
39917
39918 int a=5;
39919 \end_layout
39920
39921 \end_inset
39922
39923
39924 \begin_inset Newline newline
39925 \end_inset
39926
39927 Die Option 
39928 \family sans
39929 Gleitobjekt
39930 \family default
39931  erzeugt ein Listing-Gleitobjekt, dessen 
39932 \family sans
39933 Platzierung 
39934 \family default
39935 Sie mit 
39936 \family sans
39937 h
39938 \family default
39939
39940 \family sans
39941 t
39942 \family default
39943
39944 \family sans
39945 b
39946 \family default
39947  und 
39948 \family sans
39949 p
39950 \family default
39951 , analog zu den in Abschnitt
39952 \begin_inset space ~
39953 \end_inset
39954
39955
39956 \begin_inset CommandInset ref
39957 LatexCommand ref
39958 reference "abs:Gleitobjekt-Platzierung"
39959
39960 \end_inset
39961
39962  beschriebenen Platzierungsoptionen festlegen können.
39963  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39964  hintereinander angegeben, z.
39965 \begin_inset space \thinspace{}
39966 \end_inset
39967
39968 B.
39969  
39970 \begin_inset Quotes gld
39971 \end_inset
39972
39973
39974 \family sans
39975 htbp
39976 \family default
39977
39978 \begin_inset Quotes grd
39979 \end_inset
39980
39981 .
39982  Die Option 
39983 \begin_inset Quotes gld
39984 \end_inset
39985
39986 h
39987 \begin_inset Quotes grd
39988 \end_inset
39989
39990  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39991  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39992 \end_layout
39993
39994 \begin_layout Standard
39995 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39996  zu verweisen: Listing
39997 \begin_inset space ~
39998 \end_inset
39999
40000
40001 \begin_inset CommandInset ref
40002 LatexCommand ref
40003 reference "lst:Gleitendes-Programm-Listing"
40004
40005 \end_inset
40006
40007 .
40008  Mit dem Menü 
40009 \family sans
40010 Einfügen\SpecialChar \menuseparator
40011 Liste
40012 \begin_inset space ~
40013 \end_inset
40014
40015 /
40016 \begin_inset space ~
40017 \end_inset
40018
40019 Inhaltsverzeichnis\SpecialChar \menuseparator
40020 Listings Verzeichnis
40021 \family default
40022  kann ein Verzeichnis aller Listings eingefügt werden.
40023  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
40024 \end_layout
40025
40026 \begin_layout Standard
40027 \begin_inset listings
40028 lstparams "language=Python"
40029 inline false
40030 status open
40031
40032 \begin_layout Plain Layout
40033
40034 \begin_inset Caption Standard
40035
40036 \begin_layout Plain Layout
40037 \begin_inset CommandInset label
40038 LatexCommand label
40039 name "lst:Gleitendes-Programm-Listing"
40040
40041 \end_inset
40042
40043 Gleitendes Programm-Listing
40044 \end_layout
40045
40046 \end_inset
40047
40048 # Gleitendes Programm-Listing
40049 \end_layout
40050
40051 \begin_layout Plain Layout
40052
40053 def func(param):
40054 \end_layout
40055
40056 \begin_layout Plain Layout
40057
40058     'Dies ist eine Python-Funktion'
40059 \end_layout
40060
40061 \begin_layout Plain Layout
40062
40063     pass
40064 \end_layout
40065
40066 \end_inset
40067
40068
40069 \end_layout
40070
40071 \begin_layout Standard
40072 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
40073  der Sprache erkannt und besonders gedruckt, wie 
40074 \emph on
40075 #
40076 \emph default
40077
40078 \emph on
40079 def
40080 \emph default
40081  und 
40082 \emph on
40083 pass
40084 \emph default
40085  in Listing
40086 \begin_inset space ~
40087 \end_inset
40088
40089
40090 \begin_inset CommandInset ref
40091 LatexCommand ref
40092 reference "lst:Gleitendes-Programm-Listing"
40093
40094 \end_inset
40095
40096 .
40097 \end_layout
40098
40099 \begin_layout Standard
40100 \begin_inset Note Greyedout
40101 status open
40102
40103 \begin_layout Plain Layout
40104
40105 \series bold
40106 Bemerkung:
40107 \series default
40108  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
40109 \family typewriter
40110 Schreib\SpecialChar \-
40111 maschine
40112 \family default
40113  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
40114 h keine fett gedruckten Buchstaben.
40115  Wählen Sie in diesem Fall eine andere Schrift im Menü 
40116 \family sans
40117 Dokument\SpecialChar \menuseparator
40118 Einstellungen\SpecialChar \menuseparator
40119 Schriften
40120 \family default
40121 .
40122  (Die Schriften 
40123 \emph on
40124 LuxiMono, BeraMono
40125 \emph default
40126  und 
40127 \emph on
40128 Courier
40129 \emph default
40130  enthalten fett gedruckte Buchstaben.)
40131 \end_layout
40132
40133 \end_inset
40134
40135
40136 \end_layout
40137
40138 \begin_layout Standard
40139 Im Abschnitt 
40140 \family sans
40141 Zeilennummerierung
40142 \family default
40143  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
40144 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
40145  jede wievielte Zeile nummeriert werden soll und die 
40146 \family sans
40147 Schriftgröße
40148 \family default
40149  der Nummerierung.
40150 \end_layout
40151
40152 \begin_layout Standard
40153 Im Abschnitt 
40154 \family sans
40155 Bereich
40156 \family default
40157  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
40158  Im Abschnitt 
40159 \family sans
40160 Stil
40161 \family default
40162  legen Sie fest, wie die Liste ausgedruckt werden soll.
40163  Die Option 
40164 \family sans
40165 Erweiterte
40166 \begin_inset space ~
40167 \end_inset
40168
40169 Zeichentabelle
40170 \family default
40171  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
40172 \end_layout
40173
40174 \begin_layout Standard
40175 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
40176 \begin_inset Quotes gld
40177 \end_inset
40178
40179 3
40180 \begin_inset Quotes grd
40181 \end_inset
40182
40183 , Sprache 
40184 \begin_inset Quotes gld
40185 \end_inset
40186
40187 Python
40188 \begin_inset Quotes grd
40189 \end_inset
40190
40191 , Optionen 
40192 \begin_inset Quotes gld
40193 \end_inset
40194
40195 Erweiterte Zeichentabelle
40196 \begin_inset Quotes grd
40197 \end_inset
40198
40199  und 
40200 \begin_inset Quotes gld
40201 \end_inset
40202
40203 Leerzeichen als Symbol
40204 \begin_inset Quotes grd
40205 \end_inset
40206
40207  und Bereich Zeilen 3
40208 \begin_inset space \thinspace{}
40209 \end_inset
40210
40211 -
40212 \begin_inset space \thinspace{}
40213 \end_inset
40214
40215 8:
40216 \end_layout
40217
40218 \begin_layout Standard
40219 \begin_inset listings
40220 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
40221 inline false
40222 status open
40223
40224 \begin_layout Plain Layout
40225
40226 def func(param):
40227 \end_layout
40228
40229 \begin_layout Plain Layout
40230
40231     'Dies ist eine Python-Funktion'
40232 \end_layout
40233
40234 \begin_layout Plain Layout
40235
40236     pass
40237 \end_layout
40238
40239 \begin_layout Plain Layout
40240
40241 def func(param):
40242 \end_layout
40243
40244 \begin_layout Plain Layout
40245
40246 'Sonderzeichen: Tschüß'
40247 \end_layout
40248
40249 \begin_layout Plain Layout
40250
40251 pass
40252 \end_layout
40253
40254 \begin_layout Plain Layout
40255
40256 def func(param):
40257 \end_layout
40258
40259 \begin_layout Plain Layout
40260
40261 'Dies ist eine Python-Funktion'
40262 \end_layout
40263
40264 \begin_layout Plain Layout
40265
40266 pass
40267 \end_layout
40268
40269 \end_inset
40270
40271
40272 \end_layout
40273
40274 \begin_layout Standard
40275 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
40276 \family sans
40277 Tabulatorgröße
40278 \family default
40279  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
40280 \end_layout
40281
40282 \begin_layout Standard
40283 \noindent
40284 \begin_inset Note Greyedout
40285 status open
40286
40287 \begin_layout Plain Layout
40288
40289 \series bold
40290 Bemerkung:
40291 \series default
40292  Wegen eines Fehlers im 
40293 \series bold
40294 listings
40295 \series default
40296 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
40297  verschoben.
40298  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
40299  Listing nummeriert werden.
40300 \end_layout
40301
40302 \end_inset
40303
40304
40305 \end_layout
40306
40307 \begin_layout Standard
40308 \begin_inset VSpace bigskip
40309 \end_inset
40310
40311
40312 \end_layout
40313
40314 \begin_layout Standard
40315 \noindent
40316 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
40317  Das machen Sie mit
40318 \family sans
40319  Einfügen\SpecialChar \menuseparator
40320 Datei\SpecialChar \menuseparator
40321 Unterdokument
40322 \family default
40323  und der 
40324 \family sans
40325 Art
40326 \begin_inset space ~
40327 \end_inset
40328
40329 der
40330 \begin_inset space ~
40331 \end_inset
40332
40333 Einbindung
40334 \family default
40335  
40336 \family sans
40337 Listing
40338 \family default
40339 .
40340 \begin_inset Foot
40341 status collapsed
40342
40343 \begin_layout Plain Layout
40344 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40345 \begin_inset space ~
40346 \end_inset
40347
40348
40349 \begin_inset CommandInset ref
40350 LatexCommand ref
40351 reference "abs:Unterdokumente"
40352
40353 \end_inset
40354
40355  beschrieben.
40356 \end_layout
40357
40358 \end_inset
40359
40360  Im Dialogfenster
40361 \family sans
40362  Unterdokument
40363 \family default
40364  können Sie die Listing-Parameter unter 
40365 \family sans
40366 Weitere
40367 \begin_inset space ~
40368 \end_inset
40369
40370 Parameter
40371 \family default
40372  eingeben.
40373  Wenn Sie dort ein Fragezeichen 
40374 \begin_inset Quotes gld
40375 \end_inset
40376
40377 ?
40378 \begin_inset Quotes grd
40379 \end_inset
40380
40381  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40382 det.
40383 \end_layout
40384
40385 \begin_layout Standard
40386 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40387  Text ins Feld 
40388 \family sans
40389 Marke
40390 \family default
40391 , auf die dann wie üblich verwiesen werden kann.
40392 \end_layout
40393
40394 \begin_layout Standard
40395 Listing
40396 \begin_inset space ~
40397 \end_inset
40398
40399
40400 \begin_inset CommandInset ref
40401 LatexCommand ref
40402 reference "lst:Datei-Listing"
40403
40404 \end_inset
40405
40406  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40407 \begin_inset space \thinspace{}
40408 \end_inset
40409
40410 -
40411 \begin_inset space \thinspace{}
40412 \end_inset
40413
40414 15 gedruckt werden.
40415 \end_layout
40416
40417 \begin_layout Standard
40418 \begin_inset CommandInset include
40419 LatexCommand lstinputlisting
40420 filename "EmbeddedObjects.lyx"
40421 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
40422
40423 \end_inset
40424
40425
40426 \end_layout
40427
40428 \begin_layout Standard
40429 \begin_inset VSpace bigskip
40430 \end_inset
40431
40432
40433 \end_layout
40434
40435 \begin_layout Standard
40436 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40437 \end_layout
40438
40439 \begin_layout Enumerate
40440 Öffnen Sie die Listings-Einstellungen und fügen
40441 \begin_inset Newline newline
40442 \end_inset
40443
40444
40445 \family sans
40446 mathescape=true
40447 \family default
40448
40449 \begin_inset Newline newline
40450 \end_inset
40451
40452 in das Feld des Tabs 
40453 \family sans
40454 Erweitert
40455 \family default
40456  ein
40457 \end_layout
40458
40459 \begin_layout Enumerate
40460 Erstellen Sie eine Formel außerhalb des Listings
40461 \end_layout
40462
40463 \begin_layout Enumerate
40464 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40465 blage (Tastenkürzel 
40466 \family sans
40467 Ctrl+C
40468 \family default
40469 )
40470 \end_layout
40471
40472 \begin_layout Enumerate
40473 Schreiben sie 
40474 \begin_inset Quotes gld
40475 \end_inset
40476
40477
40478 \family sans
40479 $$
40480 \family default
40481
40482 \begin_inset Quotes grd
40483 \end_inset
40484
40485  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40486 hen (Tastenkürzel 
40487 \family sans
40488 Ctrl+V
40489 \family default
40490 )
40491 \end_layout
40492
40493 \begin_layout Standard
40494 \begin_inset listings
40495 lstparams "language=Python,mathescape=true"
40496 inline false
40497 status open
40498
40499 \begin_layout Plain Layout
40500
40501 \begin_inset Caption Standard
40502
40503 \begin_layout Plain Layout
40504 Programm-Listing mit einer Formel
40505 \end_layout
40506
40507 \end_inset
40508
40509 # Beispiel-Programm-Listing
40510 \end_layout
40511
40512 \begin_layout Plain Layout
40513
40514 def func(param):
40515 \end_layout
40516
40517 \begin_layout Plain Layout
40518
40519     # $
40520 \backslash
40521 prod_{n=1}^{
40522 \backslash
40523 infty}
40524 \backslash
40525 ,
40526 \backslash
40527 frac{1}{x^{2}}$
40528 \end_layout
40529
40530 \begin_layout Plain Layout
40531
40532     pass
40533 \end_layout
40534
40535 \end_inset
40536
40537
40538 \end_layout
40539
40540 \begin_layout Standard
40541 \begin_inset VSpace bigskip
40542 \end_inset
40543
40544
40545 \end_layout
40546
40547 \begin_layout Standard
40548 \noindent
40549 Dokumentweite Listing-Eigenschaften können im Dialog 
40550 \family sans
40551 Dokument\SpecialChar \menuseparator
40552 Einstellungen\SpecialChar \menuseparator
40553 Listing
40554 \family default
40555  festgelegt werden.
40556  Dort bekommt man durch Eingabe eines Fragezeichens 
40557 \begin_inset Quotes gld
40558 \end_inset
40559
40560 ?
40561 \begin_inset Quotes grd
40562 \end_inset
40563
40564  eine Liste aller möglichen Parameter.
40565 \end_layout
40566
40567 \begin_layout Standard
40568 Weitere Informationen über das 
40569 \series bold
40570 listings
40571 \series default
40572 -Paket finden Sie in 
40573 \begin_inset CommandInset citation
40574 LatexCommand cite
40575 key "listings"
40576
40577 \end_inset
40578
40579 .
40580 \end_layout
40581
40582 \begin_layout Chapter
40583 \start_of_appendix
40584 In LyX verfügbare Maßeinheiten
40585 \begin_inset CommandInset label
40586 LatexCommand label
40587 name "kap:In-LyX-verfügbare"
40588
40589 \end_inset
40590
40591
40592 \begin_inset Index idx
40593 status collapsed
40594
40595 \begin_layout Plain Layout
40596 Einheiten
40597 \end_layout
40598
40599 \end_inset
40600
40601
40602 \end_layout
40603
40604 \begin_layout Standard
40605 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40606  Tabelle
40607 \begin_inset space ~
40608 \end_inset
40609
40610
40611 \begin_inset CommandInset ref
40612 LatexCommand ref
40613 reference "tab:Maßeinheiten"
40614
40615 \end_inset
40616
40617  alle in LyX verfügbaren Maßeinheiten.
40618 \end_layout
40619
40620 \begin_layout Standard
40621 \begin_inset Float table
40622 placement h
40623 wide false
40624 sideways false
40625 status open
40626
40627 \begin_layout Plain Layout
40628 \begin_inset Caption Standard
40629
40630 \begin_layout Plain Layout
40631 \begin_inset CommandInset label
40632 LatexCommand label
40633 name "tab:Maßeinheiten"
40634
40635 \end_inset
40636
40637 Maßeinheiten
40638 \end_layout
40639
40640 \end_inset
40641
40642
40643 \end_layout
40644
40645 \begin_layout Plain Layout
40646 \begin_inset VSpace medskip
40647 \end_inset
40648
40649
40650 \end_layout
40651
40652 \begin_layout Plain Layout
40653 \align center
40654 \begin_inset Tabular
40655 <lyxtabular version="3" rows="20" columns="2">
40656 <features rotate="0" tabularvalignment="middle">
40657 <column alignment="center" valignment="top">
40658 <column alignment="center" valignment="top">
40659 <row>
40660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40661 \begin_inset Text
40662
40663 \begin_layout Plain Layout
40664
40665 \series bold
40666 Maßeinheit
40667 \end_layout
40668
40669 \end_inset
40670 </cell>
40671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40672 \begin_inset Text
40673
40674 \begin_layout Plain Layout
40675
40676 \series bold
40677 Name/Beschreibung
40678 \end_layout
40679
40680 \end_inset
40681 </cell>
40682 </row>
40683 <row>
40684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40685 \begin_inset Text
40686
40687 \begin_layout Plain Layout
40688 mm
40689 \end_layout
40690
40691 \end_inset
40692 </cell>
40693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40694 \begin_inset Text
40695
40696 \begin_layout Plain Layout
40697 Millimeter
40698 \end_layout
40699
40700 \end_inset
40701 </cell>
40702 </row>
40703 <row>
40704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40705 \begin_inset Text
40706
40707 \begin_layout Plain Layout
40708 cm
40709 \end_layout
40710
40711 \end_inset
40712 </cell>
40713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40714 \begin_inset Text
40715
40716 \begin_layout Plain Layout
40717 Zentimeter
40718 \end_layout
40719
40720 \end_inset
40721 </cell>
40722 </row>
40723 <row>
40724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40725 \begin_inset Text
40726
40727 \begin_layout Plain Layout
40728 in
40729 \end_layout
40730
40731 \end_inset
40732 </cell>
40733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40734 \begin_inset Text
40735
40736 \begin_layout Plain Layout
40737 Zoll (1
40738 \begin_inset space \thinspace{}
40739 \end_inset
40740
40741 in = 2.54
40742 \begin_inset space \thinspace{}
40743 \end_inset
40744
40745 cm
40746 \end_layout
40747
40748 \end_inset
40749 </cell>
40750 </row>
40751 <row>
40752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40753 \begin_inset Text
40754
40755 \begin_layout Plain Layout
40756 pt
40757 \end_layout
40758
40759 \end_inset
40760 </cell>
40761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40762 \begin_inset Text
40763
40764 \begin_layout Plain Layout
40765 Punkt (72.27
40766 \begin_inset space \thinspace{}
40767 \end_inset
40768
40769 pt = 1
40770 \begin_inset space \thinspace{}
40771 \end_inset
40772
40773 in)
40774 \end_layout
40775
40776 \end_inset
40777 </cell>
40778 </row>
40779 <row>
40780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40781 \begin_inset Text
40782
40783 \begin_layout Plain Layout
40784 pc
40785 \end_layout
40786
40787 \end_inset
40788 </cell>
40789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40790 \begin_inset Text
40791
40792 \begin_layout Plain Layout
40793 Pica (1
40794 \begin_inset space \thinspace{}
40795 \end_inset
40796
40797 pc = 12
40798 \begin_inset space \thinspace{}
40799 \end_inset
40800
40801 pt)
40802 \end_layout
40803
40804 \end_inset
40805 </cell>
40806 </row>
40807 <row>
40808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40809 \begin_inset Text
40810
40811 \begin_layout Plain Layout
40812 sp
40813 \end_layout
40814
40815 \end_inset
40816 </cell>
40817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40818 \begin_inset Text
40819
40820 \begin_layout Plain Layout
40821 skalierter Punkt (65536
40822 \begin_inset space \thinspace{}
40823 \end_inset
40824
40825 sp = 1
40826 \begin_inset space \thinspace{}
40827 \end_inset
40828
40829 pt)
40830 \end_layout
40831
40832 \end_inset
40833 </cell>
40834 </row>
40835 <row>
40836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40837 \begin_inset Text
40838
40839 \begin_layout Plain Layout
40840 bp
40841 \end_layout
40842
40843 \end_inset
40844 </cell>
40845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40846 \begin_inset Text
40847
40848 \begin_layout Plain Layout
40849 großer Punkt (72
40850 \begin_inset space \thinspace{}
40851 \end_inset
40852
40853 bp = 1
40854 \begin_inset space \thinspace{}
40855 \end_inset
40856
40857 in)
40858 \end_layout
40859
40860 \end_inset
40861 </cell>
40862 </row>
40863 <row>
40864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40865 \begin_inset Text
40866
40867 \begin_layout Plain Layout
40868 dd
40869 \end_layout
40870
40871 \end_inset
40872 </cell>
40873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40874 \begin_inset Text
40875
40876 \begin_layout Plain Layout
40877 Didot (1
40878 \begin_inset space \thinspace{}
40879 \end_inset
40880
40881 dd 
40882 \begin_inset Formula $\approx$
40883 \end_inset
40884
40885  0,376
40886 \begin_inset space \thinspace{}
40887 \end_inset
40888
40889 mm)
40890 \end_layout
40891
40892 \end_inset
40893 </cell>
40894 </row>
40895 <row>
40896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40897 \begin_inset Text
40898
40899 \begin_layout Plain Layout
40900 cc
40901 \end_layout
40902
40903 \end_inset
40904 </cell>
40905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40906 \begin_inset Text
40907
40908 \begin_layout Plain Layout
40909 Cicero (1
40910 \begin_inset space \thinspace{}
40911 \end_inset
40912
40913 cc = 12
40914 \begin_inset space \thinspace{}
40915 \end_inset
40916
40917 dd)
40918 \end_layout
40919
40920 \end_inset
40921 </cell>
40922 </row>
40923 <row>
40924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40925 \begin_inset Text
40926
40927 \begin_layout Plain Layout
40928 Skalierung%
40929 \end_layout
40930
40931 \end_inset
40932 </cell>
40933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40934 \begin_inset Text
40935
40936 \begin_layout Plain Layout
40937 % der originalen Bildbreite
40938 \end_layout
40939
40940 \end_inset
40941 </cell>
40942 </row>
40943 <row>
40944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40945 \begin_inset Text
40946
40947 \begin_layout Plain Layout
40948 Textbreite %
40949 \end_layout
40950
40951 \end_inset
40952 </cell>
40953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40954 \begin_inset Text
40955
40956 \begin_layout Plain Layout
40957 % der Textbreite
40958 \end_layout
40959
40960 \end_inset
40961 </cell>
40962 </row>
40963 <row>
40964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40965 \begin_inset Text
40966
40967 \begin_layout Plain Layout
40968 Spaltenbreite %
40969 \end_layout
40970
40971 \end_inset
40972 </cell>
40973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40974 \begin_inset Text
40975
40976 \begin_layout Plain Layout
40977 % der Spaltenbreite
40978 \end_layout
40979
40980 \end_inset
40981 </cell>
40982 </row>
40983 <row>
40984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40985 \begin_inset Text
40986
40987 \begin_layout Plain Layout
40988 Seitenbreite %
40989 \end_layout
40990
40991 \end_inset
40992 </cell>
40993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40994 \begin_inset Text
40995
40996 \begin_layout Plain Layout
40997 % der Seitenbreite
40998 \end_layout
40999
41000 \end_inset
41001 </cell>
41002 </row>
41003 <row>
41004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41005 \begin_inset Text
41006
41007 \begin_layout Plain Layout
41008 Zeilenbreite %
41009 \end_layout
41010
41011 \end_inset
41012 </cell>
41013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41014 \begin_inset Text
41015
41016 \begin_layout Plain Layout
41017 % der Zeilenbreite
41018 \end_layout
41019
41020 \end_inset
41021 </cell>
41022 </row>
41023 <row>
41024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41025 \begin_inset Text
41026
41027 \begin_layout Plain Layout
41028 Texthöhe %
41029 \end_layout
41030
41031 \end_inset
41032 </cell>
41033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41034 \begin_inset Text
41035
41036 \begin_layout Plain Layout
41037 % der Texthöhe
41038 \end_layout
41039
41040 \end_inset
41041 </cell>
41042 </row>
41043 <row>
41044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41045 \begin_inset Text
41046
41047 \begin_layout Plain Layout
41048 Seitenhöhe %
41049 \end_layout
41050
41051 \end_inset
41052 </cell>
41053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41054 \begin_inset Text
41055
41056 \begin_layout Plain Layout
41057 % der Seitenhöhe
41058 \end_layout
41059
41060 \end_inset
41061 </cell>
41062 </row>
41063 <row>
41064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41065 \begin_inset Text
41066
41067 \begin_layout Plain Layout
41068 ex
41069 \end_layout
41070
41071 \end_inset
41072 </cell>
41073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41074 \begin_inset Text
41075
41076 \begin_layout Plain Layout
41077 Die Höhe des Buchstabens 
41078 \emph on
41079 x
41080 \emph default
41081  im aktiven Zeichensatz
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 em
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 Die Breite des Buchstabens 
41102 \emph on
41103 M
41104 \emph default
41105  im aktiven Zeichensatz
41106 \end_layout
41107
41108 \end_inset
41109 </cell>
41110 </row>
41111 <row>
41112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41113 \begin_inset Text
41114
41115 \begin_layout Plain Layout
41116 mu
41117 \end_layout
41118
41119 \end_inset
41120 </cell>
41121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41122 \begin_inset Text
41123
41124 \begin_layout Plain Layout
41125 mathematische  Maßeinheit
41126 \series bold
41127  
41128 \series default
41129 (1
41130 \begin_inset space \thinspace{}
41131 \end_inset
41132
41133 mu = 1/18
41134 \begin_inset space \thinspace{}
41135 \end_inset
41136
41137 em)
41138 \end_layout
41139
41140 \end_inset
41141 </cell>
41142 </row>
41143 </lyxtabular>
41144
41145 \end_inset
41146
41147
41148 \end_layout
41149
41150 \end_inset
41151
41152
41153 \end_layout
41154
41155 \begin_layout Chapter
41156 Ausgabedatei-Formate mit Grafiken
41157 \begin_inset CommandInset label
41158 LatexCommand label
41159 name "kap:Ausgabedatei-Formate"
41160
41161 \end_inset
41162
41163
41164 \end_layout
41165
41166 \begin_layout Section
41167 DVI
41168 \begin_inset Index idx
41169 status collapsed
41170
41171 \begin_layout Plain Layout
41172 Dateiformat! DVI
41173 \end_layout
41174
41175 \end_inset
41176
41177
41178 \begin_inset Index idx
41179 status collapsed
41180
41181 \begin_layout Plain Layout
41182 DVI
41183 \end_layout
41184
41185 \end_inset
41186
41187
41188 \end_layout
41189
41190 \begin_layout Standard
41191 Dieser Dateityp hat die Erweiterung 
41192 \begin_inset Quotes gld
41193 \end_inset
41194
41195
41196 \family typewriter
41197 .dvi
41198 \family default
41199
41200 \begin_inset Quotes grd
41201 \end_inset
41202
41203  und wird 
41204 \begin_inset Quotes gld
41205 \end_inset
41206
41207 device independent
41208 \begin_inset Quotes grd
41209 \end_inset
41210
41211  genannt, weil er vollkommen portierbar ist.
41212  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
41213  dvi-Betrachter installiert hat.
41214  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
41215 ate wie PostScript benutzt.
41216 \end_layout
41217
41218 \begin_layout Standard
41219 \begin_inset Note Greyedout
41220 status open
41221
41222 \begin_layout Plain Layout
41223
41224 \series bold
41225 Bemerkung:
41226 \series default
41227  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
41228 \end_layout
41229
41230 \end_inset
41231
41232
41233 \end_layout
41234
41235 \begin_layout Standard
41236 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
41237  auf einen anderen Computer kopieren.
41238  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
41239  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
41240  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
41241 \family typewriter
41242  
41243 \family default
41244 blättern.
41245
41246 \family typewriter
41247  
41248 \family default
41249 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
41250  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
41251  
41252 \end_layout
41253
41254 \begin_layout Standard
41255 Sie können Ihr Dokument als DVI über das Menü 
41256 \family sans
41257 Datei\SpecialChar \menuseparator
41258 Exportieren\SpecialChar \menuseparator
41259 DVI
41260 \family default
41261  exportieren.
41262  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
41263 \family sans
41264 Ansicht
41265 \family default
41266  anschauen.
41267 \end_layout
41268
41269 \begin_layout Section
41270 PostScript
41271 \begin_inset CommandInset label
41272 LatexCommand label
41273 name "abs:PostScript"
41274
41275 \end_inset
41276
41277
41278 \begin_inset Index idx
41279 status collapsed
41280
41281 \begin_layout Plain Layout
41282 Dateiformat  ! PostScript
41283 \end_layout
41284
41285 \end_inset
41286
41287
41288 \begin_inset Index idx
41289 status collapsed
41290
41291 \begin_layout Plain Layout
41292 PostScript
41293 \end_layout
41294
41295 \end_inset
41296
41297
41298 \end_layout
41299
41300 \begin_layout Standard
41301 Dieser Dateityp hat die Erweiterung 
41302 \begin_inset Quotes gld
41303 \end_inset
41304
41305
41306 \family typewriter
41307 .ps
41308 \family default
41309
41310 \begin_inset Quotes grd
41311 \end_inset
41312
41313 .
41314  PostScript wurde von der Firma
41315 \family typewriter
41316  Adobe
41317 \family default
41318  als Druckersprache entwickelt.
41319  Die Datei enthält deshalb Druckbefehle.
41320  PostScript kann als 
41321 \begin_inset Quotes gld
41322 \end_inset
41323
41324 Programmiersprache
41325 \begin_inset Quotes grd
41326 \end_inset
41327
41328  angesehen werden.
41329  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
41330 \begin_inset Foot
41331 status collapsed
41332
41333 \begin_layout Plain Layout
41334 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41335  von
41336 \series bold
41337  PSTricks
41338 \series default
41339  
41340 \begin_inset CommandInset citation
41341 LatexCommand cite
41342 key "pstricks"
41343
41344 \end_inset
41345
41346  oder 
41347 \begin_inset CommandInset citation
41348 LatexCommand cite
41349 key "latex-praxisbuch"
41350
41351 \end_inset
41352
41353  ansehen.
41354 \end_layout
41355
41356 \end_inset
41357
41358 .
41359  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41360 \end_layout
41361
41362 \begin_layout Standard
41363 PostScript kann nur Bilder im Format EPS
41364 \begin_inset Index idx
41365 status collapsed
41366
41367 \begin_layout Plain Layout
41368 EPS
41369 \end_layout
41370
41371 \end_inset
41372
41373  (Encapsulated PostScript, Datei-Er\SpecialChar \-
41374 wei\SpecialChar \-
41375 ter\SpecialChar \-
41376 ung 
41377 \begin_inset Quotes gld
41378 \end_inset
41379
41380
41381 \family typewriter
41382 .eps
41383 \family default
41384
41385 \begin_inset Quotes grd
41386 \end_inset
41387
41388 ) enthalten.
41389  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41390  intern nach EPS konvertieren.
41391  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41392  verlangsamen.
41393  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41394  konvertieren und direkt als EPS einfügen.
41395 \end_layout
41396
41397 \begin_layout Standard
41398 Sie können Ihr Dokument als PostScript über das Menü 
41399 \family sans
41400 Datei\SpecialChar \menuseparator
41401 Exportieren\SpecialChar \menuseparator
41402 Post\SpecialChar \-
41403 Script
41404 \family default
41405  exportieren.
41406  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41407 \family sans
41408 Ansicht
41409 \family default
41410  anschauen.
41411 \end_layout
41412
41413 \begin_layout Section
41414 PDF
41415 \begin_inset Index idx
41416 status collapsed
41417
41418 \begin_layout Plain Layout
41419 Dateiformat! PDF
41420 \end_layout
41421
41422 \end_inset
41423
41424
41425 \begin_inset Index idx
41426 status collapsed
41427
41428 \begin_layout Plain Layout
41429 PDF
41430 \end_layout
41431
41432 \end_inset
41433
41434
41435 \end_layout
41436
41437 \begin_layout Standard
41438 Dieser Dateityp hat die Erweiterung 
41439 \begin_inset Quotes gld
41440 \end_inset
41441
41442
41443 \family typewriter
41444 .pdf
41445 \family default
41446
41447 \begin_inset Quotes grd
41448 \end_inset
41449
41450 .
41451  Das
41452 \emph on
41453  
41454 \emph default
41455
41456 \begin_inset Quotes gld
41457 \end_inset
41458
41459 Portable Document Format
41460 \begin_inset Quotes grd
41461 \end_inset
41462
41463  (PDF) wurde auch von der Firma 
41464 \family typewriter
41465 Adobe
41466 \family default
41467  als Derivat von PostScript entwickelt.
41468  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41469  Wie der Begriff 
41470 \begin_inset Quotes gld
41471 \end_inset
41472
41473 portable
41474 \begin_inset Quotes grd
41475 \end_inset
41476
41477  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41478  werden, und der Ausdruck sieht immer gleich aus.
41479 \end_layout
41480
41481 \begin_layout Standard
41482 PDF kann Bilder im eigenen PDF-Format, im Format 
41483 \begin_inset Quotes gld
41484 \end_inset
41485
41486 Joint Photographic Experts Group
41487 \begin_inset Quotes grd
41488 \end_inset
41489
41490  (JPEG
41491 \begin_inset Index idx
41492 status collapsed
41493
41494 \begin_layout Plain Layout
41495 JPG, JPEG
41496 \end_layout
41497
41498 \end_inset
41499
41500 , Datei-Erweiterung 
41501 \begin_inset Quotes gld
41502 \end_inset
41503
41504
41505 \family typewriter
41506 .jpg
41507 \family default
41508
41509 \begin_inset Quotes grd
41510 \end_inset
41511
41512  oder 
41513 \begin_inset Quotes gld
41514 \end_inset
41515
41516
41517 \family typewriter
41518 .jpeg
41519 \family default
41520
41521 \begin_inset Quotes grd
41522 \end_inset
41523
41524 ) und im Format 
41525 \begin_inset Quotes gld
41526 \end_inset
41527
41528 Portable Network Graphics
41529 \begin_inset Quotes grd
41530 \end_inset
41531
41532  (PNG
41533 \begin_inset Index idx
41534 status collapsed
41535
41536 \begin_layout Plain Layout
41537 PNG
41538 \end_layout
41539
41540 \end_inset
41541
41542 , Datei-Erweiterung 
41543 \begin_inset Quotes gld
41544 \end_inset
41545
41546
41547 \family typewriter
41548 .png
41549 \family default
41550
41551 \begin_inset Quotes grd
41552 \end_inset
41553
41554 ) enthalten.
41555  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
41556  Sie konvertieren wird.
41557  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41558  wird, eines der drei erwähnten Bildformate zu benutzen.
41559 \end_layout
41560
41561 \begin_layout Standard
41562 PDF-Dateien können Sie über 
41563 \family sans
41564 Datei\SpecialChar \menuseparator
41565 Exportieren
41566 \family default
41567  auf drei Arten erzeugen:
41568 \end_layout
41569
41570 \begin_layout Description
41571 PDF
41572 \begin_inset space ~
41573 \end_inset
41574
41575 (ps2pdf) benutzt das Programm
41576 \family typewriter
41577  ps2pdf
41578 \family default
41579 , das eine PDF-Datei aus einer Post\SpecialChar \-
41580 Script®-Version Ihres Dokument erstellt.
41581  Die PostScript-Version wird mit dem Programm 
41582 \family typewriter
41583 dvips
41584 \family default
41585  aus einer DVI-Version erstellt.
41586  Es werden also drei Konvertierungen verwendet.
41587 \end_layout
41588
41589 \begin_layout Description
41590 PDF
41591 \begin_inset space ~
41592 \end_inset
41593
41594 (dvipdfm) benutzt das Programm 
41595 \family typewriter
41596 dvipdfm
41597 \family default
41598 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41599  PDF konvertiert.
41600 \end_layout
41601
41602 \begin_layout Description
41603 PDF
41604 \begin_inset space ~
41605 \end_inset
41606
41607 (pdflatex) benutzt das Programm
41608 \family typewriter
41609  pdftex
41610 \family default
41611 , das Ihr Dokument direkt nach PDF konvertiert.
41612 \end_layout
41613
41614 \begin_layout Standard
41615
41616 \family sans
41617 PDF
41618 \begin_inset space ~
41619 \end_inset
41620
41621 (pdflatex)
41622 \family default
41623  wird empfohlen, weil
41624 \family typewriter
41625  pdftex
41626 \family default
41627  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41628  ohne Probleme arbeitet.
41629  Das Programm 
41630 \family typewriter
41631 dvi\SpecialChar \-
41632 pdfm
41633 \family default
41634  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41635 \end_layout
41636
41637 \begin_layout Standard
41638 Sie können Ihr Dokument als PDF über das Menü 
41639 \family sans
41640 Datei\SpecialChar \menuseparator
41641 Exportieren\SpecialChar \menuseparator
41642 PDF
41643 \family default
41644  exportieren.
41645  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41646 \family sans
41647 Ansicht
41648 \family default
41649  oder einen Werkzeugleistenknopf anschauen.
41650 \end_layout
41651
41652 \begin_layout Chapter
41653 Liste der dvips-Farbnamen
41654 \begin_inset CommandInset label
41655 LatexCommand label
41656 name "kap:Liste-der-dvips-Farbnamen"
41657
41658 \end_inset
41659
41660
41661 \end_layout
41662
41663 \begin_layout Standard
41664 \begin_inset Tabular
41665 <lyxtabular version="3" rows="17" columns="4">
41666 <features rotate="0" tabularvalignment="middle">
41667 <column alignment="left" valignment="top" width="0pt">
41668 <column alignment="left" valignment="top" width="0pt">
41669 <column alignment="left" valignment="top" width="0pt">
41670 <column alignment="left" valignment="top" width="0pt">
41671 <row>
41672 <cell alignment="left" valignment="top" usebox="none">
41673 \begin_inset Text
41674
41675 \begin_layout Plain Layout
41676 \begin_inset ERT
41677 status collapsed
41678
41679 \begin_layout Plain Layout
41680
41681
41682 \backslash
41683 fcolorbox{black}{
41684 \end_layout
41685
41686 \end_inset
41687
41688 white
41689 \begin_inset ERT
41690 status collapsed
41691
41692 \begin_layout Plain Layout
41693
41694 }{
41695 \end_layout
41696
41697 \end_inset
41698
41699 Farbe
41700 \begin_inset ERT
41701 status collapsed
41702
41703 \begin_layout Plain Layout
41704
41705 }
41706 \end_layout
41707
41708 \end_inset
41709
41710  Farbname
41711 \end_layout
41712
41713 \end_inset
41714 </cell>
41715 <cell alignment="left" valignment="top" usebox="none">
41716 \begin_inset Text
41717
41718 \begin_layout Plain Layout
41719 \begin_inset ERT
41720 status collapsed
41721
41722 \begin_layout Plain Layout
41723
41724
41725 \backslash
41726 fcolorbox{black}{
41727 \end_layout
41728
41729 \end_inset
41730
41731 white
41732 \begin_inset ERT
41733 status collapsed
41734
41735 \begin_layout Plain Layout
41736
41737 }{
41738 \end_layout
41739
41740 \end_inset
41741
41742 Farbe
41743 \begin_inset ERT
41744 status collapsed
41745
41746 \begin_layout Plain Layout
41747
41748 }
41749 \end_layout
41750
41751 \end_inset
41752
41753  Farbname
41754 \end_layout
41755
41756 \end_inset
41757 </cell>
41758 <cell alignment="left" valignment="top" usebox="none">
41759 \begin_inset Text
41760
41761 \begin_layout Plain Layout
41762 \begin_inset ERT
41763 status collapsed
41764
41765 \begin_layout Plain Layout
41766
41767
41768 \backslash
41769 fcolorbox{black}{
41770 \end_layout
41771
41772 \end_inset
41773
41774 white
41775 \begin_inset ERT
41776 status collapsed
41777
41778 \begin_layout Plain Layout
41779
41780 }{
41781 \end_layout
41782
41783 \end_inset
41784
41785 Farbe
41786 \begin_inset ERT
41787 status collapsed
41788
41789 \begin_layout Plain Layout
41790
41791 }
41792 \end_layout
41793
41794 \end_inset
41795
41796  Farbname
41797 \end_layout
41798
41799 \end_inset
41800 </cell>
41801 <cell alignment="left" valignment="top" usebox="none">
41802 \begin_inset Text
41803
41804 \begin_layout Plain Layout
41805 \begin_inset ERT
41806 status collapsed
41807
41808 \begin_layout Plain Layout
41809
41810
41811 \backslash
41812 fcolorbox{black}{
41813 \end_layout
41814
41815 \end_inset
41816
41817 white
41818 \begin_inset ERT
41819 status collapsed
41820
41821 \begin_layout Plain Layout
41822
41823 }{
41824 \end_layout
41825
41826 \end_inset
41827
41828 Farbe
41829 \begin_inset ERT
41830 status collapsed
41831
41832 \begin_layout Plain Layout
41833
41834 }
41835 \end_layout
41836
41837 \end_inset
41838
41839  Farbname
41840 \end_layout
41841
41842 \end_inset
41843 </cell>
41844 </row>
41845 <row>
41846 <cell alignment="center" valignment="top" usebox="none">
41847 \begin_inset Text
41848
41849 \begin_layout Plain Layout
41850 \begin_inset ERT
41851 status collapsed
41852
41853 \begin_layout Plain Layout
41854
41855
41856 \backslash
41857 fcolorbox{black}{
41858 \end_layout
41859
41860 \end_inset
41861
41862 Apricot
41863 \begin_inset ERT
41864 status collapsed
41865
41866 \begin_layout Plain Layout
41867
41868 }{
41869 \end_layout
41870
41871 \end_inset
41872
41873
41874 \begin_inset Phantom Phantom
41875 status open
41876
41877 \begin_layout Plain Layout
41878 W
41879 \end_layout
41880
41881 \end_inset
41882
41883
41884 \begin_inset ERT
41885 status collapsed
41886
41887 \begin_layout Plain Layout
41888
41889 }
41890 \end_layout
41891
41892 \end_inset
41893
41894  Apricot
41895 \end_layout
41896
41897 \end_inset
41898 </cell>
41899 <cell alignment="center" valignment="top" usebox="none">
41900 \begin_inset Text
41901
41902 \begin_layout Plain Layout
41903 \begin_inset ERT
41904 status collapsed
41905
41906 \begin_layout Plain Layout
41907
41908
41909 \backslash
41910 fcolorbox{black}{
41911 \end_layout
41912
41913 \end_inset
41914
41915 Aquamarine
41916 \begin_inset ERT
41917 status collapsed
41918
41919 \begin_layout Plain Layout
41920
41921 }{
41922 \end_layout
41923
41924 \end_inset
41925
41926
41927 \begin_inset Phantom Phantom
41928 status open
41929
41930 \begin_layout Plain Layout
41931 W
41932 \end_layout
41933
41934 \end_inset
41935
41936
41937 \begin_inset ERT
41938 status collapsed
41939
41940 \begin_layout Plain Layout
41941
41942 }
41943 \end_layout
41944
41945 \end_inset
41946
41947  Aquamarine
41948 \end_layout
41949
41950 \end_inset
41951 </cell>
41952 <cell alignment="center" valignment="top" usebox="none">
41953 \begin_inset Text
41954
41955 \begin_layout Plain Layout
41956 \begin_inset ERT
41957 status collapsed
41958
41959 \begin_layout Plain Layout
41960
41961
41962 \backslash
41963 fcolorbox{black}{
41964 \end_layout
41965
41966 \end_inset
41967
41968 Bittersweet
41969 \begin_inset ERT
41970 status collapsed
41971
41972 \begin_layout Plain Layout
41973
41974 }{
41975 \end_layout
41976
41977 \end_inset
41978
41979
41980 \begin_inset Phantom Phantom
41981 status open
41982
41983 \begin_layout Plain Layout
41984 W
41985 \end_layout
41986
41987 \end_inset
41988
41989
41990 \begin_inset ERT
41991 status collapsed
41992
41993 \begin_layout Plain Layout
41994
41995 }
41996 \end_layout
41997
41998 \end_inset
41999
42000  Bittersweet
42001 \end_layout
42002
42003 \end_inset
42004 </cell>
42005 <cell alignment="center" valignment="top" usebox="none">
42006 \begin_inset Text
42007
42008 \begin_layout Plain Layout
42009 \begin_inset ERT
42010 status collapsed
42011
42012 \begin_layout Plain Layout
42013
42014
42015 \backslash
42016 fcolorbox{black}{
42017 \end_layout
42018
42019 \end_inset
42020
42021 BlueGreen
42022 \begin_inset ERT
42023 status collapsed
42024
42025 \begin_layout Plain Layout
42026
42027 }{
42028 \end_layout
42029
42030 \end_inset
42031
42032
42033 \begin_inset Phantom Phantom
42034 status open
42035
42036 \begin_layout Plain Layout
42037 W
42038 \end_layout
42039
42040 \end_inset
42041
42042
42043 \begin_inset ERT
42044 status collapsed
42045
42046 \begin_layout Plain Layout
42047
42048 }
42049 \end_layout
42050
42051 \end_inset
42052
42053  BlueGreen
42054 \end_layout
42055
42056 \end_inset
42057 </cell>
42058 </row>
42059 <row>
42060 <cell alignment="left" valignment="top" usebox="none">
42061 \begin_inset Text
42062
42063 \begin_layout Plain Layout
42064 \begin_inset ERT
42065 status collapsed
42066
42067 \begin_layout Plain Layout
42068
42069
42070 \backslash
42071 fcolorbox{black}{
42072 \end_layout
42073
42074 \end_inset
42075
42076 BlueViolet
42077 \begin_inset ERT
42078 status collapsed
42079
42080 \begin_layout Plain Layout
42081
42082 }{
42083 \end_layout
42084
42085 \end_inset
42086
42087
42088 \begin_inset Phantom Phantom
42089 status open
42090
42091 \begin_layout Plain Layout
42092 W
42093 \end_layout
42094
42095 \end_inset
42096
42097
42098 \begin_inset ERT
42099 status collapsed
42100
42101 \begin_layout Plain Layout
42102
42103 }
42104 \end_layout
42105
42106 \end_inset
42107
42108  BlueViolet
42109 \end_layout
42110
42111 \end_inset
42112 </cell>
42113 <cell alignment="left" valignment="top" usebox="none">
42114 \begin_inset Text
42115
42116 \begin_layout Plain Layout
42117 \begin_inset ERT
42118 status collapsed
42119
42120 \begin_layout Plain Layout
42121
42122
42123 \backslash
42124 fcolorbox{black}{
42125 \end_layout
42126
42127 \end_inset
42128
42129 BrickRed
42130 \begin_inset ERT
42131 status collapsed
42132
42133 \begin_layout Plain Layout
42134
42135 }{
42136 \end_layout
42137
42138 \end_inset
42139
42140
42141 \begin_inset Phantom Phantom
42142 status open
42143
42144 \begin_layout Plain Layout
42145 W
42146 \end_layout
42147
42148 \end_inset
42149
42150
42151 \begin_inset ERT
42152 status collapsed
42153
42154 \begin_layout Plain Layout
42155
42156 }
42157 \end_layout
42158
42159 \end_inset
42160
42161  BrickRed
42162 \end_layout
42163
42164 \end_inset
42165 </cell>
42166 <cell alignment="left" valignment="top" usebox="none">
42167 \begin_inset Text
42168
42169 \begin_layout Plain Layout
42170 \begin_inset ERT
42171 status collapsed
42172
42173 \begin_layout Plain Layout
42174
42175
42176 \backslash
42177 fcolorbox{black}{
42178 \end_layout
42179
42180 \end_inset
42181
42182 Brown
42183 \begin_inset ERT
42184 status collapsed
42185
42186 \begin_layout Plain Layout
42187
42188 }{
42189 \end_layout
42190
42191 \end_inset
42192
42193
42194 \begin_inset Phantom Phantom
42195 status open
42196
42197 \begin_layout Plain Layout
42198 W
42199 \end_layout
42200
42201 \end_inset
42202
42203
42204 \begin_inset ERT
42205 status collapsed
42206
42207 \begin_layout Plain Layout
42208
42209 }
42210 \end_layout
42211
42212 \end_inset
42213
42214  Brown
42215 \end_layout
42216
42217 \end_inset
42218 </cell>
42219 <cell alignment="left" valignment="top" usebox="none">
42220 \begin_inset Text
42221
42222 \begin_layout Plain Layout
42223 \begin_inset ERT
42224 status collapsed
42225
42226 \begin_layout Plain Layout
42227
42228
42229 \backslash
42230 fcolorbox{black}{
42231 \end_layout
42232
42233 \end_inset
42234
42235 BurntOrange
42236 \begin_inset ERT
42237 status collapsed
42238
42239 \begin_layout Plain Layout
42240
42241 }{
42242 \end_layout
42243
42244 \end_inset
42245
42246
42247 \begin_inset Phantom Phantom
42248 status open
42249
42250 \begin_layout Plain Layout
42251 W
42252 \end_layout
42253
42254 \end_inset
42255
42256
42257 \begin_inset ERT
42258 status collapsed
42259
42260 \begin_layout Plain Layout
42261
42262 }
42263 \end_layout
42264
42265 \end_inset
42266
42267  BurntOrange
42268 \end_layout
42269
42270 \end_inset
42271 </cell>
42272 </row>
42273 <row>
42274 <cell alignment="left" valignment="top" usebox="none">
42275 \begin_inset Text
42276
42277 \begin_layout Plain Layout
42278 \begin_inset ERT
42279 status collapsed
42280
42281 \begin_layout Plain Layout
42282
42283
42284 \backslash
42285 fcolorbox{black}{
42286 \end_layout
42287
42288 \end_inset
42289
42290 CadetBlue
42291 \begin_inset ERT
42292 status collapsed
42293
42294 \begin_layout Plain Layout
42295
42296 }{
42297 \end_layout
42298
42299 \end_inset
42300
42301
42302 \begin_inset Phantom Phantom
42303 status open
42304
42305 \begin_layout Plain Layout
42306 W
42307 \end_layout
42308
42309 \end_inset
42310
42311
42312 \begin_inset ERT
42313 status collapsed
42314
42315 \begin_layout Plain Layout
42316
42317 }
42318 \end_layout
42319
42320 \end_inset
42321
42322  CadetBlue
42323 \end_layout
42324
42325 \end_inset
42326 </cell>
42327 <cell alignment="left" valignment="top" usebox="none">
42328 \begin_inset Text
42329
42330 \begin_layout Plain Layout
42331 \begin_inset ERT
42332 status collapsed
42333
42334 \begin_layout Plain Layout
42335
42336
42337 \backslash
42338 fcolorbox{black}{
42339 \end_layout
42340
42341 \end_inset
42342
42343 CarnationPink
42344 \begin_inset ERT
42345 status collapsed
42346
42347 \begin_layout Plain Layout
42348
42349 }{
42350 \end_layout
42351
42352 \end_inset
42353
42354
42355 \begin_inset Phantom Phantom
42356 status open
42357
42358 \begin_layout Plain Layout
42359 W
42360 \end_layout
42361
42362 \end_inset
42363
42364
42365 \begin_inset ERT
42366 status collapsed
42367
42368 \begin_layout Plain Layout
42369
42370 }
42371 \end_layout
42372
42373 \end_inset
42374
42375  CarnationPink
42376 \end_layout
42377
42378 \end_inset
42379 </cell>
42380 <cell alignment="left" valignment="top" usebox="none">
42381 \begin_inset Text
42382
42383 \begin_layout Plain Layout
42384 \begin_inset ERT
42385 status collapsed
42386
42387 \begin_layout Plain Layout
42388
42389
42390 \backslash
42391 fcolorbox{black}{
42392 \end_layout
42393
42394 \end_inset
42395
42396 Cerulean
42397 \begin_inset ERT
42398 status collapsed
42399
42400 \begin_layout Plain Layout
42401
42402 }{
42403 \end_layout
42404
42405 \end_inset
42406
42407
42408 \begin_inset Phantom Phantom
42409 status open
42410
42411 \begin_layout Plain Layout
42412 W
42413 \end_layout
42414
42415 \end_inset
42416
42417
42418 \begin_inset ERT
42419 status collapsed
42420
42421 \begin_layout Plain Layout
42422
42423 }
42424 \end_layout
42425
42426 \end_inset
42427
42428  Cerulean
42429 \end_layout
42430
42431 \end_inset
42432 </cell>
42433 <cell alignment="left" valignment="top" usebox="none">
42434 \begin_inset Text
42435
42436 \begin_layout Plain Layout
42437 \begin_inset ERT
42438 status collapsed
42439
42440 \begin_layout Plain Layout
42441
42442
42443 \backslash
42444 fcolorbox{black}{
42445 \end_layout
42446
42447 \end_inset
42448
42449 CornflowerBlue
42450 \begin_inset ERT
42451 status collapsed
42452
42453 \begin_layout Plain Layout
42454
42455 }{
42456 \end_layout
42457
42458 \end_inset
42459
42460
42461 \begin_inset Phantom Phantom
42462 status open
42463
42464 \begin_layout Plain Layout
42465 W
42466 \end_layout
42467
42468 \end_inset
42469
42470
42471 \begin_inset ERT
42472 status collapsed
42473
42474 \begin_layout Plain Layout
42475
42476 }
42477 \end_layout
42478
42479 \end_inset
42480
42481  CornflowerBlue
42482 \end_layout
42483
42484 \end_inset
42485 </cell>
42486 </row>
42487 <row>
42488 <cell alignment="left" valignment="top" usebox="none">
42489 \begin_inset Text
42490
42491 \begin_layout Plain Layout
42492 \begin_inset ERT
42493 status collapsed
42494
42495 \begin_layout Plain Layout
42496
42497
42498 \backslash
42499 fcolorbox{black}{
42500 \end_layout
42501
42502 \end_inset
42503
42504 Dandelion
42505 \begin_inset ERT
42506 status collapsed
42507
42508 \begin_layout Plain Layout
42509
42510 }{
42511 \end_layout
42512
42513 \end_inset
42514
42515
42516 \begin_inset Phantom Phantom
42517 status open
42518
42519 \begin_layout Plain Layout
42520 W
42521 \end_layout
42522
42523 \end_inset
42524
42525
42526 \begin_inset ERT
42527 status collapsed
42528
42529 \begin_layout Plain Layout
42530
42531 }
42532 \end_layout
42533
42534 \end_inset
42535
42536  Dandelion
42537 \end_layout
42538
42539 \end_inset
42540 </cell>
42541 <cell alignment="left" valignment="top" usebox="none">
42542 \begin_inset Text
42543
42544 \begin_layout Plain Layout
42545 \begin_inset ERT
42546 status collapsed
42547
42548 \begin_layout Plain Layout
42549
42550
42551 \backslash
42552 fcolorbox{black}{
42553 \end_layout
42554
42555 \end_inset
42556
42557 DarkOrchid
42558 \begin_inset ERT
42559 status collapsed
42560
42561 \begin_layout Plain Layout
42562
42563 }{
42564 \end_layout
42565
42566 \end_inset
42567
42568
42569 \begin_inset Phantom Phantom
42570 status open
42571
42572 \begin_layout Plain Layout
42573 W
42574 \end_layout
42575
42576 \end_inset
42577
42578
42579 \begin_inset ERT
42580 status collapsed
42581
42582 \begin_layout Plain Layout
42583
42584 }
42585 \end_layout
42586
42587 \end_inset
42588
42589  DarkOrchid
42590 \end_layout
42591
42592 \end_inset
42593 </cell>
42594 <cell alignment="left" valignment="top" usebox="none">
42595 \begin_inset Text
42596
42597 \begin_layout Plain Layout
42598 \begin_inset ERT
42599 status collapsed
42600
42601 \begin_layout Plain Layout
42602
42603
42604 \backslash
42605 fcolorbox{black}{
42606 \end_layout
42607
42608 \end_inset
42609
42610 Emerald
42611 \begin_inset ERT
42612 status collapsed
42613
42614 \begin_layout Plain Layout
42615
42616 }{
42617 \end_layout
42618
42619 \end_inset
42620
42621
42622 \begin_inset Phantom Phantom
42623 status open
42624
42625 \begin_layout Plain Layout
42626 W
42627 \end_layout
42628
42629 \end_inset
42630
42631
42632 \begin_inset ERT
42633 status collapsed
42634
42635 \begin_layout Plain Layout
42636
42637 }
42638 \end_layout
42639
42640 \end_inset
42641
42642  Emerald
42643 \end_layout
42644
42645 \end_inset
42646 </cell>
42647 <cell alignment="left" valignment="top" usebox="none">
42648 \begin_inset Text
42649
42650 \begin_layout Plain Layout
42651 \begin_inset ERT
42652 status collapsed
42653
42654 \begin_layout Plain Layout
42655
42656
42657 \backslash
42658 fcolorbox{black}{
42659 \end_layout
42660
42661 \end_inset
42662
42663 ForestGreen
42664 \begin_inset ERT
42665 status collapsed
42666
42667 \begin_layout Plain Layout
42668
42669 }{
42670 \end_layout
42671
42672 \end_inset
42673
42674
42675 \begin_inset Phantom Phantom
42676 status open
42677
42678 \begin_layout Plain Layout
42679 W
42680 \end_layout
42681
42682 \end_inset
42683
42684
42685 \begin_inset ERT
42686 status collapsed
42687
42688 \begin_layout Plain Layout
42689
42690 }
42691 \end_layout
42692
42693 \end_inset
42694
42695  ForestGreen
42696 \end_layout
42697
42698 \end_inset
42699 </cell>
42700 </row>
42701 <row>
42702 <cell alignment="left" valignment="top" usebox="none">
42703 \begin_inset Text
42704
42705 \begin_layout Plain Layout
42706 \begin_inset ERT
42707 status collapsed
42708
42709 \begin_layout Plain Layout
42710
42711
42712 \backslash
42713 fcolorbox{black}{
42714 \end_layout
42715
42716 \end_inset
42717
42718 Fuchsia
42719 \begin_inset ERT
42720 status collapsed
42721
42722 \begin_layout Plain Layout
42723
42724 }{
42725 \end_layout
42726
42727 \end_inset
42728
42729
42730 \begin_inset Phantom Phantom
42731 status open
42732
42733 \begin_layout Plain Layout
42734 W
42735 \end_layout
42736
42737 \end_inset
42738
42739
42740 \begin_inset ERT
42741 status collapsed
42742
42743 \begin_layout Plain Layout
42744
42745 }
42746 \end_layout
42747
42748 \end_inset
42749
42750  Fuchsia
42751 \end_layout
42752
42753 \end_inset
42754 </cell>
42755 <cell alignment="left" valignment="top" usebox="none">
42756 \begin_inset Text
42757
42758 \begin_layout Plain Layout
42759 \begin_inset ERT
42760 status collapsed
42761
42762 \begin_layout Plain Layout
42763
42764
42765 \backslash
42766 fcolorbox{black}{
42767 \end_layout
42768
42769 \end_inset
42770
42771 Goldenrod
42772 \begin_inset ERT
42773 status collapsed
42774
42775 \begin_layout Plain Layout
42776
42777 }{
42778 \end_layout
42779
42780 \end_inset
42781
42782
42783 \begin_inset Phantom Phantom
42784 status open
42785
42786 \begin_layout Plain Layout
42787 W
42788 \end_layout
42789
42790 \end_inset
42791
42792
42793 \begin_inset ERT
42794 status collapsed
42795
42796 \begin_layout Plain Layout
42797
42798 }
42799 \end_layout
42800
42801 \end_inset
42802
42803  Goldenrod
42804 \end_layout
42805
42806 \end_inset
42807 </cell>
42808 <cell alignment="left" valignment="top" usebox="none">
42809 \begin_inset Text
42810
42811 \begin_layout Plain Layout
42812 \begin_inset ERT
42813 status collapsed
42814
42815 \begin_layout Plain Layout
42816
42817
42818 \backslash
42819 fcolorbox{black}{
42820 \end_layout
42821
42822 \end_inset
42823
42824 Gray
42825 \begin_inset ERT
42826 status collapsed
42827
42828 \begin_layout Plain Layout
42829
42830 }{
42831 \end_layout
42832
42833 \end_inset
42834
42835
42836 \begin_inset Phantom Phantom
42837 status open
42838
42839 \begin_layout Plain Layout
42840 W
42841 \end_layout
42842
42843 \end_inset
42844
42845
42846 \begin_inset ERT
42847 status collapsed
42848
42849 \begin_layout Plain Layout
42850
42851 }
42852 \end_layout
42853
42854 \end_inset
42855
42856  Gray
42857 \end_layout
42858
42859 \end_inset
42860 </cell>
42861 <cell alignment="left" valignment="top" usebox="none">
42862 \begin_inset Text
42863
42864 \begin_layout Plain Layout
42865 \begin_inset ERT
42866 status collapsed
42867
42868 \begin_layout Plain Layout
42869
42870
42871 \backslash
42872 fcolorbox{black}{
42873 \end_layout
42874
42875 \end_inset
42876
42877 GreenYellow
42878 \begin_inset ERT
42879 status collapsed
42880
42881 \begin_layout Plain Layout
42882
42883 }{
42884 \end_layout
42885
42886 \end_inset
42887
42888
42889 \begin_inset Phantom Phantom
42890 status open
42891
42892 \begin_layout Plain Layout
42893 W
42894 \end_layout
42895
42896 \end_inset
42897
42898
42899 \begin_inset ERT
42900 status collapsed
42901
42902 \begin_layout Plain Layout
42903
42904 }
42905 \end_layout
42906
42907 \end_inset
42908
42909  GreenYellow
42910 \end_layout
42911
42912 \end_inset
42913 </cell>
42914 </row>
42915 <row>
42916 <cell alignment="center" valignment="top" usebox="none">
42917 \begin_inset Text
42918
42919 \begin_layout Plain Layout
42920 \begin_inset ERT
42921 status collapsed
42922
42923 \begin_layout Plain Layout
42924
42925
42926 \backslash
42927 fcolorbox{black}{
42928 \end_layout
42929
42930 \end_inset
42931
42932 JungleGreen
42933 \begin_inset ERT
42934 status collapsed
42935
42936 \begin_layout Plain Layout
42937
42938 }{
42939 \end_layout
42940
42941 \end_inset
42942
42943
42944 \begin_inset Phantom Phantom
42945 status open
42946
42947 \begin_layout Plain Layout
42948 W
42949 \end_layout
42950
42951 \end_inset
42952
42953
42954 \begin_inset ERT
42955 status collapsed
42956
42957 \begin_layout Plain Layout
42958
42959 }
42960 \end_layout
42961
42962 \end_inset
42963
42964  JungleGreen
42965 \end_layout
42966
42967 \end_inset
42968 </cell>
42969 <cell alignment="center" valignment="top" usebox="none">
42970 \begin_inset Text
42971
42972 \begin_layout Plain Layout
42973 \begin_inset ERT
42974 status collapsed
42975
42976 \begin_layout Plain Layout
42977
42978
42979 \backslash
42980 fcolorbox{black}{
42981 \end_layout
42982
42983 \end_inset
42984
42985 Lavender
42986 \begin_inset ERT
42987 status collapsed
42988
42989 \begin_layout Plain Layout
42990
42991 }{
42992 \end_layout
42993
42994 \end_inset
42995
42996
42997 \begin_inset Phantom Phantom
42998 status open
42999
43000 \begin_layout Plain Layout
43001 W
43002 \end_layout
43003
43004 \end_inset
43005
43006
43007 \begin_inset ERT
43008 status collapsed
43009
43010 \begin_layout Plain Layout
43011
43012 }
43013 \end_layout
43014
43015 \end_inset
43016
43017  Lavender
43018 \end_layout
43019
43020 \end_inset
43021 </cell>
43022 <cell alignment="center" valignment="top" usebox="none">
43023 \begin_inset Text
43024
43025 \begin_layout Plain Layout
43026 \begin_inset ERT
43027 status collapsed
43028
43029 \begin_layout Plain Layout
43030
43031
43032 \backslash
43033 fcolorbox{black}{
43034 \end_layout
43035
43036 \end_inset
43037
43038 LimeGreen
43039 \begin_inset ERT
43040 status collapsed
43041
43042 \begin_layout Plain Layout
43043
43044 }{
43045 \end_layout
43046
43047 \end_inset
43048
43049
43050 \begin_inset Phantom Phantom
43051 status open
43052
43053 \begin_layout Plain Layout
43054 W
43055 \end_layout
43056
43057 \end_inset
43058
43059
43060 \begin_inset ERT
43061 status collapsed
43062
43063 \begin_layout Plain Layout
43064
43065 }
43066 \end_layout
43067
43068 \end_inset
43069
43070  LimeGreen
43071 \end_layout
43072
43073 \end_inset
43074 </cell>
43075 <cell alignment="center" valignment="top" usebox="none">
43076 \begin_inset Text
43077
43078 \begin_layout Plain Layout
43079 \begin_inset ERT
43080 status collapsed
43081
43082 \begin_layout Plain Layout
43083
43084
43085 \backslash
43086 fcolorbox{black}{
43087 \end_layout
43088
43089 \end_inset
43090
43091 Mahogany
43092 \begin_inset ERT
43093 status collapsed
43094
43095 \begin_layout Plain Layout
43096
43097 }{
43098 \end_layout
43099
43100 \end_inset
43101
43102
43103 \begin_inset Phantom Phantom
43104 status open
43105
43106 \begin_layout Plain Layout
43107 W
43108 \end_layout
43109
43110 \end_inset
43111
43112
43113 \begin_inset ERT
43114 status collapsed
43115
43116 \begin_layout Plain Layout
43117
43118 }
43119 \end_layout
43120
43121 \end_inset
43122
43123  Mahogany
43124 \end_layout
43125
43126 \end_inset
43127 </cell>
43128 </row>
43129 <row>
43130 <cell alignment="left" valignment="top" usebox="none">
43131 \begin_inset Text
43132
43133 \begin_layout Plain Layout
43134 \begin_inset ERT
43135 status collapsed
43136
43137 \begin_layout Plain Layout
43138
43139
43140 \backslash
43141 fcolorbox{black}{
43142 \end_layout
43143
43144 \end_inset
43145
43146 Mahogany
43147 \begin_inset ERT
43148 status collapsed
43149
43150 \begin_layout Plain Layout
43151
43152 }{
43153 \end_layout
43154
43155 \end_inset
43156
43157
43158 \begin_inset Phantom Phantom
43159 status open
43160
43161 \begin_layout Plain Layout
43162 W
43163 \end_layout
43164
43165 \end_inset
43166
43167
43168 \begin_inset ERT
43169 status collapsed
43170
43171 \begin_layout Plain Layout
43172
43173 }
43174 \end_layout
43175
43176 \end_inset
43177
43178  Mahogany
43179 \end_layout
43180
43181 \end_inset
43182 </cell>
43183 <cell alignment="left" valignment="top" usebox="none">
43184 \begin_inset Text
43185
43186 \begin_layout Plain Layout
43187 \begin_inset ERT
43188 status collapsed
43189
43190 \begin_layout Plain Layout
43191
43192
43193 \backslash
43194 fcolorbox{black}{
43195 \end_layout
43196
43197 \end_inset
43198
43199 Maroon
43200 \begin_inset ERT
43201 status collapsed
43202
43203 \begin_layout Plain Layout
43204
43205 }{
43206 \end_layout
43207
43208 \end_inset
43209
43210
43211 \begin_inset Phantom Phantom
43212 status open
43213
43214 \begin_layout Plain Layout
43215 W
43216 \end_layout
43217
43218 \end_inset
43219
43220
43221 \begin_inset ERT
43222 status collapsed
43223
43224 \begin_layout Plain Layout
43225
43226 }
43227 \end_layout
43228
43229 \end_inset
43230
43231  Maroon
43232 \end_layout
43233
43234 \end_inset
43235 </cell>
43236 <cell alignment="left" valignment="top" usebox="none">
43237 \begin_inset Text
43238
43239 \begin_layout Plain Layout
43240 \begin_inset ERT
43241 status collapsed
43242
43243 \begin_layout Plain Layout
43244
43245
43246 \backslash
43247 fcolorbox{black}{
43248 \end_layout
43249
43250 \end_inset
43251
43252 Melon
43253 \begin_inset ERT
43254 status collapsed
43255
43256 \begin_layout Plain Layout
43257
43258 }{
43259 \end_layout
43260
43261 \end_inset
43262
43263
43264 \begin_inset Phantom Phantom
43265 status open
43266
43267 \begin_layout Plain Layout
43268 W
43269 \end_layout
43270
43271 \end_inset
43272
43273
43274 \begin_inset ERT
43275 status collapsed
43276
43277 \begin_layout Plain Layout
43278
43279 }
43280 \end_layout
43281
43282 \end_inset
43283
43284  Melon
43285 \end_layout
43286
43287 \end_inset
43288 </cell>
43289 <cell alignment="left" valignment="top" usebox="none">
43290 \begin_inset Text
43291
43292 \begin_layout Plain Layout
43293 \begin_inset ERT
43294 status collapsed
43295
43296 \begin_layout Plain Layout
43297
43298
43299 \backslash
43300 fcolorbox{black}{
43301 \end_layout
43302
43303 \end_inset
43304
43305 MidnightBlue
43306 \begin_inset ERT
43307 status collapsed
43308
43309 \begin_layout Plain Layout
43310
43311 }{
43312 \end_layout
43313
43314 \end_inset
43315
43316
43317 \begin_inset Phantom Phantom
43318 status open
43319
43320 \begin_layout Plain Layout
43321 W
43322 \end_layout
43323
43324 \end_inset
43325
43326
43327 \begin_inset ERT
43328 status collapsed
43329
43330 \begin_layout Plain Layout
43331
43332 }
43333 \end_layout
43334
43335 \end_inset
43336
43337  MidnightBlue
43338 \end_layout
43339
43340 \end_inset
43341 </cell>
43342 </row>
43343 <row>
43344 <cell alignment="left" valignment="top" usebox="none">
43345 \begin_inset Text
43346
43347 \begin_layout Plain Layout
43348 \begin_inset ERT
43349 status collapsed
43350
43351 \begin_layout Plain Layout
43352
43353
43354 \backslash
43355 fcolorbox{black}{
43356 \end_layout
43357
43358 \end_inset
43359
43360 Mulberry
43361 \begin_inset ERT
43362 status collapsed
43363
43364 \begin_layout Plain Layout
43365
43366 }{
43367 \end_layout
43368
43369 \end_inset
43370
43371
43372 \begin_inset Phantom Phantom
43373 status open
43374
43375 \begin_layout Plain Layout
43376 W
43377 \end_layout
43378
43379 \end_inset
43380
43381
43382 \begin_inset ERT
43383 status collapsed
43384
43385 \begin_layout Plain Layout
43386
43387 }
43388 \end_layout
43389
43390 \end_inset
43391
43392  Mulberry
43393 \end_layout
43394
43395 \end_inset
43396 </cell>
43397 <cell alignment="left" valignment="top" usebox="none">
43398 \begin_inset Text
43399
43400 \begin_layout Plain Layout
43401 \begin_inset ERT
43402 status collapsed
43403
43404 \begin_layout Plain Layout
43405
43406
43407 \backslash
43408 fcolorbox{black}{
43409 \end_layout
43410
43411 \end_inset
43412
43413 NavyBlue
43414 \begin_inset ERT
43415 status collapsed
43416
43417 \begin_layout Plain Layout
43418
43419 }{
43420 \end_layout
43421
43422 \end_inset
43423
43424
43425 \begin_inset Phantom Phantom
43426 status open
43427
43428 \begin_layout Plain Layout
43429 W
43430 \end_layout
43431
43432 \end_inset
43433
43434
43435 \begin_inset ERT
43436 status collapsed
43437
43438 \begin_layout Plain Layout
43439
43440 }
43441 \end_layout
43442
43443 \end_inset
43444
43445  NavyBlue
43446 \end_layout
43447
43448 \end_inset
43449 </cell>
43450 <cell alignment="left" valignment="top" usebox="none">
43451 \begin_inset Text
43452
43453 \begin_layout Plain Layout
43454 \begin_inset ERT
43455 status collapsed
43456
43457 \begin_layout Plain Layout
43458
43459
43460 \backslash
43461 fcolorbox{black}{
43462 \end_layout
43463
43464 \end_inset
43465
43466 OliveGreen
43467 \begin_inset ERT
43468 status collapsed
43469
43470 \begin_layout Plain Layout
43471
43472 }{
43473 \end_layout
43474
43475 \end_inset
43476
43477
43478 \begin_inset Phantom Phantom
43479 status open
43480
43481 \begin_layout Plain Layout
43482 W
43483 \end_layout
43484
43485 \end_inset
43486
43487
43488 \begin_inset ERT
43489 status collapsed
43490
43491 \begin_layout Plain Layout
43492
43493 }
43494 \end_layout
43495
43496 \end_inset
43497
43498  OliveGreen
43499 \end_layout
43500
43501 \end_inset
43502 </cell>
43503 <cell alignment="left" valignment="top" usebox="none">
43504 \begin_inset Text
43505
43506 \begin_layout Plain Layout
43507 \begin_inset ERT
43508 status collapsed
43509
43510 \begin_layout Plain Layout
43511
43512
43513 \backslash
43514 fcolorbox{black}{
43515 \end_layout
43516
43517 \end_inset
43518
43519 Orange
43520 \begin_inset ERT
43521 status collapsed
43522
43523 \begin_layout Plain Layout
43524
43525 }{
43526 \end_layout
43527
43528 \end_inset
43529
43530
43531 \begin_inset Phantom Phantom
43532 status open
43533
43534 \begin_layout Plain Layout
43535 W
43536 \end_layout
43537
43538 \end_inset
43539
43540
43541 \begin_inset ERT
43542 status collapsed
43543
43544 \begin_layout Plain Layout
43545
43546 }
43547 \end_layout
43548
43549 \end_inset
43550
43551  Orange
43552 \end_layout
43553
43554 \end_inset
43555 </cell>
43556 </row>
43557 <row>
43558 <cell alignment="left" valignment="top" usebox="none">
43559 \begin_inset Text
43560
43561 \begin_layout Plain Layout
43562 \begin_inset ERT
43563 status collapsed
43564
43565 \begin_layout Plain Layout
43566
43567
43568 \backslash
43569 fcolorbox{black}{
43570 \end_layout
43571
43572 \end_inset
43573
43574 OrangeRed
43575 \begin_inset ERT
43576 status collapsed
43577
43578 \begin_layout Plain Layout
43579
43580 }{
43581 \end_layout
43582
43583 \end_inset
43584
43585
43586 \begin_inset Phantom Phantom
43587 status open
43588
43589 \begin_layout Plain Layout
43590 W
43591 \end_layout
43592
43593 \end_inset
43594
43595
43596 \begin_inset ERT
43597 status collapsed
43598
43599 \begin_layout Plain Layout
43600
43601 }
43602 \end_layout
43603
43604 \end_inset
43605
43606  OrangeRed
43607 \end_layout
43608
43609 \end_inset
43610 </cell>
43611 <cell alignment="left" valignment="top" usebox="none">
43612 \begin_inset Text
43613
43614 \begin_layout Plain Layout
43615 \begin_inset ERT
43616 status collapsed
43617
43618 \begin_layout Plain Layout
43619
43620
43621 \backslash
43622 fcolorbox{black}{
43623 \end_layout
43624
43625 \end_inset
43626
43627 Orchid
43628 \begin_inset ERT
43629 status collapsed
43630
43631 \begin_layout Plain Layout
43632
43633 }{
43634 \end_layout
43635
43636 \end_inset
43637
43638
43639 \begin_inset Phantom Phantom
43640 status open
43641
43642 \begin_layout Plain Layout
43643 W
43644 \end_layout
43645
43646 \end_inset
43647
43648
43649 \begin_inset ERT
43650 status collapsed
43651
43652 \begin_layout Plain Layout
43653
43654 }
43655 \end_layout
43656
43657 \end_inset
43658
43659  Orchid
43660 \end_layout
43661
43662 \end_inset
43663 </cell>
43664 <cell alignment="left" valignment="top" usebox="none">
43665 \begin_inset Text
43666
43667 \begin_layout Plain Layout
43668 \begin_inset ERT
43669 status collapsed
43670
43671 \begin_layout Plain Layout
43672
43673
43674 \backslash
43675 fcolorbox{black}{
43676 \end_layout
43677
43678 \end_inset
43679
43680 Peach
43681 \begin_inset ERT
43682 status collapsed
43683
43684 \begin_layout Plain Layout
43685
43686 }{
43687 \end_layout
43688
43689 \end_inset
43690
43691
43692 \begin_inset Phantom Phantom
43693 status open
43694
43695 \begin_layout Plain Layout
43696 W
43697 \end_layout
43698
43699 \end_inset
43700
43701
43702 \begin_inset ERT
43703 status collapsed
43704
43705 \begin_layout Plain Layout
43706
43707 }
43708 \end_layout
43709
43710 \end_inset
43711
43712  Peach
43713 \end_layout
43714
43715 \end_inset
43716 </cell>
43717 <cell alignment="left" valignment="top" usebox="none">
43718 \begin_inset Text
43719
43720 \begin_layout Plain Layout
43721 \begin_inset ERT
43722 status collapsed
43723
43724 \begin_layout Plain Layout
43725
43726
43727 \backslash
43728 fcolorbox{black}{
43729 \end_layout
43730
43731 \end_inset
43732
43733 Periwinkle
43734 \begin_inset ERT
43735 status collapsed
43736
43737 \begin_layout Plain Layout
43738
43739 }{
43740 \end_layout
43741
43742 \end_inset
43743
43744
43745 \begin_inset Phantom Phantom
43746 status open
43747
43748 \begin_layout Plain Layout
43749 W
43750 \end_layout
43751
43752 \end_inset
43753
43754
43755 \begin_inset ERT
43756 status collapsed
43757
43758 \begin_layout Plain Layout
43759
43760 }
43761 \end_layout
43762
43763 \end_inset
43764
43765  Periwinkle
43766 \end_layout
43767
43768 \end_inset
43769 </cell>
43770 </row>
43771 <row>
43772 <cell alignment="left" valignment="top" usebox="none">
43773 \begin_inset Text
43774
43775 \begin_layout Plain Layout
43776 \begin_inset ERT
43777 status collapsed
43778
43779 \begin_layout Plain Layout
43780
43781
43782 \backslash
43783 fcolorbox{black}{
43784 \end_layout
43785
43786 \end_inset
43787
43788 PineGreen
43789 \begin_inset ERT
43790 status collapsed
43791
43792 \begin_layout Plain Layout
43793
43794 }{
43795 \end_layout
43796
43797 \end_inset
43798
43799
43800 \begin_inset Phantom Phantom
43801 status open
43802
43803 \begin_layout Plain Layout
43804 W
43805 \end_layout
43806
43807 \end_inset
43808
43809
43810 \begin_inset ERT
43811 status collapsed
43812
43813 \begin_layout Plain Layout
43814
43815 }
43816 \end_layout
43817
43818 \end_inset
43819
43820  PineGreen
43821 \end_layout
43822
43823 \end_inset
43824 </cell>
43825 <cell alignment="left" valignment="top" usebox="none">
43826 \begin_inset Text
43827
43828 \begin_layout Plain Layout
43829 \begin_inset ERT
43830 status collapsed
43831
43832 \begin_layout Plain Layout
43833
43834
43835 \backslash
43836 fcolorbox{black}{
43837 \end_layout
43838
43839 \end_inset
43840
43841 Plum
43842 \begin_inset ERT
43843 status collapsed
43844
43845 \begin_layout Plain Layout
43846
43847 }{
43848 \end_layout
43849
43850 \end_inset
43851
43852
43853 \begin_inset Phantom Phantom
43854 status open
43855
43856 \begin_layout Plain Layout
43857 W
43858 \end_layout
43859
43860 \end_inset
43861
43862
43863 \begin_inset ERT
43864 status collapsed
43865
43866 \begin_layout Plain Layout
43867
43868 }
43869 \end_layout
43870
43871 \end_inset
43872
43873  Plum
43874 \end_layout
43875
43876 \end_inset
43877 </cell>
43878 <cell alignment="left" valignment="top" usebox="none">
43879 \begin_inset Text
43880
43881 \begin_layout Plain Layout
43882 \begin_inset ERT
43883 status collapsed
43884
43885 \begin_layout Plain Layout
43886
43887
43888 \backslash
43889 fcolorbox{black}{
43890 \end_layout
43891
43892 \end_inset
43893
43894 ProcessBlue
43895 \begin_inset ERT
43896 status collapsed
43897
43898 \begin_layout Plain Layout
43899
43900 }{
43901 \end_layout
43902
43903 \end_inset
43904
43905
43906 \begin_inset Phantom Phantom
43907 status open
43908
43909 \begin_layout Plain Layout
43910 W
43911 \end_layout
43912
43913 \end_inset
43914
43915
43916 \begin_inset ERT
43917 status collapsed
43918
43919 \begin_layout Plain Layout
43920
43921 }
43922 \end_layout
43923
43924 \end_inset
43925
43926  ProcessBlue
43927 \end_layout
43928
43929 \end_inset
43930 </cell>
43931 <cell alignment="left" valignment="top" usebox="none">
43932 \begin_inset Text
43933
43934 \begin_layout Plain Layout
43935 \begin_inset ERT
43936 status collapsed
43937
43938 \begin_layout Plain Layout
43939
43940
43941 \backslash
43942 fcolorbox{black}{
43943 \end_layout
43944
43945 \end_inset
43946
43947 Purple
43948 \begin_inset ERT
43949 status collapsed
43950
43951 \begin_layout Plain Layout
43952
43953 }{
43954 \end_layout
43955
43956 \end_inset
43957
43958
43959 \begin_inset Phantom Phantom
43960 status open
43961
43962 \begin_layout Plain Layout
43963 W
43964 \end_layout
43965
43966 \end_inset
43967
43968
43969 \begin_inset ERT
43970 status collapsed
43971
43972 \begin_layout Plain Layout
43973
43974 }
43975 \end_layout
43976
43977 \end_inset
43978
43979  Purple
43980 \end_layout
43981
43982 \end_inset
43983 </cell>
43984 </row>
43985 <row>
43986 <cell alignment="left" valignment="top" usebox="none">
43987 \begin_inset Text
43988
43989 \begin_layout Plain Layout
43990 \begin_inset ERT
43991 status collapsed
43992
43993 \begin_layout Plain Layout
43994
43995
43996 \backslash
43997 fcolorbox{black}{
43998 \end_layout
43999
44000 \end_inset
44001
44002 RawSienna
44003 \begin_inset ERT
44004 status collapsed
44005
44006 \begin_layout Plain Layout
44007
44008 }{
44009 \end_layout
44010
44011 \end_inset
44012
44013
44014 \begin_inset Phantom Phantom
44015 status open
44016
44017 \begin_layout Plain Layout
44018 W
44019 \end_layout
44020
44021 \end_inset
44022
44023
44024 \begin_inset ERT
44025 status collapsed
44026
44027 \begin_layout Plain Layout
44028
44029 }
44030 \end_layout
44031
44032 \end_inset
44033
44034  RawSienna
44035 \end_layout
44036
44037 \end_inset
44038 </cell>
44039 <cell alignment="left" valignment="top" usebox="none">
44040 \begin_inset Text
44041
44042 \begin_layout Plain Layout
44043 \begin_inset ERT
44044 status collapsed
44045
44046 \begin_layout Plain Layout
44047
44048
44049 \backslash
44050 fcolorbox{black}{
44051 \end_layout
44052
44053 \end_inset
44054
44055 RedOrange
44056 \begin_inset ERT
44057 status collapsed
44058
44059 \begin_layout Plain Layout
44060
44061 }{
44062 \end_layout
44063
44064 \end_inset
44065
44066
44067 \begin_inset Phantom Phantom
44068 status open
44069
44070 \begin_layout Plain Layout
44071 W
44072 \end_layout
44073
44074 \end_inset
44075
44076
44077 \begin_inset ERT
44078 status collapsed
44079
44080 \begin_layout Plain Layout
44081
44082 }
44083 \end_layout
44084
44085 \end_inset
44086
44087  RedOrange
44088 \end_layout
44089
44090 \end_inset
44091 </cell>
44092 <cell alignment="left" valignment="top" usebox="none">
44093 \begin_inset Text
44094
44095 \begin_layout Plain Layout
44096 \begin_inset ERT
44097 status collapsed
44098
44099 \begin_layout Plain Layout
44100
44101
44102 \backslash
44103 fcolorbox{black}{
44104 \end_layout
44105
44106 \end_inset
44107
44108 RedViolet
44109 \begin_inset ERT
44110 status collapsed
44111
44112 \begin_layout Plain Layout
44113
44114 }{
44115 \end_layout
44116
44117 \end_inset
44118
44119
44120 \begin_inset Phantom Phantom
44121 status open
44122
44123 \begin_layout Plain Layout
44124 W
44125 \end_layout
44126
44127 \end_inset
44128
44129
44130 \begin_inset ERT
44131 status collapsed
44132
44133 \begin_layout Plain Layout
44134
44135 }
44136 \end_layout
44137
44138 \end_inset
44139
44140  RedViolet
44141 \end_layout
44142
44143 \end_inset
44144 </cell>
44145 <cell alignment="left" valignment="top" usebox="none">
44146 \begin_inset Text
44147
44148 \begin_layout Plain Layout
44149 \begin_inset ERT
44150 status collapsed
44151
44152 \begin_layout Plain Layout
44153
44154
44155 \backslash
44156 fcolorbox{black}{
44157 \end_layout
44158
44159 \end_inset
44160
44161 Rhodamine
44162 \begin_inset ERT
44163 status collapsed
44164
44165 \begin_layout Plain Layout
44166
44167 }{
44168 \end_layout
44169
44170 \end_inset
44171
44172
44173 \begin_inset Phantom Phantom
44174 status open
44175
44176 \begin_layout Plain Layout
44177 W
44178 \end_layout
44179
44180 \end_inset
44181
44182
44183 \begin_inset ERT
44184 status collapsed
44185
44186 \begin_layout Plain Layout
44187
44188 }
44189 \end_layout
44190
44191 \end_inset
44192
44193  Rhodamine
44194 \end_layout
44195
44196 \end_inset
44197 </cell>
44198 </row>
44199 <row>
44200 <cell alignment="left" valignment="top" usebox="none">
44201 \begin_inset Text
44202
44203 \begin_layout Plain Layout
44204 \begin_inset ERT
44205 status collapsed
44206
44207 \begin_layout Plain Layout
44208
44209
44210 \backslash
44211 fcolorbox{black}{
44212 \end_layout
44213
44214 \end_inset
44215
44216 RoyalBlue
44217 \begin_inset ERT
44218 status collapsed
44219
44220 \begin_layout Plain Layout
44221
44222 }{
44223 \end_layout
44224
44225 \end_inset
44226
44227
44228 \begin_inset Phantom Phantom
44229 status open
44230
44231 \begin_layout Plain Layout
44232 W
44233 \end_layout
44234
44235 \end_inset
44236
44237
44238 \begin_inset ERT
44239 status collapsed
44240
44241 \begin_layout Plain Layout
44242
44243 }
44244 \end_layout
44245
44246 \end_inset
44247
44248  RoyalBlue
44249 \end_layout
44250
44251 \end_inset
44252 </cell>
44253 <cell alignment="left" valignment="top" usebox="none">
44254 \begin_inset Text
44255
44256 \begin_layout Plain Layout
44257 \begin_inset ERT
44258 status collapsed
44259
44260 \begin_layout Plain Layout
44261
44262
44263 \backslash
44264 fcolorbox{black}{
44265 \end_layout
44266
44267 \end_inset
44268
44269 RoyalPurple
44270 \begin_inset ERT
44271 status collapsed
44272
44273 \begin_layout Plain Layout
44274
44275 }{
44276 \end_layout
44277
44278 \end_inset
44279
44280
44281 \begin_inset Phantom Phantom
44282 status open
44283
44284 \begin_layout Plain Layout
44285 W
44286 \end_layout
44287
44288 \end_inset
44289
44290
44291 \begin_inset ERT
44292 status collapsed
44293
44294 \begin_layout Plain Layout
44295
44296 }
44297 \end_layout
44298
44299 \end_inset
44300
44301  RoyalPurple
44302 \end_layout
44303
44304 \end_inset
44305 </cell>
44306 <cell alignment="left" valignment="top" usebox="none">
44307 \begin_inset Text
44308
44309 \begin_layout Plain Layout
44310 \begin_inset ERT
44311 status collapsed
44312
44313 \begin_layout Plain Layout
44314
44315
44316 \backslash
44317 fcolorbox{black}{
44318 \end_layout
44319
44320 \end_inset
44321
44322 RubineRed
44323 \begin_inset ERT
44324 status collapsed
44325
44326 \begin_layout Plain Layout
44327
44328 }{
44329 \end_layout
44330
44331 \end_inset
44332
44333
44334 \begin_inset Phantom Phantom
44335 status open
44336
44337 \begin_layout Plain Layout
44338 W
44339 \end_layout
44340
44341 \end_inset
44342
44343
44344 \begin_inset ERT
44345 status collapsed
44346
44347 \begin_layout Plain Layout
44348
44349 }
44350 \end_layout
44351
44352 \end_inset
44353
44354  RubineRed
44355 \end_layout
44356
44357 \end_inset
44358 </cell>
44359 <cell alignment="left" valignment="top" usebox="none">
44360 \begin_inset Text
44361
44362 \begin_layout Plain Layout
44363 \begin_inset ERT
44364 status collapsed
44365
44366 \begin_layout Plain Layout
44367
44368
44369 \backslash
44370 fcolorbox{black}{
44371 \end_layout
44372
44373 \end_inset
44374
44375 Salmon
44376 \begin_inset ERT
44377 status collapsed
44378
44379 \begin_layout Plain Layout
44380
44381 }{
44382 \end_layout
44383
44384 \end_inset
44385
44386
44387 \begin_inset Phantom Phantom
44388 status open
44389
44390 \begin_layout Plain Layout
44391 W
44392 \end_layout
44393
44394 \end_inset
44395
44396
44397 \begin_inset ERT
44398 status collapsed
44399
44400 \begin_layout Plain Layout
44401
44402 }
44403 \end_layout
44404
44405 \end_inset
44406
44407  Salmon
44408 \end_layout
44409
44410 \end_inset
44411 </cell>
44412 </row>
44413 <row>
44414 <cell alignment="left" valignment="top" usebox="none">
44415 \begin_inset Text
44416
44417 \begin_layout Plain Layout
44418 \begin_inset ERT
44419 status collapsed
44420
44421 \begin_layout Plain Layout
44422
44423
44424 \backslash
44425 fcolorbox{black}{
44426 \end_layout
44427
44428 \end_inset
44429
44430 SeaGreen
44431 \begin_inset ERT
44432 status collapsed
44433
44434 \begin_layout Plain Layout
44435
44436 }{
44437 \end_layout
44438
44439 \end_inset
44440
44441
44442 \begin_inset Phantom Phantom
44443 status open
44444
44445 \begin_layout Plain Layout
44446 W
44447 \end_layout
44448
44449 \end_inset
44450
44451
44452 \begin_inset ERT
44453 status collapsed
44454
44455 \begin_layout Plain Layout
44456
44457 }
44458 \end_layout
44459
44460 \end_inset
44461
44462  SeaGreen
44463 \end_layout
44464
44465 \end_inset
44466 </cell>
44467 <cell alignment="left" valignment="top" usebox="none">
44468 \begin_inset Text
44469
44470 \begin_layout Plain Layout
44471 \begin_inset ERT
44472 status collapsed
44473
44474 \begin_layout Plain Layout
44475
44476
44477 \backslash
44478 fcolorbox{black}{
44479 \end_layout
44480
44481 \end_inset
44482
44483 Sepia
44484 \begin_inset ERT
44485 status collapsed
44486
44487 \begin_layout Plain Layout
44488
44489 }{
44490 \end_layout
44491
44492 \end_inset
44493
44494
44495 \begin_inset Phantom Phantom
44496 status open
44497
44498 \begin_layout Plain Layout
44499 W
44500 \end_layout
44501
44502 \end_inset
44503
44504
44505 \begin_inset ERT
44506 status collapsed
44507
44508 \begin_layout Plain Layout
44509
44510 }
44511 \end_layout
44512
44513 \end_inset
44514
44515  Sepia
44516 \end_layout
44517
44518 \end_inset
44519 </cell>
44520 <cell alignment="left" valignment="top" usebox="none">
44521 \begin_inset Text
44522
44523 \begin_layout Plain Layout
44524 \begin_inset ERT
44525 status collapsed
44526
44527 \begin_layout Plain Layout
44528
44529
44530 \backslash
44531 fcolorbox{black}{
44532 \end_layout
44533
44534 \end_inset
44535
44536 SkyBlue
44537 \begin_inset ERT
44538 status collapsed
44539
44540 \begin_layout Plain Layout
44541
44542 }{
44543 \end_layout
44544
44545 \end_inset
44546
44547
44548 \begin_inset Phantom Phantom
44549 status open
44550
44551 \begin_layout Plain Layout
44552 W
44553 \end_layout
44554
44555 \end_inset
44556
44557
44558 \begin_inset ERT
44559 status collapsed
44560
44561 \begin_layout Plain Layout
44562
44563 }
44564 \end_layout
44565
44566 \end_inset
44567
44568  SkyBlue
44569 \end_layout
44570
44571 \end_inset
44572 </cell>
44573 <cell alignment="left" valignment="top" usebox="none">
44574 \begin_inset Text
44575
44576 \begin_layout Plain Layout
44577 \begin_inset ERT
44578 status collapsed
44579
44580 \begin_layout Plain Layout
44581
44582
44583 \backslash
44584 fcolorbox{black}{
44585 \end_layout
44586
44587 \end_inset
44588
44589 SpringGreen
44590 \begin_inset ERT
44591 status collapsed
44592
44593 \begin_layout Plain Layout
44594
44595 }{
44596 \end_layout
44597
44598 \end_inset
44599
44600
44601 \begin_inset Phantom Phantom
44602 status open
44603
44604 \begin_layout Plain Layout
44605 W
44606 \end_layout
44607
44608 \end_inset
44609
44610
44611 \begin_inset ERT
44612 status collapsed
44613
44614 \begin_layout Plain Layout
44615
44616 }
44617 \end_layout
44618
44619 \end_inset
44620
44621  SpringGreen
44622 \end_layout
44623
44624 \end_inset
44625 </cell>
44626 </row>
44627 <row>
44628 <cell alignment="left" valignment="top" usebox="none">
44629 \begin_inset Text
44630
44631 \begin_layout Plain Layout
44632 \begin_inset ERT
44633 status collapsed
44634
44635 \begin_layout Plain Layout
44636
44637
44638 \backslash
44639 fcolorbox{black}{
44640 \end_layout
44641
44642 \end_inset
44643
44644 Tan
44645 \begin_inset ERT
44646 status collapsed
44647
44648 \begin_layout Plain Layout
44649
44650 }{
44651 \end_layout
44652
44653 \end_inset
44654
44655
44656 \begin_inset Phantom Phantom
44657 status open
44658
44659 \begin_layout Plain Layout
44660 W
44661 \end_layout
44662
44663 \end_inset
44664
44665
44666 \begin_inset ERT
44667 status collapsed
44668
44669 \begin_layout Plain Layout
44670
44671 }
44672 \end_layout
44673
44674 \end_inset
44675
44676  Tan
44677 \end_layout
44678
44679 \end_inset
44680 </cell>
44681 <cell alignment="left" valignment="top" usebox="none">
44682 \begin_inset Text
44683
44684 \begin_layout Plain Layout
44685 \begin_inset ERT
44686 status collapsed
44687
44688 \begin_layout Plain Layout
44689
44690
44691 \backslash
44692 fcolorbox{black}{
44693 \end_layout
44694
44695 \end_inset
44696
44697 TealBlue
44698 \begin_inset ERT
44699 status collapsed
44700
44701 \begin_layout Plain Layout
44702
44703 }{
44704 \end_layout
44705
44706 \end_inset
44707
44708
44709 \begin_inset Phantom Phantom
44710 status open
44711
44712 \begin_layout Plain Layout
44713 W
44714 \end_layout
44715
44716 \end_inset
44717
44718
44719 \begin_inset ERT
44720 status collapsed
44721
44722 \begin_layout Plain Layout
44723
44724 }
44725 \end_layout
44726
44727 \end_inset
44728
44729  TealBlue
44730 \end_layout
44731
44732 \end_inset
44733 </cell>
44734 <cell alignment="left" valignment="top" usebox="none">
44735 \begin_inset Text
44736
44737 \begin_layout Plain Layout
44738 \begin_inset ERT
44739 status collapsed
44740
44741 \begin_layout Plain Layout
44742
44743
44744 \backslash
44745 fcolorbox{black}{
44746 \end_layout
44747
44748 \end_inset
44749
44750 Thistle
44751 \begin_inset ERT
44752 status collapsed
44753
44754 \begin_layout Plain Layout
44755
44756 }{
44757 \end_layout
44758
44759 \end_inset
44760
44761
44762 \begin_inset Phantom Phantom
44763 status open
44764
44765 \begin_layout Plain Layout
44766 W
44767 \end_layout
44768
44769 \end_inset
44770
44771
44772 \begin_inset ERT
44773 status collapsed
44774
44775 \begin_layout Plain Layout
44776
44777 }
44778 \end_layout
44779
44780 \end_inset
44781
44782  Thistle
44783 \end_layout
44784
44785 \end_inset
44786 </cell>
44787 <cell alignment="left" valignment="top" usebox="none">
44788 \begin_inset Text
44789
44790 \begin_layout Plain Layout
44791 \begin_inset ERT
44792 status collapsed
44793
44794 \begin_layout Plain Layout
44795
44796
44797 \backslash
44798 fcolorbox{black}{
44799 \end_layout
44800
44801 \end_inset
44802
44803 Turquoise
44804 \begin_inset ERT
44805 status collapsed
44806
44807 \begin_layout Plain Layout
44808
44809 }{
44810 \end_layout
44811
44812 \end_inset
44813
44814
44815 \begin_inset Phantom Phantom
44816 status open
44817
44818 \begin_layout Plain Layout
44819 W
44820 \end_layout
44821
44822 \end_inset
44823
44824
44825 \begin_inset ERT
44826 status collapsed
44827
44828 \begin_layout Plain Layout
44829
44830 }
44831 \end_layout
44832
44833 \end_inset
44834
44835  Turquoise
44836 \end_layout
44837
44838 \end_inset
44839 </cell>
44840 </row>
44841 <row>
44842 <cell alignment="left" valignment="top" usebox="none">
44843 \begin_inset Text
44844
44845 \begin_layout Plain Layout
44846 \begin_inset ERT
44847 status collapsed
44848
44849 \begin_layout Plain Layout
44850
44851
44852 \backslash
44853 fcolorbox{black}{
44854 \end_layout
44855
44856 \end_inset
44857
44858 Violet
44859 \begin_inset ERT
44860 status collapsed
44861
44862 \begin_layout Plain Layout
44863
44864 }{
44865 \end_layout
44866
44867 \end_inset
44868
44869
44870 \begin_inset Phantom Phantom
44871 status open
44872
44873 \begin_layout Plain Layout
44874 W
44875 \end_layout
44876
44877 \end_inset
44878
44879
44880 \begin_inset ERT
44881 status collapsed
44882
44883 \begin_layout Plain Layout
44884
44885 }
44886 \end_layout
44887
44888 \end_inset
44889
44890  Violet
44891 \end_layout
44892
44893 \end_inset
44894 </cell>
44895 <cell alignment="left" valignment="top" usebox="none">
44896 \begin_inset Text
44897
44898 \begin_layout Plain Layout
44899 \begin_inset ERT
44900 status collapsed
44901
44902 \begin_layout Plain Layout
44903
44904
44905 \backslash
44906 fcolorbox{black}{
44907 \end_layout
44908
44909 \end_inset
44910
44911 VioletRed
44912 \begin_inset ERT
44913 status collapsed
44914
44915 \begin_layout Plain Layout
44916
44917 }{
44918 \end_layout
44919
44920 \end_inset
44921
44922
44923 \begin_inset Phantom Phantom
44924 status open
44925
44926 \begin_layout Plain Layout
44927 W
44928 \end_layout
44929
44930 \end_inset
44931
44932
44933 \begin_inset ERT
44934 status collapsed
44935
44936 \begin_layout Plain Layout
44937
44938 }
44939 \end_layout
44940
44941 \end_inset
44942
44943  VioletRed
44944 \end_layout
44945
44946 \end_inset
44947 </cell>
44948 <cell alignment="left" valignment="top" usebox="none">
44949 \begin_inset Text
44950
44951 \begin_layout Plain Layout
44952 \begin_inset ERT
44953 status collapsed
44954
44955 \begin_layout Plain Layout
44956
44957
44958 \backslash
44959 fcolorbox{black}{
44960 \end_layout
44961
44962 \end_inset
44963
44964 WildStrawberry
44965 \begin_inset ERT
44966 status collapsed
44967
44968 \begin_layout Plain Layout
44969
44970 }{
44971 \end_layout
44972
44973 \end_inset
44974
44975
44976 \begin_inset Phantom Phantom
44977 status open
44978
44979 \begin_layout Plain Layout
44980 W
44981 \end_layout
44982
44983 \end_inset
44984
44985
44986 \begin_inset ERT
44987 status collapsed
44988
44989 \begin_layout Plain Layout
44990
44991 }
44992 \end_layout
44993
44994 \end_inset
44995
44996  WildStrawberry
44997 \end_layout
44998
44999 \end_inset
45000 </cell>
45001 <cell alignment="left" valignment="top" usebox="none">
45002 \begin_inset Text
45003
45004 \begin_layout Plain Layout
45005 \begin_inset ERT
45006 status collapsed
45007
45008 \begin_layout Plain Layout
45009
45010
45011 \backslash
45012 fcolorbox{black}{
45013 \end_layout
45014
45015 \end_inset
45016
45017 YellowGreen
45018 \begin_inset ERT
45019 status collapsed
45020
45021 \begin_layout Plain Layout
45022
45023 }{
45024 \end_layout
45025
45026 \end_inset
45027
45028
45029 \begin_inset Phantom Phantom
45030 status open
45031
45032 \begin_layout Plain Layout
45033 W
45034 \end_layout
45035
45036 \end_inset
45037
45038
45039 \begin_inset ERT
45040 status collapsed
45041
45042 \begin_layout Plain Layout
45043
45044 }
45045 \end_layout
45046
45047 \end_inset
45048
45049  YellowGreen
45050 \end_layout
45051
45052 \end_inset
45053 </cell>
45054 </row>
45055 <row>
45056 <cell alignment="left" valignment="top" usebox="none">
45057 \begin_inset Text
45058
45059 \begin_layout Plain Layout
45060 \begin_inset ERT
45061 status collapsed
45062
45063 \begin_layout Plain Layout
45064
45065
45066 \backslash
45067 fcolorbox{black}{
45068 \end_layout
45069
45070 \end_inset
45071
45072 YellowOrange
45073 \begin_inset ERT
45074 status collapsed
45075
45076 \begin_layout Plain Layout
45077
45078 }{
45079 \end_layout
45080
45081 \end_inset
45082
45083
45084 \begin_inset Phantom Phantom
45085 status open
45086
45087 \begin_layout Plain Layout
45088 W
45089 \end_layout
45090
45091 \end_inset
45092
45093
45094 \begin_inset ERT
45095 status collapsed
45096
45097 \begin_layout Plain Layout
45098
45099 }
45100 \end_layout
45101
45102 \end_inset
45103
45104  YellowOrange
45105 \end_layout
45106
45107 \end_inset
45108 </cell>
45109 <cell alignment="left" valignment="top" usebox="none">
45110 \begin_inset Text
45111
45112 \begin_layout Plain Layout
45113
45114 \end_layout
45115
45116 \end_inset
45117 </cell>
45118 <cell alignment="left" valignment="top" usebox="none">
45119 \begin_inset Text
45120
45121 \begin_layout Plain Layout
45122
45123 \end_layout
45124
45125 \end_inset
45126 </cell>
45127 <cell alignment="left" valignment="top" usebox="none">
45128 \begin_inset Text
45129
45130 \begin_layout Plain Layout
45131
45132 \end_layout
45133
45134 \end_inset
45135 </cell>
45136 </row>
45137 </lyxtabular>
45138
45139 \end_inset
45140
45141
45142 \end_layout
45143
45144 \begin_layout Chapter
45145 Erklärung der Gleichung
45146 \begin_inset space ~
45147 \end_inset
45148
45149 (
45150 \begin_inset CommandInset ref
45151 LatexCommand ref
45152 reference "eq:Wgn"
45153
45154 \end_inset
45155
45156 )
45157 \begin_inset CommandInset label
45158 LatexCommand label
45159 name "kap:Erläuterung-einer-Gleichung"
45160
45161 \end_inset
45162
45163
45164 \end_layout
45165
45166 \begin_layout Standard
45167 Die Gesamtbreite von
45168 \emph on
45169  n
45170 \emph default
45171  Tabellenzellen 
45172 \begin_inset Formula $W_{\mathrm{tot\, n}}$
45173 \end_inset
45174
45175  kann wie folgt berechnet werden:
45176 \begin_inset Formula 
45177 \begin{equation}
45178 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45179 \end{equation}
45180
45181 \end_inset
45182
45183
45184 \end_layout
45185
45186 \begin_layout Standard
45187 Dabei ist 
45188 \begin_inset Formula $W_{g\, n}$
45189 \end_inset
45190
45191  die Breite jeder Zelle.
45192
45193 \series bold
45194  
45195 \backslash
45196 tabcolsep
45197 \series default
45198  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
45199  Standardwert 6
45200 \begin_inset space \thinspace{}
45201 \end_inset
45202
45203 pt.
45204  
45205 \series bold
45206
45207 \backslash
45208 arrayrulewidth
45209 \series default
45210  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
45211 \begin_inset space \thinspace{}
45212 \end_inset
45213
45214 pt.
45215 \end_layout
45216
45217 \begin_layout Standard
45218 Nach Gleichung
45219 \begin_inset space ~
45220 \end_inset
45221
45222
45223 \begin_inset CommandInset ref
45224 LatexCommand ref
45225 reference "eq:Wtot_n"
45226
45227 \end_inset
45228
45229  ist die Gesamtbreite einer Mehrfachspalte, 
45230 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
45231 \end_inset
45232
45233 ,
45234 \begin_inset Formula 
45235 \begin{equation}
45236 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45237 \end{equation}
45238
45239 \end_inset
45240
45241
45242 \end_layout
45243
45244 \begin_layout Standard
45245 Setzt man die Gleichungen
45246 \begin_inset space ~
45247 \end_inset
45248
45249
45250 \begin_inset CommandInset ref
45251 LatexCommand ref
45252 reference "eq:Wtot_n"
45253
45254 \end_inset
45255
45256  und 
45257 \begin_inset CommandInset ref
45258 LatexCommand ref
45259 reference "eq:Wtot_mult"
45260
45261 \end_inset
45262
45263  gleich, kann man die benötigte Breite 
45264 \begin_inset Formula $W_{g\, n}$
45265 \end_inset
45266
45267 , wenn 
45268 \emph on
45269 n
45270 \emph default
45271  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
45272 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
45273 \end_inset
45274
45275  hat, berechnen:
45276 \begin_inset Formula 
45277 \begin{equation}
45278 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45279 \end{equation}
45280
45281 \end_inset
45282
45283
45284 \end_layout
45285
45286 \begin_layout Bibliography
45287 \begin_inset CommandInset bibitem
45288 LatexCommand bibitem
45289 key "latexcompanion"
45290
45291 \end_inset
45292
45293 Frank Mittelbach and Michel Goossens: 
45294 \emph on
45295 The LaTeX Companion Second Edition.
45296
45297 \emph default
45298  Addison-Wesley, 2004
45299 \end_layout
45300
45301 \begin_layout Bibliography
45302 \begin_inset CommandInset bibitem
45303 LatexCommand bibitem
45304 key "latexguide"
45305
45306 \end_inset
45307
45308 Helmut Kopka and Patrick W.
45309  Daly: 
45310 \emph on
45311 A Guide to LaTeX Fourth Edition.
45312
45313 \emph default
45314  Addison-Wesley, 2003
45315 \end_layout
45316
45317 \begin_layout Bibliography
45318 \begin_inset CommandInset bibitem
45319 LatexCommand bibitem
45320 key "lamport"
45321
45322 \end_inset
45323
45324 Leslie Lamport: 
45325 \emph on
45326 LaTeX: A Document Preparation System.
45327
45328 \emph default
45329  Addison-Wesley, second edition, 1994
45330 \end_layout
45331
45332 \begin_layout Bibliography
45333 \begin_inset CommandInset bibitem
45334 LatexCommand bibitem
45335 key "latex-praxisbuch"
45336
45337 \end_inset
45338
45339 Niedermair, Elke & Michael: 
45340 \emph on
45341 LaTeX-Praxisbuch
45342 \emph default
45343 , Franzis-Verlag, 2004
45344 \end_layout
45345
45346 \begin_layout Bibliography
45347 \begin_inset CommandInset bibitem
45348 LatexCommand bibitem
45349 key "arydshln"
45350
45351 \end_inset
45352
45353 Dokumentation des LaTeX-Pakets 
45354 \series bold
45355
45356 \begin_inset CommandInset href
45357 LatexCommand href
45358 name "arydshln"
45359 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45360
45361 \end_inset
45362
45363
45364 \series default
45365
45366 \begin_inset Index idx
45367 status collapsed
45368
45369 \begin_layout Plain Layout
45370 LaTeX-Pakete ! arydshln
45371 \end_layout
45372
45373 \end_inset
45374
45375
45376 \end_layout
45377
45378 \begin_layout Bibliography
45379 \begin_inset CommandInset bibitem
45380 LatexCommand bibitem
45381 key "booktabs"
45382
45383 \end_inset
45384
45385 Dokumentation des LaTeX-Pakets 
45386 \series bold
45387
45388 \begin_inset CommandInset href
45389 LatexCommand href
45390 name "booktabs"
45391 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45392
45393 \end_inset
45394
45395
45396 \series default
45397
45398 \begin_inset Index idx
45399 status collapsed
45400
45401 \begin_layout Plain Layout
45402 LaTeX-Pakete ! booktabs
45403 \end_layout
45404
45405 \end_inset
45406
45407
45408 \end_layout
45409
45410 \begin_layout Bibliography
45411 \begin_inset CommandInset bibitem
45412 LatexCommand bibitem
45413 key "caption"
45414
45415 \end_inset
45416
45417 Dokumentation des LaTeX-Pakets 
45418 \series bold
45419
45420 \begin_inset CommandInset href
45421 LatexCommand href
45422 name "caption"
45423 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.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 ! caption
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 "diagbox"
45446
45447 \end_inset
45448
45449 Dokumentation des LaTeX-Pakets 
45450 \series bold
45451
45452 \begin_inset CommandInset href
45453 LatexCommand href
45454 name "diagbox"
45455 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.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 ! diagbox
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 "endfloat"
45478
45479 \end_inset
45480
45481 Dokumentation des LaTeX-Pakets 
45482 \series bold
45483
45484 \begin_inset CommandInset href
45485 LatexCommand href
45486 name "endfloat"
45487 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.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 ! endfloat
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 "footmisc"
45510
45511 \end_inset
45512
45513 Dokumentation des LaTeX-Pakets 
45514 \series bold
45515
45516 \begin_inset CommandInset href
45517 LatexCommand href
45518 name "footmisc"
45519 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.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 ! footmisc
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 "hypcap"
45542
45543 \end_inset
45544
45545 Dokumentation des LaTeX-Pakets 
45546 \series bold
45547
45548 \begin_inset CommandInset href
45549 LatexCommand href
45550 name "hypcap"
45551 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.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 ! hypcap
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 "hyperref"
45574
45575 \end_inset
45576
45577 Dokumentation des LaTeX-Pakets 
45578 \series bold
45579
45580 \begin_inset CommandInset href
45581 LatexCommand href
45582 name "hyperref"
45583 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.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 ! hyperref
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 "KOMA-Script"
45606
45607 \end_inset
45608
45609 Dokumentation des LaTeX-Pakets 
45610 \series bold
45611
45612 \begin_inset CommandInset href
45613 LatexCommand href
45614 name "KOMA-Script"
45615 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.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 ! KOMA-Script
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 "lettrine"
45638
45639 \end_inset
45640
45641 Dokumentation des LaTeX-Pakets 
45642 \series bold
45643
45644 \begin_inset CommandInset href
45645 LatexCommand href
45646 name "lettrine"
45647 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45648
45649 \end_inset
45650
45651
45652 \series default
45653  und ein 
45654 \begin_inset CommandInset href
45655 LatexCommand href
45656 name "Beispiel"
45657 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45658
45659 \end_inset
45660
45661
45662 \begin_inset Index idx
45663 status collapsed
45664
45665 \begin_layout Plain Layout
45666 LaTeX-Pakete ! lettrine
45667 \end_layout
45668
45669 \end_inset
45670
45671
45672 \end_layout
45673
45674 \begin_layout Bibliography
45675 \begin_inset CommandInset bibitem
45676 LatexCommand bibitem
45677 key "listings"
45678
45679 \end_inset
45680
45681 Dokumentation des LaTeX-Pakets 
45682 \series bold
45683
45684 \begin_inset CommandInset href
45685 LatexCommand href
45686 name "listings"
45687 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45688
45689 \end_inset
45690
45691
45692 \series default
45693
45694 \begin_inset Index idx
45695 status collapsed
45696
45697 \begin_layout Plain Layout
45698 LaTeX-Pakete ! listings
45699 \end_layout
45700
45701 \end_inset
45702
45703
45704 \end_layout
45705
45706 \begin_layout Bibliography
45707 \begin_inset CommandInset bibitem
45708 LatexCommand bibitem
45709 key "marginnote"
45710
45711 \end_inset
45712
45713 Dokumentation des LaTeX-Pakets 
45714 \series bold
45715
45716 \begin_inset CommandInset href
45717 LatexCommand href
45718 name "marginnote"
45719 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45720
45721 \end_inset
45722
45723
45724 \series default
45725
45726 \begin_inset Index idx
45727 status collapsed
45728
45729 \begin_layout Plain Layout
45730 LaTeX-Pakete ! marginnote
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 "pdfpages"
45742
45743 \end_inset
45744
45745 Dokumentation des LaTeX-Pakets 
45746 \series bold
45747
45748 \begin_inset CommandInset href
45749 LatexCommand href
45750 name "pdfpages"
45751 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.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 ! pdfpages
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 "prettyref"
45774
45775 \end_inset
45776
45777 Dokumentation des LaTeX-Pakets 
45778 \series bold
45779
45780 \begin_inset CommandInset href
45781 LatexCommand href
45782 name "prettyref"
45783 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.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 ! prettyref
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 "pstricks"
45806
45807 \end_inset
45808
45809 Webseite des LaTeX-Pakets 
45810 \series bold
45811
45812 \begin_inset CommandInset href
45813 LatexCommand href
45814 name "PSTricks"
45815 target "http://tug.org/PSTricks/"
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 ! pstricks
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 "refstyle"
45838
45839 \end_inset
45840
45841 Dokumentation des LaTeX-Pakets 
45842 \series bold
45843
45844 \begin_inset CommandInset href
45845 LatexCommand href
45846 name "refstyle"
45847 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.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 ! refstyle
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 "sidecap"
45870
45871 \end_inset
45872
45873 Dokumentation des LaTeX-Pakets 
45874 \series bold
45875
45876 \begin_inset CommandInset href
45877 LatexCommand href
45878 name "sidecap"
45879 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
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 ! sidecap
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 "NeuInLyX20"
45902
45903 \end_inset
45904
45905
45906 \begin_inset CommandInset href
45907 LatexCommand href
45908 name "Wiki-Seite"
45909 target "http://wiki.lyx.org/LyX/NewInLyX20"
45910
45911 \end_inset
45912
45913  über neue Funktionen in 
45914 \family sans
45915 LyX 2.0
45916 \family default
45917 .
45918 \end_layout
45919
45920 \begin_layout Standard
45921 \begin_inset CommandInset index_print
45922 LatexCommand printindex
45923 type "idx"
45924
45925 \end_inset
45926
45927
45928 \end_layout
45929
45930 \end_body
45931 \end_document