]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
UserGuide.lyx: correct more text styles
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 459
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
168 % workaround for a bug in KOMA-script 3.10a
169 % remove this if a newer KOMA-script version is released!
170 \usepackage{everysel,sidecap}
171 \end_preamble
172 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
173 \use_default_options false
174 \begin_modules
175 initials
176 \end_modules
177 \maintain_unincluded_children false
178 \language ngerman
179 \language_package default
180 \inputencoding auto
181 \fontencoding global
182 \font_roman default
183 \font_sans default
184 \font_typewriter default
185 \font_math auto
186 \font_default_family default
187 \use_non_tex_fonts false
188 \font_sc false
189 \font_osf false
190 \font_sf_scale 100
191 \font_tt_scale 100
192 \graphics default
193 \default_output_format default
194 \output_sync 0
195 \bibtex_command default
196 \index_command default
197 \paperfontsize 12
198 \spacing single
199 \use_hyperref true
200 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
201 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
202 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
203 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
204 \pdf_bookmarks true
205 \pdf_bookmarksnumbered true
206 \pdf_bookmarksopen true
207 \pdf_bookmarksopenlevel 1
208 \pdf_breaklinks false
209 \pdf_pdfborder false
210 \pdf_colorlinks true
211 \pdf_backref false
212 \pdf_pdfusetitle false
213 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
214 \papersize a4paper
215 \use_geometry false
216 \use_package amsmath 2
217 \use_package amssymb 2
218 \use_package esint 0
219 \use_package mathdots 1
220 \use_package mathtools 0
221 \use_package mhchem 1
222 \use_package stackrel 0
223 \use_package stmaryrd 0
224 \use_package undertilde 0
225 \cite_engine basic
226 \cite_engine_type numerical
227 \biblio_style plain
228 \use_bibtopic false
229 \use_indices false
230 \paperorientation portrait
231 \suppress_date false
232 \justification true
233 \use_refstyle 0
234 \notefontcolor #0000ff
235 \index Stichwortverzeichnis
236 \shortcut idx
237 \color #008000
238 \end_index
239 \secnumdepth 3
240 \tocdepth 3
241 \paragraph_separation skip
242 \defskip medskip
243 \quotes_language german
244 \papercolumns 1
245 \papersides 2
246 \paperpagestyle default
247 \tracking_changes false
248 \output_changes false
249 \html_math_output 0
250 \html_css_as_file 0
251 \html_be_strict false
252 \end_header
253
254 \begin_body
255
256 \begin_layout Title
257 Das LyX-Handbuch der Einfügungen:
258 \begin_inset Newline newline
259 \end_inset
260
261  
262 \size larger
263 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
264 \end_layout
265
266 \begin_layout Author
267 vom LyX Team
268 \begin_inset Foot
269 status open
270
271 \begin_layout Plain Layout
272 \noindent
273
274 \size normal
275 Übersetzung und Bearbeitung: Hartmut Haase
276 \size default
277  (
278 \noun on
279 HHa
280 \noun default
281 , bis März 2010), Uwe Stöhr
282 \begin_inset Newline newline
283 \end_inset
284
285 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
286  bitte an: 
287 \begin_inset CommandInset href
288 LatexCommand href
289 name "lyx-docs@lists.lyx.org"
290 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
291 type "mailto:"
292
293 \end_inset
294
295
296 \end_layout
297
298 \end_inset
299
300
301 \begin_inset Note Note
302 status collapsed
303
304 \begin_layout Plain Layout
305 Autor: Uwe Stöhr <uwestoehr@web.de>
306 \end_layout
307
308 \end_inset
309
310
311 \begin_inset Newline newline
312 \end_inset
313
314
315 \begin_inset Newline newline
316 \end_inset
317
318
319 \family sans
320 Version 2.0.x
321 \end_layout
322
323 \begin_layout Standard
324 \begin_inset CommandInset toc
325 LatexCommand tableofcontents
326
327 \end_inset
328
329
330 \end_layout
331
332 \begin_layout Standard
333 \begin_inset Note Note
334 status open
335
336 \begin_layout Plain Layout
337 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
338 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
339 \series bold
340 arydshln
341 \series default
342
343 \series bold
344 colortbl
345 \series default
346
347 \series bold
348 diagbox, lettrine, marginnote, picinpar
349 \series default
350  und 
351 \series bold
352 sidecap
353 \series default
354 .
355  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
356  denen sie benötigt werden.
357 \end_layout
358
359 \begin_layout Plain Layout
360 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
361  hier finden:
362 \begin_inset Newline newline
363 \end_inset
364
365
366 \series bold
367 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
368 \end_layout
369
370 \end_inset
371
372
373 \end_layout
374
375 \begin_layout Chapter
376 Abbildungen
377 \begin_inset Index idx
378 status collapsed
379
380 \begin_layout Plain Layout
381 Abbildungen
382 \end_layout
383
384 \end_inset
385
386
387 \end_layout
388
389 \begin_layout Section
390 Grafik-Dialog
391 \begin_inset Index idx
392 status collapsed
393
394 \begin_layout Plain Layout
395 Abbildungen ! Grafik-Dialog
396 \end_layout
397
398 \end_inset
399
400
401 \begin_inset CommandInset label
402 LatexCommand label
403 name "abs:Grafik-Dialog"
404
405 \end_inset
406
407
408 \end_layout
409
410 \begin_layout Standard
411 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
412  
413 \begin_inset Info
414 type  "icon"
415 arg   "dialog-show-new-inset graphics"
416 \end_inset
417
418  in der Werkzeugleiste oder wählen das Menü 
419 \family sans
420 Einfügen\SpecialChar \menuseparator
421 Grafik
422 \family default
423 .
424  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
425  
426 \family sans
427 Durchsuchen
428 \family default
429  eingeben können.
430  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
431  an der Sie sie eingefügt haben.
432 \end_layout
433
434 \begin_layout Standard
435 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
436  klicken.
437  Der Dialog hat drei Karteikarten:
438 \end_layout
439
440 \begin_layout Description
441
442 \family sans
443 Grafik
444 \family default
445  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
446  Version festlegen.
447  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
448 \begin_inset space ~
449 \end_inset
450
451
452 \begin_inset CommandInset ref
453 LatexCommand ref
454 reference "kap:In-LyX-verfügbare"
455
456 \end_inset
457
458  erklärt.
459 \begin_inset Newline newline
460 \end_inset
461
462
463 \begin_inset Index idx
464 status collapsed
465
466 \begin_layout Plain Layout
467 Abbildungen ! rotierte
468 \end_layout
469
470 \end_inset
471
472 Sie können Abbildungen durch Angabe eines 
473 \family sans
474 Winkel
475 \family default
476
477 \begin_inset space ~
478 \end_inset
479
480
481 \family sans
482 (Grad)
483 \family default
484  und Festlegung eines 
485 \family sans
486 Drehpunktes
487 \family default
488  drehen.
489  Negative Winkel drehen im Uhrzeigersinn.
490  Die Abbildung wird auch in LyX gedreht.
491 \begin_inset Newline newline
492 \end_inset
493
494
495 \begin_inset Index idx
496 status collapsed
497
498 \begin_layout Plain Layout
499 Abbildungen ! skalierte
500 \end_layout
501
502 \end_inset
503
504 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
505  oder Höhe und Breite definiert.
506  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
507  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
508  wobei sie möglicherweise verzerrt wird.
509  Um das zu vermeiden, sollten Sie 
510 \family sans
511 Seitenverhältnis
512 \begin_inset space ~
513 \end_inset
514
515 beibehalten
516 \family default
517  ankreuzen.
518  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
519  und Breite nicht überschritten werden.
520 \begin_inset Newline newline
521 \end_inset
522
523 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
524 nden Kontext-Menü 
525 \family sans
526 Datei extern bearbeiten
527 \family default
528  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
529  öffnen.
530  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
531 \family sans
532 Datei-Handhabung\SpecialChar \menuseparator
533 Dateiformate
534 \family default
535  festgelegt werden.
536 \end_layout
537
538 \begin_layout Description
539
540 \family sans
541 Ausschnitt
542 \family default
543  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
544  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
545  Wenn Sie auf 
546 \family sans
547 Lese
548 \begin_inset space ~
549 \end_inset
550
551 aus
552 \begin_inset space ~
553 \end_inset
554
555 Datei
556 \family default
557  klicken, werden die Koordinaten automatisch berechnet.
558  Die Option 
559 \family sans
560 Auf
561 \begin_inset space ~
562 \end_inset
563
564 Begrenzungsbox
565 \begin_inset space ~
566 \end_inset
567
568 zuschneiden
569 \family default
570  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
571  Koordinaten liegt.
572  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
573  diese Karteikarte ignorieren.
574 \end_layout
575
576 \begin_layout Description
577
578 \family sans
579 LaTeX-
580 \begin_inset space ~
581 \end_inset
582
583 und
584 \begin_inset space ~
585 \end_inset
586
587 LyX-Optionen
588 \family default
589  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
590  LaTeX-Experten können weitere LaTeX-Optionen definieren.
591 \begin_inset Newline newline
592 \end_inset
593
594 Ist die Option 
595 \family sans
596 Entwurfsmodus 
597 \family default
598 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
599  darin gedruckt.
600 \begin_inset Newline newline
601 \end_inset
602
603 Die Option 
604 \family sans
605 Beim
606 \begin_inset space ~
607 \end_inset
608
609 Exportieren
610 \begin_inset space ~
611 \end_inset
612
613 nicht
614 \begin_inset space ~
615 \end_inset
616
617 entpacken
618 \family default
619  betrifft nur gepackte EPS-Dateien, zum Beispiel 
620 \emph on
621 x.eps.gz
622 \emph default
623 .
624  LaTeX kann so mit ihnen umgehen.
625 \begin_inset Newline newline
626 \end_inset
627
628 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
629  wählen, siehe Anhang
630 \begin_inset space ~
631 \end_inset
632
633
634 \begin_inset CommandInset ref
635 LatexCommand ref
636 reference "abs:PostScript"
637
638 \end_inset
639
640 .
641  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
642 \begin_inset Newline newline
643 \end_inset
644
645
646 \series bold
647 gzip x.eps
648 \begin_inset Newline newline
649 \end_inset
650
651 zgrep %%Bounding x.eps.gz > x.eps.bb
652 \series default
653
654 \begin_inset Newline newline
655 \end_inset
656
657 Der zweite Befehl erzeugt die Begrenzungsbox 
658 \begin_inset Quotes gld
659 \end_inset
660
661 x.eps.bb
662 \begin_inset Quotes grd
663 \end_inset
664
665 , die LaTeX für gepackte Abbildungen benötigt.
666 \begin_inset Newline newline
667 \end_inset
668
669 Im Abschnitt 
670 \family sans
671 Grafikgruppe
672 \family default
673  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
674 n.
675 \begin_inset Index idx
676 status collapsed
677
678 \begin_layout Plain Layout
679 Abbildungen ! Einstellungsgruppen
680 \end_layout
681
682 \end_inset
683
684  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
685  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
686  der Gruppe geändert werden.
687  Damit kann man z.B.
688 \begin_inset space ~
689 \end_inset
690
691 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
692  Bild tun zu müssen.
693  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
694  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
695 \end_layout
696
697 \begin_layout Standard
698 \begin_inset VSpace bigskip
699 \end_inset
700
701
702 \end_layout
703
704 \begin_layout Standard
705 Hier ist eine zentrierte EPS-Abbildung
706 \begin_inset Foot
707 status collapsed
708
709 \begin_layout Plain Layout
710 Abbildungsformate sind in Abschnitt
711 \begin_inset space ~
712 \end_inset
713
714
715 \begin_inset CommandInset ref
716 LatexCommand ref
717 reference "abs:Bildformate"
718
719 \end_inset
720
721  beschrieben.
722 \end_layout
723
724 \end_inset
725
726  in einem eigenen Absatz:
727 \end_layout
728
729 \begin_layout Standard
730 \align center
731 \begin_inset Graphics
732         filename ../clipart/mobius.eps
733         scale 70
734         scaleBeforeRotation
735         rotateOrigin center
736
737 \end_inset
738
739
740 \end_layout
741
742 \begin_layout Standard
743 \noindent
744 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
745 \end_layout
746
747 \begin_layout Standard
748 \align center
749 \begin_inset Graphics
750         filename ../clipart/mobius.eps
751         scale 70
752         draft
753         scaleBeforeRotation
754         rotateOrigin center
755
756 \end_inset
757
758
759 \end_layout
760
761 \begin_layout Section
762 Gleitende Abbildungen
763 \begin_inset CommandInset label
764 LatexCommand label
765 name "abs:Gleitende-Abbildungen"
766
767 \end_inset
768
769
770 \begin_inset Index idx
771 status collapsed
772
773 \begin_layout Plain Layout
774 Abbildungen ! gleitende
775 \end_layout
776
777 \end_inset
778
779
780 \begin_inset Index idx
781 status collapsed
782
783 \begin_layout Plain Layout
784 Gleitobjekte ! Abbildungen
785 \end_layout
786
787 \end_inset
788
789
790 \end_layout
791
792 \begin_layout Standard
793 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
794 \begin_inset space ~
795 \end_inset
796
797
798 \begin_inset CommandInset ref
799 LatexCommand ref
800 reference "abs:Gleitobjekte-Einleitung"
801
802 \end_inset
803
804 .
805 \end_layout
806
807 \begin_layout Standard
808 Wenn Sie auf das Werkzeugleisten-Symbol 
809 \begin_inset Info
810 type  "icon"
811 arg   "float-insert figure"
812 \end_inset
813
814  klicken oder 
815 \family sans
816 Einfügen\SpecialChar \menuseparator
817 Gleit\SpecialChar \-
818 objekt\SpecialChar \menuseparator
819 Abbildung
820 \family default
821  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
822  In das rot umrahmte Feld rechts von 
823 \emph on
824 Abbildung
825 \begin_inset space ~
826 \end_inset
827
828 Nr:
829 \emph default
830  schreiben Sie die Bildbeschriftung.
831  Nach einem Klick oberhalb oder unterhalb von 
832 \emph on
833 Abbildung
834 \begin_inset space ~
835 \end_inset
836
837 Nr:
838 \emph default
839  können Sie dann eine Abbildung wie 
840 \begin_inset CommandInset ref
841 LatexCommand ref
842 reference "abb:kill-plat"
843
844 \end_inset
845
846  oberhalb oder wie Abbildung
847 \begin_inset space ~
848 \end_inset
849
850
851 \begin_inset CommandInset ref
852 LatexCommand ref
853 reference "abb:escher"
854
855 \end_inset
856
857  unterhalb der Bildbeschriftung einfügen.
858  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
859 \begin_inset space ~
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "abs:Titel-Platzierung"
866
867 \end_inset
868
869 .
870 \end_layout
871
872 \begin_layout Standard
873 \begin_inset Float figure
874 wide false
875 sideways false
876 status open
877
878 \begin_layout Plain Layout
879 \align center
880 \begin_inset Graphics
881         filename ../clipart/platypus.eps
882         width 50col%
883         scaleBeforeRotation
884         rotateOrigin center
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Plain Layout
892 \begin_inset Caption Standard
893
894 \begin_layout Plain Layout
895 \begin_inset CommandInset label
896 LatexCommand label
897 name "abb:kill-plat"
898
899 \end_inset
900
901 Platypus in einem Gleitobjekt
902 \end_layout
903
904 \end_inset
905
906
907 \end_layout
908
909 \end_inset
910
911
912 \end_layout
913
914 \begin_layout Standard
915 \begin_inset Float figure
916 wide false
917 sideways false
918 status open
919
920 \begin_layout Plain Layout
921 \begin_inset Caption Standard
922
923 \begin_layout Plain Layout
924 \begin_inset CommandInset label
925 LatexCommand label
926 name "abb:escher"
927
928 \end_inset
929
930 M.C.
931  Escher
932 \end_layout
933
934 \end_inset
935
936
937 \end_layout
938
939 \begin_layout Plain Layout
940 \align center
941 \begin_inset Graphics
942         filename ../clipart/escher-lsd.eps
943         scale 80
944         scaleBeforeRotation
945         rotateOrigin center
946
947 \end_inset
948
949
950 \end_layout
951
952 \end_inset
953
954
955 \end_layout
956
957 \begin_layout Standard
958 \begin_inset Index idx
959 status collapsed
960
961 \begin_layout Plain Layout
962 Querverweise ! auf Abbildungen
963 \end_layout
964
965 \end_inset
966
967 Abbildung
968 \begin_inset space ~
969 \end_inset
970
971
972 \begin_inset CommandInset ref
973 LatexCommand ref
974 reference "abb:kill-plat"
975
976 \end_inset
977
978  und 
979 \begin_inset CommandInset ref
980 LatexCommand ref
981 reference "abb:escher"
982
983 \end_inset
984
985  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
986  Dafür fügen Sie in der Beschriftung mit 
987 \family sans
988 Einfügen\SpecialChar \menuseparator
989 Marke
990 \family default
991  oder durch Klicken auf 
992 \begin_inset Info
993 type  "icon"
994 arg   "label-insert"
995 \end_inset
996
997  eine Marke ein.
998  Auf diese können Sie dann wie gewohnt mit 
999 \family sans
1000 Einfügen\SpecialChar \menuseparator
1001 Querverweis
1002 \family default
1003  oder durch Klicken auf 
1004 \family sans
1005
1006 \begin_inset Info
1007 type  "icon"
1008 arg   "dialog-show-new-inset ref"
1009 \end_inset
1010
1011
1012 \family default
1013  verweisen.
1014  Das ist besser als eine vage Formulierung wie 
1015 \begin_inset Quotes gld
1016 \end_inset
1017
1018 die obige Abbildung
1019 \begin_inset Quotes grd
1020 \end_inset
1021
1022  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1023  erscheint, und das muss nicht 
1024 \emph on
1025 oben
1026 \emph default
1027  sein.
1028  Verweise werden detailliert in Abschnitt
1029 \begin_inset space ~
1030 \end_inset
1031
1032
1033 \begin_inset CommandInset ref
1034 LatexCommand ref
1035 reference "abs:Auf-Gleitobjekte-verweisen"
1036
1037 \end_inset
1038
1039  beschrieben.
1040 \end_layout
1041
1042 \begin_layout Standard
1043 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1044  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1045  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1046  Gleitabbildung einfügt.
1047  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1048  Abbildung
1049 \begin_inset space ~
1050 \end_inset
1051
1052
1053 \begin_inset CommandInset ref
1054 LatexCommand ref
1055 reference "abb:Zwei-Teilabbildungen"
1056
1057 \end_inset
1058
1059  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1060  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1061  Gleitabbildung auf Eingabe drücken.
1062  Abbildung
1063 \begin_inset space ~
1064 \end_inset
1065
1066
1067 \begin_inset CommandInset ref
1068 LatexCommand ref
1069 reference "abb:Undefinierbar"
1070
1071 \end_inset
1072
1073  und 
1074 \begin_inset CommandInset ref
1075 LatexCommand ref
1076 reference "abb:Ein-Schnabeltier"
1077
1078 \end_inset
1079
1080  sind die Teilabbildungen.
1081 \end_layout
1082
1083 \begin_layout Standard
1084 \begin_inset Float figure
1085 wide false
1086 sideways false
1087 status open
1088
1089 \begin_layout Plain Layout
1090 \begin_inset space \hfill{}
1091 \end_inset
1092
1093
1094 \begin_inset Float figure
1095 wide false
1096 sideways false
1097 status collapsed
1098
1099 \begin_layout Plain Layout
1100 \begin_inset Caption Standard
1101
1102 \begin_layout Plain Layout
1103 \begin_inset CommandInset label
1104 LatexCommand label
1105 name "abb:Undefinierbar"
1106
1107 \end_inset
1108
1109 Undefinierbar
1110 \end_layout
1111
1112 \end_inset
1113
1114
1115 \end_layout
1116
1117 \begin_layout Plain Layout
1118 \begin_inset Graphics
1119         filename ../clipart/escher-lsd.eps
1120         width 35col%
1121         scaleBeforeRotation
1122         groupId Teilabbildung
1123
1124 \end_inset
1125
1126
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \begin_inset space \hfill{}
1133 \end_inset
1134
1135
1136 \begin_inset Float figure
1137 wide false
1138 sideways false
1139 status collapsed
1140
1141 \begin_layout Plain Layout
1142 \begin_inset Caption Standard
1143
1144 \begin_layout Plain Layout
1145 \begin_inset CommandInset label
1146 LatexCommand label
1147 name "abb:Ein-Schnabeltier"
1148
1149 \end_inset
1150
1151 Ein Schnabeltier
1152 \end_layout
1153
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \begin_layout Plain Layout
1160 \begin_inset Graphics
1161         filename ../clipart/platypus.eps
1162         width 35col%
1163         scaleBeforeRotation
1164         groupId Teilabbildung
1165
1166 \end_inset
1167
1168
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \begin_inset space \hfill{}
1175 \end_inset
1176
1177
1178 \end_layout
1179
1180 \begin_layout Plain Layout
1181 \begin_inset Caption Standard
1182
1183 \begin_layout Plain Layout
1184 \begin_inset CommandInset label
1185 LatexCommand label
1186 name "abb:Zwei-Teilabbildungen"
1187
1188 \end_inset
1189
1190 Zwei Teilabbildungen nebeneinander.
1191  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1192 \begin_inset Quotes gld
1193 \end_inset
1194
1195 Teilabbildung
1196 \begin_inset Quotes grd
1197 \end_inset
1198
1199  an.
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \end_inset
1208
1209
1210 \end_layout
1211
1212 \begin_layout Section
1213 Bildformate
1214 \begin_inset CommandInset label
1215 LatexCommand label
1216 name "abs:Bildformate"
1217
1218 \end_inset
1219
1220
1221 \begin_inset Index idx
1222 status collapsed
1223
1224 \begin_layout Plain Layout
1225 Abbildungen ! Bildformate
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \begin_layout Standard
1234 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1235  Aber wie in Anhang
1236 \begin_inset space ~
1237 \end_inset
1238
1239
1240 \begin_inset CommandInset ref
1241 LatexCommand ref
1242 reference "kap:Ausgabedatei-Formate"
1243
1244 \end_inset
1245
1246  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1247  LyX benutzt im Hintergrund das Programm
1248 \family typewriter
1249  ImageMagick
1250 \family default
1251 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1252  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1253  vermeiden.
1254  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1255  werden können.
1256  Diese Formate werden in Anhang
1257 \begin_inset space ~
1258 \end_inset
1259
1260
1261 \begin_inset CommandInset ref
1262 LatexCommand ref
1263 reference "kap:Ausgabedatei-Formate"
1264
1265 \end_inset
1266
1267  beschrieben.
1268 \end_layout
1269
1270 \begin_layout Standard
1271 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1272 \end_layout
1273
1274 \begin_layout Description
1275 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1276  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1277  
1278 \emph on
1279 pixelig
1280 \emph default
1281  aus.
1282  Bekannte Pixel-Formate sind 
1283 \begin_inset Quotes gld
1284 \end_inset
1285
1286 Graphics Interchange Format
1287 \begin_inset Quotes grd
1288 \end_inset
1289
1290  (GIF, Dateiendung
1291 \family typewriter
1292  
1293 \family default
1294
1295 \begin_inset Quotes gld
1296 \end_inset
1297
1298
1299 \family typewriter
1300 .gif
1301 \family default
1302
1303 \begin_inset Quotes grd
1304 \end_inset
1305
1306 )
1307 \begin_inset Index idx
1308 status collapsed
1309
1310 \begin_layout Plain Layout
1311 GIF
1312 \end_layout
1313
1314 \end_inset
1315
1316
1317 \begin_inset Quotes gld
1318 \end_inset
1319
1320 Portable Network Graphics
1321 \begin_inset Quotes grd
1322 \end_inset
1323
1324  (PNG, Dateiendung 
1325 \begin_inset Quotes gld
1326 \end_inset
1327
1328
1329 \family typewriter
1330 .png
1331 \family default
1332
1333 \begin_inset Quotes grd
1334 \end_inset
1335
1336 )
1337 \begin_inset Index idx
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341 PNG
1342 \end_layout
1343
1344 \end_inset
1345
1346
1347 \begin_inset Quotes gld
1348 \end_inset
1349
1350 Joint Photographic Experts Group
1351 \begin_inset Quotes grd
1352 \end_inset
1353
1354  (JPEG, Dateiendung
1355 \family typewriter
1356  
1357 \family default
1358
1359 \begin_inset Quotes gld
1360 \end_inset
1361
1362
1363 \family typewriter
1364 .jpg
1365 \family default
1366
1367 \begin_inset Quotes grd
1368 \end_inset
1369
1370  oder 
1371 \begin_inset Quotes gld
1372 \end_inset
1373
1374
1375 \family typewriter
1376 .jpeg
1377 \family default
1378
1379 \begin_inset Quotes grd
1380 \end_inset
1381
1382 )
1383 \begin_inset Index idx
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387 JPG, JPEG
1388 \end_layout
1389
1390 \end_inset
1391
1392  und 
1393 \begin_inset Quotes gld
1394 \end_inset
1395
1396 Windows Bitmap
1397 \begin_inset Quotes grd
1398 \end_inset
1399
1400  (BMP, Dateiendung 
1401 \begin_inset Quotes gld
1402 \end_inset
1403
1404
1405 \family typewriter
1406 .bmp
1407 \family default
1408
1409 \begin_inset Quotes grd
1410 \end_inset
1411
1412 )
1413 \begin_inset Index idx
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 BMP
1418 \end_layout
1419
1420 \end_inset
1421
1422 .
1423 \end_layout
1424
1425 \begin_layout Description
1426 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1427  auf jede beliebige Größe skaliert werden.
1428  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1429  zoomen zu können.
1430 \begin_inset Newline newline
1431 \end_inset
1432
1433 Bekannte Formate sind 
1434 \begin_inset Quotes gld
1435 \end_inset
1436
1437 Scalable Vector Graphics
1438 \begin_inset Quotes grd
1439 \end_inset
1440
1441  (SVG, Dateiendung
1442 \family typewriter
1443  
1444 \family default
1445
1446 \begin_inset Quotes gld
1447 \end_inset
1448
1449
1450 \family typewriter
1451 .svg
1452 \family default
1453
1454 \begin_inset Quotes grd
1455 \end_inset
1456
1457 )
1458 \begin_inset Index idx
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462 SVG
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \begin_inset Quotes gld
1469 \end_inset
1470
1471 Encapsulated PostScript
1472 \begin_inset Quotes grd
1473 \end_inset
1474
1475  (EPS, Dateiendung 
1476 \begin_inset Quotes gld
1477 \end_inset
1478
1479
1480 \family typewriter
1481 .eps
1482 \family default
1483
1484 \begin_inset Quotes grd
1485 \end_inset
1486
1487 )
1488 \begin_inset Index idx
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492 EPS
1493 \end_layout
1494
1495 \end_inset
1496
1497
1498 \begin_inset Quotes gld
1499 \end_inset
1500
1501 Portable Document Format
1502 \begin_inset Quotes grd
1503 \end_inset
1504
1505  (PDF, Dateiendung
1506 \family typewriter
1507  
1508 \family default
1509
1510 \begin_inset Quotes gld
1511 \end_inset
1512
1513
1514 \family typewriter
1515 .pdf
1516 \family default
1517
1518 \begin_inset Quotes grd
1519 \end_inset
1520
1521 )
1522 \begin_inset Index idx
1523 status collapsed
1524
1525 \begin_layout Plain Layout
1526 PDF
1527 \end_layout
1528
1529 \end_inset
1530
1531  und 
1532 \begin_inset Quotes gld
1533 \end_inset
1534
1535 Windows Metafile
1536 \begin_inset Quotes grd
1537 \end_inset
1538
1539  (WMF, Dateiendung 
1540 \begin_inset Quotes gld
1541 \end_inset
1542
1543
1544 \family typewriter
1545 .wmf
1546 \family default
1547
1548 \begin_inset Quotes grd
1549 \end_inset
1550
1551 )
1552 \begin_inset Index idx
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556 WMF
1557 \end_layout
1558
1559 \end_inset
1560
1561 .
1562 \end_layout
1563
1564 \begin_layout Standard
1565 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1566  das Ergebnis ist immer noch ein Pixelbild.
1567  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1568  hinzugefügt.
1569 \begin_inset Foot
1570 status collapsed
1571
1572 \begin_layout Plain Layout
1573 Bei PDF wird das Originalbild auch noch komprimiert.
1574 \end_layout
1575
1576 \end_inset
1577
1578  Die PDF-Dateien, die 
1579 \family typewriter
1580 Adobe Photoshop
1581 \family default
1582  erzeugt, sind zum Beispiel Pixelbilder.
1583 \end_layout
1584
1585 \begin_layout Standard
1586 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1587  umgekehrt.
1588  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1589  eingefügt werden.
1590  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1591  erzeugt wird, weil es zur Zeit keine WMF/SVG
1592 \begin_inset Formula $\to$
1593 \end_inset
1594
1595 PDF/EPS Konverter gibt.
1596 \end_layout
1597
1598 \begin_layout Chapter
1599 Tabellen
1600 \begin_inset Index idx
1601 status collapsed
1602
1603 \begin_layout Plain Layout
1604 Tabellen
1605 \end_layout
1606
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \begin_layout Section
1613 Einführung
1614 \begin_inset Index idx
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618 Tabellen ! Einführung
1619 \end_layout
1620
1621 \end_inset
1622
1623
1624 \end_layout
1625
1626 \begin_layout Standard
1627 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1628 \begin_inset Info
1629 type  "icon"
1630 arg   "tabular-insert"
1631 \end_inset
1632
1633  oder das Menü 
1634 \family sans
1635 Einfügen\SpecialChar \menuseparator
1636 Tabelle
1637 \family default
1638  einfügen.
1639  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1640 \begin_inset space \thinspace{}
1641 \end_inset
1642
1643 -Tabelle.
1644  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1645  und die Größe der dunkelblauen Tabelle angezeigt.
1646  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1647  ein.
1648  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1649  Spaltenanzahl festlegen können.
1650 \end_layout
1651
1652 \begin_layout Standard
1653 In der so erstellten Tabelle ist jede Zelle umrandet.
1654  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1655  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1656  die zweite Zeile eine Linie oberhalb haben.
1657  Hier ist ein Beispiel:
1658 \end_layout
1659
1660 \begin_layout Standard
1661 \align center
1662 \begin_inset Tabular
1663 <lyxtabular version="3" rows="5" columns="4">
1664 <features rotate="0" tabularvalignment="middle">
1665 <column alignment="center" valignment="top" width="0">
1666 <column alignment="center" valignment="top" width="0">
1667 <column alignment="center" valignment="top" width="0">
1668 <column alignment="center" valignment="top" width="0">
1669 <row>
1670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683
1684 \family roman
1685 \series medium
1686 \shape up
1687 \size normal
1688 \emph off
1689 \bar no
1690 \noun off
1691 \color none
1692 1
1693 \end_layout
1694
1695 \end_inset
1696 </cell>
1697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1698 \begin_inset Text
1699
1700 \begin_layout Plain Layout
1701 2
1702 \end_layout
1703
1704 \end_inset
1705 </cell>
1706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1707 \begin_inset Text
1708
1709 \begin_layout Plain Layout
1710 3
1711 \end_layout
1712
1713 \end_inset
1714 </cell>
1715 </row>
1716 <row>
1717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1718 \begin_inset Text
1719
1720 \begin_layout Plain Layout
1721
1722 \family roman
1723 \series medium
1724 \shape up
1725 \size normal
1726 \emph off
1727 \bar no
1728 \noun off
1729 \color none
1730 A
1731 \end_layout
1732
1733 \end_inset
1734 </cell>
1735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1736 \begin_inset Text
1737
1738 \begin_layout Plain Layout
1739
1740 \end_layout
1741
1742 \end_inset
1743 </cell>
1744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1745 \begin_inset Text
1746
1747 \begin_layout Plain Layout
1748
1749 \end_layout
1750
1751 \end_inset
1752 </cell>
1753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1754 \begin_inset Text
1755
1756 \begin_layout Plain Layout
1757
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 </row>
1763 <row>
1764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1765 \begin_inset Text
1766
1767 \begin_layout Plain Layout
1768
1769 \family roman
1770 \series medium
1771 \shape up
1772 \size normal
1773 \emph off
1774 \bar no
1775 \noun off
1776 \color none
1777 B
1778 \end_layout
1779
1780 \end_inset
1781 </cell>
1782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1783 \begin_inset Text
1784
1785 \begin_layout Plain Layout
1786
1787 \end_layout
1788
1789 \end_inset
1790 </cell>
1791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1792 \begin_inset Text
1793
1794 \begin_layout Plain Layout
1795
1796 \end_layout
1797
1798 \end_inset
1799 </cell>
1800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Plain Layout
1804
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 </row>
1810 <row>
1811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815
1816 \family roman
1817 \series medium
1818 \shape up
1819 \size normal
1820 \emph off
1821 \bar no
1822 \noun off
1823 \color none
1824 C
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862 D
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 </row>
1895 </lyxtabular>
1896
1897 \end_inset
1898
1899
1900 \end_layout
1901
1902 \begin_layout Section
1903 Tabellen-Dialog
1904 \begin_inset Index idx
1905 status collapsed
1906
1907 \begin_layout Plain Layout
1908 Tabellen ! Einstellungen
1909 \end_layout
1910
1911 \end_inset
1912
1913
1914 \end_layout
1915
1916 \begin_layout Standard
1917 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1918  Maustaste draufklicken.
1919  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1920 \family sans
1921 Einstellungen
1922 \family default
1923  steht.
1924  Ein Klick darauf öffnet den Tabellen-Dialog.
1925  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1926  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1927  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1928  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1929  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1930  Auswahl.
1931  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1932 \emph on
1933 Inhalt
1934 \emph default
1935  einer Zelle oder die Zelle selber ausgewählt haben.
1936 \begin_inset Newline newline
1937 \end_inset
1938
1939 Mit der Dialog-Option 
1940 \family sans
1941 Direkt
1942 \begin_inset space ~
1943 \end_inset
1944
1945 übernehmen
1946 \family default
1947  wird jede Änderung, die Sie machen, direkt übernommen.
1948  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1949  dann auch die Parameter der neuen Zelle an.
1950  Wenn Sie Längenwerte im Dialog ändern, müssen Sie Enter drücken, um die
1951  Änderung zu übernehmen.
1952 \begin_inset Newline newline
1953 \end_inset
1954
1955 Der Tabellen-Dialog hat folgende Karteikarten:
1956 \end_layout
1957
1958 \begin_layout Description
1959
1960 \family sans
1961 Tabellen-Einstellungen
1962 \family default
1963  Hier können Sie die Horizontale
1964 \begin_inset space ~
1965 \end_inset
1966
1967 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1968  Die Ausrichtung 
1969 \family sans
1970 Am
1971 \begin_inset space ~
1972 \end_inset
1973
1974 Dezimaltrenner
1975 \family default
1976  ist in Abschnitt
1977 \begin_inset space ~
1978 \end_inset
1979
1980
1981 \begin_inset CommandInset ref
1982 LatexCommand ref
1983 reference "uab:Besondere-Zellenausrichtung"
1984
1985 \end_inset
1986
1987  beschrieben.
1988  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1989 \begin_inset space ~
1990 \end_inset
1991
1992 Ausrichtung der momentanen Zeile wählen.
1993  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1994  Absätze haben, wie in Abschnitt
1995 \begin_inset space ~
1996 \end_inset
1997
1998
1999 \begin_inset CommandInset ref
2000 LatexCommand ref
2001 reference "uab:Mehrfache-Zeilen-in"
2002
2003 \end_inset
2004
2005  beschrieben.
2006  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2007 \begin_inset Newline newline
2008 \end_inset
2009
2010 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2011  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2012 \begin_inset space ~
2013 \end_inset
2014
2015
2016 \begin_inset CommandInset ref
2017 LatexCommand ref
2018 reference "uab:Mehrfachspalten"
2019
2020 \end_inset
2021
2022  und 
2023 \begin_inset CommandInset ref
2024 LatexCommand ref
2025 reference "uab:Mehrfachzeilen"
2026
2027 \end_inset
2028
2029  beschrieben.
2030 \begin_inset Newline newline
2031 \end_inset
2032
2033 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2034  den Uhrzeigersinn um 90° drehen.
2035  LyX zeigt diese Drehung nur in der Ausgabe.
2036  Für weitere Informationen siehe Abschnitt
2037 \begin_inset space ~
2038 \end_inset
2039
2040
2041 \begin_inset CommandInset ref
2042 LatexCommand ref
2043 reference "abs:Rotierte-Tabellenzellen"
2044
2045 \end_inset
2046
2047 .
2048 \begin_inset Newline newline
2049 \end_inset
2050
2051
2052 \begin_inset Note Greyedout
2053 status open
2054
2055 \begin_layout Plain Layout
2056
2057 \series bold
2058 Achtung:
2059 \series default
2060  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2061 \end_layout
2062
2063 \end_inset
2064
2065
2066 \begin_inset Newline newline
2067 \end_inset
2068
2069 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2070  Textzeilen verwendet:
2071 \begin_inset Newline newline
2072 \end_inset
2073
2074 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2075 \begin_inset Tabular
2076 <lyxtabular version="3" rows="2" columns="2">
2077 <features rotate="0" tabularvalignment="top">
2078 <column alignment="center" valignment="top" width="0pt">
2079 <column alignment="center" valignment="top" width="0">
2080 <row>
2081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2082 \begin_inset Text
2083
2084 \begin_layout Plain Layout
2085
2086 \end_layout
2087
2088 \end_inset
2089 </cell>
2090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2091 \begin_inset Text
2092
2093 \begin_layout Plain Layout
2094 1
2095 \end_layout
2096
2097 \end_inset
2098 </cell>
2099 </row>
2100 <row>
2101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2102 \begin_inset Text
2103
2104 \begin_layout Plain Layout
2105 A
2106 \end_layout
2107
2108 \end_inset
2109 </cell>
2110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2111 \begin_inset Text
2112
2113 \begin_layout Plain Layout
2114
2115 \end_layout
2116
2117 \end_inset
2118 </cell>
2119 </row>
2120 </lyxtabular>
2121
2122 \end_inset
2123
2124  
2125 \begin_inset Tabular
2126 <lyxtabular version="3" rows="2" columns="2">
2127 <features rotate="0" tabularvalignment="middle">
2128 <column alignment="center" valignment="top" width="0">
2129 <column alignment="center" valignment="top" width="0">
2130 <row>
2131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2132 \begin_inset Text
2133
2134 \begin_layout Plain Layout
2135
2136 \end_layout
2137
2138 \end_inset
2139 </cell>
2140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2141 \begin_inset Text
2142
2143 \begin_layout Plain Layout
2144 1
2145 \end_layout
2146
2147 \end_inset
2148 </cell>
2149 </row>
2150 <row>
2151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2152 \begin_inset Text
2153
2154 \begin_layout Plain Layout
2155 A
2156 \end_layout
2157
2158 \end_inset
2159 </cell>
2160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2161 \begin_inset Text
2162
2163 \begin_layout Plain Layout
2164
2165 \end_layout
2166
2167 \end_inset
2168 </cell>
2169 </row>
2170 </lyxtabular>
2171
2172 \end_inset
2173
2174  
2175 \begin_inset Tabular
2176 <lyxtabular version="3" rows="2" columns="2">
2177 <features rotate="0" tabularvalignment="bottom">
2178 <column alignment="center" valignment="top" width="0pt">
2179 <column alignment="center" valignment="top" width="0">
2180 <row>
2181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2182 \begin_inset Text
2183
2184 \begin_layout Plain Layout
2185
2186 \end_layout
2187
2188 \end_inset
2189 </cell>
2190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2191 \begin_inset Text
2192
2193 \begin_layout Plain Layout
2194 1
2195 \end_layout
2196
2197 \end_inset
2198 </cell>
2199 </row>
2200 <row>
2201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2202 \begin_inset Text
2203
2204 \begin_layout Plain Layout
2205 A
2206 \end_layout
2207
2208 \end_inset
2209 </cell>
2210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2211 \begin_inset Text
2212
2213 \begin_layout Plain Layout
2214
2215 \end_layout
2216
2217 \end_inset
2218 </cell>
2219 </row>
2220 </lyxtabular>
2221
2222 \end_inset
2223
2224
2225 \begin_inset Newline newline
2226 \end_inset
2227
2228 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2229 gen einfügen,
2230  wie in den Abschnitten 
2231 \begin_inset CommandInset ref
2232 LatexCommand ref
2233 reference "uab:Mehrfachspalten-Berechnungen"
2234
2235 \end_inset
2236
2237  und 
2238 \begin_inset CommandInset ref
2239 LatexCommand ref
2240 reference "abs:Farbige-Tabellen"
2241
2242 \end_inset
2243
2244  beschrieben.
2245 \end_layout
2246
2247 \begin_layout Description
2248
2249 \family sans
2250 Rahmen
2251 \family default
2252  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2253  hinzufügen und löschen.
2254 \begin_inset Newline newline
2255 \end_inset
2256
2257 Wenn Sie die Stil-Option
2258 \family sans
2259  Formal
2260 \family default
2261  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2262 \begin_inset space ~
2263 \end_inset
2264
2265
2266 \begin_inset CommandInset ref
2267 LatexCommand ref
2268 reference "abs:Formale-Tabellen"
2269
2270 \end_inset
2271
2272  beschrieben, konvertiert.
2273 \begin_inset Newline newline
2274 \end_inset
2275
2276 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2277 \begin_inset space ~
2278 \end_inset
2279
2280
2281 \begin_inset CommandInset ref
2282 LatexCommand ref
2283 reference "uab:Zeilenabstand"
2284
2285 \end_inset
2286
2287  beschrieben.
2288 \end_layout
2289
2290 \begin_layout Description
2291
2292 \family sans
2293 Lange
2294 \begin_inset space ~
2295 \end_inset
2296
2297 Tabelle
2298 \family default
2299  Hier kann eine Tabelle als 
2300 \begin_inset Quotes gld
2301 \end_inset
2302
2303 Lange
2304 \begin_inset space ~
2305 \end_inset
2306
2307 Tabelle
2308 \begin_inset Quotes grd
2309 \end_inset
2310
2311  definiert werden, die über mehrere Seiten reicht.
2312  Die Abschnitte
2313 \begin_inset space ~
2314 \end_inset
2315
2316
2317 \begin_inset CommandInset ref
2318 LatexCommand ref
2319 reference "abs:Lange-Tabellen"
2320
2321 \end_inset
2322
2323  und 
2324 \begin_inset CommandInset ref
2325 LatexCommand ref
2326 reference "abs:Special-Longtable-Issues"
2327
2328 \end_inset
2329
2330  beschreiben diese Funktion genauer.
2331 \end_layout
2332
2333 \begin_layout Section
2334 Tabellen-Werkzeugleiste
2335 \begin_inset Index idx
2336 status collapsed
2337
2338 \begin_layout Plain Layout
2339 Tabellen ! Werkzeugleiste
2340 \end_layout
2341
2342 \end_inset
2343
2344
2345 \end_layout
2346
2347 \begin_layout Standard
2348 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2349 \family sans
2350 Tabellen-Einstellungen
2351 \family default
2352 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2353  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2354  LyX-Fensters.
2355 \end_layout
2356
2357 \begin_layout Standard
2358 Die Werkzeugleiste hat folgende Knöpfe:
2359 \end_layout
2360
2361 \begin_layout Labeling
2362 \labelwidthstring 00.00.0000
2363 \begin_inset Info
2364 type  "icon"
2365 arg   "inset-modify tabular append-row"
2366 \end_inset
2367
2368  Fügt eine Zeile unterhalb der momentanen an
2369 \end_layout
2370
2371 \begin_layout Labeling
2372 \labelwidthstring 00.00.0000
2373 \begin_inset Info
2374 type  "icon"
2375 arg   "inset-modify tabular append-column"
2376 \end_inset
2377
2378  Fügt eine Spalte rechts von der momentanen an
2379 \end_layout
2380
2381 \begin_layout Labeling
2382 \labelwidthstring 00.00.0000
2383 \begin_inset Info
2384 type  "icon"
2385 arg   "inset-modify tabular delete-row"
2386 \end_inset
2387
2388  Löscht die ausgewählte(n) Zeile(n)
2389 \end_layout
2390
2391 \begin_layout Labeling
2392 \labelwidthstring 00.00.0000
2393 \begin_inset Info
2394 type  "icon"
2395 arg   "inset-modify tabular delete-column"
2396 \end_inset
2397
2398  Löscht die ausgewählte(n) Spalte(n)
2399 \end_layout
2400
2401 \begin_layout Labeling
2402 \labelwidthstring 00.00.0000
2403 \begin_inset Info
2404 type  "icon"
2405 arg   "inset-modify tabular toggle-line-top"
2406 \end_inset
2407
2408  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2409  wenn der Knopf grau hinterlegt ist
2410 \end_layout
2411
2412 \begin_layout Labeling
2413 \labelwidthstring 00.00.0000
2414 \begin_inset Info
2415 type  "icon"
2416 arg   "inset-modify tabular toggle-line-bottom"
2417 \end_inset
2418
2419  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2420  wenn der Knopf grau hinterlegt ist
2421 \end_layout
2422
2423 \begin_layout Labeling
2424 \labelwidthstring 00.00.0000
2425 \begin_inset Info
2426 type  "icon"
2427 arg   "inset-modify tabular toggle-line-left"
2428 \end_inset
2429
2430  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2431  wenn der Knopf grau hinterlegt ist
2432 \end_layout
2433
2434 \begin_layout Labeling
2435 \labelwidthstring 00.00.0000
2436 \begin_inset Info
2437 type  "icon"
2438 arg   "inset-modify tabular toggle-line-right"
2439 \end_inset
2440
2441  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2442  wenn der Knopf grau hinterlegt ist
2443 \end_layout
2444
2445 \begin_layout Labeling
2446 \labelwidthstring 00.00.0000
2447 \begin_inset Info
2448 type  "icon"
2449 arg   "inset-modify tabular set-all-lines"
2450 \end_inset
2451
2452  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2453 \end_layout
2454
2455 \begin_layout Labeling
2456 \labelwidthstring 00.00.0000
2457 \begin_inset Info
2458 type  "icon"
2459 arg   "inset-modify tabular unset-all-lines"
2460 \end_inset
2461
2462  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2463 \end_layout
2464
2465 \begin_layout Labeling
2466 \labelwidthstring 00.00.0000
2467 \begin_inset Info
2468 type  "icon"
2469 arg   "inset-modify tabular m-align-left"
2470 \end_inset
2471
2472  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2473 \end_layout
2474
2475 \begin_layout Labeling
2476 \labelwidthstring 00.00.0000
2477 \begin_inset Info
2478 type  "icon"
2479 arg   "inset-modify tabular m-align-center"
2480 \end_inset
2481
2482  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2483 \end_layout
2484
2485 \begin_layout Labeling
2486 \labelwidthstring 00.00.0000
2487 \begin_inset Info
2488 type  "icon"
2489 arg   "inset-modify tabular m-align-right"
2490 \end_inset
2491
2492  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2493 \end_layout
2494
2495 \begin_layout Labeling
2496 \labelwidthstring 00.00.0000
2497 \begin_inset Info
2498 type  "icon"
2499 arg   "inset-modify tabular align-decimal"
2500 \end_inset
2501
2502  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2503 \end_layout
2504
2505 \begin_layout Labeling
2506 \labelwidthstring 00.00.0000
2507 \begin_inset Info
2508 type  "icon"
2509 arg   "inset-modify tabular m-valign-top"
2510 \end_inset
2511
2512  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2513 \end_layout
2514
2515 \begin_layout Labeling
2516 \labelwidthstring 00.00.0000
2517 \begin_inset Info
2518 type  "icon"
2519 arg   "inset-modify tabular m-valign-middle"
2520 \end_inset
2521
2522  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2523 \end_layout
2524
2525 \begin_layout Labeling
2526 \labelwidthstring 00.00.0000
2527 \begin_inset Info
2528 type  "icon"
2529 arg   "inset-modify tabular m-valign-bottom"
2530 \end_inset
2531
2532  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2533 \end_layout
2534
2535 \begin_layout Labeling
2536 \labelwidthstring 00.00.0000
2537 \begin_inset Info
2538 type  "icon"
2539 arg   "inset-modify tabular set-rotate-cell"
2540 \end_inset
2541
2542  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2543 \end_layout
2544
2545 \begin_layout Labeling
2546 \labelwidthstring 00.00.0000
2547 \begin_inset Info
2548 type  "icon"
2549 arg   "inset-modify tabular set-rotate-tabular"
2550 \end_inset
2551
2552  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2553 \end_layout
2554
2555 \begin_layout Labeling
2556 \labelwidthstring 00.00.0000
2557 \begin_inset Info
2558 type  "icon"
2559 arg   "inset-modify tabular multicolumn"
2560 \end_inset
2561
2562  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2563 \end_layout
2564
2565 \begin_layout Labeling
2566 \labelwidthstring 00.00.0000
2567 \begin_inset Info
2568 type  "icon"
2569 arg   "inset-modify tabular multirow"
2570 \end_inset
2571
2572  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2573 \end_layout
2574
2575 \begin_layout Standard
2576 \begin_inset Note Greyedout
2577 status open
2578
2579 \begin_layout Plain Layout
2580
2581 \series bold
2582 Bemerkung:
2583 \series default
2584  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2585  Reihe für alle Zelle der Reihe verwendet.
2586 \end_layout
2587
2588 \end_inset
2589
2590
2591 \end_layout
2592
2593 \begin_layout Section
2594 Bearbeiten-Menü
2595 \begin_inset Index idx
2596 status collapsed
2597
2598 \begin_layout Plain Layout
2599 Tabellen ! Bearbeiten-Menü
2600 \end_layout
2601
2602 \end_inset
2603
2604
2605 \end_layout
2606
2607 \begin_layout Standard
2608 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2609  Wenn der Cursor in einer Tabelle steht, sind im 
2610 \family sans
2611 Bearbeiten
2612 \family default
2613 -Menü folgende Punkte aktiviert: 
2614 \family sans
2615 Tabelle
2616 \family default
2617
2618 \family sans
2619 Zeilen
2620 \begin_inset space ~
2621 \end_inset
2622
2623 &
2624 \begin_inset space ~
2625 \end_inset
2626
2627 Spalten
2628 \family default
2629  und 
2630 \family sans
2631 Tabellen-Einstellungen
2632 \family default
2633 .
2634  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2635 ngsmöglichkeiten zu erreichen.
2636 \end_layout
2637
2638 \begin_layout Section
2639 Gleitende Tabellen
2640 \begin_inset CommandInset label
2641 LatexCommand label
2642 name "abs:Gleitende-Tabellen"
2643
2644 \end_inset
2645
2646
2647 \begin_inset Index idx
2648 status collapsed
2649
2650 \begin_layout Plain Layout
2651 Gleitobjekte ! Tabellen
2652 \end_layout
2653
2654 \end_inset
2655
2656
2657 \begin_inset Index idx
2658 status collapsed
2659
2660 \begin_layout Plain Layout
2661 Tabellen ! gleitende
2662 \end_layout
2663
2664 \end_inset
2665
2666
2667 \end_layout
2668
2669 \begin_layout Standard
2670 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2671 \begin_inset space ~
2672 \end_inset
2673
2674
2675 \begin_inset CommandInset ref
2676 LatexCommand ref
2677 reference "abs:Gleitobjekte-Einleitung"
2678
2679 \end_inset
2680
2681 .
2682 \end_layout
2683
2684 \begin_layout Standard
2685 \begin_inset Float table
2686 placement h
2687 wide false
2688 sideways false
2689 status open
2690
2691 \begin_layout Plain Layout
2692 \begin_inset Caption Standard
2693
2694 \begin_layout Plain Layout
2695 \begin_inset CommandInset label
2696 LatexCommand label
2697 name "tab:a table float"
2698
2699 \end_inset
2700
2701 Eine gleitende Tabelle
2702 \end_layout
2703
2704 \end_inset
2705
2706
2707 \end_layout
2708
2709 \begin_layout Plain Layout
2710 \align center
2711 \begin_inset Tabular
2712 <lyxtabular version="3" rows="3" columns="3">
2713 <features rotate="0" tabularvalignment="middle">
2714 <column alignment="center" valignment="top" width="0pt">
2715 <column alignment="center" valignment="top" width="0pt">
2716 <column alignment="center" valignment="top" width="0pt">
2717 <row>
2718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Plain Layout
2722
2723 \family roman
2724 \series medium
2725 \shape up
2726 \size normal
2727 \emph off
2728 \bar no
2729 \noun off
2730 \color none
2731 1
2732 \end_layout
2733
2734 \end_inset
2735 </cell>
2736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740
2741 \family roman
2742 \series medium
2743 \shape up
2744 \size normal
2745 \emph off
2746 \bar no
2747 \noun off
2748 \color none
2749 2
2750 \end_layout
2751
2752 \end_inset
2753 </cell>
2754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2755 \begin_inset Text
2756
2757 \begin_layout Plain Layout
2758
2759 \family roman
2760 \series medium
2761 \shape up
2762 \size normal
2763 \emph off
2764 \bar no
2765 \noun off
2766 \color none
2767 3
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 </row>
2773 <row>
2774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2775 \begin_inset Text
2776
2777 \begin_layout Plain Layout
2778
2779 \family roman
2780 \series medium
2781 \shape up
2782 \size normal
2783 \emph off
2784 \bar no
2785 \noun off
2786 \color none
2787 Martin
2788 \end_layout
2789
2790 \end_inset
2791 </cell>
2792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796
2797 \family roman
2798 \series medium
2799 \shape up
2800 \size normal
2801 \emph off
2802 \bar no
2803 \noun off
2804 \color none
2805 Lena
2806 \end_layout
2807
2808 \end_inset
2809 </cell>
2810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2811 \begin_inset Text
2812
2813 \begin_layout Plain Layout
2814
2815 \family roman
2816 \series medium
2817 \shape up
2818 \size normal
2819 \emph off
2820 \bar no
2821 \noun off
2822 \color none
2823 Alina
2824 \end_layout
2825
2826 \end_inset
2827 </cell>
2828 </row>
2829 <row>
2830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834
2835 \family roman
2836 \series medium
2837 \shape up
2838 \size normal
2839 \emph off
2840 \bar no
2841 \noun off
2842 \color none
2843 \begin_inset Formula $\int x^{2}dx$
2844 \end_inset
2845
2846
2847 \end_layout
2848
2849 \end_inset
2850 </cell>
2851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2852 \begin_inset Text
2853
2854 \begin_layout Plain Layout
2855
2856 \family roman
2857 \series medium
2858 \shape up
2859 \size normal
2860 \emph off
2861 \bar no
2862 \noun off
2863 \color none
2864 \begin_inset Formula $\left[\begin{array}{cc}
2865 a & b\\
2866 c & d
2867 \end{array}\right]$
2868 \end_inset
2869
2870
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879
2880 \family roman
2881 \series medium
2882 \shape up
2883 \size normal
2884 \emph off
2885 \bar no
2886 \noun off
2887 \color none
2888 \begin_inset Formula $1+1=2$
2889 \end_inset
2890
2891
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 </row>
2897 </lyxtabular>
2898
2899 \end_inset
2900
2901
2902 \end_layout
2903
2904 \end_inset
2905
2906
2907 \end_layout
2908
2909 \begin_layout Standard
2910 Gleitende Tabellen können über 
2911 \family sans
2912 Einfügen\SpecialChar \menuseparator
2913 Gleitobjekt\SpecialChar \menuseparator
2914 Tabelle
2915 \family default
2916  oder einen Klick auf den Werkzeugleistenknopf 
2917 \begin_inset Info
2918 type  "icon"
2919 arg   "float-insert table"
2920 \end_inset
2921
2922  erzeugt werden.
2923  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2924  In das rot umrahmte Feld rechts von 
2925 \emph on
2926 Tabelle
2927 \begin_inset space ~
2928 \end_inset
2929
2930 Nr:
2931 \emph default
2932  schreiben Sie die Tabellenbeschriftung.
2933  Nach einem Klick oberhalb oder unterhalb von 
2934 \emph on
2935 Tabelle
2936 \begin_inset space ~
2937 \end_inset
2938
2939 Nr:
2940 \emph default
2941  können Sie dann eine Tabelle einfügen.
2942 \end_layout
2943
2944 \begin_layout Standard
2945 Tabelle
2946 \begin_inset space ~
2947 \end_inset
2948
2949
2950 \begin_inset CommandInset ref
2951 LatexCommand ref
2952 reference "tab:a table float"
2953
2954 \end_inset
2955
2956  ist ein Beispiel für eine gleitende Tabelle.
2957 \end_layout
2958
2959 \begin_layout Standard
2960 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2961 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2962  Das bedeutet, dass bei den Klassen 
2963 \family sans
2964 article
2965 \family default
2966
2967 \family sans
2968 book
2969 \family default
2970
2971 \family sans
2972 letter
2973 \family default
2974 , und 
2975 \family sans
2976 report
2977 \family default
2978  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2979  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2980 \series bold
2981 caption
2982 \series default
2983
2984 \begin_inset Index idx
2985 status collapsed
2986
2987 \begin_layout Plain Layout
2988 LaTeX-Pakete ! caption
2989 \end_layout
2990
2991 \end_inset
2992
2993  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2994 \begin_inset Foot
2995 status collapsed
2996
2997 \begin_layout Plain Layout
2998 Näheres finden Sie im Abschnitt
2999 \begin_inset space ~
3000 \end_inset
3001
3002
3003 \begin_inset CommandInset ref
3004 LatexCommand ref
3005 reference "abs:Titel-Platzierung"
3006
3007 \end_inset
3008
3009 .
3010 \end_layout
3011
3012 \end_inset
3013
3014
3015 \end_layout
3016
3017 \begin_layout Standard
3018
3019 \series bold
3020 tableposition=top
3021 \end_layout
3022
3023 \begin_layout Standard
3024 Das Paket 
3025 \series bold
3026 caption
3027 \series default
3028 , das in Abschnitt
3029 \begin_inset space ~
3030 \end_inset
3031
3032
3033 \begin_inset CommandInset ref
3034 LatexCommand ref
3035 reference "abs:Titel-Formatierung"
3036
3037 \end_inset
3038
3039  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3040 \end_layout
3041
3042 \begin_layout Standard
3043 \begin_inset Index idx
3044 status collapsed
3045
3046 \begin_layout Plain Layout
3047 Querverweise ! auf Tabellen
3048 \end_layout
3049
3050 \end_inset
3051
3052 Auf Tabellen kann über ihre Marke verwiesen werden.
3053  Dafür fügen Sie in der Beschriftung mit 
3054 \family sans
3055 Einfügen\SpecialChar \menuseparator
3056 Marke
3057 \family default
3058  oder durch Klicken auf 
3059 \begin_inset Info
3060 type  "icon"
3061 arg   "label-insert"
3062 \end_inset
3063
3064  eine Marke ein.
3065  Auf diese können Sie dann wie gewohnt mit 
3066 \family sans
3067 Einfügen\SpecialChar \menuseparator
3068 Querverweis
3069 \family default
3070  oder durch Klicken auf 
3071 \begin_inset Info
3072 type  "icon"
3073 arg   "dialog-show-new-inset ref"
3074 \end_inset
3075
3076  verweisen.
3077  Verweise werden detailliert in Abschnitt
3078 \begin_inset space ~
3079 \end_inset
3080
3081
3082 \begin_inset CommandInset ref
3083 LatexCommand ref
3084 reference "abs:Auf-Gleitobjekte-verweisen"
3085
3086 \end_inset
3087
3088  beschrieben.
3089 \end_layout
3090
3091 \begin_layout Section
3092 Lange Tabellen
3093 \begin_inset CommandInset label
3094 LatexCommand label
3095 name "abs:Lange-Tabellen"
3096
3097 \end_inset
3098
3099
3100 \begin_inset Index idx
3101 status collapsed
3102
3103 \begin_layout Plain Layout
3104 Tabellen ! lange
3105 \end_layout
3106
3107 \end_inset
3108
3109
3110 \end_layout
3111
3112 \begin_layout Standard
3113 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3114  Dialogfenster 
3115 \family sans
3116 Tabellen-Einstellungen
3117 \family default
3118  auf der Karteikarte  
3119 \family sans
3120 Lange
3121 \begin_inset space ~
3122 \end_inset
3123
3124 Tabelle
3125 \family default
3126  die Option 
3127 \family sans
3128 Lange
3129 \begin_inset space ~
3130 \end_inset
3131
3132 Tabelle
3133 \begin_inset space ~
3134 \end_inset
3135
3136 verwenden
3137 \family default
3138  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3139  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3140 \end_layout
3141
3142 \begin_layout Description
3143 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3144  festgelegt; mit Ausnahme der ersten, wenn 
3145 \family sans
3146 Erste
3147 \begin_inset space ~
3148 \end_inset
3149
3150 Kopfzeile
3151 \family default
3152  aktiviert ist.
3153 \end_layout
3154
3155 \begin_layout Description
3156 Erste
3157 \lang english
3158
3159 \begin_inset space ~
3160 \end_inset
3161
3162
3163 \lang ngerman
3164 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3165  Seite einer mehrseitigen Tabelle definiert.
3166 \end_layout
3167
3168 \begin_layout Description
3169 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3170  mit Ausnahme der letzten, wenn 
3171 \family sans
3172 Letzte
3173 \begin_inset space ~
3174 \end_inset
3175
3176 Fußzeile
3177 \family default
3178  aktiviert ist.
3179 \end_layout
3180
3181 \begin_layout Description
3182 Letzte
3183 \begin_inset space ~
3184 \end_inset
3185
3186 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3187  einer mehrseitigen Tabelle definiert.
3188 \end_layout
3189
3190 \begin_layout Description
3191 Legende: Die aktuelle Zeile enthält die Legende.
3192  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3193  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3194 \begin_inset space ~
3195 \end_inset
3196
3197
3198 \begin_inset CommandInset ref
3199 LatexCommand ref
3200 reference "uab:Beschriftungen-langer-Tabellen"
3201
3202 \end_inset
3203
3204  erklärt.
3205 \end_layout
3206
3207 \begin_layout Standard
3208 Hier ist ein Beispiel einer langen Tabelle:
3209 \end_layout
3210
3211 \begin_layout Standard
3212 \align center
3213 \begin_inset Tabular
3214 <lyxtabular version="3" rows="69" columns="3">
3215 <features rotate="0" islongtable="true" longtabularalignment="center">
3216 <column alignment="left" valignment="top" width="0cm">
3217 <column alignment="left" valignment="top" width="0pt">
3218 <column alignment="right" valignment="top" width="0pt">
3219 <row endfirsthead="true">
3220 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224
3225 \series bold
3226 Telefonliste (ignoriere die Namen)
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 </row>
3250 <row endfirsthead="true">
3251 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255
3256 \series bold
3257 NAME
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275
3276 \series bold
3277 TEL.
3278 \end_layout
3279
3280 \end_inset
3281 </cell>
3282 </row>
3283 <row endhead="true">
3284 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288
3289 \series bold
3290 Telefonliste
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 </row>
3314 <row endhead="true">
3315 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319
3320 \series bold
3321 NAME
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \series bold
3341 TEL.
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 <row endfoot="true">
3348 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \series bold
3354 wird fortgesetzt
3355 \series default
3356  \SpecialChar \ldots{}
3357
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 </row>
3381 <row>
3382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386
3387 \series bold
3388 Annovi
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 Silvia
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406 111
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 </row>
3412 <row>
3413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \series bold
3419 Bertoli
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 Stefano
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 111
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 </row>
3443 <row>
3444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448
3449 \series bold
3450 Bozzi
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell alignment="center" valignment="top" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 Walter
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468 111
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 </row>
3474 <row>
3475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479
3480 \series bold
3481 Cachia
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell alignment="center" valignment="top" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 Maria
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 111
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 </row>
3505 <row>
3506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \series bold
3512 Cachia
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 Maurizio
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 111
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 </row>
3536 <row>
3537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \series bold
3543 Cinquemani
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 Giusi
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 111
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 </row>
3567 <row>
3568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572
3573 \series bold
3574 Colin
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 Bernard
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 111
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 </row>
3598 <row>
3599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603
3604 \series bold
3605 Concli
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 Gianfranco
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 111
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 </row>
3629 <row>
3630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634
3635 \series bold
3636 Dal Bosco
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 Carolina
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 111
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 </row>
3660 <row>
3661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665
3666 \series bold
3667 Dalpiaz
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 Annamaria
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 111
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696
3697 \series bold
3698 Feliciello
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Domenico
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 111
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 </row>
3722 <row>
3723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727
3728 \series bold
3729 Focarelli
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 Paola
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 111
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 </row>
3753 <row>
3754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758
3759 \series bold
3760 Galletti
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 Oreste
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 111
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 </row>
3784 <row>
3785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789
3790 \series bold
3791 Gasparini
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 Franca
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 111
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 </row>
3815 <row>
3816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820
3821 \series bold
3822 Rizzardi
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 Paola
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 111
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 </row>
3846 <row>
3847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851
3852 \series bold
3853 Lassini
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 Giancarlo
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 111
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 </row>
3877 <row>
3878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882
3883 \series bold
3884 Malfatti
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 Luciano
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 111
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 <row>
3909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913
3914 \series bold
3915 Malfatti
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 Valeriano
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 111
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 </row>
3939 <row>
3940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944
3945 \series bold
3946 Meneguzzo
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 Roberto
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 111
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 </row>
3970 <row>
3971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975
3976 \series bold
3977 Mezzadra
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 Roberto
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 111
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \series bold
4008 Pirpamer
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Erich
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 111
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 </row>
4032 <row>
4033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037
4038 \series bold
4039 Pochiesa
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 Paolo
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 111, 222
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070 Radina
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 Claudio
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 111
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Stuffer
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Oskar
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 111
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Tacchelli
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Ugo
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 111
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Tezzele
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Margit
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 111
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Unterkalmsteiner
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Frieda
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 111
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Vieider
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Hilde
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 111
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Vigna
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Jürgen
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 111
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Weber
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Maurizio
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 111
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Winkler
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Franz
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 111
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347  
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376
4377 \series bold
4378 Annovi
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 Silvia
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 555
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 <row>
4403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407
4408 \series bold
4409 Bertoli
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 Stefano
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 555
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438
4439 \series bold
4440 Bozzi
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 Walter
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 555
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469
4470 \series bold
4471 Cachia
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 Maria
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 555
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 </row>
4495 <row>
4496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \series bold
4502 Cachia
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 Maurizio
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 555
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 </row>
4526 <row>
4527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531
4532 \series bold
4533 Cinquemani
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 Giusi
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 555
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 </row>
4557 <row>
4558 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562
4563 \series bold
4564 Colin
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 Bernard
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 555
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \series bold
4595 Concli
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 Gianfranco
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 555
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 </row>
4619 <row>
4620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624
4625 \series bold
4626 Dal Bosco
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 Carolina
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 555
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655
4656 \series bold
4657 Dalpiaz
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 Annamaria
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 555
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 </row>
4681 <row>
4682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686
4687 \series bold
4688 Feliciello
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 Domenico
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 555
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 </row>
4712 <row>
4713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717
4718 \series bold
4719 Focarelli
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 Paola
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 555
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 </row>
4743 <row>
4744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748
4749 \series bold
4750 Galletti
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 Oreste
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 555
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 </row>
4774 <row>
4775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779
4780 \series bold
4781 Gasparini
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 Franca
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 555
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 </row>
4805 <row>
4806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810
4811 \series bold
4812 Rizzardi
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 Paola
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 555
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 </row>
4836 <row>
4837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841
4842 \series bold
4843 Lassini
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 Giancarlo
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 555
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 </row>
4867 <row>
4868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872
4873 \series bold
4874 Malfatti
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 Luciano
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 555
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 </row>
4898 <row>
4899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903
4904 \series bold
4905 Malfatti
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 Valeriano
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 555
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 </row>
4929 <row>
4930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934
4935 \series bold
4936 Meneguzzo
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 Roberto
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954 555
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 </row>
4960 <row>
4961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965
4966 \series bold
4967 Mezzadra
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 Roberto
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 555
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 </row>
4991 <row>
4992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996
4997 \series bold
4998 Pirpamer
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 Erich
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016 555
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 </row>
5022 <row>
5023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027
5028 \series bold
5029 Pochiesa
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 Paolo
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047 555, 222
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 </row>
5053 <row>
5054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058
5059 \series bold
5060 Radina
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 Claudio
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 555
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 <row>
5085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089
5090 \series bold
5091 Stuffer
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 Oskar
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109 555
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 </row>
5115 <row>
5116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120
5121 \series bold
5122 Tacchelli
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 Ugo
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140 555
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 </row>
5146 <row>
5147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151
5152 \series bold
5153 Tezzele
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 Margit
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 555
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 </row>
5177 <row>
5178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182
5183 \series bold
5184 Unterkalmsteiner
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193 Frieda
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202 555
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 </row>
5208 <row>
5209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213
5214 \series bold
5215 Vieider
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 Hilde
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233 555
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 </row>
5239 <row>
5240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244
5245 \series bold
5246 Vigna
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 Jürgen
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 999
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 </row>
5270 <row>
5271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275
5276 \series bold
5277 Weber
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 Maurizio
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295 555
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 </row>
5301 <row>
5302 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306
5307 \series bold
5308 Winkler
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 Franz
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 555
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 </row>
5332 <row endlastfoot="true">
5333 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337 Ende
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 </row>
5361 </lyxtabular>
5362
5363 \end_inset
5364
5365
5366 \begin_inset ERT
5367 status collapsed
5368
5369 \begin_layout Plain Layout
5370
5371
5372 \backslash
5373 addtocounter{table}{-1}
5374 \end_layout
5375
5376 \end_inset
5377
5378
5379 \begin_inset Note Note
5380 status collapsed
5381
5382 \begin_layout Plain Layout
5383 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5384 \begin_inset space ~
5385 \end_inset
5386
5387
5388 \begin_inset CommandInset ref
5389 LatexCommand ref
5390 reference "uab:Beschriftungen-langer-Tabellen"
5391
5392 \end_inset
5393
5394
5395 \end_layout
5396
5397 \end_inset
5398
5399
5400 \end_layout
5401
5402 \begin_layout Subsection
5403 Fußnoten in langen Tabellen
5404 \begin_inset CommandInset label
5405 LatexCommand label
5406 name "uab:Fußnoten-in-langen"
5407
5408 \end_inset
5409
5410
5411 \begin_inset Index idx
5412 status collapsed
5413
5414 \begin_layout Plain Layout
5415 Tabellen ! lange ! Fußnoten
5416 \end_layout
5417
5418 \end_inset
5419
5420
5421 \end_layout
5422
5423 \begin_layout Standard
5424 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5425  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5426  Tabelle
5427 \begin_inset space ~
5428 \end_inset
5429
5430
5431 \begin_inset CommandInset ref
5432 LatexCommand ref
5433 reference "tab:DiffCaptions"
5434
5435 \end_inset
5436
5437  hat zum Beispiel eine Fußnote.
5438 \end_layout
5439
5440 \begin_layout Subsection
5441 Ausrichtung langer Tabellen
5442 \begin_inset Index idx
5443 status collapsed
5444
5445 \begin_layout Plain Layout
5446 Tabellen ! lange ! Ausrichtung
5447 \end_layout
5448
5449 \end_inset
5450
5451
5452 \end_layout
5453
5454 \begin_layout Standard
5455 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5456 n festgelegt werden.
5457  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5458  Seitenrand.
5459  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5460  ausgerichtet werden und die Werte der Längen 
5461 \series bold
5462
5463 \backslash
5464 LTleft 
5465 \series default
5466 und 
5467 \series bold
5468
5469 \backslash
5470 LTright
5471 \series default
5472  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5473  wird:
5474 \end_layout
5475
5476 \begin_layout Standard
5477
5478 \series bold
5479
5480 \backslash
5481 setlength{
5482 \backslash
5483 LTleft}{Wert}
5484 \end_layout
5485
5486 \begin_layout Standard
5487 Der Wert kann eine der in Tabelle
5488 \begin_inset space ~
5489 \end_inset
5490
5491
5492 \begin_inset CommandInset ref
5493 LatexCommand ref
5494 reference "tab:Maßeinheiten"
5495
5496 \end_inset
5497
5498  aufgelisteten Einheiten kann.
5499  
5500 \series bold
5501
5502 \backslash
5503 LTleft
5504 \series default
5505  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5506  
5507 \series bold
5508
5509 \backslash
5510 LTright
5511 \series default
5512  den Abstand von rechts.
5513  Die Voreinstellung für beide Werte ist 
5514 \series bold
5515
5516 \backslash
5517 fill
5518 \series default
5519 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5520  in LyX ist.
5521 \end_layout
5522
5523 \begin_layout Standard
5524 Die folgende lange Tabelle wurde zentriert und 
5525 \series bold
5526
5527 \backslash
5528 LTleft
5529 \series default
5530  auf den Wert 
5531 \family sans
5532 0.1
5533 \backslash
5534 columnwidth
5535 \family default
5536  gesetzt:
5537 \begin_inset ERT
5538 status collapsed
5539
5540 \begin_layout Plain Layout
5541
5542
5543 \backslash
5544 setlength{
5545 \backslash
5546 LTleft}{0.1
5547 \backslash
5548 columnwidth}
5549 \end_layout
5550
5551 \end_inset
5552
5553
5554 \end_layout
5555
5556 \begin_layout Standard
5557 \begin_inset Tabular
5558 <lyxtabular version="3" rows="5" columns="5">
5559 <features rotate="0" islongtable="true" longtabularalignment="center">
5560 <column alignment="center" valignment="top" width="0">
5561 <column alignment="center" valignment="top" width="0">
5562 <column alignment="center" valignment="top" width="0pt">
5563 <column alignment="center" valignment="top" width="0">
5564 <column alignment="center" valignment="top" width="0">
5565 <row>
5566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 1
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 2
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 3
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 4
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 5
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 </row>
5612 <row>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 asd
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 s
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 s
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 s
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 asd
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 </row>
5659 <row>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 asd
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 s
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 s
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 s
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 asd
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 </row>
5706 <row>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711 asd
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 s
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 s
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 s
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 asd
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 </row>
5753 <row>
5754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 asd
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 asd
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 asd
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 asd
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 asd
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 </row>
5800 </lyxtabular>
5801
5802 \end_inset
5803
5804
5805 \begin_inset ERT
5806 status collapsed
5807
5808 \begin_layout Plain Layout
5809
5810
5811 \backslash
5812 setlength{
5813 \backslash
5814 LTleft}{
5815 \backslash
5816 fill}
5817 \end_layout
5818
5819 \end_inset
5820
5821
5822 \begin_inset ERT
5823 status collapsed
5824
5825 \begin_layout Plain Layout
5826
5827
5828 \backslash
5829 addtocounter{table}{-1}
5830 \end_layout
5831
5832 \end_inset
5833
5834
5835 \begin_inset Note Note
5836 status collapsed
5837
5838 \begin_layout Plain Layout
5839 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5840 \begin_inset space ~
5841 \end_inset
5842
5843
5844 \begin_inset CommandInset ref
5845 LatexCommand ref
5846 reference "uab:Beschriftungen-langer-Tabellen"
5847
5848 \end_inset
5849
5850
5851 \end_layout
5852
5853 \end_inset
5854
5855
5856 \end_layout
5857
5858 \begin_layout Subsection
5859 Beschriftungen langer Tabellen
5860 \begin_inset CommandInset label
5861 LatexCommand label
5862 name "uab:Beschriftungen-langer-Tabellen"
5863
5864 \end_inset
5865
5866
5867 \begin_inset Index idx
5868 status collapsed
5869
5870 \begin_layout Plain Layout
5871 Tabellen ! lange ! Titel
5872 \end_layout
5873
5874 \end_inset
5875
5876
5877 \end_layout
5878
5879 \begin_layout Standard
5880 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5881  nur auf eine Seite gedruckt werden können.
5882  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5883 \begin_inset space ~
5884 \end_inset
5885
5886
5887 \begin_inset CommandInset ref
5888 LatexCommand ref
5889 reference "abs:Lange-Tabellen"
5890
5891 \end_inset
5892
5893  erklärt.
5894  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5895 \end_layout
5896
5897 \begin_layout Standard
5898 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5899 \end_layout
5900
5901 \begin_layout Standard
5902 \begin_inset Tabular
5903 <lyxtabular version="3" rows="6" columns="5">
5904 <features rotate="0" islongtable="true" longtabularalignment="center">
5905 <column alignment="center" valignment="top" width="0">
5906 <column alignment="center" valignment="top" width="0">
5907 <column alignment="center" valignment="top" width="0">
5908 <column alignment="center" valignment="top" width="0">
5909 <column alignment="center" valignment="top" width="0">
5910 <row endfirsthead="true" caption="true">
5911 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 \begin_inset Caption Standard
5916
5917 \begin_layout Plain Layout
5918 Eine lange Tabelle mit Titel
5919 \begin_inset Argument 1
5920 status open
5921
5922 \begin_layout Plain Layout
5923 Lange Tabelle
5924 \end_layout
5925
5926 \end_inset
5927
5928
5929 \end_layout
5930
5931 \end_inset
5932
5933
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 </row>
5975 <row>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 1
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 2
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 3
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 4
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 5
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 </row>
6022 <row>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 asd
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 s
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 s
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 s
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063 asd
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 </row>
6069 <row>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 asd
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 s
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 s
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 s
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 asd
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 asd
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 s
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 s
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 s
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 asd
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 </row>
6163 <row>
6164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 asd
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 asd
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 asd
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 asd
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 asd
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 </row>
6210 </lyxtabular>
6211
6212 \end_inset
6213
6214
6215 \end_layout
6216
6217 \begin_layout Standard
6218 \begin_inset VSpace medskip
6219 \end_inset
6220
6221
6222 \begin_inset Note Greyedout
6223 status open
6224
6225 \begin_layout Plain Layout
6226
6227 \series bold
6228 Bemerkung
6229 \begin_inset space ~
6230 \end_inset
6231
6232 1:
6233 \series default
6234  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6235  Titel vergeben.
6236  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6237 \begin_inset space ~
6238 \end_inset
6239
6240 2.4 auf Tabelle
6241 \begin_inset space ~
6242 \end_inset
6243
6244 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6245  Beschriftung sind.
6246  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6247  LaTeX-Befehl als TeX-Code einfügen:
6248 \end_layout
6249
6250 \begin_layout Plain Layout
6251
6252 \series bold
6253
6254 \backslash
6255 addtocounter{table}{-1}
6256 \end_layout
6257
6258 \begin_layout Plain Layout
6259 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6260  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6261 \end_layout
6262
6263 \begin_layout Plain Layout
6264
6265 \series bold
6266
6267 \backslash
6268 let
6269 \backslash
6270 myEnd
6271 \backslash
6272 endlongtable
6273 \begin_inset Newline newline
6274 \end_inset
6275
6276
6277 \backslash
6278 renewcommand{
6279 \backslash
6280 endlongtable}{
6281 \backslash
6282 myEnd
6283 \backslash
6284 addtocounter{table}{-1}}
6285 \end_layout
6286
6287 \end_inset
6288
6289
6290 \end_layout
6291
6292 \begin_layout Standard
6293 \begin_inset Note Greyedout
6294 status open
6295
6296 \begin_layout Plain Layout
6297
6298 \series bold
6299 Bemerkung
6300 \begin_inset space ~
6301 \end_inset
6302
6303 2:
6304 \series default
6305  Wenn Sie 
6306 \series bold
6307 hyperref
6308 \series default
6309
6310 \begin_inset Index idx
6311 status collapsed
6312
6313 \begin_layout Plain Layout
6314 LaTeX-Pakete ! hyperref
6315 \end_layout
6316
6317 \end_inset
6318
6319  in den
6320 \family sans
6321  PDF-Eigenschaften
6322 \family default
6323  im 
6324 \family sans
6325 Dokument-Einstellungen
6326 \family default
6327  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6328  immer auf den Anfang des Dokuments zeigen.
6329 \end_layout
6330
6331 \end_inset
6332
6333
6334 \end_layout
6335
6336 \begin_layout Subsubsection
6337 Querverweise auf 
6338 \family sans
6339 lange Tabelle
6340 \family default
6341 n
6342 \begin_inset Index idx
6343 status collapsed
6344
6345 \begin_layout Plain Layout
6346 Tabellen ! lange ! Querverweis
6347 \end_layout
6348
6349 \end_inset
6350
6351
6352 \end_layout
6353
6354 \begin_layout Standard
6355 \begin_inset Tabular
6356 <lyxtabular version="3" rows="6" columns="5">
6357 <features rotate="0" islongtable="true" longtabularalignment="center">
6358 <column alignment="center" valignment="top" width="0">
6359 <column alignment="center" valignment="top" width="0">
6360 <column alignment="center" valignment="top" width="0">
6361 <column alignment="center" valignment="top" width="0">
6362 <column alignment="center" valignment="top" width="0">
6363 <row endfirsthead="true" caption="true">
6364 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 \begin_inset Caption Standard
6369
6370 \begin_layout Plain Layout
6371 Lange Tabelle mit Marke
6372 \begin_inset CommandInset label
6373 LatexCommand label
6374 name "tab:LangeTabelle-mit-Marke"
6375
6376 \end_inset
6377
6378
6379 \end_layout
6380
6381 \end_inset
6382
6383
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 </row>
6425 <row>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 1
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439 2
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448 3
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 4
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 5
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 </row>
6472 <row>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 asd
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 s
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6492 \begin_inset Text
6493
6494 \begin_layout Plain Layout
6495 s
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504 s
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 asd
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 </row>
6519 <row>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 asd
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 s
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 s
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 s
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 asd
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 </row>
6566 <row>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 asd
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 s
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 s
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 s
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 asd
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 </row>
6613 <row>
6614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 asd
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 sad
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 asd
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 asd
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 asd
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 </row>
6660 </lyxtabular>
6661
6662 \end_inset
6663
6664
6665 \end_layout
6666
6667 \begin_layout Standard
6668 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6669  im Titel einfügen.
6670 \end_layout
6671
6672 \begin_layout Standard
6673 Dies ist ein Verweis auf Tabelle
6674 \begin_inset space ~
6675 \end_inset
6676
6677
6678 \begin_inset CommandInset ref
6679 LatexCommand ref
6680 reference "tab:LangeTabelle-mit-Marke"
6681
6682 \end_inset
6683
6684 .
6685 \end_layout
6686
6687 \begin_layout Standard
6688 Mit dem LaTeX-Paket 
6689 \series bold
6690 caption
6691 \series default
6692
6693 \begin_inset Index idx
6694 status collapsed
6695
6696 \begin_layout Plain Layout
6697 LaTeX-Pakete ! caption
6698 \end_layout
6699
6700 \end_inset
6701
6702 , siehe Abschnitt
6703 \begin_inset space ~
6704 \end_inset
6705
6706
6707 \begin_inset CommandInset ref
6708 LatexCommand ref
6709 reference "abs:Titel-Formatierung"
6710
6711 \end_inset
6712
6713 , können Sie alle anderen Beschriftungsoptionen benutzen.
6714 \end_layout
6715
6716 \begin_layout Subsubsection
6717 Titelbreite
6718 \begin_inset Index idx
6719 status collapsed
6720
6721 \begin_layout Plain Layout
6722 Tabellen ! lange ! Beschriftungsbreite
6723 \end_layout
6724
6725 \end_inset
6726
6727
6728 \end_layout
6729
6730 \begin_layout Standard
6731 Die maximale Titelbreite wird durch die Variable 
6732 \series bold
6733
6734 \backslash
6735 LTcapwidth
6736 \series default
6737  definiert.
6738  Ihr Standardwert ist 4
6739 \begin_inset space \thinspace{}
6740 \end_inset
6741
6742 Zoll (
6743 \begin_inset Formula $\approx10$
6744 \end_inset
6745
6746
6747 \begin_inset space \thinspace{}
6748 \end_inset
6749
6750 cm).
6751  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6752  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6753 \end_layout
6754
6755 \begin_layout Standard
6756
6757 \series bold
6758
6759 \backslash
6760 setlength{
6761 \backslash
6762 LTcapwidth}{Breite}
6763 \end_layout
6764
6765 \begin_layout Standard
6766 wobei die Breite eine der in Anhang
6767 \begin_inset space ~
6768 \end_inset
6769
6770
6771 \begin_inset CommandInset ref
6772 LatexCommand ref
6773 reference "kap:In-LyX-verfügbare"
6774
6775 \end_inset
6776
6777  aufgelisteten Einheiten haben kann.
6778 \end_layout
6779
6780 \begin_layout Standard
6781 Die beiden folgenden Tabellen zeigen den Unterschied:
6782 \end_layout
6783
6784 \begin_layout Standard
6785 \begin_inset Tabular
6786 <lyxtabular version="3" rows="6" columns="5">
6787 <features rotate="0" islongtable="true" longtabularalignment="center">
6788 <column alignment="center" valignment="top" width="0">
6789 <column alignment="center" valignment="top" width="0">
6790 <column alignment="center" valignment="top" width="0">
6791 <column alignment="center" valignment="top" width="0">
6792 <column alignment="center" valignment="top" width="0">
6793 <row endfirsthead="true" caption="true">
6794 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 \begin_inset Caption Standard
6799
6800 \begin_layout Plain Layout
6801 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6802 \begin_inset Argument 1
6803 status open
6804
6805 \begin_layout Plain Layout
6806 Titel mit Standardbreite
6807 \end_layout
6808
6809 \end_inset
6810
6811
6812 \end_layout
6813
6814 \end_inset
6815
6816
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 </row>
6858 <row>
6859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 1
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 2
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 3
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 4
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 5
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 </row>
6905 <row>
6906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 asd
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919 s
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 s
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 s
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 asd
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 </row>
6952 <row>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 asd
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 s
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 s
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 s
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 asd
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 </row>
6999 <row>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 asd
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 s
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 s
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 s
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 asd
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 </row>
7046 <row>
7047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 asd
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 sad
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 asd
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 asd
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 asd
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 </row>
7093 </lyxtabular>
7094
7095 \end_inset
7096
7097
7098 \end_layout
7099
7100 \begin_layout Standard
7101 \begin_inset ERT
7102 status collapsed
7103
7104 \begin_layout Plain Layout
7105
7106
7107 \backslash
7108 setlength{
7109 \backslash
7110 LTcapwidth}{5cm}
7111 \end_layout
7112
7113 \end_inset
7114
7115
7116 \begin_inset Tabular
7117 <lyxtabular version="3" rows="6" columns="5">
7118 <features rotate="0" islongtable="true" longtabularalignment="center">
7119 <column alignment="center" valignment="top" width="0">
7120 <column alignment="center" valignment="top" width="0">
7121 <column alignment="center" valignment="top" width="0">
7122 <column alignment="center" valignment="top" width="0">
7123 <column alignment="center" valignment="top" width="0">
7124 <row endfirsthead="true" caption="true">
7125 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 \begin_inset Caption Standard
7130
7131 \begin_layout Plain Layout
7132 Langer Titel mit 5
7133 \begin_inset space \thinspace{}
7134 \end_inset
7135
7136 cm Breite, Langer Titel mit 5
7137 \begin_inset space \thinspace{}
7138 \end_inset
7139
7140 cm Breite
7141 \begin_inset Argument 1
7142 status open
7143
7144 \begin_layout Plain Layout
7145 Titel mit 5
7146 \begin_inset space \thinspace{}
7147 \end_inset
7148
7149 cm Breite
7150 \end_layout
7151
7152 \end_inset
7153
7154
7155 \end_layout
7156
7157 \end_inset
7158
7159
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 </row>
7201 <row>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 1
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 2
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 3
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 4
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 5
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 </row>
7248 <row>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 asd
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 s
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 s
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 s
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 asd
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 </row>
7295 <row>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 asd
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 s
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 s
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 s
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 asd
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 </row>
7342 <row>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 asd
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 s
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 s
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 s
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 asd
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 </row>
7389 <row>
7390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 asd
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 sad
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 asd
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421 asd
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430 asd
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 </row>
7436 </lyxtabular>
7437
7438 \end_inset
7439
7440
7441 \begin_inset ERT
7442 status collapsed
7443
7444 \begin_layout Plain Layout
7445
7446
7447 \backslash
7448 setlength{
7449 \backslash
7450 LTcapwidth}{4in}
7451 \end_layout
7452
7453 \end_inset
7454
7455
7456 \begin_inset Note Note
7457 status collapsed
7458
7459 \begin_layout Plain Layout
7460 Beschriftungsbreite zurücksetzen
7461 \end_layout
7462
7463 \end_inset
7464
7465
7466 \end_layout
7467
7468 \begin_layout Standard
7469 \begin_inset Note Greyedout
7470 status open
7471
7472 \begin_layout Plain Layout
7473
7474 \series bold
7475 Achtung:
7476 \series default
7477  Wenn das LaTeX-Paket 
7478 \series bold
7479 caption
7480 \series default
7481
7482 \begin_inset Index idx
7483 status collapsed
7484
7485 \begin_layout Plain Layout
7486 LaTeX-Pakete ! caption
7487 \end_layout
7488
7489 \end_inset
7490
7491  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7492  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7493  4
7494 \begin_inset space \thinspace{}
7495 \end_inset
7496
7497 Zoll für 
7498 \series bold
7499
7500 \backslash
7501 LTcapwidth
7502 \series default
7503  benutzen.
7504  Um in diesem Fall eine genau 4
7505 \begin_inset space \thinspace{}
7506 \end_inset
7507
7508 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7509  4
7510 \begin_inset space \thinspace{}
7511 \end_inset
7512
7513 Zoll veränderten Wert wie z.
7514 \begin_inset space \thinspace{}
7515 \end_inset
7516
7517 B.
7518  3.99
7519 \begin_inset space \thinspace{}
7520 \end_inset
7521
7522 Zoll verwenden oder den LaTeX-Befehl 
7523 \series bold
7524
7525 \backslash
7526 captionsetup{width=Wert}
7527 \series default
7528  benutzen, der vom 
7529 \series bold
7530 caption
7531 \series default
7532 -Paket bereitgestellt wird.
7533 \end_layout
7534
7535 \end_inset
7536
7537
7538 \end_layout
7539
7540 \begin_layout Subsubsection
7541 Unterschiedliche Titel für Tabellenseiten
7542 \begin_inset Index idx
7543 status collapsed
7544
7545 \begin_layout Plain Layout
7546 Tabellen ! lange ! mehrere Titel
7547 \end_layout
7548
7549 \end_inset
7550
7551
7552 \end_layout
7553
7554 \begin_layout Standard
7555 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7556  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7557  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7558 \end_layout
7559
7560 \begin_layout Standard
7561
7562 \series bold
7563
7564 \backslash
7565 caption*{Beschriftung}
7566 \backslash
7567
7568 \backslash
7569 %
7570 \end_layout
7571
7572 \begin_layout Standard
7573 Tabelle
7574 \begin_inset space ~
7575 \end_inset
7576
7577
7578 \begin_inset CommandInset ref
7579 LatexCommand ref
7580 reference "tab:DiffCaptions"
7581
7582 \end_inset
7583
7584  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7585  ohne Tabellennummer auf der zweiten Seite.
7586 \end_layout
7587
7588 \begin_layout Standard
7589 \align center
7590 \begin_inset Tabular
7591 <lyxtabular version="3" rows="59" columns="3">
7592 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7593 <column alignment="left" valignment="top" width="0cm">
7594 <column alignment="left" valignment="top" width="0pt">
7595 <column alignment="right" valignment="top" width="0pt">
7596 <row endfirsthead="true" caption="true">
7597 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 \begin_inset Caption Standard
7602
7603 \begin_layout Plain Layout
7604 Telefonliste
7605 \begin_inset CommandInset label
7606 LatexCommand label
7607 name "tab:DiffCaptions"
7608
7609 \end_inset
7610
7611
7612 \begin_inset Argument 1
7613 status collapsed
7614
7615 \begin_layout Plain Layout
7616 Telefonliste
7617 \end_layout
7618
7619 \end_inset
7620
7621
7622 \end_layout
7623
7624 \end_inset
7625
7626
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 </row>
7650 <row endfirsthead="true">
7651 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655
7656 \series bold
7657 Telefonliste (ignoriere die Namen)
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 </row>
7681 <row endfirsthead="true">
7682 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686
7687 \series bold
7688 NAME
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706
7707 \series bold
7708 TEL.
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 </row>
7714 <row endhead="true">
7715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719 \begin_inset ERT
7720 status open
7721
7722 \begin_layout Plain Layout
7723
7724
7725 \backslash
7726 caption*{Fortsetzung der Telefonliste}
7727 \backslash
7728
7729 \backslash
7730 %
7731 \end_layout
7732
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 <row endhead="true">
7760 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \series bold
7766 Telefonliste
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row endhead="true">
7791 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797 NAME
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 TEL.
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row endfoot="true">
7824 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828 wird fortgesetzt\SpecialChar \ldots{}
7829
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 </row>
7853 <row>
7854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \series bold
7860 Annovi
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869 Silvia
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878 111
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 <row>
7885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \series bold
7891 Bertoli
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 Stefano
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 111
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \series bold
7922 Bozzi
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 Walter
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 111
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \series bold
7953 Cachia
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 Maria
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 111
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \series bold
7984 Cachia
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 Maurizio
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 111
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \series bold
8015 Cinquemani
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 Giusi
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 111
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \series bold
8046 Colin
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 Bernard
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 111
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \series bold
8077 Concli
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 Gianfranco
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 111
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row>
8102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \series bold
8108 Dal Bosco
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 Carolina
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 111
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 </row>
8132 <row>
8133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137
8138 \series bold
8139 Dalpiaz
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 Annamaria
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 111
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 </row>
8163 <row>
8164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168
8169 \series bold
8170 Feliciello
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 Domenico
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 111
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 </row>
8194 <row>
8195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199
8200 \series bold
8201 Focarelli
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 Paola
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 111
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 </row>
8225 <row>
8226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230
8231 \series bold
8232 Galletti
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 Oreste
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 111
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \series bold
8263 Gasparini
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 Franca
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 111
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 </row>
8287 <row>
8288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292
8293 \series bold
8294 Rizzardi
8295 \series default
8296
8297 \begin_inset Foot
8298 status open
8299
8300 \begin_layout Plain Layout
8301 Beispielfußnote
8302 \end_layout
8303
8304 \end_inset
8305
8306
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 Paola
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 111
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 </row>
8330 <row>
8331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335
8336 \series bold
8337 Lassini
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 Giancarlo
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 111
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \series bold
8368 Malfatti
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 Luciano
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 111
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \series bold
8399 Malfatti
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 Valeriano
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 111
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \series bold
8430 Meneguzzo
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 Roberto
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 111
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 </row>
8454 <row>
8455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459
8460 \series bold
8461 Mezzadra
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 Roberto
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 111
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \series bold
8492 Pirpamer
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Erich
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 111
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \series bold
8523 Pochiesa
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 Paolo
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 111, 222
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \series bold
8554 Radina
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 Claudio
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 111
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 </row>
8578 <row>
8579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583
8584 \series bold
8585 Stuffer
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 Oskar
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 111
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 </row>
8609 <row>
8610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614
8615 \series bold
8616 Tacchelli
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 Ugo
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 111
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 </row>
8640 <row>
8641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645
8646 \series bold
8647 Tezzele
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 Margit
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 111
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 </row>
8671 <row>
8672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676
8677 \series bold
8678 Unterkalmsteiner
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 Frieda
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 111
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 </row>
8702 <row>
8703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707
8708 \series bold
8709 Vieider
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 Hilde
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 111
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 <row>
8734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738
8739 \series bold
8740 Vigna
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 Jürgen
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 111
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row>
8765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769
8770 \series bold
8771 Weber
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 Maurizio
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 111
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 </row>
8795 <row>
8796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800
8801 \series bold
8802 Winkler
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 Franz
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 111
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 </row>
8826 <row>
8827 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831  
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 </row>
8855 <row>
8856 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860
8861 \series bold
8862 Annovi
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 Silvia
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 555
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 </row>
8886 <row>
8887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891
8892 \series bold
8893 Bertoli
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 Stefano
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 555
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 <row>
8918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922
8923 \series bold
8924 Bozzi
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 Walter
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 555
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 <row>
8949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953
8954 \series bold
8955 Cachia
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 Maria
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 555
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row>
8980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984
8985 \series bold
8986 Cachia
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 Maurizio
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 555
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015
9016 \series bold
9017 Cinquemani
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 Giusi
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 555
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046
9047 \series bold
9048 Colin
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 Bernard
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 555
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \series bold
9079 Concli
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 Gianfranco
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 555
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 </row>
9103 <row>
9104 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108
9109 \series bold
9110 Dal Bosco
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 Carolina
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 555
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 </row>
9134 <row>
9135 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139
9140 \series bold
9141 Dalpiaz
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 Annamaria
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 555
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 </row>
9165 <row>
9166 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170
9171 \series bold
9172 Feliciello
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 Domenico
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 555
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 <row>
9197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201
9202 \series bold
9203 Focarelli
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 Paola
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 555
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 </row>
9227 <row>
9228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232
9233 \series bold
9234 Galletti
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243 Oreste
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 555
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 </row>
9258 <row>
9259 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263
9264 \series bold
9265 Gasparini
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 Franca
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 555
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 </row>
9289 <row>
9290 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294
9295 \series bold
9296 Rizzardi
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 Paola
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 555
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 <row>
9321 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325
9326 \series bold
9327 Lassini
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 Giancarlo
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345 555
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 </row>
9351 <row>
9352 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356
9357 \series bold
9358 Malfatti
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 Luciano
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 555
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 </row>
9382 <row>
9383 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387
9388 \series bold
9389 Malfatti
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 Valeriano
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 555
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 </row>
9413 <row>
9414 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418
9419 \series bold
9420 Meneguzzo
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 Roberto
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438 555
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 </row>
9444 <row>
9445 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449
9450 \series bold
9451 Mezzadra
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 Roberto
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 555
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 </lyxtabular>
9476
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \begin_layout Section
9483 Weitere Möglichkeiten für 
9484 \family sans
9485 lange Tabelle
9486 \family default
9487 n
9488 \begin_inset CommandInset label
9489 LatexCommand label
9490 name "abs:Special-Longtable-Issues"
9491
9492 \end_inset
9493
9494
9495 \end_layout
9496
9497 \begin_layout Subsection
9498 L
9499 \family sans
9500 ange Tabelle
9501 \family default
9502 n: Berechnung
9503 \begin_inset Index idx
9504 status collapsed
9505
9506 \begin_layout Plain Layout
9507 Tabellen ! lange ! Berechnung
9508 \end_layout
9509
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \begin_layout Standard
9516 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9517  so genannten 
9518 \emph on
9519 chunks
9520 \emph default
9521  (Brocken).
9522  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9523  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9524  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9525  das die Druckausgabe.
9526  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9527  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9528  einfügen:
9529 \end_layout
9530
9531 \begin_layout Standard
9532
9533 \series bold
9534
9535 \backslash
9536 setcounter{LTchunksize}{100}
9537 \end_layout
9538
9539 \begin_layout Subsection
9540 Gleitobjekte und L
9541 \family sans
9542 ange Tabelle
9543 \family default
9544 n
9545 \begin_inset Index idx
9546 status collapsed
9547
9548 \begin_layout Plain Layout
9549 Tabellen ! lange ! und Gleitobjekte
9550 \end_layout
9551
9552 \end_inset
9553
9554
9555 \end_layout
9556
9557 \begin_layout Standard
9558 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9559 \family sans
9560 lange
9561 \begin_inset space ~
9562 \end_inset
9563
9564 Tabelle
9565 \family default
9566  beginnt, ein Gleitobjekt befindet.
9567  Um das zu vermeiden, können Sie vor der 
9568 \family sans
9569 langen
9570 \begin_inset space ~
9571 \end_inset
9572
9573 Tabellen
9574 \family default
9575  einen manuellen Seitenumbruch
9576 \family sans
9577  Einfügen\SpecialChar \menuseparator
9578 Formatierung\SpecialChar \menuseparator
9579 [Doppel]Seite
9580 \begin_inset space \space{}
9581 \end_inset
9582
9583 leeren
9584 \family default
9585  einfügen, siehe 
9586 \emph on
9587 Benutzerhandbuch
9588 \emph default
9589 .
9590 \end_layout
9591
9592 \begin_layout Subsection
9593 Manuelle Seitenumbrüche
9594 \begin_inset Index idx
9595 status collapsed
9596
9597 \begin_layout Plain Layout
9598 Tabellen ! lange ! manueller Seitenumbruch
9599 \end_layout
9600
9601 \end_inset
9602
9603
9604 \end_layout
9605
9606 \begin_layout Standard
9607 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9608  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9609  der Zelle umbrechen wollen, fügen Sie den Befehl  
9610 \begin_inset Quotes gld
9611 \end_inset
9612
9613
9614 \series bold
9615
9616 \backslash
9617
9618 \backslash
9619
9620 \series default
9621
9622 \begin_inset Quotes grd
9623 \end_inset
9624
9625  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9626  werden kann.
9627  Vor dem 
9628 \begin_inset Quotes gld
9629 \end_inset
9630
9631
9632 \series bold
9633
9634 \backslash
9635
9636 \backslash
9637
9638 \series default
9639
9640 \begin_inset Quotes grd
9641 \end_inset
9642
9643 -Befehl müssen Sie so viele 
9644 \begin_inset Quotes gld
9645 \end_inset
9646
9647
9648 \series bold
9649 &
9650 \series default
9651
9652 \begin_inset Quotes grd
9653 \end_inset
9654
9655  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9656  Mit 
9657 \begin_inset Quotes gld
9658 \end_inset
9659
9660
9661 \series bold
9662 &
9663 \series default
9664
9665 \begin_inset Quotes grd
9666 \end_inset
9667
9668   werden in LaTeX Tabellenzellen getrennt.
9669  Hinter jedes 
9670 \begin_inset Quotes gld
9671 \end_inset
9672
9673
9674 \series bold
9675 &
9676 \series default
9677
9678 \begin_inset Quotes grd
9679 \end_inset
9680
9681  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9682  und löschen den Inhalt dieser Zellen.
9683 \end_layout
9684
9685 \begin_layout Standard
9686 Hinter dem 
9687 \begin_inset Quotes gld
9688 \end_inset
9689
9690
9691 \series bold
9692
9693 \backslash
9694
9695 \backslash
9696
9697 \series default
9698
9699 \begin_inset Quotes grd
9700 \end_inset
9701
9702 -Befehl müssen Sie so viele 
9703 \begin_inset Quotes gld
9704 \end_inset
9705
9706
9707 \series bold
9708 &
9709 \series default
9710
9711 \begin_inset Quotes grd
9712 \end_inset
9713
9714  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9715  In Tabelle
9716 \begin_inset space ~
9717 \end_inset
9718
9719
9720 \begin_inset CommandInset ref
9721 LatexCommand ref
9722 reference "tab:ForcedPagebreak"
9723
9724 \end_inset
9725
9726  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9727  Es folgt noch eine weitere Spalte.
9728  Deshalb wurde hinter dem Wort 
9729 \emph on
9730 Castelchiodato, 
9731 \emph default
9732 folgendes eingefügt:
9733 \end_layout
9734
9735 \begin_layout Standard
9736
9737 \series bold
9738 & 111
9739 \backslash
9740
9741 \backslash
9742  
9743 \backslash
9744 newpage
9745 \begin_inset Newline newline
9746 \end_inset
9747
9748 &
9749 \end_layout
9750
9751 \begin_layout Standard
9752 Die 
9753 \begin_inset Quotes gld
9754 \end_inset
9755
9756 111
9757 \begin_inset Quotes grd
9758 \end_inset
9759
9760  in der dritten Spalte wurde gelöscht.
9761  
9762 \series bold
9763
9764 \backslash
9765 newpage
9766 \series default
9767  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9768  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9769  Wenn die Fußzeile Ihrer 
9770 \family sans
9771 langen
9772 \begin_inset space ~
9773 \end_inset
9774
9775 Tabelle
9776 \family default
9777  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9778  Befehle benutzen:
9779 \end_layout
9780
9781 \begin_layout Standard
9782
9783 \series bold
9784 & 111
9785 \backslash
9786
9787 \backslash
9788
9789 \begin_inset Newline newline
9790 \end_inset
9791
9792
9793 \backslash
9794 hline &
9795 \end_layout
9796
9797 \begin_layout Standard
9798 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9799  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9800 \end_layout
9801
9802 \begin_layout Standard
9803
9804 \series bold
9805
9806 \backslash
9807 setlength{
9808 \backslash
9809 parfillskip}{0pt}
9810 \end_layout
9811
9812 \begin_layout Standard
9813 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9814  erscheint.
9815 \end_layout
9816
9817 \begin_layout Standard
9818 \align center
9819 \begin_inset Tabular
9820 <lyxtabular version="3" rows="38" columns="3">
9821 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9822 <column alignment="left" valignment="top" width="0cm">
9823 <column alignment="left" valignment="top" width="3cm">
9824 <column alignment="right" valignment="top" width="0pt">
9825 <row endfirsthead="true" caption="true">
9826 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 \begin_inset Caption Standard
9831
9832 \begin_layout Plain Layout
9833 Tabelle mit manuellem Seitenumbruch in einer Zelle
9834 \begin_inset CommandInset label
9835 LatexCommand label
9836 name "tab:ForcedPagebreak"
9837
9838 \end_inset
9839
9840
9841 \begin_inset Argument 1
9842 status collapsed
9843
9844 \begin_layout Plain Layout
9845 Tabelle mit manuellem Seitenumbruch in einer Zelle
9846 \end_layout
9847
9848 \end_inset
9849
9850
9851 \end_layout
9852
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row endfirsthead="true">
9880 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \series bold
9886 Telefonliste (ignoriere die Namen)
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 </row>
9910 <row endfirsthead="true">
9911 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \series bold
9917 NAME
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \series bold
9937 TEL.
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 </row>
9943 <row endhead="true">
9944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 \begin_inset ERT
9949 status collapsed
9950
9951 \begin_layout Plain Layout
9952
9953
9954 \backslash
9955 caption*{Fortsetzung der Tabelle}
9956 \backslash
9957
9958 \backslash
9959 %
9960 \end_layout
9961
9962 \end_inset
9963
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row endhead="true">
9989 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \series bold
9995 Telefonliste
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 </row>
10019 <row endhead="true">
10020 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \series bold
10026 NAME
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \series bold
10046 TEL.
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row endfoot="true">
10053 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 wird fortgesetzt\SpecialChar \ldots{}
10058
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row>
10083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 Annovi
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 Silvia
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107 111
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 </row>
10113 <row>
10114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \series bold
10120 Bertoli
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129 Stefano
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 111
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 </row>
10144 <row>
10145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \series bold
10151 Bozzi
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 Walter
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 111
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 <row>
10176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \series bold
10182 Cachia
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 Maria
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200 111
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row>
10207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \series bold
10213 Cachia
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 Maurizio
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 111
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 </row>
10237 <row>
10238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \series bold
10244 Cinquemani
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 Giusi
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 111
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \series bold
10275 Colin
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 Bernard
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 111
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306 Concli
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 Gianfranco
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 111
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row>
10331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \series bold
10337 Dal Bosco
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 Carolina
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 111
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 <row>
10362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366
10367 \series bold
10368 Dalpiaz
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 Annamaria
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 111
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 <row>
10393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397
10398 \series bold
10399 Feliciello
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 Domenico
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 111
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 </row>
10423 <row>
10424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428
10429 \series bold
10430 Focarelli
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 Paola
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 111
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \series bold
10461 Galletti
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 Oreste
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 111
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 </row>
10485 <row>
10486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490
10491 \series bold
10492 Gasparini
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 Franca
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 111
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 </row>
10516 <row>
10517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521
10522 \series bold
10523 Lassini
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 Giancarlo
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 111
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \series bold
10554 Malfatti
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 Luciano
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 111
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row>
10579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583
10584 \series bold
10585 Malfatti
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 Valeriano
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 111
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 </row>
10609 <row>
10610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614
10615 \series bold
10616 Meneguzzo
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 Roberto
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634 111
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 <row>
10641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645
10646 \series bold
10647 Mezzadra
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 Roberto
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665 111
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 </row>
10671 <row>
10672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676
10677 \series bold
10678 Pirpamer
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 Erich
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 111
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row>
10703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \series bold
10709 Pochiesa
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 Paolo
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 111, 222
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row>
10734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \series bold
10740 Radina
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 Claudio
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 111
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 </row>
10764 <row>
10765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769
10770 \series bold
10771 Rizzardi
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 Paolo, 11.
10781  Fürst von Monte\SpecialChar \-
10782 com\SpecialChar \-
10783 patri, 11.
10784  Fürst von Sulmona und Vivaro, 10.
10785  Fürst von Rossano, 5.
10786  Herzog von Canemorte, 11.
10787  Herzog von Palombara, 5.
10788  Herzog von Castelchiodato,
10789 \begin_inset ERT
10790 status open
10791
10792 \begin_layout Plain Layout
10793
10794 & 111
10795 \backslash
10796
10797 \backslash
10798  
10799 \backslash
10800 newpage
10801 \end_layout
10802
10803 \begin_layout Plain Layout
10804
10805 &
10806 \end_layout
10807
10808 \end_inset
10809
10810  11.
10811  Herzog von Poggionativo, 11.
10812  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10813  Graf von Valinfreda, 11.
10814  Baron von Cropalati, 11.
10815  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 </row>
10830 <row>
10831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835
10836 \series bold
10837 Stuffer
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846 Oskar
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 111
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 </row>
10861 <row>
10862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866
10867 \series bold
10868 Tacchelli
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 Ugo
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 111
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 </row>
10892 <row>
10893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897
10898 \series bold
10899 Tezzele
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 Margit
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 111
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 </row>
10923 <row>
10924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928
10929 \series bold
10930 Unterkalmsteiner
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 Frieda
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 111
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 <row>
10955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959
10960 \series bold
10961 Vieider
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 Hilde
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 111
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 </row>
10985 <row>
10986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990
10991 \series bold
10992 Vigna
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 Jürgen
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 111
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 </row>
11016 <row>
11017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \series bold
11023 Weber
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 Maurizio
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 111
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 </row>
11047 <row>
11048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052
11053 \series bold
11054 Winkler
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 Franz
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 111
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 </row>
11078 </lyxtabular>
11079
11080 \end_inset
11081
11082
11083 \end_layout
11084
11085 \begin_layout Section
11086 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11087 \end_layout
11088
11089 \begin_layout Subsection
11090 Mehrfache Zeilen in Zellen
11091 \begin_inset CommandInset label
11092 LatexCommand label
11093 name "uab:Mehrfache-Zeilen-in"
11094
11095 \end_inset
11096
11097
11098 \begin_inset Index idx
11099 status collapsed
11100
11101 \begin_layout Plain Layout
11102 Mehrfache ! Zeilen in Zellen
11103 \end_layout
11104
11105 \end_inset
11106
11107
11108 \begin_inset Index idx
11109 status collapsed
11110
11111 \begin_layout Plain Layout
11112 Tabellen ! Zeilenumbrüche
11113 \end_layout
11114
11115 \end_inset
11116
11117
11118 \end_layout
11119
11120 \begin_layout Standard
11121 \noindent
11122 \begin_inset Float table
11123 placement H
11124 wide false
11125 sideways false
11126 status open
11127
11128 \begin_layout Plain Layout
11129 \begin_inset Caption Standard
11130
11131 \begin_layout Plain Layout
11132 \begin_inset CommandInset label
11133 LatexCommand label
11134 name "tab:Table-with-multiple"
11135
11136 \end_inset
11137
11138 Tabelle mit mehrfachen Zeilen in einer Zelle
11139 \end_layout
11140
11141 \end_inset
11142
11143
11144 \end_layout
11145
11146 \begin_layout Plain Layout
11147 \align center
11148 \begin_inset Tabular
11149 <lyxtabular version="3" rows="3" columns="3">
11150 <features rotate="0" tabularvalignment="middle">
11151 <column alignment="center" valignment="middle" width="2.5cm">
11152 <column alignment="center" valignment="middle" width="0.5cm">
11153 <column alignment="center" valignment="middle" width="0.5cm">
11154 <row>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 zwei
11160 \begin_inset Newline linebreak
11161 \end_inset
11162
11163 Zeilen
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172 b
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 c
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 </row>
11187 <row>
11188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 d
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201 e
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210 f
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 </row>
11216 <row>
11217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 g
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 h
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 i
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 </row>
11245 </lyxtabular>
11246
11247 \end_inset
11248
11249
11250 \end_layout
11251
11252 \end_inset
11253
11254
11255 \end_layout
11256
11257 \begin_layout Standard
11258 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11259  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11260  Tabelle
11261 \begin_inset space ~
11262 \end_inset
11263
11264
11265 \begin_inset CommandInset ref
11266 LatexCommand ref
11267 reference "tab:Table-with-multiple"
11268
11269 \end_inset
11270
11271  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11272 \family sans
11273 Tabellen-Einstellungen
11274 \family default
11275 -Dialog auf 2.5
11276 \begin_inset space \thinspace{}
11277 \end_inset
11278
11279 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11280  Weil unser Text schmaler als 2.5
11281 \begin_inset space \thinspace{}
11282 \end_inset
11283
11284 cm ist, würde er in einer Zeile gedruckt werden.
11285  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11286
11287 \family sans
11288 Strg+Shift+Enter
11289 \family default
11290 ) eingefügt.
11291  Wenn der Text länger ist, wird er automatisch umgebrochen.
11292 \end_layout
11293
11294 \begin_layout Standard
11295 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11296  setzen Sie die Breite der beiden Spalten im 
11297 \family sans
11298 Tabellen-Einstellungen
11299 \family default
11300 -Dialog auf 0.5
11301 \begin_inset space \thinspace{}
11302 \end_inset
11303
11304 cm und die vertikale Ausrichtung auf zentriert.
11305 \end_layout
11306
11307 \begin_layout Standard
11308 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11309  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11310  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11311  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11312  Fügen sie daher 0
11313 \begin_inset space \thinspace{}
11314 \end_inset
11315
11316 pt horizontalen Abstand vor dem Wort ein.
11317  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11318  Tabelle
11319 \begin_inset space ~
11320 \end_inset
11321
11322
11323 \begin_inset CommandInset ref
11324 LatexCommand ref
11325 reference "tab:Table-with-and"
11326
11327 \end_inset
11328
11329  zeigt die Wirkungen.
11330 \end_layout
11331
11332 \begin_layout Standard
11333 \begin_inset Float table
11334 placement h
11335 wide false
11336 sideways false
11337 status open
11338
11339 \begin_layout Plain Layout
11340 \begin_inset Caption Standard
11341
11342 \begin_layout Plain Layout
11343 \begin_inset CommandInset label
11344 LatexCommand label
11345 name "tab:Table-with-and"
11346
11347 \end_inset
11348
11349 Tabelle ohne und mit Silbentrennung
11350 \end_layout
11351
11352 \end_inset
11353
11354
11355 \end_layout
11356
11357 \begin_layout Plain Layout
11358 \begin_inset space \hfill{}
11359 \end_inset
11360
11361
11362 \begin_inset Tabular
11363 <lyxtabular version="3" rows="3" columns="3">
11364 <features rotate="0" tabularvalignment="middle">
11365 <column alignment="center" valignment="middle" width="2.5cm">
11366 <column alignment="center" valignment="middle" width="0.5cm">
11367 <column alignment="center" valignment="middle" width="0.5cm">
11368 <row>
11369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 einsehrlangesZellenwort
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 b
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 c
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 </row>
11397 <row>
11398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 d
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 e
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 f
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 </row>
11426 <row>
11427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 g
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 h
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 i
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 </row>
11455 </lyxtabular>
11456
11457 \end_inset
11458
11459
11460 \begin_inset space \hfill{}
11461 \end_inset
11462
11463
11464 \begin_inset Tabular
11465 <lyxtabular version="3" rows="3" columns="3">
11466 <features rotate="0" tabularvalignment="middle">
11467 <column alignment="center" valignment="middle" width="2.5cm">
11468 <column alignment="center" valignment="middle" width="0.5cm">
11469 <column alignment="center" valignment="middle" width="0.5cm">
11470 <row>
11471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 \begin_inset space \hspace{}
11476 \length 0pt
11477 \end_inset
11478
11479 einsehrlangesZellenwort
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 b
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 c
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 </row>
11503 <row>
11504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 d
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 e
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 f
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 </row>
11532 <row>
11533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537 g
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 h
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 i
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 </row>
11561 </lyxtabular>
11562
11563 \end_inset
11564
11565
11566 \begin_inset space \hfill{}
11567 \end_inset
11568
11569
11570 \end_layout
11571
11572 \end_inset
11573
11574
11575 \end_layout
11576
11577 \begin_layout Subsection
11578 Mehrfachspalten
11579 \begin_inset CommandInset label
11580 LatexCommand label
11581 name "uab:Mehrfachspalten"
11582
11583 \end_inset
11584
11585
11586 \begin_inset Index idx
11587 status collapsed
11588
11589 \begin_layout Plain Layout
11590 Mahrfachspalten
11591 \end_layout
11592
11593 \end_inset
11594
11595
11596 \begin_inset Index idx
11597 status collapsed
11598
11599 \begin_layout Plain Layout
11600 Tabellen ! Mahrfachspalten
11601 \end_layout
11602
11603 \end_inset
11604
11605
11606 \end_layout
11607
11608 \begin_layout Subsubsection
11609 Grundlagen
11610 \end_layout
11611
11612 \begin_layout Standard
11613 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11614  und verwenden dann den Knopf 
11615 \begin_inset Info
11616 type  "icon"
11617 arg   "inset-modify tabular multicolumn"
11618 \end_inset
11619
11620  in der Werkzeugleiste, das Menü 
11621 \family sans
11622 Bearbeiten\SpecialChar \menuseparator
11623 Tabelle\SpecialChar \menuseparator
11624 Mehrfachspalte
11625 \family default
11626 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11627  
11628 \family sans
11629 Mehrfachspalte
11630 \family default
11631 .
11632 \end_layout
11633
11634 \begin_layout Standard
11635 Mehrfachspalten haben ihre eigenen Einstellungen.
11636  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11637  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11638  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11639 \end_layout
11640
11641 \begin_layout Standard
11642 \align center
11643 \begin_inset Tabular
11644 <lyxtabular version="3" rows="3" columns="4">
11645 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11646 <column alignment="center" valignment="top" width="0pt">
11647 <column alignment="center" valignment="middle" width="0">
11648 <column alignment="center" valignment="top" width="0in">
11649 <column alignment="center" valignment="top" width="0pt">
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 abc
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 def ghi
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 jkl
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 </row>
11688 <row>
11689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693
11694 \family roman
11695 \series medium
11696 \shape up
11697 \size normal
11698 \emph off
11699 \bar no
11700 \noun off
11701 \color none
11702 A
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 B
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 C
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 D
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 </row>
11735 <row>
11736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740 1
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 2
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 3
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 4
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 </row>
11773 </lyxtabular>
11774
11775 \end_inset
11776
11777
11778 \end_layout
11779
11780 \begin_layout Subsubsection
11781 Mehrfachspalten-Berechnungen
11782 \begin_inset CommandInset label
11783 LatexCommand label
11784 name "uab:Mehrfachspalten-Berechnungen"
11785
11786 \end_inset
11787
11788
11789 \begin_inset Index idx
11790 status collapsed
11791
11792 \begin_layout Plain Layout
11793 Mahrfachspalten ! Berechnung
11794 \end_layout
11795
11796 \end_inset
11797
11798
11799 \begin_inset Index idx
11800 status collapsed
11801
11802 \begin_layout Plain Layout
11803 Tabellen ! Mahrfachspalten ! Berechnung
11804 \end_layout
11805
11806 \end_inset
11807
11808
11809 \end_layout
11810
11811 \begin_layout Standard
11812 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11813  Zellen beachten.
11814 \end_layout
11815
11816 \begin_layout Standard
11817 \begin_inset Float table
11818 placement h
11819 wide false
11820 sideways false
11821 status open
11822
11823 \begin_layout Plain Layout
11824 \begin_inset Caption Standard
11825
11826 \begin_layout Plain Layout
11827 \begin_inset CommandInset label
11828 LatexCommand label
11829 name "tab:Table-with-centered"
11830
11831 \end_inset
11832
11833 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11834  die halbe Breite der Mehrfachspalten-Zelle haben
11835 \begin_inset Argument 1
11836 status collapsed
11837
11838 \begin_layout Plain Layout
11839 Eine Mehrfachspalten-Tabelle
11840 \end_layout
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \end_inset
11848
11849
11850 \end_layout
11851
11852 \begin_layout Plain Layout
11853 \align center
11854 \begin_inset Tabular
11855 <lyxtabular version="3" rows="3" columns="3">
11856 <features rotate="0" tabularvalignment="middle">
11857 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11858 <column alignment="center" valignment="middle" width="0">
11859 <column alignment="center" valignment="top" width="0">
11860 <row>
11861 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865 Dies ist eine Mehrfach\SpecialChar \-
11866 spalten-Zelle
11867 \end_layout
11868
11869 \end_inset
11870 </cell>
11871 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11872 \begin_inset Text
11873
11874 \begin_layout Plain Layout
11875
11876 \end_layout
11877
11878 \end_inset
11879 </cell>
11880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884 c
11885 \end_layout
11886
11887 \end_inset
11888 </cell>
11889 </row>
11890 <row>
11891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11892 \begin_inset Text
11893
11894 \begin_layout Plain Layout
11895 d
11896 \end_layout
11897
11898 \end_inset
11899 </cell>
11900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 e
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 f
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 </row>
11919 <row>
11920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 g
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 h
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 i
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 </row>
11948 </lyxtabular>
11949
11950 \end_inset
11951
11952
11953 \end_layout
11954
11955 \end_inset
11956
11957
11958 \end_layout
11959
11960 \begin_layout Standard
11961 Um Tabelle
11962 \begin_inset space ~
11963 \end_inset
11964
11965
11966 \begin_inset CommandInset ref
11967 LatexCommand ref
11968 reference "tab:Table-with-centered"
11969
11970 \end_inset
11971
11972  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11973  3×3-Tabelle, kreuzen im 
11974 \family sans
11975 Tabellen-Einstellungen
11976 \family default
11977 -Dialog 
11978 \family sans
11979 Mehrfachspalte
11980 \family default
11981  an, setzen die 
11982 \family sans
11983 Horizontale
11984 \begin_inset space ~
11985 \end_inset
11986
11987 Ausrichtung
11988 \family default
11989  auf 
11990 \family sans
11991 Zentriert
11992 \family default
11993  und die 
11994 \family sans
11995 Breite
11996 \family default
11997  auf 2.5
11998 \begin_inset space \thinspace{}
11999 \end_inset
12000
12001 cm.
12002  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12003  Sie die Breite der ersten Spalte auf 1.25
12004 \begin_inset space \thinspace{}
12005 \end_inset
12006
12007 cm setzen.
12008  Die zweite Spalte wird dann automatisch 1.25
12009 \begin_inset space \thinspace{}
12010 \end_inset
12011
12012 cm breit (Breite der 
12013 \family sans
12014 Mehrfachspalte
12015 \family default
12016  
12017 \begin_inset Formula $-$
12018 \end_inset
12019
12020  Breite der ersten Spalte).
12021  Dies wurde so für Tabelle
12022 \begin_inset space ~
12023 \end_inset
12024
12025
12026 \begin_inset CommandInset ref
12027 LatexCommand ref
12028 reference "tab:Table-without-half"
12029
12030 \end_inset
12031
12032  gemacht.
12033 \end_layout
12034
12035 \begin_layout Standard
12036 \begin_inset Float table
12037 wide false
12038 sideways false
12039 status open
12040
12041 \begin_layout Plain Layout
12042 \begin_inset Caption Standard
12043
12044 \begin_layout Plain Layout
12045 \begin_inset CommandInset label
12046 LatexCommand label
12047 name "tab:Table-without-half"
12048
12049 \end_inset
12050
12051 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12052  wie die Mehrfachspalte
12053 \begin_inset Argument 1
12054 status collapsed
12055
12056 \begin_layout Plain Layout
12057 Eine unvollkommene Mehrfachspalten-Tabelle
12058 \end_layout
12059
12060 \end_inset
12061
12062
12063 \end_layout
12064
12065 \end_inset
12066
12067
12068 \end_layout
12069
12070 \begin_layout Plain Layout
12071 \align center
12072 \begin_inset Tabular
12073 <lyxtabular version="3" rows="3" columns="3">
12074 <features rotate="0" tabularvalignment="middle">
12075 <column alignment="center" valignment="top" width="1.25cm">
12076 <column alignment="center" valignment="top" width="0">
12077 <column alignment="center" valignment="top" width="0">
12078 <row>
12079 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12080 \begin_inset Text
12081
12082 \begin_layout Plain Layout
12083 Dies ist auch eine Mehr\SpecialChar \-
12084 fach\SpecialChar \-
12085 spalten-Zelle
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Plain Layout
12094
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 c
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 </row>
12109 <row>
12110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Plain Layout
12114 d
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Plain Layout
12123 e
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132 f
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 </row>
12138 <row>
12139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Plain Layout
12143 g
12144 \end_layout
12145
12146 \end_inset
12147 </cell>
12148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152 h
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161 i
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 </row>
12167 </lyxtabular>
12168
12169 \end_inset
12170
12171
12172 \end_layout
12173
12174 \end_inset
12175
12176
12177 \end_layout
12178
12179 \begin_layout Standard
12180 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12181  als die zweite ist.
12182  Das liegt daran, dass die Zellenbreite 
12183 \begin_inset Formula $W_{\mathrm{tot}}$
12184 \end_inset
12185
12186  nicht ihre definierte Breite 
12187 \begin_inset Formula $W_{g}$
12188 \end_inset
12189
12190  ist, sondern ein wenig mehr.
12191  Anhang
12192 \begin_inset space ~
12193 \end_inset
12194
12195
12196 \begin_inset CommandInset ref
12197 LatexCommand ref
12198 reference "kap:Erläuterung-einer-Gleichung"
12199
12200 \end_inset
12201
12202  erklärt das genauer.
12203 \end_layout
12204
12205 \begin_layout Standard
12206 Wenn 
12207 \emph on
12208 n
12209 \emph default
12210  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12211  die definierte Breite 
12212 \begin_inset Formula $W_{g\, n}$
12213 \end_inset
12214
12215  einer Spalte, deren totale Breite = 
12216 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12217 \end_inset
12218
12219  sein soll, wie folgt:
12220 \begin_inset Formula 
12221 \begin{equation}
12222 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12223 \end{equation}
12224
12225 \end_inset
12226
12227
12228 \end_layout
12229
12230 \begin_layout Standard
12231 In unserem Falls ist 
12232 \begin_inset Formula $n=2$
12233 \end_inset
12234
12235
12236 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12237 \end_inset
12238
12239 cm, und damit wird aus Gleichung
12240 \begin_inset space ~
12241 \end_inset
12242
12243
12244 \begin_inset CommandInset ref
12245 LatexCommand ref
12246 reference "eq:Wgn"
12247
12248 \end_inset
12249
12250  
12251 \begin_inset Formula 
12252 \begin{equation}
12253 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12254 \end{equation}
12255
12256 \end_inset
12257
12258
12259 \end_layout
12260
12261 \begin_layout Standard
12262 Damit LaTeX rechnen kann, muss das Paket 
12263 \series bold
12264 calc
12265 \series default
12266  im Vorspann geladen werden.
12267 \begin_inset Index idx
12268 status collapsed
12269
12270 \begin_layout Plain Layout
12271 LaTeX-Pakete ! calc
12272 \end_layout
12273
12274 \end_inset
12275
12276
12277 \end_layout
12278
12279 \begin_layout Standard
12280
12281 \series bold
12282
12283 \backslash
12284 usepackage{calc}
12285 \end_layout
12286
12287 \begin_layout Standard
12288 LyX erlaubt im 
12289 \family sans
12290 Breite
12291 \family default
12292 -Feld des 
12293 \family sans
12294 Tabellen-Einstellungen
12295 \family default
12296 -Dialogs keine Berechnungen.
12297  Deshalb müssen Sie die Formel für die Breite im Feld 
12298 \family sans
12299 LaTe
12300 \begin_inset ERT
12301 status collapsed
12302
12303 \begin_layout Plain Layout
12304
12305 {}
12306 \end_layout
12307
12308 \end_inset
12309
12310 X-Argument
12311 \family default
12312  eingeben.
12313  Hier iss ein Überblick über die Argumente:
12314 \end_layout
12315
12316 \begin_layout Itemize
12317
12318 \series bold
12319 p{Breite}
12320 \series default
12321  die Zelle bekommt eine feste 
12322 \series bold
12323 Breite
12324 \series default
12325 , und die vertikale Ausrichtung ist 
12326 \family sans
12327 Oben
12328 \end_layout
12329
12330 \begin_layout Itemize
12331
12332 \series bold
12333 m{Breite}
12334 \series default
12335  die Zelle bekommt eine feste 
12336 \series bold
12337 Breite
12338 \series default
12339 , und die vertikale Ausrichtung ist 
12340 \family sans
12341 Mitte
12342 \end_layout
12343
12344 \begin_layout Itemize
12345
12346 \series bold
12347 b{Breite}
12348 \series default
12349  die Zelle bekommt eine feste 
12350 \series bold
12351 Breite
12352 \series default
12353 , und die vertikale Ausrichtung ist 
12354 \family sans
12355 Unten
12356 \end_layout
12357
12358 \begin_layout Standard
12359 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12360  für diese Zelle überschrieben.
12361 \end_layout
12362
12363 \begin_layout Standard
12364 \begin_inset Note Greyedout
12365 status open
12366
12367 \begin_layout Plain Layout
12368
12369 \series bold
12370 Bemerkung:
12371 \series default
12372  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12373  angezeigt.
12374 \end_layout
12375
12376 \end_inset
12377
12378
12379 \end_layout
12380
12381 \begin_layout Standard
12382 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12383  der Zelle mit dem Inhalt 
12384 \begin_inset Quotes gld
12385 \end_inset
12386
12387 d
12388 \begin_inset Quotes grd
12389 \end_inset
12390
12391  der Tabelle
12392 \begin_inset space ~
12393 \end_inset
12394
12395
12396 \begin_inset CommandInset ref
12397 LatexCommand ref
12398 reference "tab:Table-with-centered"
12399
12400 \end_inset
12401
12402  auch noch der Befehl
12403 \family typewriter
12404 \series bold
12405  
12406 \family default
12407
12408 \backslash
12409 centering
12410 \series default
12411  hinzugefügt.
12412  Das Ganze sieht dann so aus:
12413 \end_layout
12414
12415 \begin_layout Standard
12416
12417 \series bold
12418 |>{
12419 \backslash
12420 centering}m{1.25cm-6.2pt}
12421 \end_layout
12422
12423 \begin_layout Standard
12424 Der vertikale Strich 
12425 \series bold
12426
12427 \begin_inset Quotes gld
12428 \end_inset
12429
12430 |
12431 \series default
12432
12433 \begin_inset Quotes grd
12434 \end_inset
12435
12436  am Anfang zeichnet die linke Linie, und der Befehl 
12437 \series bold
12438
12439 \begin_inset Quotes gld
12440 \end_inset
12441
12442 >{ }
12443 \begin_inset Quotes grd
12444 \end_inset
12445
12446
12447 \series default
12448  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12449  der Zelle benutzt werden sollen.
12450 \end_layout
12451
12452 \begin_layout Standard
12453 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12454  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12455  für einzelne Spalten anwendet.
12456  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12457  werden:
12458 \end_layout
12459
12460 \begin_layout Standard
12461
12462 \series bold
12463 |>{
12464 \backslash
12465 centering}m{2.5cm}|
12466 \end_layout
12467
12468 \begin_layout Subsection
12469 Mehrfachzeilen
12470 \begin_inset CommandInset label
12471 LatexCommand label
12472 name "uab:Mehrfachzeilen"
12473
12474 \end_inset
12475
12476
12477 \begin_inset Index idx
12478 status collapsed
12479
12480 \begin_layout Plain Layout
12481 Mehrfachzeilen
12482 \end_layout
12483
12484 \end_inset
12485
12486
12487 \begin_inset Index idx
12488 status collapsed
12489
12490 \begin_layout Plain Layout
12491 Tabellen ! Mehrfachzeilen
12492 \end_layout
12493
12494 \end_inset
12495
12496
12497 \end_layout
12498
12499 \begin_layout Standard
12500 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12501  und verwenden dann den Knopf 
12502 \begin_inset Info
12503 type  "icon"
12504 arg   "inset-modify tabular multirow"
12505 \end_inset
12506
12507  in der Werkzeugleiste, das Menü 
12508 \family sans
12509 Bearbeiten\SpecialChar \menuseparator
12510 Tabelle\SpecialChar \menuseparator
12511 Mehrfachzeile
12512 \family default
12513 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12514  
12515 \family sans
12516 Mehrfachzeile
12517 \family default
12518 .
12519 \end_layout
12520
12521 \begin_layout Standard
12522 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12523 \end_layout
12524
12525 \begin_layout Standard
12526 \align center
12527 \begin_inset Tabular
12528 <lyxtabular version="3" rows="3" columns="3">
12529 <features rotate="0" tabularvalignment="middle">
12530 <column alignment="center" valignment="top" width="0pt">
12531 <column alignment="center" valignment="top" width="0">
12532 <column alignment="center" valignment="top" width="0">
12533 <row>
12534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12535 \begin_inset Text
12536
12537 \begin_layout Plain Layout
12538 ein langer Eintrag
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547 b
12548 \end_layout
12549
12550 \end_inset
12551 </cell>
12552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556 c
12557 \end_layout
12558
12559 \end_inset
12560 </cell>
12561 </row>
12562 <row>
12563 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567 Mehrfachzeile
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 e
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585 f
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 </row>
12591 <row>
12592 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12593 \begin_inset Text
12594
12595 \begin_layout Plain Layout
12596
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605 h
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614 i
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 </row>
12620 </lyxtabular>
12621
12622 \end_inset
12623
12624
12625 \end_layout
12626
12627 \begin_layout Standard
12628 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12629  Spalte festgelegt.
12630  Der 
12631 \family sans
12632 Vertikale Versatz
12633 \family default
12634  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12635  positiv/negativ ist.
12636 \end_layout
12637
12638 \begin_layout Standard
12639 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12640  die Mehrfachzeile die Ausrichtung der Spalte.
12641  Ansonsten ist sie standardmäßig links ausgerichtet.
12642  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12643 \series bold
12644
12645 \backslash
12646 multirowsetup
12647 \series default
12648  mit dem Befehl
12649 \end_layout
12650
12651 \begin_layout Standard
12652
12653 \series bold
12654
12655 \backslash
12656 renewcommand{
12657 \backslash
12658 multirowsetup}{
12659 \backslash
12660 centering}
12661 \end_layout
12662
12663 \begin_layout Standard
12664 im LaTeX-Vorspann.
12665  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12666  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12667  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12668  erneuert werden.
12669  Für rechtsbündigen Text ersetzt man 
12670 \series bold
12671
12672 \backslash
12673 centering
12674 \series default
12675  durch 
12676 \series bold
12677
12678 \backslash
12679 raggedleft
12680 \series default
12681 .
12682  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12683 \series bold
12684
12685 \backslash
12686 raggedright
12687 \series default
12688  verwendet.
12689 \end_layout
12690
12691 \begin_layout Standard
12692 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12693  die -4
12694 \begin_inset space \thinspace{}
12695 \end_inset
12696
12697 mm vertikalen Versatz hat und sich in einer 3
12698 \begin_inset space \thinspace{}
12699 \end_inset
12700
12701 cm breiten Spalte befindet:
12702 \end_layout
12703
12704 \begin_layout Standard
12705 \noindent
12706 \align center
12707 \begin_inset ERT
12708 status collapsed
12709
12710 \begin_layout Plain Layout
12711
12712
12713 \backslash
12714 renewcommand{
12715 \backslash
12716 multirowsetup}{
12717 \backslash
12718 raggedleft}
12719 \end_layout
12720
12721 \end_inset
12722
12723
12724 \begin_inset Tabular
12725 <lyxtabular version="3" rows="4" columns="3">
12726 <features rotate="0" tabularvalignment="middle">
12727 <column alignment="center" valignment="top" width="3cm">
12728 <column alignment="center" valignment="top" width="0">
12729 <column alignment="center" valignment="top" width="0">
12730 <row>
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 ein langer Eintrag
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744 b
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Plain Layout
12753 c
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 </row>
12759 <row>
12760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764 t
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773 n
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782 m
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 </row>
12788 <row>
12789 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793 Mehrfachzeile
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802 e
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811 f
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 </row>
12817 <row>
12818 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 h
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 i
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 </row>
12846 </lyxtabular>
12847
12848 \end_inset
12849
12850
12851 \begin_inset ERT
12852 status collapsed
12853
12854 \begin_layout Plain Layout
12855
12856
12857 \backslash
12858 renewcommand{
12859 \backslash
12860 multirowsetup}{
12861 \backslash
12862 raggedright}
12863 \end_layout
12864
12865 \end_inset
12866
12867
12868 \end_layout
12869
12870 \begin_layout Standard
12871 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12872  (Tastenkürzel 
12873 \family sans
12874 Strg+Enter
12875 \family default
12876 ) verwenden.
12877  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12878 \end_layout
12879
12880 \begin_layout Standard
12881 \noindent
12882 \align center
12883 \begin_inset Tabular
12884 <lyxtabular version="3" rows="3" columns="2">
12885 <features rotate="0" tabularvalignment="middle">
12886 <column alignment="left" valignment="middle" width="2cm">
12887 <column alignment="center" valignment="top" width="0">
12888 <row>
12889 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 aaa
12894 \begin_inset Newline newline
12895 \end_inset
12896
12897 aaa
12898 \begin_inset Newline newline
12899 \end_inset
12900
12901 falsche Zelle
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 ccc
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 </row>
12916 <row>
12917 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930 ddd
12931 \end_layout
12932
12933 \end_inset
12934 </cell>
12935 </row>
12936 <row>
12937 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 bbb
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 eee
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 </row>
12956 </lyxtabular>
12957
12958 \end_inset
12959
12960
12961 \end_layout
12962
12963 \begin_layout Standard
12964 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12965 \end_layout
12966
12967 \begin_layout Subsection
12968 Zellen mit diagonalen Linien
12969 \end_layout
12970
12971 \begin_layout Standard
12972 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
12973  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
12974  oder zwei diagonalen Linien zu teilen.
12975  Dies kann erreicht werden, indem man das LaTeX-Paket 
12976 \series bold
12977 diagbox
12978 \series default
12979
12980 \begin_inset Index idx
12981 status collapsed
12982
12983 \begin_layout Plain Layout
12984 LaTeX-Pakete ! diagbox
12985 \end_layout
12986
12987 \end_inset
12988
12989  im LaTeX-Vorspann lädt.
12990  Das Paket stellt den Befehl 
12991 \series bold
12992
12993 \backslash
12994 diagbox
12995 \series default
12996  zur Verfügung, der als TeX-Code eingefügt wird und 2 oder 3
12997 \begin_inset space ~
12998 \end_inset
12999
13000 Argumente hat:
13001 \end_layout
13002
13003 \begin_layout Standard
13004
13005 \series bold
13006
13007 \backslash
13008 diagbox[Optionen]{links unten}{rechts oben}
13009 \end_layout
13010
13011 \begin_layout Standard
13012
13013 \series bold
13014
13015 \backslash
13016 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13017 \end_layout
13018
13019 \begin_layout Standard
13020 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13021  die Argumente werden unter und über diese Linie platziert.
13022  Das zweite Schema teilt die Zelle mit 2
13023 \begin_inset space ~
13024 \end_inset
13025
13026 Linien.
13027 \end_layout
13028
13029 \begin_layout Standard
13030 \begin_inset ERT
13031 status collapsed
13032
13033 \begin_layout Plain Layout
13034
13035
13036 \backslash
13037 ifdiagbox
13038 \end_layout
13039
13040 \end_inset
13041
13042
13043 \begin_inset Note Note
13044 status open
13045
13046 \begin_layout Plain Layout
13047 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
13048 \series bold
13049 diagbox
13050 \series default
13051  installiert ist.
13052 \end_layout
13053
13054 \end_inset
13055
13056
13057 \end_layout
13058
13059 \begin_layout Standard
13060 Hier ist eine Beispieltabelle in der 
13061 \series bold
13062
13063 \backslash
13064 diagbox 
13065 \series default
13066 im 2-Argument Schema in der ersten Zelle verwendet wird:
13067 \begin_inset VSpace medskip
13068 \end_inset
13069
13070
13071 \end_layout
13072
13073 \begin_layout Standard
13074 \noindent
13075 \begin_inset Tabular
13076 <lyxtabular version="3" rows="4" columns="4">
13077 <features rotate="0" tabularvalignment="middle">
13078 <column alignment="center" valignment="top" width="0">
13079 <column alignment="center" valignment="top" width="0">
13080 <column alignment="center" valignment="top" width="0">
13081 <column alignment="center" valignment="top" width="0">
13082 <row>
13083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 \begin_inset ERT
13088 status collapsed
13089
13090 \begin_layout Plain Layout
13091
13092
13093 \backslash
13094 diagbox{
13095 \end_layout
13096
13097 \end_inset
13098
13099 Name
13100 \begin_inset ERT
13101 status collapsed
13102
13103 \begin_layout Plain Layout
13104
13105 }{
13106 \end_layout
13107
13108 \end_inset
13109
13110 Parameter
13111 \begin_inset ERT
13112 status collapsed
13113
13114 \begin_layout Plain Layout
13115
13116 }
13117 \end_layout
13118
13119 \end_inset
13120
13121
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 Dicke in nm
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 Transparenz in %
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 Härte in MPa
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 </row>
13154 <row>
13155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 Perfekt Grün
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 45
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 80
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 504
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 </row>
13192 <row>
13193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197 Dunkel Multi-P
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 60
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Plain Layout
13215 72
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 982
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 </row>
13230 <row>
13231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Plain Layout
13235 Kristallklar Pro
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13241 \begin_inset Text
13242
13243 \begin_layout Plain Layout
13244 18
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13250 \begin_inset Text
13251
13252 \begin_layout Plain Layout
13253 86
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 374
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 </row>
13268 </lyxtabular>
13269
13270 \end_inset
13271
13272
13273 \begin_inset VSpace medskip
13274 \end_inset
13275
13276
13277 \end_layout
13278
13279 \begin_layout Standard
13280 \begin_inset Newpage newpage
13281 \end_inset
13282
13283
13284 \end_layout
13285
13286 \begin_layout Standard
13287 Das 3-Argument Schema ist z.
13288 \begin_inset space \thinspace{}
13289 \end_inset
13290
13291 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13292 \end_layout
13293
13294 \begin_layout Standard
13295 \noindent
13296 \align center
13297 \begin_inset Tabular
13298 <lyxtabular version="3" rows="4" columns="4">
13299 <features rotate="0" tabularvalignment="middle">
13300 <column alignment="center" valignment="top" width="0pt">
13301 <column alignment="center" valignment="top" width="0">
13302 <column alignment="center" valignment="top" width="0">
13303 <column alignment="center" valignment="top" width="0">
13304 <row>
13305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 \begin_inset ERT
13310 status collapsed
13311
13312 \begin_layout Plain Layout
13313
13314
13315 \backslash
13316 diagbox{
13317 \end_layout
13318
13319 \end_inset
13320
13321 Heim
13322 \begin_inset ERT
13323 status collapsed
13324
13325 \begin_layout Plain Layout
13326
13327 }{
13328 \end_layout
13329
13330 \end_inset
13331
13332 Ergebnis
13333 \begin_inset ERT
13334 status collapsed
13335
13336 \begin_layout Plain Layout
13337
13338 }{
13339 \end_layout
13340
13341 \end_inset
13342
13343 Auswärts
13344 \begin_inset ERT
13345 status collapsed
13346
13347 \begin_layout Plain Layout
13348
13349 }
13350 \end_layout
13351
13352 \end_inset
13353
13354
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 Tiger
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Plain Layout
13372 Panther
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381 Falken
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 </row>
13387 <row>
13388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 Tiger
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401 ---
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 1:3
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 0:1
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 </row>
13425 <row>
13426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 Panther
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 3:1
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 ---
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 0:0
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 </row>
13463 <row>
13464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 Falken
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 1:0
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 0:0
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 ---
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 </row>
13501 </lyxtabular>
13502
13503 \end_inset
13504
13505
13506 \end_layout
13507
13508 \begin_layout Standard
13509 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13510  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13511 \end_layout
13512
13513 \begin_layout Standard
13514 \noindent
13515 \align center
13516 \begin_inset Tabular
13517 <lyxtabular version="3" rows="5" columns="5">
13518 <features rotate="0" tabularvalignment="middle">
13519 <column alignment="center" valignment="top" width="0pt">
13520 <column alignment="center" valignment="top" width="0">
13521 <column alignment="center" valignment="top" width="0">
13522 <column alignment="center" valignment="top" width="0">
13523 <column alignment="center" valignment="top" width="0">
13524 <row>
13525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 \begin_inset ERT
13530 status open
13531
13532 \begin_layout Plain Layout
13533
13534
13535 \backslash
13536 diagbox{
13537 \end_layout
13538
13539 \end_inset
13540
13541 Heim
13542 \begin_inset ERT
13543 status collapsed
13544
13545 \begin_layout Plain Layout
13546
13547 }{
13548 \end_layout
13549
13550 \end_inset
13551
13552 Ergebnis
13553 \begin_inset ERT
13554 status collapsed
13555
13556 \begin_layout Plain Layout
13557
13558 }{
13559 \end_layout
13560
13561 \end_inset
13562
13563 Auswärts
13564 \begin_inset ERT
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568
13569 }
13570 \end_layout
13571
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 Tiger
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 Panther
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601 Falken
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13607 \begin_inset Text
13608
13609 \begin_layout Plain Layout
13610 \begin_inset ERT
13611 status open
13612
13613 \begin_layout Plain Layout
13614
13615
13616 \backslash
13617 diagbox[dir=NE]{
13618 \end_layout
13619
13620 \end_inset
13621
13622 Heim
13623 \begin_inset ERT
13624 status collapsed
13625
13626 \begin_layout Plain Layout
13627
13628 }{
13629 \end_layout
13630
13631 \end_inset
13632
13633 Ergebnis
13634 \begin_inset ERT
13635 status collapsed
13636
13637 \begin_layout Plain Layout
13638
13639 }{
13640 \end_layout
13641
13642 \end_inset
13643
13644 Auswärts
13645 \begin_inset ERT
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649
13650 }
13651 \end_layout
13652
13653 \end_inset
13654
13655
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 </row>
13661 <row>
13662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 Tiger
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 ---
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 1:3
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 0:1
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 Tiger
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 </row>
13708 <row>
13709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 Panther
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 3:1
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 ---
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 0:0
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 Panther
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 </row>
13755 <row>
13756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 Falken
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769 1:0
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 0:0
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 ---
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 Falken
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 </row>
13802 <row>
13803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 \begin_inset ERT
13808 status open
13809
13810 \begin_layout Plain Layout
13811
13812
13813 \backslash
13814 diagbox[dir=SW]{
13815 \end_layout
13816
13817 \end_inset
13818
13819 Heim
13820 \begin_inset ERT
13821 status collapsed
13822
13823 \begin_layout Plain Layout
13824
13825 }{
13826 \end_layout
13827
13828 \end_inset
13829
13830 Ergebnis
13831 \begin_inset ERT
13832 status collapsed
13833
13834 \begin_layout Plain Layout
13835
13836 }{
13837 \end_layout
13838
13839 \end_inset
13840
13841 Auswärts
13842 \begin_inset ERT
13843 status collapsed
13844
13845 \begin_layout Plain Layout
13846
13847 }
13848 \end_layout
13849
13850 \end_inset
13851
13852
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861 Tiger
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 Panther
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 Falken
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 \begin_inset ERT
13889 status open
13890
13891 \begin_layout Plain Layout
13892
13893
13894 \backslash
13895 diagbox[dir=SE]{
13896 \end_layout
13897
13898 \end_inset
13899
13900 Heim
13901 \begin_inset ERT
13902 status collapsed
13903
13904 \begin_layout Plain Layout
13905
13906 }{
13907 \end_layout
13908
13909 \end_inset
13910
13911 Ergebnis
13912 \begin_inset ERT
13913 status collapsed
13914
13915 \begin_layout Plain Layout
13916
13917 }{
13918 \end_layout
13919
13920 \end_inset
13921
13922 Auswärts
13923 \begin_inset ERT
13924 status collapsed
13925
13926 \begin_layout Plain Layout
13927
13928 }
13929 \end_layout
13930
13931 \end_inset
13932
13933
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 </row>
13939 </lyxtabular>
13940
13941 \end_inset
13942
13943
13944 \end_layout
13945
13946 \begin_layout Standard
13947 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13948 \series bold
13949 dir=Richtung
13950 \series default
13951  verwendet.
13952  
13953 \emph on
13954 Richtung
13955 \emph default
13956  ist entweder 
13957 \series bold
13958 NE
13959 \series default
13960
13961 \series bold
13962 DE
13963 \series default
13964
13965 \series bold
13966 SW
13967 \series default
13968  oder 
13969 \series bold
13970 NW
13971 \series default
13972  und stellt eine Himmelsrichtung dar.
13973  
13974 \series bold
13975 SW
13976 \series default
13977  ist z.
13978 \begin_inset space \thinspace{}
13979 \end_inset
13980
13981 B.
13982  die Südwestecke.
13983  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
13984 \end_layout
13985
13986 \begin_layout Standard
13987
13988 \series bold
13989
13990 \backslash
13991 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
13992 \end_layout
13993
13994 \begin_layout Standard
13995 verwendet.
13996  Wenn keine Richtung angegeben ist, wird NW verwendet.
13997 \end_layout
13998
13999 \begin_layout Standard
14000 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14001  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14002 e ist, ragt der Inhalt über die Zelle hinaus:
14003 \end_layout
14004
14005 \begin_layout Standard
14006 \noindent
14007 \align center
14008 \begin_inset Tabular
14009 <lyxtabular version="3" rows="2" columns="2">
14010 <features rotate="0" tabularvalignment="middle">
14011 <column alignment="center" valignment="top" width="3cm">
14012 <column alignment="center" valignment="top" width="0">
14013 <row>
14014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023
14024 \backslash
14025 diagbox{
14026 \end_layout
14027
14028 \end_inset
14029
14030 Name
14031 \begin_inset ERT
14032 status collapsed
14033
14034 \begin_layout Plain Layout
14035
14036 }{
14037 \end_layout
14038
14039 \end_inset
14040
14041 Parameter
14042 \begin_inset ERT
14043 status collapsed
14044
14045 \begin_layout Plain Layout
14046
14047 }
14048 \end_layout
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061 Dicke in nm
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 </row>
14067 <row>
14068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Plain Layout
14072 Perfekt Grün
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081 45
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 </row>
14087 </lyxtabular>
14088
14089 \end_inset
14090
14091
14092 \end_layout
14093
14094 \begin_layout Standard
14095 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14096  verwendet man die Befehlsoption 
14097 \series bold
14098 width=3cm
14099 \series default
14100  (ersetzen Sie '3cm' durch die benötigte Breite).
14101  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14102 \begin_inset space \thinspace{}
14103 \end_inset
14104
14105 cm gesetzt.
14106  Für 
14107 \series bold
14108
14109 \backslash
14110 diagbox
14111 \series default
14112  wird eine Breite von 4
14113 \begin_inset space \thinspace{}
14114 \end_inset
14115
14116 cm + 2
14117 \begin_inset space \thinspace{}
14118 \end_inset
14119
14120
14121 \backslash
14122 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14123  diesem Fall 4
14124 \begin_inset space \thinspace{}
14125 \end_inset
14126
14127 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14128  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14129 \series bold
14130
14131 \backslash
14132 diagbox
14133 \series default
14134  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14135  später verwenden kann.
14136  Dies wird mit den TeX-Code Befehlen
14137 \end_layout
14138
14139 \begin_layout Standard
14140
14141 \series bold
14142
14143 \backslash
14144 newlength{
14145 \backslash
14146 diagtest}
14147 \begin_inset Newline newline
14148 \end_inset
14149
14150
14151 \backslash
14152 setlength{
14153 \backslash
14154 diagtest}{4cm+2
14155 \backslash
14156 tabcolsep}
14157 \end_layout
14158
14159 \begin_layout Standard
14160 erreicht.
14161 \end_layout
14162
14163 \begin_layout Standard
14164 \begin_inset ERT
14165 status collapsed
14166
14167 \begin_layout Plain Layout
14168
14169
14170 \backslash
14171 newlength{
14172 \backslash
14173 diagtest}
14174 \end_layout
14175
14176 \begin_layout Plain Layout
14177
14178
14179 \backslash
14180 setlength{
14181 \backslash
14182 diagtest}{4cm+2
14183 \backslash
14184 tabcolsep}
14185 \end_layout
14186
14187 \end_inset
14188
14189
14190 \end_layout
14191
14192 \begin_layout Standard
14193 Um Berechnungen in LaTeX zu aktivieren, muss das Paket 
14194 \series bold
14195 calc
14196 \series default
14197
14198 \begin_inset Index idx
14199 status collapsed
14200
14201 \begin_layout Plain Layout
14202 LaTeX-Pakete ! calc
14203 \end_layout
14204
14205 \end_inset
14206
14207  im LaTeX-Vorspann geladen werden.
14208 \end_layout
14209
14210 \begin_layout Standard
14211 In der Tabelle kann man nun den Befehl
14212 \end_layout
14213
14214 \begin_layout Standard
14215
14216 \series bold
14217
14218 \backslash
14219 diagbox[width=
14220 \backslash
14221 diagtest]{A}{B}
14222 \end_layout
14223
14224 \begin_layout Standard
14225 in der ersten Zelle verwenden:
14226 \end_layout
14227
14228 \begin_layout Standard
14229 \noindent
14230 \align center
14231 \begin_inset Tabular
14232 <lyxtabular version="3" rows="2" columns="2">
14233 <features rotate="0" tabularvalignment="middle">
14234 <column alignment="center" valignment="top" width="4cm">
14235 <column alignment="center" valignment="top" width="0">
14236 <row>
14237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241 \begin_inset ERT
14242 status open
14243
14244 \begin_layout Plain Layout
14245
14246
14247 \backslash
14248 diagbox[width=
14249 \backslash
14250 diagtest]{
14251 \end_layout
14252
14253 \end_inset
14254
14255 A
14256 \begin_inset ERT
14257 status collapsed
14258
14259 \begin_layout Plain Layout
14260
14261 }{
14262 \end_layout
14263
14264 \end_inset
14265
14266 B
14267 \begin_inset ERT
14268 status collapsed
14269
14270 \begin_layout Plain Layout
14271
14272 }
14273 \end_layout
14274
14275 \end_inset
14276
14277
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 Dicke in nm
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 </row>
14292 <row>
14293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297 Perfekt Grün
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Plain Layout
14306 45
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 </row>
14312 </lyxtabular>
14313
14314 \end_inset
14315
14316
14317 \end_layout
14318
14319 \begin_layout Standard
14320 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14321  muss.
14322  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14323  wie in in dieser Tabelle:
14324 \end_layout
14325
14326 \begin_layout Standard
14327 \noindent
14328 \align center
14329 \begin_inset Tabular
14330 <lyxtabular version="3" rows="2" columns="2">
14331 <features rotate="0" tabularvalignment="middle">
14332 <column alignment="center" valignment="top" width="0pt">
14333 <column alignment="center" valignment="top" width="0">
14334 <row>
14335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 \begin_inset ERT
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343
14344
14345 \backslash
14346 diagbox{
14347 \end_layout
14348
14349 \end_inset
14350
14351 A
14352 \begin_inset ERT
14353 status collapsed
14354
14355 \begin_layout Plain Layout
14356
14357 }{
14358 \end_layout
14359
14360 \end_inset
14361
14362 B
14363 \begin_inset ERT
14364 status collapsed
14365
14366 \begin_layout Plain Layout
14367
14368 }
14369 \end_layout
14370
14371 \end_inset
14372
14373
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14379 \begin_inset Text
14380
14381 \begin_layout Plain Layout
14382 Dicke in nm
14383 \end_layout
14384
14385 \end_inset
14386 </cell>
14387 </row>
14388 <row>
14389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 Perfekt Grün
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 45
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 </row>
14408 </lyxtabular>
14409
14410 \end_inset
14411
14412
14413 \end_layout
14414
14415 \begin_layout Standard
14416 Verwenden Sie in diesem Fall die Option 
14417 \series bold
14418 width
14419 \series default
14420  des Befehls 
14421 \series bold
14422
14423 \backslash
14424 diagbox
14425 \series default
14426 .
14427  Es ist dabei nicht notwendig, 2
14428 \backslash
14429 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14430  ist.
14431  In dieser Tabelle wird eine Breite von 3
14432 \begin_inset space \thinspace{}
14433 \end_inset
14434
14435 cm verwendet:
14436 \end_layout
14437
14438 \begin_layout Standard
14439 \noindent
14440 \align center
14441 \begin_inset Tabular
14442 <lyxtabular version="3" rows="2" columns="2">
14443 <features rotate="0" tabularvalignment="middle">
14444 <column alignment="center" valignment="top" width="0pt">
14445 <column alignment="center" valignment="top" width="0">
14446 <row>
14447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 \begin_inset ERT
14452 status open
14453
14454 \begin_layout Plain Layout
14455
14456
14457 \backslash
14458 diagbox[width=3cm]{
14459 \end_layout
14460
14461 \end_inset
14462
14463 A
14464 \begin_inset ERT
14465 status collapsed
14466
14467 \begin_layout Plain Layout
14468
14469 }{
14470 \end_layout
14471
14472 \end_inset
14473
14474 B
14475 \begin_inset ERT
14476 status collapsed
14477
14478 \begin_layout Plain Layout
14479
14480 }
14481 \end_layout
14482
14483 \end_inset
14484
14485
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 Dicke in nm
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 </row>
14500 <row>
14501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505 Perfekt Grün
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Plain Layout
14514 45
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 </row>
14520 </lyxtabular>
14521
14522 \end_inset
14523
14524
14525 \end_layout
14526
14527 \begin_layout Standard
14528 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14529  Text in der Zelle unterzubringen.
14530  Dies wird mit der 
14531 \series bold
14532
14533 \backslash
14534 diagbox
14535 \series default
14536 -Option 
14537 \series bold
14538 height=3cm
14539 \series default
14540  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14541  In der folgenden Tabelle wird der Befehl
14542 \end_layout
14543
14544 \begin_layout Standard
14545
14546 \series bold
14547
14548 \backslash
14549 diagbox[width=3cm,height=1.4cm]{A
14550 \backslash
14551
14552 \backslash
14553 B}{C
14554 \backslash
14555
14556 \backslash
14557 D}
14558 \end_layout
14559
14560 \begin_layout Standard
14561 in der ersten Zelle verwendet.
14562  Der Befehl 
14563 \series bold
14564
14565 \backslash
14566
14567 \backslash
14568
14569 \series default
14570  erzeugt hierbei den Zeilenumbruch.
14571 \begin_inset Foot
14572 status collapsed
14573
14574 \begin_layout Plain Layout
14575 Zeilen mit 
14576 \family sans
14577 Strg+Enter
14578 \family default
14579  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14580 \end_layout
14581
14582 \end_inset
14583
14584
14585 \end_layout
14586
14587 \begin_layout Standard
14588 \noindent
14589 \align center
14590 \begin_inset Tabular
14591 <lyxtabular version="3" rows="2" columns="2">
14592 <features rotate="0" tabularvalignment="middle">
14593 <column alignment="center" valignment="top" width="0">
14594 <column alignment="center" valignment="top" width="0">
14595 <row>
14596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 \begin_inset ERT
14601 status open
14602
14603 \begin_layout Plain Layout
14604
14605
14606 \backslash
14607 diagbox[width=3cm,height=1.4cm]{
14608 \end_layout
14609
14610 \end_inset
14611
14612 A
14613 \begin_inset ERT
14614 status collapsed
14615
14616 \begin_layout Plain Layout
14617
14618
14619 \backslash
14620
14621 \backslash
14622
14623 \end_layout
14624
14625 \end_inset
14626
14627 B
14628 \begin_inset ERT
14629 status collapsed
14630
14631 \begin_layout Plain Layout
14632
14633 }{
14634 \end_layout
14635
14636 \end_inset
14637
14638 C
14639 \begin_inset ERT
14640 status collapsed
14641
14642 \begin_layout Plain Layout
14643
14644
14645 \backslash
14646
14647 \backslash
14648
14649 \end_layout
14650
14651 \end_inset
14652
14653 D
14654 \begin_inset ERT
14655 status collapsed
14656
14657 \begin_layout Plain Layout
14658
14659 }
14660 \end_layout
14661
14662 \end_inset
14663
14664
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 Dicke in nm
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 </row>
14679 <row>
14680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Plain Layout
14684 Perfekt Grün
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Plain Layout
14693 45
14694 \end_layout
14695
14696 \end_inset
14697 </cell>
14698 </row>
14699 </lyxtabular>
14700
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \begin_layout Standard
14707 \begin_inset ERT
14708 status collapsed
14709
14710 \begin_layout Plain Layout
14711
14712
14713 \backslash
14714 else
14715 \end_layout
14716
14717 \end_inset
14718
14719
14720 \begin_inset Note Note
14721 status open
14722
14723 \begin_layout Plain Layout
14724 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
14725 \series bold
14726 diagbox
14727 \series default
14728  nicht installiert ist:
14729 \end_layout
14730
14731 \end_inset
14732
14733
14734 \end_layout
14735
14736 \begin_layout Standard
14737 Sie müssen das LaTeX-Paket 
14738 \series bold
14739 diagbox
14740 \series default
14741  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14742 \end_layout
14743
14744 \begin_layout Standard
14745 \begin_inset ERT
14746 status collapsed
14747
14748 \begin_layout Plain Layout
14749
14750
14751 \backslash
14752 fi
14753 \end_layout
14754
14755 \end_inset
14756
14757
14758 \end_layout
14759
14760 \begin_layout Standard
14761 Für mehr Informationen über das LaTeX-Paket 
14762 \series bold
14763 diagbox
14764 \series default
14765 , siehe dessen Dokumentation, 
14766 \begin_inset CommandInset citation
14767 LatexCommand cite
14768 key "diagbox"
14769
14770 \end_inset
14771
14772 .
14773 \end_layout
14774
14775 \begin_layout Section
14776 Formale Tabellen
14777 \begin_inset CommandInset label
14778 LatexCommand label
14779 name "abs:Formale-Tabellen"
14780
14781 \end_inset
14782
14783
14784 \begin_inset Index idx
14785 status collapsed
14786
14787 \begin_layout Plain Layout
14788 Tabellen ! Formale
14789 \end_layout
14790
14791 \end_inset
14792
14793
14794 \end_layout
14795
14796 \begin_layout Standard
14797 Tabellen werden in Büchern oft wie Tabelle
14798 \begin_inset space ~
14799 \end_inset
14800
14801
14802 \begin_inset CommandInset ref
14803 LatexCommand ref
14804 reference "tab:Formale-Tabelle"
14805
14806 \end_inset
14807
14808  gesetzt.
14809  Diese Tabellen werden
14810 \emph on
14811  formal
14812 \emph default
14813  genannt.
14814  Formale Tabellen bekommen Sie, wenn Sie im 
14815 \family sans
14816 Tabellen-Einstellungen
14817 \family default
14818 -Dialog auf der Karteikarte 
14819 \family sans
14820 Rahmen
14821 \family default
14822  den 
14823 \family sans
14824 Stil
14825 \family default
14826  
14827 \family sans
14828 Formal
14829 \family default
14830  ankreuzen.
14831 \end_layout
14832
14833 \begin_layout Standard
14834 \begin_inset Float table
14835 placement h
14836 wide false
14837 sideways false
14838 status open
14839
14840 \begin_layout Plain Layout
14841 \begin_inset Caption Standard
14842
14843 \begin_layout Plain Layout
14844 \begin_inset CommandInset label
14845 LatexCommand label
14846 name "tab:Formale-Tabelle"
14847
14848 \end_inset
14849
14850 Formale Tabelle
14851 \end_layout
14852
14853 \end_inset
14854
14855
14856 \end_layout
14857
14858 \begin_layout Plain Layout
14859 \align center
14860 \begin_inset Tabular
14861 <lyxtabular version="3" rows="8" columns="4">
14862 <features rotate="0" booktabs="true" tabularvalignment="middle">
14863 <column alignment="center" valignment="top" width="0">
14864 <column alignment="right" valignment="top" width="0">
14865 <column alignment="right" valignment="top" width="0">
14866 <column alignment="right" valignment="top" width="0">
14867 <row>
14868 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 System
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 <cell alignment="center" valignment="top" topline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881 Chip
14882 \begin_inset space \thinspace{}
14883 \end_inset
14884
14885 1
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894 Chip
14895 \begin_inset space \thinspace{}
14896 \end_inset
14897
14898 2
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 </row>
14913 <row>
14914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918 \begin_inset ERT
14919 status collapsed
14920
14921 \begin_layout Plain Layout
14922
14923
14924 \backslash
14925 cmidrule(r){2-2}
14926 \end_layout
14927
14928 \end_inset
14929
14930
14931 \begin_inset ERT
14932 status collapsed
14933
14934 \begin_layout Plain Layout
14935
14936
14937 \backslash
14938 cmidrule(l){3-4}
14939 \end_layout
14940
14941 \end_inset
14942
14943 Detektordicke in µm
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 <cell alignment="center" valignment="top" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952 300
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 <cell alignment="center" valignment="top" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961 300
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 <cell alignment="center" valignment="top" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970 700
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 </row>
14976 <row>
14977 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 Kantenwinkel in °
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 <cell alignment="center" valignment="top" topline="true" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990 3.55
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 <cell alignment="center" valignment="top" topline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999 2.71
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 <cell alignment="center" valignment="top" topline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008 7.99
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 </row>
15014 <row topspace="default">
15015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 räumliche Auf\SpecialChar \textcompwordmark{}
15020 lösung in µm
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 <cell alignment="center" valignment="top" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029 4.26
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038 10.17
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 <cell alignment="center" valignment="top" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047 10.56
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 </row>
15053 <row topspace="default">
15054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058 MTF bei 
15059 \begin_inset Formula $f_{\mathrm{max}}$
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071 0.53
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 0.37
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 0.39
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 </row>
15095 <row topspace="default">
15096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 \begin_inset ERT
15101 status collapsed
15102
15103 \begin_layout Plain Layout
15104
15105
15106 \backslash
15107 cmidrule(l{10pt}){1-1}
15108 \end_layout
15109
15110 \end_inset
15111
15112 LSF räumliche Auf\SpecialChar \textcompwordmark{}
15113 lösung
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 </row>
15146 <row>
15147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 in µm
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 129.7
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 52.75
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 50.78
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row>
15185 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189 in % der Pixelgröße
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198 76.3
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207 95.9
15208 \end_layout
15209
15210 \end_inset
15211 </cell>
15212 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15213 \begin_inset Text
15214
15215 \begin_layout Plain Layout
15216 92.3
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 </row>
15222 </lyxtabular>
15223
15224 \end_inset
15225
15226
15227 \end_layout
15228
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \begin_layout Standard
15235 Abstände zu Tabellenzeilen können auf der Karteikarte 
15236 \family sans
15237 Rahmen
15238 \family default
15239  des 
15240 \family sans
15241 Tabellen-Ein\SpecialChar \-
15242 stel\SpecialChar \-
15243 lun\SpecialChar \-
15244 gen
15245 \family default
15246 -Dialogs hinzugefügt werden, wie in Abschnitt
15247 \begin_inset space ~
15248 \end_inset
15249
15250
15251 \begin_inset CommandInset ref
15252 LatexCommand ref
15253 reference "uab:Zeilenabstand"
15254
15255 \end_inset
15256
15257  beschrieben.
15258 \end_layout
15259
15260 \begin_layout Standard
15261 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15262  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15263  gedruckt aber anders aus.
15264  Die erste und letzte Linie ist 0.08
15265 \begin_inset space \thinspace{}
15266 \end_inset
15267
15268 em dick, während die anderen 0.05
15269 \begin_inset space \thinspace{}
15270 \end_inset
15271
15272 em dick sind.
15273 \end_layout
15274
15275 \begin_layout Standard
15276 Die Standarddicken können im LaTeX-Vorspann geändert werden:
15277 \end_layout
15278
15279 \begin_layout Standard
15280
15281 \series bold
15282
15283 \backslash
15284 let
15285 \backslash
15286 mytoprule
15287 \backslash
15288 toprule
15289 \begin_inset Newline newline
15290 \end_inset
15291
15292
15293 \backslash
15294 renewcommand{
15295 \backslash
15296 toprule}{
15297 \backslash
15298 mytoprule[Breite]}
15299 \end_layout
15300
15301 \begin_layout Standard
15302 Dies Beispiel gilt für die oberste Linie, genannt 
15303 \series bold
15304 toprule
15305 \series default
15306 .
15307  Für die letzte müssen Sie 
15308 \series bold
15309 toprule
15310 \series default
15311  durch 
15312 \series bold
15313 bottomrule
15314 \series default
15315  ersetzen.
15316  Die Linien dazwischen heißen 
15317 \series bold
15318 midrule
15319 \series default
15320 .
15321  Für 
15322 \family sans
15323 Breite
15324 \family default
15325  können Sie alle Einheiten benutzen, die in Anhang
15326 \begin_inset space ~
15327 \end_inset
15328
15329
15330 \begin_inset CommandInset ref
15331 LatexCommand ref
15332 reference "kap:In-LyX-verfügbare"
15333
15334 \end_inset
15335
15336  aufgelistet sind.
15337 \end_layout
15338
15339 \begin_layout Standard
15340 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15341  eine Linie unter einer Mehrfachspalte.
15342  LyX wird intern den Befehl 
15343 \series bold
15344
15345 \backslash
15346 cmidrule
15347 \series default
15348  benutzen, um diese Linie zu drucken.
15349  Der ganze Befehl sieht so aus:
15350 \end_layout
15351
15352 \begin_layout Standard
15353
15354 \series bold
15355
15356 \backslash
15357 cmidrule[width](trim){Anfangsspalte-Endspalte}
15358 \end_layout
15359
15360 \begin_layout Standard
15361 Die 
15362 \series bold
15363
15364 \backslash
15365 cmidrule
15366 \series default
15367 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
15368  benutzen.
15369  
15370 \series bold
15371
15372 \backslash
15373 cmidrule
15374 \series default
15375  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
15376  erste Zelle einer Zeile einfügt.
15377  Die Linie wird dann über der Zeile gedruckt.
15378 \end_layout
15379
15380 \begin_layout Standard
15381 Der Standardwert ist 0.03
15382 \begin_inset space \thinspace{}
15383 \end_inset
15384
15385 em.
15386  Die Linie reicht von 
15387 \family typewriter
15388 Anfangsspalte
15389 \family default
15390  bis 
15391 \family typewriter
15392 End\SpecialChar \-
15393 spal\SpecialChar \-
15394 te
15395 \family default
15396 .
15397  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15398   Der optionale Parameter 
15399 \family typewriter
15400 trim
15401 \family default
15402  kann die Werte 
15403 \emph on
15404 r
15405 \emph default
15406
15407 \emph on
15408 r{Breite}
15409 \emph default
15410
15411 \emph on
15412 l
15413 \family typewriter
15414 \emph default
15415  
15416 \family default
15417 oder 
15418 \emph on
15419 l{Breite}
15420 \emph default
15421  annehmen, wobei die 
15422 \family sans
15423 Breite
15424 \family default
15425  optional ist.
15426  
15427 \emph on
15428 l{2pt}
15429 \emph default
15430  zum Beispiel bedeutet, dass die Linie links um 2
15431 \begin_inset space \thinspace{}
15432 \end_inset
15433
15434 pt gekürzt wird.
15435  Ohne Breitenangabe werden die Linien um 0.5
15436 \begin_inset space \thinspace{}
15437 \end_inset
15438
15439 em gekürzt.
15440 \end_layout
15441
15442 \begin_layout Standard
15443 \begin_inset VSpace bigskip
15444 \end_inset
15445
15446 In Tabelle
15447 \begin_inset space ~
15448 \end_inset
15449
15450
15451 \begin_inset CommandInset ref
15452 LatexCommand ref
15453 reference "tab:Formale-Tabelle"
15454
15455 \end_inset
15456
15457  wurden die Befehle
15458 \end_layout
15459
15460 \begin_layout Standard
15461
15462 \series bold
15463
15464 \backslash
15465 cmidrule(r){2-2}
15466 \backslash
15467 cmidrule(l){3-4}
15468 \end_layout
15469
15470 \begin_layout Standard
15471 am Anfang der zweiten Zeile und
15472 \end_layout
15473
15474 \begin_layout Standard
15475
15476 \series bold
15477
15478 \backslash
15479 cmidrule(l{10pt}){1-1}
15480 \end_layout
15481
15482 \begin_layout Standard
15483 in der sechsten benutzt.
15484 \end_layout
15485
15486 \begin_layout Standard
15487 \begin_inset VSpace bigskip
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \begin_layout Standard
15494 Sie können mit 
15495 \series bold
15496
15497 \backslash
15498 cmidrule
15499 \series default
15500  auch überlappende Linien wie in Tabelle
15501 \begin_inset space ~
15502 \end_inset
15503
15504
15505 \begin_inset CommandInset ref
15506 LatexCommand ref
15507 reference "tab:Special-booktabs-table"
15508
15509 \end_inset
15510
15511  definieren.
15512  Der Befehl ist:
15513 \end_layout
15514
15515 \begin_layout Standard
15516
15517 \series bold
15518
15519 \backslash
15520 morecmidrules
15521 \end_layout
15522
15523 \begin_layout Standard
15524 In Zeile zwei der Tabelle
15525 \begin_inset space ~
15526 \end_inset
15527
15528
15529 \begin_inset CommandInset ref
15530 LatexCommand ref
15531 reference "tab:Special-booktabs-table"
15532
15533 \end_inset
15534
15535  wurde folgender Befehl benutzt:
15536 \end_layout
15537
15538 \begin_layout Standard
15539
15540 \series bold
15541
15542 \backslash
15543 cmidrule(r){2-2}
15544 \backslash
15545 cmidrule(l){3-4}
15546 \backslash
15547 morecmidrules
15548 \begin_inset Newline newline
15549 \end_inset
15550
15551
15552 \backslash
15553 cmidrule{2-4}
15554 \end_layout
15555
15556 \begin_layout Standard
15557 und in Zeile sechs:
15558 \end_layout
15559
15560 \begin_layout Standard
15561
15562 \series bold
15563
15564 \backslash
15565 midrule
15566 \backslash
15567 morecmidrules
15568 \backslash
15569 cmidrule{3-4}
15570 \end_layout
15571
15572 \begin_layout Standard
15573 \begin_inset VSpace bigskip
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \begin_layout Standard
15580 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15581  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15582 \end_layout
15583
15584 \begin_layout Standard
15585
15586 \series bold
15587
15588 \backslash
15589 specialrule{Dicke}{Abstand davor}{Abstand danach}
15590 \end_layout
15591
15592 \begin_layout Standard
15593 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
15594 \series bold
15595 booktabs
15596 \series default
15597  
15598 \begin_inset CommandInset citation
15599 LatexCommand cite
15600 key "booktabs"
15601
15602 \end_inset
15603
15604 .
15605 \begin_inset Index idx
15606 status collapsed
15607
15608 \begin_layout Plain Layout
15609 LaTeX-Pakete ! booktabs
15610 \end_layout
15611
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \begin_layout Standard
15618 \begin_inset Float table
15619 placement h
15620 wide false
15621 sideways false
15622 status open
15623
15624 \begin_layout Plain Layout
15625 \begin_inset Caption Standard
15626
15627 \begin_layout Plain Layout
15628 \begin_inset CommandInset label
15629 LatexCommand label
15630 name "tab:Special-booktabs-table"
15631
15632 \end_inset
15633
15634 Eine spezielle formale Tabelle
15635 \end_layout
15636
15637 \end_inset
15638
15639
15640 \end_layout
15641
15642 \begin_layout Plain Layout
15643 \align center
15644 \begin_inset Tabular
15645 <lyxtabular version="3" rows="8" columns="4">
15646 <features rotate="0" booktabs="true" tabularvalignment="middle">
15647 <column alignment="center" valignment="top" width="0">
15648 <column alignment="center" valignment="top" width="0">
15649 <column alignment="right" valignment="top" width="0">
15650 <column alignment="right" valignment="top" width="0">
15651 <row>
15652 <cell alignment="center" valignment="top" topline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 System
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 <cell alignment="center" valignment="top" topline="true" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Plain Layout
15665 Chip
15666 \begin_inset space \thinspace{}
15667 \end_inset
15668
15669 1
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678 Chip
15679 \begin_inset space \thinspace{}
15680 \end_inset
15681
15682 2
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 </row>
15697 <row>
15698 <cell alignment="center" valignment="top" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702 \begin_inset ERT
15703 status collapsed
15704
15705 \begin_layout Plain Layout
15706
15707
15708 \backslash
15709 cmidrule(r){2-2}
15710 \end_layout
15711
15712 \end_inset
15713
15714
15715 \begin_inset ERT
15716 status collapsed
15717
15718 \begin_layout Plain Layout
15719
15720
15721 \backslash
15722 cmidrule(l){3-4}
15723 \end_layout
15724
15725 \end_inset
15726
15727
15728 \begin_inset ERT
15729 status collapsed
15730
15731 \begin_layout Plain Layout
15732
15733
15734 \backslash
15735 morecmidrules 
15736 \end_layout
15737
15738 \end_inset
15739
15740
15741 \begin_inset ERT
15742 status collapsed
15743
15744 \begin_layout Plain Layout
15745
15746
15747 \backslash
15748 cmidrule{2-4}
15749 \end_layout
15750
15751 \end_inset
15752
15753 Detektordicke in µm
15754 \end_layout
15755
15756 \end_inset
15757 </cell>
15758 <cell alignment="center" valignment="top" usebox="none">
15759 \begin_inset Text
15760
15761 \begin_layout Plain Layout
15762 300
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 <cell alignment="center" valignment="top" usebox="none">
15768 \begin_inset Text
15769
15770 \begin_layout Plain Layout
15771 300
15772 \end_layout
15773
15774 \end_inset
15775 </cell>
15776 <cell alignment="center" valignment="top" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780 700
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 </row>
15786 <row>
15787 <cell alignment="center" valignment="top" topline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 Kantenwinkel in °
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 <cell alignment="center" valignment="top" topline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800 3,55
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 2,71
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" topline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818 7,99
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 </row>
15824 <row topspace="default">
15825 <cell alignment="center" valignment="top" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829 räumliche Auf\SpecialChar \textcompwordmark{}
15830 lösung in µm
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 <cell alignment="center" valignment="top" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839 4,26
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 <cell alignment="center" valignment="top" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 10,17
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 10,56
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 </row>
15863 <row topspace="default">
15864 <cell alignment="center" valignment="top" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868 MTF bei 
15869 \begin_inset Formula $f_{\mathrm{max}}$
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 0,53
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 0,37
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 0,39
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 </row>
15905 <row>
15906 <cell alignment="center" valignment="top" topline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910 \begin_inset ERT
15911 status collapsed
15912
15913 \begin_layout Plain Layout
15914
15915
15916 \backslash
15917 morecmidrules 
15918 \end_layout
15919
15920 \end_inset
15921
15922
15923 \begin_inset ERT
15924 status collapsed
15925
15926 \begin_layout Plain Layout
15927
15928
15929 \backslash
15930 cmidrule{3-4}
15931 \end_layout
15932
15933 \end_inset
15934
15935 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
15936 lösung
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 <cell alignment="center" valignment="top" topline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 <cell alignment="center" valignment="top" topline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Plain Layout
15954
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 <cell alignment="center" valignment="top" topline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 <row>
15970 <cell alignment="center" valignment="top" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974 in µm
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983 129,7
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 <cell alignment="center" valignment="top" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992 52,75
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 <cell alignment="center" valignment="top" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001 50,78
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 </row>
16007 <row>
16008 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012 in % der Pixelgröße
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021 76,3
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030 95,9
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039 92,3
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 </row>
16045 </lyxtabular>
16046
16047 \end_inset
16048
16049
16050 \end_layout
16051
16052 \end_inset
16053
16054
16055 \end_layout
16056
16057 \begin_layout Section
16058 Vertikale Tabellen-Ausrichtung
16059 \begin_inset Index idx
16060 status collapsed
16061
16062 \begin_layout Plain Layout
16063 Tabellen ! Ausrichtung
16064 \end_layout
16065
16066 \end_inset
16067
16068
16069 \end_layout
16070
16071 \begin_layout Standard
16072 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16073  einer Box sein.
16074  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16075 \begin_inset space ~
16076 \end_inset
16077
16078
16079 \begin_inset CommandInset ref
16080 LatexCommand ref
16081 reference "abs:Box-Dialog"
16082
16083 \end_inset
16084
16085  beschrieben.
16086 \end_layout
16087
16088 \begin_layout Standard
16089 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16090 \begin_inset Foot
16091 status collapsed
16092
16093 \begin_layout Plain Layout
16094 Minipages werden in Abschnitt
16095 \begin_inset space ~
16096 \end_inset
16097
16098
16099 \begin_inset CommandInset ref
16100 LatexCommand ref
16101 reference "abs:Minipage"
16102
16103 \end_inset
16104
16105  beschrieben.
16106 \end_layout
16107
16108 \end_inset
16109
16110  mit 15
16111 \begin_inset space \thinspace{}
16112 \end_inset
16113
16114 col%-Breite:
16115 \end_layout
16116
16117 \begin_layout Itemize
16118 Test 
16119 \begin_inset Box Frameless
16120 position "t"
16121 hor_pos "c"
16122 has_inner_box 1
16123 inner_pos "c"
16124 use_parbox 0
16125 use_makebox 0
16126 width "15col%"
16127 special "none"
16128 height "1in"
16129 height_special "totalheight"
16130 status collapsed
16131
16132 \begin_layout Plain Layout
16133 \begin_inset Tabular
16134 <lyxtabular version="3" rows="3" columns="3">
16135 <features rotate="0" tabularvalignment="middle">
16136 <column alignment="center" valignment="top" width="0">
16137 <column alignment="center" valignment="top" width="0">
16138 <column alignment="center" valignment="top" width="0">
16139 <row>
16140 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16141 \begin_inset Text
16142
16143 \begin_layout Plain Layout
16144 Tabelle 1
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16159 \begin_inset Text
16160
16161 \begin_layout Plain Layout
16162
16163 \end_layout
16164
16165 \end_inset
16166 </cell>
16167 </row>
16168 <row>
16169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173 b
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182 e
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191 h
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 </row>
16197 <row>
16198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 c
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211 f
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 i
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 </row>
16226 </lyxtabular>
16227
16228 \end_inset
16229
16230
16231 \end_layout
16232
16233 \end_inset
16234
16235  Test 
16236 \begin_inset ERT
16237 status collapsed
16238
16239 \begin_layout Plain Layout
16240
16241
16242 \backslash
16243 raisebox{0.85
16244 \backslash
16245 baselineskip}{
16246 \end_layout
16247
16248 \end_inset
16249
16250
16251 \begin_inset Box Frameless
16252 position "t"
16253 hor_pos "c"
16254 has_inner_box 1
16255 inner_pos "c"
16256 use_parbox 0
16257 use_makebox 0
16258 width "15col%"
16259 special "none"
16260 height "1in"
16261 height_special "totalheight"
16262 status collapsed
16263
16264 \begin_layout Plain Layout
16265 \begin_inset Tabular
16266 <lyxtabular version="3" rows="3" columns="3">
16267 <features rotate="0" tabularvalignment="middle">
16268 <column alignment="center" valignment="top" width="0">
16269 <column alignment="center" valignment="top" width="0">
16270 <column alignment="center" valignment="top" width="0">
16271 <row>
16272 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276 Tabelle 2
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Plain Layout
16285
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 </row>
16300 <row>
16301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305 b
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314 e
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 h
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 </row>
16329 <row>
16330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 c
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343 f
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352 i
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 </lyxtabular>
16359
16360 \end_inset
16361
16362
16363 \end_layout
16364
16365 \end_inset
16366
16367
16368 \begin_inset ERT
16369 status collapsed
16370
16371 \begin_layout Plain Layout
16372
16373 }
16374 \end_layout
16375
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \begin_layout Itemize
16382 Test 
16383 \begin_inset Box Frameless
16384 position "c"
16385 hor_pos "c"
16386 has_inner_box 1
16387 inner_pos "c"
16388 use_parbox 0
16389 use_makebox 0
16390 width "15col%"
16391 special "none"
16392 height "1in"
16393 height_special "totalheight"
16394 status collapsed
16395
16396 \begin_layout Plain Layout
16397 \begin_inset Tabular
16398 <lyxtabular version="3" rows="3" columns="3">
16399 <features rotate="0" tabularvalignment="middle">
16400 <column alignment="center" valignment="top" width="0">
16401 <column alignment="center" valignment="top" width="0">
16402 <column alignment="center" valignment="top" width="0">
16403 <row>
16404 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 Tabelle 3
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 </row>
16432 <row>
16433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16434 \begin_inset Text
16435
16436 \begin_layout Plain Layout
16437 b
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446 e
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 h
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 </row>
16461 <row>
16462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 c
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 f
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484 i
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 </row>
16490 </lyxtabular>
16491
16492 \end_inset
16493
16494
16495 \end_layout
16496
16497 \end_inset
16498
16499
16500 \end_layout
16501
16502 \begin_layout Itemize
16503 Test 
16504 \begin_inset Box Frameless
16505 position "b"
16506 hor_pos "c"
16507 has_inner_box 1
16508 inner_pos "c"
16509 use_parbox 0
16510 use_makebox 0
16511 width "15col%"
16512 special "none"
16513 height "1in"
16514 height_special "totalheight"
16515 status collapsed
16516
16517 \begin_layout Plain Layout
16518 \begin_inset Tabular
16519 <lyxtabular version="3" rows="3" columns="3">
16520 <features rotate="0" tabularvalignment="middle">
16521 <column alignment="center" valignment="top" width="0">
16522 <column alignment="center" valignment="top" width="0">
16523 <column alignment="center" valignment="top" width="0">
16524 <row>
16525 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 Tabelle 4
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 </row>
16553 <row>
16554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Plain Layout
16558 b
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567 e
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 h
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 </row>
16582 <row>
16583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587 c
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596 f
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 i
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 </row>
16611 </lyxtabular>
16612
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \end_inset
16619
16620 Test 
16621 \begin_inset ERT
16622 status collapsed
16623
16624 \begin_layout Plain Layout
16625
16626
16627 \backslash
16628 raisebox{-0.32
16629 \backslash
16630 baselineskip}{
16631 \end_layout
16632
16633 \end_inset
16634
16635
16636 \begin_inset Box Frameless
16637 position "b"
16638 hor_pos "c"
16639 has_inner_box 1
16640 inner_pos "c"
16641 use_parbox 0
16642 use_makebox 0
16643 width "15col%"
16644 special "none"
16645 height "1in"
16646 height_special "totalheight"
16647 status collapsed
16648
16649 \begin_layout Plain Layout
16650 \begin_inset Tabular
16651 <lyxtabular version="3" rows="3" columns="3">
16652 <features rotate="0" tabularvalignment="middle">
16653 <column alignment="center" valignment="top" width="0">
16654 <column alignment="center" valignment="top" width="0">
16655 <column alignment="center" valignment="top" width="0">
16656 <row>
16657 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661 Tabelle 5
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 </row>
16685 <row>
16686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690 b
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699 e
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708 h
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 </row>
16714 <row>
16715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 c
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728 f
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 i
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 </row>
16743 </lyxtabular>
16744
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \end_inset
16751
16752
16753 \begin_inset ERT
16754 status collapsed
16755
16756 \begin_layout Plain Layout
16757
16758 }
16759 \end_layout
16760
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \begin_layout Standard
16767 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16768 \begin_inset space \space{}
16769 \end_inset
16770
16771 1 und letzten Zeile von Tabelle
16772 \begin_inset space \space{}
16773 \end_inset
16774
16775 4 bezüglich dem Wort 
16776 \begin_inset Quotes gld
16777 \end_inset
16778
16779 Test
16780 \begin_inset Quotes grd
16781 \end_inset
16782
16783  nicht richtig ausgerichtet.
16784  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16785 \begin_inset Quotes gld
16786 \end_inset
16787
16788 Raisebox
16789 \begin_inset Quotes grd
16790 \end_inset
16791
16792
16793 \begin_inset Foot
16794 status collapsed
16795
16796 \begin_layout Plain Layout
16797 Raiseboxen werden in Abschnitt
16798 \begin_inset space ~
16799 \end_inset
16800
16801
16802 \begin_inset CommandInset ref
16803 LatexCommand ref
16804 reference "uab:Vertikale-Ausrichtung"
16805
16806 \end_inset
16807
16808  beschrieben.
16809 \end_layout
16810
16811 \end_inset
16812
16813  setzen.
16814  In Tabelle
16815 \begin_inset space \space{}
16816 \end_inset
16817
16818 2 wurde der Text mit dem Befehl
16819 \end_layout
16820
16821 \begin_layout Standard
16822
16823 \series bold
16824
16825 \backslash
16826 raisebox{0.85
16827 \backslash
16828 baselineskip}{
16829 \end_layout
16830
16831 \begin_layout Standard
16832 vor der Box ausgerichtet.
16833  Hinter der Box wurde auch noch 
16834 \series bold
16835 }
16836 \series default
16837  als TeX-Code eingefügt, weil der obige Befehl mit 
16838 \series bold
16839 {
16840 \series default
16841  aufhörte.
16842  Für Tabelle
16843 \begin_inset space \space{}
16844 \end_inset
16845
16846 5 wurde der Befehl
16847 \end_layout
16848
16849 \begin_layout Standard
16850
16851 \series bold
16852
16853 \backslash
16854 raisebox{-0.32
16855 \backslash
16856 baselineskip}{
16857 \end_layout
16858
16859 \begin_layout Standard
16860 benutzt.
16861 \end_layout
16862
16863 \begin_layout Standard
16864 \begin_inset Note Greyedout
16865 status open
16866
16867 \begin_layout Plain Layout
16868
16869 \series bold
16870 Bemerkung:
16871 \series default
16872  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16873  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16874  Der Faktor im 
16875 \series bold
16876
16877 \backslash
16878 raisebox
16879 \series default
16880 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16881 \end_layout
16882
16883 \end_inset
16884
16885
16886 \end_layout
16887
16888 \begin_layout Section
16889 Farbige Tabellen
16890 \begin_inset CommandInset label
16891 LatexCommand label
16892 name "abs:Farbige-Tabellen"
16893
16894 \end_inset
16895
16896
16897 \begin_inset Index idx
16898 status collapsed
16899
16900 \begin_layout Plain Layout
16901 Tabellen ! farbige
16902 \end_layout
16903
16904 \end_inset
16905
16906
16907 \end_layout
16908
16909 \begin_layout Subsection
16910 Farbige Zellen
16911 \begin_inset Index idx
16912 status collapsed
16913
16914 \begin_layout Plain Layout
16915 farbige !  Tabellenzellen
16916 \end_layout
16917
16918 \end_inset
16919
16920
16921 \end_layout
16922
16923 \begin_layout Standard
16924 \begin_inset Float table
16925 placement h
16926 wide false
16927 sideways false
16928 status open
16929
16930 \begin_layout Plain Layout
16931 \begin_inset Caption Standard
16932
16933 \begin_layout Plain Layout
16934 \begin_inset CommandInset label
16935 LatexCommand label
16936 name "tab:Farbige-Tabelle-ohne"
16937
16938 \end_inset
16939
16940 Farbige Tabelle, ohne Paket 
16941 \series bold
16942 colortbl
16943 \series default
16944
16945 \begin_inset Argument 1
16946 status collapsed
16947
16948 \begin_layout Plain Layout
16949 Tabelle ohne 
16950 \family typewriter
16951 colortbl
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \end_inset
16960
16961
16962 \end_layout
16963
16964 \begin_layout Plain Layout
16965 \align center
16966 \begin_inset Tabular
16967 <lyxtabular version="3" rows="3" columns="3">
16968 <features rotate="0" tabularvalignment="middle">
16969 <column alignment="center" valignment="top" width="0">
16970 <column alignment="center" valignment="top" width="0">
16971 <column alignment="center" valignment="top" width="0">
16972 <row>
16973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \color green
16979 a
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988
16989 \color red
16990 b
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999
17000 \color red
17001 c
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \color green
17014 d
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023
17024 \color blue
17025 e
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034
17035 \color blue
17036 f
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 </row>
17042 <row>
17043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047
17048 \color green
17049 g
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058
17059 \color blue
17060 h
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069
17070 \color blue
17071 i
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 </row>
17077 </lyxtabular>
17078
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \begin_layout Standard
17090 Wenn Sie nur farbigen Text
17091 \begin_inset Index idx
17092 status collapsed
17093
17094 \begin_layout Plain Layout
17095 Farbe ! für Text
17096 \end_layout
17097
17098 \end_inset
17099
17100  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17101 \family sans
17102 Textstil
17103 \family default
17104 -Dialog (Werkzeugleistenknopf 
17105 \begin_inset Info
17106 type  "icon"
17107 arg   "dialog-show character"
17108 \end_inset
17109
17110 ) wie es in Tabelle
17111 \begin_inset space ~
17112 \end_inset
17113
17114
17115 \begin_inset CommandInset ref
17116 LatexCommand ref
17117 reference "tab:Farbige-Tabelle-ohne"
17118
17119 \end_inset
17120
17121  gemacht wurde.
17122  In anderen Fällen müssen Sie das LaTeX-Paket 
17123 \series bold
17124 colortbl
17125 \series default
17126  benutzen.
17127 \begin_inset Index idx
17128 status collapsed
17129
17130 \begin_layout Plain Layout
17131 LaTeX-Pakete ! colortbl
17132 \end_layout
17133
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \begin_layout Standard
17140 \begin_inset ERT
17141 status collapsed
17142
17143 \begin_layout Plain Layout
17144
17145
17146 \backslash
17147 ifcolortbl
17148 \end_layout
17149
17150 \end_inset
17151
17152
17153 \begin_inset Note Note
17154 status open
17155
17156 \begin_layout Plain Layout
17157 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17158 \series bold
17159 colortbl
17160 \series default
17161  installiert ist.
17162 \end_layout
17163
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \begin_layout Standard
17170 Um farbige Tabellen zu erzeugen, muss 
17171 \series bold
17172 colortbl
17173 \series default
17174  im LaTeX-Vorspann geladen werden:
17175 \end_layout
17176
17177 \begin_layout Standard
17178
17179 \series bold
17180
17181 \backslash
17182 usepackage{colortbl}
17183 \end_layout
17184
17185 \begin_layout Standard
17186 Die Farbe einer Spalte ändert man dann mit dem Befehl
17187 \end_layout
17188
17189 \begin_layout Standard
17190
17191 \series bold
17192
17193 \backslash
17194 columncolor{Farbname}
17195 \end_layout
17196
17197 \begin_layout Standard
17198 innerhalb des Befehls 
17199 \series bold
17200 >{}
17201 \series default
17202 .
17203  Mehr über den Befehl 
17204 \series bold
17205 >{}
17206 \series default
17207  finden Sie im Abschnitt
17208 \begin_inset space ~
17209 \end_inset
17210
17211
17212 \begin_inset CommandInset ref
17213 LatexCommand ref
17214 reference "uab:Mehrfachspalten-Berechnungen"
17215
17216 \end_inset
17217
17218 .
17219 \end_layout
17220
17221 \begin_layout Standard
17222 Folgende Farbnamen sind vordefiniert:
17223 \end_layout
17224
17225 \begin_layout Standard
17226
17227 \family sans
17228 red
17229 \family default
17230
17231 \family sans
17232 green
17233 \family default
17234
17235 \family sans
17236 yellow
17237 \family default
17238
17239 \family sans
17240 blue
17241 \family default
17242
17243 \family sans
17244 cyan
17245 \family default
17246
17247 \family sans
17248 magenta
17249 \family default
17250
17251 \family sans
17252 black
17253 \family default
17254  und 
17255 \family sans
17256 white
17257 \begin_inset Newline newline
17258 \end_inset
17259
17260 (
17261 \family default
17262 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17263 \end_layout
17264
17265 \begin_layout Standard
17266 \begin_inset VSpace medskip
17267 \end_inset
17268
17269
17270 \end_layout
17271
17272 \begin_layout Standard
17273 Wenn Sie die Optionen
17274 \end_layout
17275
17276 \begin_layout Standard
17277
17278 \series bold
17279 usenames,dvipsnames
17280 \end_layout
17281
17282 \begin_layout Standard
17283 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17284  können Sie zusätzlich weitere 61
17285 \begin_inset space ~
17286 \end_inset
17287
17288 Farben verwenden.
17289  Diese Farben sind in Anhang
17290 \begin_inset space ~
17291 \end_inset
17292
17293
17294 \begin_inset CommandInset ref
17295 LatexCommand ref
17296 reference "kap:Liste-der-dvips-Farbnamen"
17297
17298 \end_inset
17299
17300  aufgelistet.
17301  Eine dieser Farben, 
17302 \family sans
17303 Maroon
17304 \family default
17305 , wird als Beispiel in Tabelle
17306 \begin_inset space ~
17307 \end_inset
17308
17309
17310 \begin_inset CommandInset ref
17311 LatexCommand ref
17312 reference "tab:Eine-mit-colortbl"
17313
17314 \end_inset
17315
17316  verwendet.
17317 \end_layout
17318
17319 \begin_layout Standard
17320 \begin_inset VSpace medskip
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \begin_layout Standard
17327 Sie können auch eigene Farben definieren:
17328 \end_layout
17329
17330 \begin_layout Standard
17331
17332 \series bold
17333
17334 \backslash
17335 definecolor{Farbname}{Farbmodell}{Farbwerte}
17336 \end_layout
17337
17338 \begin_layout Standard
17339 Das Farbmodell kann eins der folgenden sein:
17340 \end_layout
17341
17342 \begin_layout Labeling
17343 \labelwidthstring 00.00.0000
17344 cmyk: cyan, magenta, yellow, black
17345 \end_layout
17346
17347 \begin_layout Labeling
17348 \labelwidthstring 00.00.0000
17349 rgb: red, green blue
17350 \end_layout
17351
17352 \begin_layout Labeling
17353 \labelwidthstring 00.00.0000
17354 gray: gray
17355 \end_layout
17356
17357 \begin_layout Standard
17358 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17359  die die entsprechende Farbe für das Farbmodell beschreiben.
17360 \end_layout
17361
17362 \begin_layout Standard
17363 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
17364 \emph on
17365
17366 \begin_inset Quotes gld
17367 \end_inset
17368
17369 dunkelgruen
17370 \emph default
17371
17372 \begin_inset Quotes grd
17373 \end_inset
17374
17375  und 
17376 \begin_inset Quotes gld
17377 \end_inset
17378
17379
17380 \emph on
17381 hellgrau
17382 \emph default
17383
17384 \begin_inset Quotes grd
17385 \end_inset
17386
17387  folgendermaßen definieren:
17388 \end_layout
17389
17390 \begin_layout Standard
17391
17392 \series bold
17393
17394 \backslash
17395 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17396 \end_layout
17397
17398 \begin_layout Standard
17399
17400 \series bold
17401
17402 \backslash
17403 definecolor{hellgrau}{gray}{0.8}
17404 \end_layout
17405
17406 \begin_layout Standard
17407 \begin_inset VSpace medskip
17408 \end_inset
17409
17410
17411 \end_layout
17412
17413 \begin_layout Standard
17414 Linien werden mit dem Befehl
17415 \end_layout
17416
17417 \begin_layout Standard
17418
17419 \series bold
17420
17421 \backslash
17422 rowcolor{Farbname}
17423 \end_layout
17424
17425 \begin_layout Standard
17426 gefärbt, Zellen mit dem Befehl
17427 \end_layout
17428
17429 \begin_layout Standard
17430
17431 \series bold
17432
17433 \backslash
17434 cellcolor{Farbname}
17435 \end_layout
17436
17437 \begin_layout Standard
17438 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
17439 \end_layout
17440
17441 \begin_layout Standard
17442 Um nur Text zu färben, verwenden Sie den 
17443 \family sans
17444 Textstil
17445 \family default
17446 -Dialog.
17447  Wenn die Zelle aber TeX-Code zum Färben enthält, 
17448 \emph on
17449 markieren Sie nur den Text
17450 \emph default
17451 , sonst werden Sie LaTeX-Fehler erzeugen.
17452 \end_layout
17453
17454 \begin_layout Standard
17455 \begin_inset Note Greyedout
17456 status open
17457
17458 \begin_layout Plain Layout
17459
17460 \series bold
17461 Achtung:
17462 \series default
17463  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17464 \end_layout
17465
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \begin_layout Standard
17472 \begin_inset VSpace medskip
17473 \end_inset
17474
17475
17476 \end_layout
17477
17478 \begin_layout Standard
17479 Die Tabelle
17480 \begin_inset space ~
17481 \end_inset
17482
17483
17484 \begin_inset CommandInset ref
17485 LatexCommand ref
17486 reference "tab:Eine-mit-colortbl"
17487
17488 \end_inset
17489
17490  wurde folgendermaßen erstellt: die erste Spalte soll 
17491 \emph on
17492
17493 \begin_inset Quotes gld
17494 \end_inset
17495
17496 dunkelgruen
17497 \emph default
17498
17499 \begin_inset Quotes grd
17500 \end_inset
17501
17502  werden, also müssen Sie ins 
17503 \family sans
17504 LaTe
17505 \begin_inset ERT
17506 status collapsed
17507
17508 \begin_layout Plain Layout
17509
17510 {}
17511 \end_layout
17512
17513 \end_inset
17514
17515 X-Argument
17516 \family default
17517  der Zellen der ersten Spalte den Befehl
17518 \end_layout
17519
17520 \begin_layout Standard
17521
17522 \series bold
17523 >{
17524 \backslash
17525 columncolor{dunkelgruen}
17526 \backslash
17527 centering}c
17528 \end_layout
17529
17530 \begin_layout Standard
17531 schreiben.
17532  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
17533 \end_layout
17534
17535 \begin_layout Standard
17536
17537 \series bold
17538
17539 \backslash
17540 rowcolor{cyan}
17541 \end_layout
17542
17543 \begin_layout Standard
17544 in die erste Zelle der ersten Zeile eingefügt.
17545  Diese Farbe ersetzt die Spaltenfarbe.
17546  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17547  Das wird mit folgendem Befehl erreicht:
17548 \end_layout
17549
17550 \begin_layout Standard
17551
17552 \series bold
17553
17554 \backslash
17555 cellcolor{Maroon}
17556 \end_layout
17557
17558 \begin_layout Standard
17559 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17560 \family sans
17561 Textstil
17562 \family default
17563 -Dialog.
17564 \end_layout
17565
17566 \begin_layout Standard
17567 \begin_inset Float table
17568 placement h
17569 wide false
17570 sideways false
17571 status open
17572
17573 \begin_layout Plain Layout
17574 \begin_inset Caption Standard
17575
17576 \begin_layout Plain Layout
17577 \begin_inset CommandInset label
17578 LatexCommand label
17579 name "tab:Eine-mit-colortbl"
17580
17581 \end_inset
17582
17583 Eine mit dem Paket 
17584 \series bold
17585 colortbl
17586 \series default
17587  gefärbte Tabelle
17588 \begin_inset Argument 1
17589 status collapsed
17590
17591 \begin_layout Plain Layout
17592 Tabelle mit 
17593 \family typewriter
17594 colortbl
17595 \end_layout
17596
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \begin_layout Plain Layout
17608 \align center
17609 \begin_inset Tabular
17610 <lyxtabular version="3" rows="3" columns="3">
17611 <features rotate="0" tabularvalignment="middle">
17612 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
17613 <column alignment="center" valignment="top" width="0">
17614 <column alignment="center" valignment="top" width="0">
17615 <row>
17616 <cell alignment="center" valignment="top" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620 \begin_inset ERT
17621 status open
17622
17623 \begin_layout Plain Layout
17624
17625
17626 \backslash
17627 rowcolor{cyan}
17628 \end_layout
17629
17630 \end_inset
17631
17632
17633 \color magenta
17634 a
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 <cell alignment="center" valignment="top" usebox="none">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643
17644 \color red
17645 b
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 <cell alignment="center" valignment="top" usebox="none">
17651 \begin_inset Text
17652
17653 \begin_layout Plain Layout
17654
17655 \color red
17656 c
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 </row>
17662 <row>
17663 <cell alignment="center" valignment="top" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667
17668 \color yellow
17669 d
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678
17679 \color blue
17680 e
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689
17690 \color blue
17691 f
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 </row>
17697 <row>
17698 <cell alignment="center" valignment="top" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702
17703 \color yellow
17704 g
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 <cell alignment="center" valignment="top" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713
17714 \color blue
17715 h
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 <cell alignment="center" valignment="top" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 \begin_inset ERT
17725 status collapsed
17726
17727 \begin_layout Plain Layout
17728
17729
17730 \backslash
17731 cellcolor{Maroon}
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \color green
17738 i
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 </row>
17744 </lyxtabular>
17745
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \end_inset
17752
17753
17754 \end_layout
17755
17756 \begin_layout Standard
17757 \begin_inset ERT
17758 status collapsed
17759
17760 \begin_layout Plain Layout
17761
17762
17763 \backslash
17764 else
17765 \end_layout
17766
17767 \end_inset
17768
17769
17770 \begin_inset Note Note
17771 status open
17772
17773 \begin_layout Plain Layout
17774 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
17775 \series bold
17776 colortbl
17777 \series default
17778  nicht installiert ist:
17779 \end_layout
17780
17781 \end_inset
17782
17783
17784 \end_layout
17785
17786 \begin_layout Standard
17787 Sie müssen das LaTeX-Paket 
17788 \series bold
17789 colortbl
17790 \series default
17791  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17792 \end_layout
17793
17794 \begin_layout Standard
17795 \begin_inset ERT
17796 status collapsed
17797
17798 \begin_layout Plain Layout
17799
17800
17801 \backslash
17802 fi
17803 \end_layout
17804
17805 \end_inset
17806
17807
17808 \end_layout
17809
17810 \begin_layout Subsection
17811 Farbige Zeilen
17812 \begin_inset Index idx
17813 status collapsed
17814
17815 \begin_layout Plain Layout
17816 farbige ! Tabellenzeilen
17817 \end_layout
17818
17819 \end_inset
17820
17821
17822 \end_layout
17823
17824 \begin_layout Standard
17825 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17826  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17827  Man lädt das LaTeX-Paket 
17828 \series bold
17829 xcolor
17830 \series default
17831
17832 \begin_inset Index idx
17833 status collapsed
17834
17835 \begin_layout Plain Layout
17836 LaTeX-Pakete ! xcolor
17837 \begin_inset ERT
17838 status collapsed
17839
17840 \begin_layout Plain Layout
17841
17842
17843 \backslash
17844 vspace{4mm}
17845 \end_layout
17846
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \end_inset
17853
17854  im LaTeX-Vorspann mit dem Befehl
17855 \end_layout
17856
17857 \begin_layout Standard
17858
17859 \series bold
17860
17861 \backslash
17862 usepackage[table]{xcolor}
17863 \end_layout
17864
17865 \begin_layout Standard
17866
17867 \series bold
17868 xcolor
17869 \series default
17870  lädt automatisch auch das LaTeX-Paket 
17871 \series bold
17872 colortbl
17873 \series default
17874
17875 \begin_inset Index idx
17876 status collapsed
17877
17878 \begin_layout Plain Layout
17879 LaTeX-Pakete ! colortbl
17880 \end_layout
17881
17882 \end_inset
17883
17884 , so dass 
17885 \series bold
17886 colortbl
17887 \series default
17888  in Ihrer LaTeX-Distribution installiert sein muss, ansonsten bekommt man
17889  LaTeX-Fehler.
17890 \end_layout
17891
17892 \begin_layout Standard
17893 \begin_inset ERT
17894 status collapsed
17895
17896 \begin_layout Plain Layout
17897
17898
17899 \backslash
17900 ifcolortbl
17901 \end_layout
17902
17903 \end_inset
17904
17905
17906 \begin_inset Note Note
17907 status open
17908
17909 \begin_layout Plain Layout
17910 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17911 \series bold
17912 colortbl
17913 \series default
17914  installiert ist.
17915 \end_layout
17916
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \begin_layout Standard
17923 Die Tabellenzeilen werden mit dem Befehl
17924 \end_layout
17925
17926 \begin_layout Standard
17927
17928 \series bold
17929
17930 \backslash
17931 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17932 \end_layout
17933
17934 \begin_layout Standard
17935 eingefärbt, der entweder in den LaTeX-Vorspann oder als TeX-Code vor der
17936  ersten zu färbenden Tabelle eingefügt wird.
17937  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17938  Zeilenfarbe gefärbt werden soll.
17939  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17940  werden.
17941  So führt zum Beispiel der Befehl
17942 \end_layout
17943
17944 \begin_layout Standard
17945
17946 \series bold
17947
17948 \backslash
17949 rowcolors{1}{white}{lightgray}
17950 \end_layout
17951
17952 \begin_layout Standard
17953 zum Farbschema von Tabelle
17954 \begin_inset space ~
17955 \end_inset
17956
17957
17958 \begin_inset CommandInset ref
17959 LatexCommand ref
17960 reference "tab:Tabelle-rowcolors"
17961
17962 \end_inset
17963
17964 .
17965  Der Befehl
17966 \end_layout
17967
17968 \begin_layout Standard
17969
17970 \series bold
17971
17972 \backslash
17973 rowcolors[
17974 \backslash
17975 hline]{1}{lightgray}{cyan}
17976 \end_layout
17977
17978 \begin_layout Standard
17979 führt zum Farbschema von Tabelle
17980 \begin_inset space ~
17981 \end_inset
17982
17983
17984 \begin_inset CommandInset ref
17985 LatexCommand ref
17986 reference "tab:Tabelle-rowcolors-2"
17987
17988 \end_inset
17989
17990 .
17991  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
17992  wird keine Farbe verwendet, so dass der Befehl
17993 \end_layout
17994
17995 \begin_layout Standard
17996
17997 \series bold
17998
17999 \backslash
18000 rowcolors{1}{}{}
18001 \end_layout
18002
18003 \begin_layout Standard
18004 alle Farben löscht.
18005  
18006 \series bold
18007
18008 \backslash
18009 rowcolors
18010 \series default
18011  beeinflusst alle diesem Befehl folgenden Tabellen.
18012 \end_layout
18013
18014 \begin_layout Standard
18015 \begin_inset ERT
18016 status open
18017
18018 \begin_layout Plain Layout
18019
18020
18021 \backslash
18022 rowcolors{1}{white}{lightgray}
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \begin_layout Standard
18031 \begin_inset Float table
18032 placement h
18033 wide false
18034 sideways false
18035 status open
18036
18037 \begin_layout Plain Layout
18038 \begin_inset Caption Standard
18039
18040 \begin_layout Plain Layout
18041 \begin_inset CommandInset label
18042 LatexCommand label
18043 name "tab:Tabelle-rowcolors"
18044
18045 \end_inset
18046
18047 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18048 \end_layout
18049
18050 \end_inset
18051
18052
18053 \end_layout
18054
18055 \begin_layout Plain Layout
18056 \align center
18057 \begin_inset Tabular
18058 <lyxtabular version="3" rows="4" columns="3">
18059 <features rotate="0" tabularvalignment="middle">
18060 <column alignment="center" valignment="top" width="0">
18061 <column alignment="center" valignment="top" width="0pt">
18062 <column alignment="center" valignment="top" width="0pt">
18063 <row>
18064 <cell alignment="center" valignment="top" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068 X
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell alignment="center" valignment="top" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077 Y
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 <cell alignment="center" valignment="top" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086 Z
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 </row>
18092 <row>
18093 <cell alignment="center" valignment="top" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 1
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 <cell alignment="center" valignment="top" usebox="none">
18103 \begin_inset Text
18104
18105 \begin_layout Plain Layout
18106 2
18107 \end_layout
18108
18109 \end_inset
18110 </cell>
18111 <cell alignment="center" valignment="top" usebox="none">
18112 \begin_inset Text
18113
18114 \begin_layout Plain Layout
18115 3
18116 \end_layout
18117
18118 \end_inset
18119 </cell>
18120 </row>
18121 <row>
18122 <cell alignment="center" valignment="top" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126 4
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 <cell alignment="center" valignment="top" usebox="none">
18132 \begin_inset Text
18133
18134 \begin_layout Plain Layout
18135 5
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144 6
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 </row>
18150 <row>
18151 <cell alignment="center" valignment="top" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 7
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 <cell alignment="center" valignment="top" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164 8
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 9
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 </row>
18179 </lyxtabular>
18180
18181 \end_inset
18182
18183
18184 \end_layout
18185
18186 \end_inset
18187
18188
18189 \end_layout
18190
18191 \begin_layout Standard
18192 \begin_inset ERT
18193 status open
18194
18195 \begin_layout Plain Layout
18196
18197
18198 \backslash
18199 rowcolors[
18200 \backslash
18201 hline]{1}{lightgray}{cyan}
18202 \end_layout
18203
18204 \end_inset
18205
18206
18207 \end_layout
18208
18209 \begin_layout Standard
18210 \begin_inset Float table
18211 placement h
18212 wide false
18213 sideways false
18214 status open
18215
18216 \begin_layout Plain Layout
18217 \begin_inset Caption Standard
18218
18219 \begin_layout Plain Layout
18220 \begin_inset CommandInset label
18221 LatexCommand label
18222 name "tab:Tabelle-rowcolors-2"
18223
18224 \end_inset
18225
18226 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18227  Linie zwischen jeder Zeile befindet.
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \begin_layout Plain Layout
18236 \align center
18237 \begin_inset Tabular
18238 <lyxtabular version="3" rows="4" columns="3">
18239 <features rotate="0" tabularvalignment="middle">
18240 <column alignment="center" valignment="top" width="0">
18241 <column alignment="center" valignment="top" width="0">
18242 <column alignment="center" valignment="top" width="0pt">
18243 <row>
18244 <cell alignment="center" valignment="top" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248 X
18249 \end_layout
18250
18251 \end_inset
18252 </cell>
18253 <cell alignment="center" valignment="top" usebox="none">
18254 \begin_inset Text
18255
18256 \begin_layout Plain Layout
18257 Y
18258 \end_layout
18259
18260 \end_inset
18261 </cell>
18262 <cell alignment="center" valignment="top" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266 Z
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 </row>
18272 <row>
18273 <cell alignment="center" valignment="top" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277 1
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 <cell alignment="center" valignment="top" usebox="none">
18283 \begin_inset Text
18284
18285 \begin_layout Plain Layout
18286 2
18287 \end_layout
18288
18289 \end_inset
18290 </cell>
18291 <cell alignment="center" valignment="top" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295 3
18296 \end_layout
18297
18298 \end_inset
18299 </cell>
18300 </row>
18301 <row>
18302 <cell alignment="center" valignment="top" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout Plain Layout
18306 4
18307 \end_layout
18308
18309 \end_inset
18310 </cell>
18311 <cell alignment="center" valignment="top" usebox="none">
18312 \begin_inset Text
18313
18314 \begin_layout Plain Layout
18315 5
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 <cell alignment="center" valignment="top" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324 6
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 </row>
18330 <row>
18331 <cell alignment="center" valignment="top" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335 7
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 <cell alignment="center" valignment="top" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344 8
18345 \end_layout
18346
18347 \end_inset
18348 </cell>
18349 <cell alignment="center" valignment="top" usebox="none">
18350 \begin_inset Text
18351
18352 \begin_layout Plain Layout
18353 9
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 </row>
18359 </lyxtabular>
18360
18361 \end_inset
18362
18363
18364 \end_layout
18365
18366 \end_inset
18367
18368
18369 \end_layout
18370
18371 \begin_layout Standard
18372 \begin_inset ERT
18373 status collapsed
18374
18375 \begin_layout Plain Layout
18376
18377
18378 \backslash
18379 rowcolors{1}{}{}
18380 \end_layout
18381
18382 \end_inset
18383
18384
18385 \begin_inset Note Note
18386 status collapsed
18387
18388 \begin_layout Plain Layout
18389 schaltet die Färbung aus
18390 \end_layout
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Standard
18398 \begin_inset ERT
18399 status collapsed
18400
18401 \begin_layout Plain Layout
18402
18403
18404 \backslash
18405 else
18406 \end_layout
18407
18408 \end_inset
18409
18410
18411 \begin_inset Note Note
18412 status open
18413
18414 \begin_layout Plain Layout
18415 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
18416 \series bold
18417 colortbl
18418 \series default
18419  nicht installiert ist:
18420 \end_layout
18421
18422 \end_inset
18423
18424
18425 \end_layout
18426
18427 \begin_layout Standard
18428 Sie müssen das LaTeX-Paket 
18429 \series bold
18430 colortbl
18431 \series default
18432  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18433 \end_layout
18434
18435 \begin_layout Standard
18436 \begin_inset ERT
18437 status collapsed
18438
18439 \begin_layout Plain Layout
18440
18441
18442 \backslash
18443 fi
18444 \end_layout
18445
18446 \end_inset
18447
18448
18449 \end_layout
18450
18451 \begin_layout Subsection
18452 Farbige Linien
18453 \begin_inset Index idx
18454 status collapsed
18455
18456 \begin_layout Plain Layout
18457 farbige !  Tabellenlinien
18458 \end_layout
18459
18460 \end_inset
18461
18462
18463 \end_layout
18464
18465 \begin_layout Standard
18466 Wie in Abschnitt
18467 \begin_inset space ~
18468 \end_inset
18469
18470
18471 \begin_inset CommandInset ref
18472 LatexCommand ref
18473 reference "uab:Liniendicke"
18474
18475 \end_inset
18476
18477  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18478 \series bold
18479
18480 \backslash
18481 arrayrulewidth
18482 \series default
18483  definiert werden.
18484  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18485 \begin_inset space \thinspace{}
18486 \end_inset
18487
18488 pt gesetzt.
18489 \begin_inset ERT
18490 status collapsed
18491
18492 \begin_layout Plain Layout
18493
18494
18495 \backslash
18496 setlength{
18497 \backslash
18498 arrayrulewidth}{1.5pt}
18499 \end_layout
18500
18501 \end_inset
18502
18503
18504 \end_layout
18505
18506 \begin_layout Standard
18507 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
18508 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18509 \begin_inset space ~
18510 \end_inset
18511
18512
18513 \begin_inset CommandInset ref
18514 LatexCommand ref
18515 reference "uab:Angepasste-Zellen-/Spaltenformate"
18516
18517 \end_inset
18518
18519  definiert:
18520 \end_layout
18521
18522 \begin_layout Standard
18523
18524 \series bold
18525
18526 \backslash
18527 newcolumntype{W}{!{
18528 \backslash
18529 color{green}
18530 \backslash
18531 vline}}
18532 \end_layout
18533
18534 \begin_layout Standard
18535 In Tabelle
18536 \begin_inset space ~
18537 \end_inset
18538
18539
18540 \begin_inset CommandInset ref
18541 LatexCommand ref
18542 reference "tab:Tabelle-mit-farbigen-vert"
18543
18544 \end_inset
18545
18546  wurde das LaTeX-Argument 
18547 \series bold
18548 WcW
18549 \series default
18550  für die letzte und 
18551 \series bold
18552 Wc
18553 \series default
18554  für die anderen Spalten benutzt.
18555 \end_layout
18556
18557 \begin_layout Standard
18558 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18559 \end_layout
18560
18561 \begin_layout Standard
18562 \begin_inset Float table
18563 placement h
18564 wide false
18565 sideways false
18566 status open
18567
18568 \begin_layout Plain Layout
18569 \begin_inset Caption Standard
18570
18571 \begin_layout Plain Layout
18572 \begin_inset CommandInset label
18573 LatexCommand label
18574 name "tab:Tabelle-mit-farbigen-vert"
18575
18576 \end_inset
18577
18578 Tabelle mit farbigen vertikalen Linien
18579 \end_layout
18580
18581 \end_inset
18582
18583
18584 \end_layout
18585
18586 \begin_layout Plain Layout
18587 \align center
18588 \begin_inset Tabular
18589 <lyxtabular version="3" rows="3" columns="3">
18590 <features rotate="0" tabularvalignment="middle">
18591 <column alignment="center" valignment="top" width="0" special="Wc">
18592 <column alignment="center" valignment="top" width="0" special="Wc">
18593 <column alignment="center" valignment="top" width="0" special="WcW">
18594 <row>
18595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599 sd
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" topline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 </row>
18623 <row>
18624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 <cell alignment="center" valignment="top" topline="true" usebox="none">
18634 \begin_inset Text
18635
18636 \begin_layout Plain Layout
18637 sd
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 </row>
18652 <row>
18653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18663 \begin_inset Text
18664
18665 \begin_layout Plain Layout
18666
18667 \end_layout
18668
18669 \end_inset
18670 </cell>
18671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675 sd
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 </row>
18681 </lyxtabular>
18682
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \begin_layout Standard
18694 \begin_inset VSpace bigskip
18695 \end_inset
18696
18697 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18698 \begin_inset space ~
18699 \end_inset
18700
18701
18702 \begin_inset CommandInset ref
18703 LatexCommand ref
18704 reference "tab:Tabelle-mit-farbigen-horiz"
18705
18706 \end_inset
18707
18708 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
18709  einfügen:
18710 \end_layout
18711
18712 \begin_layout Standard
18713
18714 \series bold
18715
18716 \backslash
18717 let
18718 \backslash
18719 myHlineC
18720 \backslash
18721 hline
18722 \begin_inset Newline newline
18723 \end_inset
18724
18725
18726 \backslash
18727 renewcommand{
18728 \backslash
18729 hline}
18730 \begin_inset Newline newline
18731 \end_inset
18732
18733
18734 \begin_inset Phantom HPhantom
18735 status open
18736
18737 \begin_layout Plain Layout
18738
18739 \series bold
18740 \begin_inset space ~
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \end_inset
18747
18748 {
18749 \backslash
18750 arrayrulecolor{red}
18751 \backslash
18752 myHlineC
18753 \backslash
18754 arrayrulecolor{black}}
18755 \end_layout
18756
18757 \begin_layout Standard
18758 \begin_inset ERT
18759 status collapsed
18760
18761 \begin_layout Plain Layout
18762
18763
18764 \backslash
18765 let
18766 \backslash
18767 myHlineC
18768 \backslash
18769 hline
18770 \end_layout
18771
18772 \begin_layout Plain Layout
18773
18774
18775 \backslash
18776 renewcommand{
18777 \backslash
18778 hline}
18779 \end_layout
18780
18781 \begin_layout Plain Layout
18782
18783  {
18784 \backslash
18785 arrayrulecolor{red}
18786 \backslash
18787 myHlineC
18788 \backslash
18789 arrayrulecolor{black}}
18790 \end_layout
18791
18792 \end_inset
18793
18794
18795 \begin_inset Float table
18796 placement h
18797 wide false
18798 sideways false
18799 status open
18800
18801 \begin_layout Plain Layout
18802 \begin_inset Caption Standard
18803
18804 \begin_layout Plain Layout
18805 \begin_inset CommandInset label
18806 LatexCommand label
18807 name "tab:Tabelle-mit-farbigen-horiz"
18808
18809 \end_inset
18810
18811 Tabelle mit farbigen horizontalen Linien
18812 \end_layout
18813
18814 \end_inset
18815
18816
18817 \end_layout
18818
18819 \begin_layout Plain Layout
18820 \align center
18821 \begin_inset Tabular
18822 <lyxtabular version="3" rows="3" columns="3">
18823 <features rotate="0" tabularvalignment="middle">
18824 <column alignment="center" valignment="top" width="0">
18825 <column alignment="center" valignment="top" width="0">
18826 <column alignment="center" valignment="top" width="0">
18827 <row>
18828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832 sd
18833 \end_layout
18834
18835 \end_inset
18836 </cell>
18837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18838 \begin_inset Text
18839
18840 \begin_layout Plain Layout
18841
18842 \end_layout
18843
18844 \end_inset
18845 </cell>
18846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18847 \begin_inset Text
18848
18849 \begin_layout Plain Layout
18850
18851 \end_layout
18852
18853 \end_inset
18854 </cell>
18855 </row>
18856 <row>
18857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870 sd
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 </row>
18885 <row>
18886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908 sd
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 </row>
18914 </lyxtabular>
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \end_inset
18922
18923
18924 \end_layout
18925
18926 \begin_layout Standard
18927 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18928  als TeX-Code hinter der Tabelle einfügen:
18929 \end_layout
18930
18931 \begin_layout Standard
18932
18933 \series bold
18934
18935 \backslash
18936 renewcommand{
18937 \backslash
18938 hline}{
18939 \backslash
18940 myHlineC}
18941 \end_layout
18942
18943 \begin_layout Standard
18944 Tabelle
18945 \begin_inset space ~
18946 \end_inset
18947
18948
18949 \begin_inset CommandInset ref
18950 LatexCommand ref
18951 reference "tab:Table-with-colored"
18952
18953 \end_inset
18954
18955  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18956 \end_layout
18957
18958 \begin_layout Standard
18959 \begin_inset Float table
18960 placement h
18961 wide false
18962 sideways false
18963 status open
18964
18965 \begin_layout Plain Layout
18966 \begin_inset Caption Standard
18967
18968 \begin_layout Plain Layout
18969 \begin_inset CommandInset label
18970 LatexCommand label
18971 name "tab:Table-with-colored"
18972
18973 \end_inset
18974
18975 Tabelle mit farbigen Linien
18976 \end_layout
18977
18978 \end_inset
18979
18980
18981 \end_layout
18982
18983 \begin_layout Plain Layout
18984 \align center
18985 \begin_inset Tabular
18986 <lyxtabular version="3" rows="3" columns="3">
18987 <features rotate="0" tabularvalignment="middle">
18988 <column alignment="center" valignment="top" width="0" special="Wc">
18989 <column alignment="center" valignment="top" width="0" special="Wc">
18990 <column alignment="center" valignment="top" width="0" special="WcW">
18991 <row>
18992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 sd
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 <cell alignment="center" valignment="top" topline="true" usebox="none">
19002 \begin_inset Text
19003
19004 \begin_layout Plain Layout
19005
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 </row>
19020 <row>
19021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19022 \begin_inset Text
19023
19024 \begin_layout Plain Layout
19025
19026 \end_layout
19027
19028 \end_inset
19029 </cell>
19030 <cell alignment="center" valignment="top" topline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034 sd
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 </row>
19049 <row topspace="default">
19050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072 sd
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 </row>
19078 </lyxtabular>
19079
19080 \end_inset
19081
19082
19083 \end_layout
19084
19085 \end_inset
19086
19087
19088 \end_layout
19089
19090 \begin_layout Standard
19091 \begin_inset ERT
19092 status collapsed
19093
19094 \begin_layout Plain Layout
19095
19096
19097 \backslash
19098 renewcommand{
19099 \backslash
19100 hline}{
19101 \backslash
19102 myHlineC}
19103 \end_layout
19104
19105 \end_inset
19106
19107
19108 \end_layout
19109
19110 \begin_layout Standard
19111 \begin_inset ERT
19112 status collapsed
19113
19114 \begin_layout Plain Layout
19115
19116
19117 \backslash
19118 setlength{
19119 \backslash
19120 arrayrulewidth}{0.4pt}
19121 \end_layout
19122
19123 \end_inset
19124
19125
19126 \begin_inset Note Note
19127 status collapsed
19128
19129 \begin_layout Plain Layout
19130 setzt die Liniendicke wieder auf ihren Standardwert zurück
19131 \end_layout
19132
19133 \end_inset
19134
19135
19136 \end_layout
19137
19138 \begin_layout Section
19139 Rotierte Tabellenzellen
19140 \begin_inset CommandInset label
19141 LatexCommand label
19142 name "abs:Rotierte-Tabellenzellen"
19143
19144 \end_inset
19145
19146
19147 \begin_inset Index idx
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 Tabellen ! rotierte Zellen
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \begin_inset Index idx
19158 status collapsed
19159
19160 \begin_layout Plain Layout
19161 Rotiertes Material
19162 \end_layout
19163
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \begin_layout Standard
19170 \begin_inset Note Greyedout
19171 status open
19172
19173 \begin_layout Plain Layout
19174
19175 \series bold
19176 Achtung:
19177 \series default
19178  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19179 \end_layout
19180
19181 \end_inset
19182
19183
19184 \end_layout
19185
19186 \begin_layout Standard
19187 Momentan bietet LyX nur an, Tabellenzellen um 90
19188 \begin_inset space \thinspace{}
19189 \end_inset
19190
19191 ° gegen den Uhrzeigersinn zu rotieren.
19192  Um Zellen um Winkel Ihrer Wahl zu rotieren, müssen Sie dies zu Ihrem LaTeX-Vors
19193 pann hinzufügen:
19194 \end_layout
19195
19196 \begin_layout Standard
19197
19198 \series bold
19199
19200 \backslash
19201 @ifundefined{turnbox}{
19202 \backslash
19203 usepackage{rotating}}{}
19204 \end_layout
19205
19206 \begin_layout Standard
19207 In die Tabellenzelle, die rotiert werden soll, fügen Sie zu Beginn diesen
19208  Befehl als TeX-Code ein:
19209 \end_layout
19210
19211 \begin_layout Standard
19212
19213 \series bold
19214
19215 \backslash
19216 begin{turn}{Winkel}
19217 \end_layout
19218
19219 \begin_layout Standard
19220 wobei Winkel der Rotationswinkel in ° ist.
19221  Am Ende der Zellen wird der Befehl
19222 \end_layout
19223
19224 \begin_layout Standard
19225
19226 \series bold
19227
19228 \backslash
19229 end{turn}
19230 \end_layout
19231
19232 \begin_layout Standard
19233 als TeX-Code eingefügt.
19234 \end_layout
19235
19236 \begin_layout Standard
19237 Tabelle
19238 \begin_inset space ~
19239 \end_inset
19240
19241
19242 \begin_inset CommandInset ref
19243 LatexCommand ref
19244 reference "tab:Tabelle-mit-rotierten"
19245
19246 \end_inset
19247
19248  ist ein Beispiel bei dem 3
19249 \begin_inset space ~
19250 \end_inset
19251
19252 Zellen um 45
19253 \begin_inset space \thinspace{}
19254 \end_inset
19255
19256 ° rotiert wurden.
19257 \end_layout
19258
19259 \begin_layout Standard
19260 \begin_inset Float table
19261 wide false
19262 sideways false
19263 status open
19264
19265 \begin_layout Plain Layout
19266 \begin_inset Caption Standard
19267
19268 \begin_layout Plain Layout
19269 \begin_inset CommandInset label
19270 LatexCommand label
19271 name "tab:Tabelle-mit-rotierten"
19272
19273 \end_inset
19274
19275 Tabelle mit rotierten Zellen in der ersten Zeile.
19276 \end_layout
19277
19278 \end_inset
19279
19280
19281 \end_layout
19282
19283 \begin_layout Plain Layout
19284 \noindent
19285 \align center
19286 \begin_inset Tabular
19287 <lyxtabular version="3" rows="2" columns="3">
19288 <features rotate="0" tabularvalignment="middle">
19289 <column alignment="center" valignment="top" width="0">
19290 <column alignment="center" valignment="top" width="0pt">
19291 <column alignment="center" valignment="top" width="0">
19292 <row>
19293 <cell alignment="center" valignment="top" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 \begin_inset ERT
19298 status collapsed
19299
19300 \begin_layout Plain Layout
19301
19302
19303 \backslash
19304 begin{turn}{45}
19305 \end_layout
19306
19307 \end_inset
19308
19309 Tassen
19310 \begin_inset ERT
19311 status collapsed
19312
19313 \begin_layout Plain Layout
19314
19315
19316 \backslash
19317 end{turn}
19318 \end_layout
19319
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 <cell alignment="center" valignment="top" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331 \begin_inset ERT
19332 status collapsed
19333
19334 \begin_layout Plain Layout
19335
19336
19337 \backslash
19338 begin{turn}{45}
19339 \end_layout
19340
19341 \end_inset
19342
19343 Teller
19344 \begin_inset ERT
19345 status collapsed
19346
19347 \begin_layout Plain Layout
19348
19349
19350 \backslash
19351 end{turn}
19352 \end_layout
19353
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 \begin_inset ERT
19366 status collapsed
19367
19368 \begin_layout Plain Layout
19369
19370
19371 \backslash
19372 begin{turn}{45}
19373 \end_layout
19374
19375 \end_inset
19376
19377 Untertassen
19378 \begin_inset ERT
19379 status collapsed
19380
19381 \begin_layout Plain Layout
19382
19383
19384 \backslash
19385 end{turn}
19386 \end_layout
19387
19388 \end_inset
19389
19390
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 </row>
19396 <row>
19397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Plain Layout
19401 45
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410 33
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 21
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 </row>
19425 </lyxtabular>
19426
19427 \end_inset
19428
19429
19430 \end_layout
19431
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \begin_layout Standard
19438 \begin_inset Note Greyedout
19439 status open
19440
19441 \begin_layout Plain Layout
19442
19443 \series bold
19444 Achtung:
19445 \series default
19446  Zeilenumbrüche (Tastenkürzel 
19447 \family sans
19448 Strg+Enter
19449 \family default
19450 ) sind in rotierten Zellen nicht erlaubt.
19451 \end_layout
19452
19453 \end_inset
19454
19455
19456 \end_layout
19457
19458 \begin_layout Standard
19459 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19460  den Zelleninhalt in eine Minipage oder Parbox tun.
19461 \begin_inset Foot
19462 status collapsed
19463
19464 \begin_layout Plain Layout
19465 Für mehr über diese Boxen siehe Abschnitt
19466 \begin_inset space ~
19467 \end_inset
19468
19469
19470 \begin_inset CommandInset ref
19471 LatexCommand ref
19472 reference "abs:Minipage"
19473
19474 \end_inset
19475
19476  und 
19477 \begin_inset CommandInset ref
19478 LatexCommand ref
19479 reference "abs:Parbox"
19480
19481 \end_inset
19482
19483 .
19484 \end_layout
19485
19486 \end_inset
19487
19488  Wenn Sie diese Zelle um 90
19489 \begin_inset space \thinspace{}
19490 \end_inset
19491
19492 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19493  Tabelle
19494 \begin_inset space ~
19495 \end_inset
19496
19497
19498 \begin_inset CommandInset ref
19499 LatexCommand ref
19500 reference "tab:Tabelle-mit-rotierter-Umbruch"
19501
19502 \end_inset
19503
19504  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19505  auch 3
19506 \begin_inset space \thinspace{}
19507 \end_inset
19508
19509 cm gesetzt wurde.
19510 \end_layout
19511
19512 \begin_layout Standard
19513 \begin_inset Float table
19514 wide false
19515 sideways false
19516 status open
19517
19518 \begin_layout Plain Layout
19519 \begin_inset Caption Standard
19520
19521 \begin_layout Plain Layout
19522 \begin_inset CommandInset label
19523 LatexCommand label
19524 name "tab:Tabelle-mit-rotierter-Umbruch"
19525
19526 \end_inset
19527
19528 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19529 \end_layout
19530
19531 \end_inset
19532
19533
19534 \end_layout
19535
19536 \begin_layout Plain Layout
19537 \noindent
19538 \align center
19539 \begin_inset Tabular
19540 <lyxtabular version="3" rows="2" columns="3">
19541 <features rotate="0" tabularvalignment="middle">
19542 <column alignment="center" valignment="top" width="0">
19543 <column alignment="center" valignment="top" width="0pt">
19544 <column alignment="center" valignment="top" width="0">
19545 <row>
19546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550 a
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559 \begin_inset Box Frameless
19560 position "t"
19561 hor_pos "c"
19562 has_inner_box 1
19563 inner_pos "t"
19564 use_parbox 0
19565 use_makebox 0
19566 width "3cm"
19567 special "none"
19568 height "1in"
19569 height_special "totalheight"
19570 status open
19571
19572 \begin_layout Plain Layout
19573 rotierte Zelle
19574 \begin_inset Newline newline
19575 \end_inset
19576
19577 mit Zeilenumbruch
19578 \end_layout
19579
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591 e
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 </row>
19597 <row>
19598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19599 \begin_inset Text
19600
19601 \begin_layout Plain Layout
19602 b
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 c
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620 d
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 </row>
19626 </lyxtabular>
19627
19628 \end_inset
19629
19630
19631 \end_layout
19632
19633 \end_inset
19634
19635
19636 \end_layout
19637
19638 \begin_layout Section
19639 Berechnung der Tabellenbreite
19640 \begin_inset CommandInset label
19641 LatexCommand label
19642 name "abs:Berechnung-der-Tabellenbreite"
19643
19644 \end_inset
19645
19646
19647 \end_layout
19648
19649 \begin_layout Standard
19650 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19651  Tabelle nicht über den Seitenrand hinausragt.
19652  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19653  aber wie viel Platz wird für jede Spalte benötigt?
19654 \end_layout
19655
19656 \begin_layout Standard
19657 Die Tabellenbreite 
19658 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19659 \end_inset
19660
19661  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19662  
19663 \begin_inset Formula $W_{\mathrm{Spalte}}$
19664 \end_inset
19665
19666  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19667  Spalteninhalt und dem Rand der Spalte (LaTeX-Länge
19668 \series bold
19669  
19670 \backslash
19671 tabcolsep
19672 \series default
19673 , Voreinstellung 6
19674 \begin_inset space \thinspace{}
19675 \end_inset
19676
19677 pt) plus die Breite einer Tabellenlinie (LaTeX-Länge 
19678 \series bold
19679
19680 \backslash
19681 arrayrulewidth
19682 \series default
19683 , Voreinstellung 0.4
19684 \begin_inset space \thinspace{}
19685 \end_inset
19686
19687 pt): Wenn alle 
19688 \begin_inset Formula $n$
19689 \end_inset
19690
19691
19692 \begin_inset space ~
19693 \end_inset
19694
19695 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19696 \begin_inset Formula 
19697 \begin{equation}
19698 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19699 \end{equation}
19700
19701 \end_inset
19702
19703
19704 \end_layout
19705
19706 \begin_layout Standard
19707 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19708  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (LaTeX-Länge
19709  
19710 \series bold
19711
19712 \backslash
19713 columnwidth
19714 \series default
19715 ).
19716  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19717 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19718 \end_inset
19719
19720  gleich 1
19721 \begin_inset space \thinspace{}
19722 \end_inset
19723
19724
19725 \backslash
19726 columnwidth sein soll, kann 
19727 \begin_inset Formula $W_{\mathrm{Spalte}}$
19728 \end_inset
19729
19730  leicht berechnet werden.
19731 \end_layout
19732
19733 \begin_layout Standard
19734 Um Berechnungen ausführen zu können, muss das LaTeX-Paket 
19735 \series bold
19736 calc
19737 \series default
19738
19739 \begin_inset Index idx
19740 status collapsed
19741
19742 \begin_layout Plain Layout
19743 LaTeX-Pakete ! calc
19744 \end_layout
19745
19746 \end_inset
19747
19748  im LaTeX-Vorspann geladen werden.
19749  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19750 \family sans
19751 LaTeX-Argument
19752 \family default
19753  verwendet werden.
19754  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19755 \begin_inset space ~
19756 \end_inset
19757
19758
19759 \begin_inset CommandInset ref
19760 LatexCommand ref
19761 reference "uab:Mehrfachspalten-Berechnungen"
19762
19763 \end_inset
19764
19765  erklärt ist.
19766  Für eine Tabelle mit 5
19767 \begin_inset space \thinspace{}
19768 \end_inset
19769
19770 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19771  für jede Spalte den Befehl
19772 \end_layout
19773
19774 \begin_layout Standard
19775
19776 \series bold
19777 >{
19778 \backslash
19779 centering}p{(1
19780 \backslash
19781 columnwidth-62.4pt)/5}
19782 \end_layout
19783
19784 \begin_layout Standard
19785 an.
19786  Für eine Tabelle mit 5
19787 \begin_inset space \thinspace{}
19788 \end_inset
19789
19790 Spalten bei der 2 das 0,75
19791 \begin_inset space \thinspace{}
19792 \end_inset
19793
19794 fache der Breite der anderen 3
19795 \begin_inset space ~
19796 \end_inset
19797
19798 Spalten haben sollen, ist die Berechnung
19799 \begin_inset Formula 
19800 \begin{align}
19801 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{Spalte}}+2\cdot0,75\, W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19802  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19803  & =4,5\, W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19804 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19805 \end{align}
19806
19807 \end_inset
19808
19809
19810 \end_layout
19811
19812 \begin_layout Standard
19813 In der Tabelle wird daher der Befehl
19814 \end_layout
19815
19816 \begin_layout Standard
19817
19818 \series bold
19819 >{
19820 \backslash
19821 centering}p{(1
19822 \backslash
19823 columnwidth-62.4pt)/
19824 \backslash
19825 real{4.5}}
19826 \end_layout
19827
19828 \begin_layout Standard
19829 für die breiteren Spalten verwendet und
19830 \end_layout
19831
19832 \begin_layout Standard
19833
19834 \series bold
19835 >{
19836 \backslash
19837 centering}p{(1
19838 \backslash
19839 columnwidth-62.4pt)/
19840 \backslash
19841 real{4.5}*
19842 \backslash
19843 real{0.75}}
19844 \end_layout
19845
19846 \begin_layout Standard
19847 für die schmaleren:
19848 \end_layout
19849
19850 \begin_layout Standard
19851 \begin_inset Tabular
19852 <lyxtabular version="3" rows="2" columns="5">
19853 <features rotate="0" tabularvalignment="middle">
19854 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19855 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19856 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19857 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19858 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19859 <row>
19860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864 1
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873 2
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882 3
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 4
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900 5
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 </row>
19906 <row>
19907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911 111111 1111111 111111 111111111 11111 11111 1111
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929 2222 22222 222222 222222222 2222222 22 22222
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947 333333 333333 333333 33333 3333333 333
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 </row>
19953 </lyxtabular>
19954
19955 \end_inset
19956
19957
19958 \end_layout
19959
19960 \begin_layout Section
19961 Tabellen-Anpassung
19962 \begin_inset Index idx
19963 status collapsed
19964
19965 \begin_layout Plain Layout
19966 Tabellen ! Anpassung
19967 \end_layout
19968
19969 \end_inset
19970
19971
19972 \end_layout
19973
19974 \begin_layout Subsection
19975 Zeilenabstand
19976 \begin_inset CommandInset label
19977 LatexCommand label
19978 name "uab:Zeilenabstand"
19979
19980 \end_inset
19981
19982
19983 \begin_inset Index idx
19984 status collapsed
19985
19986 \begin_layout Plain Layout
19987 Tabellen ! Zeilenabstand
19988 \end_layout
19989
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \begin_layout Standard
19996 Auf der Karteikarte 
19997 \family sans
19998 Rahmen
19999 \family default
20000  des 
20001 \family sans
20002 Tabellen-Einstellungen
20003 \family default
20004 -Dialogs können Sie 
20005 \family sans
20006 zusätzliche
20007 \begin_inset space ~
20008 \end_inset
20009
20010 Abstände
20011 \family default
20012  einfügen.
20013  Dabei haben Sie drei Möglichkeiten:
20014 \end_layout
20015
20016 \begin_layout Description
20017 Oberhalb
20018 \begin_inset space ~
20019 \end_inset
20020
20021 der
20022 \begin_inset space ~
20023 \end_inset
20024
20025 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20026  Bei einer formalen Tabelle
20027 \begin_inset Foot
20028 status collapsed
20029
20030 \begin_layout Plain Layout
20031 Formale Tabellen wurden in Abschnitt
20032 \begin_inset space ~
20033 \end_inset
20034
20035
20036 \begin_inset CommandInset ref
20037 LatexCommand ref
20038 reference "abs:Formale-Tabellen"
20039
20040 \end_inset
20041
20042  beschrieben.
20043 \end_layout
20044
20045 \end_inset
20046
20047  fügt LyX standardmäßig 0.5
20048 \begin_inset space \thinspace{}
20049 \end_inset
20050
20051 em Leerraum ein.
20052  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20053 \begin_inset VSpace medskip
20054 \end_inset
20055
20056
20057 \begin_inset Newline newline
20058 \end_inset
20059
20060
20061 \begin_inset space \hspace*{}
20062 \length 0pt
20063 \end_inset
20064
20065
20066 \begin_inset space \hfill{}
20067 \end_inset
20068
20069
20070 \begin_inset Tabular
20071 <lyxtabular version="3" rows="3" columns="1">
20072 <features rotate="0" tabularvalignment="middle">
20073 <column alignment="center" valignment="top" width="0">
20074 <row>
20075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 A
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 </row>
20085 <row topspace="3mm">
20086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 3
20091 \begin_inset space \thinspace{}
20092 \end_inset
20093
20094 mm Leerraum oberhalb der Zeile
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 </row>
20100 <row>
20101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20102 \begin_inset Text
20103
20104 \begin_layout Plain Layout
20105 C
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 </row>
20111 </lyxtabular>
20112
20113 \end_inset
20114
20115
20116 \begin_inset space \hfill{}
20117 \end_inset
20118
20119
20120 \begin_inset space \hspace*{}
20121 \length 0pt
20122 \end_inset
20123
20124
20125 \begin_inset VSpace medskip
20126 \end_inset
20127
20128
20129 \begin_inset Newline newline
20130 \end_inset
20131
20132 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20133 n Linien verwenden.
20134 \end_layout
20135
20136 \begin_layout Description
20137 Unterhalb
20138 \begin_inset space ~
20139 \end_inset
20140
20141 der
20142 \begin_inset space ~
20143 \end_inset
20144
20145 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20146  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20147 \begin_inset space \thinspace{}
20148 \end_inset
20149
20150 em Leerraum ein.
20151  Bei normalen Tabellen ist der Standardwert 2
20152 \begin_inset space \thinspace{}
20153 \end_inset
20154
20155 pt.
20156 \end_layout
20157
20158 \begin_layout Description
20159 Zwischen
20160 \begin_inset space ~
20161 \end_inset
20162
20163 den
20164 \begin_inset space ~
20165 \end_inset
20166
20167 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20168  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20169 \begin_inset space \thinspace{}
20170 \end_inset
20171
20172 em Leerraum ein.
20173  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20174 \begin_inset VSpace medskip
20175 \end_inset
20176
20177
20178 \begin_inset Newline newline
20179 \end_inset
20180
20181
20182 \begin_inset space \hspace*{}
20183 \length 0pt
20184 \end_inset
20185
20186
20187 \begin_inset space \hfill{}
20188 \end_inset
20189
20190
20191 \begin_inset Tabular
20192 <lyxtabular version="3" rows="3" columns="1">
20193 <features rotate="0" tabularvalignment="middle">
20194 <column alignment="center" valignment="top" width="0">
20195 <row>
20196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200 A
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 </row>
20206 <row interlinespace="3mm">
20207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211 \begin_inset Formula $\downarrow$
20212 \end_inset
20213
20214  3
20215 \begin_inset space \thinspace{}
20216 \end_inset
20217
20218 mm Leerraum zwischen den Zeilen 
20219 \begin_inset Formula $\downarrow$
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 <row>
20229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 \begin_inset Formula $\uparrow$
20234 \end_inset
20235
20236  3
20237 \begin_inset space \thinspace{}
20238 \end_inset
20239
20240 mm Leerraum zwischen den Zeilen 
20241 \begin_inset Formula $\uparrow$
20242 \end_inset
20243
20244
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 </row>
20250 </lyxtabular>
20251
20252 \end_inset
20253
20254
20255 \begin_inset space \hfill{}
20256 \end_inset
20257
20258
20259 \begin_inset space \hspace*{}
20260 \length 0pt
20261 \end_inset
20262
20263
20264 \begin_inset VSpace medskip
20265 \end_inset
20266
20267
20268 \begin_inset Newline newline
20269 \end_inset
20270
20271 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20272 n Linien verwenden.
20273 \end_layout
20274
20275 \begin_layout Standard
20276 \begin_inset VSpace bigskip
20277 \end_inset
20278
20279 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20280  Befehlen im LaTeX-Vorspann machen:
20281 \end_layout
20282
20283 \begin_layout Standard
20284
20285 \series bold
20286
20287 \backslash
20288 @ifundefined{extrarowheight}
20289 \begin_inset Newline newline
20290 \end_inset
20291
20292
20293 \begin_inset Phantom HPhantom
20294 status open
20295
20296 \begin_layout Plain Layout
20297
20298 \series bold
20299 \begin_inset space ~
20300 \end_inset
20301
20302
20303 \end_layout
20304
20305 \end_inset
20306
20307 {
20308 \backslash
20309 usepackage{array}}{}
20310 \begin_inset Newline newline
20311 \end_inset
20312
20313
20314 \backslash
20315 setlength{
20316 \backslash
20317 extrarowheight}{Höhe}
20318 \end_layout
20319
20320 \begin_layout Standard
20321 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20322  ausgerichtet sind.
20323  (Das Paket 
20324 \series bold
20325 array
20326 \series default
20327  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
20328  verwenden.
20329  Der Befehl 
20330 \series bold
20331
20332 \backslash
20333 @ifundefined
20334 \series default
20335  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20336 \end_layout
20337
20338 \begin_layout Standard
20339 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20340  zu nah an den Buchstaben.
20341  Das kann korrigiert werden, indem man den Befehl 
20342 \series bold
20343
20344 \backslash
20345 strut
20346 \series default
20347  als TeX-Code am Anfang einer Tabellenzeile einfügt.
20348  Tabelle
20349 \begin_inset space ~
20350 \end_inset
20351
20352
20353 \begin_inset CommandInset ref
20354 LatexCommand ref
20355 reference "tab:Vertikale-Ausrichtung-von"
20356
20357 \end_inset
20358
20359  zeigt den Effekt.
20360 \end_layout
20361
20362 \begin_layout Standard
20363 \noindent
20364 \begin_inset Float table
20365 placement h
20366 wide false
20367 sideways false
20368 status open
20369
20370 \begin_layout Plain Layout
20371 \begin_inset Caption Standard
20372
20373 \begin_layout Plain Layout
20374 \begin_inset CommandInset label
20375 LatexCommand label
20376 name "tab:Vertikale-Ausrichtung-von"
20377
20378 \end_inset
20379
20380 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20381 \end_layout
20382
20383 \end_inset
20384
20385
20386 \end_layout
20387
20388 \begin_layout Plain Layout
20389 \begin_inset space \hfill{}
20390 \end_inset
20391
20392
20393 \begin_inset Float table
20394 wide false
20395 sideways false
20396 status collapsed
20397
20398 \begin_layout Plain Layout
20399 \begin_inset Caption Standard
20400
20401 \begin_layout Plain Layout
20402 Normale Tabelle.
20403 \end_layout
20404
20405 \end_inset
20406
20407
20408 \end_layout
20409
20410 \begin_layout Plain Layout
20411 \noindent
20412 \align center
20413 \begin_inset Tabular
20414 <lyxtabular version="3" rows="6" columns="1">
20415 <features rotate="0" tabularvalignment="middle">
20416 <column alignment="left" valignment="top" width="0">
20417 <row>
20418 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Plain Layout
20422 Normal, g
20423 \end_layout
20424
20425 \end_inset
20426 </cell>
20427 </row>
20428 <row>
20429 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20430 \begin_inset Text
20431
20432 \begin_layout Plain Layout
20433
20434 \size large
20435 Groß, g
20436 \end_layout
20437
20438 \end_inset
20439 </cell>
20440 </row>
20441 <row>
20442 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446
20447 \size larger
20448 Größer, g
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \size largest
20461 noch Größer, g
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 </row>
20467 <row>
20468 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472
20473 \size huge
20474 Riesig
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 <row>
20481 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \size giant
20487 Gigantisch
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 </row>
20493 </lyxtabular>
20494
20495 \end_inset
20496
20497
20498 \end_layout
20499
20500 \end_inset
20501
20502
20503 \begin_inset space \hfill{}
20504 \end_inset
20505
20506
20507 \begin_inset Float table
20508 wide false
20509 sideways false
20510 status collapsed
20511
20512 \begin_layout Plain Layout
20513 \begin_inset Caption Standard
20514
20515 \begin_layout Plain Layout
20516 Tabelle bei der der Befehl 
20517 \series bold
20518
20519 \backslash
20520 strut
20521 \series default
20522  verwendet wurde.
20523 \end_layout
20524
20525 \end_inset
20526
20527
20528 \end_layout
20529
20530 \begin_layout Plain Layout
20531 \noindent
20532 \align center
20533 \begin_inset Tabular
20534 <lyxtabular version="3" rows="6" columns="1">
20535 <features rotate="0" tabularvalignment="middle">
20536 <column alignment="left" valignment="top" width="0">
20537 <row>
20538 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542 Normal, g
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 </row>
20548 <row>
20549 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553
20554 \size large
20555 \begin_inset ERT
20556 status collapsed
20557
20558 \begin_layout Plain Layout
20559
20560
20561 \backslash
20562 strut 
20563 \end_layout
20564
20565 \end_inset
20566
20567 Groß, g
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 </row>
20573 <row>
20574 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578
20579 \size larger
20580 \begin_inset ERT
20581 status collapsed
20582
20583 \begin_layout Plain Layout
20584
20585
20586 \backslash
20587 strut 
20588 \end_layout
20589
20590 \end_inset
20591
20592 Größer, g
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 </row>
20598 <row>
20599 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603
20604 \size largest
20605 \begin_inset ERT
20606 status collapsed
20607
20608 \begin_layout Plain Layout
20609
20610
20611 \backslash
20612 strut 
20613 \end_layout
20614
20615 \end_inset
20616
20617 noch Größer, g
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 </row>
20623 <row>
20624 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628
20629 \size huge
20630 \begin_inset ERT
20631 status collapsed
20632
20633 \begin_layout Plain Layout
20634
20635
20636 \backslash
20637 strut 
20638 \end_layout
20639
20640 \end_inset
20641
20642 Riesig
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653
20654 \size giant
20655 \begin_inset ERT
20656 status collapsed
20657
20658 \begin_layout Plain Layout
20659
20660
20661 \backslash
20662 strut 
20663 \end_layout
20664
20665 \end_inset
20666
20667 Gigantisch
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 </row>
20673 </lyxtabular>
20674
20675 \end_inset
20676
20677
20678 \end_layout
20679
20680 \end_inset
20681
20682
20683 \begin_inset space \hfill{}
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \begin_layout Subsection
20695 Besondere Zellenausrichtung
20696 \begin_inset CommandInset label
20697 LatexCommand label
20698 name "uab:Besondere-Zellenausrichtung"
20699
20700 \end_inset
20701
20702
20703 \begin_inset Index idx
20704 status collapsed
20705
20706 \begin_layout Plain Layout
20707 Tabellen ! Zellenausrichtung
20708 \end_layout
20709
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \begin_layout Standard
20716 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20717  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20718 \begin_inset space ~
20719 \end_inset
20720
20721
20722 \begin_inset CommandInset ref
20723 LatexCommand ref
20724 reference "tab:Tabellenzellen-sind-auf"
20725
20726 \end_inset
20727
20728 .
20729  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20730  dann entweder den Werkzeugleistenknopf 
20731 \begin_inset Info
20732 type  "icon"
20733 arg   "inset-modify tabular align-decimal"
20734 \end_inset
20735
20736  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20737 \family sans
20738 Am
20739 \begin_inset space ~
20740 \end_inset
20741
20742 Dezimaltrenner
20743 \family default
20744  setzt.
20745  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20746  frei wählen.
20747 \end_layout
20748
20749 \begin_layout Standard
20750 \begin_inset Float table
20751 placement h
20752 wide false
20753 sideways false
20754 status open
20755
20756 \begin_layout Plain Layout
20757 \begin_inset Caption Standard
20758
20759 \begin_layout Plain Layout
20760 \begin_inset CommandInset label
20761 LatexCommand label
20762 name "tab:Tabellenzellen-sind-auf"
20763
20764 \end_inset
20765
20766 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20767 \end_layout
20768
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \begin_layout Plain Layout
20775 \align center
20776 \begin_inset Tabular
20777 <lyxtabular version="3" rows="4" columns="1">
20778 <features rotate="0" booktabs="true" tabularvalignment="middle">
20779 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20780 <row>
20781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Plain Layout
20785 Überschrift
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 </row>
20791 <row>
20792 <cell alignment="center" valignment="top" topline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796 12,6
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 </row>
20802 <row>
20803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807 0,68
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 </row>
20813 <row>
20814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 -123,0
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 </lyxtabular>
20825
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \begin_layout Standard
20837 \begin_inset Float table
20838 placement h
20839 wide false
20840 sideways false
20841 status open
20842
20843 \begin_layout Plain Layout
20844 \begin_inset Caption Standard
20845
20846 \begin_layout Plain Layout
20847 \begin_inset CommandInset label
20848 LatexCommand label
20849 name "tab:Tabellenzellen-Operator"
20850
20851 \end_inset
20852
20853 Tabellenzellen sind auf den Operator ausgerichtet
20854 \end_layout
20855
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \begin_layout Plain Layout
20862 \align center
20863 \begin_inset Tabular
20864 <lyxtabular version="3" rows="4" columns="2">
20865 <features rotate="0" booktabs="true" tabularvalignment="middle">
20866 <column alignment="right" valignment="top" width="0pt">
20867 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20868 <row>
20869 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873 Überschrift
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 <row>
20889 <cell alignment="center" valignment="top" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893 \begin_inset Formula $12\,+$
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 <cell alignment="center" valignment="top" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905 \begin_inset Formula $\,6$
20906 \end_inset
20907
20908
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 </row>
20914 <row>
20915 <cell alignment="center" valignment="top" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919 \begin_inset Formula $0\,-$
20920 \end_inset
20921
20922
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 <cell alignment="center" valignment="top" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931 \begin_inset Formula $\,68$
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 </row>
20940 <row>
20941 <cell alignment="center" valignment="top" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945 \begin_inset Formula $-123\,/$
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 <cell alignment="center" valignment="top" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 \begin_inset Formula $\,0$
20958 \end_inset
20959
20960
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 </row>
20966 </lyxtabular>
20967
20968 \end_inset
20969
20970
20971 \end_layout
20972
20973 \end_inset
20974
20975
20976 \end_layout
20977
20978 \begin_layout Standard
20979 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
20980  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
20981  Formeln erlaubt.
20982  In diesem Fall verwendet man die Methode von Tabelle
20983 \begin_inset space ~
20984 \end_inset
20985
20986
20987 \begin_inset CommandInset ref
20988 LatexCommand ref
20989 reference "tab:Tabellenzellen-Operator"
20990
20991 \end_inset
20992
20993 .
20994  Diese Tabelle wurde als 4×2 Tabelle erstellt.
20995  Die Überschrift ist eine zentrierte Mehrfachspalte.
20996  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
20997  und den Operator.
20998  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
20999  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
21000  um den üblichen Leerraum um einen Operator zu erhalten.
21001  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
21002  für die zweite Spalte folgendes eingefügt:
21003 \end_layout
21004
21005 \begin_layout Standard
21006
21007 \series bold
21008 @{}l
21009 \end_layout
21010
21011 \begin_layout Standard
21012 Tabelle
21013 \begin_inset space ~
21014 \end_inset
21015
21016
21017 \begin_inset CommandInset ref
21018 LatexCommand ref
21019 reference "tab:Verschiedene-Ausrichtungen"
21020
21021 \end_inset
21022
21023  zeigt einige Ausrichtungen.
21024  Für die Ausrichtung der Relationen wurde ein kleiner 
21025 \family sans
21026 Leerraum
21027 \family default
21028  eingefügt; wie in der zweiten Spalte von Tabelle
21029 \begin_inset space ~
21030 \end_inset
21031
21032
21033 \begin_inset CommandInset ref
21034 LatexCommand ref
21035 reference "tab:Tabellenzellen-Operator"
21036
21037 \end_inset
21038
21039 .
21040 \end_layout
21041
21042 \begin_layout Standard
21043
21044 \color black
21045 \begin_inset Float table
21046 placement h
21047 wide false
21048 sideways false
21049 status open
21050
21051 \begin_layout Plain Layout
21052
21053 \color black
21054 \begin_inset Caption Standard
21055
21056 \begin_layout Plain Layout
21057
21058 \color black
21059 \begin_inset CommandInset label
21060 LatexCommand label
21061 name "tab:Verschiedene-Ausrichtungen"
21062
21063 \end_inset
21064
21065
21066 \color inherit
21067 Verschiedene Ausrichtungen
21068 \end_layout
21069
21070 \end_inset
21071
21072
21073 \end_layout
21074
21075 \begin_layout Plain Layout
21076 \align center
21077 \begin_inset Tabular
21078 <lyxtabular version="3" rows="4" columns="6">
21079 <features rotate="0" tabularvalignment="middle">
21080 <column alignment="right" valignment="top" width="0">
21081 <column alignment="left" valignment="top" width="0" special="@{}l">
21082 <column alignment="right" valignment="top" width="0">
21083 <column alignment="left" valignment="top" width="0" special="@{}l">
21084 <column alignment="right" valignment="top" width="0">
21085 <column alignment="left" valignment="top" width="0" special="@{}l">
21086 <row>
21087 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091 Einheiten
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21097 \begin_inset Text
21098
21099 \begin_layout Plain Layout
21100
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 Exponenten
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127 Relationen
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 </row>
21142 <row>
21143 <cell alignment="center" valignment="top" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147 12×
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156 24
21157 \begin_inset space \thinspace{}
21158 \end_inset
21159
21160 Flaschen
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 <cell alignment="center" valignment="top" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Formula $10\cdot$
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 \begin_inset Formula $10^{\mbox{-}17}$
21182 \end_inset
21183
21184
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell alignment="center" valignment="top" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 \begin_inset Formula $\Gamma(t)\propto$
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \end_inset
21200 </cell>
21201 <cell alignment="center" valignment="top" usebox="none">
21202 \begin_inset Text
21203
21204 \begin_layout Plain Layout
21205 \begin_inset Formula $\:\Upsilon(t)$
21206 \end_inset
21207
21208
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 </row>
21214 <row>
21215 <cell alignment="center" valignment="top" usebox="none">
21216 \begin_inset Text
21217
21218 \begin_layout Plain Layout
21219 1024×
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 768
21229 \begin_inset space \thinspace{}
21230 \end_inset
21231
21232 Pixel
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 <cell alignment="center" valignment="top" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241 \begin_inset Formula $5.78\cdot$
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 \begin_inset Formula $10^{7}$
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 <cell alignment="center" valignment="top" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265 \begin_inset Formula $A\ne$
21266 \end_inset
21267
21268
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 <cell alignment="center" valignment="top" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277 \begin_inset Formula $\: B_{\mathrm{red}}$
21278 \end_inset
21279
21280
21281 \end_layout
21282
21283 \end_inset
21284 </cell>
21285 </row>
21286 <row>
21287 <cell alignment="center" valignment="top" usebox="none">
21288 \begin_inset Text
21289
21290 \begin_layout Plain Layout
21291 32×
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300 6
21301 \begin_inset space \thinspace{}
21302 \end_inset
21303
21304 cm
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 -
21314 \begin_inset Formula $33.5\cdot$
21315 \end_inset
21316
21317
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326 \begin_inset Formula $10^{4}$
21327 \end_inset
21328
21329
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 <cell alignment="center" valignment="top" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 \begin_inset Formula $\sin(\alpha)\ge$
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 <cell alignment="center" valignment="top" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350 \begin_inset Formula $\:\sin(\beta)$
21351 \end_inset
21352
21353
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 </row>
21359 </lyxtabular>
21360
21361 \end_inset
21362
21363
21364 \end_layout
21365
21366 \end_inset
21367
21368
21369 \end_layout
21370
21371 \begin_layout Subsection
21372 Angepasste Zellen-/Spaltenformate
21373 \begin_inset CommandInset label
21374 LatexCommand label
21375 name "uab:Angepasste-Zellen-/Spaltenformate"
21376
21377 \end_inset
21378
21379
21380 \begin_inset Index idx
21381 status collapsed
21382
21383 \begin_layout Plain Layout
21384 Tabellen ! Spaltenformat
21385 \end_layout
21386
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \begin_layout Standard
21393 Wenn man wie in Abschnitt
21394 \begin_inset space ~
21395 \end_inset
21396
21397
21398 \begin_inset CommandInset ref
21399 LatexCommand ref
21400 reference "abs:Berechnung-der-Tabellenbreite"
21401
21402 \end_inset
21403
21404  oder Abschnitt
21405 \begin_inset space ~
21406 \end_inset
21407
21408
21409 \begin_inset CommandInset ref
21410 LatexCommand ref
21411 reference "uab:Mehrfachspalten-Berechnungen"
21412
21413 \end_inset
21414
21415  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21416  Tabellen sehr lästig.
21417  Um sich das Leben zu erleichtern, kann man im LaTeX-Vorspann ein Zellen/Spalten
21418 -Format definieren, das dann in allen Tabellen des Dokuments verwendet werden
21419  kann.
21420  Das Format wird mit dem Befehl
21421 \end_layout
21422
21423 \begin_layout Standard
21424
21425 \series bold
21426
21427 \backslash
21428 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21429 \end_layout
21430
21431 \begin_layout Standard
21432 definiert.
21433  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21434 \emph on
21435 b
21436 \emph default
21437
21438 \emph on
21439 c
21440 \emph default
21441
21442 \emph on
21443 l
21444 \emph default
21445
21446 \emph on
21447 m
21448 \emph default
21449
21450 \emph on
21451 p
21452 \emph default
21453  oder 
21454 \emph on
21455 r
21456 \emph default
21457 , weil diese vordefiniert sind.
21458  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21459 \end_layout
21460
21461 \begin_layout Standard
21462 \begin_inset VSpace medskip
21463 \end_inset
21464
21465
21466 \end_layout
21467
21468 \begin_layout Standard
21469 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21470  Breite könnte das Format so aussehen:
21471 \end_layout
21472
21473 \begin_layout Standard
21474
21475 \series bold
21476
21477 \backslash
21478 newcolumntype{M}[1]{>{
21479 \backslash
21480 centering
21481 \backslash
21482 hspace{0pt}}m{#1}}
21483 \end_layout
21484
21485 \begin_layout Standard
21486 wobei 
21487 \series bold
21488
21489 \backslash
21490 hspace{0pt}
21491 \series default
21492  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21493  Abschnitt
21494 \begin_inset space ~
21495 \end_inset
21496
21497
21498 \begin_inset CommandInset ref
21499 LatexCommand ref
21500 reference "uab:Mehrfache-Zeilen-in"
21501
21502 \end_inset
21503
21504  beschrieben.
21505  Jetzt können Sie mit
21506 \end_layout
21507
21508 \begin_layout Standard
21509
21510 \series bold
21511 M{Breite}
21512 \end_layout
21513
21514 \begin_layout Standard
21515 im 
21516 \family sans
21517 LaTeX-Argument
21518 \family default
21519  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21520 \end_layout
21521
21522 \begin_layout Standard
21523 \begin_inset VSpace bigskip
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \begin_layout Standard
21530 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21531  Format definieren:
21532 \end_layout
21533
21534 \begin_layout Standard
21535
21536 \series bold
21537
21538 \backslash
21539 newcolumntype{S}[2]{>{
21540 \backslash
21541 centering
21542 \backslash
21543 hspace{0pt}}
21544 \begin_inset Newline newline
21545 \end_inset
21546
21547
21548 \begin_inset Phantom HPhantom
21549 status open
21550
21551 \begin_layout Plain Layout
21552
21553 \series bold
21554
21555 \backslash
21556 newcolumntype
21557 \end_layout
21558
21559 \end_inset
21560
21561 m{(#1+(2
21562 \backslash
21563 tabcolsep+
21564 \backslash
21565 arrayrulewidth)*(1-#2))/#2}}
21566 \end_layout
21567
21568 \begin_layout Standard
21569 Dieses Format benutzt Gleichung
21570 \begin_inset space ~
21571 \end_inset
21572
21573
21574 \begin_inset CommandInset ref
21575 LatexCommand ref
21576 reference "eq:Wgn"
21577
21578 \end_inset
21579
21580 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21581  breit ist.
21582 \end_layout
21583
21584 \begin_layout Standard
21585 Jetzt können Sie im 
21586 \family sans
21587 LaTeX-Argument
21588 \family default
21589  im 
21590 \family sans
21591 Tabellen-Einstellungen
21592 \family default
21593 -Dialog folgendes einfügen:
21594 \end_layout
21595
21596 \begin_layout Standard
21597
21598 \series bold
21599 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21600 \end_layout
21601
21602 \begin_layout Standard
21603 \begin_inset VSpace bigskip
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \begin_layout Standard
21610 Für farbige Spalten können Sie folgendes einfügen:
21611 \end_layout
21612
21613 \begin_layout Standard
21614
21615 \series bold
21616
21617 \backslash
21618 newcolumntype{K}[1]{>{
21619 \backslash
21620 columncolor{#1}
21621 \backslash
21622 hspace{0pt}}c}
21623 \end_layout
21624
21625 \begin_layout Standard
21626 Das 
21627 \begin_inset Quotes gld
21628 \end_inset
21629
21630 c
21631 \begin_inset Quotes grd
21632 \end_inset
21633
21634  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21635  zentriert ist.
21636  Jetzt können Sie als 
21637 \family sans
21638 LaTeX-Argument
21639 \family default
21640  folgendes einfügen:
21641 \end_layout
21642
21643 \begin_layout Standard
21644
21645 \series bold
21646 K{Farbname}
21647 \end_layout
21648
21649 \begin_layout Standard
21650 \begin_inset VSpace bigskip
21651 \end_inset
21652
21653
21654 \end_layout
21655
21656 \begin_layout Standard
21657 Für Tabelle
21658 \begin_inset space ~
21659 \end_inset
21660
21661
21662 \begin_inset CommandInset ref
21663 LatexCommand ref
21664 reference "tab:Tabelle-mit-benutzerdefinierte"
21665
21666 \end_inset
21667
21668  wurden folgende 
21669 \family sans
21670 LaTeX-Argumente
21671 \family default
21672  benutzt:
21673 \end_layout
21674
21675 \begin_layout Standard
21676
21677 \series bold
21678 M{2.5cm}
21679 \end_layout
21680
21681 \begin_layout Standard
21682 für die erste Spalte und die Mehrfachspalte,
21683 \end_layout
21684
21685 \begin_layout Standard
21686
21687 \series bold
21688 K{red}
21689 \end_layout
21690
21691 \begin_layout Standard
21692 für die letzte Spalte und
21693 \end_layout
21694
21695 \begin_layout Standard
21696
21697 \series bold
21698 S{2.5cm}{2}
21699 \end_layout
21700
21701 \begin_layout Standard
21702 für die Spalten in der zweiten Mehrfachspalte.
21703 \end_layout
21704
21705 \begin_layout Standard
21706 \begin_inset Float table
21707 placement h
21708 wide false
21709 sideways false
21710 status open
21711
21712 \begin_layout Plain Layout
21713 \begin_inset Caption Standard
21714
21715 \begin_layout Plain Layout
21716 \begin_inset CommandInset label
21717 LatexCommand label
21718 name "tab:Tabelle-mit-benutzerdefinierte"
21719
21720 \end_inset
21721
21722 Tabelle mit benutzerdefinierten Formaten
21723 \end_layout
21724
21725 \end_inset
21726
21727
21728 \end_layout
21729
21730 \begin_layout Plain Layout
21731 \align center
21732 \begin_inset Tabular
21733 <lyxtabular version="3" rows="3" columns="4">
21734 <features rotate="0" tabularvalignment="middle">
21735 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21736 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
21737 <column alignment="center" valignment="middle" width="0">
21738 <column alignment="center" valignment="middle" width="0" special="K{red}">
21739 <row>
21740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744 einsehrlangesWort
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753 Mehrfachspalte mit mehreren Zeilen
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771 c
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 </row>
21777 <row>
21778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782 d
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791 e
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800 f
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809 g
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 </row>
21815 <row>
21816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820 h
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829 i
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838 j
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847 k
21848 \end_layout
21849
21850 \end_inset
21851 </cell>
21852 </row>
21853 </lyxtabular>
21854
21855 \end_inset
21856
21857
21858 \end_layout
21859
21860 \end_inset
21861
21862
21863 \end_layout
21864
21865 \begin_layout Subsection
21866 Liniendicke
21867 \begin_inset CommandInset label
21868 LatexCommand label
21869 name "uab:Liniendicke"
21870
21871 \end_inset
21872
21873
21874 \begin_inset Index idx
21875 status collapsed
21876
21877 \begin_layout Plain Layout
21878 Tabellen  ! Linien ! -dicke
21879 \end_layout
21880
21881 \end_inset
21882
21883
21884 \end_layout
21885
21886 \begin_layout Standard
21887 Die Liniendicke für alle Linien einer Tabelle kann mit 
21888 \series bold
21889
21890 \backslash
21891 arrayrulewidth
21892 \series default
21893  eingestellt werden.
21894  Um eine Liniendicke von 1.5
21895 \begin_inset space \thinspace{}
21896 \end_inset
21897
21898 pt wie in Tabelle
21899 \begin_inset space ~
21900 \end_inset
21901
21902
21903 \begin_inset CommandInset ref
21904 LatexCommand ref
21905 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21906
21907 \end_inset
21908
21909  zu bekommen, geben Sie den Befehl
21910 \end_layout
21911
21912 \begin_layout Standard
21913
21914 \series bold
21915
21916 \backslash
21917 setlength{
21918 \backslash
21919 arrayrulewidth}{1.5pt}
21920 \end_layout
21921
21922 \begin_layout Standard
21923 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
21924  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21925  Mit
21926 \end_layout
21927
21928 \begin_layout Standard
21929
21930 \series bold
21931
21932 \backslash
21933 setlength{
21934 \backslash
21935 arrayrulewidth}{0.4pt}
21936 \end_layout
21937
21938 \begin_layout Standard
21939 bekommen Sie wieder die Standarddicke.
21940 \end_layout
21941
21942 \begin_layout Standard
21943 \begin_inset ERT
21944 status collapsed
21945
21946 \begin_layout Plain Layout
21947
21948
21949 \backslash
21950 setlength{
21951 \backslash
21952 arrayrulewidth}{1.5pt}
21953 \end_layout
21954
21955 \end_inset
21956
21957
21958 \begin_inset Float table
21959 placement H
21960 wide false
21961 sideways false
21962 status open
21963
21964 \begin_layout Plain Layout
21965 \begin_inset Caption Standard
21966
21967 \begin_layout Plain Layout
21968 \begin_inset CommandInset label
21969 LatexCommand label
21970 name "tab:Tabelle-mit-1.5pt-Liniendicke"
21971
21972 \end_inset
21973
21974 Tabelle mit 1.5
21975 \begin_inset space \thinspace{}
21976 \end_inset
21977
21978 pt Liniendicke
21979 \end_layout
21980
21981 \end_inset
21982
21983
21984 \end_layout
21985
21986 \begin_layout Plain Layout
21987 \align center
21988 \begin_inset Tabular
21989 <lyxtabular version="3" rows="3" columns="3">
21990 <features rotate="0" tabularvalignment="middle">
21991 <column alignment="center" valignment="top" width="0">
21992 <column alignment="center" valignment="top" width="0">
21993 <column alignment="center" valignment="top" width="0">
21994 <row>
21995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999 sd
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 </row>
22023 <row>
22024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037 sd
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 </row>
22052 <row>
22053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075 sd
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 </row>
22081 </lyxtabular>
22082
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \end_inset
22089
22090
22091 \begin_inset ERT
22092 status collapsed
22093
22094 \begin_layout Plain Layout
22095
22096
22097 \backslash
22098 setlength{
22099 \backslash
22100 arrayrulewidth}{0.4pt}
22101 \end_layout
22102
22103 \end_inset
22104
22105
22106 \end_layout
22107
22108 \begin_layout Standard
22109 \begin_inset VSpace bigskip
22110 \end_inset
22111
22112 Um eine Liniendicke von 1.5
22113 \begin_inset space \thinspace{}
22114 \end_inset
22115
22116 pt nur für horizontale Linien zu bekommen wie in Tabelle
22117 \begin_inset space ~
22118 \end_inset
22119
22120
22121 \begin_inset CommandInset ref
22122 LatexCommand ref
22123 reference "tab:Tabelle-mit-1.5pt-horiz"
22124
22125 \end_inset
22126
22127 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
22128  einfügen:
22129 \end_layout
22130
22131 \begin_layout Standard
22132
22133 \series bold
22134
22135 \backslash
22136 let
22137 \backslash
22138 myHline
22139 \backslash
22140 hline
22141 \begin_inset Newline newline
22142 \end_inset
22143
22144
22145 \backslash
22146 renewcommand{
22147 \backslash
22148 hline}
22149 \begin_inset Newline newline
22150 \end_inset
22151
22152  {
22153 \backslash
22154 noalign{
22155 \backslash
22156 global
22157 \backslash
22158 arrayrulewidth 1.5pt}
22159 \begin_inset Newline newline
22160 \end_inset
22161
22162  
22163 \backslash
22164 myHline
22165 \backslash
22166 noalign{
22167 \backslash
22168 global
22169 \backslash
22170 arrayrulewidth 0.4pt}}
22171 \end_layout
22172
22173 \begin_layout Standard
22174 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
22175  der (Gleit\SpecialChar \-
22176 objekt-)Tabelle zurück:
22177 \end_layout
22178
22179 \begin_layout Standard
22180
22181 \series bold
22182
22183 \backslash
22184 renewcommand{
22185 \backslash
22186 hline}{
22187 \backslash
22188 myHline}
22189 \end_layout
22190
22191 \begin_layout Standard
22192 \begin_inset ERT
22193 status collapsed
22194
22195 \begin_layout Plain Layout
22196
22197
22198 \backslash
22199 let
22200 \backslash
22201 myHline
22202 \backslash
22203 hline
22204 \end_layout
22205
22206 \begin_layout Plain Layout
22207
22208
22209 \backslash
22210 renewcommand{
22211 \backslash
22212 hline}
22213 \end_layout
22214
22215 \begin_layout Plain Layout
22216
22217  {
22218 \backslash
22219 noalign{
22220 \backslash
22221 global
22222 \backslash
22223 arrayrulewidth 1.5pt}
22224 \end_layout
22225
22226 \begin_layout Plain Layout
22227
22228   
22229 \backslash
22230 myHline
22231 \backslash
22232 noalign{
22233 \backslash
22234 global
22235 \backslash
22236 arrayrulewidth 0.4pt}}
22237 \end_layout
22238
22239 \end_inset
22240
22241
22242 \begin_inset Float table
22243 placement h
22244 wide false
22245 sideways false
22246 status open
22247
22248 \begin_layout Plain Layout
22249 \begin_inset Caption Standard
22250
22251 \begin_layout Plain Layout
22252 \begin_inset CommandInset label
22253 LatexCommand label
22254 name "tab:Tabelle-mit-1.5pt-horiz"
22255
22256 \end_inset
22257
22258 Tabelle mit 1.5
22259 \begin_inset space \thinspace{}
22260 \end_inset
22261
22262 pt dicken horizontalen Linien
22263 \end_layout
22264
22265 \end_inset
22266
22267
22268 \end_layout
22269
22270 \begin_layout Plain Layout
22271 \align center
22272 \begin_inset Tabular
22273 <lyxtabular version="3" rows="3" columns="3">
22274 <features rotate="0" tabularvalignment="middle">
22275 <column alignment="center" valignment="top" width="0">
22276 <column alignment="center" valignment="top" width="0">
22277 <column alignment="center" valignment="top" width="0">
22278 <row>
22279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283 sd
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301
22302 \end_layout
22303
22304 \end_inset
22305 </cell>
22306 </row>
22307 <row>
22308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321 sd
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 </row>
22336 <row>
22337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359 sd
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 </row>
22365 </lyxtabular>
22366
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \end_inset
22373
22374
22375 \begin_inset ERT
22376 status collapsed
22377
22378 \begin_layout Plain Layout
22379
22380
22381 \backslash
22382 renewcommand{
22383 \backslash
22384 hline}{
22385 \backslash
22386 myHline}
22387 \end_layout
22388
22389 \end_inset
22390
22391
22392 \end_layout
22393
22394 \begin_layout Standard
22395 \begin_inset VSpace bigskip
22396 \end_inset
22397
22398 Um die Liniendicke von 1.5
22399 \begin_inset space \thinspace{}
22400 \end_inset
22401
22402 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
22403  Spaltenformat entsprechend der Beschreibung in Abschnitt
22404 \begin_inset space ~
22405 \end_inset
22406
22407
22408 \begin_inset CommandInset ref
22409 LatexCommand ref
22410 reference "uab:Angepasste-Zellen-/Spaltenformate"
22411
22412 \end_inset
22413
22414  definieren:
22415 \end_layout
22416
22417 \begin_layout Standard
22418
22419 \series bold
22420
22421 \backslash
22422 newcolumntype{V}{!{
22423 \backslash
22424 vrule width 1.5pt}}
22425 \end_layout
22426
22427 \begin_layout Standard
22428 In Tabelle
22429 \begin_inset space ~
22430 \end_inset
22431
22432
22433 \begin_inset CommandInset ref
22434 LatexCommand ref
22435 reference "tab:Tabelle-mit-1.5pt-vert"
22436
22437 \end_inset
22438
22439  wurde das 
22440 \family sans
22441 LaTe
22442 \begin_inset ERT
22443 status collapsed
22444
22445 \begin_layout Plain Layout
22446
22447 {}
22448 \end_layout
22449
22450 \end_inset
22451
22452 X-Argument
22453 \family default
22454 \series bold
22455  VcV
22456 \series default
22457  für die letzte Spalte und
22458 \series bold
22459  Vc
22460 \series default
22461  für die anderen benutzt.
22462 \end_layout
22463
22464 \begin_layout Standard
22465 \begin_inset Float table
22466 placement H
22467 wide false
22468 sideways false
22469 status open
22470
22471 \begin_layout Plain Layout
22472 \begin_inset Caption Standard
22473
22474 \begin_layout Plain Layout
22475 \begin_inset CommandInset label
22476 LatexCommand label
22477 name "tab:Tabelle-mit-1.5pt-vert"
22478
22479 \end_inset
22480
22481 Tabelle mit 1.5
22482 \begin_inset space \thinspace{}
22483 \end_inset
22484
22485 pt dicken vertikalen Linien
22486 \end_layout
22487
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \begin_layout Plain Layout
22494 \align center
22495 \begin_inset Tabular
22496 <lyxtabular version="3" rows="3" columns="3">
22497 <features rotate="0" tabularvalignment="middle">
22498 <column alignment="center" valignment="top" width="0" special="Vc">
22499 <column alignment="center" valignment="top" width="0" special="Vc">
22500 <column alignment="center" valignment="top" width="0" special="VcV">
22501 <row>
22502 <cell alignment="center" valignment="top" topline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506 sd
22507 \end_layout
22508
22509 \end_inset
22510 </cell>
22511 <cell alignment="center" valignment="top" topline="true" usebox="none">
22512 \begin_inset Text
22513
22514 \begin_layout Plain Layout
22515
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 <cell alignment="center" valignment="top" topline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 </row>
22530 <row>
22531 <cell alignment="center" valignment="top" topline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 <cell alignment="center" valignment="top" topline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544 sd
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 <cell alignment="center" valignment="top" topline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 </row>
22559 <row>
22560 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582 sd
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 </row>
22588 </lyxtabular>
22589
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \begin_layout Subsection
22601 Gestrichelte Linien
22602 \begin_inset Index idx
22603 status collapsed
22604
22605 \begin_layout Plain Layout
22606 Tabellen  ! Linien ! gestrichelte 
22607 \end_layout
22608
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \begin_layout Standard
22615 \begin_inset ERT
22616 status collapsed
22617
22618 \begin_layout Plain Layout
22619
22620
22621 \backslash
22622 ifarydshln
22623 \end_layout
22624
22625 \end_inset
22626
22627
22628 \begin_inset Note Note
22629 status open
22630
22631 \begin_layout Plain Layout
22632 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
22633 \series bold
22634 arydshln
22635 \series default
22636  installiert ist.
22637 \end_layout
22638
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \begin_layout Standard
22645 \begin_inset Float table
22646 placement h
22647 wide false
22648 sideways false
22649 status open
22650
22651 \begin_layout Plain Layout
22652 \begin_inset Caption Standard
22653
22654 \begin_layout Plain Layout
22655 \begin_inset CommandInset label
22656 LatexCommand label
22657 name "tab:Tabelle-mit-gestrichelten"
22658
22659 \end_inset
22660
22661 Tabelle mit gestrichelten Linien
22662 \end_layout
22663
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \begin_layout Plain Layout
22670 \align center
22671 \begin_inset Tabular
22672 <lyxtabular version="3" rows="5" columns="5">
22673 <features rotate="0" tabularvalignment="middle">
22674 <column alignment="center" valignment="top" width="0">
22675 <column alignment="center" valignment="top" width="0">
22676 <column alignment="center" valignment="top" width="0" special=":c">
22677 <column alignment="center" valignment="top" width="0">
22678 <column alignment="center" valignment="top" width="0">
22679 <row>
22680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684 a
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693 b
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 c
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 d
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 e
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 </row>
22726 <row>
22727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 f
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740 g
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 <cell alignment="center" valignment="top" topline="true" usebox="none">
22746 \begin_inset Text
22747
22748 \begin_layout Plain Layout
22749 h
22750 \end_layout
22751
22752 \end_inset
22753 </cell>
22754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758 i
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767 j
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 </row>
22773 <row>
22774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778 \begin_inset ERT
22779 status collapsed
22780
22781 \begin_layout Plain Layout
22782
22783
22784 \backslash
22785 hdashline 
22786 \end_layout
22787
22788 \end_inset
22789
22790 k
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799 l
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 <cell alignment="center" valignment="top" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808 m
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817 n
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826 o
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837 \begin_inset ERT
22838 status collapsed
22839
22840 \begin_layout Plain Layout
22841
22842
22843 \backslash
22844 cdashline{4-5}
22845 \end_layout
22846
22847 \end_inset
22848
22849 p
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 q
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 r
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 s
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 </row>
22891 <row>
22892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896 t
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 u
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914 v
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 w
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932 x
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 </row>
22938 </lyxtabular>
22939
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \begin_layout Standard
22951 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
22952  TeX-Code benutzen.
22953  Zunächst müssen Sie das LaTeX-Paket 
22954 \series bold
22955 arydshln
22956 \series default
22957
22958 \begin_inset Index idx
22959 status collapsed
22960
22961 \begin_layout Plain Layout
22962 LaTeX-Pakete ! arydshln
22963 \end_layout
22964
22965 \end_inset
22966
22967  im LaTeX-Vorspann laden:
22968 \end_layout
22969
22970 \begin_layout Standard
22971
22972 \series bold
22973
22974 \backslash
22975 usepackage{arydshln}
22976 \end_layout
22977
22978 \begin_layout Standard
22979 Um senkrechte Linien zu stricheln, müssen Sie im 
22980 \family sans
22981 LaTe
22982 \begin_inset ERT
22983 status collapsed
22984
22985 \begin_layout Plain Layout
22986
22987 {}
22988 \end_layout
22989
22990 \end_inset
22991
22992 X-Argument
22993 \family default
22994  des 
22995 \family sans
22996 Tabellen-Einstellungen
22997 \family default
22998 -Dialogs 
22999 \begin_inset Quotes gld
23000 \end_inset
23001
23002 :
23003 \begin_inset Quotes grd
23004 \end_inset
23005
23006 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23007 \end_layout
23008
23009 \begin_layout Standard
23010 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23011 \end_layout
23012
23013 \begin_layout Standard
23014
23015 \series bold
23016
23017 \backslash
23018 hdashline
23019 \end_layout
23020
23021 \begin_layout Standard
23022 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
23023 \end_layout
23024
23025 \begin_layout Standard
23026 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23027 \end_layout
23028
23029 \begin_layout Standard
23030
23031 \series bold
23032
23033 \backslash
23034 cdashline{Anfangsspalte-Endspalte}
23035 \end_layout
23036
23037 \begin_layout Standard
23038 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
23039  Wenn Sie z.
23040 \begin_inset space \thinspace{}
23041 \end_inset
23042
23043 B.
23044  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23045  gestrichelte Linie haben, fügen Sie den Befehl
23046 \end_layout
23047
23048 \begin_layout Standard
23049
23050 \series bold
23051
23052 \backslash
23053 cdashline{2-4}
23054 \end_layout
23055
23056 \begin_layout Standard
23057 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23058 \end_layout
23059
23060 \begin_layout Standard
23061 \begin_inset VSpace bigskip
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \begin_layout Standard
23068 In Tabelle
23069 \begin_inset space ~
23070 \end_inset
23071
23072
23073 \begin_inset CommandInset ref
23074 LatexCommand ref
23075 reference "tab:Tabelle-mit-gestrichelten"
23076
23077 \end_inset
23078
23079  wurde in der dritten Spalte der Befehl
23080 \series bold
23081  
23082 \series default
23083
23084 \begin_inset Quotes gld
23085 \end_inset
23086
23087
23088 \series bold
23089 :c
23090 \begin_inset Quotes grd
23091 \end_inset
23092
23093
23094 \series default
23095  benutzt.
23096  Der Befehl 
23097 \series bold
23098
23099 \backslash
23100 hdashline
23101 \series default
23102  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23103 \begin_inset Newline newline
23104 \end_inset
23105
23106  
23107 \series bold
23108
23109 \backslash
23110 cdashline{4-5} 
23111 \series default
23112 wurde in die erste Zelle der vierten Zeile eingefügt.
23113 \end_layout
23114
23115 \begin_layout Standard
23116 \begin_inset VSpace bigskip
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \begin_layout Standard
23123 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23124 \begin_inset space ~
23125 \end_inset
23126
23127
23128 \begin_inset CommandInset ref
23129 LatexCommand ref
23130 reference "tab:Farbige-Tabelle-mit"
23131
23132 \end_inset
23133
23134  verdeutlicht.
23135 \end_layout
23136
23137 \begin_layout Standard
23138 \begin_inset ERT
23139 status collapsed
23140
23141 \begin_layout Plain Layout
23142
23143
23144 \backslash
23145 setlength{
23146 \backslash
23147 arrayrulewidth}{1pt}
23148 \end_layout
23149
23150 \end_inset
23151
23152
23153 \begin_inset Note Note
23154 status collapsed
23155
23156 \begin_layout Plain Layout
23157 dickere Linien zur besseren Visualisierung der Linienfarbe
23158 \end_layout
23159
23160 \end_inset
23161
23162
23163 \end_layout
23164
23165 \begin_layout Standard
23166 \begin_inset ERT
23167 status collapsed
23168
23169 \begin_layout Plain Layout
23170
23171
23172 \backslash
23173 dashgapcolor{green}
23174 \end_layout
23175
23176 \end_inset
23177
23178
23179 \begin_inset Note Note
23180 status collapsed
23181
23182 \begin_layout Plain Layout
23183 färbt Raum zwischen den Strichen grün
23184 \end_layout
23185
23186 \end_inset
23187
23188
23189 \end_layout
23190
23191 \begin_layout Standard
23192 \begin_inset ERT
23193 status collapsed
23194
23195 \begin_layout Plain Layout
23196
23197
23198 \backslash
23199 let
23200 \backslash
23201 myHdashline
23202 \backslash
23203 hdashline
23204 \end_layout
23205
23206 \begin_layout Plain Layout
23207
23208
23209 \backslash
23210 renewcommand{
23211 \backslash
23212 hdashline}
23213 \end_layout
23214
23215 \begin_layout Plain Layout
23216
23217  {
23218 \backslash
23219 arrayrulecolor{red}
23220 \backslash
23221 myHdashline
23222 \backslash
23223 arrayrulecolor{black}}
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \begin_inset Note Note
23230 status collapsed
23231
23232 \begin_layout Plain Layout
23233 färbt horizontale, gestrichelte Linien rot
23234 \end_layout
23235
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \begin_layout Standard
23242 \begin_inset ERT
23243 status collapsed
23244
23245 \begin_layout Plain Layout
23246
23247
23248 \backslash
23249 let
23250 \backslash
23251 myCdashline
23252 \backslash
23253 cdashline
23254 \end_layout
23255
23256 \begin_layout Plain Layout
23257
23258
23259 \backslash
23260 renewcommand{
23261 \backslash
23262 cdashline}[1]
23263 \end_layout
23264
23265 \begin_layout Plain Layout
23266
23267  {
23268 \backslash
23269 arrayrulecolor{yellow}
23270 \backslash
23271 myCdashline{#1}
23272 \backslash
23273 arrayrulecolor{black}}
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \begin_inset Note Note
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283 färbt partielle horizontale, gestrichelte Linien gelb
23284 \end_layout
23285
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \begin_layout Standard
23292 \begin_inset Float table
23293 placement h
23294 wide false
23295 sideways false
23296 status open
23297
23298 \begin_layout Plain Layout
23299 \begin_inset Caption Standard
23300
23301 \begin_layout Plain Layout
23302 \begin_inset CommandInset label
23303 LatexCommand label
23304 name "tab:Farbige-Tabelle-mit"
23305
23306 \end_inset
23307
23308 Farbige Tabelle mit gestrichelten Linien
23309 \end_layout
23310
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \begin_layout Plain Layout
23317 \align center
23318 \begin_inset Tabular
23319 <lyxtabular version="3" rows="5" columns="5">
23320 <features rotate="0" tabularvalignment="middle">
23321 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23322 <column alignment="center" valignment="top" width="0pt">
23323 <column alignment="center" valignment="top" width="0pt" special=":c">
23324 <column alignment="center" valignment="top" width="0">
23325 <column alignment="center" valignment="top" width="0">
23326 <row>
23327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331 a
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 <cell alignment="center" valignment="top" topline="true" usebox="none">
23337 \begin_inset Text
23338
23339 \begin_layout Plain Layout
23340 b
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 <cell alignment="center" valignment="top" topline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349 c
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 d
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 e
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 </row>
23373 <row>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 f
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 g
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 h
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 i
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 j
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 </row>
23420 <row>
23421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 \begin_inset ERT
23426 status collapsed
23427
23428 \begin_layout Plain Layout
23429
23430
23431 \backslash
23432 hdashline 
23433 \end_layout
23434
23435 \end_inset
23436
23437
23438 \begin_inset ERT
23439 status collapsed
23440
23441 \begin_layout Plain Layout
23442
23443
23444 \backslash
23445 rowcolor{Gray}
23446 \end_layout
23447
23448 \end_inset
23449
23450 k
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 l
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 <cell alignment="center" valignment="top" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468 m
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 n
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486 o
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 </row>
23492 <row>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 \begin_inset ERT
23498 status collapsed
23499
23500 \begin_layout Plain Layout
23501
23502
23503 \backslash
23504 cdashline{4-5}
23505 \end_layout
23506
23507 \end_inset
23508
23509 p
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 q
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 r
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536 s
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 </row>
23551 <row>
23552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 t
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565 u
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 v
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583 w
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592 \begin_inset ERT
23593 status collapsed
23594
23595 \begin_layout Plain Layout
23596
23597
23598 \backslash
23599 cellcolor{Maroon}
23600 \end_layout
23601
23602 \end_inset
23603
23604
23605 \color green
23606 i
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 </row>
23612 </lyxtabular>
23613
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \begin_layout Standard
23625 \begin_inset ERT
23626 status collapsed
23627
23628 \begin_layout Plain Layout
23629
23630
23631 \backslash
23632 renewcommand{
23633 \backslash
23634 hdashline}{
23635 \backslash
23636 myHdashline}
23637 \end_layout
23638
23639 \end_inset
23640
23641
23642 \begin_inset Note Note
23643 status collapsed
23644
23645 \begin_layout Plain Layout
23646 zurücksetzen auf Standardwert
23647 \end_layout
23648
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \begin_layout Standard
23655 \begin_inset ERT
23656 status collapsed
23657
23658 \begin_layout Plain Layout
23659
23660
23661 \backslash
23662 renewcommand{
23663 \backslash
23664 cdashline}{
23665 \backslash
23666 myCdashline}
23667 \end_layout
23668
23669 \end_inset
23670
23671
23672 \begin_inset Note Note
23673 status collapsed
23674
23675 \begin_layout Plain Layout
23676 zurücksetzen auf Standardwert
23677 \end_layout
23678
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \begin_layout Standard
23685 \begin_inset ERT
23686 status collapsed
23687
23688 \begin_layout Plain Layout
23689
23690
23691 \backslash
23692 nodashgapcolor
23693 \end_layout
23694
23695 \end_inset
23696
23697
23698 \begin_inset Note Note
23699 status collapsed
23700
23701 \begin_layout Plain Layout
23702 zurücksetzen auf Standardwert
23703 \end_layout
23704
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \begin_layout Standard
23711 \begin_inset ERT
23712 status collapsed
23713
23714 \begin_layout Plain Layout
23715
23716
23717 \backslash
23718 setlength{
23719 \backslash
23720 arrayrulewidth}{0.4pt}
23721 \end_layout
23722
23723 \end_inset
23724
23725
23726 \begin_inset Note Note
23727 status collapsed
23728
23729 \begin_layout Plain Layout
23730 zurücksetzen auf Standardwert
23731 \end_layout
23732
23733 \end_inset
23734
23735
23736 \end_layout
23737
23738 \begin_layout Standard
23739 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23740 \begin_inset space ~
23741 \end_inset
23742
23743
23744 \begin_inset CommandInset ref
23745 LatexCommand ref
23746 reference "abs:Farbige-Tabellen"
23747
23748 \end_inset
23749
23750  beschrieben.
23751  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23752  beschrieben, man muss in den Befehlen nur 
23753 \series bold
23754
23755 \backslash
23756 myHlineC
23757 \series default
23758  durch 
23759 \series bold
23760
23761 \backslash
23762 myHdashline
23763 \series default
23764  und 
23765 \backslash
23766
23767 \series bold
23768 hline
23769 \series default
23770  durch 
23771 \series bold
23772
23773 \backslash
23774 hdashline
23775 \series default
23776  ersetzen; man verwendet also den Befehl
23777 \end_layout
23778
23779 \begin_layout Standard
23780
23781 \series bold
23782
23783 \backslash
23784 let
23785 \backslash
23786 myHdashline
23787 \backslash
23788 hdashline
23789 \begin_inset Newline newline
23790 \end_inset
23791
23792
23793 \backslash
23794 renewcommand{
23795 \backslash
23796 hdashline}
23797 \begin_inset Newline newline
23798 \end_inset
23799
23800
23801 \begin_inset Phantom HPhantom
23802 status open
23803
23804 \begin_layout Plain Layout
23805
23806 \series bold
23807 \begin_inset space ~
23808 \end_inset
23809
23810
23811 \end_layout
23812
23813 \end_inset
23814
23815 {
23816 \backslash
23817 arrayrulecolor{red}
23818 \backslash
23819 myHdashline
23820 \backslash
23821 arrayrulecolor{black}}
23822 \end_layout
23823
23824 \begin_layout Standard
23825 Um 
23826 \series bold
23827
23828 \backslash
23829 cdashline
23830 \series default
23831  zu färben, lautet der Befehl
23832 \end_layout
23833
23834 \begin_layout Standard
23835
23836 \series bold
23837
23838 \backslash
23839 let
23840 \backslash
23841 myCdashline
23842 \backslash
23843 cdashline
23844 \begin_inset Newline newline
23845 \end_inset
23846
23847
23848 \backslash
23849 renewcommand{
23850 \backslash
23851 cdashline}[1]
23852 \begin_inset Newline newline
23853 \end_inset
23854
23855
23856 \begin_inset Phantom HPhantom
23857 status open
23858
23859 \begin_layout Plain Layout
23860
23861 \series bold
23862 \begin_inset space ~
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \end_inset
23869
23870 {
23871 \backslash
23872 arrayrulecolor{red}
23873 \backslash
23874 myCdashline{#1}
23875 \backslash
23876 arrayrulecolor{black}}
23877 \end_layout
23878
23879 \begin_layout Standard
23880 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23881  als TeX-Code hinter der Tabelle einfügen:
23882 \end_layout
23883
23884 \begin_layout Standard
23885 Für 
23886 \series bold
23887
23888 \backslash
23889 hdashline
23890 \end_layout
23891
23892 \begin_layout Standard
23893
23894 \series bold
23895
23896 \backslash
23897 renewcommand{
23898 \backslash
23899 hdashline}{
23900 \backslash
23901 myHdashline}
23902 \end_layout
23903
23904 \begin_layout Standard
23905 und für 
23906 \series bold
23907
23908 \backslash
23909 cdashline
23910 \end_layout
23911
23912 \begin_layout Standard
23913
23914 \series bold
23915
23916 \backslash
23917 renewcommand{
23918 \backslash
23919 cdashline}{
23920 \backslash
23921 myCdashline}
23922 \end_layout
23923
23924 \begin_layout Standard
23925 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23926  Befehl
23927 \end_layout
23928
23929 \begin_layout Standard
23930
23931 \series bold
23932
23933 \backslash
23934 dashgapcolor{Farbe}
23935 \end_layout
23936
23937 \begin_layout Standard
23938 als TeX-Code vor der Tabelle verwenden.
23939  Farbe ist hierbei der Name einer definierten Farbe.
23940  Der Befehl
23941 \end_layout
23942
23943 \begin_layout Standard
23944
23945 \series bold
23946
23947 \backslash
23948 nodashgapcolor
23949 \end_layout
23950
23951 \begin_layout Standard
23952 hebt die Einstellung von 
23953 \series bold
23954
23955 \backslash
23956 dashgapcolor
23957 \series default
23958  auf.
23959 \end_layout
23960
23961 \begin_layout Standard
23962 \begin_inset Note Greyedout
23963 status open
23964
23965 \begin_layout Plain Layout
23966
23967 \series bold
23968 \color none
23969 Achtung
23970 \series default
23971 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
23972  
23973 \series bold
23974 arydshln
23975 \series default
23976  an erster Stelle in der Zelle befinden.
23977  Daher ist in in Zelle 
23978 \emph on
23979 k
23980 \emph default
23981  der Tabelle
23982 \begin_inset space ~
23983 \end_inset
23984
23985
23986 \begin_inset CommandInset ref
23987 LatexCommand ref
23988 reference "tab:Farbige-Tabelle-mit"
23989
23990 \end_inset
23991
23992  der Befehl 
23993 \series bold
23994
23995 \backslash
23996 hdashline
23997 \series default
23998  vor 
23999 \series bold
24000
24001 \backslash
24002 rowcolor
24003 \series default
24004 .
24005 \end_layout
24006
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \begin_layout Standard
24013 \begin_inset Note Greyedout
24014 status open
24015
24016 \begin_layout Plain Layout
24017
24018 \series bold
24019 \color none
24020 Achtung:
24021 \series default
24022  Das LaTeX-Paket 
24023 \series bold
24024 arydshln
24025 \series default
24026  muss im LaTeX-Vorspann nach dem LaTeX-Paket 
24027 \series bold
24028 colortbl
24029 \series default
24030
24031 \begin_inset Index idx
24032 status collapsed
24033
24034 \begin_layout Plain Layout
24035 LaTeX-Pakete ! colortbl
24036 \end_layout
24037
24038 \end_inset
24039
24040  geladen werden.
24041 \end_layout
24042
24043 \end_inset
24044
24045
24046 \end_layout
24047
24048 \begin_layout Standard
24049 \begin_inset ERT
24050 status collapsed
24051
24052 \begin_layout Plain Layout
24053
24054
24055 \backslash
24056 else
24057 \end_layout
24058
24059 \end_inset
24060
24061
24062 \begin_inset Note Note
24063 status open
24064
24065 \begin_layout Plain Layout
24066 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
24067 \series bold
24068 arydshln
24069 \series default
24070  nicht installiert ist:
24071 \end_layout
24072
24073 \end_inset
24074
24075
24076 \end_layout
24077
24078 \begin_layout Standard
24079 Sie müssen das LaTeX-Paket 
24080 \series bold
24081 arydshln
24082 \series default
24083  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24084 \end_layout
24085
24086 \begin_layout Standard
24087 \begin_inset ERT
24088 status collapsed
24089
24090 \begin_layout Plain Layout
24091
24092
24093 \backslash
24094 fi
24095 \end_layout
24096
24097 \end_inset
24098
24099
24100 \end_layout
24101
24102 \begin_layout Standard
24103 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24104  von 
24105 \series bold
24106 arydshln
24107 \series default
24108
24109 \begin_inset CommandInset citation
24110 LatexCommand cite
24111 key "arydshln"
24112
24113 \end_inset
24114
24115 .
24116 \end_layout
24117
24118 \begin_layout Chapter
24119 Gleitobjekte
24120 \begin_inset CommandInset label
24121 LatexCommand label
24122 name "kap:Gleitobjekte"
24123
24124 \end_inset
24125
24126
24127 \begin_inset Index idx
24128 status collapsed
24129
24130 \begin_layout Plain Layout
24131 Gleitobjekte
24132 \end_layout
24133
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \begin_layout Section
24140 Einleitung
24141 \begin_inset CommandInset label
24142 LatexCommand label
24143 name "abs:Gleitobjekte-Einleitung"
24144
24145 \end_inset
24146
24147
24148 \begin_inset Index idx
24149 status collapsed
24150
24151 \begin_layout Plain Layout
24152 Gleitobjekte ! Einleitung
24153 \end_layout
24154
24155 \end_inset
24156
24157
24158 \end_layout
24159
24160 \begin_layout Standard
24161 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24162  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24163  der beste Platz ist.
24164  
24165 \family sans
24166 Fußnoten
24167 \family default
24168  und 
24169 \family sans
24170 Randnotizen
24171 \family default
24172  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24173  wenn auf ihrer Seite schon zu viele sind.
24174 \end_layout
24175
24176 \begin_layout Standard
24177 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24178  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24179  um weiße Flächen und Seiten ohne Text zu vermeiden.
24180  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
24181 löst,
24182  kann im Text auf ein Gleitobjekt verwiesen werden.
24183  Gleitobjekte sind deshalb nummeriert.
24184  Querverweise werden in Abschnitt
24185 \begin_inset space ~
24186 \end_inset
24187
24188
24189 \begin_inset CommandInset ref
24190 LatexCommand ref
24191 reference "abs:Auf-Gleitobjekte-verweisen"
24192
24193 \end_inset
24194
24195  beschrieben.
24196 \end_layout
24197
24198 \begin_layout Standard
24199 Ein Gleitobjekt wird mit 
24200 \family sans
24201 Einfügen\SpecialChar \menuseparator
24202 Gleitobjekt\SpecialChar \menuseparator
24203 Algorithmus/Abbildung/Ta\SpecialChar \-
24204 belle/Um\SpecialChar \-
24205 flos\SpecialChar \-
24206 se\SpecialChar \-
24207 nes
24208 \begin_inset space ~
24209 \end_inset
24210
24211 Gleitobjekt
24212 \family default
24213  eingefügt (Werkzeugleistenknopf 
24214 \begin_inset Info
24215 type  "icon"
24216 arg   "float-insert figure"
24217 \end_inset
24218
24219  oder 
24220 \begin_inset Info
24221 type  "icon"
24222 arg   "float-insert table"
24223 \end_inset
24224
24225 ).
24226  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24227  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24228  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24229  #:).
24230  Statt # sehen Sie die von LyX vergebene Nummer.
24231  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24232  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24233  eingefügt.
24234  In Abschnitt
24235 \begin_inset space ~
24236 \end_inset
24237
24238
24239 \begin_inset CommandInset ref
24240 LatexCommand ref
24241 reference "abs:Titel-Platzierung"
24242
24243 \end_inset
24244
24245  finden Sie mehr über die Platzierung des Titels.
24246  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24247  auch wieder geöffnet.
24248  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24249 \begin_inset Graphics
24250         filename clipart/GleitobjektQt4.png
24251         scale 70
24252         scaleBeforeRotation
24253
24254 \end_inset
24255
24256  – ein graues Kästchen mit roter Beschriftung.
24257 \end_layout
24258
24259 \begin_layout Standard
24260 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24261  Gleitobjekte in einem eigenen Absatz einzufügen.
24262 \end_layout
24263
24264 \begin_layout Standard
24265 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24266  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24267  klicken.
24268 \end_layout
24269
24270 \begin_layout Section
24271 Gleitobjekt-Typen
24272 \begin_inset Index idx
24273 status collapsed
24274
24275 \begin_layout Plain Layout
24276 Gleitobjekte ! Typen
24277 \end_layout
24278
24279 \end_inset
24280
24281
24282 \end_layout
24283
24284 \begin_layout Standard
24285 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24286 \begin_inset space ~
24287 \end_inset
24288
24289
24290 \begin_inset CommandInset ref
24291 LatexCommand ref
24292 reference "abs:Gleitende-Abbildungen"
24293
24294 \end_inset
24295
24296  und 
24297 \begin_inset CommandInset ref
24298 LatexCommand ref
24299 reference "abs:Gleitende-Tabellen"
24300
24301 \end_inset
24302
24303  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24304  Letztere sind in Abschnitt
24305 \begin_inset space ~
24306 \end_inset
24307
24308
24309 \begin_inset CommandInset ref
24310 LatexCommand ref
24311 reference "abs:Umflossene-Gleitobjekte"
24312
24313 \end_inset
24314
24315  beschrieben.
24316 \end_layout
24317
24318 \begin_layout Subsection
24319 Algorithmen-Gleitobjekt
24320 \begin_inset Index idx
24321 status collapsed
24322
24323 \begin_layout Plain Layout
24324 Gleitobjekte ! Algorithmen
24325 \end_layout
24326
24327 \end_inset
24328
24329
24330 \begin_inset CommandInset label
24331 LatexCommand label
24332 name "uab:Gleitobjekt-Algorithmen"
24333
24334 \end_inset
24335
24336
24337 \end_layout
24338
24339 \begin_layout Standard
24340 \begin_inset Float algorithm
24341 placement h
24342 wide false
24343 sideways false
24344 status open
24345
24346 \begin_layout Plain Layout
24347 \begin_inset Caption Standard
24348
24349 \begin_layout Plain Layout
24350 \begin_inset CommandInset label
24351 LatexCommand label
24352 name "alg:Ein-Gleitobjekt-Algorithmus"
24353
24354 \end_inset
24355
24356 Ein Gleitobjekt-Algorithmus 
24357 \end_layout
24358
24359 \end_inset
24360
24361
24362 \end_layout
24363
24364 \begin_layout LyX-Code
24365 for I in 1..N loop
24366 \begin_inset Newline newline
24367 \end_inset
24368
24369  Sum:= Sum + A(I); /*Kommentar*/
24370 \begin_inset Newline newline
24371 \end_inset
24372
24373 end loop
24374 \begin_inset VSpace -4mm
24375 \end_inset
24376
24377
24378 \end_layout
24379
24380 \end_inset
24381
24382
24383 \end_layout
24384
24385 \begin_layout Standard
24386 Dieser Typ wird mit 
24387 \family sans
24388 Einfügen\SpecialChar \menuseparator
24389 Gleitobjekt\SpecialChar \menuseparator
24390 Algorithmus
24391 \family default
24392  eingefügt.
24393  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24394  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24395 \begin_inset space ~
24396 \end_inset
24397
24398
24399 \begin_inset CommandInset ref
24400 LatexCommand ref
24401 reference "kap:Programm-Code-Listen"
24402
24403 \end_inset
24404
24405 .
24406  Eine mögliche Absatz-Umgebung hier für ist 
24407 \family sans
24408 LyX-Code
24409 \family default
24410 , beschrieben im 
24411 \emph on
24412 Benutzerhandbuch
24413 \emph default
24414 .
24415  In Algorithmus
24416 \begin_inset space ~
24417 \end_inset
24418
24419
24420 \begin_inset CommandInset ref
24421 LatexCommand ref
24422 reference "alg:Ein-Gleitobjekt-Algorithmus"
24423
24424 \end_inset
24425
24426  wurden am Ende -4
24427 \begin_inset space \thinspace{}
24428 \end_inset
24429
24430 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24431  letzten Zeile gedruckt wird.
24432 \end_layout
24433
24434 \begin_layout Standard
24435 Die Marke 
24436 \emph on
24437 Algorithmus
24438 \emph default
24439  wird nicht automatisch in die druckbare Version übernommen, sondern das
24440  englische Wort 
24441 \emph on
24442 Algorithm
24443 \emph default
24444  verwendet.
24445  Soll
24446 \emph on
24447  Algorithmus
24448 \emph default
24449  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
24450 \end_layout
24451
24452 \begin_layout Standard
24453
24454 \series bold
24455
24456 \backslash
24457 floatname{algorithm}{Algorithmus}
24458 \end_layout
24459
24460 \begin_layout Standard
24461 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24462  Sprache wie die LyX Menünamen haben, das Menü 
24463 \family sans
24464 Einfügen\SpecialChar \menuseparator
24465 Liste
24466 \begin_inset space \thinspace{}
24467 \end_inset
24468
24469 /
24470 \begin_inset space \thinspace{}
24471 \end_inset
24472
24473 Inhaltsverzeichnis\SpecialChar \menuseparator
24474 Algorithmenverzeichnis
24475 \family default
24476  verwendet werden.
24477  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
24478  eingefügt werden:
24479 \end_layout
24480
24481 \begin_layout Standard
24482
24483 \series bold
24484
24485 \backslash
24486 listof{algorithm}{Algorithmenverzeichnis}
24487 \end_layout
24488
24489 \begin_layout Standard
24490 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24491  nach dem Schema 
24492 \begin_inset Quotes gld
24493 \end_inset
24494
24495 Kapitelnummer.Algorithmusnummer
24496 \begin_inset Quotes grd
24497 \end_inset
24498
24499  nummeriert.
24500  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
24501  einfügen:
24502 \end_layout
24503
24504 \begin_layout Standard
24505
24506 \series bold
24507
24508 \backslash
24509 numberwithin{algorithm}{chapter}
24510 \end_layout
24511
24512 \begin_layout Standard
24513 Um 
24514 \series bold
24515
24516 \backslash
24517 numberwithin
24518 \series default
24519  benutzen zu können, muss in den 
24520 \family sans
24521 Mathe
24522 \begin_inset space ~
24523 \end_inset
24524
24525 Optionen
24526 \family default
24527  der 
24528 \family sans
24529 Dokument-Einstellungen
24530 \family default
24531  
24532 \family sans
24533 AMS
24534 \begin_inset space ~
24535 \end_inset
24536
24537 Mathe
24538 \begin_inset space ~
24539 \end_inset
24540
24541 Paket
24542 \family default
24543
24544 \begin_inset space ~
24545 \end_inset
24546
24547
24548 \family sans
24549 verwenden
24550 \family default
24551  angekreuzt sein.
24552 \end_layout
24553
24554 \begin_layout Section
24555 Gleitobjekt-Nummerierung
24556 \begin_inset Index idx
24557 status collapsed
24558
24559 \begin_layout Plain Layout
24560 Gleitobjekte ! Nummerierung
24561 \end_layout
24562
24563 \end_inset
24564
24565
24566 \end_layout
24567
24568 \begin_layout Standard
24569 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24570  nummeriert oder nach dem Schema 
24571 \begin_inset Quotes gld
24572 \end_inset
24573
24574 Kapitelnummer.Gleitobjektnummer
24575 \begin_inset Quotes grd
24576 \end_inset
24577
24578  oder 
24579 \begin_inset Quotes gld
24580 \end_inset
24581
24582 Abschnittsnummer.Gleitobjektnummer
24583 \begin_inset Quotes grd
24584 \end_inset
24585
24586 .
24587  Das hängt von der Dokumentklasse ab.
24588 \end_layout
24589
24590 \begin_layout Standard
24591 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24592  in den LaTeX-Vorspann einfügen:
24593 \end_layout
24594
24595 \begin_layout Standard
24596
24597 \series bold
24598
24599 \backslash
24600 renewcommand{
24601 \backslash
24602 thetable}{
24603 \backslash
24604 roman{table}}
24605 \end_layout
24606
24607 \begin_layout Standard
24608
24609 \series bold
24610
24611 \backslash
24612 thetable
24613 \series default
24614  ist der Befehl, der die Tabellennummer druckt.
24615  Für Abbildungen ist das 
24616 \series bold
24617
24618 \backslash
24619 thefigure
24620 \series default
24621 .
24622  Der Befehl 
24623 \series bold
24624
24625 \backslash
24626 roman
24627 \series default
24628  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24629 \end_layout
24630
24631 \begin_layout Standard
24632 Um das Nummerierungsschema zum Beispiel auf 
24633 \begin_inset Quotes gld
24634 \end_inset
24635
24636 Unterabschnittsnummer.Num\SpecialChar \-
24637 mer
24638 \begin_inset Quotes grd
24639 \end_inset
24640
24641  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
24642 \end_layout
24643
24644 \begin_layout Standard
24645
24646 \series bold
24647
24648 \backslash
24649 numberwithin{table}{subsection}
24650 \end_layout
24651
24652 \begin_layout Standard
24653 Um den Befehl 
24654 \series bold
24655
24656 \backslash
24657 numberwithin
24658 \series default
24659  benutzen zu können, müssen Sie in den 
24660 \family sans
24661 Mathe
24662 \begin_inset space ~
24663 \end_inset
24664
24665 Optionen
24666 \family default
24667  der 
24668 \family sans
24669 Dokument-Einstellungen
24670 \family default
24671  
24672 \family sans
24673 AMS
24674 \begin_inset space ~
24675 \end_inset
24676
24677 Mathe
24678 \begin_inset space ~
24679 \end_inset
24680
24681 Paket
24682 \family default
24683
24684 \begin_inset space ~
24685 \end_inset
24686
24687
24688 \family sans
24689 verwenden
24690 \family default
24691  ankreuzen.
24692 \end_layout
24693
24694 \begin_layout Standard
24695 Sehen Sie sich bitte auch Abschnitt
24696 \begin_inset space ~
24697 \end_inset
24698
24699
24700 \begin_inset CommandInset ref
24701 LatexCommand ref
24702 reference "uab:Fußnoten-Nummerierung"
24703
24704 \end_inset
24705
24706  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24707 \end_layout
24708
24709 \begin_layout Section
24710 Auf Gleitobjekte verweisen
24711 \begin_inset CommandInset label
24712 LatexCommand label
24713 name "abs:Auf-Gleitobjekte-verweisen"
24714
24715 \end_inset
24716
24717
24718 \begin_inset Index idx
24719 status collapsed
24720
24721 \begin_layout Plain Layout
24722 Gleitobjekte ! Querverweise
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \begin_inset Index idx
24729 status collapsed
24730
24731 \begin_layout Plain Layout
24732 Querverweise ! auf Gleitobjekte
24733 \end_layout
24734
24735 \end_inset
24736
24737
24738 \end_layout
24739
24740 \begin_layout Standard
24741 Zunächst müssen Sie mit 
24742 \family sans
24743 Einfügen\SpecialChar \menuseparator
24744 Marke
24745 \family default
24746  oder einen Klick auf 
24747 \begin_inset Info
24748 type  "icon"
24749 arg   "label-insert"
24750 \end_inset
24751
24752  eine Marke im Titel einfügen.
24753  Im 
24754 \family sans
24755 Marke
24756 \family default
24757 -Dialog schreiben Sie einen Text in das Feld 
24758 \family sans
24759 Marke
24760 \family default
24761  oder übernehmen den vorgeschlagenen.
24762  Die Marke sieht in LyX dann so aus:
24763 \end_layout
24764
24765 \begin_layout Standard
24766 \begin_inset Graphics
24767         filename clipart/Marke.png
24768         lyxscale 80
24769         scale 50
24770         scaleBeforeRotation
24771
24772 \end_inset
24773
24774
24775 \end_layout
24776
24777 \begin_layout Standard
24778 Die Marke wird als Anker und Name für den Querverweis benutzt.
24779  Mit 
24780 \family sans
24781 Einfügen\SpecialChar \menuseparator
24782 Querverweis
24783 \family default
24784  oder einen Klick auf 
24785 \begin_inset Info
24786 type  "icon"
24787 arg   "dialog-show-new-inset ref"
24788 \end_inset
24789
24790  können Sie dann auf die Marke verweisen.
24791  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
24792  angezeigt:
24793 \end_layout
24794
24795 \begin_layout Standard
24796 \begin_inset Graphics
24797         filename clipart/Querverweis.png
24798         lyxscale 80
24799         scale 50
24800         scaleBeforeRotation
24801
24802 \end_inset
24803
24804
24805 \begin_inset Newline newline
24806 \end_inset
24807
24808  Mehr zu Querverweisen finden Sie im 
24809 \emph on
24810 Benutzerhandbuch
24811 \emph default
24812 .
24813 \end_layout
24814
24815 \begin_layout Standard
24816 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24817  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24818  durch einen Zeilenumbruch getrennt werden können.
24819 \end_layout
24820
24821 \begin_layout Standard
24822 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24823  LyX passt die Querverweise automatisch an.
24824 \end_layout
24825
24826 \begin_layout Standard
24827 Ein Klick auf den Schalter 
24828 \family sans
24829 Gehe
24830 \begin_inset space ~
24831 \end_inset
24832
24833 zur
24834 \begin_inset space ~
24835 \end_inset
24836
24837 Marke
24838 \family default
24839  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24840  Der Text der Schaltfläche heißt jetzt 
24841 \family sans
24842 Gehe
24843 \begin_inset space ~
24844 \end_inset
24845
24846 zurück
24847 \family default
24848  und ein Klick darauf macht genau dies.
24849 \end_layout
24850
24851 \begin_layout Subsection
24852 Querverweis-Formate
24853 \begin_inset CommandInset label
24854 LatexCommand label
24855 name "uab:Querverweis-Formate"
24856
24857 \end_inset
24858
24859
24860 \begin_inset Index idx
24861 status collapsed
24862
24863 \begin_layout Plain Layout
24864 Querverweise ! Formate
24865 \end_layout
24866
24867 \end_inset
24868
24869
24870 \end_layout
24871
24872 \begin_layout Standard
24873 Es gibt sechs verschiedene Querverweisstile:
24874 \end_layout
24875
24876 \begin_layout Description
24877 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24878  
24879 \begin_inset CommandInset ref
24880 LatexCommand ref
24881 reference "abb:Zwei-Teilabbildungen"
24882
24883 \end_inset
24884
24885
24886 \end_layout
24887
24888 \begin_layout Description
24889 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24890  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24891  verwendet wird, speziell wenn der Name 
24892 \begin_inset Quotes gld
24893 \end_inset
24894
24895 Gleichung
24896 \begin_inset Quotes grd
24897 \end_inset
24898
24899  weggelassen wird: 
24900 \begin_inset CommandInset ref
24901 LatexCommand eqref
24902 reference "eq:Wgn"
24903
24904 \end_inset
24905
24906
24907 \end_layout
24908
24909 \begin_layout Description
24910 <Seite>: druckt die Seitennummer: Seite
24911 \begin_inset space ~
24912 \end_inset
24913
24914
24915 \begin_inset CommandInset ref
24916 LatexCommand pageref
24917 reference "abb:Zwei-Teilabbildungen"
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \begin_layout Description
24925 auf
24926 \begin_inset space ~
24927 \end_inset
24928
24929 Seite
24930 \begin_inset space ~
24931 \end_inset
24932
24933 <Seite>: druckt den Text 
24934 \begin_inset Quotes gld
24935 \end_inset
24936
24937 auf Seite
24938 \begin_inset Quotes grd
24939 \end_inset
24940
24941  und die Seitennummer: 
24942 \begin_inset CommandInset ref
24943 LatexCommand vpageref
24944 reference "abb:Zwei-Teilabbildungen"
24945
24946 \end_inset
24947
24948
24949 \end_layout
24950
24951 \begin_layout Description
24952 <Querverweis>
24953 \begin_inset space ~
24954 \end_inset
24955
24956 auf
24957 \begin_inset space ~
24958 \end_inset
24959
24960 Seite
24961 \begin_inset space ~
24962 \end_inset
24963
24964 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
24965 \begin_inset Quotes gld
24966 \end_inset
24967
24968 auf Seite
24969 \begin_inset Quotes grd
24970 \end_inset
24971
24972 , und die Seitennummer: 
24973 \begin_inset CommandInset ref
24974 LatexCommand vref
24975 reference "abb:Zwei-Teilabbildungen"
24976
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \begin_layout Description
24983 Formatierter
24984 \begin_inset space ~
24985 \end_inset
24986
24987 Querverweis: druckt ein selbst definiertes Querverweisformat
24988 \begin_inset Newline newline
24989 \end_inset
24990
24991
24992 \begin_inset Note Greyedout
24993 status open
24994
24995 \begin_layout Plain Layout
24996
24997 \series bold
24998 Bemerkung:
24999 \series default
25000  Dies ist nur möglich, wenn das LaTeX-Paket 
25001 \series bold
25002 prettyref
25003 \series default
25004  oder 
25005 \series bold
25006 refstyle
25007 \series default
25008
25009 \begin_inset Index idx
25010 status collapsed
25011
25012 \begin_layout Plain Layout
25013 LaTeX-Pakete ! prettyref
25014 \end_layout
25015
25016 \end_inset
25017
25018
25019 \begin_inset Index idx
25020 status collapsed
25021
25022 \begin_layout Plain Layout
25023 LaTeX-Pakete ! refstyle
25024 \end_layout
25025
25026 \end_inset
25027
25028  installiert ist.
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \begin_inset Newline newline
25035 \end_inset
25036
25037 Sie können duch setzen der Option 
25038 \family sans
25039 Verwende refstyle (nicht prettyref) für Querverweise
25040 \family default
25041  im Menü 
25042 \family sans
25043 Dokument\SpecialChar \menuseparator
25044 Einstellungen\SpecialChar \menuseparator
25045 Dokumentklasse
25046 \family default
25047  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
25048  Das Format wird definiert, indem man den Befehl 
25049 \series bold
25050
25051 \backslash
25052 newrefformat
25053 \series default
25054  (prettyref) oder 
25055 \series bold
25056
25057 \backslash
25058 newref
25059 \series default
25060  (refstyle) in den LaTeX-Vorspann einfügt.
25061  Z.
25062 \begin_inset space \thinspace{}
25063 \end_inset
25064
25065 B.
25066  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25067  
25068 \begin_inset Quotes eld
25069 \end_inset
25070
25071
25072 \family sans
25073 abb
25074 \family default
25075
25076 \begin_inset Quotes erd
25077 \end_inset
25078
25079 ) mit dem Befehle
25080 \begin_inset Newline newline
25081 \end_inset
25082
25083
25084 \series bold
25085
25086 \backslash
25087 newref{abb}{refcmd={Bild auf Seite 
25088 \backslash
25089 pageref{#1}}}
25090 \series default
25091
25092 \begin_inset Newline newline
25093 \end_inset
25094
25095 geändert werden.
25096  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25097 en verwiesen, 
25098 \begin_inset CommandInset citation
25099 LatexCommand cite
25100 key "prettyref,refstyle"
25101
25102 \end_inset
25103
25104 .
25105 \end_layout
25106
25107 \begin_layout Description
25108 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25109 \begin_inset CommandInset ref
25110 LatexCommand nameref
25111 reference "abb:Zwei-Teilabbildungen"
25112
25113 \end_inset
25114
25115
25116 \end_layout
25117
25118 \begin_layout Standard
25119
25120 \family sans
25121 <Seite>
25122 \family default
25123  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25124  vorherigen, der selben oder der nächsten Seite befindet.
25125  Stattdessen wird z.
25126 \begin_inset space \thinspace{}
25127 \end_inset
25128
25129 B.
25130  der Text 
25131 \begin_inset Quotes gld
25132 \end_inset
25133
25134
25135 \family sans
25136 auf dieser Seite
25137 \family default
25138
25139 \begin_inset Quotes grd
25140 \end_inset
25141
25142  gedruckt.
25143  Der Stil 
25144 \family sans
25145 <Querverweis>
25146 \begin_inset space ~
25147 \end_inset
25148
25149 auf
25150 \begin_inset space ~
25151 \end_inset
25152
25153 Seite
25154 \begin_inset space ~
25155 \end_inset
25156
25157 <Seite>
25158 \family default
25159  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25160  Seite ist.
25161 \end_layout
25162
25163 \begin_layout Standard
25164 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25165  automatisch von LaTeX berechnet.
25166  Die Stile können im Feld 
25167 \family sans
25168 Format
25169 \family default
25170  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25171  einen Querverweis klicken.
25172 \end_layout
25173
25174 \begin_layout Standard
25175 \begin_inset Note Greyedout
25176 status open
25177
25178 \begin_layout Plain Layout
25179
25180 \series bold
25181 Bemerkung:
25182 \series default
25183  Es wird empfohlen, das LaTeX-Paket 
25184 \series bold
25185 refstyle
25186 \series default
25187
25188 \begin_inset Index idx
25189 status collapsed
25190
25191 \begin_layout Plain Layout
25192 LaTeX-Pakete ! refstyle
25193 \end_layout
25194
25195 \end_inset
25196
25197  zu verwenden, da 
25198 \series bold
25199 prettyref
25200 \series default
25201
25202 \begin_inset Index idx
25203 status collapsed
25204
25205 \begin_layout Plain Layout
25206 LaTeX-Pakete ! prettyref
25207 \end_layout
25208
25209 \end_inset
25210
25211  nicht alle möglichen LyX Marken-Kürzel
25212 \begin_inset Foot
25213 status collapsed
25214
25215 \begin_layout Plain Layout
25216  
25217 \begin_inset Quotes gld
25218 \end_inset
25219
25220 abb:
25221 \begin_inset Quotes grd
25222 \end_inset
25223
25224  ist z.
25225 \begin_inset space \thinspace{}
25226 \end_inset
25227
25228 B.
25229  LyXs Kürzel für Marken in Bildbeschriftungen.
25230 \end_layout
25231
25232 \end_inset
25233
25234  kennt und auch nicht internationalisiert ist.
25235 \end_layout
25236
25237 \end_inset
25238
25239
25240 \end_layout
25241
25242 \begin_layout Subsection
25243 Automatische Querverweisnamen
25244 \begin_inset Index idx
25245 status collapsed
25246
25247 \begin_layout Plain Layout
25248 Querverweise ! Automatische Namen 
25249 \end_layout
25250
25251 \end_inset
25252
25253
25254 \end_layout
25255
25256 \begin_layout Standard
25257 Das LaTeX-Paket 
25258 \series bold
25259 hyperref
25260 \series default
25261
25262 \begin_inset Index idx
25263 status collapsed
25264
25265 \begin_layout Plain Layout
25266 LaTeX-Pakete ! hyperref
25267 \end_layout
25268
25269 \end_inset
25270
25271 , das in den
25272 \family sans
25273  PDF-Eigenschaften
25274 \family default
25275  im 
25276 \family sans
25277 Dokument-Einstellungen
25278 \family default
25279  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25280  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25281  wie 
25282 \emph on
25283 Abschnitt
25284 \emph default
25285 ).
25286  Sie müssen damit z.
25287 \begin_inset space \thinspace{}
25288 \end_inset
25289
25290 B.
25291  nicht mehr den Namen 
25292 \begin_inset Quotes gld
25293 \end_inset
25294
25295 Abbildung
25296 \begin_inset Quotes grd
25297 \end_inset
25298
25299  vor jeden Querverweis auf eine Abbildung schreiben.
25300  Um diese Funktion benutzen zu können, aktivieren Sie 
25301 \series bold
25302 hyperref
25303 \series default
25304  und fügen diese Zeile in den LaTeX-Vorspann ein:
25305 \end_layout
25306
25307 \begin_layout Standard
25308
25309 \series bold
25310
25311 \backslash
25312 AtBeginDocument{
25313 \backslash
25314 renewcommand{
25315 \backslash
25316 ref}[1]{
25317 \backslash
25318 mbox{
25319 \backslash
25320 autoref{#1}}}}
25321 \end_layout
25322
25323 \begin_layout Standard
25324 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25325 \begin_inset space \thinspace{}
25326 \end_inset
25327
25328 B.
25329  statt 
25330 \begin_inset Quotes gld
25331 \end_inset
25332
25333 Abschnitt
25334 \begin_inset Quotes grd
25335 \end_inset
25336
25337  den Namen 
25338 \begin_inset Quotes gld
25339 \end_inset
25340
25341 Kap.
25342 \begin_inset space \thinspace{}
25343 \end_inset
25344
25345
25346 \begin_inset Quotes grd
25347 \end_inset
25348
25349 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25350 \end_layout
25351
25352 \begin_layout Standard
25353
25354 \series bold
25355
25356 \backslash
25357 addto
25358 \backslash
25359 extrasngerman{
25360 \backslash
25361 renewcommand{
25362 \backslash
25363 sectionautorefname}
25364 \begin_inset Newline newline
25365 \end_inset
25366
25367
25368 \begin_inset Phantom HPhantom
25369 status open
25370
25371 \begin_layout Plain Layout
25372
25373 \series bold
25374 \begin_inset space ~
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \end_inset
25381
25382 {Kap.
25383 \backslash
25384 negthinspace}}
25385 \end_layout
25386
25387 \begin_layout Standard
25388 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25389 \begin_inset Newline newline
25390 \end_inset
25391
25392
25393 \series bold
25394
25395 \backslash
25396 extrasngerman
25397 \series default
25398  durch 
25399 \series bold
25400
25401 \backslash
25402 extras***
25403 \series default
25404 , wobei *** der Name der verwendeten Sprache ist.
25405 \end_layout
25406
25407 \begin_layout Standard
25408 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25409  z.
25410 \begin_inset space \thinspace{}
25411 \end_inset
25412
25413 B.
25414  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25415 \end_layout
25416
25417 \begin_layout Standard
25418
25419 \series bold
25420
25421 \backslash
25422 addto
25423 \backslash
25424 extrasngerman{
25425 \backslash
25426 renewcommand*{
25427 \backslash
25428 equationautorefname}[1]{}}
25429 \end_layout
25430
25431 \begin_layout Standard
25432 Mehr über dieses Thema finden Sie in der 
25433 \series bold
25434 hyperref
25435 \series default
25436 -Dokumentation 
25437 \begin_inset CommandInset citation
25438 LatexCommand cite
25439 key "hyperref"
25440
25441 \end_inset
25442
25443 .
25444 \end_layout
25445
25446 \begin_layout Standard
25447 \begin_inset Note Greyedout
25448 status open
25449
25450 \begin_layout Plain Layout
25451
25452 \series bold
25453 Bemerkung:
25454 \series default
25455  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25456  als Querverweisstil 
25457 \family sans
25458 Formatierter
25459 \begin_inset space ~
25460 \end_inset
25461
25462 Querverweis
25463 \family default
25464  benutzen, wie in Abschnitt
25465 \begin_inset space ~
25466 \end_inset
25467
25468
25469 \begin_inset CommandInset ref
25470 LatexCommand ref
25471 reference "uab:Querverweis-Formate"
25472
25473 \end_inset
25474
25475  beschrieben.
25476 \end_layout
25477
25478 \end_inset
25479
25480
25481 \end_layout
25482
25483 \begin_layout Standard
25484 Das 
25485 \emph on
25486 Mathe
25487 \emph default
25488  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25489 \end_layout
25490
25491 \begin_layout Subsection
25492 Querverweis-Position
25493 \begin_inset CommandInset label
25494 LatexCommand label
25495 name "uab:Querverweis-Position"
25496
25497 \end_inset
25498
25499
25500 \begin_inset Index idx
25501 status collapsed
25502
25503 \begin_layout Plain Layout
25504 Querverweise !  Position
25505 \end_layout
25506
25507 \end_inset
25508
25509
25510 \end_layout
25511
25512 \begin_layout Standard
25513 Wenn Sie 
25514 \series bold
25515 hyperref
25516 \series default
25517
25518 \begin_inset Index idx
25519 status collapsed
25520
25521 \begin_layout Plain Layout
25522 LaTeX-Pakete ! hyperref
25523 \end_layout
25524
25525 \end_inset
25526
25527  in den
25528 \family sans
25529  PDF-Eigenschaften
25530 \family default
25531  im 
25532 \family sans
25533 Dokument-Einstellungen
25534 \family default
25535  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25536  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25537  und Sie werden das Bild ohne Scrollen nicht sehen.
25538  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25539  ist.
25540  Wenn Sie das  LaTeX-Paket 
25541 \series bold
25542 hypcap
25543 \series default
25544
25545 \begin_inset Index idx
25546 status collapsed
25547
25548 \begin_layout Plain Layout
25549 LaTeX-Pakete ! hypcap
25550 \end_layout
25551
25552 \end_inset
25553
25554 , das Teil des LaTeX-Pakets 
25555 \series bold
25556 oberdiek
25557 \series default
25558
25559 \begin_inset Index idx
25560 status collapsed
25561
25562 \begin_layout Plain Layout
25563 LaTeX-Pakete ! oberdiek
25564 \end_layout
25565
25566 \end_inset
25567
25568  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25569  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
25570 \series bold
25571 hypcap
25572 \series default
25573  zunächst in den LaTeX-Vorspann laden:
25574 \end_layout
25575
25576 \begin_layout Standard
25577
25578 \series bold
25579
25580 \backslash
25581 usepackage[figure]{hypcap}
25582 \end_layout
25583
25584 \begin_layout Standard
25585 Sie können 
25586 \series bold
25587 hypcap
25588 \series default
25589  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25590  nicht empfohlen.
25591  Weitere Informationen finden Sie im
25592 \series bold
25593  hypcap
25594 \series default
25595 -Handbuch 
25596 \begin_inset CommandInset citation
25597 LatexCommand cite
25598 key "hypcap"
25599
25600 \end_inset
25601
25602 .
25603 \end_layout
25604
25605 \begin_layout Standard
25606 \begin_inset Note Greyedout
25607 status open
25608
25609 \begin_layout Plain Layout
25610
25611 \series bold
25612 Bemerkung:
25613 \series default
25614  
25615 \series bold
25616 hypcap
25617 \series medium
25618  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25619 \end_layout
25620
25621 \end_inset
25622
25623
25624 \end_layout
25625
25626 \begin_layout Section
25627 Gleitobjekt-Platzierung
25628 \begin_inset CommandInset label
25629 LatexCommand label
25630 name "abs:Gleitobjekt-Platzierung"
25631
25632 \end_inset
25633
25634
25635 \begin_inset Index idx
25636 status collapsed
25637
25638 \begin_layout Plain Layout
25639 Gleitobjekte ! Platzierung
25640 \end_layout
25641
25642 \end_inset
25643
25644
25645 \end_layout
25646
25647 \begin_layout Standard
25648 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25649 \family sans
25650 Einstellungen 
25651 \family default
25652 öffnet einen Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzieru
25653 ng ändern können.
25654 \begin_inset Newline newline
25655 \end_inset
25656
25657 Die Option 
25658 \family sans
25659 Spalten
25660 \begin_inset space ~
25661 \end_inset
25662
25663 überspannen
25664 \family default
25665  ist nur bei zweispaltigen Dokumenten sinnvoll.
25666  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25667 \begin_inset Newline newline
25668 \end_inset
25669
25670 Die Option 
25671 \family sans
25672 Seitwärts
25673 \begin_inset space ~
25674 \end_inset
25675
25676 drehen
25677 \family default
25678  ist in Abschnitt 
25679 \begin_inset CommandInset ref
25680 LatexCommand ref
25681 reference "abs:Gedrehte-Gleitobjekte"
25682
25683 \end_inset
25684
25685  beschrieben.
25686 \end_layout
25687
25688 \begin_layout Standard
25689 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25690  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25691  Sie die Option 
25692 \family sans
25693 Standard-Platzierung
25694 \begin_inset space ~
25695 \end_inset
25696
25697 verwenden
25698 \family default
25699  nicht verwenden:
25700 \end_layout
25701
25702 \begin_layout Description
25703 Hier
25704 \begin_inset space ~
25705 \end_inset
25706
25707 wenn
25708 \begin_inset space ~
25709 \end_inset
25710
25711 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25712 \end_layout
25713
25714 \begin_layout Description
25715 Anfang
25716 \begin_inset space ~
25717 \end_inset
25718
25719 der
25720 \begin_inset space ~
25721 \end_inset
25722
25723 Seite
25724 \family sans
25725  
25726 \family default
25727 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25728  Gleitobjekte, die maximal 70
25729 \begin_inset space \thinspace{}
25730 \end_inset
25731
25732 % einer Seite benötigen, dürfen oben platziert werden.
25733  Dies kann durch die Variable 
25734 \series bold
25735
25736 \backslash
25737 topfraction
25738 \series default
25739  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
25740 \end_layout
25741
25742 \begin_deeper
25743 \begin_layout Standard
25744
25745 \series bold
25746
25747 \backslash
25748 renewcommand{
25749 \backslash
25750 topfraction}{0.9}
25751 \family typewriter
25752 \series default
25753  
25754 \end_layout
25755
25756 \end_deeper
25757 \begin_layout Description
25758 Ende
25759 \begin_inset space ~
25760 \end_inset
25761
25762 der
25763 \begin_inset space ~
25764 \end_inset
25765
25766 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25767  Gleitobjekte, die maximal 30
25768 \begin_inset space \thinspace{}
25769 \end_inset
25770
25771 % einer Seite benötigen, dürfen unten platziert werden.
25772  Dies kann durch die Variable 
25773 \series bold
25774
25775 \backslash
25776 bottomfraction
25777 \series default
25778  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
25779 \end_layout
25780
25781 \begin_deeper
25782 \begin_layout Standard
25783
25784 \series bold
25785
25786 \backslash
25787 renewcommand{
25788 \backslash
25789 bottomfraction}{0.5}
25790 \end_layout
25791
25792 \begin_layout Standard
25793 die oftmals zu kleine untere Grenze auf 50
25794 \begin_inset space \thinspace{}
25795 \end_inset
25796
25797 %.
25798 \end_layout
25799
25800 \end_deeper
25801 \begin_layout Description
25802 Seite
25803 \begin_inset space ~
25804 \end_inset
25805
25806 mit
25807 \begin_inset space ~
25808 \end_inset
25809
25810 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25811  Nur wenn mehr als 50
25812 \begin_inset space \thinspace{}
25813 \end_inset
25814
25815 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25816  Gleitobjekte bereitgestellt.
25817  Dies kann durch die Variable 
25818 \series bold
25819
25820 \backslash
25821 floatpagefraction 
25822 \series default
25823 im LaTeX-Vorspann überschrieben werden.
25824 \end_layout
25825
25826 \begin_layout Standard
25827 Die Reihenfolge der obigen Optionen wird 
25828 \emph on
25829 immer
25830 \emph default
25831  von LaTeX verwendet.
25832  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
25833  versuchen 
25834 \family sans
25835 Hier
25836 \begin_inset space \space{}
25837 \end_inset
25838
25839 wenn
25840 \begin_inset space \space{}
25841 \end_inset
25842
25843 möglich
25844 \family default
25845 , dann 
25846 \family sans
25847 Anfang
25848 \begin_inset space ~
25849 \end_inset
25850
25851 der
25852 \begin_inset space ~
25853 \end_inset
25854
25855 Seite
25856 \family default
25857  und dann die anderen Optionen anzuwenden.
25858  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
25859  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
25860  Reihenfolge.
25861  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25862 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25863 \end_layout
25864
25865 \begin_layout Standard
25866 Die Option 
25867 \family sans
25868 Hier,
25869 \begin_inset space ~
25870 \end_inset
25871
25872 auf
25873 \begin_inset space ~
25874 \end_inset
25875
25876 jeden
25877 \begin_inset space ~
25878 \end_inset
25879
25880 Fall
25881 \family default
25882  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25883  fast druckreif ist.
25884  Denn mit der Option kann das Objekt nicht mehr 
25885 \emph on
25886 gleiten
25887 \emph default
25888 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25889  oftmals zerstört.
25890 \end_layout
25891
25892 \begin_layout Standard
25893 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25894  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25895 \begin_inset VSpace bigskip
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Standard
25902 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25903 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25904  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25905  Das kann mit dem LaTeX-Befehl
25906 \series bold
25907  
25908 \backslash
25909 suppressfloats
25910 \series default
25911  verhindert werden.
25912  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25913  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25914  gesetzt wird.
25915  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
25916 \end_layout
25917
25918 \begin_layout Standard
25919
25920 \series bold
25921
25922 \backslash
25923 let
25924 \backslash
25925 meinAbschnitt
25926 \backslash
25927 section
25928 \begin_inset Newline newline
25929 \end_inset
25930
25931
25932 \backslash
25933 renewcommand{
25934 \backslash
25935 section}{
25936 \backslash
25937 suppressfloats[t]
25938 \backslash
25939 meinAbschnitt}
25940 \end_layout
25941
25942 \begin_layout Standard
25943 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
25944  Unterabschnitten festlegen.
25945  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
25946  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
25947 \end_layout
25948
25949 \begin_layout Standard
25950 Es gibt auch noch das LaTeX-Paket 
25951 \series bold
25952 flafter
25953 \series default
25954
25955 \begin_inset Index idx
25956 status collapsed
25957
25958 \begin_layout Plain Layout
25959 LaTeX-Pakete ! flafter
25960 \end_layout
25961
25962 \end_inset
25963
25964  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
25965  gedruckt wird.
25966 \end_layout
25967
25968 \begin_layout Standard
25969 \begin_inset VSpace bigskip
25970 \end_inset
25971
25972 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
25973  Dafür gibt es das LaTeX-Paket 
25974 \series bold
25975 endfloat
25976 \series default
25977
25978 \begin_inset Index idx
25979 status collapsed
25980
25981 \begin_layout Plain Layout
25982 LaTeX-Pakete ! endfloat
25983 \end_layout
25984
25985 \end_inset
25986
25987 .
25988  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
25989  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
25990  
25991 \family sans
25992
25993 \begin_inset Quotes gld
25994 \end_inset
25995
25996 [Abbildung
25997 \begin_inset space ~
25998 \end_inset
25999
26000 3.2 ist ungefähr hier.]
26001 \family default
26002
26003 \begin_inset Quotes grd
26004 \end_inset
26005
26006  finden.
26007  Das 
26008 \series bold
26009 endfloat
26010 \series default
26011 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
26012 \end_layout
26013
26014 \begin_layout Standard
26015
26016 \series bold
26017
26018 \backslash
26019 usepackage[Optionen]{endfloat}
26020 \end_layout
26021
26022 \begin_layout Standard
26023 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26024  Tabellen-Abschnitte, die Sie in der 
26025 \series bold
26026 endfloat
26027 \series default
26028 -Dokumentation 
26029 \begin_inset CommandInset citation
26030 LatexCommand cite
26031 key "endfloat"
26032
26033 \end_inset
26034
26035  nachlesen können.
26036 \begin_inset Newline newline
26037 \end_inset
26038
26039
26040 \begin_inset Note Greyedout
26041 status open
26042
26043 \begin_layout Plain Layout
26044
26045 \series bold
26046 Bemerkung
26047 \begin_inset space ~
26048 \end_inset
26049
26050 1: endfloat
26051 \series default
26052  übersetzt den Hinweistext nicht automatisch.
26053  Abschnitt
26054 \begin_inset space ~
26055 \end_inset
26056
26057 4 in 
26058 \begin_inset CommandInset citation
26059 LatexCommand cite
26060 key "endfloat"
26061
26062 \end_inset
26063
26064  beschreibt, wie es geht.
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \end_layout
26071
26072 \begin_layout Standard
26073 \begin_inset Note Greyedout
26074 status open
26075
26076 \begin_layout Plain Layout
26077
26078 \series bold
26079 Bemerkung
26080 \begin_inset space ~
26081 \end_inset
26082
26083 2: 
26084 \series default
26085 Die aktuelle Version von 
26086 \series bold
26087 endfloat
26088 \series default
26089  hat einen Fehler, wenn die Überschrift ein 
26090 \begin_inset Quotes gld
26091 \end_inset
26092
26093 ß
26094 \begin_inset Quotes grd
26095 \end_inset
26096
26097  enthält.
26098  Sie müssen stattdessen den Befehl 
26099 \series bold
26100
26101 \backslash
26102 ss
26103 \series default
26104  als TeX-Code benutzen.
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113 \begin_inset VSpace bigskip
26114 \end_inset
26115
26116 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
26117  wie 
26118 \begin_inset CommandInset citation
26119 LatexCommand cite
26120 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26121
26122 \end_inset
26123
26124 .
26125 \end_layout
26126
26127 \begin_layout Section
26128 Gedrehte Gleitobjekte
26129 \begin_inset CommandInset label
26130 LatexCommand label
26131 name "abs:Gedrehte-Gleitobjekte"
26132
26133 \end_inset
26134
26135
26136 \begin_inset Index idx
26137 status collapsed
26138
26139 \begin_layout Plain Layout
26140 Gleitobjekte ! drehen
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \end_layout
26147
26148 \begin_layout Standard
26149 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26150 t drehen.
26151  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26152  und die Option 
26153 \family sans
26154 Seitwärts
26155 \begin_inset space ~
26156 \end_inset
26157
26158 drehen
26159 \family default
26160  wählen.
26161 \end_layout
26162
26163 \begin_layout Standard
26164 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26165  sie ein mehrspaltiges Dokument haben) gedruckt.
26166  Sie können mehrere Spalten überspannen, wenn die Option 
26167 \family sans
26168 Spalten
26169 \begin_inset space ~
26170 \end_inset
26171
26172 überspannen
26173 \family default
26174  in den Gleitobjekt Einstellungen gewählt ist.
26175  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26176  werden können.
26177  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26178  Option 
26179 \series bold
26180 figuresleft
26181 \series default
26182  oder 
26183 \series bold
26184 figuresright
26185 \series default
26186  zu den Dokumentklassen-Optionen hinzu.
26187 \end_layout
26188
26189 \begin_layout Standard
26190 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26191  Tabelle
26192 \begin_inset space ~
26193 \end_inset
26194
26195
26196 \begin_inset CommandInset ref
26197 LatexCommand ref
26198 reference "tab:Gedrehte-Tabelle"
26199
26200 \end_inset
26201
26202  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26203 \end_layout
26204
26205 \begin_layout Standard
26206 \begin_inset Note Greyedout
26207 status open
26208
26209 \begin_layout Plain Layout
26210
26211 \series bold
26212 Bemerkung:
26213 \series default
26214  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \end_layout
26221
26222 \begin_layout Standard
26223 \begin_inset Float table
26224 wide false
26225 sideways true
26226 status open
26227
26228 \begin_layout Plain Layout
26229 \begin_inset Caption Standard
26230
26231 \begin_layout Plain Layout
26232 \begin_inset CommandInset label
26233 LatexCommand label
26234 name "tab:Gedrehte-Tabelle"
26235
26236 \end_inset
26237
26238 Gedrehte Tabelle
26239 \end_layout
26240
26241 \end_inset
26242
26243
26244 \end_layout
26245
26246 \begin_layout Plain Layout
26247 \align center
26248 \begin_inset Tabular
26249 <lyxtabular version="3" rows="1" columns="5">
26250 <features rotate="0" tabularvalignment="middle">
26251 <column alignment="center" valignment="top" width="0">
26252 <column alignment="center" valignment="top" width="0">
26253 <column alignment="center" valignment="top" width="0">
26254 <column alignment="center" valignment="top" width="0">
26255 <column alignment="center" valignment="top" width="0">
26256 <row>
26257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261 Test
26262 \end_layout
26263
26264 \end_inset
26265 </cell>
26266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270 b
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26276 \begin_inset Text
26277
26278 \begin_layout Plain Layout
26279 c
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26285 \begin_inset Text
26286
26287 \begin_layout Plain Layout
26288 d
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297 e
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 </row>
26303 </lyxtabular>
26304
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \end_inset
26311
26312
26313 \end_layout
26314
26315 \begin_layout Section
26316 Untergleitobjekte
26317 \begin_inset Index idx
26318 status collapsed
26319
26320 \begin_layout Plain Layout
26321 Gleitobjekte ! Untergleitobjekte
26322 \end_layout
26323
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \begin_layout Standard
26330 Untergleitobjekte werden z.
26331 \begin_inset space \thinspace{}
26332 \end_inset
26333
26334 B.
26335  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26336  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26337  eingefügt wird.
26338  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26339  in Tabelle
26340 \begin_inset space ~
26341 \end_inset
26342
26343
26344 \begin_inset CommandInset ref
26345 LatexCommand ref
26346 reference "tab:Untertabellen-nebeneinander"
26347
26348 \end_inset
26349
26350  und 
26351 \begin_inset CommandInset ref
26352 LatexCommand ref
26353 reference "tab:Untertabellen-übereinander"
26354
26355 \end_inset
26356
26357 .
26358 \end_layout
26359
26360 \begin_layout Standard
26361 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26362 \begin_inset space ~
26363 \end_inset
26364
26365
26366 \begin_inset CommandInset ref
26367 LatexCommand ref
26368 reference "tab:Untertabelle-a"
26369
26370 \end_inset
26371
26372  und 
26373 \begin_inset CommandInset ref
26374 LatexCommand ref
26375 reference "tab:Untertabelle-b"
26376
26377 \end_inset
26378
26379  sind Untertabellen von Tabelle
26380 \begin_inset space ~
26381 \end_inset
26382
26383
26384 \begin_inset CommandInset ref
26385 LatexCommand ref
26386 reference "tab:Untertabellen-nebeneinander"
26387
26388 \end_inset
26389
26390 .
26391 \end_layout
26392
26393 \begin_layout Standard
26394 \begin_inset Float table
26395 wide false
26396 sideways false
26397 status open
26398
26399 \begin_layout Plain Layout
26400 \begin_inset Caption Standard
26401
26402 \begin_layout Plain Layout
26403 \begin_inset CommandInset label
26404 LatexCommand label
26405 name "tab:Untertabellen-nebeneinander"
26406
26407 \end_inset
26408
26409 Zwei Untertabellen nebeneinander.
26410 \end_layout
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \begin_layout Plain Layout
26418 \align center
26419 \begin_inset space \hfill{}
26420 \end_inset
26421
26422
26423 \begin_inset Float table
26424 wide false
26425 sideways false
26426 status collapsed
26427
26428 \begin_layout Plain Layout
26429 \begin_inset Caption Standard
26430
26431 \begin_layout Plain Layout
26432 \begin_inset CommandInset label
26433 LatexCommand label
26434 name "tab:Untertabelle-a"
26435
26436 \end_inset
26437
26438 Dies ist Untertabelle a.
26439 \end_layout
26440
26441 \end_inset
26442
26443
26444 \end_layout
26445
26446 \begin_layout Plain Layout
26447 \align center
26448 \begin_inset Tabular
26449 <lyxtabular version="3" rows="1" columns="5">
26450 <features rotate="0" tabularvalignment="middle">
26451 <column alignment="center" valignment="top" width="0">
26452 <column alignment="center" valignment="top" width="0">
26453 <column alignment="center" valignment="top" width="0">
26454 <column alignment="center" valignment="top" width="0">
26455 <column alignment="center" valignment="top" width="0">
26456 <row>
26457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Plain Layout
26461 Test
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Plain Layout
26470 b
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26476 \begin_inset Text
26477
26478 \begin_layout Plain Layout
26479 c
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26485 \begin_inset Text
26486
26487 \begin_layout Plain Layout
26488 d
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26494 \begin_inset Text
26495
26496 \begin_layout Plain Layout
26497 e
26498 \end_layout
26499
26500 \end_inset
26501 </cell>
26502 </row>
26503 </lyxtabular>
26504
26505 \end_inset
26506
26507
26508 \end_layout
26509
26510 \end_inset
26511
26512
26513 \begin_inset space \hfill{}
26514 \end_inset
26515
26516
26517 \begin_inset Float table
26518 wide false
26519 sideways false
26520 status collapsed
26521
26522 \begin_layout Plain Layout
26523 \begin_inset Caption Standard
26524
26525 \begin_layout Plain Layout
26526 \begin_inset CommandInset label
26527 LatexCommand label
26528 name "tab:Untertabelle-b"
26529
26530 \end_inset
26531
26532 Dies ist Untertabelle b.
26533 \end_layout
26534
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \begin_layout Plain Layout
26541 \align center
26542 \begin_inset Tabular
26543 <lyxtabular version="3" rows="1" columns="5">
26544 <features rotate="0" tabularvalignment="middle">
26545 <column alignment="center" valignment="top" width="0">
26546 <column alignment="center" valignment="top" width="0">
26547 <column alignment="center" valignment="top" width="0">
26548 <column alignment="center" valignment="top" width="0">
26549 <column alignment="center" valignment="top" width="0">
26550 <row>
26551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555 e
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Plain Layout
26564 d
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573 c
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Plain Layout
26582 b
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591 Test
26592 \end_layout
26593
26594 \end_inset
26595 </cell>
26596 </row>
26597 </lyxtabular>
26598
26599 \end_inset
26600
26601
26602 \end_layout
26603
26604 \end_inset
26605
26606
26607 \begin_inset space \hfill{}
26608 \end_inset
26609
26610
26611 \end_layout
26612
26613 \end_inset
26614
26615
26616 \end_layout
26617
26618 \begin_layout Standard
26619 \begin_inset Float table
26620 wide false
26621 sideways false
26622 status open
26623
26624 \begin_layout Plain Layout
26625 \begin_inset Caption Standard
26626
26627 \begin_layout Plain Layout
26628 \begin_inset CommandInset label
26629 LatexCommand label
26630 name "tab:Untertabellen-übereinander"
26631
26632 \end_inset
26633
26634 Zwei Untertabellen übereinander.
26635  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \begin_layout Plain Layout
26644 \align center
26645 \begin_inset Float table
26646 wide false
26647 sideways false
26648 status collapsed
26649
26650 \begin_layout Plain Layout
26651 \begin_inset Caption Standard
26652
26653 \begin_layout Plain Layout
26654
26655 \end_layout
26656
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \begin_layout Plain Layout
26663 \align center
26664 \begin_inset Tabular
26665 <lyxtabular version="3" rows="1" columns="4">
26666 <features rotate="0" tabularvalignment="middle">
26667 <column alignment="center" valignment="top" width="0">
26668 <column alignment="center" valignment="top" width="0">
26669 <column alignment="center" valignment="top" width="0">
26670 <column alignment="center" valignment="top" width="0">
26671 <row>
26672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Plain Layout
26676 Test
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685 Test
26686 \end_layout
26687
26688 \end_inset
26689 </cell>
26690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Plain Layout
26694 Test
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703 Test
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 </row>
26709 </lyxtabular>
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \end_inset
26717
26718
26719 \end_layout
26720
26721 \begin_layout Plain Layout
26722 \align center
26723 \begin_inset Float table
26724 wide false
26725 sideways false
26726 status collapsed
26727
26728 \begin_layout Plain Layout
26729 \begin_inset Caption Standard
26730
26731 \begin_layout Plain Layout
26732
26733 \end_layout
26734
26735 \end_inset
26736
26737
26738 \end_layout
26739
26740 \begin_layout Plain Layout
26741 \align center
26742 \begin_inset Tabular
26743 <lyxtabular version="3" rows="1" columns="5">
26744 <features rotate="0" tabularvalignment="middle">
26745 <column alignment="center" valignment="top" width="0">
26746 <column alignment="center" valignment="top" width="0">
26747 <column alignment="center" valignment="top" width="0">
26748 <column alignment="center" valignment="top" width="0">
26749 <column alignment="center" valignment="top" width="0">
26750 <row>
26751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Plain Layout
26755 a
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26761 \begin_inset Text
26762
26763 \begin_layout Plain Layout
26764 b
26765 \end_layout
26766
26767 \end_inset
26768 </cell>
26769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773 c
26774 \end_layout
26775
26776 \end_inset
26777 </cell>
26778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26779 \begin_inset Text
26780
26781 \begin_layout Plain Layout
26782 d
26783 \end_layout
26784
26785 \end_inset
26786 </cell>
26787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26788 \begin_inset Text
26789
26790 \begin_layout Plain Layout
26791 e
26792 \end_layout
26793
26794 \end_inset
26795 </cell>
26796 </row>
26797 </lyxtabular>
26798
26799 \end_inset
26800
26801
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \begin_layout Section
26815 Gleitobjekte nebeneinander
26816 \begin_inset Index idx
26817 status collapsed
26818
26819 \begin_layout Plain Layout
26820 Gleitobjekte ! nebeneinander
26821 \end_layout
26822
26823 \end_inset
26824
26825
26826 \end_layout
26827
26828 \begin_layout Standard
26829 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26830 \begin_inset space ~
26831 \end_inset
26832
26833
26834 \begin_inset CommandInset ref
26835 LatexCommand ref
26836 reference "abb:Gleitobjekt-links"
26837
26838 \end_inset
26839
26840  und 
26841 \begin_inset CommandInset ref
26842 LatexCommand ref
26843 reference "abb:Gleitobjekt-rechts"
26844
26845 \end_inset
26846
26847  wird nur 
26848 \emph on
26849 ein
26850 \emph default
26851  Gleitobjekt verwendet.
26852  In dieses werden zwei Minipage Boxen eingefügt.
26853 \begin_inset Foot
26854 status collapsed
26855
26856 \begin_layout Plain Layout
26857 Minipages sind in Abschnitt
26858 \begin_inset space ~
26859 \end_inset
26860
26861
26862 \begin_inset CommandInset ref
26863 LatexCommand ref
26864 reference "abs:Minipage"
26865
26866 \end_inset
26867
26868  erklärt.
26869 \end_layout
26870
26871 \end_inset
26872
26873  Die Breite wird für jede Minipage auf 45
26874 \begin_inset space \thinspace{}
26875 \end_inset
26876
26877 -50
26878 \begin_inset space \thinspace{}
26879 \end_inset
26880
26881 Spalten% und die Box Ausrichtung auf 
26882 \family sans
26883 Unten
26884 \family default
26885  gesetzt.
26886  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26887  Gleitobjekt.
26888  Der einzige Unterschied ist, dass die Bildeinheit 
26889 \family sans
26890 Spaltenbreite
26891 \begin_inset space ~
26892 \end_inset
26893
26894 %
26895 \family default
26896  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26897 \end_layout
26898
26899 \begin_layout Standard
26900 \begin_inset Float figure
26901 wide false
26902 sideways false
26903 status open
26904
26905 \begin_layout Plain Layout
26906 \begin_inset Box Frameless
26907 position "b"
26908 hor_pos "c"
26909 has_inner_box 1
26910 inner_pos "t"
26911 use_parbox 0
26912 use_makebox 0
26913 width "45col%"
26914 special "none"
26915 height "1in"
26916 height_special "totalheight"
26917 status open
26918
26919 \begin_layout Plain Layout
26920 \align center
26921 \begin_inset Graphics
26922         filename ../clipart/mobius.eps
26923         lyxscale 50
26924         width 100col%
26925         scaleBeforeRotation
26926
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \begin_layout Plain Layout
26933 \begin_inset Caption Standard
26934
26935 \begin_layout Plain Layout
26936 \begin_inset CommandInset label
26937 LatexCommand label
26938 name "abb:Gleitobjekt-links"
26939
26940 \end_inset
26941
26942 Gleitobjekt auf der linken Seite.
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \begin_inset space \hfill{}
26954 \end_inset
26955
26956
26957 \begin_inset Box Frameless
26958 position "b"
26959 hor_pos "c"
26960 has_inner_box 1
26961 inner_pos "t"
26962 use_parbox 0
26963 use_makebox 0
26964 width "45col%"
26965 special "none"
26966 height "1in"
26967 height_special "totalheight"
26968 status open
26969
26970 \begin_layout Plain Layout
26971 \align center
26972 \begin_inset Graphics
26973         filename ../clipart/platypus.eps
26974         lyxscale 50
26975         width 100col%
26976         scaleBeforeRotation
26977
26978 \end_inset
26979
26980
26981 \end_layout
26982
26983 \begin_layout Plain Layout
26984 \begin_inset Caption Standard
26985
26986 \begin_layout Plain Layout
26987 \begin_inset CommandInset label
26988 LatexCommand label
26989 name "abb:Gleitobjekt-rechts"
26990
26991 \end_inset
26992
26993 Gleitobjekt auf der rechten Seite.
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \end_inset
27007
27008
27009 \end_layout
27010
27011 \begin_layout Section
27012 Beschriftungs-Formatierung
27013 \begin_inset CommandInset label
27014 LatexCommand label
27015 name "abs:Titel-Formatierung"
27016
27017 \end_inset
27018
27019
27020 \begin_inset Index idx
27021 status collapsed
27022
27023 \begin_layout Plain Layout
27024 Gleitobjekte ! Beschriftung ! Formatierung
27025 \end_layout
27026
27027 \end_inset
27028
27029
27030 \end_layout
27031
27032 \begin_layout Standard
27033
27034 \family sans
27035 Legende
27036 \family default
27037  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27038  In LyX sehen Titel so aus:  
27039 \family sans
27040
27041 \begin_inset Quotes gld
27042 \end_inset
27043
27044 Abbildung xyz:
27045 \family default
27046
27047 \begin_inset Quotes grd
27048 \end_inset
27049
27050 , gefolgt vom Beschriftungstext, wobei 
27051 \family sans
27052 xyz
27053 \family default
27054  die von LyX vergebene Nummer ist.
27055  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27056  gedruckt.
27057  Dies ist nicht immer brauchbar.
27058 \end_layout
27059
27060 \begin_layout Standard
27061 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
27062  
27063 \series bold
27064 caption
27065 \series default
27066
27067 \begin_inset Index idx
27068 status collapsed
27069
27070 \begin_layout Plain Layout
27071 LaTeX-Pakete ! caption
27072 \end_layout
27073
27074 \end_inset
27075
27076  in den LaTeX-Vorspann laden:
27077 \end_layout
27078
27079 \begin_layout Standard
27080
27081 \series bold
27082
27083 \backslash
27084 usepackage[Format-Definition]{caption}
27085 \end_layout
27086
27087 \begin_layout Standard
27088 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
27089  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
27090 \end_layout
27091
27092 \begin_layout Standard
27093
27094 \series bold
27095
27096 \backslash
27097 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27098 \end_layout
27099
27100 \begin_layout Standard
27101 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27102  definieren.
27103  Dazu laden Sie das 
27104 \series bold
27105 caption
27106 \series default
27107 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27108  dem Befehl
27109 \end_layout
27110
27111 \begin_layout Standard
27112
27113 \series bold
27114
27115 \backslash
27116 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27117 \end_layout
27118
27119 \begin_layout Standard
27120 Für Abbildung
27121 \begin_inset space ~
27122 \end_inset
27123
27124
27125 \begin_inset CommandInset ref
27126 LatexCommand ref
27127 reference "abb:Langer-Abb-Titel"
27128
27129 \end_inset
27130
27131  und Tabelle
27132 \begin_inset space ~
27133 \end_inset
27134
27135
27136 \begin_inset CommandInset ref
27137 LatexCommand ref
27138 reference "tab:Langer-Tab-Titel"
27139
27140 \end_inset
27141
27142  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
27143  werden:
27144 \end_layout
27145
27146 \begin_layout Standard
27147
27148 \series bold
27149
27150 \backslash
27151 usepackage[tableposition=top]{caption}
27152 \begin_inset Newline newline
27153 \end_inset
27154
27155
27156 \backslash
27157 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27158 \begin_inset Newline newline
27159 \end_inset
27160
27161
27162 \begin_inset Phantom HPhantom
27163 status open
27164
27165 \begin_layout Plain Layout
27166
27167 \series bold
27168
27169 \backslash
27170 captionsetup[figure]{
27171 \end_layout
27172
27173 \end_inset
27174
27175 labelsep=period}
27176 \begin_inset Newline newline
27177 \end_inset
27178
27179
27180 \backslash
27181 captionsetup[table]{labelfont={bf,sf}}
27182 \end_layout
27183
27184 \begin_layout Standard
27185 \begin_inset Note Greyedout
27186 status open
27187
27188 \begin_layout Plain Layout
27189
27190 \series bold
27191 Bemerkung:
27192 \series default
27193  Die Option 
27194 \series bold
27195 tableposition=top
27196 \series default
27197  hat keine Auswirkung, wenn eine 
27198 \series bold
27199 KOMA-Script
27200 \series default
27201
27202 \begin_inset Index idx
27203 status collapsed
27204
27205 \begin_layout Plain Layout
27206 LaTeX-Pakete ! KOMA-Script
27207 \end_layout
27208
27209 \end_inset
27210
27211 -Dokumentklasse verwendet wird.
27212  Hier muss die Option 
27213 \series bold
27214 captions=tableheading
27215 \series default
27216  benutzt werden.
27217 \end_layout
27218
27219 \end_inset
27220
27221
27222 \end_layout
27223
27224 \begin_layout Standard
27225 Weitere Informationen über das Paket
27226 \series bold
27227  caption
27228 \series default
27229  finden Sie in seiner Dokumentation 
27230 \begin_inset CommandInset citation
27231 LatexCommand cite
27232 key "caption"
27233
27234 \end_inset
27235
27236 .
27237 \end_layout
27238
27239 \begin_layout Standard
27240 Wenn Sie den Namen von 
27241 \begin_inset Quotes gld
27242 \end_inset
27243
27244 Abbildung
27245 \begin_inset Quotes grd
27246 \end_inset
27247
27248  auf 
27249 \begin_inset Quotes gld
27250 \end_inset
27251
27252 Bild
27253 \begin_inset Quotes grd
27254 \end_inset
27255
27256  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
27257 \end_layout
27258
27259 \begin_layout Standard
27260
27261 \series bold
27262
27263 \backslash
27264 renewcommand{
27265 \backslash
27266 fnum@figure}{Bild~
27267 \backslash
27268 thefigure}
27269 \end_layout
27270
27271 \begin_layout Standard
27272 wobei 
27273 \series bold
27274
27275 \backslash
27276 thefigure
27277 \series default
27278  die Bildnummer einsetzt und
27279 \series bold
27280  ~
27281 \series default
27282  ein geschütztes Leerzeichen ist.
27283 \end_layout
27284
27285 \begin_layout Standard
27286 \begin_inset VSpace bigskip
27287 \end_inset
27288
27289 Wenn Sie eine 
27290 \series bold
27291 KOMA-Script
27292 \series default
27293
27294 \begin_inset Index idx
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298 LaTeX-Pakete ! KOMA-Script
27299 \end_layout
27300
27301 \end_inset
27302
27303 -Dokumentklasse (
27304 \family sans
27305 article (KOMA-Script)
27306 \family default
27307
27308 \family sans
27309 book (KOMA-Script)
27310 \family default
27311
27312 \family sans
27313 letter (KOMA-Script)
27314 \family default
27315  oder 
27316 \family sans
27317 report (KOMA-Script)
27318 \family default
27319 ) benutzen, können Sie anstatt des 
27320 \series bold
27321 caption
27322 \series default
27323 -Paketes den eingebauten Befehl 
27324 \series bold
27325
27326 \backslash
27327 setkomafont
27328 \series default
27329  von 
27330 \series bold
27331 KOMA-Script
27332 \series default
27333  benutzen.
27334  Der Befehl
27335 \end_layout
27336
27337 \begin_layout Standard
27338
27339 \series bold
27340
27341 \backslash
27342 setkomafont{captionlabel}{
27343 \backslash
27344 bfseries}
27345 \end_layout
27346
27347 \begin_layout Standard
27348 im LaTeX-Vorspann druckt den Namen fett.
27349 \end_layout
27350
27351 \begin_layout Standard
27352 Weitere Informationen über 
27353 \series bold
27354
27355 \backslash
27356 setkomafont
27357 \series default
27358  finden Sie in der 
27359 \series bold
27360 KOMA-Script
27361 \series default
27362 -Do\SpecialChar \-
27363 ku\SpecialChar \-
27364 men\SpecialChar \-
27365 ta\SpecialChar \-
27366 tion 
27367 \begin_inset CommandInset citation
27368 LatexCommand cite
27369 key "KOMA-Script"
27370
27371 \end_inset
27372
27373 .
27374 \end_layout
27375
27376 \begin_layout Standard
27377 \begin_inset ERT
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381
27382
27383 \backslash
27384 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27385 }
27386 \end_layout
27387
27388 \end_inset
27389
27390
27391 \begin_inset Note Note
27392 status open
27393
27394 \begin_layout Plain Layout
27395 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27396 \end_layout
27397
27398 \end_inset
27399
27400
27401 \end_layout
27402
27403 \begin_layout Standard
27404 \begin_inset Float figure
27405 placement !p
27406 wide false
27407 sideways false
27408 status open
27409
27410 \begin_layout Plain Layout
27411 \align center
27412 \begin_inset Graphics
27413         filename ../clipart/mobius.eps
27414         lyxscale 50
27415         scale 50
27416         scaleBeforeRotation
27417
27418 \end_inset
27419
27420
27421 \end_layout
27422
27423 \begin_layout Plain Layout
27424 \begin_inset Caption Standard
27425
27426 \begin_layout Plain Layout
27427 \begin_inset CommandInset label
27428 LatexCommand label
27429 name "abb:Langer-Abb-Titel"
27430
27431 \end_inset
27432
27433 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27434  ist, um das andere Beschriftungsformat zu zeigen.
27435  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27436 \begin_inset Argument 1
27437 status collapsed
27438
27439 \begin_layout Plain Layout
27440 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27441  ist.
27442 \end_layout
27443
27444 \end_inset
27445
27446
27447 \end_layout
27448
27449 \end_inset
27450
27451
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \end_layout
27458
27459 \begin_layout Standard
27460 \begin_inset ERT
27461 status collapsed
27462
27463 \begin_layout Plain Layout
27464
27465
27466 \backslash
27467 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27468 on}
27469 \end_layout
27470
27471 \end_inset
27472
27473
27474 \end_layout
27475
27476 \begin_layout Standard
27477 \begin_inset Float table
27478 placement !p
27479 wide false
27480 sideways false
27481 status open
27482
27483 \begin_layout Plain Layout
27484 \begin_inset Caption Standard
27485
27486 \begin_layout Plain Layout
27487 \begin_inset CommandInset label
27488 LatexCommand label
27489 name "tab:Langer-Tab-Titel"
27490
27491 \end_inset
27492
27493 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27494  ist, um das andere Beschriftungsformat zu zeigen.
27495  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27496  benutzt.
27497 \begin_inset Argument 1
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27502  ist.
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \end_inset
27511
27512
27513 \end_layout
27514
27515 \begin_layout Plain Layout
27516 \align center
27517 \begin_inset Tabular
27518 <lyxtabular version="3" rows="1" columns="5">
27519 <features rotate="0" tabularvalignment="middle">
27520 <column alignment="center" valignment="top" width="0">
27521 <column alignment="center" valignment="top" width="0">
27522 <column alignment="center" valignment="top" width="0">
27523 <column alignment="center" valignment="top" width="0">
27524 <column alignment="center" valignment="top" width="0">
27525 <row>
27526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27527 \begin_inset Text
27528
27529 \begin_layout Plain Layout
27530 a
27531 \end_layout
27532
27533 \end_inset
27534 </cell>
27535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27536 \begin_inset Text
27537
27538 \begin_layout Plain Layout
27539 b
27540 \end_layout
27541
27542 \end_inset
27543 </cell>
27544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27545 \begin_inset Text
27546
27547 \begin_layout Plain Layout
27548 c
27549 \end_layout
27550
27551 \end_inset
27552 </cell>
27553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27554 \begin_inset Text
27555
27556 \begin_layout Plain Layout
27557 d
27558 \end_layout
27559
27560 \end_inset
27561 </cell>
27562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27563 \begin_inset Text
27564
27565 \begin_layout Plain Layout
27566 e
27567 \end_layout
27568
27569 \end_inset
27570 </cell>
27571 </row>
27572 </lyxtabular>
27573
27574 \end_inset
27575
27576
27577 \end_layout
27578
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \begin_layout Section
27585 Beschriftungs-Platzierung
27586 \begin_inset CommandInset label
27587 LatexCommand label
27588 name "abs:Titel-Platzierung"
27589
27590 \end_inset
27591
27592
27593 \begin_inset Index idx
27594 status collapsed
27595
27596 \begin_layout Plain Layout
27597 Gleitobjekte ! Beschriftung ! Platzierung
27598 \end_layout
27599
27600 \end_inset
27601
27602
27603 \end_layout
27604
27605 \begin_layout Standard
27606 Normalerweise werden die Beschriftungen wie folgt platziert:
27607 \end_layout
27608
27609 \begin_layout Description
27610 Abbildung: darunter
27611 \end_layout
27612
27613 \begin_layout Description
27614 Tabelle: darüber
27615 \end_layout
27616
27617 \begin_layout Standard
27618 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27619  Das heißt wenn Sie eine der Dokument-Klassen 
27620 \family sans
27621 article
27622 \family default
27623
27624 \family sans
27625 book
27626 \family default
27627
27628 \family sans
27629 letter
27630 \family default
27631  oder 
27632 \family sans
27633 report
27634 \family default
27635  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27636  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
27637 \series bold
27638 caption
27639 \series default
27640  im LaTeX-Vorspann folgendes schreiben:
27641 \begin_inset Foot
27642 status collapsed
27643
27644 \begin_layout Plain Layout
27645 In Abschnitt
27646 \begin_inset space ~
27647 \end_inset
27648
27649
27650 \begin_inset CommandInset ref
27651 LatexCommand ref
27652 reference "abs:Titel-Formatierung"
27653
27654 \end_inset
27655
27656  steht mehr über das Paket 
27657 \series bold
27658 caption
27659 \series default
27660 .
27661 \end_layout
27662
27663 \end_inset
27664
27665
27666 \end_layout
27667
27668 \begin_layout Standard
27669
27670 \series bold
27671 tableposition=top
27672 \end_layout
27673
27674 \begin_layout Standard
27675 Wenn Sie eine 
27676 \series bold
27677 KOMA-Script
27678 \series default
27679
27680 \begin_inset Index idx
27681 status collapsed
27682
27683 \begin_layout Plain Layout
27684 LaTeX-Pakete ! KOMA-Script
27685 \end_layout
27686
27687 \end_inset
27688
27689 -Dokumentklasse (
27690 \family sans
27691 article (KOMA-Script)
27692 \family default
27693
27694 \family sans
27695 book (KOMA-Script)
27696 \family default
27697
27698 \family sans
27699 letter (KOMA-Script)
27700 \family default
27701  oder 
27702 \family sans
27703 report (KOMA-Script)
27704 \family default
27705 ) benutzen, können Sie alternativ zum 
27706 \series bold
27707 caption
27708 \series default
27709 -Paket die Option 
27710 \series bold
27711 captions=tableheading
27712 \series default
27713  benutzen.
27714 \end_layout
27715
27716 \begin_layout Standard
27717 \begin_inset VSpace bigskip
27718 \end_inset
27719
27720 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
27721  Das bewirkt das LaTeX-Paket 
27722 \series bold
27723 sidecap
27724 \series default
27725
27726 \begin_inset Index idx
27727 status collapsed
27728
27729 \begin_layout Plain Layout
27730 LaTeX-Pakete ! sidecap
27731 \end_layout
27732
27733 \end_inset
27734
27735 , das so in den LaTeX-Vorspann geladen wird:
27736 \end_layout
27737
27738 \begin_layout Standard
27739
27740 \series bold
27741
27742 \backslash
27743 usepackage[Option]{sidecap}
27744 \end_layout
27745
27746 \begin_layout Standard
27747 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
27748  Mit 
27749 \series bold
27750 innercaption
27751 \series default
27752  wird die Beschriftung innen gedruckt.
27753  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
27754  
27755 \series bold
27756 rightcaption
27757 \series default
27758  oder 
27759 \series bold
27760 leftcaption
27761 \series default
27762 .
27763 \end_layout
27764
27765 \begin_layout Standard
27766 \begin_inset ERT
27767 status collapsed
27768
27769 \begin_layout Plain Layout
27770
27771
27772 \backslash
27773 ifsidecap
27774 \end_layout
27775
27776 \end_inset
27777
27778
27779 \begin_inset Note Note
27780 status open
27781
27782 \begin_layout Plain Layout
27783 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
27784 \series bold
27785 sidecap
27786 \series default
27787  installiert ist.
27788 \end_layout
27789
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \begin_layout Standard
27796 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
27797  in den LaTeX-Vorspann schreiben:
27798 \end_layout
27799
27800 \begin_layout Standard
27801 \noindent
27802 \begin_inset CommandInset line
27803 LatexCommand rule
27804 offset "0.5ex"
27805 width "100line%"
27806 height "1pt"
27807
27808 \end_inset
27809
27810
27811 \end_layout
27812
27813 \begin_layout Standard
27814
27815 \series bold
27816
27817 \backslash
27818 newcommand{
27819 \backslash
27820 TabBesBeg}[1][1.0]{%
27821 \begin_inset Newline newline
27822 \end_inset
27823
27824
27825 \begin_inset Phantom HPhantom
27826 status open
27827
27828 \begin_layout Plain Layout
27829 \begin_inset space ~
27830 \end_inset
27831
27832
27833 \end_layout
27834
27835 \end_inset
27836
27837
27838 \backslash
27839 let
27840 \backslash
27841 MyTable
27842 \backslash
27843 table
27844 \begin_inset Newline newline
27845 \end_inset
27846
27847
27848 \begin_inset Phantom HPhantom
27849 status open
27850
27851 \begin_layout Plain Layout
27852
27853 \series medium
27854 \begin_inset space ~
27855 \end_inset
27856
27857
27858 \end_layout
27859
27860 \end_inset
27861
27862
27863 \backslash
27864 let
27865 \backslash
27866 MyEndtable
27867 \backslash
27868 endtable
27869 \begin_inset Newline newline
27870 \end_inset
27871
27872
27873 \begin_inset Phantom HPhantom
27874 status open
27875
27876 \begin_layout Plain Layout
27877
27878 \series medium
27879 \begin_inset space ~
27880 \end_inset
27881
27882
27883 \end_layout
27884
27885 \end_inset
27886
27887
27888 \backslash
27889 renewenvironment{table}[1]{
27890 \backslash
27891 begin{SCtable}[#1]##1}{
27892 \backslash
27893 end{SCtable}}}
27894 \end_layout
27895
27896 \begin_layout Standard
27897
27898 \series bold
27899
27900 \backslash
27901 newcommand{
27902 \backslash
27903 TabBesEnd}{%
27904 \begin_inset Newline newline
27905 \end_inset
27906
27907
27908 \begin_inset Phantom HPhantom
27909 status open
27910
27911 \begin_layout Plain Layout
27912 \begin_inset space ~
27913 \end_inset
27914
27915
27916 \end_layout
27917
27918 \end_inset
27919
27920
27921 \backslash
27922 let
27923 \backslash
27924 table
27925 \backslash
27926 MyTable
27927 \begin_inset Newline newline
27928 \end_inset
27929
27930
27931 \begin_inset Phantom HPhantom
27932 status open
27933
27934 \begin_layout Plain Layout
27935 \begin_inset space ~
27936 \end_inset
27937
27938
27939 \end_layout
27940
27941 \end_inset
27942
27943
27944 \backslash
27945 let
27946 \backslash
27947 endtable
27948 \backslash
27949 MyEndtable
27950 \end_layout
27951
27952 \begin_layout Standard
27953
27954 \series bold
27955
27956 \backslash
27957 newcommand{
27958 \backslash
27959 FigBesBeg}[1][1.0]{%
27960 \begin_inset Newline newline
27961 \end_inset
27962
27963
27964 \begin_inset Phantom HPhantom
27965 status open
27966
27967 \begin_layout Plain Layout
27968 \begin_inset space ~
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \backslash
27978 let
27979 \backslash
27980 MyFigure
27981 \backslash
27982 figure
27983 \begin_inset Newline newline
27984 \end_inset
27985
27986
27987 \begin_inset Phantom HPhantom
27988 status open
27989
27990 \begin_layout Plain Layout
27991 \begin_inset space ~
27992 \end_inset
27993
27994
27995 \end_layout
27996
27997 \end_inset
27998
27999
28000 \backslash
28001 let
28002 \backslash
28003 MyEndfigure
28004 \backslash
28005 endfigure
28006 \begin_inset Newline newline
28007 \end_inset
28008
28009
28010 \begin_inset Phantom HPhantom
28011 status open
28012
28013 \begin_layout Plain Layout
28014 \begin_inset space ~
28015 \end_inset
28016
28017
28018 \end_layout
28019
28020 \end_inset
28021
28022
28023 \backslash
28024 renewenvironment{figure}[1]{
28025 \backslash
28026 begin{SCfigure}[#1]##1}{
28027 \backslash
28028 end{SCfigure}}}
28029 \end_layout
28030
28031 \begin_layout Standard
28032
28033 \series bold
28034
28035 \backslash
28036 newcommand{
28037 \backslash
28038 FigBesEnd}{%
28039 \begin_inset Newline newline
28040 \end_inset
28041
28042
28043 \begin_inset Phantom HPhantom
28044 status open
28045
28046 \begin_layout Plain Layout
28047 \begin_inset space ~
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \end_inset
28054
28055
28056 \backslash
28057 let
28058 \backslash
28059 figure
28060 \backslash
28061 MyFigure
28062 \begin_inset Newline newline
28063 \end_inset
28064
28065
28066 \begin_inset Phantom HPhantom
28067 status open
28068
28069 \begin_layout Plain Layout
28070 \begin_inset space ~
28071 \end_inset
28072
28073
28074 \end_layout
28075
28076 \end_inset
28077
28078
28079 \backslash
28080 let
28081 \backslash
28082 endfigure
28083 \backslash
28084 MyEndfigure}
28085 \end_layout
28086
28087 \begin_layout Standard
28088 \noindent
28089 \begin_inset CommandInset line
28090 LatexCommand rule
28091 offset "0.5ex"
28092 width "100line%"
28093 height "1pt"
28094
28095 \end_inset
28096
28097
28098 \end_layout
28099
28100 \begin_layout Standard
28101 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28102 ungen seitlich gedruckt werden.
28103  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28104 \end_layout
28105
28106 \begin_layout Standard
28107
28108 \series bold
28109
28110 \backslash
28111 FigBesBeg
28112 \end_layout
28113
28114 \begin_layout Standard
28115 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
28116 \end_layout
28117
28118 \begin_layout Standard
28119
28120 \series bold
28121
28122 \backslash
28123 FigBesEnd
28124 \end_layout
28125
28126 \begin_layout Standard
28127 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28128  zurückkehren wollen.
28129 \end_layout
28130
28131 \begin_layout Standard
28132 Bei Gleitobjekt-Tabellen heißen die Befehle
28133 \end_layout
28134
28135 \begin_layout Standard
28136
28137 \series bold
28138
28139 \backslash
28140 TabBesBeg
28141 \series default
28142  und 
28143 \series bold
28144
28145 \backslash
28146 TabBesEnd
28147 \series default
28148 .
28149 \end_layout
28150
28151 \begin_layout Standard
28152 Abbildung
28153 \begin_inset space ~
28154 \end_inset
28155
28156
28157 \begin_inset CommandInset ref
28158 LatexCommand ref
28159 reference "abb:Beschriftung-neben"
28160
28161 \end_inset
28162
28163  und Tabelle
28164 \begin_inset space ~
28165 \end_inset
28166
28167
28168 \begin_inset CommandInset ref
28169 LatexCommand ref
28170 reference "tab:Beschriftung-neben"
28171
28172 \end_inset
28173
28174  sind Beispiele für seitliche Beschriftungen.
28175 \end_layout
28176
28177 \begin_layout Standard
28178 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28179  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28180  der Abbildung.
28181  Das kann man mit dem Befehl
28182 \end_layout
28183
28184 \begin_layout Standard
28185
28186 \series bold
28187
28188 \backslash
28189 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28190 \end_layout
28191
28192 \begin_layout Standard
28193 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
28194  Der Gleitobjekt-Typ ist entweder 
28195 \family sans
28196 figure
28197 \family default
28198  oder 
28199 \family sans
28200 table
28201 \family default
28202 , die
28203 \family sans
28204  
28205 \family default
28206 Platzierung ist 
28207 \family typewriter
28208 t
28209 \family default
28210  für oben, 
28211 \family typewriter
28212 c
28213 \family default
28214  für zentriert oder 
28215 \family typewriter
28216 b
28217 \family default
28218  für unten.
28219  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28220  lautet der Befehl
28221 \end_layout
28222
28223 \begin_layout Standard
28224
28225 \series bold
28226
28227 \backslash
28228 sidecaptionvpos{figure}{c}
28229 \end_layout
28230
28231 \begin_layout Standard
28232 Das wurde in Abbildung
28233 \begin_inset space ~
28234 \end_inset
28235
28236
28237 \begin_inset CommandInset ref
28238 LatexCommand ref
28239 reference "abb:cap-beside-fig-2"
28240
28241 \end_inset
28242
28243  benutzt.
28244 \end_layout
28245
28246 \begin_layout Standard
28247 \begin_inset VSpace medskip
28248 \end_inset
28249
28250
28251 \end_layout
28252
28253 \begin_layout Standard
28254 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28255  Für schmale Bilder/Tabellen, wie in Tabelle
28256 \begin_inset space ~
28257 \end_inset
28258
28259
28260 \begin_inset CommandInset ref
28261 LatexCommand ref
28262 reference "tab:Beschriftung-neben"
28263
28264 \end_inset
28265
28266 , führt dies zu zu schmalen Beschriftungen.
28267  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28268  Breite des Bildes/der Tabelle multipliziert wird.
28269  Das Ergebnis ist die Beschriftungsbreite.
28270  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28271  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28272  Der 
28273 \emph on
28274 Faktor
28275 \emph default
28276  kann entweder als optionales Argument für 
28277 \series bold
28278
28279 \backslash
28280 FigBesBeg
28281 \series default
28282  angegeben werden:
28283 \end_layout
28284
28285 \begin_layout Standard
28286
28287 \series bold
28288
28289 \backslash
28290 FigBesBeg[Faktor]
28291 \end_layout
28292
28293 \begin_layout Standard
28294 oder indem man in der Definition von 
28295 \series bold
28296
28297 \backslash
28298 FigBesBeg
28299 \series default
28300  die 
28301 \series bold
28302 1.0
28303 \series default
28304  mit einem anderen Wert ersetzt.
28305  Bei letzterem ist der angegebene Faktor der Standard wenn 
28306 \series bold
28307
28308 \backslash
28309 FigBesBeg
28310 \series default
28311  ohne Argument verwendet wird.
28312  Für Tabelle
28313 \begin_inset space ~
28314 \end_inset
28315
28316
28317 \begin_inset CommandInset ref
28318 LatexCommand ref
28319 reference "tab:Beschriftung-neben-breiter"
28320
28321 \end_inset
28322
28323  und Abbildung
28324 \begin_inset space ~
28325 \end_inset
28326
28327
28328 \begin_inset CommandInset ref
28329 LatexCommand ref
28330 reference "abb:cap-beside-fig-2"
28331
28332 \end_inset
28333
28334  wurde der Faktor 5 verwendet.
28335 \end_layout
28336
28337 \begin_layout Standard
28338 \begin_inset Note Greyedout
28339 status open
28340
28341 \begin_layout Plain Layout
28342
28343 \series bold
28344 Achtung:
28345 \series default
28346  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28347 erungsoption 
28348 \family sans
28349 Hier,
28350 \begin_inset space ~
28351 \end_inset
28352
28353 auf
28354 \begin_inset space ~
28355 \end_inset
28356
28357 jeden
28358 \begin_inset space ~
28359 \end_inset
28360
28361 Fall
28362 \family default
28363  nicht verwendet werden werden, da diese von 
28364 \series bold
28365 sidecap
28366 \series default
28367  nicht unterstützt wird.
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \end_layout
28374
28375 \begin_layout Standard
28376 \begin_inset VSpace medskip
28377 \end_inset
28378
28379 Weitere Informationen über das Paket
28380 \series bold
28381  sidecap
28382 \series default
28383  finden Sie in seiner Dokumentation 
28384 \begin_inset CommandInset citation
28385 LatexCommand cite
28386 key "sidecap"
28387
28388 \end_inset
28389
28390 .
28391 \end_layout
28392
28393 \begin_layout Standard
28394 \begin_inset Note Greyedout
28395 status open
28396
28397 \begin_layout Plain Layout
28398
28399 \series bold
28400 Bemerkung:
28401 \series default
28402  Das LaTeX-Paket 
28403 \series bold
28404 hypcap
28405 \series default
28406 ,
28407 \begin_inset Index idx
28408 status collapsed
28409
28410 \begin_layout Plain Layout
28411 LaTeX-Pakete ! hypcap
28412 \end_layout
28413
28414 \end_inset
28415
28416  das in Abschnitt
28417 \begin_inset space ~
28418 \end_inset
28419
28420
28421 \begin_inset CommandInset ref
28422 LatexCommand ref
28423 reference "uab:Querverweis-Position"
28424
28425 \end_inset
28426
28427  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28428  Beschriftungen.
28429 \end_layout
28430
28431 \end_inset
28432
28433
28434 \end_layout
28435
28436 \begin_layout Standard
28437 \begin_inset ERT
28438 status collapsed
28439
28440 \begin_layout Plain Layout
28441
28442
28443 \backslash
28444 FigBesBeg 
28445 \end_layout
28446
28447 \end_inset
28448
28449
28450 \end_layout
28451
28452 \begin_layout Standard
28453 \begin_inset Float figure
28454 wide false
28455 sideways false
28456 status open
28457
28458 \begin_layout Plain Layout
28459 \begin_inset Graphics
28460         filename ../clipart/escher-lsd.eps
28461         scale 75
28462         scaleBeforeRotation
28463
28464 \end_inset
28465
28466
28467 \end_layout
28468
28469 \begin_layout Plain Layout
28470 \begin_inset Caption Standard
28471
28472 \begin_layout Plain Layout
28473 \begin_inset CommandInset label
28474 LatexCommand label
28475 name "abb:Beschriftung-neben"
28476
28477 \end_inset
28478
28479 Dies ist eine Beschriftung neben einer Abbildung.
28480 \end_layout
28481
28482 \end_inset
28483
28484
28485 \end_layout
28486
28487 \end_inset
28488
28489
28490 \end_layout
28491
28492 \begin_layout Standard
28493 \begin_inset ERT
28494 status collapsed
28495
28496 \begin_layout Plain Layout
28497
28498
28499 \backslash
28500 FigBesEnd
28501 \end_layout
28502
28503 \end_inset
28504
28505
28506 \end_layout
28507
28508 \begin_layout Standard
28509 \begin_inset ERT
28510 status collapsed
28511
28512 \begin_layout Plain Layout
28513
28514
28515 \backslash
28516 TabBesBeg 
28517 \end_layout
28518
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \begin_layout Standard
28525 \begin_inset Float table
28526 wide false
28527 sideways false
28528 status open
28529
28530 \begin_layout Plain Layout
28531 \begin_inset Caption Standard
28532
28533 \begin_layout Plain Layout
28534 \begin_inset CommandInset label
28535 LatexCommand label
28536 name "tab:Beschriftung-neben"
28537
28538 \end_inset
28539
28540 Dies ist eine Beschriftung neben einer Tabelle.
28541 \end_layout
28542
28543 \end_inset
28544
28545
28546 \end_layout
28547
28548 \begin_layout Plain Layout
28549 \begin_inset Tabular
28550 <lyxtabular version="3" rows="4" columns="5">
28551 <features rotate="0" tabularvalignment="middle">
28552 <column alignment="center" valignment="top" width="0">
28553 <column alignment="center" valignment="top" width="0">
28554 <column alignment="center" valignment="top" width="0">
28555 <column alignment="center" valignment="top" width="0">
28556 <column alignment="center" valignment="top" width="0">
28557 <row>
28558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28559 \begin_inset Text
28560
28561 \begin_layout Plain Layout
28562 a
28563 \end_layout
28564
28565 \end_inset
28566 </cell>
28567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28568 \begin_inset Text
28569
28570 \begin_layout Plain Layout
28571
28572 \end_layout
28573
28574 \end_inset
28575 </cell>
28576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28577 \begin_inset Text
28578
28579 \begin_layout Plain Layout
28580 b
28581 \end_layout
28582
28583 \end_inset
28584 </cell>
28585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28586 \begin_inset Text
28587
28588 \begin_layout Plain Layout
28589
28590 \end_layout
28591
28592 \end_inset
28593 </cell>
28594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28595 \begin_inset Text
28596
28597 \begin_layout Plain Layout
28598 c
28599 \end_layout
28600
28601 \end_inset
28602 </cell>
28603 </row>
28604 <row>
28605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28606 \begin_inset Text
28607
28608 \begin_layout Plain Layout
28609
28610 \end_layout
28611
28612 \end_inset
28613 </cell>
28614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28615 \begin_inset Text
28616
28617 \begin_layout Plain Layout
28618 d
28619 \end_layout
28620
28621 \end_inset
28622 </cell>
28623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28624 \begin_inset Text
28625
28626 \begin_layout Plain Layout
28627
28628 \end_layout
28629
28630 \end_inset
28631 </cell>
28632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28633 \begin_inset Text
28634
28635 \begin_layout Plain Layout
28636 e
28637 \end_layout
28638
28639 \end_inset
28640 </cell>
28641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28642 \begin_inset Text
28643
28644 \begin_layout Plain Layout
28645
28646 \end_layout
28647
28648 \end_inset
28649 </cell>
28650 </row>
28651 <row>
28652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28653 \begin_inset Text
28654
28655 \begin_layout Plain Layout
28656 f
28657 \end_layout
28658
28659 \end_inset
28660 </cell>
28661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28662 \begin_inset Text
28663
28664 \begin_layout Plain Layout
28665
28666 \end_layout
28667
28668 \end_inset
28669 </cell>
28670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28671 \begin_inset Text
28672
28673 \begin_layout Plain Layout
28674 g
28675 \end_layout
28676
28677 \end_inset
28678 </cell>
28679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28680 \begin_inset Text
28681
28682 \begin_layout Plain Layout
28683
28684 \end_layout
28685
28686 \end_inset
28687 </cell>
28688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28689 \begin_inset Text
28690
28691 \begin_layout Plain Layout
28692 h
28693 \end_layout
28694
28695 \end_inset
28696 </cell>
28697 </row>
28698 <row>
28699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28700 \begin_inset Text
28701
28702 \begin_layout Plain Layout
28703
28704 \end_layout
28705
28706 \end_inset
28707 </cell>
28708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28709 \begin_inset Text
28710
28711 \begin_layout Plain Layout
28712 i
28713 \end_layout
28714
28715 \end_inset
28716 </cell>
28717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28718 \begin_inset Text
28719
28720 \begin_layout Plain Layout
28721
28722 \end_layout
28723
28724 \end_inset
28725 </cell>
28726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28727 \begin_inset Text
28728
28729 \begin_layout Plain Layout
28730 j
28731 \end_layout
28732
28733 \end_inset
28734 </cell>
28735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28736 \begin_inset Text
28737
28738 \begin_layout Plain Layout
28739
28740 \end_layout
28741
28742 \end_inset
28743 </cell>
28744 </row>
28745 </lyxtabular>
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \end_layout
28756
28757 \begin_layout Standard
28758 \begin_inset ERT
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762
28763
28764 \backslash
28765 TabBesEnd
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \begin_layout Standard
28774 \begin_inset ERT
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778
28779
28780 \backslash
28781 FigBesBeg[5] 
28782 \end_layout
28783
28784 \end_inset
28785
28786
28787 \end_layout
28788
28789 \begin_layout Standard
28790 \begin_inset ERT
28791 status collapsed
28792
28793 \begin_layout Plain Layout
28794
28795
28796 \backslash
28797 sidecaptionvpos{figure}{c}
28798 \end_layout
28799
28800 \end_inset
28801
28802
28803 \begin_inset Float figure
28804 wide false
28805 sideways false
28806 status open
28807
28808 \begin_layout Plain Layout
28809 \begin_inset Graphics
28810         filename ../clipart/escher-lsd.eps
28811         scale 75
28812         scaleBeforeRotation
28813
28814 \end_inset
28815
28816
28817 \end_layout
28818
28819 \begin_layout Plain Layout
28820 \begin_inset Caption Standard
28821
28822 \begin_layout Plain Layout
28823 \begin_inset CommandInset label
28824 LatexCommand label
28825 name "abb:cap-beside-fig-2"
28826
28827 \end_inset
28828
28829 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
28830 \end_layout
28831
28832 \end_inset
28833
28834
28835 \end_layout
28836
28837 \end_inset
28838
28839
28840 \end_layout
28841
28842 \begin_layout Standard
28843 \begin_inset ERT
28844 status collapsed
28845
28846 \begin_layout Plain Layout
28847
28848
28849 \backslash
28850 FigBesEnd
28851 \end_layout
28852
28853 \end_inset
28854
28855
28856 \end_layout
28857
28858 \begin_layout Standard
28859 \begin_inset ERT
28860 status collapsed
28861
28862 \begin_layout Plain Layout
28863
28864
28865 \backslash
28866 TabBesBeg[5]
28867 \end_layout
28868
28869 \end_inset
28870
28871
28872 \end_layout
28873
28874 \begin_layout Standard
28875 \begin_inset Float table
28876 wide false
28877 sideways false
28878 status open
28879
28880 \begin_layout Plain Layout
28881 \begin_inset Caption Standard
28882
28883 \begin_layout Plain Layout
28884 \begin_inset CommandInset label
28885 LatexCommand label
28886 name "tab:Beschriftung-neben-breiter"
28887
28888 \end_inset
28889
28890 Diese Beschriftung ist breiter als die in Tabelle
28891 \begin_inset space ~
28892 \end_inset
28893
28894
28895 \begin_inset CommandInset ref
28896 LatexCommand ref
28897 reference "tab:Beschriftung-neben"
28898
28899 \end_inset
28900
28901 .
28902 \end_layout
28903
28904 \end_inset
28905
28906
28907 \end_layout
28908
28909 \begin_layout Plain Layout
28910 \begin_inset Tabular
28911 <lyxtabular version="3" rows="4" columns="5">
28912 <features rotate="0" tabularvalignment="middle">
28913 <column alignment="center" valignment="top" width="0">
28914 <column alignment="center" valignment="top" width="0">
28915 <column alignment="center" valignment="top" width="0">
28916 <column alignment="center" valignment="top" width="0">
28917 <column alignment="center" valignment="top" width="0">
28918 <row>
28919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28920 \begin_inset Text
28921
28922 \begin_layout Plain Layout
28923 a
28924 \end_layout
28925
28926 \end_inset
28927 </cell>
28928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28929 \begin_inset Text
28930
28931 \begin_layout Plain Layout
28932
28933 \end_layout
28934
28935 \end_inset
28936 </cell>
28937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28938 \begin_inset Text
28939
28940 \begin_layout Plain Layout
28941 b
28942 \end_layout
28943
28944 \end_inset
28945 </cell>
28946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28947 \begin_inset Text
28948
28949 \begin_layout Plain Layout
28950
28951 \end_layout
28952
28953 \end_inset
28954 </cell>
28955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28956 \begin_inset Text
28957
28958 \begin_layout Plain Layout
28959 c
28960 \end_layout
28961
28962 \end_inset
28963 </cell>
28964 </row>
28965 <row>
28966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28967 \begin_inset Text
28968
28969 \begin_layout Plain Layout
28970
28971 \end_layout
28972
28973 \end_inset
28974 </cell>
28975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28976 \begin_inset Text
28977
28978 \begin_layout Plain Layout
28979 d
28980 \end_layout
28981
28982 \end_inset
28983 </cell>
28984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28985 \begin_inset Text
28986
28987 \begin_layout Plain Layout
28988
28989 \end_layout
28990
28991 \end_inset
28992 </cell>
28993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28994 \begin_inset Text
28995
28996 \begin_layout Plain Layout
28997 e
28998 \end_layout
28999
29000 \end_inset
29001 </cell>
29002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29003 \begin_inset Text
29004
29005 \begin_layout Plain Layout
29006
29007 \end_layout
29008
29009 \end_inset
29010 </cell>
29011 </row>
29012 <row>
29013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29014 \begin_inset Text
29015
29016 \begin_layout Plain Layout
29017 f
29018 \end_layout
29019
29020 \end_inset
29021 </cell>
29022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29023 \begin_inset Text
29024
29025 \begin_layout Plain Layout
29026
29027 \end_layout
29028
29029 \end_inset
29030 </cell>
29031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29032 \begin_inset Text
29033
29034 \begin_layout Plain Layout
29035 g
29036 \end_layout
29037
29038 \end_inset
29039 </cell>
29040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29041 \begin_inset Text
29042
29043 \begin_layout Plain Layout
29044
29045 \end_layout
29046
29047 \end_inset
29048 </cell>
29049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29050 \begin_inset Text
29051
29052 \begin_layout Plain Layout
29053 h
29054 \end_layout
29055
29056 \end_inset
29057 </cell>
29058 </row>
29059 <row>
29060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29061 \begin_inset Text
29062
29063 \begin_layout Plain Layout
29064
29065 \end_layout
29066
29067 \end_inset
29068 </cell>
29069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29070 \begin_inset Text
29071
29072 \begin_layout Plain Layout
29073 i
29074 \end_layout
29075
29076 \end_inset
29077 </cell>
29078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29079 \begin_inset Text
29080
29081 \begin_layout Plain Layout
29082
29083 \end_layout
29084
29085 \end_inset
29086 </cell>
29087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29088 \begin_inset Text
29089
29090 \begin_layout Plain Layout
29091 j
29092 \end_layout
29093
29094 \end_inset
29095 </cell>
29096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29097 \begin_inset Text
29098
29099 \begin_layout Plain Layout
29100
29101 \end_layout
29102
29103 \end_inset
29104 </cell>
29105 </row>
29106 </lyxtabular>
29107
29108 \end_inset
29109
29110
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \end_layout
29117
29118 \begin_layout Standard
29119 \begin_inset ERT
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123
29124
29125 \backslash
29126 TabBesEnd
29127 \end_layout
29128
29129 \end_inset
29130
29131
29132 \end_layout
29133
29134 \begin_layout Standard
29135 \begin_inset ERT
29136 status collapsed
29137
29138 \begin_layout Plain Layout
29139
29140
29141 \backslash
29142 else
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \begin_inset Note Note
29149 status open
29150
29151 \begin_layout Plain Layout
29152 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
29153 \series bold
29154 sidecap
29155 \series default
29156  nicht installiert ist:
29157 \end_layout
29158
29159 \end_inset
29160
29161
29162 \end_layout
29163
29164 \begin_layout Standard
29165 Das LaTeX-Paket 
29166 \series bold
29167 sidecap
29168 \series default
29169  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29170 \end_layout
29171
29172 \begin_layout Standard
29173 \begin_inset ERT
29174 status collapsed
29175
29176 \begin_layout Plain Layout
29177
29178
29179 \backslash
29180 fi
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \end_layout
29187
29188 \begin_layout Section
29189 Gleitobjekt-Verzeichnisse
29190 \begin_inset Index idx
29191 status collapsed
29192
29193 \begin_layout Plain Layout
29194 Gleitobjekte ! Verzeichnisse
29195 \end_layout
29196
29197 \end_inset
29198
29199
29200 \end_layout
29201
29202 \begin_layout Standard
29203 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29204  Sie können mit den Untermenüs von 
29205 \family sans
29206 Einfügen\SpecialChar \menuseparator
29207 Liste
29208 \begin_inset space ~
29209 \end_inset
29210
29211 /
29212 \begin_inset space ~
29213 \end_inset
29214
29215 Inhaltsverzeichnis
29216 \family default
29217  eingefügt werden.
29218 \end_layout
29219
29220 \begin_layout Standard
29221 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29222  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29223 \end_layout
29224
29225 \begin_layout Standard
29226 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29227  und ein Tabellen-Verzeichnis.
29228 \end_layout
29229
29230 \begin_layout Chapter
29231 Notizen
29232 \end_layout
29233
29234 \begin_layout Section
29235 LyX-Notizen
29236 \begin_inset Index idx
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240 Notizen ! LyX-Notizen
29241 \end_layout
29242
29243 \end_inset
29244
29245
29246 \end_layout
29247
29248 \begin_layout Standard
29249 Notizen werden mit einem Klick auf 
29250 \begin_inset Info
29251 type  "icon"
29252 arg   "note-insert"
29253 \end_inset
29254
29255  oder 
29256 \family sans
29257 Einfügen\SpecialChar \menuseparator
29258 Notiz
29259 \family default
29260  eingefügt.
29261  Es gibt drei Arten:
29262 \end_layout
29263
29264 \begin_layout Description
29265 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29266  Eine 
29267 \family sans
29268 LyX-Notiz
29269 \family default
29270  sieht so aus:
29271 \begin_inset Newline newline
29272 \end_inset
29273
29274
29275 \begin_inset Newline newline
29276 \end_inset
29277
29278
29279 \begin_inset Graphics
29280         filename clipart/LyXNotizQt4.png
29281         display false
29282         scale 60
29283         scaleBeforeRotation
29284
29285 \end_inset
29286
29287  
29288 \begin_inset Note Note
29289 status open
29290
29291 \begin_layout Plain Layout
29292 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29293 \end_layout
29294
29295 \end_inset
29296
29297
29298 \end_layout
29299
29300 \begin_layout Description
29301 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29302  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
29303 \family sans
29304 Datei\SpecialChar \menuseparator
29305 Ex\SpecialChar \-
29306 por\SpecialChar \-
29307 tie\SpecialChar \-
29308 ren\SpecialChar \menuseparator
29309 LaTe
29310 \begin_inset ERT
29311 status collapsed
29312
29313 \begin_layout Plain Layout
29314
29315 {}
29316 \end_layout
29317
29318 \end_inset
29319
29320 X (pdflatex) / (normal)
29321 \family default
29322 .
29323  Ein Kommentar sieht so aus:
29324 \begin_inset Newline newline
29325 \end_inset
29326
29327
29328 \begin_inset Newline newline
29329 \end_inset
29330
29331
29332 \begin_inset Graphics
29333         filename clipart/KommentarQt4.png
29334         display false
29335         scale 60
29336         scaleBeforeRotation
29337
29338 \end_inset
29339
29340  
29341 \begin_inset Note Comment
29342 status open
29343
29344 \begin_layout Plain Layout
29345 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29346 \end_layout
29347
29348 \end_inset
29349
29350
29351 \end_layout
29352
29353 \begin_layout Description
29354 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29355 \begin_inset Newline newline
29356 \end_inset
29357
29358
29359 \begin_inset Newline newline
29360 \end_inset
29361
29362
29363 \begin_inset Graphics
29364         filename clipart/GrauschriftNotizQt4.png
29365         display false
29366         scale 60
29367         scaleBeforeRotation
29368
29369 \end_inset
29370
29371
29372 \begin_inset Newline newline
29373 \end_inset
29374
29375
29376 \begin_inset ERT
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380
29381
29382 \backslash
29383 renewenvironment{lyxgreyedout}
29384 \end_layout
29385
29386 \begin_layout Plain Layout
29387
29388 {
29389 \backslash
29390 textcolor[gray]{0.4}
29391 \backslash
29392 bgroup}{
29393 \backslash
29394 egroup}
29395 \end_layout
29396
29397 \end_inset
29398
29399
29400 \begin_inset Note Greyedout
29401 status open
29402
29403 \begin_layout Plain Layout
29404 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29405 \begin_inset Foot
29406 status open
29407
29408 \begin_layout Plain Layout
29409 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29410 \end_layout
29411
29412 \end_inset
29413
29414
29415 \end_layout
29416
29417 \end_inset
29418
29419
29420 \begin_inset ERT
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424
29425
29426 \backslash
29427 renewenvironment{lyxgreyedout}
29428 \end_layout
29429
29430 \begin_layout Plain Layout
29431
29432 {
29433 \backslash
29434 textcolor{blue}
29435 \backslash
29436 bgroup}{
29437 \backslash
29438 egroup}
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \begin_inset Note Note
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
29449  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
29450  
29451 \end_layout
29452
29453 \end_inset
29454
29455
29456 \begin_inset Newline newline
29457 \end_inset
29458
29459
29460 \begin_inset Newline newline
29461 \end_inset
29462
29463 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29464  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29465 \end_layout
29466
29467 \begin_layout Standard
29468 \begin_inset VSpace bigskip
29469 \end_inset
29470
29471 Wenn Sie auf den Werkzeugleistenknopf 
29472 \family sans
29473
29474 \begin_inset Info
29475 type  "icon"
29476 arg   "note-insert"
29477 \end_inset
29478
29479
29480 \family default
29481  klicken, wird zunächst eine 
29482 \family sans
29483 LyX-Notiz
29484 \family default
29485  eingefügt.
29486  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29487  Notiz-Typen auswählen.
29488  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29489  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29490  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29491  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29492  am Ende der Notiz ist.
29493 \end_layout
29494
29495 \begin_layout Standard
29496 \begin_inset VSpace bigskip
29497 \end_inset
29498
29499 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29500 \family sans
29501 Dokument\SpecialChar \menuseparator
29502 Einstellungen\SpecialChar \menuseparator
29503 Farben
29504 \family default
29505  geändert werden.
29506 \end_layout
29507
29508 \begin_layout Section
29509 Fußnoten
29510 \begin_inset CommandInset label
29511 LatexCommand label
29512 name "abs:Fußnoten"
29513
29514 \end_inset
29515
29516
29517 \begin_inset Index idx
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521 Notizen ! Fußnoten
29522 \end_layout
29523
29524 \end_inset
29525
29526
29527 \begin_inset Index idx
29528 status collapsed
29529
29530 \begin_layout Plain Layout
29531 Fußnoten
29532 \end_layout
29533
29534 \end_inset
29535
29536
29537 \end_layout
29538
29539 \begin_layout Standard
29540 Fußnoten werden über den Werkzeugleistenknopf 
29541 \begin_inset Info
29542 type  "icon"
29543 arg   "footnote-insert"
29544 \end_inset
29545
29546  oder das Menü 
29547 \family sans
29548 Einfügen\SpecialChar \menuseparator
29549 Fußnote
29550 \family default
29551  eingefügt.
29552  Man sieht dann diese Fußnotenbox: 
29553 \begin_inset Graphics
29554         filename clipart/FussnoteQt4.png
29555         scale 80
29556         scaleBeforeRotation
29557
29558 \end_inset
29559
29560  in die der Fußnotentext eingegeben wird.
29561  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
29562  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
29563  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
29564 \family sans
29565 Backspace
29566 \family default
29567  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
29568 \family sans
29569 Entf
29570 \family default
29571  wenn der Cursor am Ende der Fußnote ist.
29572 \end_layout
29573
29574 \begin_layout Standard
29575 Hier ist eine Beispielfußnote:
29576 \color black
29577
29578 \begin_inset Foot
29579 status open
29580
29581 \begin_layout Plain Layout
29582 \begin_inset CommandInset label
29583 LatexCommand label
29584 name "fuss:Fußnoten-Beispiel"
29585
29586 \end_inset
29587
29588 Dies ist eine Fußnote.
29589 \end_layout
29590
29591 \end_inset
29592
29593
29594 \color inherit
29595
29596 \begin_inset ERT
29597 status collapsed
29598
29599 \begin_layout Plain Layout
29600
29601
29602 \backslash
29603 newcounter{MyRepeatFoot}
29604 \end_layout
29605
29606 \begin_layout Plain Layout
29607
29608
29609 \backslash
29610 setcounter{MyRepeatFoot}{
29611 \backslash
29612 thefootnote}
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \end_layout
29619
29620 \begin_layout Standard
29621 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
29622  wurde, eine hochgestellte Zahl.
29623  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
29624  hochgestellt dem Text vorangeht.
29625  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
29626  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
29627  werden.
29628 \end_layout
29629
29630 \begin_layout Standard
29631 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
29632  der Fußnote eine Marke eingefügt wurde.
29633  Dies ist ein Querverweis auf Fußnote
29634 \begin_inset space ~
29635 \end_inset
29636
29637
29638 \begin_inset CommandInset ref
29639 LatexCommand ref
29640 reference "fuss:Fußnoten-Beispiel"
29641
29642 \end_inset
29643
29644 .
29645 \end_layout
29646
29647 \begin_layout Standard
29648 \begin_inset VSpace defskip
29649 \end_inset
29650
29651 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
29652  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
29653  wird der Befehl 
29654 \series bold
29655
29656 \backslash
29657 footnotemark{}
29658 \series default
29659  als TeX-Code eingefügt.
29660  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
29661 \series bold
29662
29663 \backslash
29664 footnotetext
29665 \series default
29666  nach der Tabelle eingegeben.
29667 \begin_inset Newline newline
29668 \end_inset
29669
29670 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
29671 \end_layout
29672
29673 \begin_layout Standard
29674
29675 \series bold
29676
29677 \backslash
29678 footnotetext{
29679 \series default
29680 Gedruckte Tabellenfußnote.
29681 \series bold
29682 }
29683 \end_layout
29684
29685 \begin_layout Standard
29686 \begin_inset Tabular
29687 <lyxtabular version="3" rows="2" columns="1">
29688 <features rotate="0" tabularvalignment="middle">
29689 <column alignment="center" valignment="top" width="0">
29690 <row>
29691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29692 \begin_inset Text
29693
29694 \begin_layout Plain Layout
29695 Dies ist ein Beispieltext.
29696 \begin_inset Foot
29697 status open
29698
29699 \begin_layout Plain Layout
29700 Diese Fußnote wird nicht gedruckt!
29701 \end_layout
29702
29703 \end_inset
29704
29705
29706 \end_layout
29707
29708 \end_inset
29709 </cell>
29710 </row>
29711 <row>
29712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29713 \begin_inset Text
29714
29715 \begin_layout Plain Layout
29716 Dies ist ein Beispieltext.
29717 \begin_inset ERT
29718 status collapsed
29719
29720 \begin_layout Plain Layout
29721
29722
29723 \backslash
29724 footnotemark{}
29725 \end_layout
29726
29727 \end_inset
29728
29729
29730 \end_layout
29731
29732 \end_inset
29733 </cell>
29734 </row>
29735 </lyxtabular>
29736
29737 \end_inset
29738
29739
29740 \begin_inset ERT
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744
29745
29746 \backslash
29747 footnotetext{
29748 \end_layout
29749
29750 \end_inset
29751
29752 Gedruckte Tabellenfußnote.
29753 \begin_inset ERT
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757
29758 }
29759 \end_layout
29760
29761 \end_inset
29762
29763
29764 \end_layout
29765
29766 \begin_layout Standard
29767 Fußnoten in langen Tabellen sind in Abschnitt
29768 \begin_inset space ~
29769 \end_inset
29770
29771
29772 \begin_inset CommandInset ref
29773 LatexCommand ref
29774 reference "uab:Fußnoten-in-langen"
29775
29776 \end_inset
29777
29778  beschrieben.
29779 \end_layout
29780
29781 \begin_layout Standard
29782 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
29783  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
29784  innerhalb einer Seite ist.
29785  (Mehr über Minipages ist in Abschnitt
29786 \begin_inset space ~
29787 \end_inset
29788
29789
29790 \begin_inset CommandInset ref
29791 LatexCommand ref
29792 reference "abs:Minipage"
29793
29794 \end_inset
29795
29796  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
29797  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
29798  Methode mit 
29799 \series bold
29800
29801 \backslash
29802 footnotemark{}
29803 \series default
29804  und 
29805 \series bold
29806
29807 \backslash
29808 footnotetext
29809 \series default
29810 .
29811 \end_layout
29812
29813 \begin_layout Standard
29814 \begin_inset Box Frameless
29815 position "t"
29816 hor_pos "c"
29817 has_inner_box 1
29818 inner_pos "t"
29819 use_parbox 0
29820 use_makebox 0
29821 width "100col%"
29822 special "none"
29823 height "1in"
29824 height_special "totalheight"
29825 status open
29826
29827 \begin_layout Plain Layout
29828 Dies ist ein Beispieltext.in einer Minipage.
29829 \begin_inset Foot
29830 status open
29831
29832 \begin_layout Plain Layout
29833 Fußnote in einer Minipage.
29834 \end_layout
29835
29836 \end_inset
29837
29838
29839 \end_layout
29840
29841 \begin_layout Plain Layout
29842 Dies ist ein Beispieltext.
29843  in einer Minipage.
29844 \begin_inset ERT
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848
29849
29850 \backslash
29851 footnotemark{}
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \end_inset
29860
29861
29862 \end_layout
29863
29864 \begin_layout Standard
29865 \begin_inset ERT
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869
29870
29871 \backslash
29872 footnotetext{
29873 \end_layout
29874
29875 \end_inset
29876
29877 Fußnote außerhalb der Minipage.
29878 \begin_inset ERT
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882
29883 }
29884 \end_layout
29885
29886 \end_inset
29887
29888
29889 \end_layout
29890
29891 \begin_layout Standard
29892 \begin_inset VSpace defskip
29893 \end_inset
29894
29895
29896 \end_layout
29897
29898 \begin_layout Standard
29899 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
29900  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
29901 \series bold
29902
29903 \backslash
29904 footnotemark[Nummer]
29905 \series default
29906 .
29907 \begin_inset Newline newline
29908 \end_inset
29909
29910 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
29911  sie speichern, nachdem Sie die Fußnote eingefügt haben.
29912  Hinter Fußnote
29913 \begin_inset space ~
29914 \end_inset
29915
29916
29917 \begin_inset CommandInset ref
29918 LatexCommand ref
29919 reference "fuss:Fußnoten-Beispiel"
29920
29921 \end_inset
29922
29923  wurde das mit folgenden TeX-Code-Befehlen gemacht:
29924 \end_layout
29925
29926 \begin_layout Standard
29927
29928 \series bold
29929
29930 \backslash
29931 newcounter{MyRepeatFoot}
29932 \begin_inset Newline newline
29933 \end_inset
29934
29935
29936 \backslash
29937 setcounter{MyRepeatFoot}{
29938 \backslash
29939 thefootnote}
29940 \end_layout
29941
29942 \begin_layout Standard
29943 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
29944 \end_layout
29945
29946 \begin_layout Standard
29947
29948 \series bold
29949
29950 \backslash
29951 footnotemark[
29952 \backslash
29953 theMyRepeatFoot]
29954 \end_layout
29955
29956 \begin_layout Standard
29957 Hier ist eine wiederholte Fußnote:
29958 \begin_inset ERT
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962
29963
29964 \backslash
29965 footnotemark[
29966 \backslash
29967 theMyRepeatFoot]
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \end_layout
29974
29975 \begin_layout Standard
29976 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
29977  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
29978 \end_layout
29979
29980 \begin_layout Standard
29981
29982 \series bold
29983
29984 \backslash
29985 footnotemark[
29986 \backslash
29987 thefootnote]
29988 \end_layout
29989
29990 \begin_layout Standard
29991 Hier ist eine weitere wiederholte Fußnote:
29992 \begin_inset ERT
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996
29997
29998 \backslash
29999 footnotemark[
30000 \backslash
30001 thefootnote]
30002 \end_layout
30003
30004 \end_inset
30005
30006
30007 \end_layout
30008
30009 \begin_layout Subsection
30010 Fußnoten-Nummerierung
30011 \begin_inset CommandInset label
30012 LatexCommand label
30013 name "uab:Fußnoten-Nummerierung"
30014
30015 \end_inset
30016
30017
30018 \begin_inset Index idx
30019 status collapsed
30020
30021 \begin_layout Plain Layout
30022 Fußnoten ! Nummerierung
30023 \end_layout
30024
30025 \end_inset
30026
30027
30028 \end_layout
30029
30030 \begin_layout Standard
30031 Um Fußnoten nach jedem Abschnitt
30032 \family roman
30033  auf 1 zurückzusetzen, 
30034 \family default
30035 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30036 \end_layout
30037
30038 \begin_layout Standard
30039
30040 \series bold
30041
30042 \backslash
30043 @addtoreset{footnote}{section}
30044 \end_layout
30045
30046 \begin_layout Standard
30047 \begin_inset VSpace bigskip
30048 \end_inset
30049
30050 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30051  Zahlen:
30052 \end_layout
30053
30054 \begin_layout Standard
30055
30056 \series bold
30057
30058 \backslash
30059 renewcommand{
30060 \backslash
30061 thefootnote}{
30062 \backslash
30063 roman{footnote}}
30064 \end_layout
30065
30066 \begin_layout Standard
30067 \begin_inset ERT
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071
30072
30073 \backslash
30074 renewcommand{
30075 \backslash
30076 thefootnote}{
30077 \backslash
30078 roman{footnote}}
30079 \end_layout
30080
30081 \end_inset
30082
30083  Hier ist ein Beispiel für solch eine Fußnote:
30084 \begin_inset Foot
30085 status open
30086
30087 \begin_layout Plain Layout
30088 Dies ist eine Fußnote mit kleinen römischen Zahlen
30089 \end_layout
30090
30091 \end_inset
30092
30093
30094 \end_layout
30095
30096 \begin_layout Standard
30097 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30098  in obigem Befehl 
30099 \series bold
30100
30101 \backslash
30102 roman
30103 \series default
30104  durch 
30105 \series bold
30106
30107 \backslash
30108 Roman
30109 \series default
30110 .
30111  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30112 \begin_inset Quotes gld
30113 \end_inset
30114
30115 nummerieren
30116 \begin_inset Quotes grd
30117 \end_inset
30118
30119 , verwenden Sie die Befehle 
30120 \series bold
30121
30122 \backslash
30123 Alph
30124 \series default
30125  oder 
30126 \series bold
30127
30128 \backslash
30129 alph
30130 \series default
30131 .
30132  Für die 
30133 \begin_inset Quotes gld
30134 \end_inset
30135
30136 Nummerierung
30137 \begin_inset Quotes grd
30138 \end_inset
30139
30140  mit Symbolen steht der Befehl 
30141 \series bold
30142
30143 \backslash
30144 fnsymbol
30145 \series default
30146  zur Verfügung.
30147 \end_layout
30148
30149 \begin_layout Standard
30150 \begin_inset Note Greyedout
30151 status open
30152
30153 \begin_layout Plain Layout
30154
30155 \series bold
30156 Bemerkung 1:
30157 \series default
30158  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30159  
30160 \emph on
30161 ein
30162 \emph default
30163  Buchstabe verwendet wird.
30164 \end_layout
30165
30166 \end_inset
30167
30168
30169 \begin_inset Newline newline
30170 \end_inset
30171
30172
30173 \begin_inset Note Greyedout
30174 status open
30175
30176 \begin_layout Plain Layout
30177
30178 \series bold
30179 Bemerkung 2:
30180 \series default
30181  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30182 \end_layout
30183
30184 \end_inset
30185
30186
30187 \end_layout
30188
30189 \begin_layout Standard
30190 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30191 \series bold
30192
30193 \backslash
30194 arabic
30195 \series default
30196  anstelle von 
30197 \series bold
30198
30199 \backslash
30200 roman
30201 \series default
30202  in obigem Befehl.
30203 \begin_inset ERT
30204 status collapsed
30205
30206 \begin_layout Plain Layout
30207
30208
30209 \backslash
30210 renewcommand{
30211 \backslash
30212 thefootnote}{
30213 \backslash
30214 arabic{footnote}}
30215 \end_layout
30216
30217 \end_inset
30218
30219
30220 \end_layout
30221
30222 \begin_layout Standard
30223 \begin_inset VSpace bigskip
30224 \end_inset
30225
30226
30227 \end_layout
30228
30229 \begin_layout Standard
30230 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30231 \begin_inset Quotes gld
30232 \end_inset
30233
30234 Kapitel.Fußnote
30235 \begin_inset Quotes grd
30236 \end_inset
30237
30238  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30239 \end_layout
30240
30241 \begin_layout Standard
30242
30243 \series bold
30244
30245 \backslash
30246 numberwithin{footnote}{chapter}
30247 \end_layout
30248
30249 \begin_layout Standard
30250 Um 
30251 \series bold
30252
30253 \backslash
30254 numberwithin
30255 \series default
30256  benutzen zu können, muss in den 
30257 \family sans
30258 Mathe
30259 \begin_inset space ~
30260 \end_inset
30261
30262 Optionen
30263 \family default
30264  der 
30265 \family sans
30266 Dokument-Einstellungen
30267 \family default
30268  
30269 \family sans
30270 AMS
30271 \begin_inset space ~
30272 \end_inset
30273
30274 Mathe
30275 \begin_inset space ~
30276 \end_inset
30277
30278 Paket
30279 \family default
30280
30281 \begin_inset space ~
30282 \end_inset
30283
30284
30285 \family sans
30286 verwenden
30287 \family default
30288  angekreuzt sein.
30289 \begin_inset ERT
30290 status collapsed
30291
30292 \begin_layout Plain Layout
30293
30294
30295 \backslash
30296 numberwithin{footnote}{chapter}
30297 \end_layout
30298
30299 \end_inset
30300
30301  Hier ist ein Beispiel für solch eine Fußnote.
30302 \series bold
30303
30304 \begin_inset Foot
30305 status open
30306
30307 \begin_layout Plain Layout
30308 Dies ist eine Fußnote nach dem Schema 
30309 \begin_inset Quotes gld
30310 \end_inset
30311
30312 Kapitel.Fußnote
30313 \begin_inset Quotes grd
30314 \end_inset
30315
30316 .
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \series default
30323
30324 \begin_inset ERT
30325 status collapsed
30326
30327 \begin_layout Plain Layout
30328
30329
30330 \backslash
30331 renewcommand{
30332 \backslash
30333 thefootnote}{
30334 \backslash
30335 arabic{footnote}}
30336 \end_layout
30337
30338 \end_inset
30339
30340
30341 \end_layout
30342
30343 \begin_layout Standard
30344 \begin_inset Note Greyedout
30345 status open
30346
30347 \begin_layout Plain Layout
30348
30349 \series bold
30350 Bemerkung:
30351 \series default
30352  
30353 \series bold
30354
30355 \backslash
30356 numberwithin
30357 \series default
30358  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30359  werden überschrieben.
30360 \end_layout
30361
30362 \end_inset
30363
30364
30365 \end_layout
30366
30367 \begin_layout Standard
30368 Um also z.
30369 \begin_inset space \thinspace{}
30370 \end_inset
30371
30372 B.
30373  das Schema 
30374 \begin_inset Quotes gld
30375 \end_inset
30376
30377 Kapitel.
30378 \backslash
30379 Roman{footnote}
30380 \begin_inset Quotes grd
30381 \end_inset
30382
30383  zu erhalten, muss dieser Befehl anstelle von 
30384 \series bold
30385
30386 \backslash
30387 numberwithin
30388 \series default
30389  verwendet werden:
30390 \end_layout
30391
30392 \begin_layout Standard
30393
30394 \series bold
30395
30396 \backslash
30397 renewcommand{
30398 \backslash
30399 thefootnote}{
30400 \backslash
30401 thechapter.
30402 \backslash
30403 Roman{footnote}}
30404 \end_layout
30405
30406 \begin_layout Subsection
30407 Fußnoten-Platzierung
30408 \begin_inset Index idx
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412 Fußnoten ! Platzierung
30413 \end_layout
30414
30415 \end_inset
30416
30417
30418 \end_layout
30419
30420 \begin_layout Standard
30421 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30422  ohne Zwischenraum am Ende der Seite gedruckt.
30423  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30424  LaTeX-Vorspann 1.5
30425 \begin_inset space \thinspace{}
30426 \end_inset
30427
30428 mm Zwischenraum einfügen:
30429 \end_layout
30430
30431 \begin_layout Standard
30432
30433 \series bold
30434
30435 \backslash
30436 let
30437 \backslash
30438 myFoot
30439 \backslash
30440 footnote
30441 \begin_inset Newline newline
30442 \end_inset
30443
30444
30445 \backslash
30446 renewcommand{
30447 \backslash
30448 footnote}[1]{
30449 \backslash
30450 myFoot{#1
30451 \backslash
30452 vspace{1.5mm}}}
30453 \end_layout
30454
30455 \begin_layout Standard
30456 \begin_inset VSpace bigskip
30457 \end_inset
30458
30459 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30460  Spalte gedruckt, Abbildung
30461 \begin_inset space ~
30462 \end_inset
30463
30464
30465 \begin_inset CommandInset ref
30466 LatexCommand ref
30467 reference "abb:Standard-Fußnoten-Platzierung-in"
30468
30469 \end_inset
30470
30471 .
30472  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30473  in Abbildung
30474 \begin_inset space ~
30475 \end_inset
30476
30477
30478 \begin_inset CommandInset ref
30479 LatexCommand ref
30480 reference "abb:Fußnoten-Platzierung-in-einem"
30481
30482 \end_inset
30483
30484 , müssen Sie das LaTeX-Paket 
30485 \series bold
30486 ftnright
30487 \series default
30488
30489 \begin_inset Index idx
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493 LaTeX-Pakete ! ftnright
30494 \end_layout
30495
30496 \end_inset
30497
30498  mit folgendem Befehl im LaTeX-Vorspann einfügen:
30499 \end_layout
30500
30501 \begin_layout Standard
30502
30503 \series bold
30504
30505 \backslash
30506 usepackage{ftnright}
30507 \end_layout
30508
30509 \begin_layout Standard
30510 \begin_inset Float figure
30511 placement !h
30512 wide false
30513 sideways false
30514 status open
30515
30516 \begin_layout Plain Layout
30517 \begin_inset ERT
30518 status collapsed
30519
30520 \begin_layout Plain Layout
30521
30522
30523 \backslash
30524 framebox{
30525 \end_layout
30526
30527 \end_inset
30528
30529
30530 \begin_inset Graphics
30531         filename ../clipart/without_fntright.pdf
30532         width 100col%
30533         scaleBeforeRotation
30534
30535 \end_inset
30536
30537
30538 \begin_inset ERT
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542
30543 }
30544 \end_layout
30545
30546 \end_inset
30547
30548
30549 \end_layout
30550
30551 \begin_layout Plain Layout
30552 \begin_inset Caption Standard
30553
30554 \begin_layout Plain Layout
30555 \begin_inset CommandInset label
30556 LatexCommand label
30557 name "abb:Standard-Fußnoten-Platzierung-in"
30558
30559 \end_inset
30560
30561 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30562 \begin_inset Argument 1
30563 status open
30564
30565 \begin_layout Plain Layout
30566 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30567 \end_layout
30568
30569 \end_inset
30570
30571
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \end_layout
30578
30579 \end_inset
30580
30581
30582 \end_layout
30583
30584 \begin_layout Standard
30585 \begin_inset Float figure
30586 placement !h
30587 wide false
30588 sideways false
30589 status open
30590
30591 \begin_layout Plain Layout
30592 \begin_inset ERT
30593 status collapsed
30594
30595 \begin_layout Plain Layout
30596
30597
30598 \backslash
30599 framebox{
30600 \end_layout
30601
30602 \end_inset
30603
30604
30605 \begin_inset Graphics
30606         filename ../clipart/with_fntright.pdf
30607         width 100col%
30608         scaleBeforeRotation
30609
30610 \end_inset
30611
30612
30613 \begin_inset ERT
30614 status collapsed
30615
30616 \begin_layout Plain Layout
30617
30618 }
30619 \end_layout
30620
30621 \end_inset
30622
30623
30624 \end_layout
30625
30626 \begin_layout Plain Layout
30627 \begin_inset Caption Standard
30628
30629 \begin_layout Plain Layout
30630 \begin_inset CommandInset label
30631 LatexCommand label
30632 name "abb:Fußnoten-Platzierung-in-einem"
30633
30634 \end_inset
30635
30636 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
30637  
30638 \series bold
30639 ftnright
30640 \series default
30641 .
30642 \begin_inset Argument 1
30643 status collapsed
30644
30645 \begin_layout Plain Layout
30646 Fußnoten-Platzierung mit 
30647 \family typewriter
30648 ftnright
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \end_inset
30657
30658
30659 \end_layout
30660
30661 \end_inset
30662
30663
30664 \end_layout
30665
30666 \begin_layout Standard
30667 \begin_inset VSpace bigskip
30668 \end_inset
30669
30670 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
30671  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
30672 \begin_inset space ~
30673 \end_inset
30674
30675
30676 \begin_inset CommandInset ref
30677 LatexCommand ref
30678 reference "abb:endnotes"
30679
30680 \end_inset
30681
30682  gedruckt.
30683  Man nennt sie dann 
30684 \begin_inset Quotes gld
30685 \end_inset
30686
30687 Endnoten
30688 \begin_inset Quotes grd
30689 \end_inset
30690
30691 .
30692 \begin_inset Index idx
30693 status collapsed
30694
30695 \begin_layout Plain Layout
30696 Endnoten
30697 \end_layout
30698
30699 \end_inset
30700
30701  Um das zu erreichen, laden Sie im Menü 
30702 \family sans
30703 Dokument\SpecialChar \menuseparator
30704 Einstellungen\SpecialChar \menuseparator
30705 Module 
30706 \family default
30707 das Modul 
30708 \family sans
30709 Fußnote
30710 \begin_inset space ~
30711 \end_inset
30712
30713 als
30714 \begin_inset space ~
30715 \end_inset
30716
30717 Endnote
30718 \family default
30719 .
30720  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
30721 \end_layout
30722
30723 \begin_layout Standard
30724
30725 \series bold
30726
30727 \backslash
30728 theendnotes
30729 \end_layout
30730
30731 \begin_layout Standard
30732 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
30733 \end_layout
30734
30735 \begin_layout Standard
30736 \begin_inset Float figure
30737 wide false
30738 sideways false
30739 status open
30740
30741 \begin_layout Plain Layout
30742 \align center
30743 \begin_inset ERT
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747
30748
30749 \backslash
30750 framebox{
30751 \end_layout
30752
30753 \end_inset
30754
30755
30756 \begin_inset Graphics
30757         filename ../clipart/endnotes.pdf
30758         scaleBeforeRotation
30759
30760 \end_inset
30761
30762
30763 \begin_inset ERT
30764 status collapsed
30765
30766 \begin_layout Plain Layout
30767
30768 }
30769 \end_layout
30770
30771 \end_inset
30772
30773
30774 \end_layout
30775
30776 \begin_layout Plain Layout
30777 \begin_inset Caption Standard
30778
30779 \begin_layout Plain Layout
30780 \begin_inset CommandInset label
30781 LatexCommand label
30782 name "abb:endnotes"
30783
30784 \end_inset
30785
30786
30787 \series bold
30788 endnotes
30789 \series default
30790  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
30791  gedruckt.
30792 \end_layout
30793
30794 \end_inset
30795
30796
30797 \end_layout
30798
30799 \end_inset
30800
30801
30802 \end_layout
30803
30804 \begin_layout Standard
30805 \begin_inset VSpace medskip
30806 \end_inset
30807
30808 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
30809 ache übersetzt.
30810  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
30811 \begin_inset Quotes gld
30812 \end_inset
30813
30814 Notes
30815 \begin_inset Quotes grd
30816 \end_inset
30817
30818  in 
30819 \begin_inset Quotes gld
30820 \end_inset
30821
30822 Anmerkungen
30823 \begin_inset Quotes grd
30824 \end_inset
30825
30826 :
30827 \end_layout
30828
30829 \begin_layout Standard
30830
30831 \series bold
30832
30833 \backslash
30834 renewcommand{
30835 \backslash
30836 notesname}{Anmerkungen}
30837 \end_layout
30838
30839 \begin_layout Standard
30840 \begin_inset VSpace medskip
30841 \end_inset
30842
30843 Wenn Sie in den Befehlen von Abschnitt
30844 \begin_inset space ~
30845 \end_inset
30846
30847
30848 \begin_inset CommandInset ref
30849 LatexCommand ref
30850 reference "uab:Fußnoten-Nummerierung"
30851
30852 \end_inset
30853
30854  
30855 \series bold
30856
30857 \backslash
30858 thefootnote
30859 \series default
30860  durch 
30861 \series bold
30862
30863 \backslash
30864 theendnote
30865 \series default
30866  ersetzen, können Sie die Nummerierung von Endnoten ändern.
30867  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
30868 \series bold
30869
30870 \backslash
30871 @addtoreset
30872 \series default
30873  wie in Abschnitt
30874 \begin_inset space \space{}
30875 \end_inset
30876
30877
30878 \begin_inset CommandInset ref
30879 LatexCommand ref
30880 reference "uab:Fußnoten-Nummerierung"
30881
30882 \end_inset
30883
30884  beschrieben und ersetzen 
30885 \series bold
30886 footnote
30887 \series default
30888  durch 
30889 \series bold
30890 endnote
30891 \series default
30892 .
30893 \end_layout
30894
30895 \begin_layout Standard
30896 Für Endnoten gibt es den Befehl 
30897 \series bold
30898
30899 \backslash
30900 endnotemark[Nummer]
30901 \series default
30902  analog zum Befehl 
30903 \series bold
30904
30905 \backslash
30906 footnotemark
30907 \series default
30908  der in Abschnitt
30909 \begin_inset space ~
30910 \end_inset
30911
30912
30913 \begin_inset CommandInset ref
30914 LatexCommand ref
30915 reference "abs:Fußnoten"
30916
30917 \end_inset
30918
30919  beschrieben ist.
30920 \end_layout
30921
30922 \begin_layout Standard
30923 \begin_inset VSpace bigskip
30924 \end_inset
30925
30926 Mit dem LaTeX-Paket 
30927 \series bold
30928 footmisc
30929 \series default
30930
30931 \begin_inset Index idx
30932 status collapsed
30933
30934 \begin_layout Plain Layout
30935 LaTeX-Pakete ! footmisc
30936 \end_layout
30937
30938 \end_inset
30939
30940  (
30941 \begin_inset CommandInset citation
30942 LatexCommand cite
30943 key "footmisc"
30944
30945 \end_inset
30946
30947 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
30948 \end_layout
30949
30950 \begin_layout Standard
30951 In LaTeX-Büchern, 
30952 \begin_inset CommandInset citation
30953 LatexCommand cite
30954 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
30955
30956 \end_inset
30957
30958 , finden Sie weiteres zu Fußnoten.
30959  Wenn Sie eine 
30960 \series bold
30961 KOMA-Script
30962 \series default
30963
30964 \begin_inset Index idx
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968 LaTeX-Pakete ! KOMA-Script
30969 \end_layout
30970
30971 \end_inset
30972
30973  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
30974 zifische Befehle anpassen, siehe 
30975 \begin_inset CommandInset citation
30976 LatexCommand cite
30977 key "KOMA-Script"
30978
30979 \end_inset
30980
30981 .
30982 \end_layout
30983
30984 \begin_layout Section
30985 Randnotizen
30986 \begin_inset Index idx
30987 status collapsed
30988
30989 \begin_layout Plain Layout
30990 Randnotizen
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \begin_inset Index idx
30997 status collapsed
30998
30999 \begin_layout Plain Layout
31000 Notizen ! Randnotizen
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \end_layout
31007
31008 \begin_layout Standard
31009 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
31010  Sie fügen sie mit einem Klick auf den Schalter 
31011 \begin_inset Info
31012 type  "icon"
31013 arg   "marginalnote-insert"
31014 \end_inset
31015
31016  oder über 
31017 \family sans
31018 Einfügen\SpecialChar \menuseparator
31019 Randnotiz
31020 \family default
31021  ein.
31022  Ein graues Kästchen mit der Aufschrift 
31023 \begin_inset Quotes gld
31024 \end_inset
31025
31026 Rand
31027 \begin_inset Quotes grd
31028 \end_inset
31029
31030  erscheint
31031 \family roman
31032 \series medium
31033 , und dort, wo der Cursor steht, können Sie Text eingeben.
31034 \end_layout
31035
31036 \begin_layout Standard
31037 Hier am Rand sehen Sie eine Randnotiz.
31038  
31039 \begin_inset Marginal
31040 status open
31041
31042 \begin_layout Plain Layout
31043 Dies ist eine Randnotiz.
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \end_layout
31050
31051 \begin_layout Standard
31052 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31053  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31054  Seiten und rechts auf den ungeraden.
31055  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31056  wird und umgekehrt.
31057  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31058  wurde.
31059 \end_layout
31060
31061 \begin_layout Standard
31062 \begin_inset VSpace bigskip
31063 \end_inset
31064
31065 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31066 \end_layout
31067
31068 \begin_layout Standard
31069
31070 \series bold
31071
31072 \backslash
31073 reversemarginpar
31074 \end_layout
31075
31076 \begin_layout Standard
31077 als TeX-Code vor einer Randnotiz ein.
31078  Das gilt dann für alle folgenden Randnotizen.
31079  
31080 \begin_inset ERT
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084
31085
31086 \backslash
31087 reversemarginpar 
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \begin_inset Marginal
31094 status open
31095
31096 \begin_layout Plain Layout
31097 Hier ist ein Beispiel im inneren Rand.
31098 \end_layout
31099
31100 \end_inset
31101
31102
31103 \begin_inset Newline newline
31104 \end_inset
31105
31106
31107 \begin_inset Note Greyedout
31108 status open
31109
31110 \begin_layout Plain Layout
31111  
31112 \series bold
31113 Achtung:
31114 \series default
31115  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31116 \end_layout
31117
31118 \end_inset
31119
31120
31121 \end_layout
31122
31123 \begin_layout Standard
31124 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31125 \end_layout
31126
31127 \begin_layout Standard
31128
31129 \series bold
31130
31131 \backslash
31132 normalmarginpar
31133 \end_layout
31134
31135 \begin_layout Standard
31136 als TeX-Code ein.
31137 \begin_inset ERT
31138 status collapsed
31139
31140 \begin_layout Plain Layout
31141
31142
31143 \backslash
31144 normalmarginpar 
31145 \end_layout
31146
31147 \end_inset
31148
31149
31150 \end_layout
31151
31152 \begin_layout Standard
31153 \begin_inset Note Greyedout
31154 status open
31155
31156 \begin_layout Plain Layout
31157
31158 \series bold
31159 Achtung:
31160 \series default
31161  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31162 \series bold
31163
31164 \backslash
31165 reversemarginpar
31166 \series default
31167  verwendet wird.
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \begin_layout Standard
31176 \begin_inset VSpace bigskip
31177 \end_inset
31178
31179
31180 \begin_inset Marginal
31181 status open
31182
31183 \begin_layout Plain Layout
31184
31185 \family roman
31186 \series medium
31187 EinSehrLangesWort am Anfang, das umgebrochen wird.
31188 \end_layout
31189
31190 \end_inset
31191
31192  Ähnlich wie in Abschnitt
31193 \begin_inset space ~
31194 \end_inset
31195
31196
31197 \begin_inset CommandInset ref
31198 LatexCommand ref
31199 reference "uab:Mehrfache-Zeilen-in"
31200
31201 \end_inset
31202
31203  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31204  Wort der Randnotiz sind.
31205  Um das zu vermeiden, fügen sie 0
31206 \begin_inset space \thinspace{}
31207 \end_inset
31208
31209 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31210 \begin_inset Marginal
31211 status open
31212
31213 \begin_layout Plain Layout
31214 \begin_inset space \hspace{}
31215 \length 0pt
31216 \end_inset
31217
31218
31219 \family roman
31220 \series medium
31221 EinSehrLangesWort am Anfang, das umgebrochen wird.
31222 \end_layout
31223
31224 \end_inset
31225
31226
31227 \end_layout
31228
31229 \begin_layout Standard
31230 \begin_inset VSpace bigskip
31231 \end_inset
31232
31233
31234 \end_layout
31235
31236 \begin_layout Standard
31237 \begin_inset Note Greyedout
31238 status open
31239
31240 \begin_layout Plain Layout
31241
31242 \series bold
31243 Bemerkung:
31244 \series default
31245  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31246  verwendet werden.
31247 \end_layout
31248
31249 \end_inset
31250
31251
31252 \end_layout
31253
31254 \begin_layout Standard
31255 \begin_inset VSpace bigskip
31256 \end_inset
31257
31258
31259 \end_layout
31260
31261 \begin_layout Standard
31262 \begin_inset ERT
31263 status collapsed
31264
31265 \begin_layout Plain Layout
31266
31267
31268 \backslash
31269 ifmarginnote
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \begin_inset Note Note
31276 status open
31277
31278 \begin_layout Plain Layout
31279 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
31280 \series bold
31281 marginnote
31282 \series default
31283  installiert ist.
31284 \end_layout
31285
31286 \end_inset
31287
31288
31289 \end_layout
31290
31291 \begin_layout Standard
31292 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
31293 \series bold
31294 marginnote
31295 \series default
31296
31297 \begin_inset Index idx
31298 status collapsed
31299
31300 \begin_layout Plain Layout
31301 LaTeX-Pakete ! marginnote
31302 \end_layout
31303
31304 \end_inset
31305
31306  verwendet wird.
31307  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
31308  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
31309  des Pakets 
31310 \series bold
31311 marginnote
31312 \series default
31313  für Randnotizen verwendet wird:
31314 \end_layout
31315
31316 \begin_layout Standard
31317
31318 \series bold
31319
31320 \backslash
31321 usepackage{marginnote}
31322 \begin_inset Newline newline
31323 \end_inset
31324
31325
31326 \backslash
31327 let
31328 \backslash
31329 marginpar
31330 \backslash
31331 marginnote
31332 \end_layout
31333
31334 \begin_layout Standard
31335 Dies wird auch in diesem Dokument verwendet, denn 
31336 \series bold
31337 marginnote
31338 \series default
31339  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31340  für Randnotizen angeben.
31341  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31342 n zu dicht beieinander sind.
31343  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
31344  Schema
31345 \end_layout
31346
31347 \begin_layout Standard
31348
31349 \series bold
31350 [Versatz]
31351 \end_layout
31352
31353 \begin_layout Standard
31354 angegeben.
31355  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31356 \begin_inset space ~
31357 \end_inset
31358
31359
31360 \begin_inset CommandInset ref
31361 LatexCommand ref
31362 reference "tab:Maßeinheiten"
31363
31364 \end_inset
31365
31366  aufgelistet sind.
31367  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31368  nach unten.
31369  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31370 \begin_inset space \thinspace{}
31371 \end_inset
31372
31373 cm mit dem TeX-Code-Befehl  
31374 \begin_inset Quotes gld
31375 \end_inset
31376
31377
31378 \series bold
31379 [-1.5cm]
31380 \series default
31381
31382 \begin_inset Quotes grd
31383 \end_inset
31384
31385  nach oben versetzt.
31386 \begin_inset Marginal
31387 status open
31388
31389 \begin_layout Plain Layout
31390 Diese Randnotiz ist 1.5
31391 \begin_inset space \thinspace{}
31392 \end_inset
31393
31394 cm von ihrer Originalposition nach oben versetzt.
31395 \end_layout
31396
31397 \end_inset
31398
31399
31400 \begin_inset ERT
31401 status collapsed
31402
31403 \begin_layout Plain Layout
31404
31405 [-1.5cm]
31406 \end_layout
31407
31408 \end_inset
31409
31410
31411 \end_layout
31412
31413 \begin_layout Standard
31414 \begin_inset VSpace medskip
31415 \end_inset
31416
31417 Mit 
31418 \series bold
31419 marginnote
31420 \series default
31421  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31422  Zum Beispiel setzen die Befehle
31423 \end_layout
31424
31425 \begin_layout Standard
31426
31427 \series bold
31428
31429 \backslash
31430 renewcommand*{
31431 \backslash
31432 raggedleftmarginnote}{
31433 \backslash
31434 centering}
31435 \begin_inset Newline newline
31436 \end_inset
31437
31438
31439 \backslash
31440 renewcommand*{
31441 \backslash
31442 raggedrightmarginnote}{
31443 \backslash
31444 centering}
31445 \end_layout
31446
31447 \begin_layout Standard
31448 die Ausrichtung auf zentriert.
31449  
31450 \series bold
31451
31452 \backslash
31453 raggedleftmarginnote
31454 \series default
31455  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31456  
31457 \begin_inset ERT
31458 status collapsed
31459
31460 \begin_layout Plain Layout
31461
31462
31463 \backslash
31464 renewcommand*{
31465 \backslash
31466 raggedleftmarginnote}{
31467 \backslash
31468 centering}
31469 \end_layout
31470
31471 \begin_layout Plain Layout
31472
31473
31474 \backslash
31475 renewcommand*{
31476 \backslash
31477 raggedrightmarginnote}{
31478 \backslash
31479 centering}
31480 \end_layout
31481
31482 \end_inset
31483
31484
31485 \begin_inset Marginal
31486 status open
31487
31488 \begin_layout Plain Layout
31489 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31490 \end_layout
31491
31492 \end_inset
31493
31494  Die Voreinstellung ist
31495 \end_layout
31496
31497 \begin_layout Standard
31498
31499 \series bold
31500
31501 \backslash
31502 renewcommand*{
31503 \backslash
31504 raggedleftmarginnote}{
31505 \backslash
31506 raggedleft}
31507 \begin_inset Newline newline
31508 \end_inset
31509
31510
31511 \backslash
31512 renewcommand*{
31513 \backslash
31514 raggedrightmarginnote}{
31515 \backslash
31516 raggedright}
31517 \series default
31518
31519 \begin_inset ERT
31520 status collapsed
31521
31522 \begin_layout Plain Layout
31523
31524
31525 \backslash
31526 renewcommand*{
31527 \backslash
31528 raggedleftmarginnote}{
31529 \backslash
31530 raggedleft}
31531 \end_layout
31532
31533 \begin_layout Plain Layout
31534
31535
31536 \backslash
31537 renewcommand*{
31538 \backslash
31539 raggedrightmarginnote}{
31540 \backslash
31541 raggedright}
31542 \end_layout
31543
31544 \end_inset
31545
31546
31547 \end_layout
31548
31549 \begin_layout Standard
31550 \begin_inset VSpace medskip
31551 \end_inset
31552
31553 Für weitere Fähigkeiten des Pakets 
31554 \series bold
31555 marginnote
31556 \series default
31557  sei auf dessen Dokumentation verwiesen 
31558 \begin_inset CommandInset citation
31559 LatexCommand cite
31560 key "marginnote"
31561
31562 \end_inset
31563
31564 .
31565 \end_layout
31566
31567 \begin_layout Standard
31568 \begin_inset VSpace bigskip
31569 \end_inset
31570
31571 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
31572  geändert werden.
31573  Um z.
31574 \begin_inset space \thinspace{}
31575 \end_inset
31576
31577 B.
31578  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
31579  und fettgedruckten Text 
31580 \begin_inset Quotes eld
31581 \end_inset
31582
31583
31584 \family sans
31585 \series bold
31586 \bar under
31587 Achtung!
31588 \family default
31589 \series default
31590 \bar default
31591
31592 \begin_inset Quotes erd
31593 \end_inset
31594
31595  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
31596 \end_layout
31597
31598 \begin_layout Standard
31599
31600 \series bold
31601
31602 \backslash
31603 let
31604 \backslash
31605 myMarginpar
31606 \backslash
31607 marginpar
31608 \begin_inset Newline newline
31609 \end_inset
31610
31611
31612 \backslash
31613 renewcommand{
31614 \backslash
31615 marginpar}[1]{
31616 \backslash
31617 myMarginpar{%
31618 \begin_inset Newline newline
31619 \end_inset
31620
31621
31622 \begin_inset Phantom HPhantom
31623 status open
31624
31625 \begin_layout Plain Layout
31626
31627 \series bold
31628 \begin_inset space ~
31629 \end_inset
31630
31631
31632 \end_layout
31633
31634 \end_inset
31635
31636
31637 \backslash
31638 hspace{0pt}
31639 \backslash
31640 textsf{
31641 \backslash
31642 textbf{
31643 \backslash
31644 underbar{Achtung!}}}%
31645 \begin_inset Newline newline
31646 \end_inset
31647
31648
31649 \begin_inset Phantom HPhantom
31650 status open
31651
31652 \begin_layout Plain Layout
31653
31654 \series bold
31655 \begin_inset space ~
31656 \end_inset
31657
31658
31659 \end_layout
31660
31661 \end_inset
31662
31663
31664 \backslash
31665 vspace{1.5mm}
31666 \backslash
31667
31668 \backslash
31669 #1}}
31670 \end_layout
31671
31672 \begin_layout Standard
31673 \begin_inset ERT
31674 status collapsed
31675
31676 \begin_layout Plain Layout
31677
31678
31679 \backslash
31680 let
31681 \backslash
31682 myMarginpar
31683 \backslash
31684 marginpar
31685 \end_layout
31686
31687 \begin_layout Plain Layout
31688
31689
31690 \backslash
31691 renewcommand{
31692 \backslash
31693 marginpar}[1]{
31694 \backslash
31695 myMarginpar{%
31696 \end_layout
31697
31698 \begin_layout Plain Layout
31699
31700    
31701 \backslash
31702 textsf{
31703 \backslash
31704 textbf{
31705 \backslash
31706 underbar{Achtung!}}}%
31707 \end_layout
31708
31709 \begin_layout Plain Layout
31710
31711    
31712 \backslash
31713 vspace{1.5mm}
31714 \backslash
31715
31716 \backslash
31717 #1}}
31718 \end_layout
31719
31720 \end_inset
31721
31722
31723 \begin_inset Marginal
31724 status open
31725
31726 \begin_layout Plain Layout
31727 Dies ist eine Randnotiz mit einer definierten Überschrift.
31728 \end_layout
31729
31730 \end_inset
31731
31732
31733 \begin_inset ERT
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737
31738 [-1.5cm]
31739 \end_layout
31740
31741 \end_inset
31742
31743
31744 \begin_inset ERT
31745 status collapsed
31746
31747 \begin_layout Plain Layout
31748
31749
31750 \backslash
31751 renewcommand{
31752 \backslash
31753 marginpar}[1]{
31754 \backslash
31755 myMarginpar{#1}}
31756 \end_layout
31757
31758 \end_inset
31759
31760
31761 \begin_inset Note Note
31762 status open
31763
31764 \begin_layout Plain Layout
31765 Das Format wurde nur für dieses Beispiel geändert.
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \begin_layout Standard
31774 \begin_inset ERT
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778
31779
31780 \backslash
31781 else
31782 \end_layout
31783
31784 \end_inset
31785
31786
31787 \begin_inset Note Note
31788 status open
31789
31790 \begin_layout Plain Layout
31791 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
31792 \series bold
31793 marginnote
31794 \series default
31795  nicht installiert ist:
31796 \end_layout
31797
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \begin_layout Standard
31804 Das LaTeX-Paket 
31805 \series bold
31806 marginnote
31807 \series default
31808  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
31809 \end_layout
31810
31811 \begin_layout Standard
31812 \begin_inset ERT
31813 status collapsed
31814
31815 \begin_layout Plain Layout
31816
31817
31818 \backslash
31819 fi
31820 \end_layout
31821
31822 \end_inset
31823
31824
31825 \end_layout
31826
31827 \begin_layout Chapter
31828 Boxen
31829 \end_layout
31830
31831 \begin_layout Section
31832 Einleitung
31833 \begin_inset Index idx
31834 status collapsed
31835
31836 \begin_layout Plain Layout
31837 Boxen ! Einleitung
31838 \end_layout
31839
31840 \end_inset
31841
31842
31843 \end_layout
31844
31845 \begin_layout Standard
31846 Boxen werden benutzt, um einen Textblock zu formatieren.
31847  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
31848  siehe Abschnitt
31849 \begin_inset space ~
31850 \end_inset
31851
31852
31853 \begin_inset CommandInset ref
31854 LatexCommand ref
31855 reference "abs:Minipage"
31856
31857 \end_inset
31858
31859 , um Text zu umrahmen, siehe Abschnitt
31860 \begin_inset space ~
31861 \end_inset
31862
31863
31864 \begin_inset CommandInset ref
31865 LatexCommand ref
31866 reference "uab:Verzierung"
31867
31868 \end_inset
31869
31870 , um Silbentrennung zu verhindern, siehe Abschnitt
31871 \begin_inset space ~
31872 \end_inset
31873
31874
31875 \begin_inset CommandInset ref
31876 LatexCommand ref
31877 reference "abs:Silbentrennung-unterbinden"
31878
31879 \end_inset
31880
31881 , um Text senkrecht auszurichten, siehe Abschnitt
31882 \begin_inset space ~
31883 \end_inset
31884
31885
31886 \begin_inset CommandInset ref
31887 LatexCommand ref
31888 reference "uab:Vertikale-Ausrichtung"
31889
31890 \end_inset
31891
31892  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
31893 \begin_inset space ~
31894 \end_inset
31895
31896
31897 \begin_inset CommandInset ref
31898 LatexCommand ref
31899 reference "abs:Farbige-Boxen"
31900
31901 \end_inset
31902
31903 .
31904 \end_layout
31905
31906 \begin_layout Standard
31907 Boxen werden mit 
31908 \family sans
31909 Einfügen\SpecialChar \menuseparator
31910 Box
31911 \family default
31912  oder dem Schalter 
31913 \begin_inset Info
31914 type  "icon"
31915 arg   "box-insert Frameless"
31916 \end_inset
31917
31918  eingefügt.
31919  Ein graues Kästchen mit der Aufschrift 
31920 \begin_inset Quotes gld
31921 \end_inset
31922
31923 Box (Minipage)
31924 \begin_inset Quotes grd
31925 \end_inset
31926
31927  erscheint: 
31928 \begin_inset Graphics
31929         filename clipart/StandardBoxQt4.png
31930         scale 85
31931         scaleBeforeRotation
31932
31933 \end_inset
31934
31935  Mit einem Rechts\SpecialChar \-
31936 klick auf das graue Kästchen und der Auswahl von 
31937 \family sans
31938 Einstellungen
31939 \family default
31940  kann der Typ spezifiziert werden.
31941  Das Dialogfenster bietet bei 
31942 \family sans
31943 Innere
31944 \begin_inset space ~
31945 \end_inset
31946
31947 Box
31948 \family default
31949  die Typen 
31950 \family sans
31951 Makebox
31952 \family default
31953
31954 \family sans
31955 Parbox
31956 \family default
31957  und 
31958 \family sans
31959 Minipage
31960 \family default
31961  an.
31962  
31963 \family sans
31964 Minipage
31965 \family default
31966  ist die Standard-Einstellung für neue Boxen und in Abschnitt
31967 \begin_inset space ~
31968 \end_inset
31969
31970
31971 \begin_inset CommandInset ref
31972 LatexCommand ref
31973 reference "abs:Minipage"
31974
31975 \end_inset
31976
31977  beschrieben, 
31978 \family sans
31979 Parbox
31980 \family default
31981  in Abschnitt
31982 \begin_inset space ~
31983 \end_inset
31984
31985
31986 \begin_inset CommandInset ref
31987 LatexCommand ref
31988 reference "abs:Parbox"
31989
31990 \end_inset
31991
31992  und 
31993 \family sans
31994 Makebox
31995 \family default
31996  in 
31997 \begin_inset CommandInset ref
31998 LatexCommand ref
31999 reference "abs:Silbentrennung-unterbinden"
32000
32001 \end_inset
32002
32003 .
32004 \end_layout
32005
32006 \begin_layout Standard
32007 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32008  wie auf Gleitobjekte und Fußnoten.
32009 \end_layout
32010
32011 \begin_layout Standard
32012 \begin_inset Note Greyedout
32013 status open
32014
32015 \begin_layout Plain Layout
32016
32017 \series bold
32018 Bemerkung
32019 \begin_inset space ~
32020 \end_inset
32021
32022 1:
32023 \series default
32024  Boxen dürfen in 
32025 \family sans
32026 List-
32027 \family default
32028  oder 
32029 \family sans
32030 Beschreibung-
32031 \family default
32032 Umgebungen nicht verwendet werden.
32033 \end_layout
32034
32035 \end_inset
32036
32037
32038 \end_layout
32039
32040 \begin_layout Standard
32041 \begin_inset Note Greyedout
32042 status open
32043
32044 \begin_layout Plain Layout
32045
32046 \series bold
32047 Bemerkung
32048 \begin_inset space ~
32049 \end_inset
32050
32051 2:
32052 \series default
32053  Boxen ohne 
32054 \family sans
32055 Innere
32056 \begin_inset space ~
32057 \end_inset
32058
32059 Box
32060 \family default
32061  und ohne Rahmen werden in Abschnitt
32062 \begin_inset space ~
32063 \end_inset
32064
32065
32066 \begin_inset CommandInset ref
32067 LatexCommand ref
32068 reference "abs:Silbentrennung-unterbinden"
32069
32070 \end_inset
32071
32072  beschrieben.
32073 \end_layout
32074
32075 \end_inset
32076
32077
32078 \end_layout
32079
32080 \begin_layout Section
32081 Das Box-Einstellungen-Fenster
32082 \begin_inset CommandInset label
32083 LatexCommand label
32084 name "abs:Box-Dialog"
32085
32086 \end_inset
32087
32088
32089 \begin_inset Index idx
32090 status collapsed
32091
32092 \begin_layout Plain Layout
32093 Boxen ! Box-Dialog-Fenster
32094 \end_layout
32095
32096 \end_inset
32097
32098
32099 \end_layout
32100
32101 \begin_layout Subsection
32102 Box-Größe
32103 \begin_inset Index idx
32104 status collapsed
32105
32106 \begin_layout Plain Layout
32107 Boxen ! Größe
32108 \end_layout
32109
32110 \end_inset
32111
32112
32113 \end_layout
32114
32115 \begin_layout Standard
32116 Im 
32117 \family sans
32118 Box-Einstellungen
32119 \family default
32120 -Fenster können Sie die Größe der Box mit 
32121 \family sans
32122 Breite
32123 \family default
32124  und 
32125 \family sans
32126 Höhe 
32127 \family default
32128 festlegen.
32129  Die verfügbaren Einheiten werden in Tabelle
32130 \begin_inset space ~
32131 \end_inset
32132
32133
32134 \begin_inset CommandInset ref
32135 LatexCommand ref
32136 reference "tab:Maßeinheiten"
32137
32138 \end_inset
32139
32140  aufgelistet.
32141  Das Feld
32142 \family sans
32143  Höhe
32144 \family default
32145  bietet die folgenden zusätzlichen Größen:
32146 \end_layout
32147
32148 \begin_layout Description
32149 Tiefe Dies ist die reine Text-
32150 \begin_inset Quotes gld
32151 \end_inset
32152
32153 Höhe
32154 \begin_inset Quotes grd
32155 \end_inset
32156
32157 .
32158  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32159 \begin_inset Newline newline
32160 \end_inset
32161
32162
32163 \begin_inset Newline newline
32164 \end_inset
32165
32166
32167 \begin_inset Newline newline
32168 \end_inset
32169
32170
32171 \begin_inset Box Boxed
32172 position "c"
32173 hor_pos "c"
32174 has_inner_box 1
32175 inner_pos "c"
32176 use_parbox 0
32177 use_makebox 0
32178 width "12col%"
32179 special "none"
32180 height "1in"
32181 height_special "depth"
32182 status collapsed
32183
32184 \begin_layout Plain Layout
32185 \align center
32186 Box-Höhe = 1
32187 \begin_inset space \thinspace{}
32188 \end_inset
32189
32190 Tiefe
32191 \end_layout
32192
32193 \end_inset
32194
32195
32196 \begin_inset Newline newline
32197 \end_inset
32198
32199
32200 \begin_inset Newline newline
32201 \end_inset
32202
32203
32204 \end_layout
32205
32206 \begin_layout Description
32207 Höhe Dies ist die Texthöhe innerhalb der Box.
32208  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32209  Texthöhe setzen: 
32210 \begin_inset Box Boxed
32211 position "c"
32212 hor_pos "c"
32213 has_inner_box 1
32214 inner_pos "c"
32215 use_parbox 0
32216 use_makebox 0
32217 width "20col%"
32218 special "none"
32219 height "2in"
32220 height_special "height"
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224 \align center
32225 Boxhöhe = 2
32226 \begin_inset space \thinspace{}
32227 \end_inset
32228
32229 Höhe
32230 \end_layout
32231
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \begin_layout Description
32238 Gesamthöhe Dies ist Höhe
32239 \begin_inset space \thinspace{}
32240 \end_inset
32241
32242 +
32243 \begin_inset space \thinspace{}
32244 \end_inset
32245
32246 Tiefe: 
32247 \begin_inset Box Boxed
32248 position "c"
32249 hor_pos "c"
32250 has_inner_box 1
32251 inner_pos "c"
32252 use_parbox 0
32253 use_makebox 0
32254 width "20col%"
32255 special "none"
32256 height "1in"
32257 height_special "totalheight"
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261 \align center
32262 Boxhöhe = 1
32263 \begin_inset space \thinspace{}
32264 \end_inset
32265
32266 Gesamthöhe
32267 \end_layout
32268
32269 \end_inset
32270
32271
32272 \end_layout
32273
32274 \begin_layout Description
32275 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32276 \begin_inset Box Boxed
32277 position "c"
32278 hor_pos "c"
32279 has_inner_box 1
32280 inner_pos "c"
32281 use_parbox 0
32282 use_makebox 0
32283 width "12col%"
32284 special "none"
32285 height "1in"
32286 height_special "width"
32287 status collapsed
32288
32289 \begin_layout Plain Layout
32290 \align center
32291 Boxhöhe = 1
32292 \begin_inset space \thinspace{}
32293 \end_inset
32294
32295 Breite
32296 \end_layout
32297
32298 \end_inset
32299
32300
32301 \end_layout
32302
32303 \begin_layout Subsection
32304 Ausrichtung
32305 \begin_inset Index idx
32306 status collapsed
32307
32308 \begin_layout Plain Layout
32309 Boxen ! Ausrichtung
32310 \end_layout
32311
32312 \end_inset
32313
32314
32315 \end_layout
32316
32317 \begin_layout Standard
32318 Wenn Sie eine 
32319 \family sans
32320 Innere
32321 \begin_inset space ~
32322 \end_inset
32323
32324 Box
32325 \family default
32326  gewählt haben, kann die Box mit folgenden Werten für 
32327 \family sans
32328 Box
32329 \family default
32330  senkrecht ausgerichtet werden:
32331 \end_layout
32332
32333 \begin_layout Description
32334 Oben Dies ist ein Beispieltext.
32335  
32336 \begin_inset Box Boxed
32337 position "t"
32338 hor_pos "c"
32339 has_inner_box 1
32340 inner_pos "c"
32341 use_parbox 0
32342 use_makebox 0
32343 width "20col%"
32344 special "none"
32345 height "1in"
32346 height_special "totalheight"
32347 status collapsed
32348
32349 \begin_layout Plain Layout
32350 \align center
32351 Die Ober\SpecialChar \-
32352 kante der Box ist in der Zeile.
32353 \end_layout
32354
32355 \end_inset
32356
32357  Dies ist ein Beispieltext.
32358 \end_layout
32359
32360 \begin_layout Description
32361 Mitte Dies ist ein Beispieltext.
32362  
32363 \begin_inset Box Boxed
32364 position "c"
32365 hor_pos "c"
32366 has_inner_box 1
32367 inner_pos "c"
32368 use_parbox 0
32369 use_makebox 0
32370 width "20col%"
32371 special "none"
32372 height "1in"
32373 height_special "totalheight"
32374 status collapsed
32375
32376 \begin_layout Plain Layout
32377 \align center
32378 Die Mitte der Box ist in der Zeile.
32379 \end_layout
32380
32381 \end_inset
32382
32383  Dies ist ein Beispieltext.
32384 \end_layout
32385
32386 \begin_layout Description
32387 Unten Dies ist ein Beispieltext.
32388  
32389 \begin_inset Box Boxed
32390 position "b"
32391 hor_pos "c"
32392 has_inner_box 1
32393 inner_pos "c"
32394 use_parbox 0
32395 use_makebox 0
32396 width "20col%"
32397 special "none"
32398 height "1in"
32399 height_special "totalheight"
32400 status collapsed
32401
32402 \begin_layout Plain Layout
32403 \align center
32404 Die Unter\SpecialChar \-
32405 kante der Box ist in der Zeile.
32406 \end_layout
32407
32408 \end_inset
32409
32410  Dies ist ein Beispieltext.
32411 \end_layout
32412
32413 \begin_layout Standard
32414 \begin_inset Note Greyedout
32415 status open
32416
32417 \begin_layout Plain Layout
32418
32419 \series bold
32420 Bemerkung:
32421 \series default
32422  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32423  Boxen in einer Zeile sind und eine Box z.
32424 \begin_inset space \thinspace{}
32425 \end_inset
32426
32427 B.
32428  schattiert ist, die andere aber nicht.
32429 \end_layout
32430
32431 \end_inset
32432
32433
32434 \end_layout
32435
32436 \begin_layout Standard
32437 Eine Box kann mit dem Dialog 
32438 \family sans
32439 Absatz-Einstellungen
32440 \family default
32441  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32442 \end_layout
32443
32444 \begin_layout Standard
32445 \begin_inset VSpace bigskip
32446 \end_inset
32447
32448 Wenn Sie eine 
32449 \family sans
32450 Innere
32451 \begin_inset space ~
32452 \end_inset
32453
32454 Box
32455 \family default
32456  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
32457 \family sans
32458 Inhalt
32459 \family default
32460  senkrecht ausgerichtet werden:
32461 \end_layout
32462
32463 \begin_layout Description
32464 Oben Dies ist ein Beispieltext.
32465  
32466 \begin_inset Box Boxed
32467 position "c"
32468 hor_pos "c"
32469 has_inner_box 1
32470 inner_pos "t"
32471 use_parbox 0
32472 use_makebox 0
32473 width "20col%"
32474 special "none"
32475 height "1.5in"
32476 height_special "totalheight"
32477 status collapsed
32478
32479 \begin_layout Plain Layout
32480 \align center
32481 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
32482 \end_layout
32483
32484 \end_inset
32485
32486  Dies ist ein Beispieltext.
32487 \end_layout
32488
32489 \begin_layout Description
32490 Mitte Dies ist ein Beispieltext.
32491  
32492 \begin_inset Box Boxed
32493 position "c"
32494 hor_pos "c"
32495 has_inner_box 1
32496 inner_pos "c"
32497 use_parbox 0
32498 use_makebox 0
32499 width "20col%"
32500 special "none"
32501 height "1.5in"
32502 height_special "totalheight"
32503 status collapsed
32504
32505 \begin_layout Plain Layout
32506 \align center
32507 Der Boxinhalt ist zentriert ausgerichtet.
32508 \end_layout
32509
32510 \end_inset
32511
32512  Dies ist ein Beispieltext.
32513 \end_layout
32514
32515 \begin_layout Description
32516 Unten Dies ist ein Beispieltext.
32517  
32518 \begin_inset Box Boxed
32519 position "c"
32520 hor_pos "c"
32521 has_inner_box 1
32522 inner_pos "b"
32523 use_parbox 0
32524 use_makebox 0
32525 width "20col%"
32526 special "none"
32527 height "1.5in"
32528 height_special "totalheight"
32529 status collapsed
32530
32531 \begin_layout Plain Layout
32532 \align center
32533 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
32534 \end_layout
32535
32536 \end_inset
32537
32538  Dies ist ein Beispieltext.
32539 \end_layout
32540
32541 \begin_layout Description
32542 Dehnen Dies ist ein Beispieltext.
32543  
32544 \begin_inset Box Boxed
32545 position "c"
32546 hor_pos "c"
32547 has_inner_box 1
32548 inner_pos "s"
32549 use_parbox 0
32550 use_makebox 0
32551 width "20col%"
32552 special "none"
32553 height "1in"
32554 height_special "totalheight"
32555 status collapsed
32556
32557 \begin_layout Plain Layout
32558 \align center
32559 Der Boxinhalt
32560 \end_layout
32561
32562 \begin_layout Plain Layout
32563 \align center
32564 ist über die
32565 \end_layout
32566
32567 \begin_layout Plain Layout
32568 \align center
32569 Boxhöhe
32570 \end_layout
32571
32572 \begin_layout Plain Layout
32573 \align center
32574 gleichmäßig verteilt.
32575 \end_layout
32576
32577 \end_inset
32578
32579  Dies ist ein Beispieltext.
32580 \end_layout
32581
32582 \begin_layout Standard
32583 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
32584  besteht.
32585  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
32586 \end_layout
32587
32588 \begin_layout Standard
32589 Ein Boxinhalt kann mit dem Dialog 
32590 \family sans
32591 Absatz-Einstellungen
32592 \family default
32593  waagerecht ausgerichtet werden, wenn Sie eine
32594 \family sans
32595  Innere
32596 \begin_inset space ~
32597 \end_inset
32598
32599 Box
32600 \family default
32601  gewählt haben.
32602 \end_layout
32603
32604 \begin_layout Standard
32605 \align center
32606 \begin_inset Box Boxed
32607 position "c"
32608 hor_pos "c"
32609 has_inner_box 1
32610 inner_pos "s"
32611 use_parbox 0
32612 use_makebox 0
32613 width "30col%"
32614 special "none"
32615 height "1.25in"
32616 height_special "totalheight"
32617 status collapsed
32618
32619 \begin_layout Plain Layout
32620 \align left
32621 Hier ist jede Zeile
32622 \end_layout
32623
32624 \begin_layout Plain Layout
32625 \align center
32626 anders
32627 \end_layout
32628
32629 \begin_layout Plain Layout
32630 \align right
32631 ausgerichtet.
32632 \end_layout
32633
32634 \end_inset
32635
32636
32637 \end_layout
32638
32639 \begin_layout Standard
32640 Wenn Sie keine
32641 \family sans
32642  Innere
32643 \begin_inset space ~
32644 \end_inset
32645
32646 Box
32647 \family default
32648  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
32649 \family sans
32650 Box-Einstellungen-
32651 \family default
32652 Dialog ausrichten
32653 \end_layout
32654
32655 \begin_layout Standard
32656 \align center
32657 \begin_inset Box Boxed
32658 position "c"
32659 hor_pos "s"
32660 has_inner_box 0
32661 inner_pos "s"
32662 use_parbox 0
32663 use_makebox 0
32664 width "90col%"
32665 special "none"
32666 height "1.25in"
32667 height_special "totalheight"
32668 status collapsed
32669
32670 \begin_layout Plain Layout
32671 Dieser Boxinhalt wurde horizontal gedehnt.
32672 \end_layout
32673
32674 \end_inset
32675
32676
32677 \end_layout
32678
32679 \begin_layout Subsection
32680 Verzierung
32681 \begin_inset CommandInset label
32682 LatexCommand label
32683 name "uab:Verzierung"
32684
32685 \end_inset
32686
32687
32688 \begin_inset Index idx
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692 Boxen ! Verzierung
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Standard
32701 Im 
32702 \family sans
32703 Box-Einstellungen-
32704 \family default
32705 Dialog können Sie mit der 
32706 \family sans
32707 Verzierung
32708 \family default
32709  den Typ der Box auswählen:
32710 \end_layout
32711
32712 \begin_layout Description
32713 Kein
32714 \begin_inset space ~
32715 \end_inset
32716
32717 Rahmen Nichts wird gezeichnet.
32718 \end_layout
32719
32720 \begin_layout Description
32721 Einfacher
32722 \begin_inset space ~
32723 \end_inset
32724
32725 rechteckiger
32726 \begin_inset space ~
32727 \end_inset
32728
32729 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
32730  Die Rahmendicke wird durch 
32731 \series bold
32732
32733 \backslash
32734 fboxrule
32735 \series default
32736  festgelegt.
32737  
32738 \begin_inset Box Boxed
32739 position "c"
32740 hor_pos "c"
32741 has_inner_box 1
32742 inner_pos "c"
32743 use_parbox 0
32744 use_makebox 0
32745 width "21col%"
32746 special "none"
32747 height "1in"
32748 height_special "totalheight"
32749 status collapsed
32750
32751 \begin_layout Plain Layout
32752
32753 \series medium
32754 Rechteckige
32755 \begin_inset space ~
32756 \end_inset
32757
32758 Box
32759 \end_layout
32760
32761 \end_inset
32762
32763
32764 \end_layout
32765
32766 \begin_layout Description
32767 erlaube
32768 \begin_inset space ~
32769 \end_inset
32770
32771 Seitenumbrüche 
32772 \end_layout
32773
32774 \begin_layout Description
32775 Ovaler
32776 \begin_inset space ~
32777 \end_inset
32778
32779 Rahmen,
32780 \begin_inset space ~
32781 \end_inset
32782
32783 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
32784  Die Rahmendicke ist 0.4
32785 \begin_inset space \thinspace{}
32786 \end_inset
32787
32788 pt.
32789  
32790 \begin_inset Box ovalbox
32791 position "c"
32792 hor_pos "c"
32793 has_inner_box 1
32794 inner_pos "c"
32795 use_parbox 0
32796 use_makebox 0
32797 width "20col%"
32798 special "none"
32799 height "1in"
32800 height_special "totalheight"
32801 status collapsed
32802
32803 \begin_layout Plain Layout
32804 Ovale
32805 \begin_inset space ~
32806 \end_inset
32807
32808 Box,
32809 \begin_inset space ~
32810 \end_inset
32811
32812 dünn
32813 \end_layout
32814
32815 \end_inset
32816
32817
32818 \end_layout
32819
32820 \begin_layout Description
32821 Ovaler
32822 \begin_inset space ~
32823 \end_inset
32824
32825 Rahmen,
32826 \begin_inset space ~
32827 \end_inset
32828
32829 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
32830  Die Rahmendicke ist 0.8
32831 \begin_inset space \thinspace{}
32832 \end_inset
32833
32834 pt.
32835  
32836 \begin_inset Box Ovalbox
32837 position "c"
32838 hor_pos "c"
32839 has_inner_box 1
32840 inner_pos "c"
32841 use_parbox 0
32842 use_makebox 0
32843 width "20col%"
32844 special "none"
32845 height "1in"
32846 height_special "totalheight"
32847 status collapsed
32848
32849 \begin_layout Plain Layout
32850 Ovale
32851 \begin_inset space ~
32852 \end_inset
32853
32854 Box,
32855 \begin_inset space ~
32856 \end_inset
32857
32858 dick
32859 \end_layout
32860
32861 \end_inset
32862
32863
32864 \end_layout
32865
32866 \begin_layout Description
32867 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
32868  Die Rahmendicke wird durch 
32869 \series bold
32870
32871 \backslash
32872 fboxrule
32873 \series default
32874  festgelegt, der Schatten ist 4
32875 \begin_inset space \thinspace{}
32876 \end_inset
32877
32878 pt breit.
32879 \begin_inset Newline newline
32880 \end_inset
32881
32882
32883 \begin_inset Box Shadowbox
32884 position "c"
32885 hor_pos "c"
32886 has_inner_box 1
32887 inner_pos "c"
32888 use_parbox 0
32889 use_makebox 0
32890 width "20col%"
32891 special "none"
32892 height "1in"
32893 height_special "totalheight"
32894 status collapsed
32895
32896 \begin_layout Plain Layout
32897 Schattierte
32898 \begin_inset space ~
32899 \end_inset
32900
32901 Box
32902 \end_layout
32903
32904 \end_inset
32905
32906
32907 \end_layout
32908
32909 \begin_layout Description
32910 Schattierter
32911 \begin_inset space ~
32912 \end_inset
32913
32914 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
32915  Im Gegensatz zu farbigen Boxen
32916 \begin_inset Foot
32917 status collapsed
32918
32919 \begin_layout Plain Layout
32920 siehe Abschnitt
32921 \begin_inset space ~
32922 \end_inset
32923
32924
32925 \begin_inset CommandInset ref
32926 LatexCommand ref
32927 reference "abs:Farbige-Boxen"
32928
32929 \end_inset
32930
32931
32932 \end_layout
32933
32934 \end_inset
32935
32936  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
32937  die Box ist ein Absatz für sich.
32938  
32939 \begin_inset Box Shaded
32940 position "t"
32941 hor_pos "c"
32942 has_inner_box 0
32943 inner_pos "t"
32944 use_parbox 0
32945 use_makebox 0
32946 width "50col%"
32947 special "none"
32948 height "1in"
32949 height_special "totalheight"
32950 status collapsed
32951
32952 \begin_layout Plain Layout
32953 Schattierter Hintergrund Box
32954 \end_layout
32955
32956 \end_inset
32957
32958
32959 \end_layout
32960
32961 \begin_layout Description
32962 Doppelter
32963 \begin_inset space ~
32964 \end_inset
32965
32966 rechteckiger
32967 \begin_inset space ~
32968 \end_inset
32969
32970 Rahmen zeichnet einen doppelten Rahmen um die Box.
32971  Der innere Rahmen ist 0.75
32972 \begin_inset space \thinspace{}
32973 \end_inset
32974
32975
32976 \series bold
32977
32978 \backslash
32979 fboxrule
32980 \series default
32981  breit, der äußere 1.5
32982 \begin_inset space \thinspace{}
32983 \end_inset
32984
32985
32986 \series bold
32987
32988 \backslash
32989 fboxrule
32990 \series default
32991 , der Zwischenraum 1.5
32992 \begin_inset space \thinspace{}
32993 \end_inset
32994
32995
32996 \series bold
32997
32998 \backslash
32999 fboxrule
33000 \series default
33001
33002 \begin_inset space \thinspace{}
33003 \end_inset
33004
33005 +
33006 \begin_inset space \thinspace{}
33007 \end_inset
33008
33009 0.5
33010 \begin_inset space \thinspace{}
33011 \end_inset
33012
33013 pt.
33014  
33015 \begin_inset Box Doublebox
33016 position "c"
33017 hor_pos "c"
33018 has_inner_box 1
33019 inner_pos "c"
33020 use_parbox 0
33021 use_makebox 0
33022 width "20col%"
33023 special "none"
33024 height "1in"
33025 height_special "totalheight"
33026 status collapsed
33027
33028 \begin_layout Plain Layout
33029 Doppelt
33030 \begin_inset space ~
33031 \end_inset
33032
33033 gerahmte
33034 \begin_inset space ~
33035 \end_inset
33036
33037 Box
33038 \end_layout
33039
33040 \end_inset
33041
33042
33043 \end_layout
33044
33045 \begin_layout Standard
33046 \begin_inset VSpace bigskip
33047 \end_inset
33048
33049 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
33050  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
33051 \series bold
33052 fancybox
33053 \series default
33054
33055 \begin_inset Index idx
33056 status collapsed
33057
33058 \begin_layout Plain Layout
33059 LaTeX-Pakete ! fancybox
33060 \end_layout
33061
33062 \end_inset
33063
33064  installiert sein.
33065 \end_layout
33066
33067 \begin_layout Standard
33068 \begin_inset VSpace bigskip
33069 \end_inset
33070
33071 Wenn Sie die Verzierung 
33072 \family sans
33073 Einfacher rechteckiger Rahmen
33074 \family default
33075  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33076  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33077  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
33078  für sich ist und 
33079 \series bold
33080
33081 \backslash
33082 fboxrule
33083 \series default
33084  und 
33085 \series bold
33086
33087 \backslash
33088 fboxsep
33089 \series default
33090  keinen Einfluss auf diesen Box Typ haben.
33091  Die Rahmendicke wird durch 
33092 \series bold
33093
33094 \backslash
33095 FrameRule
33096 \series default
33097  festgelegt.
33098  
33099 \begin_inset Box Framed
33100 position "t"
33101 hor_pos "c"
33102 has_inner_box 0
33103 inner_pos "t"
33104 use_parbox 0
33105 use_makebox 0
33106 width "100col%"
33107 special "none"
33108 height "1in"
33109 height_special "totalheight"
33110 status collapsed
33111
33112 \begin_layout Plain Layout
33113 Box erlaubt Seitenumbruch
33114 \end_layout
33115
33116 \end_inset
33117
33118
33119 \end_layout
33120
33121 \begin_layout Section
33122 Box-Anpassung
33123 \begin_inset Index idx
33124 status collapsed
33125
33126 \begin_layout Plain Layout
33127 Boxen ! Anpassung
33128 \end_layout
33129
33130 \end_inset
33131
33132
33133 \end_layout
33134
33135 \begin_layout Standard
33136 Der Standardwert für 
33137 \series bold
33138
33139 \backslash
33140 fboxrule
33141 \series default
33142  ist 0.4
33143 \begin_inset space \thinspace{}
33144 \end_inset
33145
33146 pt.
33147  Mit dem folgenden TeX-Code-Befehl kann er auf 2
33148 \begin_inset space \thinspace{}
33149 \end_inset
33150
33151 pt gesetzt werden:
33152 \end_layout
33153
33154 \begin_layout Standard
33155
33156 \series bold
33157
33158 \backslash
33159 setlength{
33160 \backslash
33161 fboxrule}{2pt}
33162 \end_layout
33163
33164 \begin_layout Standard
33165 \begin_inset ERT
33166 status collapsed
33167
33168 \begin_layout Plain Layout
33169
33170
33171 \backslash
33172 setlength{
33173 \backslash
33174 fboxrule}{2pt}
33175 \end_layout
33176
33177 \end_inset
33178
33179
33180 \begin_inset Box Boxed
33181 position "c"
33182 hor_pos "c"
33183 has_inner_box 1
33184 inner_pos "c"
33185 use_parbox 0
33186 use_makebox 0
33187 width "30col%"
33188 special "none"
33189 height "1in"
33190 height_special "totalheight"
33191 status open
33192
33193 \begin_layout Plain Layout
33194 \align center
33195 Rechteckige Box mit einer Rahmenbreite von 2
33196 \begin_inset space \thinspace{}
33197 \end_inset
33198
33199 pt
33200 \end_layout
33201
33202 \end_inset
33203
33204
33205 \begin_inset ERT
33206 status collapsed
33207
33208 \begin_layout Plain Layout
33209
33210
33211 \backslash
33212 setlength{
33213 \backslash
33214 fboxrule}{0.4pt}
33215 \end_layout
33216
33217 \end_inset
33218
33219
33220 \begin_inset VSpace bigskip
33221 \end_inset
33222
33223
33224 \end_layout
33225
33226 \begin_layout Standard
33227 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
33228 \begin_inset space \thinspace{}
33229 \end_inset
33230
33231 pt.
33232  Sie können das ändern, indem Sie den Wert von 
33233 \series bold
33234
33235 \backslash
33236 fboxsep
33237 \series default
33238  mit einem TeX-Code-Befehl ändern:
33239 \end_layout
33240
33241 \begin_layout Standard
33242
33243 \series bold
33244
33245 \backslash
33246 setlength{
33247 \backslash
33248 fboxsep}{10pt}
33249 \end_layout
33250
33251 \begin_layout Standard
33252 setzt den Wert auf 10
33253 \begin_inset space \thinspace{}
33254 \end_inset
33255
33256 pt, wie in der folgenden Box:
33257 \end_layout
33258
33259 \begin_layout Standard
33260 \begin_inset ERT
33261 status collapsed
33262
33263 \begin_layout Plain Layout
33264
33265
33266 \backslash
33267 setlength{
33268 \backslash
33269 fboxsep}{10pt}
33270 \end_layout
33271
33272 \end_inset
33273
33274
33275 \begin_inset Box Boxed
33276 position "c"
33277 hor_pos "c"
33278 has_inner_box 1
33279 inner_pos "c"
33280 use_parbox 0
33281 use_makebox 0
33282 width "25col%"
33283 special "none"
33284 height "1in"
33285 height_special "totalheight"
33286 status open
33287
33288 \begin_layout Plain Layout
33289 \align center
33290 Rechteckige Box mit 
33291 \series bold
33292
33293 \backslash
33294 fboxsep
33295 \series default
33296
33297 \begin_inset space \thinspace{}
33298 \end_inset
33299
33300 =
33301 \begin_inset space \thinspace{}
33302 \end_inset
33303
33304 10
33305 \begin_inset space \thinspace{}
33306 \end_inset
33307
33308 pt
33309 \end_layout
33310
33311 \end_inset
33312
33313
33314 \begin_inset ERT
33315 status collapsed
33316
33317 \begin_layout Plain Layout
33318
33319
33320 \backslash
33321 setlength{
33322 \backslash
33323 fboxsep}{3pt}
33324 \end_layout
33325
33326 \end_inset
33327
33328
33329 \end_layout
33330
33331 \begin_layout Standard
33332 \noindent
33333 \begin_inset VSpace bigskip
33334 \end_inset
33335
33336 Der Durchmesser der abgerundeten Ecken kann mit 
33337 \series bold
33338
33339 \backslash
33340 cornersize
33341 \series default
33342  gesetzt werden.
33343  Der TeX-Code-Befehl
33344 \end_layout
33345
33346 \begin_layout Standard
33347
33348 \series bold
33349
33350 \backslash
33351 cornersize*{1cm}
33352 \end_layout
33353
33354 \begin_layout Standard
33355 setzt den Durchmesser auf 1
33356 \begin_inset space \thinspace{}
33357 \end_inset
33358
33359 cm.
33360  Der TeX-Code-Befehl
33361 \end_layout
33362
33363 \begin_layout Standard
33364
33365 \series bold
33366
33367 \backslash
33368 cornersize{num}
33369 \end_layout
33370
33371 \begin_layout Standard
33372 setzt den Durchmesser auf 
33373 \family sans
33374 num
33375 \begin_inset space \thinspace{}
33376 \end_inset
33377
33378 ×
33379 \begin_inset space \thinspace{}
33380 \end_inset
33381
33382 Minimum(Breite der Box, Höhe der Box)
33383 \family default
33384 .
33385  Der Standardwert ist 
33386 \series bold
33387
33388 \backslash
33389 cornersize{0.5}
33390 \series default
33391 .
33392 \end_layout
33393
33394 \begin_layout Standard
33395 \begin_inset ERT
33396 status collapsed
33397
33398 \begin_layout Plain Layout
33399
33400
33401 \backslash
33402 cornersize*{1.5cm}
33403 \end_layout
33404
33405 \end_inset
33406
33407
33408 \begin_inset Box Ovalbox
33409 position "c"
33410 hor_pos "c"
33411 has_inner_box 1
33412 inner_pos "c"
33413 use_parbox 0
33414 use_makebox 0
33415 width "30col%"
33416 special "none"
33417 height "1in"
33418 height_special "totalheight"
33419 status open
33420
33421 \begin_layout Plain Layout
33422 \align center
33423 Ovale Box, dicker Rand, mit 
33424 \series bold
33425
33426 \backslash
33427 cornersize
33428 \series default
33429
33430 \begin_inset space \thinspace{}
33431 \end_inset
33432
33433 =
33434 \begin_inset space \thinspace{}
33435 \end_inset
33436
33437 1.5
33438 \begin_inset space \thinspace{}
33439 \end_inset
33440
33441 cm
33442 \end_layout
33443
33444 \end_inset
33445
33446
33447 \begin_inset ERT
33448 status collapsed
33449
33450 \begin_layout Plain Layout
33451
33452
33453 \backslash
33454 cornersize{0.5}
33455 \end_layout
33456
33457 \end_inset
33458
33459
33460 \end_layout
33461
33462 \begin_layout Standard
33463 \begin_inset VSpace bigskip
33464 \end_inset
33465
33466 Die Breite des Schattens wird mit 
33467 \series bold
33468
33469 \backslash
33470 shadowsize
33471 \series default
33472  festgelegt.
33473  Mit dem TeX-Code-Befehl
33474 \end_layout
33475
33476 \begin_layout Standard
33477
33478 \series bold
33479
33480 \backslash
33481 setlength{
33482 \backslash
33483 shadowsize}{2pt}
33484 \end_layout
33485
33486 \begin_layout Standard
33487 wird er für die folgende Box auf 2
33488 \begin_inset space \thinspace{}
33489 \end_inset
33490
33491 pt festgelegt.
33492 \end_layout
33493
33494 \begin_layout Standard
33495 \begin_inset ERT
33496 status collapsed
33497
33498 \begin_layout Plain Layout
33499
33500
33501 \backslash
33502 setlength{
33503 \backslash
33504 shadowsize}{2pt}
33505 \end_layout
33506
33507 \end_inset
33508
33509
33510 \begin_inset Box Shadowbox
33511 position "c"
33512 hor_pos "c"
33513 has_inner_box 1
33514 inner_pos "c"
33515 use_parbox 0
33516 use_makebox 0
33517 width "25col%"
33518 special "none"
33519 height "1in"
33520 height_special "totalheight"
33521 status open
33522
33523 \begin_layout Plain Layout
33524 \align center
33525 Schattierte Box mit 
33526 \series bold
33527
33528 \backslash
33529 shadowsize
33530 \series default
33531
33532 \begin_inset space \thinspace{}
33533 \end_inset
33534
33535 =
33536 \begin_inset space \thinspace{}
33537 \end_inset
33538
33539 2
33540 \begin_inset space \thinspace{}
33541 \end_inset
33542
33543 pt
33544 \end_layout
33545
33546 \end_inset
33547
33548
33549 \begin_inset ERT
33550 status collapsed
33551
33552 \begin_layout Plain Layout
33553
33554
33555 \backslash
33556 setlength{
33557 \backslash
33558 shadowsize}{4pt}
33559 \end_layout
33560
33561 \end_inset
33562
33563
33564 \end_layout
33565
33566 \begin_layout Standard
33567 \begin_inset VSpace bigskip
33568 \end_inset
33569
33570 Der Standardwert für 
33571 \series bold
33572
33573 \backslash
33574 FrameRule
33575 \series default
33576  ist 0.4
33577 \begin_inset space \thinspace{}
33578 \end_inset
33579
33580 pt.
33581  Der Standard-Abstand zwischen Rahmen und Text ist 9
33582 \begin_inset space \thinspace{}
33583 \end_inset
33584
33585 pt und kann mit dem Wert für 
33586 \series bold
33587
33588 \backslash
33589 FrameSep
33590 \series default
33591  geändert werden.
33592  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
33593  TeX-Code Befehlen geändert:
33594 \end_layout
33595
33596 \begin_layout Standard
33597
33598 \series bold
33599
33600 \backslash
33601 setlength{
33602 \backslash
33603 FrameRule}{5pt}
33604 \begin_inset Newline newline
33605 \end_inset
33606
33607
33608 \backslash
33609 setlength{
33610 \backslash
33611 FrameSep}{0.5cm}
33612 \end_layout
33613
33614 \begin_layout Standard
33615 \begin_inset ERT
33616 status collapsed
33617
33618 \begin_layout Plain Layout
33619
33620
33621 \backslash
33622 setlength{
33623 \backslash
33624 FrameRule}{5pt}
33625 \end_layout
33626
33627 \begin_layout Plain Layout
33628
33629
33630 \backslash
33631 setlength{
33632 \backslash
33633 FrameSep}{0.5cm}
33634 \end_layout
33635
33636 \end_inset
33637
33638
33639 \begin_inset Box Framed
33640 position "t"
33641 hor_pos "c"
33642 has_inner_box 0
33643 inner_pos "t"
33644 use_parbox 0
33645 use_makebox 0
33646 width "100col%"
33647 special "none"
33648 height "1in"
33649 height_special "totalheight"
33650 status open
33651
33652 \begin_layout Plain Layout
33653 Dies ist Text in einer 
33654 \family sans
33655 Seitenumbruch erlaubt
33656 \family default
33657  Box.
33658 \end_layout
33659
33660 \end_inset
33661
33662
33663 \begin_inset ERT
33664 status collapsed
33665
33666 \begin_layout Plain Layout
33667
33668
33669 \backslash
33670 setlength{
33671 \backslash
33672 FrameRule}{0.4pt}
33673 \end_layout
33674
33675 \begin_layout Plain Layout
33676
33677
33678 \backslash
33679 setlength{
33680 \backslash
33681 FrameSep}{9pt}
33682 \end_layout
33683
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \begin_layout Standard
33690 \begin_inset VSpace bigskip
33691 \end_inset
33692
33693 Für Boxen mit 
33694 \family sans
33695 schattiertem Hintergrund
33696 \family default
33697  beträgt der Abstand zwischen Rand und Text 3
33698 \begin_inset space \thinspace{}
33699 \end_inset
33700
33701 pt und kann mit 
33702 \series bold
33703
33704 \backslash
33705 fboxsep
33706 \series default
33707  geändert werden.
33708  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
33709  
33710 \series bold
33711
33712 \backslash
33713 definecolor{shadecolor}
33714 \series default
33715  oder global über das Menü 
33716 \family sans
33717 Werkzeuge\SpecialChar \menuseparator
33718 Einstellungen\SpecialChar \menuseparator
33719 Farben\SpecialChar \menuseparator
33720 Schattierte
33721 \begin_inset space ~
33722 \end_inset
33723
33724 Box
33725 \family default
33726  geändert werden.
33727  Das Schema des 
33728 \series bold
33729
33730 \backslash
33731 definecolor
33732 \series default
33733  Befehls ist  in Abschnitt
33734 \begin_inset space ~
33735 \end_inset
33736
33737
33738 \begin_inset CommandInset ref
33739 LatexCommand ref
33740 reference "abs:Farbige-Tabellen"
33741
33742 \end_inset
33743
33744  erklärt.
33745 \begin_inset Foot
33746 status collapsed
33747
33748 \begin_layout Plain Layout
33749 Beachten Sie, dass 
33750 \series bold
33751
33752 \backslash
33753 definecolor
33754 \series default
33755  das LaTeX-Paket 
33756 \series bold
33757 color
33758 \series default
33759  im LaTeX-Vorspann benötigt, siehe Abschnitt
33760 \begin_inset space ~
33761 \end_inset
33762
33763
33764 \begin_inset CommandInset ref
33765 LatexCommand ref
33766 reference "abs:Farbige-Boxen"
33767
33768 \end_inset
33769
33770 .
33771 \end_layout
33772
33773 \end_inset
33774
33775  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
33776 \end_layout
33777
33778 \begin_layout Standard
33779
33780 \series bold
33781
33782 \backslash
33783 setlength{
33784 \backslash
33785 fboxsep}{0.5cm}
33786 \begin_inset Newline newline
33787 \end_inset
33788
33789
33790 \backslash
33791 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33792 \end_layout
33793
33794 \begin_layout Standard
33795 \begin_inset ERT
33796 status collapsed
33797
33798 \begin_layout Plain Layout
33799
33800
33801 \backslash
33802 setlength{
33803 \backslash
33804 fboxsep}{0.5cm}
33805 \end_layout
33806
33807 \begin_layout Plain Layout
33808
33809
33810 \backslash
33811 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33812 \end_layout
33813
33814 \end_inset
33815
33816
33817 \begin_inset Box Shaded
33818 position "t"
33819 hor_pos "c"
33820 has_inner_box 0
33821 inner_pos "t"
33822 use_parbox 0
33823 use_makebox 0
33824 width "100col%"
33825 special "none"
33826 height "1in"
33827 height_special "totalheight"
33828 status open
33829
33830 \begin_layout Plain Layout
33831
33832 \color yellow
33833 Dies ist gelber Text in einer 
33834 \family sans
33835 schattierten Hintergrund
33836 \begin_inset space ~
33837 \end_inset
33838
33839
33840 \family default
33841 Box auf dunkelgrünem Hintergrund.
33842 \end_layout
33843
33844 \end_inset
33845
33846
33847 \begin_inset ERT
33848 status collapsed
33849
33850 \begin_layout Plain Layout
33851
33852
33853 \backslash
33854 setlength{
33855 \backslash
33856 fboxsep}{3pt}
33857 \end_layout
33858
33859 \begin_layout Plain Layout
33860
33861
33862 \backslash
33863 definecolor{shadecolor}{rgb}{1,0,0}
33864 \end_layout
33865
33866 \end_inset
33867
33868
33869 \end_layout
33870
33871 \begin_layout Standard
33872 \begin_inset VSpace bigskip
33873 \end_inset
33874
33875 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
33876  der sie ändert.
33877 \end_layout
33878
33879 \begin_layout Section
33880 Minipage
33881 \begin_inset CommandInset label
33882 LatexCommand label
33883 name "abs:Minipage"
33884
33885 \end_inset
33886
33887
33888 \begin_inset Index idx
33889 status collapsed
33890
33891 \begin_layout Plain Layout
33892 Boxen ! Minipage
33893 \end_layout
33894
33895 \end_inset
33896
33897
33898 \end_layout
33899
33900 \begin_layout Standard
33901 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
33902  deshalb unter anderem eigene Fußnoten haben.
33903 \end_layout
33904
33905 \begin_layout Standard
33906 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
33907 \end_layout
33908
33909 \begin_layout Standard
33910 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
33911  Ihre Breite ist 45 Spaltenbreite
33912 \begin_inset space ~
33913 \end_inset
33914
33915 %, und sie sind durch einen 
33916 \family sans
33917 HFill
33918 \family default
33919  getrennt (
33920 \family sans
33921 Einfügen\SpecialChar \menuseparator
33922 Formatierung\SpecialChar \menuseparator
33923 Horizontaler
33924 \begin_inset space \space{}
33925 \end_inset
33926
33927 Abstand\SpecialChar \menuseparator
33928 Abstand\SpecialChar \menuseparator
33929 Variabler
33930 \begin_inset space ~
33931 \end_inset
33932
33933 horiz.
33934 \begin_inset space ~
33935 \end_inset
33936
33937 Abstand
33938 \family default
33939 ).
33940 \begin_inset Newpage newpage
33941 \end_inset
33942
33943
33944 \end_layout
33945
33946 \begin_layout Standard
33947 \noindent
33948 \begin_inset Box Frameless
33949 position "t"
33950 hor_pos "c"
33951 has_inner_box 1
33952 inner_pos "c"
33953 use_parbox 0
33954 use_makebox 0
33955 width "45col%"
33956 special "none"
33957 height "1in"
33958 height_special "totalheight"
33959 status open
33960
33961 \begin_layout Plain Layout
33962 Dies ist ein deutscher Text.
33963  Dies ist ein deutscher Text.
33964  Dies ist ein deutscher Text.
33965  Dies ist ein deutscher Text.
33966  Dies ist ein deutscher Text.
33967  Dies ist ein deutscher Text.
33968  Dies ist ein deutscher Text.
33969  Dies ist ein deutscher Text.
33970  Dies ist ein deutscher Text.
33971  Dies ist ein deutscher Text.
33972  Dies ist ein deutscher Text.
33973  Dies ist ein deutscher Text.
33974  Dies ist ein deutscher Text
33975 \begin_inset Foot
33976 status open
33977
33978 \begin_layout Plain Layout
33979 Dies ist eine deutsche Fußnote.
33980 \end_layout
33981
33982 \end_inset
33983
33984 .
33985  Dies ist ein deutscher Text.
33986  Dies ist ein deutscher Text.
33987 \end_layout
33988
33989 \end_inset
33990
33991
33992 \begin_inset space \hfill{}
33993 \end_inset
33994
33995
33996 \begin_inset Box Frameless
33997 position "t"
33998 hor_pos "c"
33999 has_inner_box 1
34000 inner_pos "c"
34001 use_parbox 0
34002 use_makebox 0
34003 width "45col%"
34004 special "none"
34005 height "1in"
34006 height_special "totalheight"
34007 status open
34008
34009 \begin_layout Plain Layout
34010
34011 \lang english
34012 This is an English Text.
34013  This is an English Text.
34014  This is an English Text.
34015  This is an English Text.
34016  This is an English Text.
34017  This is an English Text.
34018  This is an English Text.
34019  This is an English Text.
34020  This is an English Text.
34021  This is an English Text.
34022  This is an English Text.
34023  This is an English Text.
34024  This is an English Text.
34025  This is an English Text.
34026  This is an English Text.
34027  This is an English Text.
34028 \begin_inset Foot
34029 status collapsed
34030
34031 \begin_layout Plain Layout
34032
34033 \lang english
34034 This is an English footnote.
34035 \end_layout
34036
34037 \end_inset
34038
34039  This is an English Text.
34040 \end_layout
34041
34042 \end_inset
34043
34044
34045 \end_layout
34046
34047 \begin_layout Standard
34048 \begin_inset VSpace bigskip
34049 \end_inset
34050
34051 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34052  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34053  Absätze nicht eingerückt werden, obwohl Sie das in 
34054 \family sans
34055 Dokument
34056 \family default
34057 \SpecialChar \menuseparator
34058
34059 \family sans
34060 Einstellun\SpecialChar \-
34061 gen\SpecialChar \menuseparator
34062 Textformat
34063 \family default
34064  festgelegt haben.
34065  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34066  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
34067 \series bold
34068
34069 \backslash
34070 hspace*{1em}
34071 \series default
34072 .
34073 \end_layout
34074
34075 \begin_layout Standard
34076 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34077  zu verpassen, siehe Abschnitt
34078 \begin_inset space ~
34079 \end_inset
34080
34081
34082 \begin_inset CommandInset ref
34083 LatexCommand ref
34084 reference "uab:Farbe-für-Absätze"
34085
34086 \end_inset
34087
34088 .
34089 \end_layout
34090
34091 \begin_layout Standard
34092 \begin_inset Note Greyedout
34093 status open
34094
34095 \begin_layout Plain Layout
34096
34097 \series bold
34098 Bemerkung:
34099 \series default
34100  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34101  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34102 \end_layout
34103
34104 \end_inset
34105
34106
34107 \end_layout
34108
34109 \begin_layout Section
34110 Parbox
34111 \begin_inset CommandInset label
34112 LatexCommand label
34113 name "abs:Parbox"
34114
34115 \end_inset
34116
34117
34118 \begin_inset Index idx
34119 status collapsed
34120
34121 \begin_layout Plain Layout
34122 Boxen ! Parbox
34123 \end_layout
34124
34125 \end_inset
34126
34127
34128 \end_layout
34129
34130 \begin_layout Standard
34131 Parbox ist eine Abkürzung für 
34132 \begin_inset Quotes gld
34133 \end_inset
34134
34135 paragraph box
34136 \begin_inset Quotes grd
34137 \end_inset
34138
34139 , was Absatzbox bedeutet.
34140  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34141  in Parboxen nicht ausgegeben werden:
34142 \end_layout
34143
34144 \begin_layout Standard
34145 \align center
34146 \begin_inset Box Frameless
34147 position "t"
34148 hor_pos "c"
34149 has_inner_box 1
34150 inner_pos "t"
34151 use_parbox 1
34152 use_makebox 0
34153 width "33col%"
34154 special "none"
34155 height "1in"
34156 height_special "totalheight"
34157 status open
34158
34159 \begin_layout Plain Layout
34160 Dies ist Text in einer Parbox.
34161  Dies ist Text in einer Parbox.
34162 \end_layout
34163
34164 \begin_layout Plain Layout
34165 Diese Fußnote wird nicht gedruckt:
34166 \begin_inset Foot
34167 status collapsed
34168
34169 \begin_layout Plain Layout
34170 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34171 \end_layout
34172
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \end_inset
34179
34180
34181 \end_layout
34182
34183 \begin_layout Section
34184 Boxen für Worte und Buchstaben
34185 \begin_inset Index idx
34186 status collapsed
34187
34188 \begin_layout Plain Layout
34189 Boxen ! für Buchstaben
34190 \end_layout
34191
34192 \end_inset
34193
34194
34195 \end_layout
34196
34197 \begin_layout Subsection
34198 Silbentrennung unterbinden
34199 \begin_inset CommandInset label
34200 LatexCommand label
34201 name "abs:Silbentrennung-unterbinden"
34202
34203 \end_inset
34204
34205
34206 \begin_inset Index idx
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210 Boxen ! zur Vermeidung von Silbentrennung
34211 \end_layout
34212
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \begin_layout Standard
34219 Sie können den Boxtyp 
34220 \family sans
34221 Makebox
34222 \family default
34223  benutzen, um Silbentrennungen zu unterbinden.
34224 \begin_inset Newline newline
34225 \end_inset
34226
34227 Hier ist ein Beispiel: 
34228 \end_layout
34229
34230 \begin_layout Standard
34231 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34232 \begin_inset Quotes gld
34233 \end_inset
34234
34235 einsehrsehrsehrlangeswort
34236 \begin_inset Quotes grd
34237 \end_inset
34238
34239 .
34240 \end_layout
34241
34242 \begin_layout Standard
34243 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34244  Innere
34245 \begin_inset space ~
34246 \end_inset
34247
34248 Box auf Makebox und deren Breite auf 1
34249 \begin_inset space \thinspace{}
34250 \end_inset
34251
34252 Width.
34253 \end_layout
34254
34255 \begin_layout Standard
34256 Hier ist das Ergebnis:
34257 \end_layout
34258
34259 \begin_layout Standard
34260 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34261 \begin_inset Box Frameless
34262 position "t"
34263 hor_pos "c"
34264 has_inner_box 1
34265 inner_pos "t"
34266 use_parbox 0
34267 use_makebox 1
34268 width "1in"
34269 special "width"
34270 height "1in"
34271 height_special "totalheight"
34272 status open
34273
34274 \begin_layout Plain Layout
34275 \begin_inset Quotes gld
34276 \end_inset
34277
34278 einsehrsehrsehrlangeswort
34279 \begin_inset Quotes grd
34280 \end_inset
34281
34282
34283 \end_layout
34284
34285 \end_inset
34286
34287 .
34288 \end_layout
34289
34290 \begin_layout Standard
34291 Alternativ dazu kann man auch den Befehl 
34292 \begin_inset Quotes gld
34293 \end_inset
34294
34295
34296 \series bold
34297
34298 \backslash
34299 -
34300 \series default
34301
34302 \begin_inset Quotes grd
34303 \end_inset
34304
34305  als TeX-Code direkt vor das Wort setzen:
34306 \end_layout
34307
34308 \begin_layout Standard
34309 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34310 \begin_inset Quotes gld
34311 \end_inset
34312
34313
34314 \begin_inset ERT
34315 status collapsed
34316
34317 \begin_layout Plain Layout
34318
34319
34320 \backslash
34321 -
34322 \end_layout
34323
34324 \end_inset
34325
34326 einsehrsehrsehrlangeswort
34327 \begin_inset Quotes grd
34328 \end_inset
34329
34330 .
34331 \end_layout
34332
34333 \begin_layout Standard
34334 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34335  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34336 \family sans
34337 Strg-Eingabe
34338 \family default
34339 ) einfügen: 
34340 \end_layout
34341
34342 \begin_layout Standard
34343 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34344 \begin_inset Newline newline
34345 \end_inset
34346
34347
34348 \begin_inset Box Frameless
34349 position "t"
34350 hor_pos "c"
34351 has_inner_box 1
34352 inner_pos "t"
34353 use_parbox 0
34354 use_makebox 1
34355 width "1in"
34356 special "width"
34357 height "1in"
34358 height_special "totalheight"
34359 status open
34360
34361 \begin_layout Plain Layout
34362 \begin_inset Quotes gld
34363 \end_inset
34364
34365 einsehrsehrsehrlangeswort
34366 \begin_inset Quotes grd
34367 \end_inset
34368
34369
34370 \end_layout
34371
34372 \end_inset
34373
34374 .
34375 \end_layout
34376
34377 \begin_layout Subsection
34378 Vertikale Ausrichtung
34379 \begin_inset CommandInset label
34380 LatexCommand label
34381 name "uab:Vertikale-Ausrichtung"
34382
34383 \end_inset
34384
34385
34386 \begin_inset Index idx
34387 status collapsed
34388
34389 \begin_layout Plain Layout
34390 Boxen ! für Vertikale Ausrichtung
34391 \end_layout
34392
34393 \end_inset
34394
34395
34396 \begin_inset Index idx
34397 status collapsed
34398
34399 \begin_layout Plain Layout
34400 Boxen ! raisebox
34401 \end_layout
34402
34403 \end_inset
34404
34405
34406 \end_layout
34407
34408 \begin_layout Standard
34409 Mit dem LaTeX-Befehl 
34410 \series bold
34411
34412 \backslash
34413 raisebox
34414 \series default
34415  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34416 n Textes ausrichten.
34417  
34418 \series bold
34419
34420 \backslash
34421 raisebox
34422 \series default
34423  wird folgendermaßen benutzt:
34424 \end_layout
34425
34426 \begin_layout Standard
34427
34428 \series bold
34429
34430 \backslash
34431 raisebox{Verschiebung}[oben][unten]{Text}
34432 \end_layout
34433
34434 \begin_layout Standard
34435 Positive Werte für Verschiebung
34436 \series bold
34437  
34438 \series default
34439 verschieben die Box nach oben, negative nach unten.
34440  Die beiden optionalen Parameter 
34441 \family typewriter
34442 oben
34443 \family default
34444  und 
34445 \family typewriter
34446 unten
34447 \family default
34448  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34449  hinausgeht, wenn sie nicht verschoben ist.
34450 \end_layout
34451
34452 \begin_layout Standard
34453 Um zum Beispiel das Wort 
34454 \begin_inset Quotes gld
34455 \end_inset
34456
34457 provokant
34458 \begin_inset Quotes grd
34459 \end_inset
34460
34461  mit seinem 
34462 \begin_inset Quotes gld
34463 \end_inset
34464
34465 niedrigsten
34466 \begin_inset Quotes grd
34467 \end_inset
34468
34469  Buchstaben 
34470 \begin_inset Quotes gld
34471 \end_inset
34472
34473 p
34474 \begin_inset Quotes grd
34475 \end_inset
34476
34477  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
34478 \end_layout
34479
34480 \begin_layout Standard
34481
34482 \series bold
34483
34484 \backslash
34485 raisebox{
34486 \backslash
34487 depth}{
34488 \end_layout
34489
34490 \begin_layout Standard
34491 vor dem Wort einfügen und 
34492 \begin_inset Quotes gld
34493 \end_inset
34494
34495
34496 \series bold
34497 }
34498 \series default
34499
34500 \begin_inset Quotes grd
34501 \end_inset
34502
34503  als TeX-Code dahinter:
34504 \end_layout
34505
34506 \begin_layout Standard
34507 Dies ist eine Zeile, in der das Wort 
34508 \begin_inset ERT
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512
34513
34514 \backslash
34515 raisebox{
34516 \backslash
34517 depth}{
34518 \end_layout
34519
34520 \end_inset
34521
34522
34523 \begin_inset Quotes gld
34524 \end_inset
34525
34526 provokant
34527 \begin_inset Quotes grd
34528 \end_inset
34529
34530
34531 \begin_inset ERT
34532 status collapsed
34533
34534 \begin_layout Plain Layout
34535
34536 }
34537 \end_layout
34538
34539 \end_inset
34540
34541  nach oben verschoben wurde.
34542 \end_layout
34543
34544 \begin_layout Standard
34545 \begin_inset VSpace bigskip
34546 \end_inset
34547
34548 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34549  gedehnt:
34550 \end_layout
34551
34552 \begin_layout Standard
34553 Dies ist eine Zeile, in der das Wort 
34554 \begin_inset ERT
34555 status collapsed
34556
34557 \begin_layout Plain Layout
34558
34559
34560 \backslash
34561 raisebox{-
34562 \backslash
34563 depth}{
34564 \end_layout
34565
34566 \end_inset
34567
34568
34569 \begin_inset Quotes gld
34570 \end_inset
34571
34572 provokant
34573 \begin_inset Quotes grd
34574 \end_inset
34575
34576
34577 \begin_inset ERT
34578 status collapsed
34579
34580 \begin_layout Plain Layout
34581
34582 }
34583 \end_layout
34584
34585 \end_inset
34586
34587  nach unten verschoben wurde.
34588 \end_layout
34589
34590 \begin_layout Standard
34591 Dies ist eine Zeile, in der das Wort 
34592 \begin_inset ERT
34593 status collapsed
34594
34595 \begin_layout Plain Layout
34596
34597
34598 \backslash
34599 raisebox{0.5cm}{
34600 \end_layout
34601
34602 \end_inset
34603
34604
34605 \begin_inset Quotes gld
34606 \end_inset
34607
34608 testen
34609 \begin_inset Quotes grd
34610 \end_inset
34611
34612
34613 \begin_inset ERT
34614 status collapsed
34615
34616 \begin_layout Plain Layout
34617
34618 }
34619 \end_layout
34620
34621 \end_inset
34622
34623  um 0.5
34624 \begin_inset space \thinspace{}
34625 \end_inset
34626
34627 cm nach oben verschoben wurde.
34628 \end_layout
34629
34630 \begin_layout Standard
34631 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34632 \end_layout
34633
34634 \begin_layout Standard
34635
34636 \series bold
34637
34638 \backslash
34639 raisebox{-
34640 \backslash
34641 depth}[0pt]{
34642 \end_layout
34643
34644 \begin_layout Standard
34645 Dies ist eine Zeile, in der das Wort 
34646 \begin_inset ERT
34647 status collapsed
34648
34649 \begin_layout Plain Layout
34650
34651
34652 \backslash
34653 raisebox{-
34654 \backslash
34655 depth}[0pt]{
34656 \end_layout
34657
34658 \end_inset
34659
34660
34661 \begin_inset Quotes gld
34662 \end_inset
34663
34664 provokant
34665 \begin_inset Quotes grd
34666 \end_inset
34667
34668
34669 \begin_inset ERT
34670 status collapsed
34671
34672 \begin_layout Plain Layout
34673
34674 }
34675 \end_layout
34676
34677 \end_inset
34678
34679  nach unten verschoben wurde.
34680 \end_layout
34681
34682 \begin_layout Standard
34683 Dies ist eine Zeile, in der das Wort 
34684 \begin_inset ERT
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688
34689
34690 \backslash
34691 raisebox{0.5cm}[0pt]{
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \begin_inset Quotes gld
34698 \end_inset
34699
34700 testen
34701 \begin_inset Quotes grd
34702 \end_inset
34703
34704
34705 \begin_inset ERT
34706 status collapsed
34707
34708 \begin_layout Plain Layout
34709
34710 }
34711 \end_layout
34712
34713 \end_inset
34714
34715  um 0.5
34716 \begin_inset space \thinspace{}
34717 \end_inset
34718
34719 cm nach oben verschoben wurde.
34720  Jetzt überschneiden sich die verschobenen Worte.
34721 \end_layout
34722
34723 \begin_layout Section
34724 Farbige Boxen
34725 \begin_inset CommandInset label
34726 LatexCommand label
34727 name "abs:Farbige-Boxen"
34728
34729 \end_inset
34730
34731
34732 \begin_inset Index idx
34733 status collapsed
34734
34735 \begin_layout Plain Layout
34736 Boxen ! farbige
34737 \end_layout
34738
34739 \end_inset
34740
34741
34742 \end_layout
34743
34744 \begin_layout Subsection
34745 Text-Hintergrundfarbe
34746 \begin_inset Index idx
34747 status collapsed
34748
34749 \begin_layout Plain Layout
34750 Farbe ! für Text-Hintergrund
34751 \end_layout
34752
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \begin_layout Standard
34759 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
34760  so genannten 
34761 \begin_inset Quotes gld
34762 \end_inset
34763
34764 colorbox
34765 \begin_inset Quotes grd
34766 \end_inset
34767
34768  stehen.
34769  Dafür muss das LaTeX-Paket 
34770 \series bold
34771 color
34772 \series default
34773
34774 \begin_inset Index idx
34775 status collapsed
34776
34777 \begin_layout Plain Layout
34778 LaTeX-Pakete ! color
34779 \end_layout
34780
34781 \end_inset
34782
34783  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
34784 \end_layout
34785
34786 \begin_layout Standard
34787
34788 \series bold
34789
34790 \backslash
34791 @ifundefined{textcolor}
34792 \begin_inset Newline newline
34793 \end_inset
34794
34795
34796 \begin_inset Phantom HPhantom
34797 status open
34798
34799 \begin_layout Plain Layout
34800
34801 \series bold
34802 \begin_inset space ~
34803 \end_inset
34804
34805
34806 \end_layout
34807
34808 \end_inset
34809
34810 {
34811 \backslash
34812 usepackage{color}}{}
34813 \end_layout
34814
34815 \begin_layout Standard
34816 Wenn Sie Text einfärben, lädt LyX das Paket 
34817 \series bold
34818 color
34819 \series default
34820  automatisch.
34821 \begin_inset Foot
34822 status collapsed
34823
34824 \begin_layout Plain Layout
34825 Der Befehl 
34826 \series bold
34827
34828 \backslash
34829 @ifundefined
34830 \series default
34831  vermeidet, dass es in diesem Fall doppelt geladen wird.
34832 \end_layout
34833
34834 \end_inset
34835
34836
34837 \end_layout
34838
34839 \begin_layout Standard
34840 \begin_inset VSpace medskip
34841 \end_inset
34842
34843 Colorboxen werden mit dem Befehl 
34844 \series bold
34845
34846 \backslash
34847 colorbox
34848 \series default
34849  erzeugt:
34850 \end_layout
34851
34852 \begin_layout Standard
34853
34854 \series bold
34855
34856 \backslash
34857 colorbox{Farbe}{Boxinhalt}
34858 \end_layout
34859
34860 \begin_layout Standard
34861 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
34862  Boxen sein.
34863 \end_layout
34864
34865 \begin_layout Standard
34866 Die folgenden Farben sind vordefiniert:
34867 \family sans
34868  schwarz
34869 \family default
34870
34871 \family sans
34872 wei
34873 \family default
34874 ß, 
34875 \family sans
34876 rot
34877 \family default
34878 \series bold
34879 ,
34880 \series default
34881  
34882 \family sans
34883 grün
34884 \family default
34885
34886 \family sans
34887 blau
34888 \family default
34889
34890 \family sans
34891 türkis
34892 \family default
34893
34894 \family sans
34895 purpurrot
34896 \family default
34897  und 
34898 \family sans
34899 gelb
34900 \family default
34901 .
34902 \end_layout
34903
34904 \begin_layout Standard
34905 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
34906 \begin_inset space ~
34907 \end_inset
34908
34909
34910 \begin_inset CommandInset ref
34911 LatexCommand ref
34912 reference "abs:Farbige-Tabellen"
34913
34914 \end_inset
34915
34916  beschrieben.
34917 \end_layout
34918
34919 \begin_layout Standard
34920 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
34921  den TeX-Code-Befehl
34922 \end_layout
34923
34924 \begin_layout Standard
34925
34926 \series bold
34927
34928 \backslash
34929 colorbox{red}{
34930 \end_layout
34931
34932 \begin_layout Standard
34933 vor dem Wort ein.
34934  Hinter dem Wort fügen Sie 
34935 \series bold
34936
34937 \begin_inset Quotes gld
34938 \end_inset
34939
34940 }
34941 \series default
34942
34943 \begin_inset Quotes grd
34944 \end_inset
34945
34946  als TeX-Code ein.
34947  Hier ist das Ergebnis:
34948 \end_layout
34949
34950 \begin_layout Standard
34951 In dieser Zeile hat 
34952 \begin_inset ERT
34953 status collapsed
34954
34955 \begin_layout Plain Layout
34956
34957
34958 \backslash
34959 colorbox{red}{
34960 \end_layout
34961
34962 \end_inset
34963
34964 Achtung!
34965 \begin_inset ERT
34966 status collapsed
34967
34968 \begin_layout Plain Layout
34969
34970 }
34971 \end_layout
34972
34973 \end_inset
34974
34975  einen roten Hintergrund.
34976 \end_layout
34977
34978 \begin_layout Standard
34979 \begin_inset VSpace bigskip
34980 \end_inset
34981
34982 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
34983  
34984 \series bold
34985
34986 \backslash
34987 fcolorbox
34988 \series default
34989  verwenden:
34990 \end_layout
34991
34992 \begin_layout Standard
34993
34994 \series bold
34995
34996 \backslash
34997 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
34998 \end_layout
34999
35000 \begin_layout Standard
35001
35002 \series bold
35003
35004 \backslash
35005 fcolorbox
35006 \series default
35007  ist eine Erweiterung von 
35008 \series bold
35009
35010 \backslash
35011 colorbox
35012 \series default
35013 .
35014  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
35015  
35016 \series bold
35017
35018 \backslash
35019 fboxrule
35020 \series default
35021  und 
35022 \series bold
35023
35024 \backslash
35025 fboxsep
35026 \series default
35027  gesteuert werden, wie in Abschnitt
35028 \begin_inset space ~
35029 \end_inset
35030
35031
35032 \begin_inset CommandInset ref
35033 LatexCommand ref
35034 reference "uab:Verzierung"
35035
35036 \end_inset
35037
35038  beschrieben.
35039 \end_layout
35040
35041 \begin_layout Standard
35042 Für das folgende Beispiel wurde der Befehl
35043 \end_layout
35044
35045 \begin_layout Standard
35046
35047 \series bold
35048
35049 \backslash
35050 fcolorbox{cyan}{magenta}{
35051 \end_layout
35052
35053 \begin_layout Standard
35054 benutzt.
35055  Hier wurden die Rahmendicke und der Abstand auf 1
35056 \begin_inset space \thinspace{}
35057 \end_inset
35058
35059 mm gesetzt:
35060 \begin_inset Newline newline
35061 \end_inset
35062
35063
35064 \begin_inset ERT
35065 status collapsed
35066
35067 \begin_layout Plain Layout
35068
35069
35070 \backslash
35071 fboxrule 1mm 
35072 \backslash
35073 fboxsep 1mm
35074 \end_layout
35075
35076 \end_inset
35077
35078
35079 \begin_inset ERT
35080 status collapsed
35081
35082 \begin_layout Plain Layout
35083
35084
35085 \backslash
35086 fcolorbox{cyan}{green}{
35087 \end_layout
35088
35089 \end_inset
35090
35091 Dies ist Text in einer farbigen, gerahmten Box.
35092 \begin_inset ERT
35093 status collapsed
35094
35095 \begin_layout Plain Layout
35096
35097 }
35098 \end_layout
35099
35100 \end_inset
35101
35102
35103 \end_layout
35104
35105 \begin_layout Standard
35106 \begin_inset VSpace bigskip
35107 \end_inset
35108
35109 Natürlich gibt es auch farbigen Text in einer Colorbox:
35110 \begin_inset Newline newline
35111 \end_inset
35112
35113
35114 \begin_inset ERT
35115 status collapsed
35116
35117 \begin_layout Plain Layout
35118
35119
35120 \backslash
35121 fcolorbox{cyan}{green}{
35122 \end_layout
35123
35124 \end_inset
35125
35126
35127 \color yellow
35128 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35129 \color none
35130
35131 \begin_inset ERT
35132 status collapsed
35133
35134 \begin_layout Plain Layout
35135
35136 }
35137 \end_layout
35138
35139 \end_inset
35140
35141
35142 \begin_inset ERT
35143 status collapsed
35144
35145 \begin_layout Plain Layout
35146
35147
35148 \backslash
35149 fboxrule 0.4pt 
35150 \backslash
35151 fboxsep 3pt
35152 \end_layout
35153
35154 \end_inset
35155
35156
35157 \end_layout
35158
35159 \begin_layout Standard
35160 \begin_inset VSpace bigskip
35161 \end_inset
35162
35163
35164 \end_layout
35165
35166 \begin_layout Standard
35167 \begin_inset Note Greyedout
35168 status open
35169
35170 \begin_layout Plain Layout
35171 \noindent
35172
35173 \series bold
35174 Bemerkung:
35175 \series default
35176  Text in Colorboxen kann nicht umgebrochen werden.
35177  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
35178  wie im folgenden beschrieben.
35179 \end_layout
35180
35181 \end_inset
35182
35183
35184 \end_layout
35185
35186 \begin_layout Subsection
35187 Farbe für Absätze
35188 \begin_inset CommandInset label
35189 LatexCommand label
35190 name "uab:Farbe-für-Absätze"
35191
35192 \end_inset
35193
35194
35195 \begin_inset Index idx
35196 status collapsed
35197
35198 \begin_layout Plain Layout
35199 Farbe ! für Absätze
35200 \end_layout
35201
35202 \end_inset
35203
35204
35205 \end_layout
35206
35207 \begin_layout Standard
35208 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
35209  den Text in eine Minipage stellen.
35210  Vor der Minipage fügen Sie den TeX-Code-Befehl
35211 \end_layout
35212
35213 \begin_layout Standard
35214
35215 \series bold
35216
35217 \backslash
35218 colorbox{color}{
35219 \end_layout
35220
35221 \begin_layout Standard
35222 ein.
35223  Hinter der Minipage fügen Sie 
35224 \series bold
35225
35226 \begin_inset Quotes gld
35227 \end_inset
35228
35229 }
35230 \series default
35231
35232 \begin_inset Quotes grd
35233 \end_inset
35234
35235  als TeX-Code ein.
35236 \end_layout
35237
35238 \begin_layout Standard
35239 \begin_inset ERT
35240 status collapsed
35241
35242 \begin_layout Plain Layout
35243
35244
35245 \backslash
35246 colorbox{hellgrau}{
35247 \end_layout
35248
35249 \end_inset
35250
35251
35252 \begin_inset Box Frameless
35253 position "t"
35254 hor_pos "c"
35255 has_inner_box 1
35256 inner_pos "t"
35257 use_parbox 0
35258 use_makebox 0
35259 width "100col%"
35260 special "none"
35261 height "1in"
35262 height_special "totalheight"
35263 status collapsed
35264
35265 \begin_layout Plain Layout
35266 Dies ist Text mit einer Hintergrundfarbe.
35267  Dies ist Text mit einer Hintergrundfarbe.
35268 \end_layout
35269
35270 \begin_layout Plain Layout
35271 Der Text kann Fußnoten
35272 \begin_inset Foot
35273 status open
35274
35275 \begin_layout Plain Layout
35276 Eine weitere Fußnote
35277 \end_layout
35278
35279 \end_inset
35280
35281  und Tabellen und Abbildungen enthalten.
35282 \end_layout
35283
35284 \begin_layout Plain Layout
35285 \align center
35286 \begin_inset Tabular
35287 <lyxtabular version="3" rows="3" columns="3">
35288 <features rotate="0" tabularvalignment="middle">
35289 <column alignment="center" valignment="top" width="0">
35290 <column alignment="center" valignment="top" width="0">
35291 <column alignment="center" valignment="top" width="0">
35292 <row>
35293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35294 \begin_inset Text
35295
35296 \begin_layout Plain Layout
35297 a
35298 \end_layout
35299
35300 \end_inset
35301 </cell>
35302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35303 \begin_inset Text
35304
35305 \begin_layout Plain Layout
35306 !
35307 \end_layout
35308
35309 \end_inset
35310 </cell>
35311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35312 \begin_inset Text
35313
35314 \begin_layout Plain Layout
35315 3
35316 \end_layout
35317
35318 \end_inset
35319 </cell>
35320 </row>
35321 <row>
35322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35323 \begin_inset Text
35324
35325 \begin_layout Plain Layout
35326 <
35327 \end_layout
35328
35329 \end_inset
35330 </cell>
35331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35332 \begin_inset Text
35333
35334 \begin_layout Plain Layout
35335 b2
35336 \begin_inset Quotes erd
35337 \end_inset
35338
35339 |
35340 \end_layout
35341
35342 \end_inset
35343 </cell>
35344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35345 \begin_inset Text
35346
35347 \begin_layout Plain Layout
35348 >
35349 \end_layout
35350
35351 \end_inset
35352 </cell>
35353 </row>
35354 <row>
35355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35356 \begin_inset Text
35357
35358 \begin_layout Plain Layout
35359 1
35360 \end_layout
35361
35362 \end_inset
35363 </cell>
35364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35365 \begin_inset Text
35366
35367 \begin_layout Plain Layout
35368 §
35369 \end_layout
35370
35371 \end_inset
35372 </cell>
35373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35374 \begin_inset Text
35375
35376 \begin_layout Plain Layout
35377 c
35378 \end_layout
35379
35380 \end_inset
35381 </cell>
35382 </row>
35383 </lyxtabular>
35384
35385 \end_inset
35386
35387
35388 \end_layout
35389
35390 \end_inset
35391
35392
35393 \begin_inset ERT
35394 status collapsed
35395
35396 \begin_layout Plain Layout
35397
35398 }
35399 \end_layout
35400
35401 \end_inset
35402
35403
35404 \end_layout
35405
35406 \begin_layout Section
35407 Rotierte und skalierte Boxen
35408 \end_layout
35409
35410 \begin_layout Standard
35411 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35412 \series bold
35413 graphicx
35414 \series default
35415
35416 \begin_inset Index idx
35417 status collapsed
35418
35419 \begin_layout Plain Layout
35420 LaTeX-Pakete ! graphicx
35421 \end_layout
35422
35423 \end_inset
35424
35425  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35426 \end_layout
35427
35428 \begin_layout Standard
35429
35430 \series bold
35431
35432 \backslash
35433 @ifundefined{rotatebox}
35434 \begin_inset Newline newline
35435 \end_inset
35436
35437
35438 \begin_inset Phantom HPhantom
35439 status open
35440
35441 \begin_layout Plain Layout
35442
35443 \series bold
35444 \begin_inset space ~
35445 \end_inset
35446
35447
35448 \end_layout
35449
35450 \end_inset
35451
35452 {
35453 \backslash
35454 usepackage{graphicx}}{}
35455 \end_layout
35456
35457 \begin_layout Standard
35458 \begin_inset Note Greyedout
35459 status open
35460
35461 \begin_layout Plain Layout
35462
35463 \series bold
35464 Achtung:
35465 \series default
35466  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35467 \end_layout
35468
35469 \end_inset
35470
35471
35472 \end_layout
35473
35474 \begin_layout Standard
35475 \begin_inset Note Greyedout
35476 status open
35477
35478 \begin_layout Plain Layout
35479
35480 \series bold
35481 Achtung:
35482 \series default
35483  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35484 \end_layout
35485
35486 \end_inset
35487
35488
35489 \end_layout
35490
35491 \begin_layout Subsection
35492 Rotierte Boxen
35493 \begin_inset Index idx
35494 status collapsed
35495
35496 \begin_layout Plain Layout
35497 Boxen ! rotierte
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \begin_inset Index idx
35504 status collapsed
35505
35506 \begin_layout Plain Layout
35507 Rotiertes Material
35508 \end_layout
35509
35510 \end_inset
35511
35512
35513 \end_layout
35514
35515 \begin_layout Standard
35516 Um Text zu drehen, verwendet man den Befehl 
35517 \series bold
35518
35519 \backslash
35520 rotatebox
35521 \series default
35522  im TeX-Code nach folgendem Schema:
35523 \end_layout
35524
35525 \begin_layout Standard
35526
35527 \series bold
35528
35529 \backslash
35530 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35531 \end_layout
35532
35533 \begin_layout Standard
35534 Der Drehpunkt wird mit 
35535 \series bold
35536 origin=Position
35537 \series default
35538  angegeben.
35539  Folgende Positionen sind möglich: 
35540 \emph on
35541 c
35542 \emph default
35543  (mittig), 
35544 \emph on
35545 l
35546 \emph default
35547  (links), 
35548 \emph on
35549 r
35550 \emph default
35551  (rechts), 
35552 \emph on
35553 b
35554 \emph default
35555  (unten), 
35556 \emph on
35557 t
35558 \emph default
35559  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35560  Z.
35561 \begin_inset space \thinspace{}
35562 \end_inset
35563
35564 B.
35565  bedeutet 
35566 \emph on
35567 lt
35568 \emph default
35569 , dass sich der Drehpunkt links oben befindet.
35570  Wird kein Drehpunkt angegeben, wird die Position 
35571 \emph on
35572 l
35573 \emph default
35574  verwendet.
35575  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35576  Gedreht wird gegen den Uhrzeigersinn.
35577 \end_layout
35578
35579 \begin_layout Standard
35580 Im folgenden Beispiel wurde vor dem Text der Befehl 
35581 \series bold
35582
35583 \backslash
35584 rotatebox[origin=c]{60}{
35585 \series default
35586  im TeX-Modus eingegeben.
35587  Nach dem Text wurde die schließende Klammer 
35588 \series bold
35589 }
35590 \series default
35591  wiederum im TeX-Modus eingegeben.
35592 \end_layout
35593
35594 \begin_layout Standard
35595 Dies ist eine Zeile 
35596 \begin_inset ERT
35597 status collapsed
35598
35599 \begin_layout Plain Layout
35600
35601
35602 \backslash
35603 rotatebox[origin=c]{60}{
35604 \end_layout
35605
35606 \end_inset
35607
35608 mit rotiertem
35609 \begin_inset ERT
35610 status collapsed
35611
35612 \begin_layout Plain Layout
35613
35614 }
35615 \end_layout
35616
35617 \end_inset
35618
35619  Text.
35620 \end_layout
35621
35622 \begin_layout Standard
35623 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35624 \end_layout
35625
35626 \begin_layout Standard
35627 Dies ist eine Zeile 
35628 \begin_inset ERT
35629 status collapsed
35630
35631 \begin_layout Plain Layout
35632
35633
35634 \backslash
35635 rotatebox[origin=r]{-60}{
35636 \end_layout
35637
35638 \end_inset
35639
35640
35641 \begin_inset Box Doublebox
35642 position "c"
35643 hor_pos "c"
35644 has_inner_box 0
35645 inner_pos "c"
35646 use_parbox 0
35647 use_makebox 0
35648 width "1in"
35649 special "width"
35650 height "1in"
35651 height_special "totalheight"
35652 status collapsed
35653
35654 \begin_layout Plain Layout
35655 mit rotiertem
35656 \end_layout
35657
35658 \end_inset
35659
35660
35661 \begin_inset ERT
35662 status collapsed
35663
35664 \begin_layout Plain Layout
35665
35666 }
35667 \end_layout
35668
35669 \end_inset
35670
35671  umrandeten Text 
35672 \begin_inset ERT
35673 status collapsed
35674
35675 \begin_layout Plain Layout
35676
35677
35678 \backslash
35679 rotatebox[origin=lb]{60}{
35680 \end_layout
35681
35682 \end_inset
35683
35684
35685 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35686 \end_inset
35687
35688
35689 \begin_inset ERT
35690 status collapsed
35691
35692 \begin_layout Plain Layout
35693
35694 }
35695 \end_layout
35696
35697 \end_inset
35698
35699  und einer Formel.
35700 \end_layout
35701
35702 \begin_layout Standard
35703 Oder ein Bild oder Tabelle:
35704 \end_layout
35705
35706 \begin_layout Standard
35707 Dies ist eine Zeile 
35708 \begin_inset ERT
35709 status collapsed
35710
35711 \begin_layout Plain Layout
35712
35713
35714 \backslash
35715 rotatebox[origin=lb]{90}{
35716 \end_layout
35717
35718 \end_inset
35719
35720
35721 \begin_inset Graphics
35722         filename ../clipart/platypus.eps
35723         lyxscale 50
35724         width 25col%
35725
35726 \end_inset
35727
35728
35729 \begin_inset ERT
35730 status collapsed
35731
35732 \begin_layout Plain Layout
35733
35734 }
35735 \end_layout
35736
35737 \end_inset
35738
35739  mit einem rotierten Bild 
35740 \begin_inset ERT
35741 status collapsed
35742
35743 \begin_layout Plain Layout
35744
35745
35746 \backslash
35747 rotatebox[origin=l]{-90}{
35748 \end_layout
35749
35750 \end_inset
35751
35752
35753 \begin_inset Tabular
35754 <lyxtabular version="3" rows="2" columns="2">
35755 <features rotate="0" tabularvalignment="middle">
35756 <column alignment="center" valignment="top" width="0">
35757 <column alignment="center" valignment="top" width="0">
35758 <row>
35759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35760 \begin_inset Text
35761
35762 \begin_layout Plain Layout
35763 q
35764 \end_layout
35765
35766 \end_inset
35767 </cell>
35768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35769 \begin_inset Text
35770
35771 \begin_layout Plain Layout
35772 w
35773 \end_layout
35774
35775 \end_inset
35776 </cell>
35777 </row>
35778 <row>
35779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35780 \begin_inset Text
35781
35782 \begin_layout Plain Layout
35783 e
35784 \end_layout
35785
35786 \end_inset
35787 </cell>
35788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35789 \begin_inset Text
35790
35791 \begin_layout Plain Layout
35792 r
35793 \end_layout
35794
35795 \end_inset
35796 </cell>
35797 </row>
35798 </lyxtabular>
35799
35800 \end_inset
35801
35802
35803 \begin_inset ERT
35804 status collapsed
35805
35806 \begin_layout Plain Layout
35807
35808 }
35809 \end_layout
35810
35811 \end_inset
35812
35813  und Tabelle.
35814 \begin_inset Index idx
35815 status collapsed
35816
35817 \begin_layout Plain Layout
35818 Abbildungen ! rotierte
35819 \end_layout
35820
35821 \end_inset
35822
35823
35824 \begin_inset Index idx
35825 status collapsed
35826
35827 \begin_layout Plain Layout
35828 Tabellen ! rotierte
35829 \end_layout
35830
35831 \end_inset
35832
35833
35834 \end_layout
35835
35836 \begin_layout Subsection
35837 Skalierte Boxen
35838 \begin_inset Index idx
35839 status collapsed
35840
35841 \begin_layout Plain Layout
35842 Boxen ! skalierte
35843 \end_layout
35844
35845 \end_inset
35846
35847
35848 \begin_inset Index idx
35849 status collapsed
35850
35851 \begin_layout Plain Layout
35852 Skaliertes Material
35853 \end_layout
35854
35855 \end_inset
35856
35857
35858 \end_layout
35859
35860 \begin_layout Standard
35861 Um Text zu skalieren, kann man die Befehle 
35862 \series bold
35863
35864 \backslash
35865 scalebox
35866 \series default
35867  und 
35868 \series bold
35869
35870 \backslash
35871 resizebox
35872 \series default
35873  im TeX-Modus verwenden.
35874 \end_layout
35875
35876 \begin_layout Standard
35877
35878 \series bold
35879
35880 \backslash
35881 scalebox
35882 \series default
35883  wird nach folgendem Schema verwendet:
35884 \end_layout
35885
35886 \begin_layout Standard
35887
35888 \series bold
35889
35890 \backslash
35891 scalebox{horizontal}[vertikal]{Boxinhalt}
35892 \end_layout
35893
35894 \begin_layout Standard
35895 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
35896  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
35897  verwendet.
35898 \end_layout
35899
35900 \begin_layout Standard
35901 Z.
35902 \begin_inset space \thinspace{}
35903 \end_inset
35904
35905 B.
35906  ergibt der Befehl 
35907 \series bold
35908
35909 \backslash
35910 scalebox{2}{Hallo}
35911 \series default
35912  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
35913 \begin_inset ERT
35914 status collapsed
35915
35916 \begin_layout Plain Layout
35917
35918
35919 \backslash
35920 scalebox{2}{
35921 \end_layout
35922
35923 \end_inset
35924
35925 Hallo
35926 \begin_inset ERT
35927 status collapsed
35928
35929 \begin_layout Plain Layout
35930
35931 }
35932 \end_layout
35933
35934 \end_inset
35935
35936 .
35937 \end_layout
35938
35939 \begin_layout Standard
35940
35941 \series bold
35942
35943 \backslash
35944 scalebox{2}[1]{Hallo}
35945 \series default
35946  verzerrt hingegen das 
35947 \begin_inset ERT
35948 status collapsed
35949
35950 \begin_layout Plain Layout
35951
35952
35953 \backslash
35954 scalebox{2}[1]{
35955 \end_layout
35956
35957 \end_inset
35958
35959 Hallo
35960 \begin_inset ERT
35961 status collapsed
35962
35963 \begin_layout Plain Layout
35964
35965 }
35966 \end_layout
35967
35968 \end_inset
35969
35970 .
35971 \end_layout
35972
35973 \begin_layout Standard
35974 Die Skalierungsfaktoren dürfen auch negativ sein.
35975  In diesem Fall wird der Boxinhalt gespiegelt.
35976 \end_layout
35977
35978 \begin_layout Standard
35979 Daher lässt sich mit dem Befehl 
35980 \series bold
35981
35982 \backslash
35983 scalebox{-1}[1]{Hallo}
35984 \series default
35985  Spiegelschrift erstellen: 
35986 \begin_inset ERT
35987 status collapsed
35988
35989 \begin_layout Plain Layout
35990
35991
35992 \backslash
35993 scalebox{-1}[1]{
35994 \end_layout
35995
35996 \end_inset
35997
35998 Hallo
35999 \begin_inset ERT
36000 status collapsed
36001
36002 \begin_layout Plain Layout
36003
36004 }
36005 \end_layout
36006
36007 \end_inset
36008
36009
36010 \end_layout
36011
36012 \begin_layout Standard
36013
36014 \series bold
36015
36016 \backslash
36017 scalebox{1}[-1]{Hallo}
36018 \series default
36019  spiegelt das 
36020 \begin_inset ERT
36021 status collapsed
36022
36023 \begin_layout Plain Layout
36024
36025
36026 \backslash
36027 scalebox{1}[-1]{
36028 \end_layout
36029
36030 \end_inset
36031
36032 Hallo
36033 \begin_inset ERT
36034 status collapsed
36035
36036 \begin_layout Plain Layout
36037
36038 }
36039 \end_layout
36040
36041 \end_inset
36042
36043  an der Grundlinie.
36044 \end_layout
36045
36046 \begin_layout Standard
36047 Zu 
36048 \series bold
36049
36050 \backslash
36051 scalebox{-1}[1]{Boxinhalt}
36052 \series default
36053  gibt es den äquivalenten Befehl
36054 \begin_inset Newline newline
36055 \end_inset
36056
36057
36058 \series bold
36059
36060 \backslash
36061 reflectbox{Boxinhalt}
36062 \series default
36063 .
36064 \end_layout
36065
36066 \begin_layout Standard
36067 \begin_inset VSpace bigskip
36068 \end_inset
36069
36070
36071 \series bold
36072
36073 \backslash
36074 resizebox
36075 \series default
36076  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
36077  skalieren.
36078  Das Befehlsschema ist folgendes:
36079 \end_layout
36080
36081 \begin_layout Standard
36082
36083 \series bold
36084
36085 \backslash
36086 resizebox{Breite}{Höhe}{Boxinhalt}
36087 \end_layout
36088
36089 \begin_layout Standard
36090 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
36091 \series bold
36092 !
36093 \series default
36094  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
36095  wird.
36096 \end_layout
36097
36098 \begin_layout Standard
36099 Der Befehl 
36100 \series bold
36101
36102 \backslash
36103 resizebox{2cm}{1cm}{Hallo}
36104 \series default
36105  ergibt: 
36106 \begin_inset ERT
36107 status collapsed
36108
36109 \begin_layout Plain Layout
36110
36111
36112 \backslash
36113 resizebox{2cm}{1cm}{
36114 \end_layout
36115
36116 \end_inset
36117
36118 Hallo
36119 \begin_inset ERT
36120 status collapsed
36121
36122 \begin_layout Plain Layout
36123
36124 }
36125 \end_layout
36126
36127 \end_inset
36128
36129
36130 \begin_inset Newline newline
36131 \end_inset
36132
36133 Der Befehl 
36134 \series bold
36135
36136 \backslash
36137 resizebox{2cm}{!}{Hallo}
36138 \series default
36139  ergibt: 
36140 \begin_inset ERT
36141 status collapsed
36142
36143 \begin_layout Plain Layout
36144
36145
36146 \backslash
36147 resizebox{2cm}{!}{
36148 \end_layout
36149
36150 \end_inset
36151
36152 Hallo
36153 \begin_inset ERT
36154 status collapsed
36155
36156 \begin_layout Plain Layout
36157
36158 }
36159 \end_layout
36160
36161 \end_inset
36162
36163
36164 \end_layout
36165
36166 \begin_layout Standard
36167 \begin_inset VSpace bigskip
36168 \end_inset
36169
36170
36171 \begin_inset Note Greyedout
36172 status open
36173
36174 \begin_layout Plain Layout
36175
36176 \series bold
36177 Bemerkung:
36178 \series default
36179  Wurde in Argumenten von 
36180 \series bold
36181
36182 \backslash
36183 scalebox
36184 \series default
36185  oder 
36186 \series bold
36187
36188 \backslash
36189 resizebox
36190 \series default
36191  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
36192  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
36193  werden.
36194 \end_layout
36195
36196 \end_inset
36197
36198
36199 \end_layout
36200
36201 \begin_layout Standard
36202 \begin_inset VSpace bigskip
36203 \end_inset
36204
36205
36206 \end_layout
36207
36208 \begin_layout Standard
36209 Alle Boxen können beliebig miteinander kombiniert werden.
36210  So ergibt z.
36211 \begin_inset space \thinspace{}
36212 \end_inset
36213
36214 B.
36215  der Befehl
36216 \begin_inset Newline newline
36217 \end_inset
36218
36219
36220 \series bold
36221
36222 \backslash
36223 rotatebox[origin=c]{-45}{
36224 \backslash
36225 resizebox{2cm}{!}{
36226 \backslash
36227 reflectbox{Hallo}}}
36228 \series default
36229 :
36230 \end_layout
36231
36232 \begin_layout Standard
36233 \align center
36234 \begin_inset ERT
36235 status collapsed
36236
36237 \begin_layout Plain Layout
36238
36239
36240 \backslash
36241 rotatebox[origin=c]{-45}{
36242 \backslash
36243 resizebox{2cm}{!}{
36244 \backslash
36245 reflectbox{
36246 \end_layout
36247
36248 \end_inset
36249
36250 Hallo
36251 \begin_inset ERT
36252 status collapsed
36253
36254 \begin_layout Plain Layout
36255
36256 }}}
36257 \end_layout
36258
36259 \end_inset
36260
36261
36262 \end_layout
36263
36264 \begin_layout Standard
36265 \noindent
36266 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36267 \end_layout
36268
36269 \begin_layout Standard
36270 \align center
36271 \begin_inset ERT
36272 status collapsed
36273
36274 \begin_layout Plain Layout
36275
36276
36277 \backslash
36278 rotatebox[origin=c]{-30}{
36279 \backslash
36280 resizebox{2cm}{!}{
36281 \backslash
36282 reflectbox{
36283 \end_layout
36284
36285 \end_inset
36286
36287
36288 \begin_inset Graphics
36289         filename ../clipart/platypus.eps
36290         lyxscale 50
36291         width 25col%
36292
36293 \end_inset
36294
36295
36296 \begin_inset ERT
36297 status collapsed
36298
36299 \begin_layout Plain Layout
36300
36301 }}}
36302 \end_layout
36303
36304 \end_inset
36305
36306
36307 \begin_inset ERT
36308 status collapsed
36309
36310 \begin_layout Plain Layout
36311
36312
36313 \backslash
36314 rotatebox[origin=c]{-45}{
36315 \backslash
36316 resizebox{2cm}{!}{
36317 \backslash
36318 reflectbox{
36319 \end_layout
36320
36321 \end_inset
36322
36323
36324 \begin_inset Tabular
36325 <lyxtabular version="3" rows="2" columns="2">
36326 <features rotate="0" tabularvalignment="middle">
36327 <column alignment="center" valignment="top" width="0">
36328 <column alignment="center" valignment="top" width="0">
36329 <row>
36330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36331 \begin_inset Text
36332
36333 \begin_layout Plain Layout
36334 q
36335 \end_layout
36336
36337 \end_inset
36338 </cell>
36339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36340 \begin_inset Text
36341
36342 \begin_layout Plain Layout
36343 w
36344 \end_layout
36345
36346 \end_inset
36347 </cell>
36348 </row>
36349 <row>
36350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36351 \begin_inset Text
36352
36353 \begin_layout Plain Layout
36354 e
36355 \end_layout
36356
36357 \end_inset
36358 </cell>
36359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36360 \begin_inset Text
36361
36362 \begin_layout Plain Layout
36363 r
36364 \end_layout
36365
36366 \end_inset
36367 </cell>
36368 </row>
36369 </lyxtabular>
36370
36371 \end_inset
36372
36373
36374 \begin_inset ERT
36375 status collapsed
36376
36377 \begin_layout Plain Layout
36378
36379 }}}
36380 \end_layout
36381
36382 \end_inset
36383
36384
36385 \begin_inset ERT
36386 status collapsed
36387
36388 \begin_layout Plain Layout
36389
36390
36391 \backslash
36392 rotatebox[origin=c]{-45}{
36393 \backslash
36394 resizebox{2cm}{!}{
36395 \backslash
36396 reflectbox{
36397 \end_layout
36398
36399 \end_inset
36400
36401
36402 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36403 \end_inset
36404
36405
36406 \begin_inset ERT
36407 status collapsed
36408
36409 \begin_layout Plain Layout
36410
36411 }}}
36412 \end_layout
36413
36414 \end_inset
36415
36416
36417 \begin_inset Index idx
36418 status collapsed
36419
36420 \begin_layout Plain Layout
36421 Abbildungen ! skalierte
36422 \end_layout
36423
36424 \end_inset
36425
36426
36427 \begin_inset Index idx
36428 status collapsed
36429
36430 \begin_layout Plain Layout
36431 Tabellen ! skalierte
36432 \end_layout
36433
36434 \end_inset
36435
36436
36437 \end_layout
36438
36439 \begin_layout Standard
36440 Hat man den globalen Formelstil 
36441 \series bold
36442 fleqn
36443 \series default
36444
36445 \begin_inset Foot
36446 status collapsed
36447
36448 \begin_layout Plain Layout
36449 Wenn 
36450 \begin_inset Quotes gld
36451 \end_inset
36452
36453 fleqn
36454 \begin_inset Quotes grd
36455 \end_inset
36456
36457  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36458 \end_layout
36459
36460 \end_inset
36461
36462  gewählt, kann man auch abgesetzte Formeln skalieren.
36463 \end_layout
36464
36465 \begin_layout Chapter
36466 Umflossene Objekte
36467 \begin_inset Index idx
36468 status collapsed
36469
36470 \begin_layout Plain Layout
36471 Umflossene Objekte
36472 \end_layout
36473
36474 \end_inset
36475
36476
36477 \end_layout
36478
36479 \begin_layout Section
36480 Umflossene Gleitobjekte
36481 \begin_inset CommandInset label
36482 LatexCommand label
36483 name "abs:Umflossene-Gleitobjekte"
36484
36485 \end_inset
36486
36487
36488 \begin_inset Index idx
36489 status collapsed
36490
36491 \begin_layout Plain Layout
36492 Gleitobjekte ! umflossene
36493 \end_layout
36494
36495 \end_inset
36496
36497
36498 \begin_inset Index idx
36499 status collapsed
36500
36501 \begin_layout Plain Layout
36502 Umflossene Objekte ! Gleitobjekte
36503 \end_layout
36504
36505 \end_inset
36506
36507
36508 \end_layout
36509
36510 \begin_layout Standard
36511 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36512  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36513  den die Abbildung bzw.
36514 \begin_inset space ~
36515 \end_inset
36516
36517 Tabelle übrig lässt.
36518  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36519  Sie werden über das Menü
36520 \family sans
36521  Einfügen\SpecialChar \menuseparator
36522 Gleitobjekt\SpecialChar \menuseparator
36523 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36524 objekt
36525 \family default
36526  eingefügt, wenn das LaTeX-Paket 
36527 \series bold
36528 wrapfig
36529 \series default
36530
36531 \begin_inset Index idx
36532 status collapsed
36533
36534 \begin_layout Plain Layout
36535 LaTeX-Pakete ! wrapfig
36536 \end_layout
36537
36538 \end_inset
36539
36540  installiert ist.
36541 \begin_inset Foot
36542 status collapsed
36543
36544 \begin_layout Plain Layout
36545 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
36546 \emph on
36547 LaTeX-Konfiguration
36548 \emph default
36549  beschrieben.
36550 \end_layout
36551
36552 \end_inset
36553
36554  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36555  Box des Gleitobjekts geändert werden.
36556  
36557 \begin_inset Wrap figure
36558 lines 0
36559 placement l
36560 overhang 1cm
36561 width "40col%"
36562 status open
36563
36564 \begin_layout Plain Layout
36565 \begin_inset Graphics
36566         filename ../clipart/mobius.eps
36567         width 40col%
36568         scaleBeforeRotation
36569         rotateOrigin center
36570
36571 \end_inset
36572
36573
36574 \end_layout
36575
36576 \begin_layout Plain Layout
36577 \begin_inset Caption Standard
36578
36579 \begin_layout Plain Layout
36580 \begin_inset CommandInset label
36581 LatexCommand label
36582 name "abb:Dies-ist-eine"
36583
36584 \end_inset
36585
36586 Dies ist eine umflossene Gleitobjekt-Abbildung
36587 \end_layout
36588
36589 \end_inset
36590
36591
36592 \end_layout
36593
36594 \end_inset
36595
36596  Obligatorische Einstellungen sind die 
36597 \family sans
36598 Breite
36599 \family default
36600  und 
36601 \family sans
36602 Platzierung
36603 \family default
36604  des Gleitobjekts.
36605  Optional sind der 
36606 \family sans
36607 Überhang 
36608 \family default
36609 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36610 \begin_inset space \thinspace{}
36611 \end_inset
36612
36613 /
36614 \begin_inset space \thinspace{}
36615 \end_inset
36616
36617 der Seite ragt und die 
36618 \family sans
36619 benötigten Zeilen
36620 \family default
36621 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36622  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36623  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36624  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
36625  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
36626  zu lassen.
36627  Abbildung
36628 \begin_inset space ~
36629 \end_inset
36630
36631
36632 \begin_inset CommandInset ref
36633 LatexCommand ref
36634 reference "abb:Dies-ist-eine"
36635
36636 \end_inset
36637
36638  ist zum Beispiel ein umflossenes Bild, das 40
36639 \begin_inset space \thinspace{}
36640 \end_inset
36641
36642 % der Spaltenbreite einnimmt, 1
36643 \begin_inset space \thinspace{}
36644 \end_inset
36645
36646 cm in den Rand ragt und links gesetzt wurde.
36647 \end_layout
36648
36649 \begin_layout Standard
36650 \begin_inset Note Greyedout
36651 status open
36652
36653 \begin_layout Plain Layout
36654
36655 \series bold
36656 Bemerkung:
36657 \series default
36658  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36659 \begin_inset space \thinspace{}
36660 \end_inset
36661
36662 B.
36663  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36664  oder über anderen Text gedruckt wird.
36665 \end_layout
36666
36667 \end_inset
36668
36669
36670 \end_layout
36671
36672 \begin_layout Standard
36673 Allgemein gilt für umflossene Gleitobjekte:
36674 \end_layout
36675
36676 \begin_layout Itemize
36677 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36678  fortgesetzt werden.
36679  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36680  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36681 \end_layout
36682
36683 \begin_layout Itemize
36684 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36685  werden oder darin.
36686 \end_layout
36687
36688 \begin_layout Itemize
36689 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36690  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36691 \end_layout
36692
36693 \begin_layout Itemize
36694 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36695 \end_layout
36696
36697 \begin_layout Itemize
36698 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36699 \begin_inset space \thinspace{}
36700 \end_inset
36701
36702
36703 \begin_inset CommandInset ref
36704 LatexCommand ref
36705 reference "kap:Gleitobjekte"
36706
36707 \end_inset
36708
36709  beschrieben.
36710 \end_layout
36711
36712 \begin_layout Section
36713 Umflossene Fixe Objekte
36714 \begin_inset Index idx
36715 status collapsed
36716
36717 \begin_layout Plain Layout
36718 Umflossene Objekte ! Fixe Objekte
36719 \end_layout
36720
36721 \end_inset
36722
36723
36724 \end_layout
36725
36726 \begin_layout Standard
36727 Die in Abschnitt
36728 \begin_inset space ~
36729 \end_inset
36730
36731
36732 \begin_inset CommandInset ref
36733 LatexCommand ref
36734 reference "abs:Umflossene-Gleitobjekte"
36735
36736 \end_inset
36737
36738  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36739 \end_layout
36740
36741 \begin_layout Standard
36742 \noindent
36743 \align center
36744 \begin_inset Tabular
36745 <lyxtabular version="3" rows="2" columns="2">
36746 <features rotate="0" tabularvalignment="middle">
36747 <column alignment="center" valignment="top" width="0">
36748 <column alignment="center" valignment="top" width="0">
36749 <row>
36750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36751 \begin_inset Text
36752
36753 \begin_layout Plain Layout
36754 \begin_inset Graphics
36755         filename ../../images/dialog-show-new-inset_graphics.png
36756         scale 70
36757         scaleBeforeRotation
36758
36759 \end_inset
36760
36761
36762 \end_layout
36763
36764 \end_inset
36765 </cell>
36766 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36767 \begin_inset Text
36768
36769 \begin_layout Plain Layout
36770 Text
36771 \end_layout
36772
36773 \end_inset
36774 </cell>
36775 </row>
36776 <row>
36777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36778 \begin_inset Text
36779
36780 \begin_layout Plain Layout
36781 Text
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36787 \begin_inset Text
36788
36789 \begin_layout Plain Layout
36790 Text
36791 \end_layout
36792
36793 \end_inset
36794 </cell>
36795 </row>
36796 </lyxtabular>
36797
36798 \end_inset
36799
36800  oder 
36801 \begin_inset Tabular
36802 <lyxtabular version="3" rows="2" columns="2">
36803 <features rotate="0" tabularvalignment="middle">
36804 <column alignment="center" valignment="top" width="0">
36805 <column alignment="center" valignment="top" width="0">
36806 <row>
36807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36808 \begin_inset Text
36809
36810 \begin_layout Plain Layout
36811 Text
36812 \end_layout
36813
36814 \end_inset
36815 </cell>
36816 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36817 \begin_inset Text
36818
36819 \begin_layout Plain Layout
36820 \begin_inset Graphics
36821         filename ../../images/dialog-show-new-inset_graphics.png
36822         scale 70
36823         scaleBeforeRotation
36824
36825 \end_inset
36826
36827
36828 \end_layout
36829
36830 \end_inset
36831 </cell>
36832 </row>
36833 <row>
36834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36835 \begin_inset Text
36836
36837 \begin_layout Plain Layout
36838 Text
36839 \end_layout
36840
36841 \end_inset
36842 </cell>
36843 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36844 \begin_inset Text
36845
36846 \begin_layout Plain Layout
36847 Text
36848 \end_layout
36849
36850 \end_inset
36851 </cell>
36852 </row>
36853 </lyxtabular>
36854
36855 \end_inset
36856
36857
36858 \end_layout
36859
36860 \begin_layout Standard
36861 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36862  wurde, um z.
36863 \begin_inset space \thinspace{}
36864 \end_inset
36865
36866 B.
36867  solche Positionen zu erhalten:
36868 \begin_inset VSpace defskip
36869 \end_inset
36870
36871
36872 \end_layout
36873
36874 \begin_layout Standard
36875 \noindent
36876 \align center
36877 \begin_inset Tabular
36878 <lyxtabular version="3" rows="2" columns="2">
36879 <features rotate="0" tabularvalignment="middle">
36880 <column alignment="center" valignment="top" width="0">
36881 <column alignment="center" valignment="top" width="0">
36882 <row>
36883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36884 \begin_inset Text
36885
36886 \begin_layout Plain Layout
36887 Text
36888 \end_layout
36889
36890 \end_inset
36891 </cell>
36892 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36893 \begin_inset Text
36894
36895 \begin_layout Plain Layout
36896 Text
36897 \end_layout
36898
36899 \end_inset
36900 </cell>
36901 </row>
36902 <row>
36903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36904 \begin_inset Text
36905
36906 \begin_layout Plain Layout
36907 \begin_inset Graphics
36908         filename ../../images/dialog-show-new-inset_graphics.png
36909         scale 70
36910         scaleBeforeRotation
36911
36912 \end_inset
36913
36914
36915 \end_layout
36916
36917 \end_inset
36918 </cell>
36919 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36920 \begin_inset Text
36921
36922 \begin_layout Plain Layout
36923 Text
36924 \end_layout
36925
36926 \end_inset
36927 </cell>
36928 </row>
36929 </lyxtabular>
36930
36931 \end_inset
36932
36933  
36934 \begin_inset Tabular
36935 <lyxtabular version="3" rows="2" columns="2">
36936 <features rotate="0" tabularvalignment="middle">
36937 <column alignment="center" valignment="top" width="0">
36938 <column alignment="center" valignment="top" width="0">
36939 <row>
36940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36941 \begin_inset Text
36942
36943 \begin_layout Plain Layout
36944 Text
36945 \end_layout
36946
36947 \end_inset
36948 </cell>
36949 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36950 \begin_inset Text
36951
36952 \begin_layout Plain Layout
36953 Text
36954 \end_layout
36955
36956 \end_inset
36957 </cell>
36958 </row>
36959 <row>
36960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36961 \begin_inset Text
36962
36963 \begin_layout Plain Layout
36964 Text
36965 \end_layout
36966
36967 \end_inset
36968 </cell>
36969 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36970 \begin_inset Text
36971
36972 \begin_layout Plain Layout
36973 \begin_inset Graphics
36974         filename ../../images/dialog-show-new-inset_graphics.png
36975         scale 70
36976         scaleBeforeRotation
36977
36978 \end_inset
36979
36980
36981 \end_layout
36982
36983 \end_inset
36984 </cell>
36985 </row>
36986 </lyxtabular>
36987
36988 \end_inset
36989
36990  
36991 \begin_inset Tabular
36992 <lyxtabular version="3" rows="2" columns="3">
36993 <features rotate="0" tabularvalignment="middle">
36994 <column alignment="center" valignment="top" width="0">
36995 <column alignment="center" valignment="top" width="0">
36996 <column alignment="center" valignment="top" width="0">
36997 <row>
36998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36999 \begin_inset Text
37000
37001 \begin_layout Plain Layout
37002 Text
37003 \end_layout
37004
37005 \end_inset
37006 </cell>
37007 <cell alignment="center" valignment="top" topline="true" usebox="none">
37008 \begin_inset Text
37009
37010 \begin_layout Plain Layout
37011 \begin_inset Graphics
37012         filename ../../images/dialog-show-new-inset_graphics.png
37013         scale 70
37014         scaleBeforeRotation
37015
37016 \end_inset
37017
37018
37019 \end_layout
37020
37021 \end_inset
37022 </cell>
37023 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37024 \begin_inset Text
37025
37026 \begin_layout Plain Layout
37027 Text
37028 \end_layout
37029
37030 \end_inset
37031 </cell>
37032 </row>
37033 <row>
37034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37035 \begin_inset Text
37036
37037 \begin_layout Plain Layout
37038 Text
37039 \end_layout
37040
37041 \end_inset
37042 </cell>
37043 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37044 \begin_inset Text
37045
37046 \begin_layout Plain Layout
37047 Text
37048 \end_layout
37049
37050 \end_inset
37051 </cell>
37052 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37053 \begin_inset Text
37054
37055 \begin_layout Plain Layout
37056 Text
37057 \end_layout
37058
37059 \end_inset
37060 </cell>
37061 </row>
37062 </lyxtabular>
37063
37064 \end_inset
37065
37066  
37067 \begin_inset Tabular
37068 <lyxtabular version="3" rows="2" columns="3">
37069 <features rotate="0" tabularvalignment="middle">
37070 <column alignment="center" valignment="top" width="0">
37071 <column alignment="center" valignment="top" width="0">
37072 <column alignment="center" valignment="top" width="0">
37073 <row>
37074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37075 \begin_inset Text
37076
37077 \begin_layout Plain Layout
37078 Text
37079 \end_layout
37080
37081 \end_inset
37082 </cell>
37083 <cell alignment="center" valignment="top" topline="true" usebox="none">
37084 \begin_inset Text
37085
37086 \begin_layout Plain Layout
37087 Text
37088 \end_layout
37089
37090 \end_inset
37091 </cell>
37092 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37093 \begin_inset Text
37094
37095 \begin_layout Plain Layout
37096 Text
37097 \end_layout
37098
37099 \end_inset
37100 </cell>
37101 </row>
37102 <row>
37103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37104 \begin_inset Text
37105
37106 \begin_layout Plain Layout
37107 Text
37108 \end_layout
37109
37110 \end_inset
37111 </cell>
37112 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37113 \begin_inset Text
37114
37115 \begin_layout Plain Layout
37116 \begin_inset Graphics
37117         filename ../../images/dialog-show-new-inset_graphics.png
37118         scale 70
37119         scaleBeforeRotation
37120
37121 \end_inset
37122
37123
37124 \end_layout
37125
37126 \end_inset
37127 </cell>
37128 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37129 \begin_inset Text
37130
37131 \begin_layout Plain Layout
37132 Text
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 </row>
37138 </lyxtabular>
37139
37140 \end_inset
37141
37142
37143 \end_layout
37144
37145 \begin_layout Standard
37146 \noindent
37147 \align center
37148 \begin_inset Tabular
37149 <lyxtabular version="3" rows="3" columns="2">
37150 <features rotate="0" tabularvalignment="middle">
37151 <column alignment="center" valignment="top" width="0">
37152 <column alignment="center" valignment="top" width="0">
37153 <row>
37154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37155 \begin_inset Text
37156
37157 \begin_layout Plain Layout
37158 Text
37159 \end_layout
37160
37161 \end_inset
37162 </cell>
37163 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37164 \begin_inset Text
37165
37166 \begin_layout Plain Layout
37167 Text
37168 \end_layout
37169
37170 \end_inset
37171 </cell>
37172 </row>
37173 <row>
37174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37175 \begin_inset Text
37176
37177 \begin_layout Plain Layout
37178 \begin_inset Graphics
37179         filename ../../images/dialog-show-new-inset_graphics.png
37180         scale 70
37181         scaleBeforeRotation
37182
37183 \end_inset
37184
37185
37186 \end_layout
37187
37188 \end_inset
37189 </cell>
37190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37191 \begin_inset Text
37192
37193 \begin_layout Plain Layout
37194 Text
37195 \end_layout
37196
37197 \end_inset
37198 </cell>
37199 </row>
37200 <row>
37201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37202 \begin_inset Text
37203
37204 \begin_layout Plain Layout
37205 Text
37206 \end_layout
37207
37208 \end_inset
37209 </cell>
37210 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37211 \begin_inset Text
37212
37213 \begin_layout Plain Layout
37214 Text
37215 \end_layout
37216
37217 \end_inset
37218 </cell>
37219 </row>
37220 </lyxtabular>
37221
37222 \end_inset
37223
37224  
37225 \begin_inset Tabular
37226 <lyxtabular version="3" rows="3" columns="3">
37227 <features rotate="0" tabularvalignment="middle">
37228 <column alignment="center" valignment="top" width="0">
37229 <column alignment="center" valignment="top" width="0">
37230 <column alignment="center" valignment="top" width="0">
37231 <row>
37232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37233 \begin_inset Text
37234
37235 \begin_layout Plain Layout
37236 Text
37237 \end_layout
37238
37239 \end_inset
37240 </cell>
37241 <cell alignment="center" valignment="top" topline="true" usebox="none">
37242 \begin_inset Text
37243
37244 \begin_layout Plain Layout
37245 Text
37246 \end_layout
37247
37248 \end_inset
37249 </cell>
37250 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37251 \begin_inset Text
37252
37253 \begin_layout Plain Layout
37254 Text
37255 \end_layout
37256
37257 \end_inset
37258 </cell>
37259 </row>
37260 <row>
37261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37262 \begin_inset Text
37263
37264 \begin_layout Plain Layout
37265 Text
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 <cell alignment="center" valignment="top" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274 \begin_inset Graphics
37275         filename ../../images/dialog-show-new-inset_graphics.png
37276         scale 70
37277         scaleBeforeRotation
37278
37279 \end_inset
37280
37281
37282 \end_layout
37283
37284 \end_inset
37285 </cell>
37286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37287 \begin_inset Text
37288
37289 \begin_layout Plain Layout
37290 Text
37291 \end_layout
37292
37293 \end_inset
37294 </cell>
37295 </row>
37296 <row>
37297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301 Text
37302 \end_layout
37303
37304 \end_inset
37305 </cell>
37306 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37307 \begin_inset Text
37308
37309 \begin_layout Plain Layout
37310 Text
37311 \end_layout
37312
37313 \end_inset
37314 </cell>
37315 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37316 \begin_inset Text
37317
37318 \begin_layout Plain Layout
37319 Text
37320 \end_layout
37321
37322 \end_inset
37323 </cell>
37324 </row>
37325 </lyxtabular>
37326
37327 \end_inset
37328
37329  
37330 \begin_inset Tabular
37331 <lyxtabular version="3" rows="3" columns="2">
37332 <features rotate="0" tabularvalignment="middle">
37333 <column alignment="center" valignment="top" width="0">
37334 <column alignment="center" valignment="top" width="0">
37335 <row>
37336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37337 \begin_inset Text
37338
37339 \begin_layout Plain Layout
37340 Text
37341 \end_layout
37342
37343 \end_inset
37344 </cell>
37345 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37346 \begin_inset Text
37347
37348 \begin_layout Plain Layout
37349 Text
37350 \end_layout
37351
37352 \end_inset
37353 </cell>
37354 </row>
37355 <row>
37356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37357 \begin_inset Text
37358
37359 \begin_layout Plain Layout
37360 Text
37361 \end_layout
37362
37363 \end_inset
37364 </cell>
37365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37366 \begin_inset Text
37367
37368 \begin_layout Plain Layout
37369 \begin_inset Graphics
37370         filename ../../images/dialog-show-new-inset_graphics.png
37371         scale 70
37372         scaleBeforeRotation
37373
37374 \end_inset
37375
37376
37377 \end_layout
37378
37379 \end_inset
37380 </cell>
37381 </row>
37382 <row>
37383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37384 \begin_inset Text
37385
37386 \begin_layout Plain Layout
37387 Text
37388 \end_layout
37389
37390 \end_inset
37391 </cell>
37392 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37393 \begin_inset Text
37394
37395 \begin_layout Plain Layout
37396 Text
37397 \end_layout
37398
37399 \end_inset
37400 </cell>
37401 </row>
37402 </lyxtabular>
37403
37404 \end_inset
37405
37406
37407 \end_layout
37408
37409 \begin_layout Standard
37410 \noindent
37411 kann man das LaTeX-Paket 
37412 \series bold
37413 picinpar
37414 \series default
37415
37416 \begin_inset Index idx
37417 status collapsed
37418
37419 \begin_layout Plain Layout
37420 LaTeX-Pakete ! picinpar
37421 \end_layout
37422
37423 \end_inset
37424
37425  benutzen.
37426  Hier ist ein Beispiel:
37427 \end_layout
37428
37429 \begin_layout Standard
37430 \begin_inset ERT
37431 status collapsed
37432
37433 \begin_layout Plain Layout
37434
37435
37436 \backslash
37437 ifpicinpar
37438 \end_layout
37439
37440 \end_inset
37441
37442
37443 \begin_inset Note Note
37444 status open
37445
37446 \begin_layout Plain Layout
37447 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37448 \series bold
37449 picinpar
37450 \series default
37451  installiert ist.
37452 \end_layout
37453
37454 \end_inset
37455
37456
37457 \end_layout
37458
37459 \begin_layout Standard
37460 \begin_inset ERT
37461 status collapsed
37462
37463 \begin_layout Plain Layout
37464
37465
37466 \backslash
37467 begin{window}[2,c,{
37468 \end_layout
37469
37470 \end_inset
37471
37472
37473 \begin_inset Graphics
37474         filename ../clipart/mobius.eps
37475         lyxscale 60
37476         width 40col%
37477         scaleBeforeRotation
37478         rotateOrigin center
37479
37480 \end_inset
37481
37482
37483 \begin_inset ERT
37484 status collapsed
37485
37486 \begin_layout Plain Layout
37487
37488 },]
37489 \end_layout
37490
37491 \begin_layout Plain Layout
37492
37493 {}
37494 \end_layout
37495
37496 \end_inset
37497
37498
37499 \size small
37500 \lang english
37501 It was in the spring of the year 1894 that all London was interested, and
37502  the fashionable world dismayed, by the murder of the Honourable Ronald
37503  Adair under most unusual and inexplicable circumstances.
37504  The public has already learned those particulars of the crime which
37505 \size default
37506
37507 \begin_inset ERT
37508 status collapsed
37509
37510 \begin_layout Plain Layout
37511
37512
37513 \backslash
37514 footnotemark{}
37515 \end_layout
37516
37517 \end_inset
37518
37519
37520 \size small
37521  came out in the police investigation, but a good deal was suppressed upon
37522  that occasion, since the case for the prosecution was so overwhelmingly
37523  strong that it was not necessary to bring forward all the facts.
37524  Only now, at the end of nearly ten years, am I allowed to supply those
37525  missing links which make up the whole of that remarkable chain.
37526 \size default
37527 \lang ngerman
37528
37529 \begin_inset ERT
37530 status collapsed
37531
37532 \begin_layout Plain Layout
37533
37534
37535 \backslash
37536 end{window}
37537 \end_layout
37538
37539 \end_inset
37540
37541
37542 \end_layout
37543
37544 \begin_layout Standard
37545 \begin_inset ERT
37546 status collapsed
37547
37548 \begin_layout Plain Layout
37549
37550
37551 \backslash
37552 footnotetext{
37553 \end_layout
37554
37555 \end_inset
37556
37557 Fußnote des Absatzes mit fixem Objekt.
37558 \begin_inset ERT
37559 status collapsed
37560
37561 \begin_layout Plain Layout
37562
37563 }
37564 \end_layout
37565
37566 \end_inset
37567
37568
37569 \end_layout
37570
37571 \begin_layout Standard
37572 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37573  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37574  vertikale Position im Text bestimmen kann.
37575  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37576  beschriftet werden.
37577 \end_layout
37578
37579 \begin_layout Standard
37580 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37581  Befehl
37582 \end_layout
37583
37584 \begin_layout Standard
37585
37586 \series bold
37587
37588 \backslash
37589 begin{window}[2,c,{
37590 \end_layout
37591
37592 \begin_layout Standard
37593 als TeX-Code einfügt.
37594  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37595  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37596  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37597  Danach fügt man das Objekt ein.
37598  In diesem Beispiel wurde ein Bild der Breite von 40
37599 \begin_inset space \thinspace{}
37600 \end_inset
37601
37602 % der Textspaltenbreite eingefügt.
37603  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37604  Nach dem Objekt fügt man den Befehl
37605 \end_layout
37606
37607 \begin_layout Standard
37608
37609 \series bold
37610 },Beschreibungstext]
37611 \begin_inset Newline newline
37612 \end_inset
37613
37614 {}
37615 \end_layout
37616
37617 \begin_layout Standard
37618 ein.
37619  Man beachte dass das 
37620 \begin_inset Quotes gld
37621 \end_inset
37622
37623
37624 \series bold
37625 {}
37626 \series default
37627
37628 \begin_inset Quotes grd
37629 \end_inset
37630
37631  in der zweiten Zeile steht.
37632  Der Beschreibungstext ist optional.
37633  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37634  das Objekt befinden, also direkt nach dem 
37635 \series bold
37636 {}
37637 \series default
37638  beginnen.
37639  Am Ende des Absatzes fügt man folgenden Befehl ein:
37640 \end_layout
37641
37642 \begin_layout Standard
37643
37644 \series bold
37645
37646 \backslash
37647 end{window}
37648 \end_layout
37649
37650 \begin_layout Standard
37651 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37652  man muss stattdessen den Befehl 
37653 \series bold
37654
37655 \backslash
37656 footnotemark
37657 \series default
37658  verwenden.
37659  Außerhalb des Absatzes den Befehl 
37660 \series bold
37661
37662 \backslash
37663 footnotetext
37664 \series default
37665 , wie es in Abschnitt
37666 \begin_inset space ~
37667 \end_inset
37668
37669
37670 \begin_inset CommandInset ref
37671 LatexCommand ref
37672 reference "abs:Fußnoten"
37673
37674 \end_inset
37675
37676  beschrieben ist.
37677 \end_layout
37678
37679 \begin_layout Standard
37680 \begin_inset ERT
37681 status collapsed
37682
37683 \begin_layout Plain Layout
37684
37685
37686 \backslash
37687 else
37688 \end_layout
37689
37690 \end_inset
37691
37692
37693 \begin_inset Note Note
37694 status open
37695
37696 \begin_layout Plain Layout
37697 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
37698 \series bold
37699 picinpar
37700 \series default
37701  nicht installiert ist:
37702 \end_layout
37703
37704 \end_inset
37705
37706
37707 \end_layout
37708
37709 \begin_layout Standard
37710 Das LaTeX-Paket 
37711 \series bold
37712 picinpar
37713 \series default
37714  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37715 \end_layout
37716
37717 \begin_layout Standard
37718 \begin_inset ERT
37719 status collapsed
37720
37721 \begin_layout Plain Layout
37722
37723
37724 \backslash
37725 fi
37726 \end_layout
37727
37728 \end_inset
37729
37730
37731 \end_layout
37732
37733 \begin_layout Section
37734 Initiale
37735 \begin_inset Index idx
37736 status collapsed
37737
37738 \begin_layout Plain Layout
37739 Initiale
37740 \end_layout
37741
37742 \end_inset
37743
37744
37745 \begin_inset Index idx
37746 status collapsed
37747
37748 \begin_layout Plain Layout
37749 Umflossene Objekte ! Initiale
37750 \end_layout
37751
37752 \end_inset
37753
37754
37755 \end_layout
37756
37757 \begin_layout Standard
37758 Für Initialen muss das LaTeX-Paket 
37759 \series bold
37760 lettrine
37761 \series default
37762
37763 \begin_inset Index idx
37764 status collapsed
37765
37766 \begin_layout Plain Layout
37767 LaTeX-Pakete ! lettrine
37768 \end_layout
37769
37770 \end_inset
37771
37772  installiert sein und das Modul 
37773 \family sans
37774 Initialen
37775 \family default
37776  im Dokument verwendet werden (Menü 
37777 \family sans
37778 Dokument\SpecialChar \menuseparator
37779 Einstellungen\SpecialChar \menuseparator
37780 Module
37781 \family default
37782 ).
37783  Um eine Initiale einzufügen, verwendet man den Stil 
37784 \family sans
37785 Initiale
37786 \family default
37787 .
37788  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37789  Die Argumente werden über das Menü 
37790 \family sans
37791 Einfügen
37792 \family default
37793  eingefügt.
37794  Das obligatorische Argument 
37795 \family sans
37796 Initiale
37797 \family default
37798  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37799 \family sans
37800 Rest
37801 \begin_inset space ~
37802 \end_inset
37803
37804 der
37805 \begin_inset space ~
37806 \end_inset
37807
37808 Initiale
37809 \family default
37810  enthält den Rest des Wortes oder Textes der Initiale.
37811  Das Argument 
37812 \family sans
37813 Optionen
37814 \family default
37815  enthält Parameter um die Initiale zu modifizieren.
37816  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37817  von 
37818 \series bold
37819 lettrine
37820 \series default
37821
37822 \begin_inset CommandInset citation
37823 LatexCommand cite
37824 key "lettrine"
37825
37826 \end_inset
37827
37828 .
37829  Der Stil selbst enthält den Text, der die Initiale umgibt.
37830  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37831  Initiale ist, in 
37832 \shape smallcaps
37833 Kapitälchen
37834 \shape default
37835  gedruckt wird.
37836 \end_layout
37837
37838 \begin_layout Standard
37839 Hier sind einige Beispiele:
37840 \end_layout
37841
37842 \begin_layout Standard
37843 \begin_inset ERT
37844 status collapsed
37845
37846 \begin_layout Plain Layout
37847
37848
37849 \backslash
37850 iflettrine
37851 \end_layout
37852
37853 \end_inset
37854
37855
37856 \begin_inset Note Note
37857 status open
37858
37859 \begin_layout Plain Layout
37860 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37861 \series bold
37862 lettrine
37863 \series default
37864  installiert ist.
37865 \end_layout
37866
37867 \end_inset
37868
37869
37870 \end_layout
37871
37872 \begin_layout Enumerate
37873 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37874
37875 \begin_inset Formula $\mathfrak{Fraktur}$
37876 \end_inset
37877
37878 :
37879 \end_layout
37880
37881 \begin_deeper
37882 \begin_layout Initial
37883 \begin_inset Argument 2
37884 status open
37885
37886 \begin_layout Plain Layout
37887 \begin_inset Formula $\mathfrak{I}$
37888 \end_inset
37889
37890
37891 \end_layout
37892
37893 \end_inset
37894
37895
37896 \begin_inset Argument 3
37897 status open
37898
37899 \begin_layout Plain Layout
37900 t
37901 \end_layout
37902
37903 \end_inset
37904
37905  
37906 \lang english
37907 was in the spring of the year 1894 that all London was interested, and the
37908  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37909  under most unusual and inexplicable circumstances.
37910  The public has already learned those particulars of the crime which came
37911  out in the police investigation, but a good deal was suppressed upon that
37912  occasion, since the case for the prosecution was so overwhelmingly strong
37913  that it was not necessary to bring forward all the facts.
37914 \end_layout
37915
37916 \end_deeper
37917 \begin_layout Enumerate
37918 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37919  besteht und kein Text ist in 
37920 \shape smallcaps
37921 Kapitälchen
37922 \shape default
37923 :
37924 \end_layout
37925
37926 \begin_deeper
37927 \begin_layout Initial
37928 \begin_inset Argument 1
37929 status open
37930
37931 \begin_layout Plain Layout
37932 lines=1
37933 \end_layout
37934
37935 \end_inset
37936
37937
37938 \begin_inset Argument 2
37939 status open
37940
37941 \begin_layout Plain Layout
37942 It
37943 \end_layout
37944
37945 \end_inset
37946
37947  
37948 \lang english
37949 was in the spring of the year 1894 that all London was interested, and the
37950  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37951  under most unusual and inexplicable circumstances.
37952  The public has already learned those particulars of the crime which came
37953  out in the police investigation, but a good deal was suppressed upon that
37954  occasion, since the case for the prosecution was so overwhelmingly strong
37955  that it was not necessary to bring forward all the facts.
37956 \end_layout
37957
37958 \end_deeper
37959 \begin_layout Enumerate
37960 Magenta, hängende Initiale über 3
37961 \begin_inset space ~
37962 \end_inset
37963
37964 Zeilen in der Mathe-Schrift
37965 \begin_inset Newline newline
37966 \end_inset
37967
37968  
37969 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37970 \end_inset
37971
37972 , der Text 
37973 \begin_inset Quotes gld
37974 \end_inset
37975
37976
37977 \lang english
37978 t was in the spring
37979 \lang ngerman
37980
37981 \begin_inset Quotes erd
37982 \end_inset
37983
37984  ist in 
37985 \shape smallcaps
37986 Kapitälchen
37987 \shape default
37988 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37989 \begin_inset Newline newline
37990 \end_inset
37991
37992
37993 \series bold
37994
37995 \backslash
37996 renewcommand{
37997 \backslash
37998 LettrineFontHook}{
37999 \backslash
38000 color{Farbe}}
38001 \series default
38002
38003 \begin_inset Newline newline
38004 \end_inset
38005
38006 wobei 
38007 \emph on
38008 Farbe
38009 \emph default
38010  
38011 \begin_inset Quotes gld
38012 \end_inset
38013
38014 red
38015 \begin_inset Quotes erd
38016 \end_inset
38017
38018
38019 \begin_inset Quotes gld
38020 \end_inset
38021
38022 blue
38023 \begin_inset Quotes erd
38024 \end_inset
38025
38026
38027 \begin_inset Quotes gld
38028 \end_inset
38029
38030 green
38031 \begin_inset Quotes erd
38032 \end_inset
38033
38034
38035 \begin_inset Quotes gld
38036 \end_inset
38037
38038 yellow
38039 \begin_inset Quotes erd
38040 \end_inset
38041
38042
38043 \begin_inset Quotes gld
38044 \end_inset
38045
38046 cyan
38047 \begin_inset Quotes erd
38048 \end_inset
38049
38050
38051 \begin_inset Quotes gld
38052 \end_inset
38053
38054 magenta
38055 \begin_inset Quotes erd
38056 \end_inset
38057
38058
38059 \begin_inset Quotes gld
38060 \end_inset
38061
38062 black
38063 \begin_inset Quotes erd
38064 \end_inset
38065
38066  oder 
38067 \begin_inset Quotes gld
38068 \end_inset
38069
38070 white
38071 \begin_inset Quotes erd
38072 \end_inset
38073
38074  sein kann, und diesen Befehl zum LaTeX-Vorspann hinzufügen:
38075 \begin_inset Newline newline
38076 \end_inset
38077
38078
38079 \series bold
38080
38081 \backslash
38082 @ifundefined{textcolor}
38083 \begin_inset Newline newline
38084 \end_inset
38085
38086
38087 \begin_inset space ~
38088 \end_inset
38089
38090 {
38091 \backslash
38092 usepackage{color}}{}
38093 \end_layout
38094
38095 \begin_deeper
38096 \begin_layout Standard
38097 \begin_inset ERT
38098 status collapsed
38099
38100 \begin_layout Plain Layout
38101
38102
38103 \backslash
38104 renewcommand{
38105 \backslash
38106 LettrineFontHook}{
38107 \backslash
38108 color{magenta}}
38109 \end_layout
38110
38111 \end_inset
38112
38113
38114 \begin_inset Note Note
38115 status open
38116
38117 \begin_layout Plain Layout
38118 macht die Initiale magenta
38119 \end_layout
38120
38121 \end_inset
38122
38123
38124 \end_layout
38125
38126 \begin_layout Initial
38127 \begin_inset Argument 1
38128 status open
38129
38130 \begin_layout Plain Layout
38131 lines=3, lhang=0.33, loversize=0.25
38132 \end_layout
38133
38134 \end_inset
38135
38136
38137 \begin_inset Argument 2
38138 status open
38139
38140 \begin_layout Plain Layout
38141 \begin_inset Formula $\mathcal{I}$
38142 \end_inset
38143
38144
38145 \end_layout
38146
38147 \end_inset
38148
38149
38150 \begin_inset Argument 3
38151 status open
38152
38153 \begin_layout Plain Layout
38154
38155 \lang english
38156 t was in the spring
38157 \end_layout
38158
38159 \end_inset
38160
38161  
38162 \lang english
38163 of the year 1894 that all London was interested, and the fashionable world
38164  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38165  and inexplicable circumstances.
38166  The public has already learned those particulars of the crime which came
38167  out in the police investigation, but a good deal was suppressed upon that
38168  occasion, since the case for the prosecution was so overwhelmingly strong
38169  that it was not necessary to bring forward all the facts.
38170 \end_layout
38171
38172 \end_deeper
38173 \begin_layout Standard
38174 \begin_inset ERT
38175 status collapsed
38176
38177 \begin_layout Plain Layout
38178
38179
38180 \backslash
38181 else
38182 \end_layout
38183
38184 \end_inset
38185
38186
38187 \begin_inset Note Note
38188 status open
38189
38190 \begin_layout Plain Layout
38191 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38192 \series bold
38193 lettrine
38194 \series default
38195  nicht installiert ist:
38196 \end_layout
38197
38198 \end_inset
38199
38200
38201 \end_layout
38202
38203 \begin_layout Standard
38204 Das LaTeX-Paket 
38205 \series bold
38206 lettrine
38207 \series default
38208  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38209 \end_layout
38210
38211 \begin_layout Standard
38212 \begin_inset ERT
38213 status collapsed
38214
38215 \begin_layout Plain Layout
38216
38217
38218 \backslash
38219 fi
38220 \end_layout
38221
38222 \end_inset
38223
38224
38225 \end_layout
38226
38227 \begin_layout Chapter
38228 Externe Dateien
38229 \begin_inset Index idx
38230 status collapsed
38231
38232 \begin_layout Plain Layout
38233 Dateien ! externe
38234 \end_layout
38235
38236 \end_inset
38237
38238
38239 \end_layout
38240
38241 \begin_layout Standard
38242 Mit 
38243 \family sans
38244 Einfügen\SpecialChar \menuseparator
38245 Datei
38246 \family default
38247  können Sie fremdes Material in Ihr Dokument einsetzen.
38248  Das kann folgendes sein:
38249 \end_layout
38250
38251 \begin_layout Description
38252 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
38253  eingefügt.
38254 \end_layout
38255
38256 \begin_layout Description
38257 Einfacher
38258 \begin_inset space ~
38259 \end_inset
38260
38261 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38262  eingefügt.
38263 \end_layout
38264
38265 \begin_layout Description
38266 Einfacher
38267 \begin_inset space ~
38268 \end_inset
38269
38270 Text,
38271 \begin_inset space ~
38272 \end_inset
38273
38274 Zeilen
38275 \begin_inset space ~
38276 \end_inset
38277
38278 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38279  Leerzeilen trennen die Absätze.
38280 \end_layout
38281
38282 \begin_layout Description
38283 Externes
38284 \begin_inset space ~
38285 \end_inset
38286
38287 Material Dateien in verschiedenen Formaten.
38288 \end_layout
38289
38290 \begin_layout Description
38291 Unterdokument LyX- oder LaTeX-Dokumente.
38292 \end_layout
38293
38294 \begin_layout Section
38295 Externes Material
38296 \begin_inset Index idx
38297 status collapsed
38298
38299 \begin_layout Plain Layout
38300 Externes Material
38301 \end_layout
38302
38303 \end_inset
38304
38305
38306 \end_layout
38307
38308 \begin_layout Standard
38309 Mit 
38310 \family sans
38311 Einfügen\SpecialChar \menuseparator
38312 Datei\SpecialChar \menuseparator
38313  Externes Material
38314 \family default
38315  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38316  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38317  weil LyX sich darum kümmert.
38318  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
38319  eingefügt werden können.
38320  Wenn die Grafikvorschau in den LyX-Einstellungen unter
38321 \family sans
38322  Aussehen
38323 \begin_inset space ~
38324 \end_inset
38325
38326 &
38327 \begin_inset space ~
38328 \end_inset
38329
38330 Handhabung\SpecialChar \menuseparator
38331 Grafik
38332 \family default
38333 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
38334 \end_layout
38335
38336 \begin_layout Standard
38337 Zur Zeit können Sie folgende Dateitypen (
38338 \family sans
38339 Vorlagen
38340 \family default
38341 ) benutzen:
38342 \end_layout
38343
38344 \begin_layout Description
38345 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38346 \series bold
38347
38348 \begin_inset CommandInset href
38349 LatexCommand href
38350 name "XBoard"
38351 target "http://de.wikipedia.org/wiki/XBoard"
38352
38353 \end_inset
38354
38355
38356 \series default
38357  erzeugt wurden.
38358 \end_layout
38359
38360 \begin_layout Description
38361 Datum fügt ein Datum mit dem Format 
38362 \emph on
38363 Tag-Monat-Jahr
38364 \emph default
38365  ein.
38366  Hier ist ein Beispiel: 
38367 \begin_inset External
38368         template Date
38369         filename .
38370
38371 \end_inset
38372
38373
38374 \begin_inset space ~
38375 \end_inset
38376
38377
38378 \begin_inset Note Note
38379 status open
38380
38381 \begin_layout Plain Layout
38382
38383 \lang english
38384 Remove the protected space when bug 4398 is fixed!
38385 \end_layout
38386
38387 \end_inset
38388
38389
38390 \begin_inset Newline newline
38391 \end_inset
38392
38393 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
38394  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38395  Menü 
38396 \family sans
38397 Einfügen\SpecialChar \menuseparator
38398 Datum
38399 \family default
38400  und mit dem LaTeX-Befehl 
38401 \series bold
38402
38403 \backslash
38404 today
38405 \series default
38406 .
38407  Die verschiedenen Methoden werden in Tabelle
38408 \begin_inset space ~
38409 \end_inset
38410
38411
38412 \begin_inset CommandInset ref
38413 LatexCommand ref
38414 reference "tab:Vergleich-der-Datums-Eingaben"
38415
38416 \end_inset
38417
38418  verglichen.
38419 \end_layout
38420
38421 \begin_layout Description
38422 Dia unterstützt Diagramme, die mit dem Programm 
38423 \series bold
38424
38425 \begin_inset CommandInset href
38426 LatexCommand href
38427 name "Dia"
38428 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38429
38430 \end_inset
38431
38432
38433 \series default
38434  erzeugt wurden.
38435 \end_layout
38436
38437 \begin_layout Description
38438 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38439 \series bold
38440
38441 \begin_inset CommandInset href
38442 LatexCommand href
38443 name "Gnumeric"
38444 target "http://de.wikipedia.org/wiki/Gnumeric"
38445
38446 \end_inset
38447
38448
38449 \series default
38450
38451 \begin_inset CommandInset href
38452 LatexCommand href
38453 name "OpenDocument"
38454 target "http://de.wikipedia.org/wiki/OpenDocument"
38455
38456 \end_inset
38457
38458
38459 \begin_inset CommandInset href
38460 LatexCommand href
38461 name "Microsoft Office XML"
38462 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38463
38464 \end_inset
38465
38466  und 
38467 \begin_inset CommandInset href
38468 LatexCommand href
38469 name "Office Open XML"
38470 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38471
38472 \end_inset
38473
38474  einfügen.
38475  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
38476 \family typewriter
38477 ssconvert
38478 \family default
38479  gefunden haben.
38480  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38481  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38482  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
38483 \emph on
38484 spreadsheet.lyx
38485 \emph default
38486 .
38487 \end_layout
38488
38489 \begin_layout Description
38490 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38491  dem Notensatzprogramm 
38492 \series bold
38493
38494 \begin_inset CommandInset href
38495 LatexCommand href
38496 name "LilyPond"
38497 target "http://de.wikipedia.org/wiki/LilyPond"
38498
38499 \end_inset
38500
38501
38502 \series default
38503  gesetzt werden.
38504  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
38505  
38506 \emph on
38507 lilypond.lyx
38508 \emph default
38509 .
38510 \end_layout
38511
38512 \begin_layout Description
38513 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38514  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38515  
38516 \series bold
38517 pages
38518 \series default
38519  im Feld 
38520 \family sans
38521 Option
38522 \family default
38523  in der Karteikarte 
38524 \family sans
38525 LaTeX- und LyX-Optionen
38526 \family default
38527 .
38528  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38529  (man gibt als Option 
38530 \series bold
38531 pages={3,5,6,8}
38532 \series default
38533  an), Seitenbereiche (
38534 \series bold
38535 pages={4-9}
38536 \series default
38537 ) oder eine Kombination davon enthält.
38538  Um leere Seiten einzufügen, verwendet man {}.
38539  Z.
38540 \begin_inset space \thinspace{}
38541 \end_inset
38542
38543 B.
38544  fügt 
38545 \series bold
38546 pages={3,{},8-11,15}
38547 \series default
38548  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38549  Seitenbereiche werden mit der Syntax 
38550 \emph on
38551 Start
38552 \emph default
38553 -
38554 \emph on
38555 Stop
38556 \emph default
38557  angegeben.
38558  Dies wählt alle Seiten von 
38559 \emph on
38560 Start
38561 \emph default
38562  bis 
38563 \emph on
38564 Stop
38565 \emph default
38566  aus.
38567  Wird 
38568 \emph on
38569 Start
38570 \emph default
38571  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38572 \emph on
38573 Stop
38574 \emph default
38575  weggelassen, wird stattdessen die letzte Seite verwendet.
38576  Die letzte Seite kann außerdem mit dem Schlagwort 
38577 \series bold
38578 last
38579 \series default
38580  ausgewählt werden.
38581  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38582 \series bold
38583 pages=-
38584 \series default
38585  fügt also alle Seiten des Dokuments ein und 
38586 \series bold
38587 pages=last-1
38588 \series default
38589  fügt alle Seiten in umgekehrter Reihenfolge ein.
38590  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38591  eingefügt.
38592 \begin_inset Newline newline
38593 \end_inset
38594
38595 Die Option 
38596 \series bold
38597 noautoscale
38598 \series default
38599  fügt die Seiten in ihrer Originalgröße ein.
38600  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38601  dass sie die komplette Breite Ihres Dokuments einnehmen.
38602  In der Karteikarte 
38603 \family sans
38604 Größe und Drehung
38605 \family default
38606  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38607  werden.
38608  Wird eine andere Breite als 100
38609 \begin_inset space \thinspace{}
38610 \end_inset
38611
38612 Größe% verwendet, wird die Option 
38613 \series bold
38614 noautoscale
38615 \series default
38616  überschrieben.
38617  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38618  des LaTeX-Pakets 
38619 \series bold
38620 pdfpages
38621 \series default
38622  
38623 \begin_inset CommandInset citation
38624 LatexCommand cite
38625 key "pdfpages"
38626
38627 \end_inset
38628
38629 .
38630 \begin_inset Index idx
38631 status collapsed
38632
38633 \begin_layout Plain Layout
38634 LaTeX-Pakete ! pdfpages
38635 \end_layout
38636
38637 \end_inset
38638
38639
38640 \begin_inset Newline newline
38641 \end_inset
38642
38643 Um diese Vorlage in einer 
38644 \family sans
38645 Beamer
38646 \family default
38647 -Präsentation zu verwenden, muss zuerst eine 
38648 \family sans
38649 BeendeRahmen
38650 \family default
38651  Umgebung eingefügt werden.
38652  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
38653 \series bold
38654
38655 \backslash
38656 setbeamertemplate{background canvas}{}
38657 \series default
38658 .
38659  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38660  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38661  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38662  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38663  sicher, dass die Ausrichtung 
38664 \family sans
38665 Standard
38666 \family default
38667  für den Absatz verwendet wird, der die Vorlage enthält.
38668 \begin_inset Newline newline
38669 \end_inset
38670
38671 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38672 \begin_inset External
38673         template PDFPages
38674         filename ../clipart/Abstract.pdf
38675         extra LaTeX "pages=-"
38676         rotateAngle -5
38677         rotateOrigin bottomleft
38678         width 50col%
38679
38680 \end_inset
38681
38682
38683 \end_layout
38684
38685 \begin_layout Description
38686 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38687  Die Bilddateien können im Dialogfenster 
38688 \family sans
38689 Externes
38690 \begin_inset space ~
38691 \end_inset
38692
38693 Material
38694 \family default
38695  genauso behandelt werden wie die mit dem normalen 
38696 \family sans
38697 Grafik
38698 \family default
38699 -Dialog eingefügten, siehe Abschnitt
38700 \begin_inset space ~
38701 \end_inset
38702
38703
38704 \begin_inset CommandInset ref
38705 LatexCommand ref
38706 reference "abs:Grafik-Dialog"
38707
38708 \end_inset
38709
38710 .
38711  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38712  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38713  Hier ist ein eingefügtes Rasterbild: 
38714 \begin_inset External
38715         template RasterImage
38716         filename ../clipart/ToolbarEnvBox.png
38717
38718 \end_inset
38719
38720
38721 \end_layout
38722
38723 \begin_layout Description
38724 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38725 \series bold
38726
38727 \begin_inset CommandInset href
38728 LatexCommand href
38729 name "Xfig"
38730 target "http://de.wikipedia.org/wiki/Xfig"
38731
38732 \end_inset
38733
38734
38735 \series default
38736  erzeugt wurden.
38737 \end_layout
38738
38739 \begin_layout Standard
38740 \begin_inset Float table
38741 placement !h
38742 wide false
38743 sideways false
38744 status open
38745
38746 \begin_layout Plain Layout
38747 \begin_inset Caption Standard
38748
38749 \begin_layout Plain Layout
38750 \begin_inset CommandInset label
38751 LatexCommand label
38752 name "tab:Vergleich-der-Datums-Eingaben"
38753
38754 \end_inset
38755
38756 Vergleich der Datums-Eingaben
38757 \end_layout
38758
38759 \end_inset
38760
38761
38762 \end_layout
38763
38764 \begin_layout Plain Layout
38765 \align center
38766 \begin_inset Tabular
38767 <lyxtabular version="3" rows="4" columns="4">
38768 <features rotate="0" tabularvalignment="middle">
38769 <column alignment="center" valignment="top" width="0">
38770 <column alignment="center" valignment="top" width="0">
38771 <column alignment="center" valignment="top" width="0">
38772 <column alignment="center" valignment="top" width="0">
38773 <row>
38774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38775 \begin_inset Text
38776
38777 \begin_layout Plain Layout
38778 Dokumentformat
38779 \end_layout
38780
38781 \end_inset
38782 </cell>
38783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38784 \begin_inset Text
38785
38786 \begin_layout Plain Layout
38787
38788 \family sans
38789 Externes Material\SpecialChar \menuseparator
38790 Datum
38791 \end_layout
38792
38793 \end_inset
38794 </cell>
38795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38796 \begin_inset Text
38797
38798 \begin_layout Plain Layout
38799
38800 \family sans
38801 Einfügen\SpecialChar \menuseparator
38802 Datum
38803 \end_layout
38804
38805 \end_inset
38806 </cell>
38807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38808 \begin_inset Text
38809
38810 \begin_layout Plain Layout
38811 Befehl 
38812 \series bold
38813
38814 \backslash
38815 today
38816 \end_layout
38817
38818 \end_inset
38819 </cell>
38820 </row>
38821 <row>
38822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38823 \begin_inset Text
38824
38825 \begin_layout Plain Layout
38826 LyX
38827 \end_layout
38828
38829 \end_inset
38830 </cell>
38831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38832 \begin_inset Text
38833
38834 \begin_layout Plain Layout
38835 als Box
38836 \end_layout
38837
38838 \end_inset
38839 </cell>
38840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38841 \begin_inset Text
38842
38843 \begin_layout Plain Layout
38844 als Datum
38845 \end_layout
38846
38847 \end_inset
38848 </cell>
38849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38850 \begin_inset Text
38851
38852 \begin_layout Plain Layout
38853 als TeX-Code
38854 \end_layout
38855
38856 \end_inset
38857 </cell>
38858 </row>
38859 <row>
38860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38861 \begin_inset Text
38862
38863 \begin_layout Plain Layout
38864 LaTeX
38865 \end_layout
38866
38867 \end_inset
38868 </cell>
38869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38870 \begin_inset Text
38871
38872 \begin_layout Plain Layout
38873 als Datum
38874 \end_layout
38875
38876 \end_inset
38877 </cell>
38878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38879 \begin_inset Text
38880
38881 \begin_layout Plain Layout
38882 als Datum
38883 \end_layout
38884
38885 \end_inset
38886 </cell>
38887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38888 \begin_inset Text
38889
38890 \begin_layout Plain Layout
38891 als Befehl
38892 \end_layout
38893
38894 \end_inset
38895 </cell>
38896 </row>
38897 <row>
38898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38899 \begin_inset Text
38900
38901 \begin_layout Plain Layout
38902 DVI, PDF, PS
38903 \end_layout
38904
38905 \end_inset
38906 </cell>
38907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38908 \begin_inset Text
38909
38910 \begin_layout Plain Layout
38911 als Datum
38912 \end_layout
38913
38914 \end_inset
38915 </cell>
38916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38917 \begin_inset Text
38918
38919 \begin_layout Plain Layout
38920 als Datum
38921 \end_layout
38922
38923 \end_inset
38924 </cell>
38925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38926 \begin_inset Text
38927
38928 \begin_layout Plain Layout
38929 als Datum
38930 \end_layout
38931
38932 \end_inset
38933 </cell>
38934 </row>
38935 </lyxtabular>
38936
38937 \end_inset
38938
38939
38940 \end_layout
38941
38942 \end_inset
38943
38944
38945 \end_layout
38946
38947 \begin_layout Standard
38948 Wenn Sie im Dialogfenster
38949 \family sans
38950  Externes
38951 \begin_inset space ~
38952 \end_inset
38953
38954 Material 
38955 \family default
38956 in der Karteikarte
38957 \family sans
38958  Datei
38959 \family default
38960  die Option 
38961 \family sans
38962 Entwurf
38963 \family default
38964  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38965 \begin_inset Newline newline
38966 \end_inset
38967
38968 LyX kann externes Material entweder als Box wie hier: 
38969 \begin_inset Graphics
38970         filename clipart/ExternesMaterialQt4.png
38971         scale 85
38972         scaleBeforeRotation
38973
38974 \end_inset
38975
38976  oder als Bild darstellen.
38977  Das hängt davon ab, ob Sie im Dialog
38978 \family sans
38979  
38980 \family default
38981 in der Karteikarte 
38982 \family sans
38983 LaTeX- und LyX-Optionen
38984 \family default
38985  die Option 
38986 \family sans
38987 In
38988 \begin_inset space ~
38989 \end_inset
38990
38991 LyX
38992 \begin_inset space ~
38993 \end_inset
38994
38995 anzeigen
38996 \family default
38997  gewählt haben oder nicht.
38998 \end_layout
38999
39000 \begin_layout Standard
39001 Im LyX-Handbuch 
39002 \family sans
39003 \emph on
39004 Anpassung
39005 \family default
39006 \emph default
39007  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39008 \end_layout
39009
39010 \begin_layout Section
39011 Unterdokumente
39012 \begin_inset CommandInset label
39013 LatexCommand label
39014 name "abs:Unterdokumente"
39015
39016 \end_inset
39017
39018
39019 \begin_inset Index idx
39020 status collapsed
39021
39022 \begin_layout Plain Layout
39023 Unterdokument
39024 \end_layout
39025
39026 \end_inset
39027
39028
39029 \end_layout
39030
39031 \begin_layout Standard
39032 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39033  oder Abschnitten bestehen.
39034  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39035  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39036  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39037  z.
39038 \begin_inset space \thinspace{}
39039 \end_inset
39040
39041 B.
39042  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
39043 \end_layout
39044
39045 \begin_layout Standard
39046 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39047  müssen, geben Sie im Unterdokument im Menü
39048 \family sans
39049  Dokument\SpecialChar \menuseparator
39050 Einstellungen\SpecialChar \menuseparator
39051 Dokumentklasse
39052 \family default
39053  das Hauptdokument an.
39054  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
39055  bearbeiten.
39056 \end_layout
39057
39058 \begin_layout Standard
39059 Unterdokumente werden in LyX als Box angezeigt: 
39060 \begin_inset Graphics
39061         filename clipart/UnterdokumentQt4.png
39062         scale 85
39063         scaleBeforeRotation
39064
39065 \end_inset
39066
39067  Sie werden über
39068 \family sans
39069  Einfügen\SpecialChar \menuseparator
39070 Datei\SpecialChar \menuseparator
39071 Unterdokument
39072 \family default
39073  eingebunden, was das Dialogfenster
39074 \family sans
39075  Unterdokument
39076 \family default
39077  öffnet.
39078  Für 
39079 \family sans
39080 die Art
39081 \begin_inset space ~
39082 \end_inset
39083
39084 der
39085 \begin_inset space ~
39086 \end_inset
39087
39088 Einbindung
39089 \family default
39090  gibt es dort vier Möglichkeiten:
39091 \end_layout
39092
39093 \begin_layout Description
39094 Include Sie können LyX- und LaTeX-Dokumente einbinden.
39095  Wenn Sie im Dialogfenster
39096 \family sans
39097  Unterdokument
39098 \family default
39099  auf 
39100 \family sans
39101 Bearbeiten
39102 \family default
39103  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39104  und Sie können es editieren.
39105 \begin_inset Newline newline
39106 \end_inset
39107
39108
39109 \end_layout
39110
39111 \begin_layout Standard
39112 Hier wird ein Unterdokument
39113 \family sans
39114  
39115 \family default
39116 per 
39117 \family sans
39118 Include
39119 \family default
39120  eingebunden: 
39121 \begin_inset CommandInset include
39122 LatexCommand include
39123 filename "DummyDocument1.lyx"
39124
39125 \end_inset
39126
39127 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39128  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39129  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39130 s.
39131  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39132 \begin_inset space ~
39133 \end_inset
39134
39135
39136 \begin_inset CommandInset ref
39137 LatexCommand ref
39138 reference "uab:Externer-Unterabschnitt-1"
39139
39140 \end_inset
39141
39142 .
39143 \end_layout
39144
39145 \begin_layout Standard
39146 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39147  wird benutzt.
39148  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39149  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39150  Unterdokumente, die per 
39151 \family sans
39152 Include
39153 \family default
39154  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39155  und enden mit einem Seitenumbruch.
39156 \end_layout
39157
39158 \begin_layout Standard
39159 \begin_inset Note Greyedout
39160 status open
39161
39162 \begin_layout Plain Layout
39163
39164 \series bold
39165 Bemerkung:
39166 \series default
39167  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
39168  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
39169  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
39170  Ergebnissen führen wird.
39171 \end_layout
39172
39173 \end_inset
39174
39175
39176 \end_layout
39177
39178 \begin_layout Description
39179 Input Diese Methode ist 
39180 \family sans
39181 Include
39182 \family default
39183  sehr ähnlich mit folgenden Unterschieden:
39184 \end_layout
39185
39186 \begin_deeper
39187 \begin_layout Itemize
39188 Unterdokumente, die per 
39189 \family sans
39190 Input
39191 \family default
39192  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39193  Seite und enden NICHT mit einem Seitenumbruch.
39194 \end_layout
39195
39196 \begin_layout Itemize
39197 Unterdokumente, die per 
39198 \family sans
39199 Input
39200 \family default
39201  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
39202 \family sans
39203  Unterdokument Vorschau
39204 \begin_inset space ~
39205 \end_inset
39206
39207 anzeigen
39208 \family default
39209  angekreuzt wurde und in den LyX-Einstellungen unter
39210 \family sans
39211  Aussehen
39212 \begin_inset space ~
39213 \end_inset
39214
39215 &
39216 \begin_inset space ~
39217 \end_inset
39218
39219 Handhabung\SpecialChar \menuseparator
39220 Grafik\SpecialChar \menuseparator
39221 Sofortige
39222 \begin_inset space ~
39223 \end_inset
39224
39225 Vorschau
39226 \family default
39227  auf 
39228 \family sans
39229 An
39230 \family default
39231  gesetzt wurde.
39232  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39233  aus.
39234 \end_layout
39235
39236 \begin_layout Itemize
39237 Unterdokumente, die per 
39238 \family sans
39239 Input
39240 \family default
39241  eingebunden werden, können nicht über das Menü 
39242 \family sans
39243 Dokument\SpecialChar \menuseparator
39244 Einstellungen\SpecialChar \menuseparator
39245 Unterdokumente
39246 \family default
39247  unterdrückt werden.
39248 \end_layout
39249
39250 \end_deeper
39251 \begin_layout Standard
39252 Hier ist ein Unterdokument, das mit
39253 \family sans
39254  Input
39255 \family default
39256  eingebunden wurde: 
39257 \begin_inset CommandInset include
39258 LatexCommand input
39259 filename "DummyDocument2.lyx"
39260
39261 \end_inset
39262
39263 .
39264 \end_layout
39265
39266 \begin_layout Description
39267 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39268   In der Druckvorschau wird für den Text der Stil 
39269 \family typewriter
39270 Schreibmaschine
39271 \family default
39272  verwendet.
39273  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39274  Wenn Sie im Dialogfenster
39275 \family sans
39276  Unterdokument Leerzeichen
39277 \begin_inset space ~
39278 \end_inset
39279
39280 bei
39281 \begin_inset space ~
39282 \end_inset
39283
39284 der
39285 \begin_inset space ~
39286 \end_inset
39287
39288 Ausgabe
39289 \begin_inset space ~
39290 \end_inset
39291
39292 kennzeichnen 
39293 \family default
39294 ankreuzen, wird in der Druckvorschau das Zeichen 
39295 \begin_inset Quotes gld
39296 \end_inset
39297
39298
39299 \begin_inset ERT
39300 status collapsed
39301
39302 \begin_layout Plain Layout
39303
39304
39305 \backslash
39306 textvisiblespace 
39307 \end_layout
39308
39309 \end_inset
39310
39311
39312 \begin_inset Quotes grd
39313 \end_inset
39314
39315  für jedes Leerzeichen eingefügt.
39316 \begin_inset Newline newline
39317 \end_inset
39318
39319 Im Gegensatz zu 
39320 \family sans
39321 Einfügen\SpecialChar \menuseparator
39322 Datei\SpecialChar \menuseparator
39323 Einfacher
39324 \begin_inset space ~
39325 \end_inset
39326
39327 Text
39328 \family default
39329  wird bei 
39330 \family sans
39331 Unformatiert
39332 \family default
39333  der Dateiinhalt in LyX nicht dargestellt.
39334 \end_layout
39335
39336 \begin_layout Standard
39337 Hier ist ein Unterdokument, das mit
39338 \family sans
39339  Unformatiert
39340 \family default
39341  eingebunden wurde: 
39342 \begin_inset CommandInset include
39343 LatexCommand verbatiminput
39344 filename "DummyTextDocument.txt"
39345
39346 \end_inset
39347
39348
39349 \begin_inset VSpace bigskip
39350 \end_inset
39351
39352 Hier ist ein Unterdokument, das mit
39353 \family sans
39354  Unformatiert
39355 \family default
39356  eingebunden wurde und
39357 \family sans
39358  Leerzeichen
39359 \begin_inset space ~
39360 \end_inset
39361
39362 bei
39363 \begin_inset space ~
39364 \end_inset
39365
39366 der
39367 \begin_inset space ~
39368 \end_inset
39369
39370 Ausgabe
39371 \begin_inset space ~
39372 \end_inset
39373
39374 kennzeichnen
39375 \family default
39376  angekreuzt hat: 
39377 \begin_inset CommandInset include
39378 LatexCommand verbatiminput*
39379 filename "DummyTextDocument.txt"
39380
39381 \end_inset
39382
39383
39384 \end_layout
39385
39386 \begin_layout Standard
39387 \begin_inset VSpace bigskip
39388 \end_inset
39389
39390
39391 \end_layout
39392
39393 \begin_layout Standard
39394 \begin_inset Note Greyedout
39395 status open
39396
39397 \begin_layout Plain Layout
39398
39399 \series bold
39400 Bemerkung:
39401 \series default
39402  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39403  
39404 \family sans
39405 Unformatiert
39406 \family default
39407  eingebunden werden, am Zeilenende nicht umgebrochen.
39408 \end_layout
39409
39410 \end_inset
39411
39412
39413 \end_layout
39414
39415 \begin_layout Description
39416 Listing Dieser Typ wird in Kapitel
39417 \begin_inset space ~
39418 \end_inset
39419
39420
39421 \begin_inset CommandInset ref
39422 LatexCommand ref
39423 reference "kap:Programm-Code-Listen"
39424
39425 \end_inset
39426
39427  beschrieben.
39428 \end_layout
39429
39430 \begin_layout Standard
39431 \begin_inset Note Greyedout
39432 status open
39433
39434 \begin_layout Plain Layout
39435
39436 \series bold
39437 Bemerkung:
39438 \series default
39439  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39440  das zu LaTeX-Problemen führen.
39441 \end_layout
39442
39443 \end_inset
39444
39445
39446 \end_layout
39447
39448 \begin_layout Standard
39449 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39450  wollen, z.
39451 \begin_inset space \thinspace{}
39452 \end_inset
39453
39454 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39455  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39456  Dies geschieht über das Menü 
39457 \family sans
39458 Dokument\SpecialChar \menuseparator
39459 Einstellungen\SpecialChar \menuseparator
39460 Unterdokumente
39461 \family default
39462 .
39463  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39464  in die Spalte 
39465 \family sans
39466 In Ausgabe einbinden
39467 \family default
39468  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39469  für Unterdokumente möglich ist, die per 
39470 \family sans
39471 Input
39472 \family default
39473  eingebunden wurden).
39474  Wenn die Option 
39475 \family sans
39476 Zähler und Querverweise wahren
39477 \family default
39478  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
39479 \begin_inset space ~
39480 \end_inset
39481
39482 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39483  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39484  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39485  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
39486  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39487  sind, wählen sie die Option nicht.
39488 \end_layout
39489
39490 \begin_layout Standard
39491 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39492 \begin_inset Foot
39493 status collapsed
39494
39495 \begin_layout Plain Layout
39496 Zweige sind im Kapitel 
39497 \emph on
39498 Zweige
39499 \emph default
39500  des LyX 
39501 \emph on
39502 Benutzerhandbuchs
39503 \emph default
39504  erklärt.
39505 \end_layout
39506
39507 \end_inset
39508
39509  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39510  Dateien in der Ausgabe erscheinen.
39511  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39512  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39513  werden.
39514 \end_layout
39515
39516 \begin_layout Chapter
39517 Programm-Code-Listen
39518 \begin_inset CommandInset label
39519 LatexCommand label
39520 name "kap:Programm-Code-Listen"
39521
39522 \end_inset
39523
39524
39525 \begin_inset Index idx
39526 status collapsed
39527
39528 \begin_layout Plain Layout
39529 Listen
39530 \end_layout
39531
39532 \end_inset
39533
39534
39535 \begin_inset Index idx
39536 status collapsed
39537
39538 \begin_layout Plain Layout
39539 Programm-Code
39540 \end_layout
39541
39542 \end_inset
39543
39544
39545 \end_layout
39546
39547 \begin_layout Standard
39548 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39549 \family sans
39550 Einfügen\SpecialChar \menuseparator
39551 Pro\SpecialChar \-
39552 grammlisting
39553 \family default
39554  verwenden.
39555  Das LaTeX-Paket 
39556 \series bold
39557 listings
39558 \series default
39559
39560 \begin_inset Index idx
39561 status collapsed
39562
39563 \begin_layout Plain Layout
39564 LaTeX-Pakete ! listings
39565 \end_layout
39566
39567 \end_inset
39568
39569  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39570 \end_layout
39571
39572 \begin_layout Standard
39573 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39574 rmat der Programm-Code-Liste festlegen.
39575 \end_layout
39576
39577 \begin_layout Standard
39578 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39579  Die Platzierungsoption 
39580 \family sans
39581 Eingebettetes
39582 \begin_inset space ~
39583 \end_inset
39584
39585 Listing
39586 \family default
39587  druckt das Listing in der Zeile wie hier: 
39588 \begin_inset listings
39589 lstparams "language={C++}"
39590 inline true
39591 status open
39592
39593 \begin_layout Plain Layout
39594
39595 int a=5;
39596 \end_layout
39597
39598 \end_inset
39599
39600
39601 \begin_inset Newline newline
39602 \end_inset
39603
39604 Die Option 
39605 \family sans
39606 Gleitobjekt
39607 \family default
39608  erzeugt ein Listing-Gleitobjekt, dessen 
39609 \family sans
39610 Platzierung 
39611 \family default
39612 Sie mit 
39613 \family sans
39614 h
39615 \family default
39616
39617 \family sans
39618 t
39619 \family default
39620
39621 \family sans
39622 b
39623 \family default
39624  und 
39625 \family sans
39626 p
39627 \family default
39628 , analog zu den in Abschnitt
39629 \begin_inset space ~
39630 \end_inset
39631
39632
39633 \begin_inset CommandInset ref
39634 LatexCommand ref
39635 reference "abs:Gleitobjekt-Platzierung"
39636
39637 \end_inset
39638
39639  beschriebenen Platzierungsoptionen festlegen können.
39640  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39641  hintereinander angegeben, z.
39642 \begin_inset space \thinspace{}
39643 \end_inset
39644
39645 B.
39646  
39647 \begin_inset Quotes gld
39648 \end_inset
39649
39650
39651 \family sans
39652 htbp
39653 \family default
39654
39655 \begin_inset Quotes grd
39656 \end_inset
39657
39658 .
39659  Die Option 
39660 \begin_inset Quotes gld
39661 \end_inset
39662
39663 h
39664 \begin_inset Quotes grd
39665 \end_inset
39666
39667  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39668  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39669 \end_layout
39670
39671 \begin_layout Standard
39672 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39673  zu verweisen: Listing
39674 \begin_inset space ~
39675 \end_inset
39676
39677
39678 \begin_inset CommandInset ref
39679 LatexCommand ref
39680 reference "lst:Gleitendes-Programm-Listing"
39681
39682 \end_inset
39683
39684 .
39685 \end_layout
39686
39687 \begin_layout Standard
39688 \begin_inset listings
39689 lstparams "language=Python"
39690 inline false
39691 status open
39692
39693 \begin_layout Plain Layout
39694
39695 \begin_inset Caption Standard
39696
39697 \begin_layout Plain Layout
39698 \begin_inset CommandInset label
39699 LatexCommand label
39700 name "lst:Gleitendes-Programm-Listing"
39701
39702 \end_inset
39703
39704 Gleitendes Programm-Listing
39705 \end_layout
39706
39707 \end_inset
39708
39709 # Gleitendes Programm-Listing
39710 \end_layout
39711
39712 \begin_layout Plain Layout
39713
39714 def func(param):
39715 \end_layout
39716
39717 \begin_layout Plain Layout
39718
39719     'Dies ist eine Python-Funktion'
39720 \end_layout
39721
39722 \begin_layout Plain Layout
39723
39724     pass
39725 \end_layout
39726
39727 \end_inset
39728
39729
39730 \end_layout
39731
39732 \begin_layout Standard
39733 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39734  der Sprache erkannt und besonders gedruckt, wie 
39735 \emph on
39736 #
39737 \emph default
39738
39739 \emph on
39740 def
39741 \emph default
39742  und 
39743 \emph on
39744 pass
39745 \emph default
39746  in Listing
39747 \begin_inset space ~
39748 \end_inset
39749
39750
39751 \begin_inset CommandInset ref
39752 LatexCommand ref
39753 reference "lst:Gleitendes-Programm-Listing"
39754
39755 \end_inset
39756
39757 .
39758 \end_layout
39759
39760 \begin_layout Standard
39761 \begin_inset Note Greyedout
39762 status open
39763
39764 \begin_layout Plain Layout
39765
39766 \series bold
39767 Bemerkung:
39768 \series default
39769  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39770 \family typewriter
39771 Schreib\SpecialChar \-
39772 maschine
39773 \family default
39774  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39775 h keine fett gedruckten Buchstaben.
39776  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39777 \family sans
39778 Dokument\SpecialChar \menuseparator
39779 Einstellungen\SpecialChar \menuseparator
39780 Schriften
39781 \family default
39782 .
39783  (Die Schriften 
39784 \emph on
39785 LuxiMono, BeraMono
39786 \emph default
39787  und 
39788 \emph on
39789 Courier
39790 \emph default
39791  enthalten fett gedruckte Buchstaben.)
39792 \end_layout
39793
39794 \end_inset
39795
39796
39797 \end_layout
39798
39799 \begin_layout Standard
39800 Im Abschnitt 
39801 \family sans
39802 Zeilennummerierung
39803 \family default
39804  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39805 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39806  jede wievielte Zeile nummeriert werden soll und die 
39807 \family sans
39808 Schriftgröße
39809 \family default
39810  der Nummerierung.
39811 \end_layout
39812
39813 \begin_layout Standard
39814 Im Abschnitt 
39815 \family sans
39816 Bereich
39817 \family default
39818  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39819  Im Abschnitt 
39820 \family sans
39821 Stil
39822 \family default
39823  legen Sie fest, wie die Liste ausgedruckt werden soll.
39824  Die Option 
39825 \family sans
39826 Erweiterte
39827 \begin_inset space ~
39828 \end_inset
39829
39830 Zeichentabelle
39831 \family default
39832  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39833 \end_layout
39834
39835 \begin_layout Standard
39836 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39837 \begin_inset Quotes gld
39838 \end_inset
39839
39840 3
39841 \begin_inset Quotes grd
39842 \end_inset
39843
39844 , Sprache 
39845 \begin_inset Quotes gld
39846 \end_inset
39847
39848 Python
39849 \begin_inset Quotes grd
39850 \end_inset
39851
39852 , Optionen 
39853 \begin_inset Quotes gld
39854 \end_inset
39855
39856 Erweiterte Zeichentabelle
39857 \begin_inset Quotes grd
39858 \end_inset
39859
39860  und 
39861 \begin_inset Quotes gld
39862 \end_inset
39863
39864 Leerzeichen als Symbol
39865 \begin_inset Quotes grd
39866 \end_inset
39867
39868  und Bereich Zeilen 3
39869 \begin_inset space \thinspace{}
39870 \end_inset
39871
39872 -
39873 \begin_inset space \thinspace{}
39874 \end_inset
39875
39876 8:
39877 \end_layout
39878
39879 \begin_layout Standard
39880 \begin_inset listings
39881 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39882 inline false
39883 status open
39884
39885 \begin_layout Plain Layout
39886
39887 def func(param):
39888 \end_layout
39889
39890 \begin_layout Plain Layout
39891
39892     'Dies ist eine Python-Funktion'
39893 \end_layout
39894
39895 \begin_layout Plain Layout
39896
39897     pass
39898 \end_layout
39899
39900 \begin_layout Plain Layout
39901
39902 def func(param):
39903 \end_layout
39904
39905 \begin_layout Plain Layout
39906
39907 'Sonderzeichen: Tschüß'
39908 \end_layout
39909
39910 \begin_layout Plain Layout
39911
39912 pass
39913 \end_layout
39914
39915 \begin_layout Plain Layout
39916
39917 def func(param):
39918 \end_layout
39919
39920 \begin_layout Plain Layout
39921
39922 'Dies ist eine Python-Funktion'
39923 \end_layout
39924
39925 \begin_layout Plain Layout
39926
39927 pass
39928 \end_layout
39929
39930 \end_inset
39931
39932
39933 \end_layout
39934
39935 \begin_layout Standard
39936 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39937 \family sans
39938 Tabulatorgröße
39939 \family default
39940  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39941 \end_layout
39942
39943 \begin_layout Standard
39944 \noindent
39945 \begin_inset Note Greyedout
39946 status open
39947
39948 \begin_layout Plain Layout
39949
39950 \series bold
39951 Bemerkung:
39952 \series default
39953  Wegen eines Fehlers im 
39954 \series bold
39955 listings
39956 \series default
39957 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
39958  verschoben.
39959  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
39960  Listing nummeriert werden.
39961 \end_layout
39962
39963 \end_inset
39964
39965
39966 \end_layout
39967
39968 \begin_layout Standard
39969 \begin_inset VSpace bigskip
39970 \end_inset
39971
39972
39973 \end_layout
39974
39975 \begin_layout Standard
39976 \noindent
39977 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
39978  Das machen Sie mit
39979 \family sans
39980  Einfügen\SpecialChar \menuseparator
39981 Datei\SpecialChar \menuseparator
39982 Unterdokument
39983 \family default
39984  und der 
39985 \family sans
39986 Art
39987 \begin_inset space ~
39988 \end_inset
39989
39990 der
39991 \begin_inset space ~
39992 \end_inset
39993
39994 Einbindung
39995 \family default
39996  
39997 \family sans
39998 Listing
39999 \family default
40000 .
40001 \begin_inset Foot
40002 status collapsed
40003
40004 \begin_layout Plain Layout
40005 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40006 \begin_inset space ~
40007 \end_inset
40008
40009
40010 \begin_inset CommandInset ref
40011 LatexCommand ref
40012 reference "abs:Unterdokumente"
40013
40014 \end_inset
40015
40016  beschrieben.
40017 \end_layout
40018
40019 \end_inset
40020
40021  Im Dialogfenster
40022 \family sans
40023  Unterdokument
40024 \family default
40025  können Sie die Listing-Parameter unter 
40026 \family sans
40027 Weitere
40028 \begin_inset space ~
40029 \end_inset
40030
40031 Parameter
40032 \family default
40033  eingeben.
40034  Wenn Sie dort ein Fragezeichen 
40035 \begin_inset Quotes gld
40036 \end_inset
40037
40038 ?
40039 \begin_inset Quotes grd
40040 \end_inset
40041
40042  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40043 det.
40044 \end_layout
40045
40046 \begin_layout Standard
40047 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40048  Text ins Feld 
40049 \family sans
40050 Marke
40051 \family default
40052 , auf die dann wie üblich verwiesen werden kann.
40053 \end_layout
40054
40055 \begin_layout Standard
40056 Listing
40057 \begin_inset space ~
40058 \end_inset
40059
40060
40061 \begin_inset CommandInset ref
40062 LatexCommand ref
40063 reference "lst:Datei-Listing"
40064
40065 \end_inset
40066
40067  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40068 \begin_inset space \thinspace{}
40069 \end_inset
40070
40071 -
40072 \begin_inset space \thinspace{}
40073 \end_inset
40074
40075 15 gedruckt werden.
40076 \end_layout
40077
40078 \begin_layout Standard
40079 \begin_inset CommandInset include
40080 LatexCommand lstinputlisting
40081 filename "EmbeddedObjects.lyx"
40082 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
40083
40084 \end_inset
40085
40086
40087 \end_layout
40088
40089 \begin_layout Standard
40090 \begin_inset VSpace bigskip
40091 \end_inset
40092
40093
40094 \end_layout
40095
40096 \begin_layout Standard
40097 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40098 \end_layout
40099
40100 \begin_layout Enumerate
40101 Öffnen Sie die Listings-Einstellungen und fügen
40102 \begin_inset Newline newline
40103 \end_inset
40104
40105
40106 \family sans
40107 mathescape=true
40108 \family default
40109
40110 \begin_inset Newline newline
40111 \end_inset
40112
40113 in das Feld des Tabs 
40114 \family sans
40115 Erweitert
40116 \family default
40117  ein
40118 \end_layout
40119
40120 \begin_layout Enumerate
40121 Erstellen Sie eine Formel außerhalb des Listings
40122 \end_layout
40123
40124 \begin_layout Enumerate
40125 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40126 blage (Tastenkürzel 
40127 \family sans
40128 Ctrl+C
40129 \family default
40130 )
40131 \end_layout
40132
40133 \begin_layout Enumerate
40134 Schreiben sie 
40135 \begin_inset Quotes gld
40136 \end_inset
40137
40138
40139 \family sans
40140 $$
40141 \family default
40142
40143 \begin_inset Quotes grd
40144 \end_inset
40145
40146  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40147 hen (Tastenkürzel 
40148 \family sans
40149 Ctrl+V
40150 \family default
40151 )
40152 \end_layout
40153
40154 \begin_layout Standard
40155 \begin_inset listings
40156 lstparams "language=Python,mathescape=true"
40157 inline false
40158 status open
40159
40160 \begin_layout Plain Layout
40161
40162 \begin_inset Caption Standard
40163
40164 \begin_layout Plain Layout
40165 Programm-Listing mit einer Formel
40166 \end_layout
40167
40168 \end_inset
40169
40170 # Beispiel-Programm-Listing
40171 \end_layout
40172
40173 \begin_layout Plain Layout
40174
40175 def func(param):
40176 \end_layout
40177
40178 \begin_layout Plain Layout
40179
40180     # $
40181 \backslash
40182 prod_{n=1}^{
40183 \backslash
40184 infty}
40185 \backslash
40186 ,
40187 \backslash
40188 frac{1}{x^{2}}$
40189 \end_layout
40190
40191 \begin_layout Plain Layout
40192
40193     pass
40194 \end_layout
40195
40196 \end_inset
40197
40198
40199 \end_layout
40200
40201 \begin_layout Standard
40202 \begin_inset VSpace bigskip
40203 \end_inset
40204
40205
40206 \end_layout
40207
40208 \begin_layout Standard
40209 \noindent
40210 Dokumentweite Listing-Eigenschaften können im Dialog 
40211 \family sans
40212 Dokument\SpecialChar \menuseparator
40213 Einstellungen\SpecialChar \menuseparator
40214 Listing
40215 \family default
40216  festgelegt werden.
40217  Dort bekommt man durch Eingabe eines Fragezeichens 
40218 \begin_inset Quotes gld
40219 \end_inset
40220
40221 ?
40222 \begin_inset Quotes grd
40223 \end_inset
40224
40225  eine Liste aller möglichen Parameter.
40226 \end_layout
40227
40228 \begin_layout Standard
40229 Weitere Informationen über das 
40230 \series bold
40231 listings
40232 \series default
40233 -Paket finden Sie in 
40234 \begin_inset CommandInset citation
40235 LatexCommand cite
40236 key "listings"
40237
40238 \end_inset
40239
40240 .
40241 \end_layout
40242
40243 \begin_layout Chapter
40244 \start_of_appendix
40245 In LyX verfügbare Maßeinheiten
40246 \begin_inset CommandInset label
40247 LatexCommand label
40248 name "kap:In-LyX-verfügbare"
40249
40250 \end_inset
40251
40252
40253 \begin_inset Index idx
40254 status collapsed
40255
40256 \begin_layout Plain Layout
40257 Einheiten
40258 \end_layout
40259
40260 \end_inset
40261
40262
40263 \end_layout
40264
40265 \begin_layout Standard
40266 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40267  Tabelle
40268 \begin_inset space ~
40269 \end_inset
40270
40271
40272 \begin_inset CommandInset ref
40273 LatexCommand ref
40274 reference "tab:Maßeinheiten"
40275
40276 \end_inset
40277
40278  alle in LyX verfügbaren Maßeinheiten.
40279 \end_layout
40280
40281 \begin_layout Standard
40282 \begin_inset Float table
40283 placement h
40284 wide false
40285 sideways false
40286 status open
40287
40288 \begin_layout Plain Layout
40289 \begin_inset Caption Standard
40290
40291 \begin_layout Plain Layout
40292 \begin_inset CommandInset label
40293 LatexCommand label
40294 name "tab:Maßeinheiten"
40295
40296 \end_inset
40297
40298 Maßeinheiten
40299 \end_layout
40300
40301 \end_inset
40302
40303
40304 \end_layout
40305
40306 \begin_layout Plain Layout
40307 \begin_inset VSpace medskip
40308 \end_inset
40309
40310
40311 \end_layout
40312
40313 \begin_layout Plain Layout
40314 \align center
40315 \begin_inset Tabular
40316 <lyxtabular version="3" rows="20" columns="2">
40317 <features rotate="0" tabularvalignment="middle">
40318 <column alignment="center" valignment="top" width="0">
40319 <column alignment="center" valignment="top" width="0">
40320 <row>
40321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40322 \begin_inset Text
40323
40324 \begin_layout Plain Layout
40325
40326 \series bold
40327 Maßeinheit
40328 \end_layout
40329
40330 \end_inset
40331 </cell>
40332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40333 \begin_inset Text
40334
40335 \begin_layout Plain Layout
40336
40337 \series bold
40338 Name/Beschreibung
40339 \end_layout
40340
40341 \end_inset
40342 </cell>
40343 </row>
40344 <row>
40345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40346 \begin_inset Text
40347
40348 \begin_layout Plain Layout
40349 mm
40350 \end_layout
40351
40352 \end_inset
40353 </cell>
40354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40355 \begin_inset Text
40356
40357 \begin_layout Plain Layout
40358 Millimeter
40359 \end_layout
40360
40361 \end_inset
40362 </cell>
40363 </row>
40364 <row>
40365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40366 \begin_inset Text
40367
40368 \begin_layout Plain Layout
40369 cm
40370 \end_layout
40371
40372 \end_inset
40373 </cell>
40374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40375 \begin_inset Text
40376
40377 \begin_layout Plain Layout
40378 Zentimeter
40379 \end_layout
40380
40381 \end_inset
40382 </cell>
40383 </row>
40384 <row>
40385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40386 \begin_inset Text
40387
40388 \begin_layout Plain Layout
40389 in
40390 \end_layout
40391
40392 \end_inset
40393 </cell>
40394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40395 \begin_inset Text
40396
40397 \begin_layout Plain Layout
40398 Zoll (1
40399 \begin_inset space \thinspace{}
40400 \end_inset
40401
40402 in = 2.54
40403 \begin_inset space \thinspace{}
40404 \end_inset
40405
40406 cm
40407 \end_layout
40408
40409 \end_inset
40410 </cell>
40411 </row>
40412 <row>
40413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40414 \begin_inset Text
40415
40416 \begin_layout Plain Layout
40417 pt
40418 \end_layout
40419
40420 \end_inset
40421 </cell>
40422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40423 \begin_inset Text
40424
40425 \begin_layout Plain Layout
40426 Punkt (72.27
40427 \begin_inset space \thinspace{}
40428 \end_inset
40429
40430 pt = 1
40431 \begin_inset space \thinspace{}
40432 \end_inset
40433
40434 in)
40435 \end_layout
40436
40437 \end_inset
40438 </cell>
40439 </row>
40440 <row>
40441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40442 \begin_inset Text
40443
40444 \begin_layout Plain Layout
40445 pc
40446 \end_layout
40447
40448 \end_inset
40449 </cell>
40450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40451 \begin_inset Text
40452
40453 \begin_layout Plain Layout
40454 Pica (1
40455 \begin_inset space \thinspace{}
40456 \end_inset
40457
40458 pc = 12
40459 \begin_inset space \thinspace{}
40460 \end_inset
40461
40462 pt)
40463 \end_layout
40464
40465 \end_inset
40466 </cell>
40467 </row>
40468 <row>
40469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40470 \begin_inset Text
40471
40472 \begin_layout Plain Layout
40473 sp
40474 \end_layout
40475
40476 \end_inset
40477 </cell>
40478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40479 \begin_inset Text
40480
40481 \begin_layout Plain Layout
40482 skalierter Punkt (65536
40483 \begin_inset space \thinspace{}
40484 \end_inset
40485
40486 sp = 1
40487 \begin_inset space \thinspace{}
40488 \end_inset
40489
40490 pt)
40491 \end_layout
40492
40493 \end_inset
40494 </cell>
40495 </row>
40496 <row>
40497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40498 \begin_inset Text
40499
40500 \begin_layout Plain Layout
40501 bp
40502 \end_layout
40503
40504 \end_inset
40505 </cell>
40506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40507 \begin_inset Text
40508
40509 \begin_layout Plain Layout
40510 großer Punkt (72
40511 \begin_inset space \thinspace{}
40512 \end_inset
40513
40514 bp = 1
40515 \begin_inset space \thinspace{}
40516 \end_inset
40517
40518 in)
40519 \end_layout
40520
40521 \end_inset
40522 </cell>
40523 </row>
40524 <row>
40525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40526 \begin_inset Text
40527
40528 \begin_layout Plain Layout
40529 dd
40530 \end_layout
40531
40532 \end_inset
40533 </cell>
40534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40535 \begin_inset Text
40536
40537 \begin_layout Plain Layout
40538 Didot (1
40539 \begin_inset space \thinspace{}
40540 \end_inset
40541
40542 dd 
40543 \begin_inset Formula $\approx$
40544 \end_inset
40545
40546  0,376
40547 \begin_inset space \thinspace{}
40548 \end_inset
40549
40550 mm)
40551 \end_layout
40552
40553 \end_inset
40554 </cell>
40555 </row>
40556 <row>
40557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40558 \begin_inset Text
40559
40560 \begin_layout Plain Layout
40561 cc
40562 \end_layout
40563
40564 \end_inset
40565 </cell>
40566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40567 \begin_inset Text
40568
40569 \begin_layout Plain Layout
40570 Cicero (1
40571 \begin_inset space \thinspace{}
40572 \end_inset
40573
40574 cc = 12
40575 \begin_inset space \thinspace{}
40576 \end_inset
40577
40578 dd)
40579 \end_layout
40580
40581 \end_inset
40582 </cell>
40583 </row>
40584 <row>
40585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40586 \begin_inset Text
40587
40588 \begin_layout Plain Layout
40589 Skalierung%
40590 \end_layout
40591
40592 \end_inset
40593 </cell>
40594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40595 \begin_inset Text
40596
40597 \begin_layout Plain Layout
40598 % der originalen Bildbreite
40599 \end_layout
40600
40601 \end_inset
40602 </cell>
40603 </row>
40604 <row>
40605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40606 \begin_inset Text
40607
40608 \begin_layout Plain Layout
40609 Textbreite %
40610 \end_layout
40611
40612 \end_inset
40613 </cell>
40614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40615 \begin_inset Text
40616
40617 \begin_layout Plain Layout
40618 % der Textbreite
40619 \end_layout
40620
40621 \end_inset
40622 </cell>
40623 </row>
40624 <row>
40625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40626 \begin_inset Text
40627
40628 \begin_layout Plain Layout
40629 Spaltenbreite %
40630 \end_layout
40631
40632 \end_inset
40633 </cell>
40634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40635 \begin_inset Text
40636
40637 \begin_layout Plain Layout
40638 % der Spaltenbreite
40639 \end_layout
40640
40641 \end_inset
40642 </cell>
40643 </row>
40644 <row>
40645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40646 \begin_inset Text
40647
40648 \begin_layout Plain Layout
40649 Seitenbreite %
40650 \end_layout
40651
40652 \end_inset
40653 </cell>
40654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40655 \begin_inset Text
40656
40657 \begin_layout Plain Layout
40658 % der Seitenbreite
40659 \end_layout
40660
40661 \end_inset
40662 </cell>
40663 </row>
40664 <row>
40665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40666 \begin_inset Text
40667
40668 \begin_layout Plain Layout
40669 Zeilenbreite %
40670 \end_layout
40671
40672 \end_inset
40673 </cell>
40674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40675 \begin_inset Text
40676
40677 \begin_layout Plain Layout
40678 % der Zeilenbreite
40679 \end_layout
40680
40681 \end_inset
40682 </cell>
40683 </row>
40684 <row>
40685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40686 \begin_inset Text
40687
40688 \begin_layout Plain Layout
40689 Texthöhe %
40690 \end_layout
40691
40692 \end_inset
40693 </cell>
40694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40695 \begin_inset Text
40696
40697 \begin_layout Plain Layout
40698 % der Texthöhe
40699 \end_layout
40700
40701 \end_inset
40702 </cell>
40703 </row>
40704 <row>
40705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40706 \begin_inset Text
40707
40708 \begin_layout Plain Layout
40709 Seitenhöhe %
40710 \end_layout
40711
40712 \end_inset
40713 </cell>
40714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40715 \begin_inset Text
40716
40717 \begin_layout Plain Layout
40718 % der Seitenhöhe
40719 \end_layout
40720
40721 \end_inset
40722 </cell>
40723 </row>
40724 <row>
40725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40726 \begin_inset Text
40727
40728 \begin_layout Plain Layout
40729 ex
40730 \end_layout
40731
40732 \end_inset
40733 </cell>
40734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40735 \begin_inset Text
40736
40737 \begin_layout Plain Layout
40738 Die Höhe des Buchstabens 
40739 \emph on
40740 x
40741 \emph default
40742  im aktiven Zeichensatz
40743 \end_layout
40744
40745 \end_inset
40746 </cell>
40747 </row>
40748 <row>
40749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40750 \begin_inset Text
40751
40752 \begin_layout Plain Layout
40753 em
40754 \end_layout
40755
40756 \end_inset
40757 </cell>
40758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40759 \begin_inset Text
40760
40761 \begin_layout Plain Layout
40762 Die Breite des Buchstabens 
40763 \emph on
40764 M
40765 \emph default
40766  im aktiven Zeichensatz
40767 \end_layout
40768
40769 \end_inset
40770 </cell>
40771 </row>
40772 <row>
40773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40774 \begin_inset Text
40775
40776 \begin_layout Plain Layout
40777 mu
40778 \end_layout
40779
40780 \end_inset
40781 </cell>
40782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40783 \begin_inset Text
40784
40785 \begin_layout Plain Layout
40786 mathematische  Maßeinheit
40787 \series bold
40788  
40789 \series default
40790 (1
40791 \begin_inset space \thinspace{}
40792 \end_inset
40793
40794 mu = 1/18
40795 \begin_inset space \thinspace{}
40796 \end_inset
40797
40798 em)
40799 \end_layout
40800
40801 \end_inset
40802 </cell>
40803 </row>
40804 </lyxtabular>
40805
40806 \end_inset
40807
40808
40809 \end_layout
40810
40811 \end_inset
40812
40813
40814 \end_layout
40815
40816 \begin_layout Chapter
40817 Ausgabedatei-Formate mit Grafiken
40818 \begin_inset CommandInset label
40819 LatexCommand label
40820 name "kap:Ausgabedatei-Formate"
40821
40822 \end_inset
40823
40824
40825 \end_layout
40826
40827 \begin_layout Section
40828 DVI
40829 \begin_inset Index idx
40830 status collapsed
40831
40832 \begin_layout Plain Layout
40833 Dateiformat! DVI
40834 \end_layout
40835
40836 \end_inset
40837
40838
40839 \begin_inset Index idx
40840 status collapsed
40841
40842 \begin_layout Plain Layout
40843 DVI
40844 \end_layout
40845
40846 \end_inset
40847
40848
40849 \end_layout
40850
40851 \begin_layout Standard
40852 Dieser Dateityp hat die Erweiterung 
40853 \begin_inset Quotes gld
40854 \end_inset
40855
40856
40857 \family typewriter
40858 .dvi
40859 \family default
40860
40861 \begin_inset Quotes grd
40862 \end_inset
40863
40864  und wird 
40865 \begin_inset Quotes gld
40866 \end_inset
40867
40868 device independent
40869 \begin_inset Quotes grd
40870 \end_inset
40871
40872  genannt, weil er vollkommen portierbar ist.
40873  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
40874  dvi-Betrachter installiert hat.
40875  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
40876 ate wie PostScript benutzt.
40877 \end_layout
40878
40879 \begin_layout Standard
40880 \begin_inset Note Greyedout
40881 status open
40882
40883 \begin_layout Plain Layout
40884
40885 \series bold
40886 Bemerkung:
40887 \series default
40888  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
40889 \end_layout
40890
40891 \end_inset
40892
40893
40894 \end_layout
40895
40896 \begin_layout Standard
40897 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
40898  auf einen anderen Computer kopieren.
40899  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
40900  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
40901  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
40902 \family typewriter
40903  
40904 \family default
40905 blättern.
40906
40907 \family typewriter
40908  
40909 \family default
40910 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
40911  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
40912  
40913 \end_layout
40914
40915 \begin_layout Standard
40916 Sie können Ihr Dokument als DVI über das Menü 
40917 \family sans
40918 Datei\SpecialChar \menuseparator
40919 Exportieren\SpecialChar \menuseparator
40920 DVI
40921 \family default
40922  exportieren.
40923  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
40924 \family sans
40925 Ansicht
40926 \family default
40927  anschauen.
40928 \end_layout
40929
40930 \begin_layout Section
40931 PostScript
40932 \begin_inset CommandInset label
40933 LatexCommand label
40934 name "abs:PostScript"
40935
40936 \end_inset
40937
40938
40939 \begin_inset Index idx
40940 status collapsed
40941
40942 \begin_layout Plain Layout
40943 Dateiformat  ! PostScript
40944 \end_layout
40945
40946 \end_inset
40947
40948
40949 \begin_inset Index idx
40950 status collapsed
40951
40952 \begin_layout Plain Layout
40953 PostScript
40954 \end_layout
40955
40956 \end_inset
40957
40958
40959 \end_layout
40960
40961 \begin_layout Standard
40962 Dieser Dateityp hat die Erweiterung 
40963 \begin_inset Quotes gld
40964 \end_inset
40965
40966
40967 \family typewriter
40968 .ps
40969 \family default
40970
40971 \begin_inset Quotes grd
40972 \end_inset
40973
40974 .
40975  PostScript wurde von der Firma
40976 \family typewriter
40977  Adobe
40978 \family default
40979  als Druckersprache entwickelt.
40980  Die Datei enthält deshalb Druckbefehle.
40981  PostScript kann als 
40982 \begin_inset Quotes gld
40983 \end_inset
40984
40985 Programmiersprache
40986 \begin_inset Quotes grd
40987 \end_inset
40988
40989  angesehen werden.
40990  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
40991 \begin_inset Foot
40992 status collapsed
40993
40994 \begin_layout Plain Layout
40995 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
40996  von
40997 \series bold
40998  PSTricks
40999 \series default
41000  
41001 \begin_inset CommandInset citation
41002 LatexCommand cite
41003 key "pstricks"
41004
41005 \end_inset
41006
41007  oder 
41008 \begin_inset CommandInset citation
41009 LatexCommand cite
41010 key "latex-praxisbuch"
41011
41012 \end_inset
41013
41014  ansehen.
41015 \end_layout
41016
41017 \end_inset
41018
41019 .
41020  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41021 \end_layout
41022
41023 \begin_layout Standard
41024 PostScript kann nur Bilder im Format EPS
41025 \begin_inset Index idx
41026 status collapsed
41027
41028 \begin_layout Plain Layout
41029 EPS
41030 \end_layout
41031
41032 \end_inset
41033
41034  (Encapsulated PostScript, Datei-Er\SpecialChar \-
41035 wei\SpecialChar \-
41036 ter\SpecialChar \-
41037 ung 
41038 \begin_inset Quotes gld
41039 \end_inset
41040
41041
41042 \family typewriter
41043 .eps
41044 \family default
41045
41046 \begin_inset Quotes grd
41047 \end_inset
41048
41049 ) enthalten.
41050  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41051  intern nach EPS konvertieren.
41052  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41053  verlangsamen.
41054  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41055  konvertieren und direkt als EPS einfügen.
41056 \end_layout
41057
41058 \begin_layout Standard
41059 Sie können Ihr Dokument als PostScript über das Menü 
41060 \family sans
41061 Datei\SpecialChar \menuseparator
41062 Exportieren\SpecialChar \menuseparator
41063 Post\SpecialChar \-
41064 Script
41065 \family default
41066  exportieren.
41067  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41068 \family sans
41069 Ansicht
41070 \family default
41071  anschauen.
41072 \end_layout
41073
41074 \begin_layout Section
41075 PDF
41076 \begin_inset Index idx
41077 status collapsed
41078
41079 \begin_layout Plain Layout
41080 Dateiformat! PDF
41081 \end_layout
41082
41083 \end_inset
41084
41085
41086 \begin_inset Index idx
41087 status collapsed
41088
41089 \begin_layout Plain Layout
41090 PDF
41091 \end_layout
41092
41093 \end_inset
41094
41095
41096 \end_layout
41097
41098 \begin_layout Standard
41099 Dieser Dateityp hat die Erweiterung 
41100 \begin_inset Quotes gld
41101 \end_inset
41102
41103
41104 \family typewriter
41105 .pdf
41106 \family default
41107
41108 \begin_inset Quotes grd
41109 \end_inset
41110
41111 .
41112  Das
41113 \emph on
41114  
41115 \emph default
41116
41117 \begin_inset Quotes gld
41118 \end_inset
41119
41120 Portable Document Format
41121 \begin_inset Quotes grd
41122 \end_inset
41123
41124  (PDF) wurde auch von der Firma 
41125 \family typewriter
41126 Adobe
41127 \family default
41128  als Derivat von PostScript entwickelt.
41129  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41130  Wie der Begriff 
41131 \begin_inset Quotes gld
41132 \end_inset
41133
41134 portable
41135 \begin_inset Quotes grd
41136 \end_inset
41137
41138  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41139  werden, und der Ausdruck sieht immer gleich aus.
41140 \end_layout
41141
41142 \begin_layout Standard
41143 PDF kann Bilder im eigenen PDF-Format, im Format 
41144 \begin_inset Quotes gld
41145 \end_inset
41146
41147 Joint Photographic Experts Group
41148 \begin_inset Quotes grd
41149 \end_inset
41150
41151  (JPEG
41152 \begin_inset Index idx
41153 status collapsed
41154
41155 \begin_layout Plain Layout
41156 JPG, JPEG
41157 \end_layout
41158
41159 \end_inset
41160
41161 , Datei-Erweiterung 
41162 \begin_inset Quotes gld
41163 \end_inset
41164
41165
41166 \family typewriter
41167 .jpg
41168 \family default
41169
41170 \begin_inset Quotes grd
41171 \end_inset
41172
41173  oder 
41174 \begin_inset Quotes gld
41175 \end_inset
41176
41177
41178 \family typewriter
41179 .jpeg
41180 \family default
41181
41182 \begin_inset Quotes grd
41183 \end_inset
41184
41185 ) und im Format 
41186 \begin_inset Quotes gld
41187 \end_inset
41188
41189 Portable Network Graphics
41190 \begin_inset Quotes grd
41191 \end_inset
41192
41193  (PNG
41194 \begin_inset Index idx
41195 status collapsed
41196
41197 \begin_layout Plain Layout
41198 PNG
41199 \end_layout
41200
41201 \end_inset
41202
41203 , Datei-Erweiterung 
41204 \begin_inset Quotes gld
41205 \end_inset
41206
41207
41208 \family typewriter
41209 .png
41210 \family default
41211
41212 \begin_inset Quotes grd
41213 \end_inset
41214
41215 ) enthalten.
41216  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
41217  Sie konvertieren wird.
41218  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41219  wird, eines der drei erwähnten Bildformate zu benutzen.
41220 \end_layout
41221
41222 \begin_layout Standard
41223 PDF-Dateien können Sie über 
41224 \family sans
41225 Datei\SpecialChar \menuseparator
41226 Exportieren
41227 \family default
41228  auf drei Arten erzeugen:
41229 \end_layout
41230
41231 \begin_layout Description
41232 PDF
41233 \begin_inset space ~
41234 \end_inset
41235
41236 (ps2pdf) benutzt das Programm
41237 \family typewriter
41238  ps2pdf
41239 \family default
41240 , das eine PDF-Datei aus einer Post\SpecialChar \-
41241 Script®-Version Ihres Dokument erstellt.
41242  Die PostScript-Version wird mit dem Programm 
41243 \family typewriter
41244 dvips
41245 \family default
41246  aus einer DVI-Version erstellt.
41247  Es werden also drei Konvertierungen verwendet.
41248 \end_layout
41249
41250 \begin_layout Description
41251 PDF
41252 \begin_inset space ~
41253 \end_inset
41254
41255 (dvipdfm) benutzt das Programm 
41256 \family typewriter
41257 dvipdfm
41258 \family default
41259 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41260  PDF konvertiert.
41261 \end_layout
41262
41263 \begin_layout Description
41264 PDF
41265 \begin_inset space ~
41266 \end_inset
41267
41268 (pdflatex) benutzt das Programm
41269 \family typewriter
41270  pdftex
41271 \family default
41272 , das Ihr Dokument direkt nach PDF konvertiert.
41273 \end_layout
41274
41275 \begin_layout Standard
41276
41277 \family sans
41278 PDF
41279 \begin_inset space ~
41280 \end_inset
41281
41282 (pdflatex)
41283 \family default
41284  wird empfohlen, weil
41285 \family typewriter
41286  pdftex
41287 \family default
41288  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41289  ohne Probleme arbeitet.
41290  Das Programm 
41291 \family typewriter
41292 dvi\SpecialChar \-
41293 pdfm
41294 \family default
41295  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41296 \end_layout
41297
41298 \begin_layout Standard
41299 Sie können Ihr Dokument als PDF über das Menü 
41300 \family sans
41301 Datei\SpecialChar \menuseparator
41302 Exportieren\SpecialChar \menuseparator
41303 PDF
41304 \family default
41305  exportieren.
41306  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41307 \family sans
41308 Ansicht
41309 \family default
41310  oder einen Werkzeugleistenknopf anschauen.
41311 \end_layout
41312
41313 \begin_layout Chapter
41314 Liste der dvips-Farbnamen
41315 \begin_inset CommandInset label
41316 LatexCommand label
41317 name "kap:Liste-der-dvips-Farbnamen"
41318
41319 \end_inset
41320
41321
41322 \end_layout
41323
41324 \begin_layout Standard
41325 \begin_inset Tabular
41326 <lyxtabular version="3" rows="17" columns="4">
41327 <features rotate="0" tabularvalignment="middle">
41328 <column alignment="left" valignment="top" width="0pt">
41329 <column alignment="left" valignment="top" width="0pt">
41330 <column alignment="left" valignment="top" width="0pt">
41331 <column alignment="left" valignment="top" width="0pt">
41332 <row>
41333 <cell alignment="left" valignment="top" usebox="none">
41334 \begin_inset Text
41335
41336 \begin_layout Plain Layout
41337 \begin_inset ERT
41338 status collapsed
41339
41340 \begin_layout Plain Layout
41341
41342
41343 \backslash
41344 fcolorbox{black}{
41345 \end_layout
41346
41347 \end_inset
41348
41349 white
41350 \begin_inset ERT
41351 status collapsed
41352
41353 \begin_layout Plain Layout
41354
41355 }{
41356 \end_layout
41357
41358 \end_inset
41359
41360 Farbe
41361 \begin_inset ERT
41362 status collapsed
41363
41364 \begin_layout Plain Layout
41365
41366 }
41367 \end_layout
41368
41369 \end_inset
41370
41371  Farbname
41372 \end_layout
41373
41374 \end_inset
41375 </cell>
41376 <cell alignment="left" valignment="top" usebox="none">
41377 \begin_inset Text
41378
41379 \begin_layout Plain Layout
41380 \begin_inset ERT
41381 status collapsed
41382
41383 \begin_layout Plain Layout
41384
41385
41386 \backslash
41387 fcolorbox{black}{
41388 \end_layout
41389
41390 \end_inset
41391
41392 white
41393 \begin_inset ERT
41394 status collapsed
41395
41396 \begin_layout Plain Layout
41397
41398 }{
41399 \end_layout
41400
41401 \end_inset
41402
41403 Farbe
41404 \begin_inset ERT
41405 status collapsed
41406
41407 \begin_layout Plain Layout
41408
41409 }
41410 \end_layout
41411
41412 \end_inset
41413
41414  Farbname
41415 \end_layout
41416
41417 \end_inset
41418 </cell>
41419 <cell alignment="left" valignment="top" usebox="none">
41420 \begin_inset Text
41421
41422 \begin_layout Plain Layout
41423 \begin_inset ERT
41424 status collapsed
41425
41426 \begin_layout Plain Layout
41427
41428
41429 \backslash
41430 fcolorbox{black}{
41431 \end_layout
41432
41433 \end_inset
41434
41435 white
41436 \begin_inset ERT
41437 status collapsed
41438
41439 \begin_layout Plain Layout
41440
41441 }{
41442 \end_layout
41443
41444 \end_inset
41445
41446 Farbe
41447 \begin_inset ERT
41448 status collapsed
41449
41450 \begin_layout Plain Layout
41451
41452 }
41453 \end_layout
41454
41455 \end_inset
41456
41457  Farbname
41458 \end_layout
41459
41460 \end_inset
41461 </cell>
41462 <cell alignment="left" valignment="top" usebox="none">
41463 \begin_inset Text
41464
41465 \begin_layout Plain Layout
41466 \begin_inset ERT
41467 status collapsed
41468
41469 \begin_layout Plain Layout
41470
41471
41472 \backslash
41473 fcolorbox{black}{
41474 \end_layout
41475
41476 \end_inset
41477
41478 white
41479 \begin_inset ERT
41480 status collapsed
41481
41482 \begin_layout Plain Layout
41483
41484 }{
41485 \end_layout
41486
41487 \end_inset
41488
41489 Farbe
41490 \begin_inset ERT
41491 status collapsed
41492
41493 \begin_layout Plain Layout
41494
41495 }
41496 \end_layout
41497
41498 \end_inset
41499
41500  Farbname
41501 \end_layout
41502
41503 \end_inset
41504 </cell>
41505 </row>
41506 <row>
41507 <cell alignment="center" valignment="top" usebox="none">
41508 \begin_inset Text
41509
41510 \begin_layout Plain Layout
41511 \begin_inset ERT
41512 status collapsed
41513
41514 \begin_layout Plain Layout
41515
41516
41517 \backslash
41518 fcolorbox{black}{
41519 \end_layout
41520
41521 \end_inset
41522
41523 Apricot
41524 \begin_inset ERT
41525 status collapsed
41526
41527 \begin_layout Plain Layout
41528
41529 }{
41530 \end_layout
41531
41532 \end_inset
41533
41534
41535 \begin_inset Phantom Phantom
41536 status open
41537
41538 \begin_layout Plain Layout
41539 W
41540 \end_layout
41541
41542 \end_inset
41543
41544
41545 \begin_inset ERT
41546 status collapsed
41547
41548 \begin_layout Plain Layout
41549
41550 }
41551 \end_layout
41552
41553 \end_inset
41554
41555  Apricot
41556 \end_layout
41557
41558 \end_inset
41559 </cell>
41560 <cell alignment="center" valignment="top" usebox="none">
41561 \begin_inset Text
41562
41563 \begin_layout Plain Layout
41564 \begin_inset ERT
41565 status collapsed
41566
41567 \begin_layout Plain Layout
41568
41569
41570 \backslash
41571 fcolorbox{black}{
41572 \end_layout
41573
41574 \end_inset
41575
41576 Aquamarine
41577 \begin_inset ERT
41578 status collapsed
41579
41580 \begin_layout Plain Layout
41581
41582 }{
41583 \end_layout
41584
41585 \end_inset
41586
41587
41588 \begin_inset Phantom Phantom
41589 status open
41590
41591 \begin_layout Plain Layout
41592 W
41593 \end_layout
41594
41595 \end_inset
41596
41597
41598 \begin_inset ERT
41599 status collapsed
41600
41601 \begin_layout Plain Layout
41602
41603 }
41604 \end_layout
41605
41606 \end_inset
41607
41608  Aquamarine
41609 \end_layout
41610
41611 \end_inset
41612 </cell>
41613 <cell alignment="center" valignment="top" usebox="none">
41614 \begin_inset Text
41615
41616 \begin_layout Plain Layout
41617 \begin_inset ERT
41618 status collapsed
41619
41620 \begin_layout Plain Layout
41621
41622
41623 \backslash
41624 fcolorbox{black}{
41625 \end_layout
41626
41627 \end_inset
41628
41629 Bittersweet
41630 \begin_inset ERT
41631 status collapsed
41632
41633 \begin_layout Plain Layout
41634
41635 }{
41636 \end_layout
41637
41638 \end_inset
41639
41640
41641 \begin_inset Phantom Phantom
41642 status open
41643
41644 \begin_layout Plain Layout
41645 W
41646 \end_layout
41647
41648 \end_inset
41649
41650
41651 \begin_inset ERT
41652 status collapsed
41653
41654 \begin_layout Plain Layout
41655
41656 }
41657 \end_layout
41658
41659 \end_inset
41660
41661  Bittersweet
41662 \end_layout
41663
41664 \end_inset
41665 </cell>
41666 <cell alignment="center" valignment="top" usebox="none">
41667 \begin_inset Text
41668
41669 \begin_layout Plain Layout
41670 \begin_inset ERT
41671 status collapsed
41672
41673 \begin_layout Plain Layout
41674
41675
41676 \backslash
41677 fcolorbox{black}{
41678 \end_layout
41679
41680 \end_inset
41681
41682 BlueGreen
41683 \begin_inset ERT
41684 status collapsed
41685
41686 \begin_layout Plain Layout
41687
41688 }{
41689 \end_layout
41690
41691 \end_inset
41692
41693
41694 \begin_inset Phantom Phantom
41695 status open
41696
41697 \begin_layout Plain Layout
41698 W
41699 \end_layout
41700
41701 \end_inset
41702
41703
41704 \begin_inset ERT
41705 status collapsed
41706
41707 \begin_layout Plain Layout
41708
41709 }
41710 \end_layout
41711
41712 \end_inset
41713
41714  BlueGreen
41715 \end_layout
41716
41717 \end_inset
41718 </cell>
41719 </row>
41720 <row>
41721 <cell alignment="left" valignment="top" usebox="none">
41722 \begin_inset Text
41723
41724 \begin_layout Plain Layout
41725 \begin_inset ERT
41726 status collapsed
41727
41728 \begin_layout Plain Layout
41729
41730
41731 \backslash
41732 fcolorbox{black}{
41733 \end_layout
41734
41735 \end_inset
41736
41737 BlueViolet
41738 \begin_inset ERT
41739 status collapsed
41740
41741 \begin_layout Plain Layout
41742
41743 }{
41744 \end_layout
41745
41746 \end_inset
41747
41748
41749 \begin_inset Phantom Phantom
41750 status open
41751
41752 \begin_layout Plain Layout
41753 W
41754 \end_layout
41755
41756 \end_inset
41757
41758
41759 \begin_inset ERT
41760 status collapsed
41761
41762 \begin_layout Plain Layout
41763
41764 }
41765 \end_layout
41766
41767 \end_inset
41768
41769  BlueViolet
41770 \end_layout
41771
41772 \end_inset
41773 </cell>
41774 <cell alignment="left" valignment="top" usebox="none">
41775 \begin_inset Text
41776
41777 \begin_layout Plain Layout
41778 \begin_inset ERT
41779 status collapsed
41780
41781 \begin_layout Plain Layout
41782
41783
41784 \backslash
41785 fcolorbox{black}{
41786 \end_layout
41787
41788 \end_inset
41789
41790 BrickRed
41791 \begin_inset ERT
41792 status collapsed
41793
41794 \begin_layout Plain Layout
41795
41796 }{
41797 \end_layout
41798
41799 \end_inset
41800
41801
41802 \begin_inset Phantom Phantom
41803 status open
41804
41805 \begin_layout Plain Layout
41806 W
41807 \end_layout
41808
41809 \end_inset
41810
41811
41812 \begin_inset ERT
41813 status collapsed
41814
41815 \begin_layout Plain Layout
41816
41817 }
41818 \end_layout
41819
41820 \end_inset
41821
41822  BrickRed
41823 \end_layout
41824
41825 \end_inset
41826 </cell>
41827 <cell alignment="left" valignment="top" usebox="none">
41828 \begin_inset Text
41829
41830 \begin_layout Plain Layout
41831 \begin_inset ERT
41832 status collapsed
41833
41834 \begin_layout Plain Layout
41835
41836
41837 \backslash
41838 fcolorbox{black}{
41839 \end_layout
41840
41841 \end_inset
41842
41843 Brown
41844 \begin_inset ERT
41845 status collapsed
41846
41847 \begin_layout Plain Layout
41848
41849 }{
41850 \end_layout
41851
41852 \end_inset
41853
41854
41855 \begin_inset Phantom Phantom
41856 status open
41857
41858 \begin_layout Plain Layout
41859 W
41860 \end_layout
41861
41862 \end_inset
41863
41864
41865 \begin_inset ERT
41866 status collapsed
41867
41868 \begin_layout Plain Layout
41869
41870 }
41871 \end_layout
41872
41873 \end_inset
41874
41875  Brown
41876 \end_layout
41877
41878 \end_inset
41879 </cell>
41880 <cell alignment="left" valignment="top" usebox="none">
41881 \begin_inset Text
41882
41883 \begin_layout Plain Layout
41884 \begin_inset ERT
41885 status collapsed
41886
41887 \begin_layout Plain Layout
41888
41889
41890 \backslash
41891 fcolorbox{black}{
41892 \end_layout
41893
41894 \end_inset
41895
41896 BurntOrange
41897 \begin_inset ERT
41898 status collapsed
41899
41900 \begin_layout Plain Layout
41901
41902 }{
41903 \end_layout
41904
41905 \end_inset
41906
41907
41908 \begin_inset Phantom Phantom
41909 status open
41910
41911 \begin_layout Plain Layout
41912 W
41913 \end_layout
41914
41915 \end_inset
41916
41917
41918 \begin_inset ERT
41919 status collapsed
41920
41921 \begin_layout Plain Layout
41922
41923 }
41924 \end_layout
41925
41926 \end_inset
41927
41928  BurntOrange
41929 \end_layout
41930
41931 \end_inset
41932 </cell>
41933 </row>
41934 <row>
41935 <cell alignment="left" valignment="top" usebox="none">
41936 \begin_inset Text
41937
41938 \begin_layout Plain Layout
41939 \begin_inset ERT
41940 status collapsed
41941
41942 \begin_layout Plain Layout
41943
41944
41945 \backslash
41946 fcolorbox{black}{
41947 \end_layout
41948
41949 \end_inset
41950
41951 CadetBlue
41952 \begin_inset ERT
41953 status collapsed
41954
41955 \begin_layout Plain Layout
41956
41957 }{
41958 \end_layout
41959
41960 \end_inset
41961
41962
41963 \begin_inset Phantom Phantom
41964 status open
41965
41966 \begin_layout Plain Layout
41967 W
41968 \end_layout
41969
41970 \end_inset
41971
41972
41973 \begin_inset ERT
41974 status collapsed
41975
41976 \begin_layout Plain Layout
41977
41978 }
41979 \end_layout
41980
41981 \end_inset
41982
41983  CadetBlue
41984 \end_layout
41985
41986 \end_inset
41987 </cell>
41988 <cell alignment="left" valignment="top" usebox="none">
41989 \begin_inset Text
41990
41991 \begin_layout Plain Layout
41992 \begin_inset ERT
41993 status collapsed
41994
41995 \begin_layout Plain Layout
41996
41997
41998 \backslash
41999 fcolorbox{black}{
42000 \end_layout
42001
42002 \end_inset
42003
42004 CarnationPink
42005 \begin_inset ERT
42006 status collapsed
42007
42008 \begin_layout Plain Layout
42009
42010 }{
42011 \end_layout
42012
42013 \end_inset
42014
42015
42016 \begin_inset Phantom Phantom
42017 status open
42018
42019 \begin_layout Plain Layout
42020 W
42021 \end_layout
42022
42023 \end_inset
42024
42025
42026 \begin_inset ERT
42027 status collapsed
42028
42029 \begin_layout Plain Layout
42030
42031 }
42032 \end_layout
42033
42034 \end_inset
42035
42036  CarnationPink
42037 \end_layout
42038
42039 \end_inset
42040 </cell>
42041 <cell alignment="left" valignment="top" usebox="none">
42042 \begin_inset Text
42043
42044 \begin_layout Plain Layout
42045 \begin_inset ERT
42046 status collapsed
42047
42048 \begin_layout Plain Layout
42049
42050
42051 \backslash
42052 fcolorbox{black}{
42053 \end_layout
42054
42055 \end_inset
42056
42057 Cerulean
42058 \begin_inset ERT
42059 status collapsed
42060
42061 \begin_layout Plain Layout
42062
42063 }{
42064 \end_layout
42065
42066 \end_inset
42067
42068
42069 \begin_inset Phantom Phantom
42070 status open
42071
42072 \begin_layout Plain Layout
42073 W
42074 \end_layout
42075
42076 \end_inset
42077
42078
42079 \begin_inset ERT
42080 status collapsed
42081
42082 \begin_layout Plain Layout
42083
42084 }
42085 \end_layout
42086
42087 \end_inset
42088
42089  Cerulean
42090 \end_layout
42091
42092 \end_inset
42093 </cell>
42094 <cell alignment="left" valignment="top" usebox="none">
42095 \begin_inset Text
42096
42097 \begin_layout Plain Layout
42098 \begin_inset ERT
42099 status collapsed
42100
42101 \begin_layout Plain Layout
42102
42103
42104 \backslash
42105 fcolorbox{black}{
42106 \end_layout
42107
42108 \end_inset
42109
42110 CornflowerBlue
42111 \begin_inset ERT
42112 status collapsed
42113
42114 \begin_layout Plain Layout
42115
42116 }{
42117 \end_layout
42118
42119 \end_inset
42120
42121
42122 \begin_inset Phantom Phantom
42123 status open
42124
42125 \begin_layout Plain Layout
42126 W
42127 \end_layout
42128
42129 \end_inset
42130
42131
42132 \begin_inset ERT
42133 status collapsed
42134
42135 \begin_layout Plain Layout
42136
42137 }
42138 \end_layout
42139
42140 \end_inset
42141
42142  CornflowerBlue
42143 \end_layout
42144
42145 \end_inset
42146 </cell>
42147 </row>
42148 <row>
42149 <cell alignment="left" valignment="top" usebox="none">
42150 \begin_inset Text
42151
42152 \begin_layout Plain Layout
42153 \begin_inset ERT
42154 status collapsed
42155
42156 \begin_layout Plain Layout
42157
42158
42159 \backslash
42160 fcolorbox{black}{
42161 \end_layout
42162
42163 \end_inset
42164
42165 Dandelion
42166 \begin_inset ERT
42167 status collapsed
42168
42169 \begin_layout Plain Layout
42170
42171 }{
42172 \end_layout
42173
42174 \end_inset
42175
42176
42177 \begin_inset Phantom Phantom
42178 status open
42179
42180 \begin_layout Plain Layout
42181 W
42182 \end_layout
42183
42184 \end_inset
42185
42186
42187 \begin_inset ERT
42188 status collapsed
42189
42190 \begin_layout Plain Layout
42191
42192 }
42193 \end_layout
42194
42195 \end_inset
42196
42197  Dandelion
42198 \end_layout
42199
42200 \end_inset
42201 </cell>
42202 <cell alignment="left" valignment="top" usebox="none">
42203 \begin_inset Text
42204
42205 \begin_layout Plain Layout
42206 \begin_inset ERT
42207 status collapsed
42208
42209 \begin_layout Plain Layout
42210
42211
42212 \backslash
42213 fcolorbox{black}{
42214 \end_layout
42215
42216 \end_inset
42217
42218 DarkOrchid
42219 \begin_inset ERT
42220 status collapsed
42221
42222 \begin_layout Plain Layout
42223
42224 }{
42225 \end_layout
42226
42227 \end_inset
42228
42229
42230 \begin_inset Phantom Phantom
42231 status open
42232
42233 \begin_layout Plain Layout
42234 W
42235 \end_layout
42236
42237 \end_inset
42238
42239
42240 \begin_inset ERT
42241 status collapsed
42242
42243 \begin_layout Plain Layout
42244
42245 }
42246 \end_layout
42247
42248 \end_inset
42249
42250  DarkOrchid
42251 \end_layout
42252
42253 \end_inset
42254 </cell>
42255 <cell alignment="left" valignment="top" usebox="none">
42256 \begin_inset Text
42257
42258 \begin_layout Plain Layout
42259 \begin_inset ERT
42260 status collapsed
42261
42262 \begin_layout Plain Layout
42263
42264
42265 \backslash
42266 fcolorbox{black}{
42267 \end_layout
42268
42269 \end_inset
42270
42271 Emerald
42272 \begin_inset ERT
42273 status collapsed
42274
42275 \begin_layout Plain Layout
42276
42277 }{
42278 \end_layout
42279
42280 \end_inset
42281
42282
42283 \begin_inset Phantom Phantom
42284 status open
42285
42286 \begin_layout Plain Layout
42287 W
42288 \end_layout
42289
42290 \end_inset
42291
42292
42293 \begin_inset ERT
42294 status collapsed
42295
42296 \begin_layout Plain Layout
42297
42298 }
42299 \end_layout
42300
42301 \end_inset
42302
42303  Emerald
42304 \end_layout
42305
42306 \end_inset
42307 </cell>
42308 <cell alignment="left" valignment="top" usebox="none">
42309 \begin_inset Text
42310
42311 \begin_layout Plain Layout
42312 \begin_inset ERT
42313 status collapsed
42314
42315 \begin_layout Plain Layout
42316
42317
42318 \backslash
42319 fcolorbox{black}{
42320 \end_layout
42321
42322 \end_inset
42323
42324 ForestGreen
42325 \begin_inset ERT
42326 status collapsed
42327
42328 \begin_layout Plain Layout
42329
42330 }{
42331 \end_layout
42332
42333 \end_inset
42334
42335
42336 \begin_inset Phantom Phantom
42337 status open
42338
42339 \begin_layout Plain Layout
42340 W
42341 \end_layout
42342
42343 \end_inset
42344
42345
42346 \begin_inset ERT
42347 status collapsed
42348
42349 \begin_layout Plain Layout
42350
42351 }
42352 \end_layout
42353
42354 \end_inset
42355
42356  ForestGreen
42357 \end_layout
42358
42359 \end_inset
42360 </cell>
42361 </row>
42362 <row>
42363 <cell alignment="left" valignment="top" usebox="none">
42364 \begin_inset Text
42365
42366 \begin_layout Plain Layout
42367 \begin_inset ERT
42368 status collapsed
42369
42370 \begin_layout Plain Layout
42371
42372
42373 \backslash
42374 fcolorbox{black}{
42375 \end_layout
42376
42377 \end_inset
42378
42379 Fuchsia
42380 \begin_inset ERT
42381 status collapsed
42382
42383 \begin_layout Plain Layout
42384
42385 }{
42386 \end_layout
42387
42388 \end_inset
42389
42390
42391 \begin_inset Phantom Phantom
42392 status open
42393
42394 \begin_layout Plain Layout
42395 W
42396 \end_layout
42397
42398 \end_inset
42399
42400
42401 \begin_inset ERT
42402 status collapsed
42403
42404 \begin_layout Plain Layout
42405
42406 }
42407 \end_layout
42408
42409 \end_inset
42410
42411  Fuchsia
42412 \end_layout
42413
42414 \end_inset
42415 </cell>
42416 <cell alignment="left" valignment="top" usebox="none">
42417 \begin_inset Text
42418
42419 \begin_layout Plain Layout
42420 \begin_inset ERT
42421 status collapsed
42422
42423 \begin_layout Plain Layout
42424
42425
42426 \backslash
42427 fcolorbox{black}{
42428 \end_layout
42429
42430 \end_inset
42431
42432 Goldenrod
42433 \begin_inset ERT
42434 status collapsed
42435
42436 \begin_layout Plain Layout
42437
42438 }{
42439 \end_layout
42440
42441 \end_inset
42442
42443
42444 \begin_inset Phantom Phantom
42445 status open
42446
42447 \begin_layout Plain Layout
42448 W
42449 \end_layout
42450
42451 \end_inset
42452
42453
42454 \begin_inset ERT
42455 status collapsed
42456
42457 \begin_layout Plain Layout
42458
42459 }
42460 \end_layout
42461
42462 \end_inset
42463
42464  Goldenrod
42465 \end_layout
42466
42467 \end_inset
42468 </cell>
42469 <cell alignment="left" valignment="top" usebox="none">
42470 \begin_inset Text
42471
42472 \begin_layout Plain Layout
42473 \begin_inset ERT
42474 status collapsed
42475
42476 \begin_layout Plain Layout
42477
42478
42479 \backslash
42480 fcolorbox{black}{
42481 \end_layout
42482
42483 \end_inset
42484
42485 Gray
42486 \begin_inset ERT
42487 status collapsed
42488
42489 \begin_layout Plain Layout
42490
42491 }{
42492 \end_layout
42493
42494 \end_inset
42495
42496
42497 \begin_inset Phantom Phantom
42498 status open
42499
42500 \begin_layout Plain Layout
42501 W
42502 \end_layout
42503
42504 \end_inset
42505
42506
42507 \begin_inset ERT
42508 status collapsed
42509
42510 \begin_layout Plain Layout
42511
42512 }
42513 \end_layout
42514
42515 \end_inset
42516
42517  Gray
42518 \end_layout
42519
42520 \end_inset
42521 </cell>
42522 <cell alignment="left" valignment="top" usebox="none">
42523 \begin_inset Text
42524
42525 \begin_layout Plain Layout
42526 \begin_inset ERT
42527 status collapsed
42528
42529 \begin_layout Plain Layout
42530
42531
42532 \backslash
42533 fcolorbox{black}{
42534 \end_layout
42535
42536 \end_inset
42537
42538 GreenYellow
42539 \begin_inset ERT
42540 status collapsed
42541
42542 \begin_layout Plain Layout
42543
42544 }{
42545 \end_layout
42546
42547 \end_inset
42548
42549
42550 \begin_inset Phantom Phantom
42551 status open
42552
42553 \begin_layout Plain Layout
42554 W
42555 \end_layout
42556
42557 \end_inset
42558
42559
42560 \begin_inset ERT
42561 status collapsed
42562
42563 \begin_layout Plain Layout
42564
42565 }
42566 \end_layout
42567
42568 \end_inset
42569
42570  GreenYellow
42571 \end_layout
42572
42573 \end_inset
42574 </cell>
42575 </row>
42576 <row>
42577 <cell alignment="center" valignment="top" usebox="none">
42578 \begin_inset Text
42579
42580 \begin_layout Plain Layout
42581 \begin_inset ERT
42582 status collapsed
42583
42584 \begin_layout Plain Layout
42585
42586
42587 \backslash
42588 fcolorbox{black}{
42589 \end_layout
42590
42591 \end_inset
42592
42593 JungleGreen
42594 \begin_inset ERT
42595 status collapsed
42596
42597 \begin_layout Plain Layout
42598
42599 }{
42600 \end_layout
42601
42602 \end_inset
42603
42604
42605 \begin_inset Phantom Phantom
42606 status open
42607
42608 \begin_layout Plain Layout
42609 W
42610 \end_layout
42611
42612 \end_inset
42613
42614
42615 \begin_inset ERT
42616 status collapsed
42617
42618 \begin_layout Plain Layout
42619
42620 }
42621 \end_layout
42622
42623 \end_inset
42624
42625  JungleGreen
42626 \end_layout
42627
42628 \end_inset
42629 </cell>
42630 <cell alignment="center" valignment="top" usebox="none">
42631 \begin_inset Text
42632
42633 \begin_layout Plain Layout
42634 \begin_inset ERT
42635 status collapsed
42636
42637 \begin_layout Plain Layout
42638
42639
42640 \backslash
42641 fcolorbox{black}{
42642 \end_layout
42643
42644 \end_inset
42645
42646 Lavender
42647 \begin_inset ERT
42648 status collapsed
42649
42650 \begin_layout Plain Layout
42651
42652 }{
42653 \end_layout
42654
42655 \end_inset
42656
42657
42658 \begin_inset Phantom Phantom
42659 status open
42660
42661 \begin_layout Plain Layout
42662 W
42663 \end_layout
42664
42665 \end_inset
42666
42667
42668 \begin_inset ERT
42669 status collapsed
42670
42671 \begin_layout Plain Layout
42672
42673 }
42674 \end_layout
42675
42676 \end_inset
42677
42678  Lavender
42679 \end_layout
42680
42681 \end_inset
42682 </cell>
42683 <cell alignment="center" valignment="top" usebox="none">
42684 \begin_inset Text
42685
42686 \begin_layout Plain Layout
42687 \begin_inset ERT
42688 status collapsed
42689
42690 \begin_layout Plain Layout
42691
42692
42693 \backslash
42694 fcolorbox{black}{
42695 \end_layout
42696
42697 \end_inset
42698
42699 LimeGreen
42700 \begin_inset ERT
42701 status collapsed
42702
42703 \begin_layout Plain Layout
42704
42705 }{
42706 \end_layout
42707
42708 \end_inset
42709
42710
42711 \begin_inset Phantom Phantom
42712 status open
42713
42714 \begin_layout Plain Layout
42715 W
42716 \end_layout
42717
42718 \end_inset
42719
42720
42721 \begin_inset ERT
42722 status collapsed
42723
42724 \begin_layout Plain Layout
42725
42726 }
42727 \end_layout
42728
42729 \end_inset
42730
42731  LimeGreen
42732 \end_layout
42733
42734 \end_inset
42735 </cell>
42736 <cell alignment="center" valignment="top" usebox="none">
42737 \begin_inset Text
42738
42739 \begin_layout Plain Layout
42740 \begin_inset ERT
42741 status collapsed
42742
42743 \begin_layout Plain Layout
42744
42745
42746 \backslash
42747 fcolorbox{black}{
42748 \end_layout
42749
42750 \end_inset
42751
42752 Mahogany
42753 \begin_inset ERT
42754 status collapsed
42755
42756 \begin_layout Plain Layout
42757
42758 }{
42759 \end_layout
42760
42761 \end_inset
42762
42763
42764 \begin_inset Phantom Phantom
42765 status open
42766
42767 \begin_layout Plain Layout
42768 W
42769 \end_layout
42770
42771 \end_inset
42772
42773
42774 \begin_inset ERT
42775 status collapsed
42776
42777 \begin_layout Plain Layout
42778
42779 }
42780 \end_layout
42781
42782 \end_inset
42783
42784  Mahogany
42785 \end_layout
42786
42787 \end_inset
42788 </cell>
42789 </row>
42790 <row>
42791 <cell alignment="left" valignment="top" usebox="none">
42792 \begin_inset Text
42793
42794 \begin_layout Plain Layout
42795 \begin_inset ERT
42796 status collapsed
42797
42798 \begin_layout Plain Layout
42799
42800
42801 \backslash
42802 fcolorbox{black}{
42803 \end_layout
42804
42805 \end_inset
42806
42807 Mahogany
42808 \begin_inset ERT
42809 status collapsed
42810
42811 \begin_layout Plain Layout
42812
42813 }{
42814 \end_layout
42815
42816 \end_inset
42817
42818
42819 \begin_inset Phantom Phantom
42820 status open
42821
42822 \begin_layout Plain Layout
42823 W
42824 \end_layout
42825
42826 \end_inset
42827
42828
42829 \begin_inset ERT
42830 status collapsed
42831
42832 \begin_layout Plain Layout
42833
42834 }
42835 \end_layout
42836
42837 \end_inset
42838
42839  Mahogany
42840 \end_layout
42841
42842 \end_inset
42843 </cell>
42844 <cell alignment="left" valignment="top" usebox="none">
42845 \begin_inset Text
42846
42847 \begin_layout Plain Layout
42848 \begin_inset ERT
42849 status collapsed
42850
42851 \begin_layout Plain Layout
42852
42853
42854 \backslash
42855 fcolorbox{black}{
42856 \end_layout
42857
42858 \end_inset
42859
42860 Maroon
42861 \begin_inset ERT
42862 status collapsed
42863
42864 \begin_layout Plain Layout
42865
42866 }{
42867 \end_layout
42868
42869 \end_inset
42870
42871
42872 \begin_inset Phantom Phantom
42873 status open
42874
42875 \begin_layout Plain Layout
42876 W
42877 \end_layout
42878
42879 \end_inset
42880
42881
42882 \begin_inset ERT
42883 status collapsed
42884
42885 \begin_layout Plain Layout
42886
42887 }
42888 \end_layout
42889
42890 \end_inset
42891
42892  Maroon
42893 \end_layout
42894
42895 \end_inset
42896 </cell>
42897 <cell alignment="left" valignment="top" usebox="none">
42898 \begin_inset Text
42899
42900 \begin_layout Plain Layout
42901 \begin_inset ERT
42902 status collapsed
42903
42904 \begin_layout Plain Layout
42905
42906
42907 \backslash
42908 fcolorbox{black}{
42909 \end_layout
42910
42911 \end_inset
42912
42913 Melon
42914 \begin_inset ERT
42915 status collapsed
42916
42917 \begin_layout Plain Layout
42918
42919 }{
42920 \end_layout
42921
42922 \end_inset
42923
42924
42925 \begin_inset Phantom Phantom
42926 status open
42927
42928 \begin_layout Plain Layout
42929 W
42930 \end_layout
42931
42932 \end_inset
42933
42934
42935 \begin_inset ERT
42936 status collapsed
42937
42938 \begin_layout Plain Layout
42939
42940 }
42941 \end_layout
42942
42943 \end_inset
42944
42945  Melon
42946 \end_layout
42947
42948 \end_inset
42949 </cell>
42950 <cell alignment="left" valignment="top" usebox="none">
42951 \begin_inset Text
42952
42953 \begin_layout Plain Layout
42954 \begin_inset ERT
42955 status collapsed
42956
42957 \begin_layout Plain Layout
42958
42959
42960 \backslash
42961 fcolorbox{black}{
42962 \end_layout
42963
42964 \end_inset
42965
42966 MidnightBlue
42967 \begin_inset ERT
42968 status collapsed
42969
42970 \begin_layout Plain Layout
42971
42972 }{
42973 \end_layout
42974
42975 \end_inset
42976
42977
42978 \begin_inset Phantom Phantom
42979 status open
42980
42981 \begin_layout Plain Layout
42982 W
42983 \end_layout
42984
42985 \end_inset
42986
42987
42988 \begin_inset ERT
42989 status collapsed
42990
42991 \begin_layout Plain Layout
42992
42993 }
42994 \end_layout
42995
42996 \end_inset
42997
42998  MidnightBlue
42999 \end_layout
43000
43001 \end_inset
43002 </cell>
43003 </row>
43004 <row>
43005 <cell alignment="left" valignment="top" usebox="none">
43006 \begin_inset Text
43007
43008 \begin_layout Plain Layout
43009 \begin_inset ERT
43010 status collapsed
43011
43012 \begin_layout Plain Layout
43013
43014
43015 \backslash
43016 fcolorbox{black}{
43017 \end_layout
43018
43019 \end_inset
43020
43021 Mulberry
43022 \begin_inset ERT
43023 status collapsed
43024
43025 \begin_layout Plain Layout
43026
43027 }{
43028 \end_layout
43029
43030 \end_inset
43031
43032
43033 \begin_inset Phantom Phantom
43034 status open
43035
43036 \begin_layout Plain Layout
43037 W
43038 \end_layout
43039
43040 \end_inset
43041
43042
43043 \begin_inset ERT
43044 status collapsed
43045
43046 \begin_layout Plain Layout
43047
43048 }
43049 \end_layout
43050
43051 \end_inset
43052
43053  Mulberry
43054 \end_layout
43055
43056 \end_inset
43057 </cell>
43058 <cell alignment="left" valignment="top" usebox="none">
43059 \begin_inset Text
43060
43061 \begin_layout Plain Layout
43062 \begin_inset ERT
43063 status collapsed
43064
43065 \begin_layout Plain Layout
43066
43067
43068 \backslash
43069 fcolorbox{black}{
43070 \end_layout
43071
43072 \end_inset
43073
43074 NavyBlue
43075 \begin_inset ERT
43076 status collapsed
43077
43078 \begin_layout Plain Layout
43079
43080 }{
43081 \end_layout
43082
43083 \end_inset
43084
43085
43086 \begin_inset Phantom Phantom
43087 status open
43088
43089 \begin_layout Plain Layout
43090 W
43091 \end_layout
43092
43093 \end_inset
43094
43095
43096 \begin_inset ERT
43097 status collapsed
43098
43099 \begin_layout Plain Layout
43100
43101 }
43102 \end_layout
43103
43104 \end_inset
43105
43106  NavyBlue
43107 \end_layout
43108
43109 \end_inset
43110 </cell>
43111 <cell alignment="left" valignment="top" usebox="none">
43112 \begin_inset Text
43113
43114 \begin_layout Plain Layout
43115 \begin_inset ERT
43116 status collapsed
43117
43118 \begin_layout Plain Layout
43119
43120
43121 \backslash
43122 fcolorbox{black}{
43123 \end_layout
43124
43125 \end_inset
43126
43127 OliveGreen
43128 \begin_inset ERT
43129 status collapsed
43130
43131 \begin_layout Plain Layout
43132
43133 }{
43134 \end_layout
43135
43136 \end_inset
43137
43138
43139 \begin_inset Phantom Phantom
43140 status open
43141
43142 \begin_layout Plain Layout
43143 W
43144 \end_layout
43145
43146 \end_inset
43147
43148
43149 \begin_inset ERT
43150 status collapsed
43151
43152 \begin_layout Plain Layout
43153
43154 }
43155 \end_layout
43156
43157 \end_inset
43158
43159  OliveGreen
43160 \end_layout
43161
43162 \end_inset
43163 </cell>
43164 <cell alignment="left" valignment="top" usebox="none">
43165 \begin_inset Text
43166
43167 \begin_layout Plain Layout
43168 \begin_inset ERT
43169 status collapsed
43170
43171 \begin_layout Plain Layout
43172
43173
43174 \backslash
43175 fcolorbox{black}{
43176 \end_layout
43177
43178 \end_inset
43179
43180 Orange
43181 \begin_inset ERT
43182 status collapsed
43183
43184 \begin_layout Plain Layout
43185
43186 }{
43187 \end_layout
43188
43189 \end_inset
43190
43191
43192 \begin_inset Phantom Phantom
43193 status open
43194
43195 \begin_layout Plain Layout
43196 W
43197 \end_layout
43198
43199 \end_inset
43200
43201
43202 \begin_inset ERT
43203 status collapsed
43204
43205 \begin_layout Plain Layout
43206
43207 }
43208 \end_layout
43209
43210 \end_inset
43211
43212  Orange
43213 \end_layout
43214
43215 \end_inset
43216 </cell>
43217 </row>
43218 <row>
43219 <cell alignment="left" valignment="top" usebox="none">
43220 \begin_inset Text
43221
43222 \begin_layout Plain Layout
43223 \begin_inset ERT
43224 status collapsed
43225
43226 \begin_layout Plain Layout
43227
43228
43229 \backslash
43230 fcolorbox{black}{
43231 \end_layout
43232
43233 \end_inset
43234
43235 OrangeRed
43236 \begin_inset ERT
43237 status collapsed
43238
43239 \begin_layout Plain Layout
43240
43241 }{
43242 \end_layout
43243
43244 \end_inset
43245
43246
43247 \begin_inset Phantom Phantom
43248 status open
43249
43250 \begin_layout Plain Layout
43251 W
43252 \end_layout
43253
43254 \end_inset
43255
43256
43257 \begin_inset ERT
43258 status collapsed
43259
43260 \begin_layout Plain Layout
43261
43262 }
43263 \end_layout
43264
43265 \end_inset
43266
43267  OrangeRed
43268 \end_layout
43269
43270 \end_inset
43271 </cell>
43272 <cell alignment="left" valignment="top" usebox="none">
43273 \begin_inset Text
43274
43275 \begin_layout Plain Layout
43276 \begin_inset ERT
43277 status collapsed
43278
43279 \begin_layout Plain Layout
43280
43281
43282 \backslash
43283 fcolorbox{black}{
43284 \end_layout
43285
43286 \end_inset
43287
43288 Orchid
43289 \begin_inset ERT
43290 status collapsed
43291
43292 \begin_layout Plain Layout
43293
43294 }{
43295 \end_layout
43296
43297 \end_inset
43298
43299
43300 \begin_inset Phantom Phantom
43301 status open
43302
43303 \begin_layout Plain Layout
43304 W
43305 \end_layout
43306
43307 \end_inset
43308
43309
43310 \begin_inset ERT
43311 status collapsed
43312
43313 \begin_layout Plain Layout
43314
43315 }
43316 \end_layout
43317
43318 \end_inset
43319
43320  Orchid
43321 \end_layout
43322
43323 \end_inset
43324 </cell>
43325 <cell alignment="left" valignment="top" usebox="none">
43326 \begin_inset Text
43327
43328 \begin_layout Plain Layout
43329 \begin_inset ERT
43330 status collapsed
43331
43332 \begin_layout Plain Layout
43333
43334
43335 \backslash
43336 fcolorbox{black}{
43337 \end_layout
43338
43339 \end_inset
43340
43341 Peach
43342 \begin_inset ERT
43343 status collapsed
43344
43345 \begin_layout Plain Layout
43346
43347 }{
43348 \end_layout
43349
43350 \end_inset
43351
43352
43353 \begin_inset Phantom Phantom
43354 status open
43355
43356 \begin_layout Plain Layout
43357 W
43358 \end_layout
43359
43360 \end_inset
43361
43362
43363 \begin_inset ERT
43364 status collapsed
43365
43366 \begin_layout Plain Layout
43367
43368 }
43369 \end_layout
43370
43371 \end_inset
43372
43373  Peach
43374 \end_layout
43375
43376 \end_inset
43377 </cell>
43378 <cell alignment="left" valignment="top" usebox="none">
43379 \begin_inset Text
43380
43381 \begin_layout Plain Layout
43382 \begin_inset ERT
43383 status collapsed
43384
43385 \begin_layout Plain Layout
43386
43387
43388 \backslash
43389 fcolorbox{black}{
43390 \end_layout
43391
43392 \end_inset
43393
43394 Periwinkle
43395 \begin_inset ERT
43396 status collapsed
43397
43398 \begin_layout Plain Layout
43399
43400 }{
43401 \end_layout
43402
43403 \end_inset
43404
43405
43406 \begin_inset Phantom Phantom
43407 status open
43408
43409 \begin_layout Plain Layout
43410 W
43411 \end_layout
43412
43413 \end_inset
43414
43415
43416 \begin_inset ERT
43417 status collapsed
43418
43419 \begin_layout Plain Layout
43420
43421 }
43422 \end_layout
43423
43424 \end_inset
43425
43426  Periwinkle
43427 \end_layout
43428
43429 \end_inset
43430 </cell>
43431 </row>
43432 <row>
43433 <cell alignment="left" valignment="top" usebox="none">
43434 \begin_inset Text
43435
43436 \begin_layout Plain Layout
43437 \begin_inset ERT
43438 status collapsed
43439
43440 \begin_layout Plain Layout
43441
43442
43443 \backslash
43444 fcolorbox{black}{
43445 \end_layout
43446
43447 \end_inset
43448
43449 PineGreen
43450 \begin_inset ERT
43451 status collapsed
43452
43453 \begin_layout Plain Layout
43454
43455 }{
43456 \end_layout
43457
43458 \end_inset
43459
43460
43461 \begin_inset Phantom Phantom
43462 status open
43463
43464 \begin_layout Plain Layout
43465 W
43466 \end_layout
43467
43468 \end_inset
43469
43470
43471 \begin_inset ERT
43472 status collapsed
43473
43474 \begin_layout Plain Layout
43475
43476 }
43477 \end_layout
43478
43479 \end_inset
43480
43481  PineGreen
43482 \end_layout
43483
43484 \end_inset
43485 </cell>
43486 <cell alignment="left" valignment="top" usebox="none">
43487 \begin_inset Text
43488
43489 \begin_layout Plain Layout
43490 \begin_inset ERT
43491 status collapsed
43492
43493 \begin_layout Plain Layout
43494
43495
43496 \backslash
43497 fcolorbox{black}{
43498 \end_layout
43499
43500 \end_inset
43501
43502 Plum
43503 \begin_inset ERT
43504 status collapsed
43505
43506 \begin_layout Plain Layout
43507
43508 }{
43509 \end_layout
43510
43511 \end_inset
43512
43513
43514 \begin_inset Phantom Phantom
43515 status open
43516
43517 \begin_layout Plain Layout
43518 W
43519 \end_layout
43520
43521 \end_inset
43522
43523
43524 \begin_inset ERT
43525 status collapsed
43526
43527 \begin_layout Plain Layout
43528
43529 }
43530 \end_layout
43531
43532 \end_inset
43533
43534  Plum
43535 \end_layout
43536
43537 \end_inset
43538 </cell>
43539 <cell alignment="left" valignment="top" usebox="none">
43540 \begin_inset Text
43541
43542 \begin_layout Plain Layout
43543 \begin_inset ERT
43544 status collapsed
43545
43546 \begin_layout Plain Layout
43547
43548
43549 \backslash
43550 fcolorbox{black}{
43551 \end_layout
43552
43553 \end_inset
43554
43555 ProcessBlue
43556 \begin_inset ERT
43557 status collapsed
43558
43559 \begin_layout Plain Layout
43560
43561 }{
43562 \end_layout
43563
43564 \end_inset
43565
43566
43567 \begin_inset Phantom Phantom
43568 status open
43569
43570 \begin_layout Plain Layout
43571 W
43572 \end_layout
43573
43574 \end_inset
43575
43576
43577 \begin_inset ERT
43578 status collapsed
43579
43580 \begin_layout Plain Layout
43581
43582 }
43583 \end_layout
43584
43585 \end_inset
43586
43587  ProcessBlue
43588 \end_layout
43589
43590 \end_inset
43591 </cell>
43592 <cell alignment="left" valignment="top" usebox="none">
43593 \begin_inset Text
43594
43595 \begin_layout Plain Layout
43596 \begin_inset ERT
43597 status collapsed
43598
43599 \begin_layout Plain Layout
43600
43601
43602 \backslash
43603 fcolorbox{black}{
43604 \end_layout
43605
43606 \end_inset
43607
43608 Purple
43609 \begin_inset ERT
43610 status collapsed
43611
43612 \begin_layout Plain Layout
43613
43614 }{
43615 \end_layout
43616
43617 \end_inset
43618
43619
43620 \begin_inset Phantom Phantom
43621 status open
43622
43623 \begin_layout Plain Layout
43624 W
43625 \end_layout
43626
43627 \end_inset
43628
43629
43630 \begin_inset ERT
43631 status collapsed
43632
43633 \begin_layout Plain Layout
43634
43635 }
43636 \end_layout
43637
43638 \end_inset
43639
43640  Purple
43641 \end_layout
43642
43643 \end_inset
43644 </cell>
43645 </row>
43646 <row>
43647 <cell alignment="left" valignment="top" usebox="none">
43648 \begin_inset Text
43649
43650 \begin_layout Plain Layout
43651 \begin_inset ERT
43652 status collapsed
43653
43654 \begin_layout Plain Layout
43655
43656
43657 \backslash
43658 fcolorbox{black}{
43659 \end_layout
43660
43661 \end_inset
43662
43663 RawSienna
43664 \begin_inset ERT
43665 status collapsed
43666
43667 \begin_layout Plain Layout
43668
43669 }{
43670 \end_layout
43671
43672 \end_inset
43673
43674
43675 \begin_inset Phantom Phantom
43676 status open
43677
43678 \begin_layout Plain Layout
43679 W
43680 \end_layout
43681
43682 \end_inset
43683
43684
43685 \begin_inset ERT
43686 status collapsed
43687
43688 \begin_layout Plain Layout
43689
43690 }
43691 \end_layout
43692
43693 \end_inset
43694
43695  RawSienna
43696 \end_layout
43697
43698 \end_inset
43699 </cell>
43700 <cell alignment="left" valignment="top" usebox="none">
43701 \begin_inset Text
43702
43703 \begin_layout Plain Layout
43704 \begin_inset ERT
43705 status collapsed
43706
43707 \begin_layout Plain Layout
43708
43709
43710 \backslash
43711 fcolorbox{black}{
43712 \end_layout
43713
43714 \end_inset
43715
43716 RedOrange
43717 \begin_inset ERT
43718 status collapsed
43719
43720 \begin_layout Plain Layout
43721
43722 }{
43723 \end_layout
43724
43725 \end_inset
43726
43727
43728 \begin_inset Phantom Phantom
43729 status open
43730
43731 \begin_layout Plain Layout
43732 W
43733 \end_layout
43734
43735 \end_inset
43736
43737
43738 \begin_inset ERT
43739 status collapsed
43740
43741 \begin_layout Plain Layout
43742
43743 }
43744 \end_layout
43745
43746 \end_inset
43747
43748  RedOrange
43749 \end_layout
43750
43751 \end_inset
43752 </cell>
43753 <cell alignment="left" valignment="top" usebox="none">
43754 \begin_inset Text
43755
43756 \begin_layout Plain Layout
43757 \begin_inset ERT
43758 status collapsed
43759
43760 \begin_layout Plain Layout
43761
43762
43763 \backslash
43764 fcolorbox{black}{
43765 \end_layout
43766
43767 \end_inset
43768
43769 RedViolet
43770 \begin_inset ERT
43771 status collapsed
43772
43773 \begin_layout Plain Layout
43774
43775 }{
43776 \end_layout
43777
43778 \end_inset
43779
43780
43781 \begin_inset Phantom Phantom
43782 status open
43783
43784 \begin_layout Plain Layout
43785 W
43786 \end_layout
43787
43788 \end_inset
43789
43790
43791 \begin_inset ERT
43792 status collapsed
43793
43794 \begin_layout Plain Layout
43795
43796 }
43797 \end_layout
43798
43799 \end_inset
43800
43801  RedViolet
43802 \end_layout
43803
43804 \end_inset
43805 </cell>
43806 <cell alignment="left" valignment="top" usebox="none">
43807 \begin_inset Text
43808
43809 \begin_layout Plain Layout
43810 \begin_inset ERT
43811 status collapsed
43812
43813 \begin_layout Plain Layout
43814
43815
43816 \backslash
43817 fcolorbox{black}{
43818 \end_layout
43819
43820 \end_inset
43821
43822 Rhodamine
43823 \begin_inset ERT
43824 status collapsed
43825
43826 \begin_layout Plain Layout
43827
43828 }{
43829 \end_layout
43830
43831 \end_inset
43832
43833
43834 \begin_inset Phantom Phantom
43835 status open
43836
43837 \begin_layout Plain Layout
43838 W
43839 \end_layout
43840
43841 \end_inset
43842
43843
43844 \begin_inset ERT
43845 status collapsed
43846
43847 \begin_layout Plain Layout
43848
43849 }
43850 \end_layout
43851
43852 \end_inset
43853
43854  Rhodamine
43855 \end_layout
43856
43857 \end_inset
43858 </cell>
43859 </row>
43860 <row>
43861 <cell alignment="left" valignment="top" usebox="none">
43862 \begin_inset Text
43863
43864 \begin_layout Plain Layout
43865 \begin_inset ERT
43866 status collapsed
43867
43868 \begin_layout Plain Layout
43869
43870
43871 \backslash
43872 fcolorbox{black}{
43873 \end_layout
43874
43875 \end_inset
43876
43877 RoyalBlue
43878 \begin_inset ERT
43879 status collapsed
43880
43881 \begin_layout Plain Layout
43882
43883 }{
43884 \end_layout
43885
43886 \end_inset
43887
43888
43889 \begin_inset Phantom Phantom
43890 status open
43891
43892 \begin_layout Plain Layout
43893 W
43894 \end_layout
43895
43896 \end_inset
43897
43898
43899 \begin_inset ERT
43900 status collapsed
43901
43902 \begin_layout Plain Layout
43903
43904 }
43905 \end_layout
43906
43907 \end_inset
43908
43909  RoyalBlue
43910 \end_layout
43911
43912 \end_inset
43913 </cell>
43914 <cell alignment="left" valignment="top" usebox="none">
43915 \begin_inset Text
43916
43917 \begin_layout Plain Layout
43918 \begin_inset ERT
43919 status collapsed
43920
43921 \begin_layout Plain Layout
43922
43923
43924 \backslash
43925 fcolorbox{black}{
43926 \end_layout
43927
43928 \end_inset
43929
43930 RoyalPurple
43931 \begin_inset ERT
43932 status collapsed
43933
43934 \begin_layout Plain Layout
43935
43936 }{
43937 \end_layout
43938
43939 \end_inset
43940
43941
43942 \begin_inset Phantom Phantom
43943 status open
43944
43945 \begin_layout Plain Layout
43946 W
43947 \end_layout
43948
43949 \end_inset
43950
43951
43952 \begin_inset ERT
43953 status collapsed
43954
43955 \begin_layout Plain Layout
43956
43957 }
43958 \end_layout
43959
43960 \end_inset
43961
43962  RoyalPurple
43963 \end_layout
43964
43965 \end_inset
43966 </cell>
43967 <cell alignment="left" valignment="top" usebox="none">
43968 \begin_inset Text
43969
43970 \begin_layout Plain Layout
43971 \begin_inset ERT
43972 status collapsed
43973
43974 \begin_layout Plain Layout
43975
43976
43977 \backslash
43978 fcolorbox{black}{
43979 \end_layout
43980
43981 \end_inset
43982
43983 RubineRed
43984 \begin_inset ERT
43985 status collapsed
43986
43987 \begin_layout Plain Layout
43988
43989 }{
43990 \end_layout
43991
43992 \end_inset
43993
43994
43995 \begin_inset Phantom Phantom
43996 status open
43997
43998 \begin_layout Plain Layout
43999 W
44000 \end_layout
44001
44002 \end_inset
44003
44004
44005 \begin_inset ERT
44006 status collapsed
44007
44008 \begin_layout Plain Layout
44009
44010 }
44011 \end_layout
44012
44013 \end_inset
44014
44015  RubineRed
44016 \end_layout
44017
44018 \end_inset
44019 </cell>
44020 <cell alignment="left" valignment="top" usebox="none">
44021 \begin_inset Text
44022
44023 \begin_layout Plain Layout
44024 \begin_inset ERT
44025 status collapsed
44026
44027 \begin_layout Plain Layout
44028
44029
44030 \backslash
44031 fcolorbox{black}{
44032 \end_layout
44033
44034 \end_inset
44035
44036 Salmon
44037 \begin_inset ERT
44038 status collapsed
44039
44040 \begin_layout Plain Layout
44041
44042 }{
44043 \end_layout
44044
44045 \end_inset
44046
44047
44048 \begin_inset Phantom Phantom
44049 status open
44050
44051 \begin_layout Plain Layout
44052 W
44053 \end_layout
44054
44055 \end_inset
44056
44057
44058 \begin_inset ERT
44059 status collapsed
44060
44061 \begin_layout Plain Layout
44062
44063 }
44064 \end_layout
44065
44066 \end_inset
44067
44068  Salmon
44069 \end_layout
44070
44071 \end_inset
44072 </cell>
44073 </row>
44074 <row>
44075 <cell alignment="left" valignment="top" usebox="none">
44076 \begin_inset Text
44077
44078 \begin_layout Plain Layout
44079 \begin_inset ERT
44080 status collapsed
44081
44082 \begin_layout Plain Layout
44083
44084
44085 \backslash
44086 fcolorbox{black}{
44087 \end_layout
44088
44089 \end_inset
44090
44091 SeaGreen
44092 \begin_inset ERT
44093 status collapsed
44094
44095 \begin_layout Plain Layout
44096
44097 }{
44098 \end_layout
44099
44100 \end_inset
44101
44102
44103 \begin_inset Phantom Phantom
44104 status open
44105
44106 \begin_layout Plain Layout
44107 W
44108 \end_layout
44109
44110 \end_inset
44111
44112
44113 \begin_inset ERT
44114 status collapsed
44115
44116 \begin_layout Plain Layout
44117
44118 }
44119 \end_layout
44120
44121 \end_inset
44122
44123  SeaGreen
44124 \end_layout
44125
44126 \end_inset
44127 </cell>
44128 <cell alignment="left" valignment="top" usebox="none">
44129 \begin_inset Text
44130
44131 \begin_layout Plain Layout
44132 \begin_inset ERT
44133 status collapsed
44134
44135 \begin_layout Plain Layout
44136
44137
44138 \backslash
44139 fcolorbox{black}{
44140 \end_layout
44141
44142 \end_inset
44143
44144 Sepia
44145 \begin_inset ERT
44146 status collapsed
44147
44148 \begin_layout Plain Layout
44149
44150 }{
44151 \end_layout
44152
44153 \end_inset
44154
44155
44156 \begin_inset Phantom Phantom
44157 status open
44158
44159 \begin_layout Plain Layout
44160 W
44161 \end_layout
44162
44163 \end_inset
44164
44165
44166 \begin_inset ERT
44167 status collapsed
44168
44169 \begin_layout Plain Layout
44170
44171 }
44172 \end_layout
44173
44174 \end_inset
44175
44176  Sepia
44177 \end_layout
44178
44179 \end_inset
44180 </cell>
44181 <cell alignment="left" valignment="top" usebox="none">
44182 \begin_inset Text
44183
44184 \begin_layout Plain Layout
44185 \begin_inset ERT
44186 status collapsed
44187
44188 \begin_layout Plain Layout
44189
44190
44191 \backslash
44192 fcolorbox{black}{
44193 \end_layout
44194
44195 \end_inset
44196
44197 SkyBlue
44198 \begin_inset ERT
44199 status collapsed
44200
44201 \begin_layout Plain Layout
44202
44203 }{
44204 \end_layout
44205
44206 \end_inset
44207
44208
44209 \begin_inset Phantom Phantom
44210 status open
44211
44212 \begin_layout Plain Layout
44213 W
44214 \end_layout
44215
44216 \end_inset
44217
44218
44219 \begin_inset ERT
44220 status collapsed
44221
44222 \begin_layout Plain Layout
44223
44224 }
44225 \end_layout
44226
44227 \end_inset
44228
44229  SkyBlue
44230 \end_layout
44231
44232 \end_inset
44233 </cell>
44234 <cell alignment="left" valignment="top" usebox="none">
44235 \begin_inset Text
44236
44237 \begin_layout Plain Layout
44238 \begin_inset ERT
44239 status collapsed
44240
44241 \begin_layout Plain Layout
44242
44243
44244 \backslash
44245 fcolorbox{black}{
44246 \end_layout
44247
44248 \end_inset
44249
44250 SpringGreen
44251 \begin_inset ERT
44252 status collapsed
44253
44254 \begin_layout Plain Layout
44255
44256 }{
44257 \end_layout
44258
44259 \end_inset
44260
44261
44262 \begin_inset Phantom Phantom
44263 status open
44264
44265 \begin_layout Plain Layout
44266 W
44267 \end_layout
44268
44269 \end_inset
44270
44271
44272 \begin_inset ERT
44273 status collapsed
44274
44275 \begin_layout Plain Layout
44276
44277 }
44278 \end_layout
44279
44280 \end_inset
44281
44282  SpringGreen
44283 \end_layout
44284
44285 \end_inset
44286 </cell>
44287 </row>
44288 <row>
44289 <cell alignment="left" valignment="top" usebox="none">
44290 \begin_inset Text
44291
44292 \begin_layout Plain Layout
44293 \begin_inset ERT
44294 status collapsed
44295
44296 \begin_layout Plain Layout
44297
44298
44299 \backslash
44300 fcolorbox{black}{
44301 \end_layout
44302
44303 \end_inset
44304
44305 Tan
44306 \begin_inset ERT
44307 status collapsed
44308
44309 \begin_layout Plain Layout
44310
44311 }{
44312 \end_layout
44313
44314 \end_inset
44315
44316
44317 \begin_inset Phantom Phantom
44318 status open
44319
44320 \begin_layout Plain Layout
44321 W
44322 \end_layout
44323
44324 \end_inset
44325
44326
44327 \begin_inset ERT
44328 status collapsed
44329
44330 \begin_layout Plain Layout
44331
44332 }
44333 \end_layout
44334
44335 \end_inset
44336
44337  Tan
44338 \end_layout
44339
44340 \end_inset
44341 </cell>
44342 <cell alignment="left" valignment="top" usebox="none">
44343 \begin_inset Text
44344
44345 \begin_layout Plain Layout
44346 \begin_inset ERT
44347 status collapsed
44348
44349 \begin_layout Plain Layout
44350
44351
44352 \backslash
44353 fcolorbox{black}{
44354 \end_layout
44355
44356 \end_inset
44357
44358 TealBlue
44359 \begin_inset ERT
44360 status collapsed
44361
44362 \begin_layout Plain Layout
44363
44364 }{
44365 \end_layout
44366
44367 \end_inset
44368
44369
44370 \begin_inset Phantom Phantom
44371 status open
44372
44373 \begin_layout Plain Layout
44374 W
44375 \end_layout
44376
44377 \end_inset
44378
44379
44380 \begin_inset ERT
44381 status collapsed
44382
44383 \begin_layout Plain Layout
44384
44385 }
44386 \end_layout
44387
44388 \end_inset
44389
44390  TealBlue
44391 \end_layout
44392
44393 \end_inset
44394 </cell>
44395 <cell alignment="left" valignment="top" usebox="none">
44396 \begin_inset Text
44397
44398 \begin_layout Plain Layout
44399 \begin_inset ERT
44400 status collapsed
44401
44402 \begin_layout Plain Layout
44403
44404
44405 \backslash
44406 fcolorbox{black}{
44407 \end_layout
44408
44409 \end_inset
44410
44411 Thistle
44412 \begin_inset ERT
44413 status collapsed
44414
44415 \begin_layout Plain Layout
44416
44417 }{
44418 \end_layout
44419
44420 \end_inset
44421
44422
44423 \begin_inset Phantom Phantom
44424 status open
44425
44426 \begin_layout Plain Layout
44427 W
44428 \end_layout
44429
44430 \end_inset
44431
44432
44433 \begin_inset ERT
44434 status collapsed
44435
44436 \begin_layout Plain Layout
44437
44438 }
44439 \end_layout
44440
44441 \end_inset
44442
44443  Thistle
44444 \end_layout
44445
44446 \end_inset
44447 </cell>
44448 <cell alignment="left" valignment="top" usebox="none">
44449 \begin_inset Text
44450
44451 \begin_layout Plain Layout
44452 \begin_inset ERT
44453 status collapsed
44454
44455 \begin_layout Plain Layout
44456
44457
44458 \backslash
44459 fcolorbox{black}{
44460 \end_layout
44461
44462 \end_inset
44463
44464 Turquoise
44465 \begin_inset ERT
44466 status collapsed
44467
44468 \begin_layout Plain Layout
44469
44470 }{
44471 \end_layout
44472
44473 \end_inset
44474
44475
44476 \begin_inset Phantom Phantom
44477 status open
44478
44479 \begin_layout Plain Layout
44480 W
44481 \end_layout
44482
44483 \end_inset
44484
44485
44486 \begin_inset ERT
44487 status collapsed
44488
44489 \begin_layout Plain Layout
44490
44491 }
44492 \end_layout
44493
44494 \end_inset
44495
44496  Turquoise
44497 \end_layout
44498
44499 \end_inset
44500 </cell>
44501 </row>
44502 <row>
44503 <cell alignment="left" valignment="top" usebox="none">
44504 \begin_inset Text
44505
44506 \begin_layout Plain Layout
44507 \begin_inset ERT
44508 status collapsed
44509
44510 \begin_layout Plain Layout
44511
44512
44513 \backslash
44514 fcolorbox{black}{
44515 \end_layout
44516
44517 \end_inset
44518
44519 Violet
44520 \begin_inset ERT
44521 status collapsed
44522
44523 \begin_layout Plain Layout
44524
44525 }{
44526 \end_layout
44527
44528 \end_inset
44529
44530
44531 \begin_inset Phantom Phantom
44532 status open
44533
44534 \begin_layout Plain Layout
44535 W
44536 \end_layout
44537
44538 \end_inset
44539
44540
44541 \begin_inset ERT
44542 status collapsed
44543
44544 \begin_layout Plain Layout
44545
44546 }
44547 \end_layout
44548
44549 \end_inset
44550
44551  Violet
44552 \end_layout
44553
44554 \end_inset
44555 </cell>
44556 <cell alignment="left" valignment="top" usebox="none">
44557 \begin_inset Text
44558
44559 \begin_layout Plain Layout
44560 \begin_inset ERT
44561 status collapsed
44562
44563 \begin_layout Plain Layout
44564
44565
44566 \backslash
44567 fcolorbox{black}{
44568 \end_layout
44569
44570 \end_inset
44571
44572 VioletRed
44573 \begin_inset ERT
44574 status collapsed
44575
44576 \begin_layout Plain Layout
44577
44578 }{
44579 \end_layout
44580
44581 \end_inset
44582
44583
44584 \begin_inset Phantom Phantom
44585 status open
44586
44587 \begin_layout Plain Layout
44588 W
44589 \end_layout
44590
44591 \end_inset
44592
44593
44594 \begin_inset ERT
44595 status collapsed
44596
44597 \begin_layout Plain Layout
44598
44599 }
44600 \end_layout
44601
44602 \end_inset
44603
44604  VioletRed
44605 \end_layout
44606
44607 \end_inset
44608 </cell>
44609 <cell alignment="left" valignment="top" usebox="none">
44610 \begin_inset Text
44611
44612 \begin_layout Plain Layout
44613 \begin_inset ERT
44614 status collapsed
44615
44616 \begin_layout Plain Layout
44617
44618
44619 \backslash
44620 fcolorbox{black}{
44621 \end_layout
44622
44623 \end_inset
44624
44625 WildStrawberry
44626 \begin_inset ERT
44627 status collapsed
44628
44629 \begin_layout Plain Layout
44630
44631 }{
44632 \end_layout
44633
44634 \end_inset
44635
44636
44637 \begin_inset Phantom Phantom
44638 status open
44639
44640 \begin_layout Plain Layout
44641 W
44642 \end_layout
44643
44644 \end_inset
44645
44646
44647 \begin_inset ERT
44648 status collapsed
44649
44650 \begin_layout Plain Layout
44651
44652 }
44653 \end_layout
44654
44655 \end_inset
44656
44657  WildStrawberry
44658 \end_layout
44659
44660 \end_inset
44661 </cell>
44662 <cell alignment="left" valignment="top" usebox="none">
44663 \begin_inset Text
44664
44665 \begin_layout Plain Layout
44666 \begin_inset ERT
44667 status collapsed
44668
44669 \begin_layout Plain Layout
44670
44671
44672 \backslash
44673 fcolorbox{black}{
44674 \end_layout
44675
44676 \end_inset
44677
44678 YellowGreen
44679 \begin_inset ERT
44680 status collapsed
44681
44682 \begin_layout Plain Layout
44683
44684 }{
44685 \end_layout
44686
44687 \end_inset
44688
44689
44690 \begin_inset Phantom Phantom
44691 status open
44692
44693 \begin_layout Plain Layout
44694 W
44695 \end_layout
44696
44697 \end_inset
44698
44699
44700 \begin_inset ERT
44701 status collapsed
44702
44703 \begin_layout Plain Layout
44704
44705 }
44706 \end_layout
44707
44708 \end_inset
44709
44710  YellowGreen
44711 \end_layout
44712
44713 \end_inset
44714 </cell>
44715 </row>
44716 <row>
44717 <cell alignment="left" valignment="top" usebox="none">
44718 \begin_inset Text
44719
44720 \begin_layout Plain Layout
44721 \begin_inset ERT
44722 status collapsed
44723
44724 \begin_layout Plain Layout
44725
44726
44727 \backslash
44728 fcolorbox{black}{
44729 \end_layout
44730
44731 \end_inset
44732
44733 YellowOrange
44734 \begin_inset ERT
44735 status collapsed
44736
44737 \begin_layout Plain Layout
44738
44739 }{
44740 \end_layout
44741
44742 \end_inset
44743
44744
44745 \begin_inset Phantom Phantom
44746 status open
44747
44748 \begin_layout Plain Layout
44749 W
44750 \end_layout
44751
44752 \end_inset
44753
44754
44755 \begin_inset ERT
44756 status collapsed
44757
44758 \begin_layout Plain Layout
44759
44760 }
44761 \end_layout
44762
44763 \end_inset
44764
44765  YellowOrange
44766 \end_layout
44767
44768 \end_inset
44769 </cell>
44770 <cell alignment="left" valignment="top" usebox="none">
44771 \begin_inset Text
44772
44773 \begin_layout Plain Layout
44774
44775 \end_layout
44776
44777 \end_inset
44778 </cell>
44779 <cell alignment="left" valignment="top" usebox="none">
44780 \begin_inset Text
44781
44782 \begin_layout Plain Layout
44783
44784 \end_layout
44785
44786 \end_inset
44787 </cell>
44788 <cell alignment="left" valignment="top" usebox="none">
44789 \begin_inset Text
44790
44791 \begin_layout Plain Layout
44792
44793 \end_layout
44794
44795 \end_inset
44796 </cell>
44797 </row>
44798 </lyxtabular>
44799
44800 \end_inset
44801
44802
44803 \end_layout
44804
44805 \begin_layout Chapter
44806 Erklärung der Gleichung
44807 \begin_inset space ~
44808 \end_inset
44809
44810 (
44811 \begin_inset CommandInset ref
44812 LatexCommand ref
44813 reference "eq:Wgn"
44814
44815 \end_inset
44816
44817 )
44818 \begin_inset CommandInset label
44819 LatexCommand label
44820 name "kap:Erläuterung-einer-Gleichung"
44821
44822 \end_inset
44823
44824
44825 \end_layout
44826
44827 \begin_layout Standard
44828 Die Gesamtbreite von
44829 \emph on
44830  n
44831 \emph default
44832  Tabellenzellen 
44833 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44834 \end_inset
44835
44836  kann wie folgt berechnet werden:
44837 \begin_inset Formula 
44838 \begin{equation}
44839 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44840 \end{equation}
44841
44842 \end_inset
44843
44844
44845 \end_layout
44846
44847 \begin_layout Standard
44848 Dabei ist 
44849 \begin_inset Formula $W_{g\, n}$
44850 \end_inset
44851
44852  die Breite jeder Zelle.
44853
44854 \series bold
44855  
44856 \backslash
44857 tabcolsep
44858 \series default
44859  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
44860  Standardwert 6
44861 \begin_inset space \thinspace{}
44862 \end_inset
44863
44864 pt.
44865  
44866 \series bold
44867
44868 \backslash
44869 arrayrulewidth
44870 \series default
44871  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
44872 \begin_inset space \thinspace{}
44873 \end_inset
44874
44875 pt.
44876 \end_layout
44877
44878 \begin_layout Standard
44879 Nach Gleichung
44880 \begin_inset space ~
44881 \end_inset
44882
44883
44884 \begin_inset CommandInset ref
44885 LatexCommand ref
44886 reference "eq:Wtot_n"
44887
44888 \end_inset
44889
44890  ist die Gesamtbreite einer Mehrfachspalte, 
44891 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44892 \end_inset
44893
44894 ,
44895 \begin_inset Formula 
44896 \begin{equation}
44897 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44898 \end{equation}
44899
44900 \end_inset
44901
44902
44903 \end_layout
44904
44905 \begin_layout Standard
44906 Setzt man die Gleichungen
44907 \begin_inset space ~
44908 \end_inset
44909
44910
44911 \begin_inset CommandInset ref
44912 LatexCommand ref
44913 reference "eq:Wtot_n"
44914
44915 \end_inset
44916
44917  und 
44918 \begin_inset CommandInset ref
44919 LatexCommand ref
44920 reference "eq:Wtot_mult"
44921
44922 \end_inset
44923
44924  gleich, kann man die benötigte Breite 
44925 \begin_inset Formula $W_{g\, n}$
44926 \end_inset
44927
44928 , wenn 
44929 \emph on
44930 n
44931 \emph default
44932  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
44933 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44934 \end_inset
44935
44936  hat, berechnen:
44937 \begin_inset Formula 
44938 \begin{equation}
44939 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44940 \end{equation}
44941
44942 \end_inset
44943
44944
44945 \end_layout
44946
44947 \begin_layout Bibliography
44948 \begin_inset CommandInset bibitem
44949 LatexCommand bibitem
44950 key "latexcompanion"
44951
44952 \end_inset
44953
44954 Frank Mittelbach and Michel Goossens: 
44955 \emph on
44956 The LaTeX Companion Second Edition.
44957
44958 \emph default
44959  Addison-Wesley, 2004
44960 \end_layout
44961
44962 \begin_layout Bibliography
44963 \begin_inset CommandInset bibitem
44964 LatexCommand bibitem
44965 key "latexguide"
44966
44967 \end_inset
44968
44969 Helmut Kopka and Patrick W.
44970  Daly: 
44971 \emph on
44972 A Guide to LaTeX Fourth Edition.
44973
44974 \emph default
44975  Addison-Wesley, 2003
44976 \end_layout
44977
44978 \begin_layout Bibliography
44979 \begin_inset CommandInset bibitem
44980 LatexCommand bibitem
44981 key "lamport"
44982
44983 \end_inset
44984
44985 Leslie Lamport: 
44986 \emph on
44987 LaTeX: A Document Preparation System.
44988
44989 \emph default
44990  Addison-Wesley, second edition, 1994
44991 \end_layout
44992
44993 \begin_layout Bibliography
44994 \begin_inset CommandInset bibitem
44995 LatexCommand bibitem
44996 key "latex-praxisbuch"
44997
44998 \end_inset
44999
45000 Niedermair, Elke & Michael: 
45001 \emph on
45002 LaTeX-Praxisbuch
45003 \emph default
45004 , Franzis-Verlag, 2004
45005 \end_layout
45006
45007 \begin_layout Bibliography
45008 \begin_inset CommandInset bibitem
45009 LatexCommand bibitem
45010 key "arydshln"
45011
45012 \end_inset
45013
45014 Dokumentation des LaTeX-Pakets 
45015 \series bold
45016
45017 \begin_inset CommandInset href
45018 LatexCommand href
45019 name "arydshln"
45020 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45021
45022 \end_inset
45023
45024
45025 \series default
45026
45027 \begin_inset Index idx
45028 status collapsed
45029
45030 \begin_layout Plain Layout
45031 LaTeX-Pakete ! arydshln
45032 \end_layout
45033
45034 \end_inset
45035
45036
45037 \end_layout
45038
45039 \begin_layout Bibliography
45040 \begin_inset CommandInset bibitem
45041 LatexCommand bibitem
45042 key "booktabs"
45043
45044 \end_inset
45045
45046 Dokumentation des LaTeX-Pakets 
45047 \series bold
45048
45049 \begin_inset CommandInset href
45050 LatexCommand href
45051 name "booktabs"
45052 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45053
45054 \end_inset
45055
45056
45057 \series default
45058
45059 \begin_inset Index idx
45060 status collapsed
45061
45062 \begin_layout Plain Layout
45063 LaTeX-Pakete ! booktabs
45064 \end_layout
45065
45066 \end_inset
45067
45068
45069 \end_layout
45070
45071 \begin_layout Bibliography
45072 \begin_inset CommandInset bibitem
45073 LatexCommand bibitem
45074 key "caption"
45075
45076 \end_inset
45077
45078 Dokumentation des LaTeX-Pakets 
45079 \series bold
45080
45081 \begin_inset CommandInset href
45082 LatexCommand href
45083 name "caption"
45084 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45085
45086 \end_inset
45087
45088
45089 \series default
45090
45091 \begin_inset Index idx
45092 status collapsed
45093
45094 \begin_layout Plain Layout
45095 LaTeX-Pakete ! caption
45096 \end_layout
45097
45098 \end_inset
45099
45100
45101 \end_layout
45102
45103 \begin_layout Bibliography
45104 \begin_inset CommandInset bibitem
45105 LatexCommand bibitem
45106 key "diagbox"
45107
45108 \end_inset
45109
45110 Dokumentation des LaTeX-Pakets 
45111 \series bold
45112
45113 \begin_inset CommandInset href
45114 LatexCommand href
45115 name "diagbox"
45116 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45117
45118 \end_inset
45119
45120
45121 \series default
45122
45123 \begin_inset Index idx
45124 status collapsed
45125
45126 \begin_layout Plain Layout
45127 LaTeX-Pakete ! diagbox
45128 \end_layout
45129
45130 \end_inset
45131
45132
45133 \end_layout
45134
45135 \begin_layout Bibliography
45136 \begin_inset CommandInset bibitem
45137 LatexCommand bibitem
45138 key "endfloat"
45139
45140 \end_inset
45141
45142 Dokumentation des LaTeX-Pakets 
45143 \series bold
45144
45145 \begin_inset CommandInset href
45146 LatexCommand href
45147 name "endfloat"
45148 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45149
45150 \end_inset
45151
45152
45153 \series default
45154
45155 \begin_inset Index idx
45156 status collapsed
45157
45158 \begin_layout Plain Layout
45159 LaTeX-Pakete ! endfloat
45160 \end_layout
45161
45162 \end_inset
45163
45164
45165 \end_layout
45166
45167 \begin_layout Bibliography
45168 \begin_inset CommandInset bibitem
45169 LatexCommand bibitem
45170 key "footmisc"
45171
45172 \end_inset
45173
45174 Dokumentation des LaTeX-Pakets 
45175 \series bold
45176
45177 \begin_inset CommandInset href
45178 LatexCommand href
45179 name "footmisc"
45180 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45181
45182 \end_inset
45183
45184
45185 \series default
45186
45187 \begin_inset Index idx
45188 status collapsed
45189
45190 \begin_layout Plain Layout
45191 LaTeX-Pakete ! footmisc
45192 \end_layout
45193
45194 \end_inset
45195
45196
45197 \end_layout
45198
45199 \begin_layout Bibliography
45200 \begin_inset CommandInset bibitem
45201 LatexCommand bibitem
45202 key "hypcap"
45203
45204 \end_inset
45205
45206 Dokumentation des LaTeX-Pakets 
45207 \series bold
45208
45209 \begin_inset CommandInset href
45210 LatexCommand href
45211 name "hypcap"
45212 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45213
45214 \end_inset
45215
45216
45217 \series default
45218
45219 \begin_inset Index idx
45220 status collapsed
45221
45222 \begin_layout Plain Layout
45223 LaTeX-Pakete ! hypcap
45224 \end_layout
45225
45226 \end_inset
45227
45228
45229 \end_layout
45230
45231 \begin_layout Bibliography
45232 \begin_inset CommandInset bibitem
45233 LatexCommand bibitem
45234 key "hyperref"
45235
45236 \end_inset
45237
45238 Dokumentation des LaTeX-Pakets 
45239 \series bold
45240
45241 \begin_inset CommandInset href
45242 LatexCommand href
45243 name "hyperref"
45244 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45245
45246 \end_inset
45247
45248
45249 \series default
45250
45251 \begin_inset Index idx
45252 status collapsed
45253
45254 \begin_layout Plain Layout
45255 LaTeX-Pakete ! hyperref
45256 \end_layout
45257
45258 \end_inset
45259
45260
45261 \end_layout
45262
45263 \begin_layout Bibliography
45264 \begin_inset CommandInset bibitem
45265 LatexCommand bibitem
45266 key "KOMA-Script"
45267
45268 \end_inset
45269
45270 Dokumentation des LaTeX-Pakets 
45271 \series bold
45272
45273 \begin_inset CommandInset href
45274 LatexCommand href
45275 name "KOMA-Script"
45276 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
45277
45278 \end_inset
45279
45280
45281 \series default
45282
45283 \begin_inset Index idx
45284 status collapsed
45285
45286 \begin_layout Plain Layout
45287 LaTeX-Pakete ! KOMA-Script
45288 \end_layout
45289
45290 \end_inset
45291
45292
45293 \end_layout
45294
45295 \begin_layout Bibliography
45296 \begin_inset CommandInset bibitem
45297 LatexCommand bibitem
45298 key "lettrine"
45299
45300 \end_inset
45301
45302 Dokumentation des LaTeX-Pakets 
45303 \series bold
45304
45305 \begin_inset CommandInset href
45306 LatexCommand href
45307 name "lettrine"
45308 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45309
45310 \end_inset
45311
45312
45313 \series default
45314  und ein 
45315 \begin_inset CommandInset href
45316 LatexCommand href
45317 name "Beispiel"
45318 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45319
45320 \end_inset
45321
45322
45323 \begin_inset Index idx
45324 status collapsed
45325
45326 \begin_layout Plain Layout
45327 LaTeX-Pakete ! lettrine
45328 \end_layout
45329
45330 \end_inset
45331
45332
45333 \end_layout
45334
45335 \begin_layout Bibliography
45336 \begin_inset CommandInset bibitem
45337 LatexCommand bibitem
45338 key "listings"
45339
45340 \end_inset
45341
45342 Dokumentation des LaTeX-Pakets 
45343 \series bold
45344
45345 \begin_inset CommandInset href
45346 LatexCommand href
45347 name "listings"
45348 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45349
45350 \end_inset
45351
45352
45353 \series default
45354
45355 \begin_inset Index idx
45356 status collapsed
45357
45358 \begin_layout Plain Layout
45359 LaTeX-Pakete ! listings
45360 \end_layout
45361
45362 \end_inset
45363
45364
45365 \end_layout
45366
45367 \begin_layout Bibliography
45368 \begin_inset CommandInset bibitem
45369 LatexCommand bibitem
45370 key "marginnote"
45371
45372 \end_inset
45373
45374 Dokumentation des LaTeX-Pakets 
45375 \series bold
45376
45377 \begin_inset CommandInset href
45378 LatexCommand href
45379 name "marginnote"
45380 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45381
45382 \end_inset
45383
45384
45385 \series default
45386
45387 \begin_inset Index idx
45388 status collapsed
45389
45390 \begin_layout Plain Layout
45391 LaTeX-Pakete ! marginnote
45392 \end_layout
45393
45394 \end_inset
45395
45396
45397 \end_layout
45398
45399 \begin_layout Bibliography
45400 \begin_inset CommandInset bibitem
45401 LatexCommand bibitem
45402 key "pdfpages"
45403
45404 \end_inset
45405
45406 Dokumentation des LaTeX-Pakets 
45407 \series bold
45408
45409 \begin_inset CommandInset href
45410 LatexCommand href
45411 name "pdfpages"
45412 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45413
45414 \end_inset
45415
45416
45417 \series default
45418
45419 \begin_inset Index idx
45420 status collapsed
45421
45422 \begin_layout Plain Layout
45423 LaTeX-Pakete ! pdfpages
45424 \end_layout
45425
45426 \end_inset
45427
45428
45429 \end_layout
45430
45431 \begin_layout Bibliography
45432 \begin_inset CommandInset bibitem
45433 LatexCommand bibitem
45434 key "prettyref"
45435
45436 \end_inset
45437
45438 Dokumentation des LaTeX-Pakets 
45439 \series bold
45440
45441 \begin_inset CommandInset href
45442 LatexCommand href
45443 name "prettyref"
45444 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45445
45446 \end_inset
45447
45448
45449 \series default
45450
45451 \begin_inset Index idx
45452 status collapsed
45453
45454 \begin_layout Plain Layout
45455 LaTeX-Pakete ! prettyref
45456 \end_layout
45457
45458 \end_inset
45459
45460
45461 \end_layout
45462
45463 \begin_layout Bibliography
45464 \begin_inset CommandInset bibitem
45465 LatexCommand bibitem
45466 key "pstricks"
45467
45468 \end_inset
45469
45470 Webseite des LaTeX-Pakets 
45471 \series bold
45472
45473 \begin_inset CommandInset href
45474 LatexCommand href
45475 name "PSTricks"
45476 target "http://tug.org/PSTricks/"
45477
45478 \end_inset
45479
45480
45481 \series default
45482
45483 \begin_inset Index idx
45484 status collapsed
45485
45486 \begin_layout Plain Layout
45487 LaTeX-Pakete ! pstricks
45488 \end_layout
45489
45490 \end_inset
45491
45492
45493 \end_layout
45494
45495 \begin_layout Bibliography
45496 \begin_inset CommandInset bibitem
45497 LatexCommand bibitem
45498 key "refstyle"
45499
45500 \end_inset
45501
45502 Dokumentation des LaTeX-Pakets 
45503 \series bold
45504
45505 \begin_inset CommandInset href
45506 LatexCommand href
45507 name "refstyle"
45508 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45509
45510 \end_inset
45511
45512
45513 \series default
45514
45515 \begin_inset Index idx
45516 status collapsed
45517
45518 \begin_layout Plain Layout
45519 LaTeX-Pakete ! refstyle
45520 \end_layout
45521
45522 \end_inset
45523
45524
45525 \end_layout
45526
45527 \begin_layout Bibliography
45528 \begin_inset CommandInset bibitem
45529 LatexCommand bibitem
45530 key "sidecap"
45531
45532 \end_inset
45533
45534 Dokumentation des LaTeX-Pakets 
45535 \series bold
45536
45537 \begin_inset CommandInset href
45538 LatexCommand href
45539 name "sidecap"
45540 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45541
45542 \end_inset
45543
45544
45545 \series default
45546
45547 \begin_inset Index idx
45548 status collapsed
45549
45550 \begin_layout Plain Layout
45551 LaTeX-Pakete ! sidecap
45552 \end_layout
45553
45554 \end_inset
45555
45556
45557 \end_layout
45558
45559 \begin_layout Bibliography
45560 \begin_inset CommandInset bibitem
45561 LatexCommand bibitem
45562 key "NeuInLyX20"
45563
45564 \end_inset
45565
45566
45567 \begin_inset CommandInset href
45568 LatexCommand href
45569 name "Wiki-Seite"
45570 target "http://wiki.lyx.org/LyX/NewInLyX20"
45571
45572 \end_inset
45573
45574  über neue Funktionen in 
45575 \family sans
45576 LyX 2.0
45577 \family default
45578 .
45579 \end_layout
45580
45581 \begin_layout Standard
45582 \begin_inset CommandInset index_print
45583 LatexCommand printindex
45584 type "idx"
45585
45586 \end_inset
45587
45588
45589 \end_layout
45590
45591 \end_body
45592 \end_document