]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
German UserGuide.lyx: some more translations and style fixes to be compliant with...
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
32
33 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % ermöglicht das Berechnen von Werten
53 \usepackage{calc}
54
55 %Vergrößert den Teil der Seite, in dem Gleitobjekte
56 % unten angeordnet werden dürfen
57 \renewcommand{\bottomfraction}{0.5}
58
59 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % beschleunigt die Berechnung von langen Tabellen
63 \setcounter{LTchunksize}{100}
64
65 % wird für skalierte und rotierte Boxen benötigt
66 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
67
68 % wird bei farbigen Tabellen benutzt
69 \@ifundefined{textcolor}
70  {\usepackage{color}}{}
71 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
72 \definecolor{hellgrau}{gray}{0.8}
73
74 % testen ob paket colortbl installiert ist
75 % wird für farbige Tabellenzellen benutzt
76 \newboolean{colortbl}
77 \IfFileExists{colortbl.sty}
78  {\usepackage{colortbl}
79   \setboolean{colortbl}{true}}
80  {\setboolean{colortbl}{false}}
81
82 % wird bei farbigen Tabellenzeilen benutzt
83 \usepackage[table]{xcolor}
84
85 % wird benutzt, um Tabellenzellen zu vergrößern
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % wird fuer benutzerdefinierte Tabellen benutzt
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106 % Setzt einen zusaetzlichen Abstand von
107 % 1.5 mm zwischen Fussnoten
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
112 \numberwithin{algorithm}{chapter}
113
114
115 % ------------------------------------
116 % Prüfung auf benötigte LaTeXPakete
117 \usepackage{ifthen}
118
119 % Pruefung auf arydshln
120 % für Tabellen mit gestrichelten Linien
121 \newboolean{arydshln}
122 \IfFileExists{arydshln.sty}
123  {\usepackage{arydshln}
124   \setboolean{arydshln}{true}}
125  {\setboolean{arydshln}{false}}
126
127 % Prüfung auf marginnote
128 % für Randnotizen
129 \newboolean{marginnote}
130 \IfFileExists{marginnote.sty}
131  {\usepackage{marginnote}
132   \let\marginpar\marginnote
133   \setboolean{marginnote}{true}}
134  {\setboolean{marginnote}{false}}
135
136 % Prüfung auf sidecap
137 % für seitliche Beschriftungen
138 \newboolean{sidecap}
139 \IfFileExists{sidecap.sty}
140  {\usepackage{sidecap}
141   \setboolean{sidecap}{true}}
142  {\setboolean{sidecap}{false}}
143
144 % Prüfung auf picinpar
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % Prüfung auf lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % Prüfung auf diagbox
159 \newboolean{diagbox}
160 \IfFileExists{diagbox.sty}
161  {\usepackage{diagbox}
162   \setboolean{diagbox}{true}}
163  {\setboolean{diagbox}{false}}
164
165 % Damit der Index den Namen "Stichwortverzeichnis" erhält
166 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
167 \end_preamble
168 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
169 \use_default_options false
170 \begin_modules
171 initials
172 \end_modules
173 \maintain_unincluded_children false
174 \language ngerman
175 \language_package default
176 \inputencoding auto
177 \fontencoding global
178 \font_roman default
179 \font_sans default
180 \font_typewriter default
181 \font_default_family default
182 \use_non_tex_fonts false
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187
188 \graphics default
189 \default_output_format default
190 \output_sync 0
191 \bibtex_command default
192 \index_command default
193 \paperfontsize 12
194 \spacing single
195 \use_hyperref true
196 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
197 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
198 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
199 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
200 \pdf_bookmarks true
201 \pdf_bookmarksnumbered true
202 \pdf_bookmarksopen true
203 \pdf_bookmarksopenlevel 1
204 \pdf_breaklinks false
205 \pdf_pdfborder false
206 \pdf_colorlinks true
207 \pdf_backref false
208 \pdf_pdfusetitle false
209 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
210 \papersize a4paper
211 \use_geometry false
212 \use_amsmath 2
213 \use_esint 0
214 \use_mhchem 1
215 \use_mathdots 1
216 \cite_engine basic
217 \use_bibtopic false
218 \use_indices false
219 \paperorientation portrait
220 \suppress_date false
221 \use_refstyle 0
222 \notefontcolor #0000ff
223 \index Stichwortverzeichnis
224 \shortcut idx
225 \color #008000
226 \end_index
227 \secnumdepth 3
228 \tocdepth 3
229 \paragraph_separation skip
230 \defskip medskip
231 \quotes_language german
232 \papercolumns 1
233 \papersides 2
234 \paperpagestyle default
235 \bullet 1 0 9 -1
236 \bullet 2 2 35 -1
237 \bullet 3 2 7 -1
238 \tracking_changes false
239 \output_changes false
240 \html_math_output 0
241 \html_css_as_file 0
242 \html_be_strict false
243 \end_header
244
245 \begin_body
246
247 \begin_layout Title
248 Das LyX-Handbuch der Einfügungen:
249 \begin_inset Newline newline
250 \end_inset
251
252  
253 \size larger
254 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
255 \end_layout
256
257 \begin_layout Author
258 vom LyX Team
259 \begin_inset Foot
260 status open
261
262 \begin_layout Plain Layout
263 \noindent
264
265 \size normal
266 Übersetzung und Bearbeitung: Hartmut Haase
267 \size default
268  (
269 \noun on
270 HHa
271 \noun default
272 , bis März 2010), Uwe Stöhr
273 \begin_inset Newline newline
274 \end_inset
275
276 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
277  bitte an: 
278 \begin_inset CommandInset href
279 LatexCommand href
280 name "lyx-docs@lists.lyx.org"
281 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
282 type "mailto:"
283
284 \end_inset
285
286
287 \end_layout
288
289 \end_inset
290
291
292 \begin_inset Note Note
293 status collapsed
294
295 \begin_layout Plain Layout
296 Autor: Uwe Stöhr <uwestoehr@web.de>
297 \end_layout
298
299 \end_inset
300
301
302 \begin_inset Newline newline
303 \end_inset
304
305
306 \begin_inset Newline newline
307 \end_inset
308
309
310 \family sans
311 Version 2.0.x
312 \end_layout
313
314 \begin_layout Standard
315 \begin_inset CommandInset toc
316 LatexCommand tableofcontents
317
318 \end_inset
319
320
321 \end_layout
322
323 \begin_layout Standard
324 \begin_inset Note Note
325 status open
326
327 \begin_layout Plain Layout
328 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
329 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
330 \series bold
331 arydshln
332 \series default
333
334 \series bold
335 colortbl
336 \series default
337
338 \series bold
339 diagbox, lettrine, marginnote, picinpar
340 \series default
341  und 
342 \series bold
343 sidecap
344 \series default
345 .
346  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
347  denen sie benötigt werden.
348 \end_layout
349
350 \begin_layout Plain Layout
351 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
352  hier finden:
353 \begin_inset Newline newline
354 \end_inset
355
356
357 \series bold
358 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
359 \end_layout
360
361 \end_inset
362
363
364 \end_layout
365
366 \begin_layout Chapter
367 Abbildungen
368 \begin_inset Index idx
369 status collapsed
370
371 \begin_layout Plain Layout
372 Abbildungen
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \begin_layout Section
381 Grafik-Dialog
382 \begin_inset Index idx
383 status collapsed
384
385 \begin_layout Plain Layout
386 Abbildungen ! Grafik-Dialog
387 \end_layout
388
389 \end_inset
390
391
392 \begin_inset CommandInset label
393 LatexCommand label
394 name "abs:Grafik-Dialog"
395
396 \end_inset
397
398
399 \end_layout
400
401 \begin_layout Standard
402 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
403  
404 \family sans
405
406 \begin_inset Info
407 type  "icon"
408 arg   "dialog-show-new-inset graphics"
409 \end_inset
410
411
412 \family default
413  in der Werkzeugleiste oder wählen das Menü 
414 \family sans
415 Einfügen\SpecialChar \menuseparator
416 Grafik
417 \family default
418 .
419  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
420  
421 \family sans
422 Durchsuchen
423 \family default
424  eingeben können.
425  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
426  an der Sie sie eingefügt haben.
427 \end_layout
428
429 \begin_layout Standard
430 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
431  klicken.
432  Der Dialog hat drei Karteikarten:
433 \end_layout
434
435 \begin_layout Description
436
437 \family sans
438 Grafik
439 \family default
440  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
441  Version festlegen.
442  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
443 \begin_inset space ~
444 \end_inset
445
446
447 \begin_inset CommandInset ref
448 LatexCommand ref
449 reference "kap:In-LyX-verfügbare"
450
451 \end_inset
452
453  erklärt.
454 \begin_inset Newline newline
455 \end_inset
456
457
458 \begin_inset Index idx
459 status collapsed
460
461 \begin_layout Plain Layout
462 Abbildungen ! rotierte
463 \end_layout
464
465 \end_inset
466
467 Sie können Abbildungen durch Angabe eines 
468 \family sans
469 Winkel
470 \family default
471
472 \begin_inset space ~
473 \end_inset
474
475
476 \family sans
477 (Grad)
478 \family default
479  und Festlegung eines 
480 \family sans
481 Drehpunktes
482 \family default
483  drehen.
484  Negative Winkel drehen im Uhrzeigersinn.
485  Die Abbildung wird auch in LyX gedreht.
486 \begin_inset Newline newline
487 \end_inset
488
489
490 \begin_inset Index idx
491 status collapsed
492
493 \begin_layout Plain Layout
494 Abbildungen ! skalierte
495 \end_layout
496
497 \end_inset
498
499 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
500  oder Höhe und Breite definiert.
501  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
502  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
503  wobei sie möglicherweise verzerrt wird.
504  Um das zu vermeiden, sollten Sie 
505 \family sans
506 Seitenverhältnis
507 \begin_inset space ~
508 \end_inset
509
510 beibehalten
511 \family default
512  ankreuzen.
513  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
514  und Breite nicht überschritten werden.
515 \begin_inset Newline newline
516 \end_inset
517
518 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
519 nden Kontext-Menü 
520 \family sans
521 Datei extern bearbeiten
522 \family default
523  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
524  öffnen.
525  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
526 \family sans
527 Datei-Handhabung\SpecialChar \menuseparator
528 Dateiformate
529 \family default
530  festgelegt werden.
531 \end_layout
532
533 \begin_layout Description
534
535 \family sans
536 Ausschnitt
537 \family default
538  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
539  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
540  Wenn Sie auf 
541 \family sans
542 Lese
543 \begin_inset space ~
544 \end_inset
545
546 aus
547 \begin_inset space ~
548 \end_inset
549
550 Datei
551 \family default
552  klicken, werden die Koordinaten automatisch berechnet.
553  Die Option 
554 \family sans
555 Auf
556 \begin_inset space ~
557 \end_inset
558
559 Begrenzungsbox
560 \begin_inset space ~
561 \end_inset
562
563 zuschneiden
564 \family default
565  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
566  Koordinaten liegt.
567  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
568  diese Karteikarte ignorieren.
569 \end_layout
570
571 \begin_layout Description
572
573 \family sans
574 LaTeX-
575 \begin_inset space ~
576 \end_inset
577
578 und
579 \begin_inset space ~
580 \end_inset
581
582 LyX-Optionen
583 \family default
584  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
585  LaTeX-Experten können weitere LaTeX-Optionen definieren.
586 \begin_inset Newline newline
587 \end_inset
588
589 Ist die Option 
590 \family sans
591 Entwurfsmodus 
592 \family default
593 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
594  darin gedruckt.
595 \begin_inset Newline newline
596 \end_inset
597
598 Die Option 
599 \family sans
600 Beim
601 \begin_inset space ~
602 \end_inset
603
604 Exportieren
605 \begin_inset space ~
606 \end_inset
607
608 nicht
609 \begin_inset space ~
610 \end_inset
611
612 entpacken
613 \family default
614  betrifft nur gepackte EPS-Dateien, zum Beispiel 
615 \emph on
616 x.eps.gz
617 \emph default
618 .
619  LaTeX kann so mit ihnen umgehen.
620 \begin_inset Newline newline
621 \end_inset
622
623 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
624  wählen, siehe Anhang
625 \begin_inset space ~
626 \end_inset
627
628
629 \begin_inset CommandInset ref
630 LatexCommand ref
631 reference "abs:PostScript"
632
633 \end_inset
634
635 .
636  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
637 \begin_inset Newline newline
638 \end_inset
639
640
641 \series bold
642 gzip x.eps
643 \begin_inset Newline newline
644 \end_inset
645
646 zgrep %%Bounding x.eps.gz > x.eps.bb
647 \series default
648
649 \begin_inset Newline newline
650 \end_inset
651
652 Der zweite Befehl erzeugt die Begrenzungsbox 
653 \begin_inset Quotes gld
654 \end_inset
655
656 x.eps.bb
657 \begin_inset Quotes grd
658 \end_inset
659
660 , die LaTeX für gepackte Abbildungen benötigt.
661 \begin_inset Newline newline
662 \end_inset
663
664 Im Abschnitt 
665 \family sans
666 Grafikgruppe
667 \family default
668  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
669 n.
670 \begin_inset Index idx
671 status collapsed
672
673 \begin_layout Plain Layout
674 Abbildungen ! Einstellungsgruppen
675 \end_layout
676
677 \end_inset
678
679  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
680  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
681  der Gruppe geändert werden.
682  Damit kann man z.B.
683 \begin_inset space ~
684 \end_inset
685
686 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
687  Bild tun zu müssen.
688  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
689  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
690 \end_layout
691
692 \begin_layout Standard
693 \begin_inset VSpace bigskip
694 \end_inset
695
696
697 \end_layout
698
699 \begin_layout Standard
700 Hier ist eine zentrierte EPS-Abbildung
701 \begin_inset Foot
702 status collapsed
703
704 \begin_layout Plain Layout
705 Abbildungsformate sind in Abschnitt
706 \begin_inset space ~
707 \end_inset
708
709
710 \begin_inset CommandInset ref
711 LatexCommand ref
712 reference "abs:Bildformate"
713
714 \end_inset
715
716  beschrieben.
717 \end_layout
718
719 \end_inset
720
721  in einem eigenen Absatz:
722 \end_layout
723
724 \begin_layout Standard
725 \align center
726 \begin_inset Graphics
727         filename ../clipart/mobius.eps
728         scale 70
729         scaleBeforeRotation
730         rotateOrigin center
731
732 \end_inset
733
734
735 \end_layout
736
737 \begin_layout Standard
738 \noindent
739 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
740 \end_layout
741
742 \begin_layout Standard
743 \align center
744 \begin_inset Graphics
745         filename ../clipart/mobius.eps
746         scale 70
747         draft
748         scaleBeforeRotation
749         rotateOrigin center
750
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Section
757 Gleitende Abbildungen
758 \begin_inset CommandInset label
759 LatexCommand label
760 name "abs:Gleitende-Abbildungen"
761
762 \end_inset
763
764
765 \begin_inset Index idx
766 status collapsed
767
768 \begin_layout Plain Layout
769 Abbildungen ! gleitende
770 \end_layout
771
772 \end_inset
773
774
775 \begin_inset Index idx
776 status collapsed
777
778 \begin_layout Plain Layout
779 Gleitobjekte ! Abbildungen
780 \end_layout
781
782 \end_inset
783
784
785 \end_layout
786
787 \begin_layout Standard
788 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
789 \begin_inset space ~
790 \end_inset
791
792
793 \begin_inset CommandInset ref
794 LatexCommand ref
795 reference "abs:Gleitobjekte-Einleitung"
796
797 \end_inset
798
799 .
800 \end_layout
801
802 \begin_layout Standard
803 Wenn Sie auf das Werkzeugleisten-Symbol 
804 \family sans
805
806 \begin_inset Info
807 type  "icon"
808 arg   "float-insert figure"
809 \end_inset
810
811
812 \family default
813  klicken oder 
814 \family sans
815 Einfügen\SpecialChar \menuseparator
816 Gleit\SpecialChar \-
817 objekt\SpecialChar \menuseparator
818 Abbildung
819 \family default
820  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
821  In das rot umrahmte Feld rechts von 
822 \emph on
823 Abbildung
824 \begin_inset space ~
825 \end_inset
826
827 Nr:
828 \emph default
829  schreiben Sie die Bildbeschriftung.
830  Nach einem Klick oberhalb oder unterhalb von 
831 \emph on
832 Abbildung
833 \begin_inset space ~
834 \end_inset
835
836 Nr:
837 \emph default
838  können Sie dann eine Abbildung wie 
839 \begin_inset CommandInset ref
840 LatexCommand ref
841 reference "abb:kill-plat"
842
843 \end_inset
844
845  oberhalb oder wie Abbildung
846 \begin_inset space ~
847 \end_inset
848
849
850 \begin_inset CommandInset ref
851 LatexCommand ref
852 reference "abb:escher"
853
854 \end_inset
855
856  unterhalb der Bildbeschriftung einfügen.
857  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
858 \begin_inset space ~
859 \end_inset
860
861
862 \begin_inset CommandInset ref
863 LatexCommand ref
864 reference "abs:Titel-Platzierung"
865
866 \end_inset
867
868 .
869 \end_layout
870
871 \begin_layout Standard
872 \begin_inset Float figure
873 wide false
874 sideways false
875 status open
876
877 \begin_layout Plain Layout
878 \align center
879 \begin_inset Graphics
880         filename ../clipart/platypus.eps
881         width 50col%
882         scaleBeforeRotation
883         rotateOrigin center
884
885 \end_inset
886
887
888 \end_layout
889
890 \begin_layout Plain Layout
891 \begin_inset Caption
892
893 \begin_layout Plain Layout
894 \begin_inset CommandInset label
895 LatexCommand label
896 name "abb:kill-plat"
897
898 \end_inset
899
900 Platypus in einem Gleitobjekt
901 \end_layout
902
903 \end_inset
904
905
906 \end_layout
907
908 \end_inset
909
910
911 \end_layout
912
913 \begin_layout Standard
914 \begin_inset Float figure
915 wide false
916 sideways false
917 status open
918
919 \begin_layout Plain Layout
920 \begin_inset Caption
921
922 \begin_layout Plain Layout
923 \begin_inset CommandInset label
924 LatexCommand label
925 name "abb:escher"
926
927 \end_inset
928
929 M.C.
930  Escher
931 \end_layout
932
933 \end_inset
934
935
936 \end_layout
937
938 \begin_layout Plain Layout
939 \align center
940 \begin_inset Graphics
941         filename ../clipart/escher-lsd.eps
942         scale 80
943         scaleBeforeRotation
944         rotateOrigin center
945
946 \end_inset
947
948
949 \end_layout
950
951 \end_inset
952
953
954 \end_layout
955
956 \begin_layout Standard
957 \begin_inset Index idx
958 status collapsed
959
960 \begin_layout Plain Layout
961 Querverweise ! auf Abbildungen
962 \end_layout
963
964 \end_inset
965
966 Abbildung
967 \begin_inset space ~
968 \end_inset
969
970
971 \begin_inset CommandInset ref
972 LatexCommand ref
973 reference "abb:kill-plat"
974
975 \end_inset
976
977  und 
978 \begin_inset CommandInset ref
979 LatexCommand ref
980 reference "abb:escher"
981
982 \end_inset
983
984  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
985  Dafür fügen Sie in der Beschriftung mit 
986 \family sans
987 Einfügen\SpecialChar \menuseparator
988 Marke
989 \family default
990  oder durch Klicken auf 
991 \family sans
992
993 \begin_inset Info
994 type  "icon"
995 arg   "label-insert"
996 \end_inset
997
998
999 \family default
1000  eine Marke ein.
1001  Auf diese können Sie dann wie gewohnt mit 
1002 \family sans
1003 Einfügen\SpecialChar \menuseparator
1004 Querverweis
1005 \family default
1006  oder durch Klicken auf 
1007 \family sans
1008
1009 \begin_inset Info
1010 type  "icon"
1011 arg   "dialog-show-new-inset ref"
1012 \end_inset
1013
1014
1015 \family default
1016  verweisen.
1017  Das ist besser als eine vage Formulierung wie 
1018 \begin_inset Quotes gld
1019 \end_inset
1020
1021 die obige Abbildung
1022 \begin_inset Quotes grd
1023 \end_inset
1024
1025  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1026  erscheint, und das muss nicht 
1027 \emph on
1028 oben
1029 \emph default
1030  sein.
1031  Verweise werden detailliert in Abschnitt
1032 \begin_inset space ~
1033 \end_inset
1034
1035
1036 \begin_inset CommandInset ref
1037 LatexCommand ref
1038 reference "abs:Auf-Gleitobjekte-verweisen"
1039
1040 \end_inset
1041
1042  beschrieben.
1043 \end_layout
1044
1045 \begin_layout Standard
1046 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1047  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1048  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1049  Gleitabbildung einfügt.
1050  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1051  Abbildung
1052 \begin_inset space ~
1053 \end_inset
1054
1055
1056 \begin_inset CommandInset ref
1057 LatexCommand ref
1058 reference "abb:Zwei-Teilabbildungen"
1059
1060 \end_inset
1061
1062  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1063  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1064  Gleitabbildung auf Eingabe drücken.
1065  Abbildung
1066 \begin_inset space ~
1067 \end_inset
1068
1069
1070 \begin_inset CommandInset ref
1071 LatexCommand ref
1072 reference "abb:Undefinierbar"
1073
1074 \end_inset
1075
1076  und 
1077 \begin_inset CommandInset ref
1078 LatexCommand ref
1079 reference "abb:Ein-Schnabeltier"
1080
1081 \end_inset
1082
1083  sind die Teilabbildungen.
1084 \end_layout
1085
1086 \begin_layout Standard
1087 \begin_inset Float figure
1088 wide false
1089 sideways false
1090 status open
1091
1092 \begin_layout Plain Layout
1093 \begin_inset space \hfill{}
1094 \end_inset
1095
1096
1097 \begin_inset Float figure
1098 wide false
1099 sideways false
1100 status collapsed
1101
1102 \begin_layout Plain Layout
1103 \begin_inset Caption
1104
1105 \begin_layout Plain Layout
1106 \begin_inset CommandInset label
1107 LatexCommand label
1108 name "abb:Undefinierbar"
1109
1110 \end_inset
1111
1112 Undefinierbar
1113 \end_layout
1114
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \begin_layout Plain Layout
1121 \begin_inset Graphics
1122         filename ../clipart/escher-lsd.eps
1123         width 35col%
1124         scaleBeforeRotation
1125         groupId Teilabbildung
1126
1127 \end_inset
1128
1129
1130 \end_layout
1131
1132 \end_inset
1133
1134
1135 \begin_inset space \hfill{}
1136 \end_inset
1137
1138
1139 \begin_inset Float figure
1140 wide false
1141 sideways false
1142 status collapsed
1143
1144 \begin_layout Plain Layout
1145 \begin_inset Caption
1146
1147 \begin_layout Plain Layout
1148 \begin_inset CommandInset label
1149 LatexCommand label
1150 name "abb:Ein-Schnabeltier"
1151
1152 \end_inset
1153
1154 Ein Schnabeltier
1155 \end_layout
1156
1157 \end_inset
1158
1159
1160 \end_layout
1161
1162 \begin_layout Plain Layout
1163 \begin_inset Graphics
1164         filename ../clipart/platypus.eps
1165         width 35col%
1166         scaleBeforeRotation
1167         groupId Teilabbildung
1168
1169 \end_inset
1170
1171
1172 \end_layout
1173
1174 \end_inset
1175
1176
1177 \begin_inset space \hfill{}
1178 \end_inset
1179
1180
1181 \end_layout
1182
1183 \begin_layout Plain Layout
1184 \begin_inset Caption
1185
1186 \begin_layout Plain Layout
1187 \begin_inset CommandInset label
1188 LatexCommand label
1189 name "abb:Zwei-Teilabbildungen"
1190
1191 \end_inset
1192
1193 Zwei Teilabbildungen nebeneinander.
1194  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1195 \begin_inset Quotes gld
1196 \end_inset
1197
1198 Teilabbildung
1199 \begin_inset Quotes grd
1200 \end_inset
1201
1202  an.
1203 \end_layout
1204
1205 \end_inset
1206
1207
1208 \end_layout
1209
1210 \end_inset
1211
1212
1213 \end_layout
1214
1215 \begin_layout Section
1216 Bildformate
1217 \begin_inset CommandInset label
1218 LatexCommand label
1219 name "abs:Bildformate"
1220
1221 \end_inset
1222
1223
1224 \begin_inset Index idx
1225 status collapsed
1226
1227 \begin_layout Plain Layout
1228 Abbildungen ! Bildformate
1229 \end_layout
1230
1231 \end_inset
1232
1233
1234 \end_layout
1235
1236 \begin_layout Standard
1237 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1238  Aber wie in Anhang
1239 \begin_inset space ~
1240 \end_inset
1241
1242
1243 \begin_inset CommandInset ref
1244 LatexCommand ref
1245 reference "kap:Ausgabedatei-Formate"
1246
1247 \end_inset
1248
1249  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1250  LyX benutzt im Hintergrund das Programm
1251 \family typewriter
1252  ImageMagick
1253 \family default
1254 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1255  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1256  vermeiden.
1257  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1258  werden können.
1259  Diese Formate werden in Anhang
1260 \begin_inset space ~
1261 \end_inset
1262
1263
1264 \begin_inset CommandInset ref
1265 LatexCommand ref
1266 reference "kap:Ausgabedatei-Formate"
1267
1268 \end_inset
1269
1270  beschrieben.
1271 \end_layout
1272
1273 \begin_layout Standard
1274 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1275 \end_layout
1276
1277 \begin_layout Description
1278 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1279  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1280  
1281 \emph on
1282 pixelig
1283 \emph default
1284  aus.
1285  Bekannte Pixel-Formate sind 
1286 \begin_inset Quotes gld
1287 \end_inset
1288
1289 Graphics Interchange Format
1290 \begin_inset Quotes grd
1291 \end_inset
1292
1293  (GIF, Dateiendung
1294 \family typewriter
1295  
1296 \family default
1297
1298 \begin_inset Quotes gld
1299 \end_inset
1300
1301
1302 \family typewriter
1303 .gif
1304 \family default
1305
1306 \begin_inset Quotes grd
1307 \end_inset
1308
1309 )
1310 \begin_inset Index idx
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314 GIF
1315 \end_layout
1316
1317 \end_inset
1318
1319
1320 \begin_inset Quotes gld
1321 \end_inset
1322
1323 Portable Network Graphics
1324 \begin_inset Quotes grd
1325 \end_inset
1326
1327  (PNG, Dateiendung 
1328 \begin_inset Quotes gld
1329 \end_inset
1330
1331
1332 \family typewriter
1333 .png
1334 \family default
1335
1336 \begin_inset Quotes grd
1337 \end_inset
1338
1339 )
1340 \begin_inset Index idx
1341 status collapsed
1342
1343 \begin_layout Plain Layout
1344 PNG
1345 \end_layout
1346
1347 \end_inset
1348
1349
1350 \begin_inset Quotes gld
1351 \end_inset
1352
1353 Joint Photographic Experts Group
1354 \begin_inset Quotes grd
1355 \end_inset
1356
1357  (JPEG, Dateiendung
1358 \family typewriter
1359  
1360 \family default
1361
1362 \begin_inset Quotes gld
1363 \end_inset
1364
1365
1366 \family typewriter
1367 .jpg
1368 \family default
1369
1370 \begin_inset Quotes grd
1371 \end_inset
1372
1373  oder 
1374 \begin_inset Quotes gld
1375 \end_inset
1376
1377
1378 \family typewriter
1379 .jpeg
1380 \family default
1381
1382 \begin_inset Quotes grd
1383 \end_inset
1384
1385 )
1386 \begin_inset Index idx
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390 JPG, JPEG
1391 \end_layout
1392
1393 \end_inset
1394
1395  und 
1396 \begin_inset Quotes gld
1397 \end_inset
1398
1399 Windows Bitmap
1400 \begin_inset Quotes grd
1401 \end_inset
1402
1403  (BMP, Dateiendung 
1404 \begin_inset Quotes gld
1405 \end_inset
1406
1407
1408 \family typewriter
1409 .bmp
1410 \family default
1411
1412 \begin_inset Quotes grd
1413 \end_inset
1414
1415 )
1416 \begin_inset Index idx
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420 BMP
1421 \end_layout
1422
1423 \end_inset
1424
1425 .
1426 \end_layout
1427
1428 \begin_layout Description
1429 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1430  auf jede beliebige Größe skaliert werden.
1431  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1432  zoomen zu können.
1433 \begin_inset Newline newline
1434 \end_inset
1435
1436 Bekannte Formate sind 
1437 \begin_inset Quotes gld
1438 \end_inset
1439
1440 Scalable Vector Graphics
1441 \begin_inset Quotes grd
1442 \end_inset
1443
1444  (SVG, Dateiendung
1445 \family typewriter
1446  
1447 \family default
1448
1449 \begin_inset Quotes gld
1450 \end_inset
1451
1452
1453 \family typewriter
1454 .svg
1455 \family default
1456
1457 \begin_inset Quotes grd
1458 \end_inset
1459
1460 )
1461 \begin_inset Index idx
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 SVG
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \begin_inset Quotes gld
1472 \end_inset
1473
1474 Encapsulated PostScript
1475 \begin_inset Quotes grd
1476 \end_inset
1477
1478  (EPS, Dateiendung 
1479 \begin_inset Quotes gld
1480 \end_inset
1481
1482
1483 \family typewriter
1484 .eps
1485 \family default
1486
1487 \begin_inset Quotes grd
1488 \end_inset
1489
1490 )
1491 \begin_inset Index idx
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495 EPS
1496 \end_layout
1497
1498 \end_inset
1499
1500
1501 \begin_inset Quotes gld
1502 \end_inset
1503
1504 Portable Document Format
1505 \begin_inset Quotes grd
1506 \end_inset
1507
1508  (PDF, Dateiendung
1509 \family typewriter
1510  
1511 \family default
1512
1513 \begin_inset Quotes gld
1514 \end_inset
1515
1516
1517 \family typewriter
1518 .pdf
1519 \family default
1520
1521 \begin_inset Quotes grd
1522 \end_inset
1523
1524 )
1525 \begin_inset Index idx
1526 status collapsed
1527
1528 \begin_layout Plain Layout
1529 PDF
1530 \end_layout
1531
1532 \end_inset
1533
1534  und 
1535 \begin_inset Quotes gld
1536 \end_inset
1537
1538 Windows Metafile
1539 \begin_inset Quotes grd
1540 \end_inset
1541
1542  (WMF, Dateiendung 
1543 \begin_inset Quotes gld
1544 \end_inset
1545
1546
1547 \family typewriter
1548 .wmf
1549 \family default
1550
1551 \begin_inset Quotes grd
1552 \end_inset
1553
1554 )
1555 \begin_inset Index idx
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559 WMF
1560 \end_layout
1561
1562 \end_inset
1563
1564 .
1565 \end_layout
1566
1567 \begin_layout Standard
1568 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1569  das Ergebnis ist immer noch ein Pixelbild.
1570  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1571  hinzugefügt.
1572 \begin_inset Foot
1573 status collapsed
1574
1575 \begin_layout Plain Layout
1576 Bei PDF wird das Originalbild auch noch komprimiert.
1577 \end_layout
1578
1579 \end_inset
1580
1581  Die PDF-Dateien, die 
1582 \family typewriter
1583 Adobe Photoshop
1584 \family default
1585  erzeugt, sind zum Beispiel Pixelbilder.
1586 \end_layout
1587
1588 \begin_layout Standard
1589 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1590  umgekehrt.
1591  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1592  eingefügt werden.
1593  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1594  erzeugt wird, weil es zur Zeit keine WMF/SVG
1595 \begin_inset Formula $\to$
1596 \end_inset
1597
1598 PDF/EPS Konverter gibt.
1599 \end_layout
1600
1601 \begin_layout Chapter
1602 Tabellen
1603 \begin_inset Index idx
1604 status collapsed
1605
1606 \begin_layout Plain Layout
1607 Tabellen
1608 \end_layout
1609
1610 \end_inset
1611
1612
1613 \end_layout
1614
1615 \begin_layout Section
1616 Einführung
1617 \begin_inset Index idx
1618 status collapsed
1619
1620 \begin_layout Plain Layout
1621 Tabellen ! Einführung
1622 \end_layout
1623
1624 \end_inset
1625
1626
1627 \end_layout
1628
1629 \begin_layout Standard
1630 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1631 \begin_inset Info
1632 type  "icon"
1633 arg   "tabular-insert"
1634 \end_inset
1635
1636  oder das Menü 
1637 \family sans
1638 Einfügen\SpecialChar \menuseparator
1639 Tabelle
1640 \family default
1641  einfügen.
1642  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1643 \begin_inset space \thinspace{}
1644 \end_inset
1645
1646 -Tabelle.
1647  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1648  und die Größe der dunkelblauen Tabelle angezeigt.
1649  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1650  ein.
1651  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1652  Spaltenanzahl festlegen können.
1653 \end_layout
1654
1655 \begin_layout Standard
1656 In der so erstellten Tabelle ist jede Zelle umrandet.
1657  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1658  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1659  die zweite Zeile eine Linie oberhalb haben.
1660  Hier ist ein Beispiel:
1661 \end_layout
1662
1663 \begin_layout Standard
1664 \align center
1665 \begin_inset Tabular
1666 <lyxtabular version="3" rows="5" columns="4">
1667 <features tabularvalignment="middle">
1668 <column alignment="center" valignment="top" width="0">
1669 <column alignment="center" valignment="top" width="0">
1670 <column alignment="center" valignment="top" width="0">
1671 <column alignment="center" valignment="top" width="0">
1672 <row>
1673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1674 \begin_inset Text
1675
1676 \begin_layout Plain Layout
1677
1678 \end_layout
1679
1680 \end_inset
1681 </cell>
1682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1683 \begin_inset Text
1684
1685 \begin_layout Plain Layout
1686
1687 \family roman
1688 \series medium
1689 \shape up
1690 \size normal
1691 \emph off
1692 \bar no
1693 \noun off
1694 \color none
1695 1
1696 \end_layout
1697
1698 \end_inset
1699 </cell>
1700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1701 \begin_inset Text
1702
1703 \begin_layout Plain Layout
1704 2
1705 \end_layout
1706
1707 \end_inset
1708 </cell>
1709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Plain Layout
1713 3
1714 \end_layout
1715
1716 \end_inset
1717 </cell>
1718 </row>
1719 <row>
1720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724
1725 \family roman
1726 \series medium
1727 \shape up
1728 \size normal
1729 \emph off
1730 \bar no
1731 \noun off
1732 \color none
1733 A
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \end_layout
1762
1763 \end_inset
1764 </cell>
1765 </row>
1766 <row>
1767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771
1772 \family roman
1773 \series medium
1774 \shape up
1775 \size normal
1776 \emph off
1777 \bar no
1778 \noun off
1779 \color none
1780 B
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 </row>
1813 <row>
1814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \family roman
1820 \series medium
1821 \shape up
1822 \size normal
1823 \emph off
1824 \bar no
1825 \noun off
1826 \color none
1827 C
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 </row>
1860 <row>
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865 D
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 </row>
1898 </lyxtabular>
1899
1900 \end_inset
1901
1902
1903 \end_layout
1904
1905 \begin_layout Section
1906 Tabellen-Dialog
1907 \begin_inset Index idx
1908 status collapsed
1909
1910 \begin_layout Plain Layout
1911 Tabellen ! Einstellungen
1912 \end_layout
1913
1914 \end_inset
1915
1916
1917 \end_layout
1918
1919 \begin_layout Standard
1920 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1921  Maustaste draufklicken.
1922  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1923 \family sans
1924 Einstellungen
1925 \family default
1926  steht.
1927  Ein Klick darauf öffnet den Tabellen-Dialog.
1928  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1929  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1930  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1931  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1932  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1933  Auswahl.
1934  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1935 \emph on
1936 Inhalt
1937 \emph default
1938  einer Zelle oder die Zelle selber ausgewählt haben.
1939 \begin_inset Newline newline
1940 \end_inset
1941
1942 Mit der Dialog-Option 
1943 \family sans
1944 Direkt
1945 \begin_inset space ~
1946 \end_inset
1947
1948 übernehmen
1949 \family default
1950  wird jede Änderung, die Sie machen, direkt übernommen.
1951  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1952  dann auch die Parameter der neuen Zelle an.
1953  Wenn Sie Längenwerte im Dialog ändern, müssen Sie Enter drücken, um die
1954  Änderung zu übernehmen.
1955 \begin_inset Newline newline
1956 \end_inset
1957
1958 Der Tabellen-Dialog hat folgende Karteikarten:
1959 \end_layout
1960
1961 \begin_layout Description
1962
1963 \family sans
1964 Tabellen-Einstellungen
1965 \family default
1966  Hier können Sie die Horizontale
1967 \begin_inset space ~
1968 \end_inset
1969
1970 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1971  Die Ausrichtung 
1972 \family sans
1973 Am
1974 \begin_inset space ~
1975 \end_inset
1976
1977 Dezimaltrenner
1978 \family default
1979  ist in Abschnitt
1980 \begin_inset space ~
1981 \end_inset
1982
1983
1984 \begin_inset CommandInset ref
1985 LatexCommand ref
1986 reference "sub:Besondere-Zellenausrichtung"
1987
1988 \end_inset
1989
1990  beschrieben.
1991  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1992 \begin_inset space ~
1993 \end_inset
1994
1995 Ausrichtung der momentanen Zeile wählen.
1996  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1997  Absätze haben, wie in Abschnitt
1998 \begin_inset space ~
1999 \end_inset
2000
2001
2002 \begin_inset CommandInset ref
2003 LatexCommand ref
2004 reference "uab:Mehrfache-Zeilen-in"
2005
2006 \end_inset
2007
2008  beschrieben.
2009  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2010 \begin_inset Newline newline
2011 \end_inset
2012
2013 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2014  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2015 \begin_inset space ~
2016 \end_inset
2017
2018
2019 \begin_inset CommandInset ref
2020 LatexCommand ref
2021 reference "uab:Mehrfachspalten"
2022
2023 \end_inset
2024
2025  und 
2026 \begin_inset CommandInset ref
2027 LatexCommand ref
2028 reference "uab:Mehrfachzeilen"
2029
2030 \end_inset
2031
2032  beschrieben.
2033 \begin_inset Newline newline
2034 \end_inset
2035
2036 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2037  den Uhrzeigersinn um 90° drehen.
2038  LyX zeigt diese Drehung nur in der Ausgabe.
2039 \begin_inset Newline newline
2040 \end_inset
2041
2042
2043 \begin_inset Note Greyedout
2044 status open
2045
2046 \begin_layout Plain Layout
2047
2048 \series bold
2049 Achtung:
2050 \series default
2051  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2052 \end_layout
2053
2054 \end_inset
2055
2056
2057 \begin_inset Newline newline
2058 \end_inset
2059
2060 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2061  Textzeilen verwendet:
2062 \begin_inset Newline newline
2063 \end_inset
2064
2065 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2066 \begin_inset Tabular
2067 <lyxtabular version="3" rows="2" columns="2">
2068 <features tabularvalignment="top">
2069 <column alignment="center" valignment="top" width="0pt">
2070 <column alignment="center" valignment="top" width="0">
2071 <row>
2072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2073 \begin_inset Text
2074
2075 \begin_layout Plain Layout
2076
2077 \end_layout
2078
2079 \end_inset
2080 </cell>
2081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2082 \begin_inset Text
2083
2084 \begin_layout Plain Layout
2085 1
2086 \end_layout
2087
2088 \end_inset
2089 </cell>
2090 </row>
2091 <row>
2092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2093 \begin_inset Text
2094
2095 \begin_layout Plain Layout
2096 A
2097 \end_layout
2098
2099 \end_inset
2100 </cell>
2101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2102 \begin_inset Text
2103
2104 \begin_layout Plain Layout
2105
2106 \end_layout
2107
2108 \end_inset
2109 </cell>
2110 </row>
2111 </lyxtabular>
2112
2113 \end_inset
2114
2115  
2116 \begin_inset Tabular
2117 <lyxtabular version="3" rows="2" columns="2">
2118 <features tabularvalignment="middle">
2119 <column alignment="center" valignment="top" width="0">
2120 <column alignment="center" valignment="top" width="0">
2121 <row>
2122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2123 \begin_inset Text
2124
2125 \begin_layout Plain Layout
2126
2127 \end_layout
2128
2129 \end_inset
2130 </cell>
2131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2132 \begin_inset Text
2133
2134 \begin_layout Plain Layout
2135 1
2136 \end_layout
2137
2138 \end_inset
2139 </cell>
2140 </row>
2141 <row>
2142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2143 \begin_inset Text
2144
2145 \begin_layout Plain Layout
2146 A
2147 \end_layout
2148
2149 \end_inset
2150 </cell>
2151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2152 \begin_inset Text
2153
2154 \begin_layout Plain Layout
2155
2156 \end_layout
2157
2158 \end_inset
2159 </cell>
2160 </row>
2161 </lyxtabular>
2162
2163 \end_inset
2164
2165  
2166 \begin_inset Tabular
2167 <lyxtabular version="3" rows="2" columns="2">
2168 <features tabularvalignment="bottom">
2169 <column alignment="center" valignment="top" width="0pt">
2170 <column alignment="center" valignment="top" width="0">
2171 <row>
2172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2173 \begin_inset Text
2174
2175 \begin_layout Plain Layout
2176
2177 \end_layout
2178
2179 \end_inset
2180 </cell>
2181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2182 \begin_inset Text
2183
2184 \begin_layout Plain Layout
2185 1
2186 \end_layout
2187
2188 \end_inset
2189 </cell>
2190 </row>
2191 <row>
2192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2193 \begin_inset Text
2194
2195 \begin_layout Plain Layout
2196 A
2197 \end_layout
2198
2199 \end_inset
2200 </cell>
2201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2202 \begin_inset Text
2203
2204 \begin_layout Plain Layout
2205
2206 \end_layout
2207
2208 \end_inset
2209 </cell>
2210 </row>
2211 </lyxtabular>
2212
2213 \end_inset
2214
2215
2216 \begin_inset Newline newline
2217 \end_inset
2218
2219 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2220 gen einfügen,
2221  wie in den Abschnitten 
2222 \begin_inset CommandInset ref
2223 LatexCommand ref
2224 reference "uab:Mehrfachspalten-Berechnungen"
2225
2226 \end_inset
2227
2228  und 
2229 \begin_inset CommandInset ref
2230 LatexCommand ref
2231 reference "abs:Farbige-Tabellen"
2232
2233 \end_inset
2234
2235  beschrieben.
2236 \end_layout
2237
2238 \begin_layout Description
2239
2240 \family sans
2241 Rahmen
2242 \family default
2243  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2244  hinzufügen und löschen.
2245 \begin_inset Newline newline
2246 \end_inset
2247
2248 Wenn Sie die Stil-Option
2249 \family sans
2250  Formal
2251 \family default
2252  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2253 \begin_inset space ~
2254 \end_inset
2255
2256
2257 \begin_inset CommandInset ref
2258 LatexCommand ref
2259 reference "abs:Formale-Tabellen"
2260
2261 \end_inset
2262
2263  beschrieben, konvertiert.
2264 \begin_inset Newline newline
2265 \end_inset
2266
2267 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2268 \begin_inset space ~
2269 \end_inset
2270
2271
2272 \begin_inset CommandInset ref
2273 LatexCommand ref
2274 reference "uab:Zeilenabstand"
2275
2276 \end_inset
2277
2278  beschrieben.
2279 \end_layout
2280
2281 \begin_layout Description
2282
2283 \family sans
2284 Lange
2285 \begin_inset space ~
2286 \end_inset
2287
2288 Tabelle
2289 \family default
2290  Hier kann eine Tabelle als 
2291 \begin_inset Quotes gld
2292 \end_inset
2293
2294 Lange
2295 \begin_inset space ~
2296 \end_inset
2297
2298 Tabelle
2299 \begin_inset Quotes grd
2300 \end_inset
2301
2302  definiert werden, die über mehrere Seiten reicht.
2303  Die Abschnitte
2304 \begin_inset space ~
2305 \end_inset
2306
2307
2308 \begin_inset CommandInset ref
2309 LatexCommand ref
2310 reference "abs:Lange-Tabellen"
2311
2312 \end_inset
2313
2314  und 
2315 \begin_inset CommandInset ref
2316 LatexCommand ref
2317 reference "abs:Special-Longtable-Issues"
2318
2319 \end_inset
2320
2321  beschreiben diese Funktion genauer.
2322 \end_layout
2323
2324 \begin_layout Section
2325 Tabellen-Werkzeugleiste
2326 \begin_inset Index idx
2327 status collapsed
2328
2329 \begin_layout Plain Layout
2330 Tabellen ! Werkzeugleiste
2331 \end_layout
2332
2333 \end_inset
2334
2335
2336 \end_layout
2337
2338 \begin_layout Standard
2339 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2340 \family sans
2341 Tabellen-Einstellungen
2342 \family default
2343 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2344  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2345  LyX-Fensters.
2346 \end_layout
2347
2348 \begin_layout Standard
2349 Die Werkzeugleiste hat folgende Knöpfe:
2350 \end_layout
2351
2352 \begin_layout Labeling
2353 \labelwidthstring 00.00.0000
2354
2355 \family sans
2356 \begin_inset Info
2357 type  "icon"
2358 arg   "inset-modify tabular append-row"
2359 \end_inset
2360
2361
2362 \family default
2363  Fügt eine Zeile unterhalb der momentanen an
2364 \end_layout
2365
2366 \begin_layout Labeling
2367 \labelwidthstring 00.00.0000
2368
2369 \family sans
2370 \begin_inset Info
2371 type  "icon"
2372 arg   "inset-modify tabular append-column"
2373 \end_inset
2374
2375
2376 \family default
2377  Fügt eine Spalte rechts von der momentanen an
2378 \end_layout
2379
2380 \begin_layout Labeling
2381 \labelwidthstring 00.00.0000
2382
2383 \family sans
2384 \begin_inset Info
2385 type  "icon"
2386 arg   "inset-modify tabular delete-row"
2387 \end_inset
2388
2389
2390 \family default
2391  Löscht die ausgewählte(n) Zeile(n)
2392 \end_layout
2393
2394 \begin_layout Labeling
2395 \labelwidthstring 00.00.0000
2396
2397 \family sans
2398 \begin_inset Info
2399 type  "icon"
2400 arg   "inset-modify tabular delete-column"
2401 \end_inset
2402
2403
2404 \family default
2405  Löscht die ausgewählte(n) Spalte(n)
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410
2411 \family sans
2412 \begin_inset Info
2413 type  "icon"
2414 arg   "inset-modify tabular toggle-line-top"
2415 \end_inset
2416
2417
2418 \family default
2419  Fügt eine Linie oberhalb 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
2426 \family sans
2427 \begin_inset Info
2428 type  "icon"
2429 arg   "inset-modify tabular toggle-line-bottom"
2430 \end_inset
2431
2432
2433 \family default
2434  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2435  wenn der Knopf grau hinterlegt ist
2436 \end_layout
2437
2438 \begin_layout Labeling
2439 \labelwidthstring 00.00.0000
2440
2441 \family sans
2442 \begin_inset Info
2443 type  "icon"
2444 arg   "inset-modify tabular toggle-line-left"
2445 \end_inset
2446
2447
2448 \family default
2449  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2450  wenn der Knopf grau hinterlegt ist
2451 \end_layout
2452
2453 \begin_layout Labeling
2454 \labelwidthstring 00.00.0000
2455
2456 \family sans
2457 \begin_inset Info
2458 type  "icon"
2459 arg   "inset-modify tabular toggle-line-right"
2460 \end_inset
2461
2462
2463 \family default
2464  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2465  wenn der Knopf grau hinterlegt ist
2466 \end_layout
2467
2468 \begin_layout Labeling
2469 \labelwidthstring 00.00.0000
2470
2471 \family sans
2472 \begin_inset Info
2473 type  "icon"
2474 arg   "inset-modify tabular set-all-lines"
2475 \end_inset
2476
2477
2478 \family default
2479  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484
2485 \family sans
2486 \begin_inset Info
2487 type  "icon"
2488 arg   "inset-modify tabular unset-all-lines"
2489 \end_inset
2490
2491
2492 \family default
2493  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2494 \end_layout
2495
2496 \begin_layout Labeling
2497 \labelwidthstring 00.00.0000
2498
2499 \family sans
2500 \begin_inset Info
2501 type  "icon"
2502 arg   "inset-modify tabular m-align-left"
2503 \end_inset
2504
2505
2506 \family default
2507  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512
2513 \family sans
2514 \begin_inset Info
2515 type  "icon"
2516 arg   "inset-modify tabular m-align-center"
2517 \end_inset
2518
2519
2520 \family default
2521  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2522 \end_layout
2523
2524 \begin_layout Labeling
2525 \labelwidthstring 00.00.0000
2526
2527 \family sans
2528 \begin_inset Info
2529 type  "icon"
2530 arg   "inset-modify tabular m-align-right"
2531 \end_inset
2532
2533
2534 \family default
2535  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2536 \end_layout
2537
2538 \begin_layout Labeling
2539 \labelwidthstring 00.00.0000
2540
2541 \family sans
2542 \begin_inset Info
2543 type  "icon"
2544 arg   "inset-modify tabular align-decimal"
2545 \end_inset
2546
2547
2548 \family default
2549  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554
2555 \family sans
2556 \begin_inset Info
2557 type  "icon"
2558 arg   "inset-modify tabular m-valign-top"
2559 \end_inset
2560
2561
2562 \family default
2563  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2564 \end_layout
2565
2566 \begin_layout Labeling
2567 \labelwidthstring 00.00.0000
2568
2569 \family sans
2570 \begin_inset Info
2571 type  "icon"
2572 arg   "inset-modify tabular m-valign-middle"
2573 \end_inset
2574
2575
2576 \family default
2577  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2578 \end_layout
2579
2580 \begin_layout Labeling
2581 \labelwidthstring 00.00.0000
2582
2583 \family sans
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "inset-modify tabular m-valign-bottom"
2587 \end_inset
2588
2589
2590 \family default
2591  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2592 \end_layout
2593
2594 \begin_layout Labeling
2595 \labelwidthstring 00.00.0000
2596
2597 \family sans
2598 \begin_inset Info
2599 type  "icon"
2600 arg   "inset-modify tabular set-rotate-cell"
2601 \end_inset
2602
2603
2604 \family default
2605  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2606 \end_layout
2607
2608 \begin_layout Labeling
2609 \labelwidthstring 00.00.0000
2610
2611 \family sans
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "inset-modify tabular set-rotate-tabular"
2615 \end_inset
2616
2617
2618 \family default
2619  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624
2625 \family sans
2626 \begin_inset Info
2627 type  "icon"
2628 arg   "inset-modify tabular multicolumn"
2629 \end_inset
2630
2631
2632 \family default
2633  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2634 \end_layout
2635
2636 \begin_layout Labeling
2637 \labelwidthstring 00.00.0000
2638
2639 \family sans
2640 \begin_inset Info
2641 type  "icon"
2642 arg   "inset-modify tabular multirow"
2643 \end_inset
2644
2645
2646 \family default
2647  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2648 \end_layout
2649
2650 \begin_layout Standard
2651 \begin_inset Note Greyedout
2652 status open
2653
2654 \begin_layout Plain Layout
2655
2656 \series bold
2657 Bemerkung:
2658 \series default
2659  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2660  Reihe für alle Zelle der Reihe verwendet.
2661 \end_layout
2662
2663 \end_inset
2664
2665
2666 \end_layout
2667
2668 \begin_layout Section
2669 Bearbeiten-Menü
2670 \begin_inset Index idx
2671 status collapsed
2672
2673 \begin_layout Plain Layout
2674 Tabellen ! Bearbeiten-Menü
2675 \end_layout
2676
2677 \end_inset
2678
2679
2680 \end_layout
2681
2682 \begin_layout Standard
2683 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2684  Wenn der Cursor in einer Tabelle steht, sind im 
2685 \family sans
2686 Bearbeiten
2687 \family default
2688 -Menü folgende Punkte aktiviert: 
2689 \family sans
2690 Tabelle
2691 \family default
2692
2693 \family sans
2694 Zeilen
2695 \begin_inset space ~
2696 \end_inset
2697
2698 &
2699 \begin_inset space ~
2700 \end_inset
2701
2702 Spalten
2703 \family default
2704  und 
2705 \family sans
2706 Tabellen-Einstellungen
2707 \family default
2708 .
2709  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2710 ngsmöglichkeiten zu erreichen.
2711 \end_layout
2712
2713 \begin_layout Section
2714 Gleitende Tabellen
2715 \begin_inset CommandInset label
2716 LatexCommand label
2717 name "abs:Gleitende-Tabellen"
2718
2719 \end_inset
2720
2721
2722 \begin_inset Index idx
2723 status collapsed
2724
2725 \begin_layout Plain Layout
2726 Gleitobjekte ! Tabellen
2727 \end_layout
2728
2729 \end_inset
2730
2731
2732 \begin_inset Index idx
2733 status collapsed
2734
2735 \begin_layout Plain Layout
2736 Tabellen ! gleitende
2737 \end_layout
2738
2739 \end_inset
2740
2741
2742 \end_layout
2743
2744 \begin_layout Standard
2745 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2746 \begin_inset space ~
2747 \end_inset
2748
2749
2750 \begin_inset CommandInset ref
2751 LatexCommand ref
2752 reference "abs:Gleitobjekte-Einleitung"
2753
2754 \end_inset
2755
2756 .
2757 \end_layout
2758
2759 \begin_layout Standard
2760 \begin_inset Float table
2761 placement h
2762 wide false
2763 sideways false
2764 status open
2765
2766 \begin_layout Plain Layout
2767 \begin_inset Caption
2768
2769 \begin_layout Plain Layout
2770 \begin_inset CommandInset label
2771 LatexCommand label
2772 name "tab:a table float"
2773
2774 \end_inset
2775
2776 Eine gleitende Tabelle
2777 \end_layout
2778
2779 \end_inset
2780
2781
2782 \end_layout
2783
2784 \begin_layout Plain Layout
2785 \align center
2786 \begin_inset Tabular
2787 <lyxtabular version="3" rows="3" columns="3">
2788 <features tabularvalignment="middle">
2789 <column alignment="center" valignment="top" width="0pt">
2790 <column alignment="center" valignment="top" width="0pt">
2791 <column alignment="center" valignment="top" width="0pt">
2792 <row>
2793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2794 \begin_inset Text
2795
2796 \begin_layout Plain Layout
2797
2798 \family roman
2799 \series medium
2800 \shape up
2801 \size normal
2802 \emph off
2803 \bar no
2804 \noun off
2805 \color none
2806 1
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815
2816 \family roman
2817 \series medium
2818 \shape up
2819 \size normal
2820 \emph off
2821 \bar no
2822 \noun off
2823 \color none
2824 2
2825 \end_layout
2826
2827 \end_inset
2828 </cell>
2829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2830 \begin_inset Text
2831
2832 \begin_layout Plain Layout
2833
2834 \family roman
2835 \series medium
2836 \shape up
2837 \size normal
2838 \emph off
2839 \bar no
2840 \noun off
2841 \color none
2842 3
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 </row>
2848 <row>
2849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Plain Layout
2853
2854 \family roman
2855 \series medium
2856 \shape up
2857 \size normal
2858 \emph off
2859 \bar no
2860 \noun off
2861 \color none
2862 Martin
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Plain Layout
2871
2872 \family roman
2873 \series medium
2874 \shape up
2875 \size normal
2876 \emph off
2877 \bar no
2878 \noun off
2879 \color none
2880 Lena
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889
2890 \family roman
2891 \series medium
2892 \shape up
2893 \size normal
2894 \emph off
2895 \bar no
2896 \noun off
2897 \color none
2898 Alina
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 <row>
2905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909
2910 \family roman
2911 \series medium
2912 \shape up
2913 \size normal
2914 \emph off
2915 \bar no
2916 \noun off
2917 \color none
2918 \begin_inset Formula $\int x^{2}dx$
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930
2931 \family roman
2932 \series medium
2933 \shape up
2934 \size normal
2935 \emph off
2936 \bar no
2937 \noun off
2938 \color none
2939 \begin_inset Formula $\left[\begin{array}{cc}
2940 a & b\\
2941 c & d
2942 \end{array}\right]$
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Plain Layout
2954
2955 \family roman
2956 \series medium
2957 \shape up
2958 \size normal
2959 \emph off
2960 \bar no
2961 \noun off
2962 \color none
2963 \begin_inset Formula $1+1=2$
2964 \end_inset
2965
2966
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 </row>
2972 </lyxtabular>
2973
2974 \end_inset
2975
2976
2977 \end_layout
2978
2979 \end_inset
2980
2981
2982 \end_layout
2983
2984 \begin_layout Standard
2985 Gleitende Tabellen können über 
2986 \family sans
2987 Einfügen\SpecialChar \menuseparator
2988 Gleitobjekt\SpecialChar \menuseparator
2989 Tabelle
2990 \family default
2991  oder einen Klick auf den Werkzeugleistenknopf 
2992 \family sans
2993
2994 \begin_inset Info
2995 type  "icon"
2996 arg   "float-insert table"
2997 \end_inset
2998
2999
3000 \family default
3001  erzeugt werden.
3002  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
3003  In das rot umrahmte Feld rechts von 
3004 \emph on
3005 Tabelle
3006 \begin_inset space ~
3007 \end_inset
3008
3009 Nr:
3010 \emph default
3011  schreiben Sie die Tabellenbeschriftung.
3012  Nach einem Klick oberhalb oder unterhalb von 
3013 \emph on
3014 Tabelle
3015 \begin_inset space ~
3016 \end_inset
3017
3018 Nr:
3019 \emph default
3020  können Sie dann eine Tabelle einfügen.
3021 \end_layout
3022
3023 \begin_layout Standard
3024 Tabelle
3025 \begin_inset space ~
3026 \end_inset
3027
3028
3029 \begin_inset CommandInset ref
3030 LatexCommand ref
3031 reference "tab:a table float"
3032
3033 \end_inset
3034
3035  ist ein Beispiel für eine gleitende Tabelle.
3036 \end_layout
3037
3038 \begin_layout Standard
3039 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
3040 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
3041  Das bedeutet, dass bei den Klassen 
3042 \family sans
3043 article
3044 \family default
3045
3046 \family sans
3047 book
3048 \family default
3049
3050 \family sans
3051 letter
3052 \family default
3053 , und 
3054 \family sans
3055 report
3056 \family default
3057  kein Abstand zwischen dem Titel und der Tabelle sein wird.
3058  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
3059 \series bold
3060 caption
3061 \series default
3062
3063 \begin_inset Index idx
3064 status collapsed
3065
3066 \begin_layout Plain Layout
3067 LaTeX-Pakete ! caption
3068 \end_layout
3069
3070 \end_inset
3071
3072  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
3073 \begin_inset Foot
3074 status collapsed
3075
3076 \begin_layout Plain Layout
3077 Näheres finden Sie im Abschnitt
3078 \begin_inset space ~
3079 \end_inset
3080
3081
3082 \begin_inset CommandInset ref
3083 LatexCommand ref
3084 reference "abs:Titel-Platzierung"
3085
3086 \end_inset
3087
3088 .
3089 \end_layout
3090
3091 \end_inset
3092
3093
3094 \end_layout
3095
3096 \begin_layout Standard
3097
3098 \series bold
3099 tableposition=top
3100 \end_layout
3101
3102 \begin_layout Standard
3103 Das Paket 
3104 \series bold
3105 caption
3106 \series default
3107 , das in Abschnitt
3108 \begin_inset space ~
3109 \end_inset
3110
3111
3112 \begin_inset CommandInset ref
3113 LatexCommand ref
3114 reference "abs:Titel-Formatierung"
3115
3116 \end_inset
3117
3118  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3119 \end_layout
3120
3121 \begin_layout Standard
3122 \begin_inset Index idx
3123 status collapsed
3124
3125 \begin_layout Plain Layout
3126 Querverweise ! auf Tabellen
3127 \end_layout
3128
3129 \end_inset
3130
3131 Auf Tabellen kann über ihre Marke verwiesen werden.
3132  Dafür fügen Sie in der Beschriftung mit 
3133 \family sans
3134 Einfügen\SpecialChar \menuseparator
3135 Marke
3136 \family default
3137  oder durch Klicken auf 
3138 \family sans
3139
3140 \begin_inset Info
3141 type  "icon"
3142 arg   "label-insert"
3143 \end_inset
3144
3145
3146 \family default
3147  eine Marke ein.
3148  Auf diese können Sie dann wie gewohnt mit 
3149 \family sans
3150 Einfügen\SpecialChar \menuseparator
3151 Querverweis
3152 \family default
3153  oder durch Klicken auf 
3154 \family sans
3155
3156 \begin_inset Info
3157 type  "icon"
3158 arg   "dialog-show-new-inset ref"
3159 \end_inset
3160
3161
3162 \family default
3163  verweisen.
3164  Verweise werden detailliert in Abschnitt
3165 \begin_inset space ~
3166 \end_inset
3167
3168
3169 \begin_inset CommandInset ref
3170 LatexCommand ref
3171 reference "abs:Auf-Gleitobjekte-verweisen"
3172
3173 \end_inset
3174
3175  beschrieben.
3176 \end_layout
3177
3178 \begin_layout Section
3179 Lange Tabellen
3180 \begin_inset CommandInset label
3181 LatexCommand label
3182 name "abs:Lange-Tabellen"
3183
3184 \end_inset
3185
3186
3187 \begin_inset Index idx
3188 status collapsed
3189
3190 \begin_layout Plain Layout
3191 Tabellen ! lange
3192 \end_layout
3193
3194 \end_inset
3195
3196
3197 \end_layout
3198
3199 \begin_layout Standard
3200 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3201  Dialogfenster 
3202 \family sans
3203 Tabellen-Einstellungen
3204 \family default
3205  auf der Karteikarte  
3206 \family sans
3207 Lange
3208 \begin_inset space ~
3209 \end_inset
3210
3211 Tabelle
3212 \family default
3213  die Option 
3214 \family sans
3215 Lange
3216 \begin_inset space ~
3217 \end_inset
3218
3219 Tabelle
3220 \begin_inset space ~
3221 \end_inset
3222
3223 verwenden
3224 \family default
3225  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3226  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3227 \end_layout
3228
3229 \begin_layout Description
3230 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3231  festgelegt; mit Ausnahme der ersten, wenn 
3232 \family sans
3233 Erste
3234 \begin_inset space ~
3235 \end_inset
3236
3237 Kopfzeile
3238 \family default
3239  aktiviert ist.
3240 \end_layout
3241
3242 \begin_layout Description
3243 Erste
3244 \lang english
3245
3246 \begin_inset space ~
3247 \end_inset
3248
3249
3250 \lang ngerman
3251 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3252  Seite einer mehrseitigen Tabelle definiert.
3253 \end_layout
3254
3255 \begin_layout Description
3256 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3257  mit Ausnahme der letzten, wenn 
3258 \family sans
3259 Letzte
3260 \begin_inset space ~
3261 \end_inset
3262
3263 Fußzeile
3264 \family default
3265  aktiviert ist.
3266 \end_layout
3267
3268 \begin_layout Description
3269 Letzte
3270 \begin_inset space ~
3271 \end_inset
3272
3273 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3274  einer mehrseitigen Tabelle definiert.
3275 \end_layout
3276
3277 \begin_layout Description
3278 Legende: Die aktuelle Zeile enthält die Legende.
3279  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3280  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3281 \begin_inset space ~
3282 \end_inset
3283
3284
3285 \begin_inset CommandInset ref
3286 LatexCommand ref
3287 reference "uab:Beschriftungen-langer-Tabellen"
3288
3289 \end_inset
3290
3291  erklärt.
3292 \end_layout
3293
3294 \begin_layout Standard
3295 Hier ist ein Beispiel einer langen Tabelle:
3296 \end_layout
3297
3298 \begin_layout Standard
3299 \align center
3300 \begin_inset Tabular
3301 <lyxtabular version="3" rows="69" columns="3">
3302 <features islongtable="true" longtabularalignment="center">
3303 <column alignment="left" valignment="top" width="0cm">
3304 <column alignment="left" valignment="top" width="0pt">
3305 <column alignment="right" valignment="top" width="0pt">
3306 <row endfirsthead="true">
3307 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311
3312 \series bold
3313 Telefonliste (ignoriere die Namen)
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 </row>
3337 <row endfirsthead="true">
3338 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342
3343 \series bold
3344 NAME
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362
3363 \series bold
3364 TEL.
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 </row>
3370 <row endhead="true">
3371 <cell multicolumn="1" 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 \series bold
3377 Telefonliste
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 </row>
3401 <row endhead="true">
3402 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406
3407 \series bold
3408 NAME
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426
3427 \series bold
3428 TEL.
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 </row>
3434 <row endfoot="true">
3435 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \series bold
3441 wird fortgesetzt
3442 \series default
3443  \SpecialChar \ldots{}
3444
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 </row>
3468 <row>
3469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \series bold
3475 Annovi
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 Silvia
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 111
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 </row>
3499 <row>
3500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504
3505 \series bold
3506 Bertoli
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 Stefano
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 111
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 </row>
3530 <row>
3531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \series bold
3537 Bozzi
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 Walter
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 111
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568 Cachia
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 Maria
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 111
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597
3598 \series bold
3599 Cachia
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 Maurizio
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 111
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 <row>
3624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628
3629 \series bold
3630 Cinquemani
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 Giusi
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 111
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 </row>
3654 <row>
3655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659
3660 \series bold
3661 Colin
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 Bernard
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 111
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 </row>
3685 <row>
3686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690
3691 \series bold
3692 Concli
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 Gianfranco
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 111
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 </row>
3716 <row>
3717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721
3722 \series bold
3723 Dal Bosco
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 Carolina
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 111
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 </row>
3747 <row>
3748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752
3753 \series bold
3754 Dalpiaz
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 Annamaria
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 111
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 <row>
3779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783
3784 \series bold
3785 Feliciello
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 Domenico
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 111
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 </row>
3809 <row>
3810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814
3815 \series bold
3816 Focarelli
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 Paola
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 111
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 </row>
3840 <row>
3841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845
3846 \series bold
3847 Galletti
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 Oreste
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 111
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 </row>
3871 <row>
3872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876
3877 \series bold
3878 Gasparini
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 Franca
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 111
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 </row>
3902 <row>
3903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907
3908 \series bold
3909 Rizzardi
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 Paola
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 111
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 </row>
3933 <row>
3934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938
3939 \series bold
3940 Lassini
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 Giancarlo
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 111
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 </row>
3964 <row>
3965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969
3970 \series bold
3971 Malfatti
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 Luciano
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 111
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 </row>
3995 <row>
3996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000
4001 \series bold
4002 Malfatti
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 Valeriano
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 111
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 </row>
4026 <row>
4027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031
4032 \series bold
4033 Meneguzzo
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 Roberto
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 111
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 </row>
4057 <row>
4058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062
4063 \series bold
4064 Mezzadra
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 Roberto
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 111
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 </row>
4088 <row>
4089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093
4094 \series bold
4095 Pirpamer
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 Erich
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 111
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 </row>
4119 <row>
4120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124
4125 \series bold
4126 Pochiesa
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 Paolo
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 111, 222
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 </row>
4150 <row>
4151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155
4156 \series bold
4157 Radina
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 Claudio
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 111
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 </row>
4181 <row>
4182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186
4187 \series bold
4188 Stuffer
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 Oskar
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 111
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 </row>
4212 <row>
4213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217
4218 \series bold
4219 Tacchelli
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 Ugo
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 111
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 </row>
4243 <row>
4244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248
4249 \series bold
4250 Tezzele
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 Margit
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 111
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279
4280 \series bold
4281 Unterkalmsteiner
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 Frieda
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 111
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 <row>
4306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310
4311 \series bold
4312 Vieider
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 Hilde
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 111
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \series bold
4343 Vigna
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 Jürgen
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 111
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \series bold
4374 Weber
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 Maurizio
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 111
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \series bold
4405 Winkler
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 Franz
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 111
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434  
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 </row>
4458 <row>
4459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463
4464 \series bold
4465 Annovi
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 Silvia
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 555
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 </row>
4489 <row>
4490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494
4495 \series bold
4496 Bertoli
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 Stefano
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 555
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525
4526 \series bold
4527 Bozzi
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 Walter
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 555
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 <row>
4552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556
4557 \series bold
4558 Cachia
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 Maria
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 555
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 </row>
4582 <row>
4583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587
4588 \series bold
4589 Cachia
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 Maurizio
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 555
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 <row>
4614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618
4619 \series bold
4620 Cinquemani
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 Giusi
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 555
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 </row>
4644 <row>
4645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649
4650 \series bold
4651 Colin
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 Bernard
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 555
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 </row>
4675 <row>
4676 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680
4681 \series bold
4682 Concli
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 Gianfranco
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 555
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 </row>
4706 <row>
4707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711
4712 \series bold
4713 Dal Bosco
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 Carolina
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 555
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 </row>
4737 <row>
4738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742
4743 \series bold
4744 Dalpiaz
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 Annamaria
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 555
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 </row>
4768 <row>
4769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773
4774 \series bold
4775 Feliciello
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 Domenico
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 555
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 </row>
4799 <row>
4800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804
4805 \series bold
4806 Focarelli
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 Paola
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 555
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 </row>
4830 <row>
4831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835
4836 \series bold
4837 Galletti
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 Oreste
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 555
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 </row>
4861 <row>
4862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866
4867 \series bold
4868 Gasparini
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 Franca
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 555
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 </row>
4892 <row>
4893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897
4898 \series bold
4899 Rizzardi
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 Paola
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 555
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 </row>
4923 <row>
4924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928
4929 \series bold
4930 Lassini
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 Giancarlo
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 555
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 </row>
4954 <row>
4955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959
4960 \series bold
4961 Malfatti
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 Luciano
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 555
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 </row>
4985 <row>
4986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990
4991 \series bold
4992 Malfatti
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 Valeriano
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 555
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 </row>
5016 <row>
5017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021
5022 \series bold
5023 Meneguzzo
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 Roberto
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 555
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 </row>
5047 <row>
5048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052
5053 \series bold
5054 Mezzadra
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 Roberto
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072 555
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 </row>
5078 <row>
5079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083
5084 \series bold
5085 Pirpamer
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 Erich
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 555
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 </row>
5109 <row>
5110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \series bold
5116 Pochiesa
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 Paolo
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 555, 222
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 </row>
5140 <row>
5141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145
5146 \series bold
5147 Radina
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 Claudio
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 555
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 </row>
5171 <row>
5172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176
5177 \series bold
5178 Stuffer
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 Oskar
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 555
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 <row>
5203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207
5208 \series bold
5209 Tacchelli
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218 Ugo
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 555
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 </row>
5233 <row>
5234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238
5239 \series bold
5240 Tezzele
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 Margit
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 555
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 </row>
5264 <row>
5265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269
5270 \series bold
5271 Unterkalmsteiner
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280 Frieda
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 555
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 </row>
5295 <row>
5296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300
5301 \series bold
5302 Vieider
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 Hilde
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320 555
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 </row>
5326 <row>
5327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331
5332 \series bold
5333 Vigna
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 Jürgen
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 999
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 </row>
5357 <row>
5358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362
5363 \series bold
5364 Weber
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373 Maurizio
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 555
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 </row>
5388 <row>
5389 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393
5394 \series bold
5395 Winkler
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 Franz
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 555
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 </row>
5419 <row endlastfoot="true">
5420 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424 Ende
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 </row>
5448 </lyxtabular>
5449
5450 \end_inset
5451
5452
5453 \begin_inset ERT
5454 status collapsed
5455
5456 \begin_layout Plain Layout
5457
5458
5459 \backslash
5460 addtocounter{table}{-1}
5461 \end_layout
5462
5463 \end_inset
5464
5465
5466 \begin_inset Note Note
5467 status collapsed
5468
5469 \begin_layout Plain Layout
5470 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5471 \begin_inset space ~
5472 \end_inset
5473
5474
5475 \begin_inset CommandInset ref
5476 LatexCommand ref
5477 reference "uab:Beschriftungen-langer-Tabellen"
5478
5479 \end_inset
5480
5481
5482 \end_layout
5483
5484 \end_inset
5485
5486
5487 \end_layout
5488
5489 \begin_layout Subsection
5490 Fußnoten in langen Tabellen
5491 \begin_inset CommandInset label
5492 LatexCommand label
5493 name "uab:Fußnoten-in-langen"
5494
5495 \end_inset
5496
5497
5498 \begin_inset Index idx
5499 status collapsed
5500
5501 \begin_layout Plain Layout
5502 Tabellen ! lange ! Fußnoten
5503 \end_layout
5504
5505 \end_inset
5506
5507
5508 \end_layout
5509
5510 \begin_layout Standard
5511 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5512  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5513  Tabelle
5514 \begin_inset space ~
5515 \end_inset
5516
5517
5518 \begin_inset CommandInset ref
5519 LatexCommand ref
5520 reference "tab:DiffCaptions"
5521
5522 \end_inset
5523
5524  hat zum Beispiel eine Fußnote.
5525 \end_layout
5526
5527 \begin_layout Subsection
5528 Ausrichtung langer Tabellen
5529 \begin_inset Index idx
5530 status collapsed
5531
5532 \begin_layout Plain Layout
5533 Tabellen ! lange ! Ausrichtung
5534 \end_layout
5535
5536 \end_inset
5537
5538
5539 \end_layout
5540
5541 \begin_layout Standard
5542 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5543 n festgelegt werden.
5544  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5545  Seitenrand.
5546  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5547  ausgerichtet werden und die Werte der Längen 
5548 \series bold
5549
5550 \backslash
5551 LTleft 
5552 \series default
5553 und 
5554 \series bold
5555
5556 \backslash
5557 LTright
5558 \series default
5559  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5560  wird:
5561 \end_layout
5562
5563 \begin_layout Standard
5564
5565 \series bold
5566
5567 \backslash
5568 setlength{
5569 \backslash
5570 LTleft}{Wert}
5571 \end_layout
5572
5573 \begin_layout Standard
5574 Der Wert kann eine der in Tabelle
5575 \begin_inset space ~
5576 \end_inset
5577
5578
5579 \begin_inset CommandInset ref
5580 LatexCommand ref
5581 reference "tab:Maßeinheiten"
5582
5583 \end_inset
5584
5585  aufgelisteten Einheiten kann.
5586  
5587 \series bold
5588
5589 \backslash
5590 LTleft
5591 \series default
5592  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5593  
5594 \series bold
5595
5596 \backslash
5597 LTright
5598 \series default
5599  den Abstand von rechts.
5600  Die Voreinstellung für beide Werte ist 
5601 \series bold
5602
5603 \backslash
5604 fill
5605 \series default
5606 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5607  in LyX ist.
5608 \end_layout
5609
5610 \begin_layout Standard
5611 Die folgende lange Tabelle wurde zentriert und 
5612 \series bold
5613
5614 \backslash
5615 LTleft
5616 \series default
5617  auf den Wert 
5618 \family sans
5619 0.1
5620 \backslash
5621 columnwidth
5622 \family default
5623  gesetzt:
5624 \begin_inset ERT
5625 status collapsed
5626
5627 \begin_layout Plain Layout
5628
5629
5630 \backslash
5631 setlength{
5632 \backslash
5633 LTleft}{0.1
5634 \backslash
5635 columnwidth}
5636 \end_layout
5637
5638 \end_inset
5639
5640
5641 \end_layout
5642
5643 \begin_layout Standard
5644 \begin_inset Tabular
5645 <lyxtabular version="3" rows="5" columns="5">
5646 <features islongtable="true" longtabularalignment="center">
5647 <column alignment="center" valignment="top" width="0">
5648 <column alignment="center" valignment="top" width="0">
5649 <column alignment="center" valignment="top" width="0pt">
5650 <column alignment="center" valignment="top" width="0">
5651 <column alignment="center" valignment="top" width="0">
5652 <row>
5653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Plain Layout
5657 1
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 2
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 3
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 4
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 5
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 </row>
5699 <row>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 asd
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 s
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 s
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 s
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 asd
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 </row>
5746 <row>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 asd
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 s
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 s
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 s
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 asd
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 </row>
5793 <row>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 asd
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 s
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 s
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 s
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 asd
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 </row>
5840 <row>
5841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 asd
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 asd
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 asd
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 asd
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 asd
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 </row>
5887 </lyxtabular>
5888
5889 \end_inset
5890
5891
5892 \begin_inset ERT
5893 status collapsed
5894
5895 \begin_layout Plain Layout
5896
5897
5898 \backslash
5899 setlength{
5900 \backslash
5901 LTleft}{
5902 \backslash
5903 fill}
5904 \end_layout
5905
5906 \end_inset
5907
5908
5909 \begin_inset ERT
5910 status collapsed
5911
5912 \begin_layout Plain Layout
5913
5914
5915 \backslash
5916 addtocounter{table}{-1}
5917 \end_layout
5918
5919 \end_inset
5920
5921
5922 \begin_inset Note Note
5923 status collapsed
5924
5925 \begin_layout Plain Layout
5926 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5927 \begin_inset space ~
5928 \end_inset
5929
5930
5931 \begin_inset CommandInset ref
5932 LatexCommand ref
5933 reference "uab:Beschriftungen-langer-Tabellen"
5934
5935 \end_inset
5936
5937
5938 \end_layout
5939
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \begin_layout Subsection
5946 Beschriftungen langer Tabellen
5947 \begin_inset CommandInset label
5948 LatexCommand label
5949 name "uab:Beschriftungen-langer-Tabellen"
5950
5951 \end_inset
5952
5953
5954 \begin_inset Index idx
5955 status collapsed
5956
5957 \begin_layout Plain Layout
5958 Tabellen ! lange ! Titel
5959 \end_layout
5960
5961 \end_inset
5962
5963
5964 \end_layout
5965
5966 \begin_layout Standard
5967 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5968  nur auf eine Seite gedruckt werden können.
5969  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5970 \begin_inset space ~
5971 \end_inset
5972
5973
5974 \begin_inset CommandInset ref
5975 LatexCommand ref
5976 reference "abs:Lange-Tabellen"
5977
5978 \end_inset
5979
5980  erklärt.
5981  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5982 \end_layout
5983
5984 \begin_layout Standard
5985 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5986 \end_layout
5987
5988 \begin_layout Standard
5989 \begin_inset Tabular
5990 <lyxtabular version="3" rows="6" columns="5">
5991 <features islongtable="true" longtabularalignment="center">
5992 <column alignment="center" valignment="top" width="0">
5993 <column alignment="center" valignment="top" width="0">
5994 <column alignment="center" valignment="top" width="0">
5995 <column alignment="center" valignment="top" width="0">
5996 <column alignment="center" valignment="top" width="0">
5997 <row caption="true">
5998 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 \begin_inset Caption
6003
6004 \begin_layout Plain Layout
6005 Eine lange Tabelle mit Titel
6006 \begin_inset Argument
6007 status open
6008
6009 \begin_layout Plain Layout
6010 Lange Tabelle
6011 \end_layout
6012
6013 \end_inset
6014
6015
6016 \end_layout
6017
6018 \end_inset
6019
6020
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 </row>
6062 <row>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 1
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 2
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 3
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 4
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 5
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 </row>
6109 <row>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 asd
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 s
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 s
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 s
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 asd
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 </row>
6156 <row>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 asd
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 s
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 s
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 s
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 asd
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 </row>
6203 <row>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 asd
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 s
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 s
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 s
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 asd
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 </row>
6250 <row>
6251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 asd
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 asd
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 asd
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 asd
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 asd
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 </row>
6297 </lyxtabular>
6298
6299 \end_inset
6300
6301
6302 \end_layout
6303
6304 \begin_layout Standard
6305 \begin_inset VSpace medskip
6306 \end_inset
6307
6308
6309 \begin_inset Note Greyedout
6310 status open
6311
6312 \begin_layout Plain Layout
6313
6314 \series bold
6315 Bemerkung
6316 \begin_inset space ~
6317 \end_inset
6318
6319 1:
6320 \series default
6321  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6322  Titel vergeben.
6323  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6324 \begin_inset space ~
6325 \end_inset
6326
6327 2.4 auf Tabelle
6328 \begin_inset space ~
6329 \end_inset
6330
6331 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6332  Beschriftung sind.
6333  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6334  LaTeX-Befehl als TeX-Code einfügen:
6335 \end_layout
6336
6337 \begin_layout Plain Layout
6338
6339 \series bold
6340
6341 \backslash
6342 addtocounter{table}{-1}
6343 \end_layout
6344
6345 \begin_layout Plain Layout
6346 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6347  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6348 \end_layout
6349
6350 \begin_layout Plain Layout
6351
6352 \series bold
6353
6354 \backslash
6355 let
6356 \backslash
6357 myEnd
6358 \backslash
6359 endlongtable
6360 \begin_inset Newline newline
6361 \end_inset
6362
6363
6364 \backslash
6365 renewcommand{
6366 \backslash
6367 endlongtable}{
6368 \backslash
6369 myEnd
6370 \backslash
6371 addtocounter{table}{-1}}
6372 \end_layout
6373
6374 \end_inset
6375
6376
6377 \end_layout
6378
6379 \begin_layout Standard
6380 \begin_inset Note Greyedout
6381 status open
6382
6383 \begin_layout Plain Layout
6384
6385 \series bold
6386 Bemerkung
6387 \begin_inset space ~
6388 \end_inset
6389
6390 2:
6391 \series default
6392  Wenn Sie 
6393 \series bold
6394 hyperref
6395 \series default
6396
6397 \begin_inset Index idx
6398 status collapsed
6399
6400 \begin_layout Plain Layout
6401 LaTeX-Pakete ! hyperref
6402 \end_layout
6403
6404 \end_inset
6405
6406  in den
6407 \family sans
6408  PDF-Eigenschaften
6409 \family default
6410  im 
6411 \family sans
6412 Dokument-Einstellungen
6413 \family default
6414  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6415  immer auf den Anfang des Dokuments zeigen.
6416 \end_layout
6417
6418 \end_inset
6419
6420
6421 \end_layout
6422
6423 \begin_layout Subsubsection
6424 Querverweise auf 
6425 \family sans
6426 lange Tabelle
6427 \family default
6428 n
6429 \begin_inset Index idx
6430 status collapsed
6431
6432 \begin_layout Plain Layout
6433 Tabellen ! lange ! Querverweis
6434 \end_layout
6435
6436 \end_inset
6437
6438
6439 \end_layout
6440
6441 \begin_layout Standard
6442 \begin_inset Tabular
6443 <lyxtabular version="3" rows="6" columns="5">
6444 <features islongtable="true" longtabularalignment="center">
6445 <column alignment="center" valignment="top" width="0">
6446 <column alignment="center" valignment="top" width="0">
6447 <column alignment="center" valignment="top" width="0">
6448 <column alignment="center" valignment="top" width="0">
6449 <column alignment="center" valignment="top" width="0">
6450 <row caption="true">
6451 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 \begin_inset Caption
6456
6457 \begin_layout Plain Layout
6458 Lange Tabelle mit Marke
6459 \begin_inset CommandInset label
6460 LatexCommand label
6461 name "tab:LangeTabelle-mit-Marke"
6462
6463 \end_inset
6464
6465
6466 \end_layout
6467
6468 \end_inset
6469
6470
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 </row>
6512 <row>
6513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517 1
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 2
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 3
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 4
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 5
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 </row>
6559 <row>
6560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 asd
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 s
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 s
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 s
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 asd
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 </row>
6606 <row>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 asd
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 s
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 s
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 s
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 asd
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 </row>
6653 <row>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 asd
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 s
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 s
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 s
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 asd
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 </row>
6700 <row>
6701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 asd
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 sad
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 asd
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 asd
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 asd
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 </row>
6747 </lyxtabular>
6748
6749 \end_inset
6750
6751
6752 \end_layout
6753
6754 \begin_layout Standard
6755 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6756  im Titel einfügen.
6757 \end_layout
6758
6759 \begin_layout Standard
6760 Dies ist ein Verweis auf Tabelle
6761 \begin_inset space ~
6762 \end_inset
6763
6764
6765 \begin_inset CommandInset ref
6766 LatexCommand ref
6767 reference "tab:LangeTabelle-mit-Marke"
6768
6769 \end_inset
6770
6771 .
6772 \end_layout
6773
6774 \begin_layout Standard
6775 Mit dem LaTeX-Paket 
6776 \series bold
6777 caption
6778 \series default
6779
6780 \begin_inset Index idx
6781 status collapsed
6782
6783 \begin_layout Plain Layout
6784 LaTeX-Pakete ! caption
6785 \end_layout
6786
6787 \end_inset
6788
6789 , siehe Abschnitt
6790 \begin_inset space ~
6791 \end_inset
6792
6793
6794 \begin_inset CommandInset ref
6795 LatexCommand ref
6796 reference "abs:Titel-Formatierung"
6797
6798 \end_inset
6799
6800 , können Sie alle anderen Beschriftungsoptionen benutzen.
6801 \end_layout
6802
6803 \begin_layout Subsubsection
6804 Titelbreite
6805 \begin_inset Index idx
6806 status collapsed
6807
6808 \begin_layout Plain Layout
6809 Tabellen ! lange ! Beschriftungsbreite
6810 \end_layout
6811
6812 \end_inset
6813
6814
6815 \end_layout
6816
6817 \begin_layout Standard
6818 Die maximale Titelbreite wird durch die Variable 
6819 \series bold
6820
6821 \backslash
6822 LTcapwidth
6823 \series default
6824  definiert.
6825  Ihr Standardwert ist 4
6826 \begin_inset space \thinspace{}
6827 \end_inset
6828
6829 Zoll (
6830 \begin_inset Formula $\approx10$
6831 \end_inset
6832
6833
6834 \begin_inset space \thinspace{}
6835 \end_inset
6836
6837 cm).
6838  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6839  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6840 \end_layout
6841
6842 \begin_layout Standard
6843
6844 \series bold
6845
6846 \backslash
6847 setlength{
6848 \backslash
6849 LTcapwidth}{Breite}
6850 \end_layout
6851
6852 \begin_layout Standard
6853 wobei die Breite eine der in Anhang
6854 \begin_inset space ~
6855 \end_inset
6856
6857
6858 \begin_inset CommandInset ref
6859 LatexCommand ref
6860 reference "kap:In-LyX-verfügbare"
6861
6862 \end_inset
6863
6864  aufgelisteten Einheiten haben kann.
6865 \end_layout
6866
6867 \begin_layout Standard
6868 Die beiden folgenden Tabellen zeigen den Unterschied:
6869 \end_layout
6870
6871 \begin_layout Standard
6872 \begin_inset Tabular
6873 <lyxtabular version="3" rows="6" columns="5">
6874 <features islongtable="true" longtabularalignment="center">
6875 <column alignment="center" valignment="top" width="0">
6876 <column alignment="center" valignment="top" width="0">
6877 <column alignment="center" valignment="top" width="0">
6878 <column alignment="center" valignment="top" width="0">
6879 <column alignment="center" valignment="top" width="0">
6880 <row caption="true">
6881 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 \begin_inset Caption
6886
6887 \begin_layout Plain Layout
6888 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6889 \begin_inset Argument
6890 status open
6891
6892 \begin_layout Plain Layout
6893 Titel mit Standardbreite
6894 \end_layout
6895
6896 \end_inset
6897
6898
6899 \end_layout
6900
6901 \end_inset
6902
6903
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 </row>
6945 <row>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 1
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 2
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 3
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 4
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 5
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 </row>
6992 <row>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 asd
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 s
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 s
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 s
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 asd
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 </row>
7039 <row>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 asd
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 s
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 s
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 s
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 asd
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 </row>
7086 <row>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 asd
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 s
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 s
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 s
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 asd
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 </row>
7133 <row>
7134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 asd
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 sad
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 asd
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 asd
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 asd
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 </row>
7180 </lyxtabular>
7181
7182 \end_inset
7183
7184
7185 \end_layout
7186
7187 \begin_layout Standard
7188 \begin_inset ERT
7189 status collapsed
7190
7191 \begin_layout Plain Layout
7192
7193
7194 \backslash
7195 setlength{
7196 \backslash
7197 LTcapwidth}{5cm}
7198 \end_layout
7199
7200 \end_inset
7201
7202
7203 \begin_inset Tabular
7204 <lyxtabular version="3" rows="6" columns="5">
7205 <features islongtable="true" longtabularalignment="center">
7206 <column alignment="center" valignment="top" width="0">
7207 <column alignment="center" valignment="top" width="0">
7208 <column alignment="center" valignment="top" width="0">
7209 <column alignment="center" valignment="top" width="0">
7210 <column alignment="center" valignment="top" width="0">
7211 <row caption="true">
7212 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 \begin_inset Caption
7217
7218 \begin_layout Plain Layout
7219 Langer Titel mit 5
7220 \begin_inset space \thinspace{}
7221 \end_inset
7222
7223 cm Breite, Langer Titel mit 5
7224 \begin_inset space \thinspace{}
7225 \end_inset
7226
7227 cm Breite
7228 \begin_inset Argument
7229 status open
7230
7231 \begin_layout Plain Layout
7232 Titel mit 5
7233 \begin_inset space \thinspace{}
7234 \end_inset
7235
7236 cm Breite
7237 \end_layout
7238
7239 \end_inset
7240
7241
7242 \end_layout
7243
7244 \end_inset
7245
7246
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 </row>
7288 <row>
7289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293 1
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302 2
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 3
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320 4
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 5
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 </row>
7335 <row>
7336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 asd
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 s
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 s
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367 s
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 asd
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 </row>
7382 <row>
7383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 asd
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 s
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405 s
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414 s
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423 asd
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 </row>
7429 <row>
7430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 asd
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 s
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 s
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461 s
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470 asd
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 </row>
7476 <row>
7477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481 asd
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490 sad
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 asd
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508 asd
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517 asd
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 </row>
7523 </lyxtabular>
7524
7525 \end_inset
7526
7527
7528 \begin_inset ERT
7529 status collapsed
7530
7531 \begin_layout Plain Layout
7532
7533
7534 \backslash
7535 setlength{
7536 \backslash
7537 LTcapwidth}{4in}
7538 \end_layout
7539
7540 \end_inset
7541
7542
7543 \begin_inset Note Note
7544 status collapsed
7545
7546 \begin_layout Plain Layout
7547 Beschriftungsbreite zurücksetzen
7548 \end_layout
7549
7550 \end_inset
7551
7552
7553 \end_layout
7554
7555 \begin_layout Standard
7556 \begin_inset Note Greyedout
7557 status open
7558
7559 \begin_layout Plain Layout
7560
7561 \series bold
7562 Achtung:
7563 \series default
7564  Wenn das LaTeX-Paket 
7565 \series bold
7566 caption
7567 \series default
7568
7569 \begin_inset Index idx
7570 status collapsed
7571
7572 \begin_layout Plain Layout
7573 LaTeX-Pakete ! caption
7574 \end_layout
7575
7576 \end_inset
7577
7578  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7579  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7580  4
7581 \begin_inset space \thinspace{}
7582 \end_inset
7583
7584 Zoll für 
7585 \series bold
7586
7587 \backslash
7588 LTcapwidth
7589 \series default
7590  benutzen.
7591  Um in diesem Fall eine genau 4
7592 \begin_inset space \thinspace{}
7593 \end_inset
7594
7595 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7596  4
7597 \begin_inset space \thinspace{}
7598 \end_inset
7599
7600 Zoll veränderten Wert wie z.
7601 \begin_inset space \thinspace{}
7602 \end_inset
7603
7604 B.
7605  3.99
7606 \begin_inset space \thinspace{}
7607 \end_inset
7608
7609 Zoll verwenden oder den LaTeX-Befehl 
7610 \series bold
7611
7612 \backslash
7613 captionsetup{width=Wert}
7614 \series default
7615  benutzen, der vom 
7616 \series bold
7617 caption
7618 \series default
7619 -Paket bereitgestellt wird.
7620 \end_layout
7621
7622 \end_inset
7623
7624
7625 \end_layout
7626
7627 \begin_layout Subsubsection
7628 Unterschiedliche Titel für Tabellenseiten
7629 \begin_inset Index idx
7630 status collapsed
7631
7632 \begin_layout Plain Layout
7633 Tabellen ! lange ! mehrere Titel
7634 \end_layout
7635
7636 \end_inset
7637
7638
7639 \end_layout
7640
7641 \begin_layout Standard
7642 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7643  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7644  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7645 \end_layout
7646
7647 \begin_layout Standard
7648
7649 \series bold
7650
7651 \backslash
7652 caption*{Beschriftung}
7653 \backslash
7654
7655 \backslash
7656 %
7657 \end_layout
7658
7659 \begin_layout Standard
7660 Tabelle
7661 \begin_inset space ~
7662 \end_inset
7663
7664
7665 \begin_inset CommandInset ref
7666 LatexCommand ref
7667 reference "tab:DiffCaptions"
7668
7669 \end_inset
7670
7671  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7672  ohne Tabellennummer auf der zweiten Seite.
7673 \end_layout
7674
7675 \begin_layout Standard
7676 \align center
7677 \begin_inset Tabular
7678 <lyxtabular version="3" rows="59" columns="3">
7679 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7680 <column alignment="left" valignment="top" width="0cm">
7681 <column alignment="left" valignment="top" width="0pt">
7682 <column alignment="right" valignment="top" width="0pt">
7683 <row caption="true">
7684 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688 \begin_inset Caption
7689
7690 \begin_layout Plain Layout
7691 Telefonliste
7692 \begin_inset CommandInset label
7693 LatexCommand label
7694 name "tab:DiffCaptions"
7695
7696 \end_inset
7697
7698
7699 \begin_inset Argument
7700 status collapsed
7701
7702 \begin_layout Plain Layout
7703 Telefonliste
7704 \end_layout
7705
7706 \end_inset
7707
7708
7709 \end_layout
7710
7711 \end_inset
7712
7713
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 </row>
7737 <row endfirsthead="true">
7738 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \series bold
7744 Telefonliste (ignoriere die Namen)
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" 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 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 </row>
7768 <row endfirsthead="true">
7769 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \series bold
7775 NAME
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \series bold
7795 TEL.
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 </row>
7801 <row endhead="true">
7802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806 \begin_inset ERT
7807 status open
7808
7809 \begin_layout Plain Layout
7810
7811
7812 \backslash
7813 caption*{Fortsetzung der Telefonliste}
7814 \backslash
7815
7816 \backslash
7817 %
7818 \end_layout
7819
7820 \end_inset
7821
7822
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 </row>
7846 <row endhead="true">
7847 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \series bold
7853 Telefonliste
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row endhead="true">
7878 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \series bold
7884 NAME
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902
7903 \series bold
7904 TEL.
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 </row>
7910 <row endfoot="true">
7911 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 wird fortgesetzt\SpecialChar \ldots{}
7916
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 Annovi
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 Silvia
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 111
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Bertoli
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 Stefano
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 111
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 Bozzi
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 Walter
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 111
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \series bold
8040 Cachia
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 Maria
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 111
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 </row>
8064 <row>
8065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \series bold
8071 Cachia
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 Maurizio
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 111
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 <row>
8096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \series bold
8102 Cinquemani
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 Giusi
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 111
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 </row>
8126 <row>
8127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \series bold
8133 Colin
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 Bernard
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 111
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 </row>
8157 <row>
8158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162
8163 \series bold
8164 Concli
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 Gianfranco
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 111
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 </row>
8188 <row>
8189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193
8194 \series bold
8195 Dal Bosco
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Carolina
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 111
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \series bold
8226 Dalpiaz
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 Annamaria
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 111
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 </row>
8250 <row>
8251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255
8256 \series bold
8257 Feliciello
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 Domenico
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 111
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \series bold
8288 Focarelli
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 Paola
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 111
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 </row>
8312 <row>
8313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317
8318 \series bold
8319 Galletti
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 Oreste
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 111
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \series bold
8350 Gasparini
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 Franca
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 111
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 </row>
8374 <row>
8375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379
8380 \series bold
8381 Rizzardi
8382 \series default
8383
8384 \begin_inset Foot
8385 status open
8386
8387 \begin_layout Plain Layout
8388 Beispielfußnote
8389 \end_layout
8390
8391 \end_inset
8392
8393
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Paola
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Lassini
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Giancarlo
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Malfatti
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Luciano
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Malfatti
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Valeriano
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Meneguzzo
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Roberto
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \series bold
8548 Mezzadra
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Roberto
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \series bold
8579 Pirpamer
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 Erich
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 111
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 <row>
8604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \series bold
8610 Pochiesa
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 Paolo
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 111, 222
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 </row>
8634 <row>
8635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639
8640 \series bold
8641 Radina
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 Claudio
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 111
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \series bold
8672 Stuffer
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 Oskar
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 111
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \series bold
8703 Tacchelli
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 Ugo
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 111
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732
8733 \series bold
8734 Tezzele
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 Margit
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 111
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row>
8759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763
8764 \series bold
8765 Unterkalmsteiner
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 Frieda
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 111
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794
8795 \series bold
8796 Vieider
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 Hilde
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 111
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 </row>
8820 <row>
8821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \series bold
8827 Vigna
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Jürgen
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 111
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row>
8852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856
8857 \series bold
8858 Weber
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 Maurizio
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 111
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row>
8883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887
8888 \series bold
8889 Winkler
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 Franz
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 111
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 <row>
8914 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918  
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Annovi
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Silvia
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 555
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Bertoli
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Stefano
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Bozzi
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Walter
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Cachia
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Maria
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Cachia
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Maurizio
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 555
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \series bold
9104 Cinquemani
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Giusi
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 555
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \series bold
9135 Colin
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Bernard
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 555
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166 Concli
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Gianfranco
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 555
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \series bold
9197 Dal Bosco
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 Carolina
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 555
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \series bold
9228 Dalpiaz
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 Annamaria
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 555
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 </row>
9252 <row>
9253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \series bold
9259 Feliciello
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 Domenico
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 555
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 <row>
9284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \series bold
9290 Focarelli
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 Paola
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 555
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319
9320 \series bold
9321 Galletti
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 Oreste
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 555
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \series bold
9352 Gasparini
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 Franca
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 555
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \series bold
9383 Rizzardi
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 Paola
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 555
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row>
9408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412
9413 \series bold
9414 Lassini
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 Giancarlo
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 555
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 <row>
9439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443
9444 \series bold
9445 Malfatti
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 Luciano
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 555
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 </row>
9469 <row>
9470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474
9475 \series bold
9476 Malfatti
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485 Valeriano
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 555
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \series bold
9507 Meneguzzo
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 Roberto
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 555
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 </row>
9531 <row>
9532 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536
9537 \series bold
9538 Mezzadra
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 Roberto
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 555
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 </lyxtabular>
9563
9564 \end_inset
9565
9566
9567 \end_layout
9568
9569 \begin_layout Section
9570 Weitere Möglichkeiten für 
9571 \family sans
9572 lange Tabelle
9573 \family default
9574 n
9575 \begin_inset CommandInset label
9576 LatexCommand label
9577 name "abs:Special-Longtable-Issues"
9578
9579 \end_inset
9580
9581
9582 \end_layout
9583
9584 \begin_layout Subsection
9585 L
9586 \family sans
9587 ange Tabelle
9588 \family default
9589 n: Berechnung
9590 \begin_inset Index idx
9591 status collapsed
9592
9593 \begin_layout Plain Layout
9594 Tabellen ! lange ! Berechnung
9595 \end_layout
9596
9597 \end_inset
9598
9599
9600 \end_layout
9601
9602 \begin_layout Standard
9603 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9604  so genannten 
9605 \emph on
9606 chunks
9607 \emph default
9608  (Brocken).
9609  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9610  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9611  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9612  das die Druckausgabe.
9613  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9614  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9615  einfügen:
9616 \end_layout
9617
9618 \begin_layout Standard
9619
9620 \series bold
9621
9622 \backslash
9623 setcounter{LTchunksize}{100}
9624 \end_layout
9625
9626 \begin_layout Subsection
9627 Gleitobjekte und L
9628 \family sans
9629 ange Tabelle
9630 \family default
9631 n
9632 \begin_inset Index idx
9633 status collapsed
9634
9635 \begin_layout Plain Layout
9636 Tabellen ! lange ! und Gleitobjekte
9637 \end_layout
9638
9639 \end_inset
9640
9641
9642 \end_layout
9643
9644 \begin_layout Standard
9645 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9646 \family sans
9647 lange
9648 \begin_inset space ~
9649 \end_inset
9650
9651 Tabelle
9652 \family default
9653  beginnt, ein Gleitobjekt befindet.
9654  Um das zu vermeiden, können Sie vor der 
9655 \family sans
9656 langen
9657 \begin_inset space ~
9658 \end_inset
9659
9660 Tabellen
9661 \family default
9662  einen manuellen Seitenumbruch
9663 \family sans
9664  Einfügen\SpecialChar \menuseparator
9665 Formatierung\SpecialChar \menuseparator
9666 [Doppel]Seite
9667 \begin_inset space \space{}
9668 \end_inset
9669
9670 leeren
9671 \family default
9672  einfügen, siehe 
9673 \emph on
9674 Benutzerhandbuch
9675 \emph default
9676 .
9677 \end_layout
9678
9679 \begin_layout Subsection
9680 Manuelle Seitenumbrüche
9681 \begin_inset Index idx
9682 status collapsed
9683
9684 \begin_layout Plain Layout
9685 Tabellen ! lange ! manueller Seitenumbruch
9686 \end_layout
9687
9688 \end_inset
9689
9690
9691 \end_layout
9692
9693 \begin_layout Standard
9694 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9695  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9696  der Zelle umbrechen wollen, fügen Sie den Befehl  
9697 \begin_inset Quotes gld
9698 \end_inset
9699
9700
9701 \series bold
9702
9703 \backslash
9704
9705 \backslash
9706
9707 \series default
9708
9709 \begin_inset Quotes grd
9710 \end_inset
9711
9712  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9713  werden kann.
9714  Vor dem 
9715 \begin_inset Quotes gld
9716 \end_inset
9717
9718
9719 \series bold
9720
9721 \backslash
9722
9723 \backslash
9724
9725 \series default
9726
9727 \begin_inset Quotes grd
9728 \end_inset
9729
9730 -Befehl müssen Sie so viele 
9731 \begin_inset Quotes gld
9732 \end_inset
9733
9734
9735 \series bold
9736 &
9737 \series default
9738
9739 \begin_inset Quotes grd
9740 \end_inset
9741
9742  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9743  Mit 
9744 \begin_inset Quotes gld
9745 \end_inset
9746
9747
9748 \series bold
9749 &
9750 \series default
9751
9752 \begin_inset Quotes grd
9753 \end_inset
9754
9755   werden in LaTeX Tabellenzellen getrennt.
9756  Hinter jedes 
9757 \begin_inset Quotes gld
9758 \end_inset
9759
9760
9761 \series bold
9762 &
9763 \series default
9764
9765 \begin_inset Quotes grd
9766 \end_inset
9767
9768  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9769  und löschen den Inhalt dieser Zellen.
9770 \end_layout
9771
9772 \begin_layout Standard
9773 Hinter dem 
9774 \begin_inset Quotes gld
9775 \end_inset
9776
9777
9778 \series bold
9779
9780 \backslash
9781
9782 \backslash
9783
9784 \series default
9785
9786 \begin_inset Quotes grd
9787 \end_inset
9788
9789 -Befehl müssen Sie so viele 
9790 \begin_inset Quotes gld
9791 \end_inset
9792
9793
9794 \series bold
9795 &
9796 \series default
9797
9798 \begin_inset Quotes grd
9799 \end_inset
9800
9801  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9802  In Tabelle
9803 \begin_inset space ~
9804 \end_inset
9805
9806
9807 \begin_inset CommandInset ref
9808 LatexCommand ref
9809 reference "tab:ForcedPagebreak"
9810
9811 \end_inset
9812
9813  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9814  Es folgt noch eine weitere Spalte.
9815  Deshalb wurde hinter dem Wort 
9816 \emph on
9817 Castelchiodato, 
9818 \emph default
9819 folgendes eingefügt:
9820 \end_layout
9821
9822 \begin_layout Standard
9823
9824 \series bold
9825 & 111
9826 \backslash
9827
9828 \backslash
9829  
9830 \backslash
9831 newpage
9832 \begin_inset Newline newline
9833 \end_inset
9834
9835 &
9836 \end_layout
9837
9838 \begin_layout Standard
9839 Die 
9840 \begin_inset Quotes gld
9841 \end_inset
9842
9843 111
9844 \begin_inset Quotes grd
9845 \end_inset
9846
9847  in der dritten Spalte wurde gelöscht.
9848  
9849 \series bold
9850
9851 \backslash
9852 newpage
9853 \series default
9854  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9855  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9856  Wenn die Fußzeile Ihrer 
9857 \family sans
9858 langen
9859 \begin_inset space ~
9860 \end_inset
9861
9862 Tabelle
9863 \family default
9864  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9865  Befehle benutzen:
9866 \end_layout
9867
9868 \begin_layout Standard
9869
9870 \series bold
9871 & 111
9872 \backslash
9873
9874 \backslash
9875
9876 \begin_inset Newline newline
9877 \end_inset
9878
9879
9880 \backslash
9881 hline &
9882 \end_layout
9883
9884 \begin_layout Standard
9885 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9886  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9887 \end_layout
9888
9889 \begin_layout Standard
9890
9891 \series bold
9892
9893 \backslash
9894 setlength{
9895 \backslash
9896 parfillskip}{0pt}
9897 \end_layout
9898
9899 \begin_layout Standard
9900 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9901  erscheint.
9902 \end_layout
9903
9904 \begin_layout Standard
9905 \align center
9906 \begin_inset Tabular
9907 <lyxtabular version="3" rows="38" columns="3">
9908 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9909 <column alignment="left" valignment="top" width="0cm">
9910 <column alignment="left" valignment="top" width="3cm">
9911 <column alignment="right" valignment="top" width="0pt">
9912 <row caption="true">
9913 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 \begin_inset Caption
9918
9919 \begin_layout Plain Layout
9920 Tabelle mit manuellem Seitenumbruch in einer Zelle
9921 \begin_inset CommandInset label
9922 LatexCommand label
9923 name "tab:ForcedPagebreak"
9924
9925 \end_inset
9926
9927
9928 \begin_inset Argument
9929 status collapsed
9930
9931 \begin_layout Plain Layout
9932 Tabelle mit manuellem Seitenumbruch in einer Zelle
9933 \end_layout
9934
9935 \end_inset
9936
9937
9938 \end_layout
9939
9940 \end_inset
9941
9942
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 </row>
9966 <row endfirsthead="true">
9967 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971
9972 \series bold
9973 Telefonliste (ignoriere die Namen)
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" 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 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 </row>
9997 <row endfirsthead="true">
9998 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002
10003 \series bold
10004 NAME
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022
10023 \series bold
10024 TEL.
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row endhead="true">
10031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035 \begin_inset ERT
10036 status collapsed
10037
10038 \begin_layout Plain Layout
10039
10040
10041 \backslash
10042 caption*{Fortsetzung der Tabelle}
10043 \backslash
10044
10045 \backslash
10046 %
10047 \end_layout
10048
10049 \end_inset
10050
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 </row>
10075 <row endhead="true">
10076 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \series bold
10082 Telefonliste
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 </row>
10106 <row endhead="true">
10107 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \series bold
10113 NAME
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \series bold
10133 TEL.
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row endfoot="true">
10140 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 wird fortgesetzt\SpecialChar \ldots{}
10145
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 </row>
10169 <row>
10170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \series bold
10176 Annovi
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 Silvia
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 111
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 </row>
10200 <row>
10201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \series bold
10207 Bertoli
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 Stefano
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 111
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 </row>
10231 <row>
10232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \series bold
10238 Bozzi
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 Walter
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 111
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 </row>
10262 <row>
10263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \series bold
10269 Cachia
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 Maria
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 111
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row>
10294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \series bold
10300 Cachia
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 Maurizio
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 111
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 </row>
10324 <row>
10325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329
10330 \series bold
10331 Cinquemani
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 Giusi
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 111
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 </row>
10355 <row>
10356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360
10361 \series bold
10362 Colin
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 Bernard
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 111
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 </row>
10386 <row>
10387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391
10392 \series bold
10393 Concli
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 Gianfranco
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 111
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 </row>
10417 <row>
10418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422
10423 \series bold
10424 Dal Bosco
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 Carolina
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 111
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 </row>
10448 <row>
10449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453
10454 \series bold
10455 Dalpiaz
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 Annamaria
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 111
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \series bold
10486 Feliciello
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 Domenico
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 111
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \series bold
10517 Focarelli
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 Paola
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 111
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 </row>
10541 <row>
10542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546
10547 \series bold
10548 Galletti
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 Oreste
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566 111
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 </row>
10572 <row>
10573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577
10578 \series bold
10579 Gasparini
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 Franca
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 111
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 </row>
10603 <row>
10604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608
10609 \series bold
10610 Lassini
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 Giancarlo
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 111
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 </row>
10634 <row>
10635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639
10640 \series bold
10641 Malfatti
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 Luciano
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659 111
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 </row>
10665 <row>
10666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670
10671 \series bold
10672 Malfatti
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 Valeriano
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690 111
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 </row>
10696 <row>
10697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701
10702 \series bold
10703 Meneguzzo
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 Roberto
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 111
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 </row>
10727 <row>
10728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732
10733 \series bold
10734 Mezzadra
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 Roberto
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752 111
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 </row>
10758 <row>
10759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763
10764 \series bold
10765 Pirpamer
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774 Erich
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783 111
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 </row>
10789 <row>
10790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794
10795 \series bold
10796 Pochiesa
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805 Paolo
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814 111, 222
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 </row>
10820 <row>
10821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825
10826 \series bold
10827 Radina
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836 Claudio
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845 111
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 </row>
10851 <row>
10852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856
10857 \series bold
10858 Rizzardi
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867 Paolo, 11.
10868  Fürst von Monte\SpecialChar \-
10869 com\SpecialChar \-
10870 patri, 11.
10871  Fürst von Sulmona und Vivaro, 10.
10872  Fürst von Rossano, 5.
10873  Herzog von Canemorte, 11.
10874  Herzog von Palombara, 5.
10875  Herzog von Castelchiodato,
10876 \begin_inset ERT
10877 status open
10878
10879 \begin_layout Plain Layout
10880
10881 & 111
10882 \backslash
10883
10884 \backslash
10885  
10886 \backslash
10887 newpage
10888 \end_layout
10889
10890 \begin_layout Plain Layout
10891
10892 &
10893 \end_layout
10894
10895 \end_inset
10896
10897  11.
10898  Herzog von Poggionativo, 11.
10899  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10900  Graf von Valinfreda, 11.
10901  Baron von Cropalati, 11.
10902  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \series bold
10924 Stuffer
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 Oskar
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 111
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 </row>
10948 <row>
10949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953
10954 \series bold
10955 Tacchelli
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 Ugo
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 111
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 </row>
10979 <row>
10980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984
10985 \series bold
10986 Tezzele
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 Margit
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 111
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 </row>
11010 <row>
11011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \series bold
11017 Unterkalmsteiner
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 Frieda
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 111
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 </row>
11041 <row>
11042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046
11047 \series bold
11048 Vieider
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 Hilde
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 111
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 </row>
11072 <row>
11073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077
11078 \series bold
11079 Vigna
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 Jürgen
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 111
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 </row>
11103 <row>
11104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108
11109 \series bold
11110 Weber
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 Maurizio
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 111
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 </row>
11134 <row>
11135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139
11140 \series bold
11141 Winkler
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 Franz
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 111
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 </row>
11165 </lyxtabular>
11166
11167 \end_inset
11168
11169
11170 \end_layout
11171
11172 \begin_layout Section
11173 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11174 \end_layout
11175
11176 \begin_layout Subsection
11177 Mehrfache Zeilen in Zellen
11178 \begin_inset CommandInset label
11179 LatexCommand label
11180 name "uab:Mehrfache-Zeilen-in"
11181
11182 \end_inset
11183
11184
11185 \begin_inset Index idx
11186 status collapsed
11187
11188 \begin_layout Plain Layout
11189 Mehrfache ! Zeilen in Zellen
11190 \end_layout
11191
11192 \end_inset
11193
11194
11195 \begin_inset Index idx
11196 status collapsed
11197
11198 \begin_layout Plain Layout
11199 Tabellen ! Zeilenumbrüche
11200 \end_layout
11201
11202 \end_inset
11203
11204
11205 \end_layout
11206
11207 \begin_layout Standard
11208 \noindent
11209 \begin_inset Float table
11210 placement H
11211 wide false
11212 sideways false
11213 status open
11214
11215 \begin_layout Plain Layout
11216 \begin_inset Caption
11217
11218 \begin_layout Plain Layout
11219 \begin_inset CommandInset label
11220 LatexCommand label
11221 name "tab:Table-with-multiple"
11222
11223 \end_inset
11224
11225 Tabelle mit mehrfachen Zeilen in einer Zelle
11226 \end_layout
11227
11228 \end_inset
11229
11230
11231 \end_layout
11232
11233 \begin_layout Plain Layout
11234 \align center
11235 \begin_inset Tabular
11236 <lyxtabular version="3" rows="3" columns="3">
11237 <features tabularvalignment="middle">
11238 <column alignment="center" valignment="middle" width="2.5cm">
11239 <column alignment="center" valignment="middle" width="0.5cm">
11240 <column alignment="center" valignment="middle" width="0.5cm">
11241 <row>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 zwei
11247 \begin_inset Newline linebreak
11248 \end_inset
11249
11250 Zeilen
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 b
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 c
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 </row>
11274 <row>
11275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 d
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 e
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 f
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 </row>
11303 <row>
11304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 g
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317 h
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 i
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 </row>
11332 </lyxtabular>
11333
11334 \end_inset
11335
11336
11337 \end_layout
11338
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \begin_layout Standard
11345 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11346  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11347  Tabelle
11348 \begin_inset space ~
11349 \end_inset
11350
11351
11352 \begin_inset CommandInset ref
11353 LatexCommand ref
11354 reference "tab:Table-with-multiple"
11355
11356 \end_inset
11357
11358  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11359 \family sans
11360 Tabellen-Einstellungen
11361 \family default
11362 -Dialog auf 2.5
11363 \begin_inset space \thinspace{}
11364 \end_inset
11365
11366 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11367  Weil unser Text schmaler als 2.5
11368 \begin_inset space \thinspace{}
11369 \end_inset
11370
11371 cm ist, würde er in einer Zeile gedruckt werden.
11372  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11373
11374 \family sans
11375 Strg+Shift+Enter
11376 \family default
11377 ) eingefügt.
11378  Wenn der Text länger ist, wird er automatisch umgebrochen.
11379 \end_layout
11380
11381 \begin_layout Standard
11382 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11383  setzen Sie die Breite der beiden Spalten im 
11384 \family sans
11385 Tabellen-Einstellungen
11386 \family default
11387 -Dialog auf 0.5
11388 \begin_inset space \thinspace{}
11389 \end_inset
11390
11391 cm und die vertikale Ausrichtung auf zentriert.
11392 \end_layout
11393
11394 \begin_layout Standard
11395 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11396  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11397  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11398  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11399  Fügen sie daher 0
11400 \begin_inset space \thinspace{}
11401 \end_inset
11402
11403 pt horizontalen Abstand vor dem Wort ein.
11404  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11405  Tabelle
11406 \begin_inset space ~
11407 \end_inset
11408
11409
11410 \begin_inset CommandInset ref
11411 LatexCommand ref
11412 reference "tab:Table-with-and"
11413
11414 \end_inset
11415
11416  zeigt die Wirkungen.
11417 \end_layout
11418
11419 \begin_layout Standard
11420 \begin_inset Float table
11421 placement h
11422 wide false
11423 sideways false
11424 status open
11425
11426 \begin_layout Plain Layout
11427 \begin_inset Caption
11428
11429 \begin_layout Plain Layout
11430 \begin_inset CommandInset label
11431 LatexCommand label
11432 name "tab:Table-with-and"
11433
11434 \end_inset
11435
11436 Tabelle ohne und mit Silbentrennung
11437 \end_layout
11438
11439 \end_inset
11440
11441
11442 \end_layout
11443
11444 \begin_layout Plain Layout
11445 \begin_inset space \hfill{}
11446 \end_inset
11447
11448
11449 \begin_inset Tabular
11450 <lyxtabular version="3" rows="3" columns="3">
11451 <features tabularvalignment="middle">
11452 <column alignment="center" valignment="middle" width="2.5cm">
11453 <column alignment="center" valignment="middle" width="0.5cm">
11454 <column alignment="center" valignment="middle" width="0.5cm">
11455 <row>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 einsehrlangesZellenwort
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 b
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 c
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 </row>
11484 <row>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 d
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 e
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 f
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 </row>
11513 <row>
11514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 g
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 h
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11533 \begin_inset Text
11534
11535 \begin_layout Plain Layout
11536 i
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 </row>
11542 </lyxtabular>
11543
11544 \end_inset
11545
11546
11547 \begin_inset space \hfill{}
11548 \end_inset
11549
11550
11551 \begin_inset Tabular
11552 <lyxtabular version="3" rows="3" columns="3">
11553 <features tabularvalignment="middle">
11554 <column alignment="center" valignment="middle" width="2.5cm">
11555 <column alignment="center" valignment="middle" width="0.5cm">
11556 <column alignment="center" valignment="middle" width="0.5cm">
11557 <row>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 \begin_inset space \hspace{}
11563 \length 0pt
11564 \end_inset
11565
11566 einsehrlangesZellenwort
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 b
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 c
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 </row>
11590 <row>
11591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 d
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 e
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613 f
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 </row>
11619 <row>
11620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 g
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 h
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 i
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 </row>
11648 </lyxtabular>
11649
11650 \end_inset
11651
11652
11653 \begin_inset space \hfill{}
11654 \end_inset
11655
11656
11657 \end_layout
11658
11659 \end_inset
11660
11661
11662 \end_layout
11663
11664 \begin_layout Subsection
11665 Mehrfachspalten
11666 \begin_inset CommandInset label
11667 LatexCommand label
11668 name "uab:Mehrfachspalten"
11669
11670 \end_inset
11671
11672
11673 \begin_inset Index idx
11674 status collapsed
11675
11676 \begin_layout Plain Layout
11677 Mahrfachspalten
11678 \end_layout
11679
11680 \end_inset
11681
11682
11683 \begin_inset Index idx
11684 status collapsed
11685
11686 \begin_layout Plain Layout
11687 Tabellen ! Mahrfachspalten
11688 \end_layout
11689
11690 \end_inset
11691
11692
11693 \end_layout
11694
11695 \begin_layout Subsubsection
11696 Grundlagen
11697 \end_layout
11698
11699 \begin_layout Standard
11700 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11701  und verwenden dann den Knopf 
11702 \family sans
11703
11704 \begin_inset Info
11705 type  "icon"
11706 arg   "inset-modify tabular multicolumn"
11707 \end_inset
11708
11709
11710 \family default
11711  in der Werkzeugleiste, das Menü 
11712 \family sans
11713 Bearbeiten\SpecialChar \menuseparator
11714 Tabelle\SpecialChar \menuseparator
11715 Mehrfachspalte
11716 \family default
11717 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11718  
11719 \family sans
11720 Mehrfachspalte
11721 \family default
11722 .
11723 \end_layout
11724
11725 \begin_layout Standard
11726 Mehrfachspalten haben ihre eigenen Einstellungen.
11727  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11728  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11729  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11730 \end_layout
11731
11732 \begin_layout Standard
11733 \align center
11734 \begin_inset Tabular
11735 <lyxtabular version="3" rows="3" columns="4">
11736 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11737 <column alignment="center" valignment="top" width="0pt">
11738 <column alignment="center" valignment="middle" width="0">
11739 <column alignment="center" valignment="top" width="0in">
11740 <column alignment="center" valignment="top" width="0pt">
11741 <row>
11742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 abc
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 def ghi
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 jkl
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 </row>
11779 <row>
11780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784
11785 \family roman
11786 \series medium
11787 \shape up
11788 \size normal
11789 \emph off
11790 \bar no
11791 \noun off
11792 \color none
11793 A
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 B
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 C
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 D
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 </row>
11826 <row>
11827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 1
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 2
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 3
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 4
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 </row>
11864 </lyxtabular>
11865
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \begin_layout Subsubsection
11872 Mehrfachspalten-Berechnungen
11873 \begin_inset CommandInset label
11874 LatexCommand label
11875 name "uab:Mehrfachspalten-Berechnungen"
11876
11877 \end_inset
11878
11879
11880 \begin_inset Index idx
11881 status collapsed
11882
11883 \begin_layout Plain Layout
11884 Mahrfachspalten ! Berechnung
11885 \end_layout
11886
11887 \end_inset
11888
11889
11890 \begin_inset Index idx
11891 status collapsed
11892
11893 \begin_layout Plain Layout
11894 Tabellen ! Mahrfachspalten ! Berechnung
11895 \end_layout
11896
11897 \end_inset
11898
11899
11900 \end_layout
11901
11902 \begin_layout Standard
11903 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11904  Zellen beachten.
11905 \end_layout
11906
11907 \begin_layout Standard
11908 \begin_inset Float table
11909 placement h
11910 wide false
11911 sideways false
11912 status open
11913
11914 \begin_layout Plain Layout
11915 \begin_inset Caption
11916
11917 \begin_layout Plain Layout
11918 \begin_inset CommandInset label
11919 LatexCommand label
11920 name "tab:Table-with-centered"
11921
11922 \end_inset
11923
11924 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11925  die halbe Breite der Mehrfachspalten-Zelle haben
11926 \begin_inset Argument
11927 status collapsed
11928
11929 \begin_layout Plain Layout
11930 Eine Mehrfachspalten-Tabelle
11931 \end_layout
11932
11933 \end_inset
11934
11935
11936 \end_layout
11937
11938 \end_inset
11939
11940
11941 \end_layout
11942
11943 \begin_layout Plain Layout
11944 \align center
11945 \begin_inset Tabular
11946 <lyxtabular version="3" rows="3" columns="3">
11947 <features tabularvalignment="middle">
11948 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11949 <column alignment="center" valignment="middle" width="0">
11950 <column alignment="center" valignment="top" width="0">
11951 <row>
11952 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 Dies ist eine Mehrfach\SpecialChar \-
11957 spalten-Zelle
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 c
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 </row>
11981 <row>
11982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986 d
11987 \end_layout
11988
11989 \end_inset
11990 </cell>
11991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11992 \begin_inset Text
11993
11994 \begin_layout Plain Layout
11995 e
11996 \end_layout
11997
11998 \end_inset
11999 </cell>
12000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 f
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 </row>
12010 <row>
12011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015 g
12016 \end_layout
12017
12018 \end_inset
12019 </cell>
12020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12021 \begin_inset Text
12022
12023 \begin_layout Plain Layout
12024 h
12025 \end_layout
12026
12027 \end_inset
12028 </cell>
12029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12030 \begin_inset Text
12031
12032 \begin_layout Plain Layout
12033 i
12034 \end_layout
12035
12036 \end_inset
12037 </cell>
12038 </row>
12039 </lyxtabular>
12040
12041 \end_inset
12042
12043
12044 \end_layout
12045
12046 \end_inset
12047
12048
12049 \end_layout
12050
12051 \begin_layout Standard
12052 Um Tabelle
12053 \begin_inset space ~
12054 \end_inset
12055
12056
12057 \begin_inset CommandInset ref
12058 LatexCommand ref
12059 reference "tab:Table-with-centered"
12060
12061 \end_inset
12062
12063  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12064  3×3-Tabelle, kreuzen im 
12065 \family sans
12066 Tabellen-Einstellungen
12067 \family default
12068 -Dialog 
12069 \family sans
12070 Mehrfachspalte
12071 \family default
12072  an, setzen die 
12073 \family sans
12074 Horizontale
12075 \begin_inset space ~
12076 \end_inset
12077
12078 Ausrichtung
12079 \family default
12080  auf 
12081 \family sans
12082 Zentriert
12083 \family default
12084  und die 
12085 \family sans
12086 Breite
12087 \family default
12088  auf 2.5
12089 \begin_inset space \thinspace{}
12090 \end_inset
12091
12092 cm.
12093  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12094  Sie die Breite der ersten Spalte auf 1.25
12095 \begin_inset space \thinspace{}
12096 \end_inset
12097
12098 cm setzen.
12099  Die zweite Spalte wird dann automatisch 1.25
12100 \begin_inset space \thinspace{}
12101 \end_inset
12102
12103 cm breit (Breite der 
12104 \family sans
12105 Mehrfachspalte
12106 \family default
12107  
12108 \begin_inset Formula $-$
12109 \end_inset
12110
12111  Breite der ersten Spalte).
12112  Dies wurde so für Tabelle
12113 \begin_inset space ~
12114 \end_inset
12115
12116
12117 \begin_inset CommandInset ref
12118 LatexCommand ref
12119 reference "tab:Table-without-half"
12120
12121 \end_inset
12122
12123  gemacht.
12124 \end_layout
12125
12126 \begin_layout Standard
12127 \begin_inset Float table
12128 wide false
12129 sideways false
12130 status open
12131
12132 \begin_layout Plain Layout
12133 \begin_inset Caption
12134
12135 \begin_layout Plain Layout
12136 \begin_inset CommandInset label
12137 LatexCommand label
12138 name "tab:Table-without-half"
12139
12140 \end_inset
12141
12142 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12143  wie die Mehrfachspalte
12144 \begin_inset Argument
12145 status collapsed
12146
12147 \begin_layout Plain Layout
12148 Eine unvollkommene Mehrfachspalten-Tabelle
12149 \end_layout
12150
12151 \end_inset
12152
12153
12154 \end_layout
12155
12156 \end_inset
12157
12158
12159 \end_layout
12160
12161 \begin_layout Plain Layout
12162 \align center
12163 \begin_inset Tabular
12164 <lyxtabular version="3" rows="3" columns="3">
12165 <features tabularvalignment="middle">
12166 <column alignment="center" valignment="top" width="1.25cm">
12167 <column alignment="center" valignment="top" width="0">
12168 <column alignment="center" valignment="top" width="0">
12169 <row>
12170 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174 Dies ist auch eine Mehr\SpecialChar \-
12175 fach\SpecialChar \-
12176 spalten-Zelle
12177 \end_layout
12178
12179 \end_inset
12180 </cell>
12181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12191 \begin_inset Text
12192
12193 \begin_layout Plain Layout
12194 c
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 </row>
12200 <row>
12201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12202 \begin_inset Text
12203
12204 \begin_layout Plain Layout
12205 d
12206 \end_layout
12207
12208 \end_inset
12209 </cell>
12210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Plain Layout
12214 e
12215 \end_layout
12216
12217 \end_inset
12218 </cell>
12219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12220 \begin_inset Text
12221
12222 \begin_layout Plain Layout
12223 f
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 </row>
12229 <row>
12230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12231 \begin_inset Text
12232
12233 \begin_layout Plain Layout
12234 g
12235 \end_layout
12236
12237 \end_inset
12238 </cell>
12239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Plain Layout
12243 h
12244 \end_layout
12245
12246 \end_inset
12247 </cell>
12248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12249 \begin_inset Text
12250
12251 \begin_layout Plain Layout
12252 i
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 </row>
12258 </lyxtabular>
12259
12260 \end_inset
12261
12262
12263 \end_layout
12264
12265 \end_inset
12266
12267
12268 \end_layout
12269
12270 \begin_layout Standard
12271 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12272  als die zweite ist.
12273  Das liegt daran, dass die Zellenbreite 
12274 \begin_inset Formula $W_{\mathrm{tot}}$
12275 \end_inset
12276
12277  nicht ihre definierte Breite 
12278 \begin_inset Formula $W_{g}$
12279 \end_inset
12280
12281  ist, sondern ein wenig mehr.
12282  Anhang
12283 \begin_inset space ~
12284 \end_inset
12285
12286
12287 \begin_inset CommandInset ref
12288 LatexCommand ref
12289 reference "kap:Erläuterung-einer-Gleichung"
12290
12291 \end_inset
12292
12293  erklärt das genauer.
12294 \end_layout
12295
12296 \begin_layout Standard
12297 Wenn 
12298 \emph on
12299 n
12300 \emph default
12301  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12302  die definierte Breite 
12303 \begin_inset Formula $W_{g\, n}$
12304 \end_inset
12305
12306  einer Spalte, deren totale Breite = 
12307 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12308 \end_inset
12309
12310  sein soll, wie folgt:
12311 \begin_inset Formula 
12312 \begin{equation}
12313 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12314 \end{equation}
12315
12316 \end_inset
12317
12318
12319 \end_layout
12320
12321 \begin_layout Standard
12322 In unserem Falls ist 
12323 \begin_inset Formula $n=2$
12324 \end_inset
12325
12326
12327 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12328 \end_inset
12329
12330 cm, und damit wird aus Gleichung
12331 \begin_inset space ~
12332 \end_inset
12333
12334
12335 \begin_inset CommandInset ref
12336 LatexCommand ref
12337 reference "eq:Wgn"
12338
12339 \end_inset
12340
12341  
12342 \begin_inset Formula 
12343 \begin{equation}
12344 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12345 \end{equation}
12346
12347 \end_inset
12348
12349
12350 \end_layout
12351
12352 \begin_layout Standard
12353 Damit LaTeX rechnen kann, muss das Paket 
12354 \series bold
12355 calc
12356 \series default
12357  im Vorspann geladen werden.
12358 \begin_inset Index idx
12359 status collapsed
12360
12361 \begin_layout Plain Layout
12362 LaTeX-Pakete ! calc
12363 \end_layout
12364
12365 \end_inset
12366
12367
12368 \end_layout
12369
12370 \begin_layout Standard
12371
12372 \series bold
12373
12374 \backslash
12375 usepackage{calc}
12376 \end_layout
12377
12378 \begin_layout Standard
12379 LyX erlaubt im 
12380 \family sans
12381 Breite
12382 \family default
12383 -Feld des 
12384 \family sans
12385 Tabellen-Einstellungen
12386 \family default
12387 -Dialogs keine Berechnungen.
12388  Deshalb müssen Sie die Formel für die Breite im Feld 
12389 \family sans
12390 LaTe
12391 \begin_inset ERT
12392 status collapsed
12393
12394 \begin_layout Plain Layout
12395
12396 {}
12397 \end_layout
12398
12399 \end_inset
12400
12401 X-Argument
12402 \family default
12403  eingeben.
12404  Hier iss ein Überblick über die Argumente:
12405 \end_layout
12406
12407 \begin_layout Itemize
12408
12409 \series bold
12410 p{Breite}
12411 \series default
12412  die Zelle bekommt eine feste 
12413 \series bold
12414 Breite
12415 \series default
12416 , und die vertikale Ausrichtung ist 
12417 \family sans
12418 Oben
12419 \end_layout
12420
12421 \begin_layout Itemize
12422
12423 \series bold
12424 m{Breite}
12425 \series default
12426  die Zelle bekommt eine feste 
12427 \series bold
12428 Breite
12429 \series default
12430 , und die vertikale Ausrichtung ist 
12431 \family sans
12432 Mitte
12433 \end_layout
12434
12435 \begin_layout Itemize
12436
12437 \series bold
12438 b{Breite}
12439 \series default
12440  die Zelle bekommt eine feste 
12441 \series bold
12442 Breite
12443 \series default
12444 , und die vertikale Ausrichtung ist 
12445 \family sans
12446 Unten
12447 \end_layout
12448
12449 \begin_layout Standard
12450 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12451  für diese Zelle überschrieben.
12452 \end_layout
12453
12454 \begin_layout Standard
12455 \begin_inset Note Greyedout
12456 status open
12457
12458 \begin_layout Plain Layout
12459
12460 \series bold
12461 Bemerkung:
12462 \series default
12463  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12464  angezeigt.
12465 \end_layout
12466
12467 \end_inset
12468
12469
12470 \end_layout
12471
12472 \begin_layout Standard
12473 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12474  der Zelle mit dem Inhalt 
12475 \begin_inset Quotes gld
12476 \end_inset
12477
12478 d
12479 \begin_inset Quotes grd
12480 \end_inset
12481
12482  der Tabelle
12483 \begin_inset space ~
12484 \end_inset
12485
12486
12487 \begin_inset CommandInset ref
12488 LatexCommand ref
12489 reference "tab:Table-with-centered"
12490
12491 \end_inset
12492
12493  auch noch der Befehl
12494 \family typewriter
12495 \series bold
12496  
12497 \family default
12498
12499 \backslash
12500 centering
12501 \series default
12502  hinzugefügt.
12503  Das Ganze sieht dann so aus:
12504 \end_layout
12505
12506 \begin_layout Standard
12507
12508 \series bold
12509 |>{
12510 \backslash
12511 centering}m{1.25cm-6.2pt}
12512 \end_layout
12513
12514 \begin_layout Standard
12515 Der vertikale Strich 
12516 \series bold
12517
12518 \begin_inset Quotes gld
12519 \end_inset
12520
12521 |
12522 \series default
12523
12524 \begin_inset Quotes grd
12525 \end_inset
12526
12527  am Anfang zeichnet die linke Linie, und der Befehl 
12528 \series bold
12529
12530 \begin_inset Quotes gld
12531 \end_inset
12532
12533 >{ }
12534 \begin_inset Quotes grd
12535 \end_inset
12536
12537
12538 \series default
12539  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12540  der Zelle benutzt werden sollen.
12541 \end_layout
12542
12543 \begin_layout Standard
12544 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12545  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12546  für einzelne Spalten anwendet.
12547  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12548  werden:
12549 \end_layout
12550
12551 \begin_layout Standard
12552
12553 \series bold
12554 |>{
12555 \backslash
12556 centering}m{2.5cm}|
12557 \end_layout
12558
12559 \begin_layout Subsection
12560 Mehrfachzeilen
12561 \begin_inset CommandInset label
12562 LatexCommand label
12563 name "uab:Mehrfachzeilen"
12564
12565 \end_inset
12566
12567
12568 \begin_inset Index idx
12569 status collapsed
12570
12571 \begin_layout Plain Layout
12572 Mehrfachzeilen
12573 \end_layout
12574
12575 \end_inset
12576
12577
12578 \begin_inset Index idx
12579 status collapsed
12580
12581 \begin_layout Plain Layout
12582 Tabellen ! Mehrfachzeilen
12583 \end_layout
12584
12585 \end_inset
12586
12587
12588 \end_layout
12589
12590 \begin_layout Standard
12591 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12592  und verwenden dann den Knopf 
12593 \family sans
12594
12595 \begin_inset Info
12596 type  "icon"
12597 arg   "inset-modify tabular multirow"
12598 \end_inset
12599
12600
12601 \family default
12602  in der Werkzeugleiste, das Menü 
12603 \family sans
12604 Bearbeiten\SpecialChar \menuseparator
12605 Tabelle\SpecialChar \menuseparator
12606 Mehrfachzeile
12607 \family default
12608 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12609  
12610 \family sans
12611 Mehrfachzeile
12612 \family default
12613 .
12614 \end_layout
12615
12616 \begin_layout Standard
12617 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12618 \end_layout
12619
12620 \begin_layout Standard
12621 \align center
12622 \begin_inset Tabular
12623 <lyxtabular version="3" rows="3" columns="3">
12624 <features tabularvalignment="middle">
12625 <column alignment="center" valignment="top" width="0pt">
12626 <column alignment="center" valignment="top" width="0">
12627 <column alignment="center" valignment="top" width="0">
12628 <row>
12629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 ein langer Eintrag
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 b
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 c
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 </row>
12657 <row>
12658 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 Mehrfachzeile
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 e
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 f
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 </row>
12686 <row>
12687 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 h
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Plain Layout
12709 i
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 </row>
12715 </lyxtabular>
12716
12717 \end_inset
12718
12719
12720 \end_layout
12721
12722 \begin_layout Standard
12723 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12724  Spalte festgelegt.
12725  Der 
12726 \family sans
12727 Vertikale Versatz
12728 \family default
12729  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12730  positiv/negativ ist.
12731 \end_layout
12732
12733 \begin_layout Standard
12734 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12735  die Mehrfachzeile die Ausrichtung der Spalte.
12736  Ansonsten ist sie standardmäßig links ausgerichtet.
12737  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12738 \series bold
12739
12740 \backslash
12741 multirowsetup
12742 \series default
12743  mit dem Befehl
12744 \end_layout
12745
12746 \begin_layout Standard
12747
12748 \series bold
12749
12750 \backslash
12751 renewcommand{
12752 \backslash
12753 multirowsetup}{
12754 \backslash
12755 centering}
12756 \end_layout
12757
12758 \begin_layout Standard
12759 im LaTeX-Vorspann.
12760  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12761  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12762  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12763  erneuert werden.
12764  Für rechtsbündigen Text ersetzt man 
12765 \series bold
12766
12767 \backslash
12768 centering
12769 \series default
12770  durch 
12771 \series bold
12772
12773 \backslash
12774 raggedleft
12775 \series default
12776 .
12777  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12778 \series bold
12779
12780 \backslash
12781 raggedright
12782 \series default
12783  verwendet.
12784 \end_layout
12785
12786 \begin_layout Standard
12787 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12788  die -4
12789 \begin_inset space \thinspace{}
12790 \end_inset
12791
12792 mm vertikalen Versatz hat und sich in einer 3
12793 \begin_inset space \thinspace{}
12794 \end_inset
12795
12796 cm breiten Spalte befindet:
12797 \end_layout
12798
12799 \begin_layout Standard
12800 \noindent
12801 \align center
12802 \begin_inset ERT
12803 status collapsed
12804
12805 \begin_layout Plain Layout
12806
12807
12808 \backslash
12809 renewcommand{
12810 \backslash
12811 multirowsetup}{
12812 \backslash
12813 raggedleft}
12814 \end_layout
12815
12816 \end_inset
12817
12818
12819 \begin_inset Tabular
12820 <lyxtabular version="3" rows="4" columns="3">
12821 <features tabularvalignment="middle">
12822 <column alignment="center" valignment="top" width="3cm">
12823 <column alignment="center" valignment="top" width="0">
12824 <column alignment="center" valignment="top" width="0">
12825 <row>
12826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 ein langer Eintrag
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Plain Layout
12839 b
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 c
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 </row>
12854 <row>
12855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859 t
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Plain Layout
12868 n
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Plain Layout
12877 m
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 </row>
12883 <row>
12884 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 Mehrfachzeile
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 e
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 f
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 </row>
12912 <row>
12913 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 h
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 i
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 </row>
12941 </lyxtabular>
12942
12943 \end_inset
12944
12945
12946 \begin_inset ERT
12947 status collapsed
12948
12949 \begin_layout Plain Layout
12950
12951
12952 \backslash
12953 renewcommand{
12954 \backslash
12955 multirowsetup}{
12956 \backslash
12957 raggedright}
12958 \end_layout
12959
12960 \end_inset
12961
12962
12963 \end_layout
12964
12965 \begin_layout Standard
12966 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12967  (Tastenkürzel 
12968 \family sans
12969 Strg+Enter
12970 \family default
12971 ) verwenden.
12972  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12973 \end_layout
12974
12975 \begin_layout Standard
12976 \noindent
12977 \align center
12978 \begin_inset Tabular
12979 <lyxtabular version="3" rows="3" columns="2">
12980 <features tabularvalignment="middle">
12981 <column alignment="left" valignment="middle" width="2cm">
12982 <column alignment="center" valignment="top" width="0">
12983 <row>
12984 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 aaa
12989 \begin_inset Newline newline
12990 \end_inset
12991
12992 aaa
12993 \begin_inset Newline newline
12994 \end_inset
12995
12996 falsche Zelle
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13002 \begin_inset Text
13003
13004 \begin_layout Plain Layout
13005 ccc
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 </row>
13011 <row>
13012 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 ddd
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 </row>
13031 <row>
13032 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13033 \begin_inset Text
13034
13035 \begin_layout Plain Layout
13036 bbb
13037 \end_layout
13038
13039 \end_inset
13040 </cell>
13041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13042 \begin_inset Text
13043
13044 \begin_layout Plain Layout
13045 eee
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 </row>
13051 </lyxtabular>
13052
13053 \end_inset
13054
13055
13056 \end_layout
13057
13058 \begin_layout Standard
13059 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13060 \end_layout
13061
13062 \begin_layout Subsection
13063 Zellen mit diagonalen Linien
13064 \end_layout
13065
13066 \begin_layout Standard
13067 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13068  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13069  oder zwei diagonalen Linien zu teilen.
13070  Dies kann erreicht werden, indem man das LaTeX-Paket 
13071 \series bold
13072 diagbox
13073 \series default
13074
13075 \begin_inset Index idx
13076 status collapsed
13077
13078 \begin_layout Plain Layout
13079 LaTeX-Pakete ! diagbox
13080 \end_layout
13081
13082 \end_inset
13083
13084  im LaTeX-Vorspann lädt.
13085  Das Paket stellt den Befehl 
13086 \series bold
13087
13088 \backslash
13089 diagbox
13090 \series default
13091  zur Verfügung, der als TeX-Code eingefügt wird und 2 oder 3
13092 \begin_inset space ~
13093 \end_inset
13094
13095 Argumente hat:
13096 \end_layout
13097
13098 \begin_layout Standard
13099
13100 \series bold
13101
13102 \backslash
13103 diagbox[Optionen]{links unten}{rechts oben}
13104 \end_layout
13105
13106 \begin_layout Standard
13107
13108 \series bold
13109
13110 \backslash
13111 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13112 \end_layout
13113
13114 \begin_layout Standard
13115 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13116  die Argumente werden unter und über diese Linie platziert.
13117  Das zweite Schema teilt die Zelle mit 2
13118 \begin_inset space ~
13119 \end_inset
13120
13121 Linien.
13122 \end_layout
13123
13124 \begin_layout Standard
13125 \begin_inset ERT
13126 status collapsed
13127
13128 \begin_layout Plain Layout
13129
13130
13131 \backslash
13132 ifdiagbox
13133 \end_layout
13134
13135 \end_inset
13136
13137
13138 \begin_inset Note Note
13139 status open
13140
13141 \begin_layout Plain Layout
13142 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
13143 \series bold
13144 diagbox
13145 \series default
13146  installiert ist.
13147 \end_layout
13148
13149 \end_inset
13150
13151
13152 \end_layout
13153
13154 \begin_layout Standard
13155 Hier ist eine Beispieltabelle in der 
13156 \series bold
13157
13158 \backslash
13159 diagbox 
13160 \series default
13161 im 2-Argument Schema in der ersten Zelle verwendet wird:
13162 \begin_inset VSpace medskip
13163 \end_inset
13164
13165
13166 \end_layout
13167
13168 \begin_layout Standard
13169 \noindent
13170 \begin_inset Tabular
13171 <lyxtabular version="3" rows="4" columns="4">
13172 <features tabularvalignment="middle">
13173 <column alignment="center" valignment="top" width="0">
13174 <column alignment="center" valignment="top" width="0">
13175 <column alignment="center" valignment="top" width="0">
13176 <column alignment="center" valignment="top" width="0">
13177 <row>
13178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 \begin_inset ERT
13183 status collapsed
13184
13185 \begin_layout Plain Layout
13186
13187
13188 \backslash
13189 diagbox{
13190 \end_layout
13191
13192 \end_inset
13193
13194 Name
13195 \begin_inset ERT
13196 status collapsed
13197
13198 \begin_layout Plain Layout
13199
13200 }{
13201 \end_layout
13202
13203 \end_inset
13204
13205 Parameter
13206 \begin_inset ERT
13207 status collapsed
13208
13209 \begin_layout Plain Layout
13210
13211 }
13212 \end_layout
13213
13214 \end_inset
13215
13216
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13222 \begin_inset Text
13223
13224 \begin_layout Plain Layout
13225 Dicke in nm
13226 \end_layout
13227
13228 \end_inset
13229 </cell>
13230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234 Transparenz in %
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 Härte in MPa
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 </row>
13249 <row>
13250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13251 \begin_inset Text
13252
13253 \begin_layout Plain Layout
13254 Perfekt Grün
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263 45
13264 \end_layout
13265
13266 \end_inset
13267 </cell>
13268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Plain Layout
13272 80
13273 \end_layout
13274
13275 \end_inset
13276 </cell>
13277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 504
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 </row>
13287 <row>
13288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 Dunkel Multi-P
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13298 \begin_inset Text
13299
13300 \begin_layout Plain Layout
13301 60
13302 \end_layout
13303
13304 \end_inset
13305 </cell>
13306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Plain Layout
13310 72
13311 \end_layout
13312
13313 \end_inset
13314 </cell>
13315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319 982
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 </row>
13325 <row>
13326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 Kristallklar Pro
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 18
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 86
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357 374
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 </row>
13363 </lyxtabular>
13364
13365 \end_inset
13366
13367
13368 \begin_inset VSpace medskip
13369 \end_inset
13370
13371
13372 \end_layout
13373
13374 \begin_layout Standard
13375 \begin_inset Newpage newpage
13376 \end_inset
13377
13378
13379 \end_layout
13380
13381 \begin_layout Standard
13382 Das 3-Argument Schema ist z.
13383 \begin_inset space \thinspace{}
13384 \end_inset
13385
13386 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13387 \end_layout
13388
13389 \begin_layout Standard
13390 \noindent
13391 \align center
13392 \begin_inset Tabular
13393 <lyxtabular version="3" rows="4" columns="4">
13394 <features tabularvalignment="middle">
13395 <column alignment="center" valignment="top" width="0pt">
13396 <column alignment="center" valignment="top" width="0">
13397 <column alignment="center" valignment="top" width="0">
13398 <column alignment="center" valignment="top" width="0">
13399 <row>
13400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13401 \begin_inset Text
13402
13403 \begin_layout Plain Layout
13404 \begin_inset ERT
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408
13409
13410 \backslash
13411 diagbox{
13412 \end_layout
13413
13414 \end_inset
13415
13416 Heim
13417 \begin_inset ERT
13418 status collapsed
13419
13420 \begin_layout Plain Layout
13421
13422 }{
13423 \end_layout
13424
13425 \end_inset
13426
13427 Ergebnis
13428 \begin_inset ERT
13429 status collapsed
13430
13431 \begin_layout Plain Layout
13432
13433 }{
13434 \end_layout
13435
13436 \end_inset
13437
13438 Auswärts
13439 \begin_inset ERT
13440 status collapsed
13441
13442 \begin_layout Plain Layout
13443
13444 }
13445 \end_layout
13446
13447 \end_inset
13448
13449
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 Tiger
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 Panther
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 Falken
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 </row>
13482 <row>
13483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 Tiger
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 ---
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505 1:3
13506 \end_layout
13507
13508 \end_inset
13509 </cell>
13510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514 0:1
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 </row>
13520 <row>
13521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 Panther
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534 3:1
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 ---
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552 0:0
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 </row>
13558 <row>
13559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563 Falken
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Plain Layout
13572 1:0
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581 0:0
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 ---
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 </row>
13596 </lyxtabular>
13597
13598 \end_inset
13599
13600
13601 \end_layout
13602
13603 \begin_layout Standard
13604 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13605  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13606 \end_layout
13607
13608 \begin_layout Standard
13609 \noindent
13610 \align center
13611 \begin_inset Tabular
13612 <lyxtabular version="3" rows="5" columns="5">
13613 <features tabularvalignment="middle">
13614 <column alignment="center" valignment="top" width="0pt">
13615 <column alignment="center" valignment="top" width="0">
13616 <column alignment="center" valignment="top" width="0">
13617 <column alignment="center" valignment="top" width="0">
13618 <column alignment="center" valignment="top" width="0">
13619 <row>
13620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 \begin_inset ERT
13625 status open
13626
13627 \begin_layout Plain Layout
13628
13629
13630 \backslash
13631 diagbox{
13632 \end_layout
13633
13634 \end_inset
13635
13636 Heim
13637 \begin_inset ERT
13638 status collapsed
13639
13640 \begin_layout Plain Layout
13641
13642 }{
13643 \end_layout
13644
13645 \end_inset
13646
13647 Ergebnis
13648 \begin_inset ERT
13649 status collapsed
13650
13651 \begin_layout Plain Layout
13652
13653 }{
13654 \end_layout
13655
13656 \end_inset
13657
13658 Auswärts
13659 \begin_inset ERT
13660 status collapsed
13661
13662 \begin_layout Plain Layout
13663
13664 }
13665 \end_layout
13666
13667 \end_inset
13668
13669
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 Tiger
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 Panther
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 Falken
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 \begin_inset ERT
13706 status open
13707
13708 \begin_layout Plain Layout
13709
13710
13711 \backslash
13712 diagbox[dir=NE]{
13713 \end_layout
13714
13715 \end_inset
13716
13717 Heim
13718 \begin_inset ERT
13719 status collapsed
13720
13721 \begin_layout Plain Layout
13722
13723 }{
13724 \end_layout
13725
13726 \end_inset
13727
13728 Ergebnis
13729 \begin_inset ERT
13730 status collapsed
13731
13732 \begin_layout Plain Layout
13733
13734 }{
13735 \end_layout
13736
13737 \end_inset
13738
13739 Auswärts
13740 \begin_inset ERT
13741 status collapsed
13742
13743 \begin_layout Plain Layout
13744
13745 }
13746 \end_layout
13747
13748 \end_inset
13749
13750
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 </row>
13756 <row>
13757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 Tiger
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770 ---
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 1:3
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 0:1
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 Tiger
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 </row>
13803 <row>
13804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808 Panther
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817 3:1
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826 ---
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 0:0
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 Panther
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 </row>
13850 <row>
13851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 Falken
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864 1:0
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873 0:0
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882 ---
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 Falken
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 </row>
13897 <row>
13898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Plain Layout
13902 \begin_inset ERT
13903 status open
13904
13905 \begin_layout Plain Layout
13906
13907
13908 \backslash
13909 diagbox[dir=SW]{
13910 \end_layout
13911
13912 \end_inset
13913
13914 Heim
13915 \begin_inset ERT
13916 status collapsed
13917
13918 \begin_layout Plain Layout
13919
13920 }{
13921 \end_layout
13922
13923 \end_inset
13924
13925 Ergebnis
13926 \begin_inset ERT
13927 status collapsed
13928
13929 \begin_layout Plain Layout
13930
13931 }{
13932 \end_layout
13933
13934 \end_inset
13935
13936 Auswärts
13937 \begin_inset ERT
13938 status collapsed
13939
13940 \begin_layout Plain Layout
13941
13942 }
13943 \end_layout
13944
13945 \end_inset
13946
13947
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 Tiger
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 Panther
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Plain Layout
13974 Falken
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 \begin_inset ERT
13984 status open
13985
13986 \begin_layout Plain Layout
13987
13988
13989 \backslash
13990 diagbox[dir=SE]{
13991 \end_layout
13992
13993 \end_inset
13994
13995 Heim
13996 \begin_inset ERT
13997 status collapsed
13998
13999 \begin_layout Plain Layout
14000
14001 }{
14002 \end_layout
14003
14004 \end_inset
14005
14006 Ergebnis
14007 \begin_inset ERT
14008 status collapsed
14009
14010 \begin_layout Plain Layout
14011
14012 }{
14013 \end_layout
14014
14015 \end_inset
14016
14017 Auswärts
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023 }
14024 \end_layout
14025
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 </row>
14034 </lyxtabular>
14035
14036 \end_inset
14037
14038
14039 \end_layout
14040
14041 \begin_layout Standard
14042 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
14043 \series bold
14044 dir=Richtung
14045 \series default
14046  verwendet.
14047  
14048 \emph on
14049 Richtung
14050 \emph default
14051  ist entweder 
14052 \series bold
14053 NE
14054 \series default
14055
14056 \series bold
14057 DE
14058 \series default
14059
14060 \series bold
14061 SW
14062 \series default
14063  oder 
14064 \series bold
14065 NW
14066 \series default
14067  und stellt eine Himmelsrichtung dar.
14068  
14069 \series bold
14070 SW
14071 \series default
14072  ist z.
14073 \begin_inset space \thinspace{}
14074 \end_inset
14075
14076 B.
14077  die Südwestecke.
14078  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14079 \end_layout
14080
14081 \begin_layout Standard
14082
14083 \series bold
14084
14085 \backslash
14086 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14087 \end_layout
14088
14089 \begin_layout Standard
14090 verwendet.
14091  Wenn keine Richtung angegeben ist, wird NW verwendet.
14092 \end_layout
14093
14094 \begin_layout Standard
14095 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14096  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14097 e ist, ragt der Inhalt über die Zelle hinaus:
14098 \end_layout
14099
14100 \begin_layout Standard
14101 \noindent
14102 \align center
14103 \begin_inset Tabular
14104 <lyxtabular version="3" rows="2" columns="2">
14105 <features tabularvalignment="middle">
14106 <column alignment="center" valignment="top" width="3cm">
14107 <column alignment="center" valignment="top" width="0">
14108 <row>
14109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Plain Layout
14113 \begin_inset ERT
14114 status collapsed
14115
14116 \begin_layout Plain Layout
14117
14118
14119 \backslash
14120 diagbox{
14121 \end_layout
14122
14123 \end_inset
14124
14125 Name
14126 \begin_inset ERT
14127 status collapsed
14128
14129 \begin_layout Plain Layout
14130
14131 }{
14132 \end_layout
14133
14134 \end_inset
14135
14136 Parameter
14137 \begin_inset ERT
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141
14142 }
14143 \end_layout
14144
14145 \end_inset
14146
14147
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 Dicke in nm
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 </row>
14162 <row>
14163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 Perfekt Grün
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 45
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 </row>
14182 </lyxtabular>
14183
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \begin_layout Standard
14190 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14191  verwendet man die Befehlsoption 
14192 \series bold
14193 width=3cm
14194 \series default
14195  (ersetzen Sie '3cm' durch die benötigte Breite).
14196  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14197 \begin_inset space \thinspace{}
14198 \end_inset
14199
14200 cm gesetzt.
14201  Für 
14202 \series bold
14203
14204 \backslash
14205 diagbox
14206 \series default
14207  wird eine Breite von 4
14208 \begin_inset space \thinspace{}
14209 \end_inset
14210
14211 cm + 2
14212 \begin_inset space \thinspace{}
14213 \end_inset
14214
14215
14216 \backslash
14217 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14218  diesem Fall 4
14219 \begin_inset space \thinspace{}
14220 \end_inset
14221
14222 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14223  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14224 \series bold
14225
14226 \backslash
14227 diagbox
14228 \series default
14229  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14230  später verwenden kann.
14231  Dies wird mit den TeX-Code Befehlen
14232 \end_layout
14233
14234 \begin_layout Standard
14235
14236 \series bold
14237
14238 \backslash
14239 newlength{
14240 \backslash
14241 diagtest}
14242 \begin_inset Newline newline
14243 \end_inset
14244
14245
14246 \backslash
14247 setlength{
14248 \backslash
14249 diagtest}{4cm+2
14250 \backslash
14251 tabcolsep}
14252 \end_layout
14253
14254 \begin_layout Standard
14255 erreicht.
14256 \end_layout
14257
14258 \begin_layout Standard
14259 \begin_inset ERT
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263
14264
14265 \backslash
14266 newlength{
14267 \backslash
14268 diagtest}
14269 \end_layout
14270
14271 \begin_layout Plain Layout
14272
14273
14274 \backslash
14275 setlength{
14276 \backslash
14277 diagtest}{4cm+2
14278 \backslash
14279 tabcolsep}
14280 \end_layout
14281
14282 \end_inset
14283
14284
14285 \end_layout
14286
14287 \begin_layout Standard
14288 Um Berechnungen in LaTeX zu aktivieren, muss das Paket 
14289 \series bold
14290 calc
14291 \series default
14292
14293 \begin_inset Index idx
14294 status collapsed
14295
14296 \begin_layout Plain Layout
14297 LaTeX-Pakete ! calc
14298 \end_layout
14299
14300 \end_inset
14301
14302  im LaTeX-Vorspann geladen werden.
14303 \end_layout
14304
14305 \begin_layout Standard
14306 In der Tabelle kann man nun den Befehl
14307 \end_layout
14308
14309 \begin_layout Standard
14310
14311 \series bold
14312
14313 \backslash
14314 diagbox[width=
14315 \backslash
14316 diagtest]{A}{B}
14317 \end_layout
14318
14319 \begin_layout Standard
14320 in der ersten Zelle verwenden:
14321 \end_layout
14322
14323 \begin_layout Standard
14324 \noindent
14325 \align center
14326 \begin_inset Tabular
14327 <lyxtabular version="3" rows="2" columns="2">
14328 <features tabularvalignment="middle">
14329 <column alignment="center" valignment="top" width="4cm">
14330 <column alignment="center" valignment="top" width="0">
14331 <row>
14332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14333 \begin_inset Text
14334
14335 \begin_layout Plain Layout
14336 \begin_inset ERT
14337 status open
14338
14339 \begin_layout Plain Layout
14340
14341
14342 \backslash
14343 diagbox[width=
14344 \backslash
14345 diagtest]{
14346 \end_layout
14347
14348 \end_inset
14349
14350 A
14351 \begin_inset ERT
14352 status collapsed
14353
14354 \begin_layout Plain Layout
14355
14356 }{
14357 \end_layout
14358
14359 \end_inset
14360
14361 B
14362 \begin_inset ERT
14363 status collapsed
14364
14365 \begin_layout Plain Layout
14366
14367 }
14368 \end_layout
14369
14370 \end_inset
14371
14372
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381 Dicke in nm
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 </row>
14387 <row>
14388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 Perfekt Grün
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401 45
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 </row>
14407 </lyxtabular>
14408
14409 \end_inset
14410
14411
14412 \end_layout
14413
14414 \begin_layout Standard
14415 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14416  muss.
14417  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14418  wie in in dieser Tabelle:
14419 \end_layout
14420
14421 \begin_layout Standard
14422 \noindent
14423 \align center
14424 \begin_inset Tabular
14425 <lyxtabular version="3" rows="2" columns="2">
14426 <features tabularvalignment="middle">
14427 <column alignment="center" valignment="top" width="0pt">
14428 <column alignment="center" valignment="top" width="0">
14429 <row>
14430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Plain Layout
14434 \begin_inset ERT
14435 status collapsed
14436
14437 \begin_layout Plain Layout
14438
14439
14440 \backslash
14441 diagbox{
14442 \end_layout
14443
14444 \end_inset
14445
14446 A
14447 \begin_inset ERT
14448 status collapsed
14449
14450 \begin_layout Plain Layout
14451
14452 }{
14453 \end_layout
14454
14455 \end_inset
14456
14457 B
14458 \begin_inset ERT
14459 status collapsed
14460
14461 \begin_layout Plain Layout
14462
14463 }
14464 \end_layout
14465
14466 \end_inset
14467
14468
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Plain Layout
14477 Dicke in nm
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 </row>
14483 <row>
14484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488 Perfekt Grün
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14494 \begin_inset Text
14495
14496 \begin_layout Plain Layout
14497 45
14498 \end_layout
14499
14500 \end_inset
14501 </cell>
14502 </row>
14503 </lyxtabular>
14504
14505 \end_inset
14506
14507
14508 \end_layout
14509
14510 \begin_layout Standard
14511 Verwenden Sie in diesem Fall die Option 
14512 \series bold
14513 width
14514 \series default
14515  des Befehls 
14516 \series bold
14517
14518 \backslash
14519 diagbox
14520 \series default
14521 .
14522  Es ist dabei nicht notwendig, 2
14523 \backslash
14524 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14525  ist.
14526  In dieser Tabelle wird eine Breite von 3
14527 \begin_inset space \thinspace{}
14528 \end_inset
14529
14530 cm verwendet:
14531 \end_layout
14532
14533 \begin_layout Standard
14534 \noindent
14535 \align center
14536 \begin_inset Tabular
14537 <lyxtabular version="3" rows="2" columns="2">
14538 <features tabularvalignment="middle">
14539 <column alignment="center" valignment="top" width="0pt">
14540 <column alignment="center" valignment="top" width="0">
14541 <row>
14542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14543 \begin_inset Text
14544
14545 \begin_layout Plain Layout
14546 \begin_inset ERT
14547 status open
14548
14549 \begin_layout Plain Layout
14550
14551
14552 \backslash
14553 diagbox[width=3cm]{
14554 \end_layout
14555
14556 \end_inset
14557
14558 A
14559 \begin_inset ERT
14560 status collapsed
14561
14562 \begin_layout Plain Layout
14563
14564 }{
14565 \end_layout
14566
14567 \end_inset
14568
14569 B
14570 \begin_inset ERT
14571 status collapsed
14572
14573 \begin_layout Plain Layout
14574
14575 }
14576 \end_layout
14577
14578 \end_inset
14579
14580
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 Dicke in nm
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 </row>
14595 <row>
14596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 Perfekt Grün
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609 45
14610 \end_layout
14611
14612 \end_inset
14613 </cell>
14614 </row>
14615 </lyxtabular>
14616
14617 \end_inset
14618
14619
14620 \end_layout
14621
14622 \begin_layout Standard
14623 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14624  Text in der Zelle unterzubringen.
14625  Dies wird mit der 
14626 \series bold
14627
14628 \backslash
14629 diagbox
14630 \series default
14631 -Option 
14632 \series bold
14633 height=3cm
14634 \series default
14635  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14636  In der folgenden Tabelle wird der Befehl
14637 \end_layout
14638
14639 \begin_layout Standard
14640
14641 \series bold
14642
14643 \backslash
14644 diagbox[width=3cm,height=1.4cm]{A
14645 \backslash
14646
14647 \backslash
14648 B}{C
14649 \backslash
14650
14651 \backslash
14652 D}
14653 \end_layout
14654
14655 \begin_layout Standard
14656 in der ersten Zelle verwendet.
14657  Der Befehl 
14658 \series bold
14659
14660 \backslash
14661
14662 \backslash
14663
14664 \series default
14665  erzeugt hierbei den Zeilenumbruch.
14666 \begin_inset Foot
14667 status collapsed
14668
14669 \begin_layout Plain Layout
14670 Zeilen mit 
14671 \family sans
14672 Strg+Enter
14673 \family default
14674  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14675 \end_layout
14676
14677 \end_inset
14678
14679
14680 \end_layout
14681
14682 \begin_layout Standard
14683 \noindent
14684 \align center
14685 \begin_inset Tabular
14686 <lyxtabular version="3" rows="2" columns="2">
14687 <features tabularvalignment="middle">
14688 <column alignment="center" valignment="top" width="0">
14689 <column alignment="center" valignment="top" width="0">
14690 <row>
14691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Plain Layout
14695 \begin_inset ERT
14696 status open
14697
14698 \begin_layout Plain Layout
14699
14700
14701 \backslash
14702 diagbox[width=3cm,height=1.4cm]{
14703 \end_layout
14704
14705 \end_inset
14706
14707 A
14708 \begin_inset ERT
14709 status collapsed
14710
14711 \begin_layout Plain Layout
14712
14713
14714 \backslash
14715
14716 \backslash
14717
14718 \end_layout
14719
14720 \end_inset
14721
14722 B
14723 \begin_inset ERT
14724 status collapsed
14725
14726 \begin_layout Plain Layout
14727
14728 }{
14729 \end_layout
14730
14731 \end_inset
14732
14733 C
14734 \begin_inset ERT
14735 status collapsed
14736
14737 \begin_layout Plain Layout
14738
14739
14740 \backslash
14741
14742 \backslash
14743
14744 \end_layout
14745
14746 \end_inset
14747
14748 D
14749 \begin_inset ERT
14750 status collapsed
14751
14752 \begin_layout Plain Layout
14753
14754 }
14755 \end_layout
14756
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 Dicke in nm
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 </row>
14774 <row>
14775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14776 \begin_inset Text
14777
14778 \begin_layout Plain Layout
14779 Perfekt Grün
14780 \end_layout
14781
14782 \end_inset
14783 </cell>
14784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788 45
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 </row>
14794 </lyxtabular>
14795
14796 \end_inset
14797
14798
14799 \end_layout
14800
14801 \begin_layout Standard
14802 \begin_inset ERT
14803 status collapsed
14804
14805 \begin_layout Plain Layout
14806
14807
14808 \backslash
14809 else
14810 \end_layout
14811
14812 \end_inset
14813
14814
14815 \begin_inset Note Note
14816 status open
14817
14818 \begin_layout Plain Layout
14819 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
14820 \series bold
14821 diagbox
14822 \series default
14823  nicht installiert ist:
14824 \end_layout
14825
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \begin_layout Standard
14832 Sie müssen das LaTeX-Paket 
14833 \series bold
14834 diagbox
14835 \series default
14836  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14837 \end_layout
14838
14839 \begin_layout Standard
14840 \begin_inset ERT
14841 status collapsed
14842
14843 \begin_layout Plain Layout
14844
14845
14846 \backslash
14847 fi
14848 \end_layout
14849
14850 \end_inset
14851
14852
14853 \end_layout
14854
14855 \begin_layout Standard
14856 Für mehr Informationen über das LaTeX-Paket 
14857 \series bold
14858 diagbox
14859 \series default
14860 , siehe dessen Dokumentation, 
14861 \begin_inset CommandInset citation
14862 LatexCommand cite
14863 key "diagbox"
14864
14865 \end_inset
14866
14867 .
14868 \end_layout
14869
14870 \begin_layout Section
14871 Formale Tabellen
14872 \begin_inset CommandInset label
14873 LatexCommand label
14874 name "abs:Formale-Tabellen"
14875
14876 \end_inset
14877
14878
14879 \begin_inset Index idx
14880 status collapsed
14881
14882 \begin_layout Plain Layout
14883 Tabellen ! Formale
14884 \end_layout
14885
14886 \end_inset
14887
14888
14889 \end_layout
14890
14891 \begin_layout Standard
14892 Tabellen werden in Büchern oft wie Tabelle
14893 \begin_inset space ~
14894 \end_inset
14895
14896
14897 \begin_inset CommandInset ref
14898 LatexCommand ref
14899 reference "tab:Formale-Tabelle"
14900
14901 \end_inset
14902
14903  gesetzt.
14904  Diese Tabellen werden
14905 \emph on
14906  formal
14907 \emph default
14908  genannt.
14909  Formale Tabellen bekommen Sie, wenn Sie im 
14910 \family sans
14911 Tabellen-Einstellungen
14912 \family default
14913 -Dialog auf der Karteikarte 
14914 \family sans
14915 Rahmen
14916 \family default
14917  den 
14918 \family sans
14919 Stil
14920 \family default
14921  
14922 \family sans
14923 Formal
14924 \family default
14925  ankreuzen.
14926 \end_layout
14927
14928 \begin_layout Standard
14929 \begin_inset Float table
14930 placement h
14931 wide false
14932 sideways false
14933 status open
14934
14935 \begin_layout Plain Layout
14936 \begin_inset Caption
14937
14938 \begin_layout Plain Layout
14939 \begin_inset CommandInset label
14940 LatexCommand label
14941 name "tab:Formale-Tabelle"
14942
14943 \end_inset
14944
14945 Formale Tabelle
14946 \end_layout
14947
14948 \end_inset
14949
14950
14951 \end_layout
14952
14953 \begin_layout Plain Layout
14954 \align center
14955 \begin_inset Tabular
14956 <lyxtabular version="3" rows="8" columns="4">
14957 <features booktabs="true" tabularvalignment="middle">
14958 <column alignment="center" valignment="top" width="0">
14959 <column alignment="right" valignment="top" width="0">
14960 <column alignment="right" valignment="top" width="0">
14961 <column alignment="right" valignment="top" width="0">
14962 <row>
14963 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 System
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 <cell alignment="center" valignment="top" topline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976 Chip
14977 \begin_inset space \thinspace{}
14978 \end_inset
14979
14980 1
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989 Chip
14990 \begin_inset space \thinspace{}
14991 \end_inset
14992
14993 2
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 </row>
15008 <row>
15009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 \begin_inset ERT
15014 status collapsed
15015
15016 \begin_layout Plain Layout
15017
15018
15019 \backslash
15020 cmidrule(r){2-2}
15021 \end_layout
15022
15023 \end_inset
15024
15025
15026 \begin_inset ERT
15027 status collapsed
15028
15029 \begin_layout Plain Layout
15030
15031
15032 \backslash
15033 cmidrule(l){3-4}
15034 \end_layout
15035
15036 \end_inset
15037
15038 Detektordicke in µm
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 300
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 300
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 700
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 </row>
15071 <row>
15072 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076 Kantenwinkel in °
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 <cell alignment="center" valignment="top" topline="true" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085 3.55
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" topline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 2.71
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 <cell alignment="center" valignment="top" topline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 7.99
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 </row>
15109 <row topspace="default">
15110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114 räumliche Auf\SpecialChar \textcompwordmark{}
15115 lösung in µm
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124 4.26
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 10.17
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 10.56
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 </row>
15148 <row topspace="default">
15149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153 MTF bei 
15154 \begin_inset Formula $f_{\mathrm{max}}$
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 <cell alignment="center" valignment="top" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166 0.53
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 0.37
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 0.39
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 </row>
15190 <row topspace="default">
15191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195 \begin_inset ERT
15196 status collapsed
15197
15198 \begin_layout Plain Layout
15199
15200
15201 \backslash
15202 cmidrule(l{10pt}){1-1}
15203 \end_layout
15204
15205 \end_inset
15206
15207 LSF räumliche Auf\SpecialChar \textcompwordmark{}
15208 lösung
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 <cell alignment="center" valignment="top" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 <row>
15242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 in µm
15247 \end_layout
15248
15249 \end_inset
15250 </cell>
15251 <cell alignment="center" valignment="top" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255 129.7
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 <cell alignment="center" valignment="top" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264 52.75
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 <cell alignment="center" valignment="top" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273 50.78
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 </row>
15279 <row>
15280 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284 in % der Pixelgröße
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293 76.3
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302 95.9
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311 92.3
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 </row>
15317 </lyxtabular>
15318
15319 \end_inset
15320
15321
15322 \end_layout
15323
15324 \end_inset
15325
15326
15327 \end_layout
15328
15329 \begin_layout Standard
15330 Abstände zu Tabellenzeilen können auf der Karteikarte 
15331 \family sans
15332 Rahmen
15333 \family default
15334  des 
15335 \family sans
15336 Tabellen-Ein\SpecialChar \-
15337 stel\SpecialChar \-
15338 lun\SpecialChar \-
15339 gen
15340 \family default
15341 -Dialogs hinzugefügt werden, wie in Abschnitt
15342 \begin_inset space ~
15343 \end_inset
15344
15345
15346 \begin_inset CommandInset ref
15347 LatexCommand ref
15348 reference "uab:Zeilenabstand"
15349
15350 \end_inset
15351
15352  beschrieben.
15353 \end_layout
15354
15355 \begin_layout Standard
15356 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15357  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15358  gedruckt aber anders aus.
15359  Die erste und letzte Linie ist 0.08
15360 \begin_inset space \thinspace{}
15361 \end_inset
15362
15363 em dick, während die anderen 0.05
15364 \begin_inset space \thinspace{}
15365 \end_inset
15366
15367 em dick sind.
15368 \end_layout
15369
15370 \begin_layout Standard
15371 Die Standarddicken können im LaTeX-Vorspann geändert werden:
15372 \end_layout
15373
15374 \begin_layout Standard
15375
15376 \series bold
15377
15378 \backslash
15379 let
15380 \backslash
15381 mytoprule
15382 \backslash
15383 toprule
15384 \begin_inset Newline newline
15385 \end_inset
15386
15387
15388 \backslash
15389 renewcommand{
15390 \backslash
15391 toprule}{
15392 \backslash
15393 mytoprule[Breite]}
15394 \end_layout
15395
15396 \begin_layout Standard
15397 Dies Beispiel gilt für die oberste Linie, genannt 
15398 \series bold
15399 toprule
15400 \series default
15401 .
15402  Für die letzte müssen Sie 
15403 \series bold
15404 toprule
15405 \series default
15406  durch 
15407 \series bold
15408 bottomrule
15409 \series default
15410  ersetzen.
15411  Die Linien dazwischen heißen 
15412 \series bold
15413 midrule
15414 \series default
15415 .
15416  Für 
15417 \family sans
15418 Breite
15419 \family default
15420  können Sie alle Einheiten benutzen, die in Anhang
15421 \begin_inset space ~
15422 \end_inset
15423
15424
15425 \begin_inset CommandInset ref
15426 LatexCommand ref
15427 reference "kap:In-LyX-verfügbare"
15428
15429 \end_inset
15430
15431  aufgelistet sind.
15432 \end_layout
15433
15434 \begin_layout Standard
15435 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15436  eine Linie unter einer Mehrfachspalte.
15437  LyX wird intern den Befehl 
15438 \series bold
15439
15440 \backslash
15441 cmidrule
15442 \series default
15443  benutzen, um diese Linie zu drucken.
15444  Der ganze Befehl sieht so aus:
15445 \end_layout
15446
15447 \begin_layout Standard
15448
15449 \series bold
15450
15451 \backslash
15452 cmidrule[width](trim){Anfangsspalte-Endspalte}
15453 \end_layout
15454
15455 \begin_layout Standard
15456 Die 
15457 \series bold
15458
15459 \backslash
15460 cmidrule
15461 \series default
15462 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
15463  benutzen.
15464  
15465 \series bold
15466
15467 \backslash
15468 cmidrule
15469 \series default
15470  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
15471  erste Zelle einer Zeile einfügt.
15472  Die Linie wird dann über der Zeile gedruckt.
15473 \end_layout
15474
15475 \begin_layout Standard
15476 Der Standardwert ist 0.03
15477 \begin_inset space \thinspace{}
15478 \end_inset
15479
15480 em.
15481  Die Linie reicht von 
15482 \family typewriter
15483 Anfangsspalte
15484 \family default
15485  bis 
15486 \family typewriter
15487 End\SpecialChar \-
15488 spal\SpecialChar \-
15489 te
15490 \family default
15491 .
15492  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15493   Der optionale Parameter 
15494 \family typewriter
15495 trim
15496 \family default
15497  kann die Werte 
15498 \emph on
15499 r
15500 \emph default
15501
15502 \emph on
15503 r{Breite}
15504 \emph default
15505
15506 \emph on
15507 l
15508 \family typewriter
15509 \emph default
15510  
15511 \family default
15512 oder 
15513 \emph on
15514 l{Breite}
15515 \emph default
15516  annehmen, wobei die 
15517 \family sans
15518 Breite
15519 \family default
15520  optional ist.
15521  
15522 \emph on
15523 l{2pt}
15524 \emph default
15525  zum Beispiel bedeutet, dass die Linie links um 2
15526 \begin_inset space \thinspace{}
15527 \end_inset
15528
15529 pt gekürzt wird.
15530  Ohne Breitenangabe werden die Linien um 0.5
15531 \begin_inset space \thinspace{}
15532 \end_inset
15533
15534 em gekürzt.
15535 \end_layout
15536
15537 \begin_layout Standard
15538 \begin_inset VSpace bigskip
15539 \end_inset
15540
15541 In Tabelle
15542 \begin_inset space ~
15543 \end_inset
15544
15545
15546 \begin_inset CommandInset ref
15547 LatexCommand ref
15548 reference "tab:Formale-Tabelle"
15549
15550 \end_inset
15551
15552  wurden die Befehle
15553 \end_layout
15554
15555 \begin_layout Standard
15556
15557 \series bold
15558
15559 \backslash
15560 cmidrule(r){2-2}
15561 \backslash
15562 cmidrule(l){3-4}
15563 \end_layout
15564
15565 \begin_layout Standard
15566 am Anfang der zweiten Zeile und
15567 \end_layout
15568
15569 \begin_layout Standard
15570
15571 \series bold
15572
15573 \backslash
15574 cmidrule(l{10pt}){1-1}
15575 \end_layout
15576
15577 \begin_layout Standard
15578 in der sechsten benutzt.
15579 \end_layout
15580
15581 \begin_layout Standard
15582 \begin_inset VSpace bigskip
15583 \end_inset
15584
15585
15586 \end_layout
15587
15588 \begin_layout Standard
15589 Sie können mit 
15590 \series bold
15591
15592 \backslash
15593 cmidrule
15594 \series default
15595  auch überlappende Linien wie in Tabelle
15596 \begin_inset space ~
15597 \end_inset
15598
15599
15600 \begin_inset CommandInset ref
15601 LatexCommand ref
15602 reference "tab:Special-booktabs-table"
15603
15604 \end_inset
15605
15606  definieren.
15607  Der Befehl ist:
15608 \end_layout
15609
15610 \begin_layout Standard
15611
15612 \series bold
15613
15614 \backslash
15615 morecmidrules
15616 \end_layout
15617
15618 \begin_layout Standard
15619 In Zeile zwei der Tabelle
15620 \begin_inset space ~
15621 \end_inset
15622
15623
15624 \begin_inset CommandInset ref
15625 LatexCommand ref
15626 reference "tab:Special-booktabs-table"
15627
15628 \end_inset
15629
15630  wurde folgender Befehl benutzt:
15631 \end_layout
15632
15633 \begin_layout Standard
15634
15635 \series bold
15636
15637 \backslash
15638 cmidrule(r){2-2}
15639 \backslash
15640 cmidrule(l){3-4}
15641 \backslash
15642 morecmidrules
15643 \begin_inset Newline newline
15644 \end_inset
15645
15646
15647 \backslash
15648 cmidrule{2-4}
15649 \end_layout
15650
15651 \begin_layout Standard
15652 und in Zeile sechs:
15653 \end_layout
15654
15655 \begin_layout Standard
15656
15657 \series bold
15658
15659 \backslash
15660 midrule
15661 \backslash
15662 morecmidrules
15663 \backslash
15664 cmidrule{3-4}
15665 \end_layout
15666
15667 \begin_layout Standard
15668 \begin_inset VSpace bigskip
15669 \end_inset
15670
15671
15672 \end_layout
15673
15674 \begin_layout Standard
15675 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15676  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15677 \end_layout
15678
15679 \begin_layout Standard
15680
15681 \series bold
15682
15683 \backslash
15684 specialrule{Dicke}{Abstand davor}{Abstand danach}
15685 \end_layout
15686
15687 \begin_layout Standard
15688 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
15689 \series bold
15690 booktabs
15691 \series default
15692  
15693 \begin_inset CommandInset citation
15694 LatexCommand cite
15695 key "booktabs"
15696
15697 \end_inset
15698
15699 .
15700 \begin_inset Index idx
15701 status collapsed
15702
15703 \begin_layout Plain Layout
15704 LaTeX-Pakete ! booktabs
15705 \end_layout
15706
15707 \end_inset
15708
15709
15710 \end_layout
15711
15712 \begin_layout Standard
15713 \begin_inset Float table
15714 placement h
15715 wide false
15716 sideways false
15717 status open
15718
15719 \begin_layout Plain Layout
15720 \begin_inset Caption
15721
15722 \begin_layout Plain Layout
15723 \begin_inset CommandInset label
15724 LatexCommand label
15725 name "tab:Special-booktabs-table"
15726
15727 \end_inset
15728
15729 Eine spezielle formale Tabelle
15730 \end_layout
15731
15732 \end_inset
15733
15734
15735 \end_layout
15736
15737 \begin_layout Plain Layout
15738 \align center
15739 \begin_inset Tabular
15740 <lyxtabular version="3" rows="8" columns="4">
15741 <features booktabs="true" tabularvalignment="middle">
15742 <column alignment="center" valignment="top" width="0">
15743 <column alignment="center" valignment="top" width="0">
15744 <column alignment="right" valignment="top" width="0">
15745 <column alignment="right" valignment="top" width="0">
15746 <row>
15747 <cell alignment="center" valignment="top" topline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 System
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" topline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 Chip
15761 \begin_inset space \thinspace{}
15762 \end_inset
15763
15764 1
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773 Chip
15774 \begin_inset space \thinspace{}
15775 \end_inset
15776
15777 2
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 </row>
15792 <row>
15793 <cell alignment="center" valignment="top" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 \begin_inset ERT
15798 status collapsed
15799
15800 \begin_layout Plain Layout
15801
15802
15803 \backslash
15804 cmidrule(r){2-2}
15805 \end_layout
15806
15807 \end_inset
15808
15809
15810 \begin_inset ERT
15811 status collapsed
15812
15813 \begin_layout Plain Layout
15814
15815
15816 \backslash
15817 cmidrule(l){3-4}
15818 \end_layout
15819
15820 \end_inset
15821
15822
15823 \begin_inset ERT
15824 status collapsed
15825
15826 \begin_layout Plain Layout
15827
15828
15829 \backslash
15830 morecmidrules 
15831 \end_layout
15832
15833 \end_inset
15834
15835
15836 \begin_inset ERT
15837 status collapsed
15838
15839 \begin_layout Plain Layout
15840
15841
15842 \backslash
15843 cmidrule{2-4}
15844 \end_layout
15845
15846 \end_inset
15847
15848 Detektordicke in µm
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 300
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 300
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875 700
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 </row>
15881 <row>
15882 <cell alignment="center" valignment="top" topline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 Kantenwinkel in °
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" topline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895 3,55
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" topline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904 2,71
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" topline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 7,99
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 </row>
15919 <row topspace="default">
15920 <cell alignment="center" valignment="top" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924 räumliche Auf\SpecialChar \textcompwordmark{}
15925 lösung in µm
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 4,26
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 10,17
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952 10,56
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 </row>
15958 <row topspace="default">
15959 <cell alignment="center" valignment="top" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963 MTF bei 
15964 \begin_inset Formula $f_{\mathrm{max}}$
15965 \end_inset
15966
15967
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976 0,53
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 0,37
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 0,39
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 </row>
16000 <row>
16001 <cell alignment="center" valignment="top" topline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005 \begin_inset ERT
16006 status collapsed
16007
16008 \begin_layout Plain Layout
16009
16010
16011 \backslash
16012 morecmidrules 
16013 \end_layout
16014
16015 \end_inset
16016
16017
16018 \begin_inset ERT
16019 status collapsed
16020
16021 \begin_layout Plain Layout
16022
16023
16024 \backslash
16025 cmidrule{3-4}
16026 \end_layout
16027
16028 \end_inset
16029
16030 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
16031 lösung
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 <cell alignment="center" valignment="top" topline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Plain Layout
16040
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 <cell alignment="center" valignment="top" topline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Plain Layout
16049
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 <cell alignment="center" valignment="top" topline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 </row>
16064 <row>
16065 <cell alignment="center" valignment="top" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 in µm
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 <cell alignment="center" valignment="top" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078 129,7
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 <cell alignment="center" valignment="top" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087 52,75
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 50,78
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 </row>
16102 <row>
16103 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107 in % der Pixelgröße
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 76,3
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 95,9
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134 92,3
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 </row>
16140 </lyxtabular>
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \end_inset
16148
16149
16150 \end_layout
16151
16152 \begin_layout Section
16153 Vertikale Tabellen-Ausrichtung
16154 \begin_inset Index idx
16155 status collapsed
16156
16157 \begin_layout Plain Layout
16158 Tabellen ! Ausrichtung
16159 \end_layout
16160
16161 \end_inset
16162
16163
16164 \end_layout
16165
16166 \begin_layout Standard
16167 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16168  einer Box sein.
16169  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16170 \begin_inset space ~
16171 \end_inset
16172
16173
16174 \begin_inset CommandInset ref
16175 LatexCommand ref
16176 reference "abs:Box-Dialog"
16177
16178 \end_inset
16179
16180  beschrieben.
16181 \end_layout
16182
16183 \begin_layout Standard
16184 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16185 \begin_inset Foot
16186 status collapsed
16187
16188 \begin_layout Plain Layout
16189 Minipages werden in Abschnitt
16190 \begin_inset space ~
16191 \end_inset
16192
16193
16194 \begin_inset CommandInset ref
16195 LatexCommand ref
16196 reference "abs:Minipage"
16197
16198 \end_inset
16199
16200  beschrieben.
16201 \end_layout
16202
16203 \end_inset
16204
16205  mit 15
16206 \begin_inset space \thinspace{}
16207 \end_inset
16208
16209 col%-Breite:
16210 \end_layout
16211
16212 \begin_layout Itemize
16213 Test 
16214 \begin_inset Box Frameless
16215 position "t"
16216 hor_pos "c"
16217 has_inner_box 1
16218 inner_pos "c"
16219 use_parbox 0
16220 use_makebox 0
16221 width "15col%"
16222 special "none"
16223 height "1in"
16224 height_special "totalheight"
16225 status collapsed
16226
16227 \begin_layout Plain Layout
16228 \begin_inset Tabular
16229 <lyxtabular version="3" rows="3" columns="3">
16230 <features tabularvalignment="middle">
16231 <column alignment="center" valignment="top" width="0">
16232 <column alignment="center" valignment="top" width="0">
16233 <column alignment="center" valignment="top" width="0">
16234 <row>
16235 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 Tabelle 1
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 </row>
16263 <row>
16264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268 b
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277 e
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286 h
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 </row>
16292 <row>
16293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297 c
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 f
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Plain Layout
16315 i
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 </row>
16321 </lyxtabular>
16322
16323 \end_inset
16324
16325
16326 \end_layout
16327
16328 \end_inset
16329
16330  Test 
16331 \begin_inset ERT
16332 status collapsed
16333
16334 \begin_layout Plain Layout
16335
16336
16337 \backslash
16338 raisebox{0.85
16339 \backslash
16340 baselineskip}{
16341 \end_layout
16342
16343 \end_inset
16344
16345
16346 \begin_inset Box Frameless
16347 position "t"
16348 hor_pos "c"
16349 has_inner_box 1
16350 inner_pos "c"
16351 use_parbox 0
16352 use_makebox 0
16353 width "15col%"
16354 special "none"
16355 height "1in"
16356 height_special "totalheight"
16357 status collapsed
16358
16359 \begin_layout Plain Layout
16360 \begin_inset Tabular
16361 <lyxtabular version="3" rows="3" columns="3">
16362 <features tabularvalignment="middle">
16363 <column alignment="center" valignment="top" width="0">
16364 <column alignment="center" valignment="top" width="0">
16365 <column alignment="center" valignment="top" width="0">
16366 <row>
16367 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371 Tabelle 2
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16386 \begin_inset Text
16387
16388 \begin_layout Plain Layout
16389
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 </row>
16395 <row>
16396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400 b
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409 e
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418 h
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 </row>
16424 <row>
16425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429 c
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438 f
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447 i
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 </row>
16453 </lyxtabular>
16454
16455 \end_inset
16456
16457
16458 \end_layout
16459
16460 \end_inset
16461
16462
16463 \begin_inset ERT
16464 status collapsed
16465
16466 \begin_layout Plain Layout
16467
16468 }
16469 \end_layout
16470
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \begin_layout Itemize
16477 Test 
16478 \begin_inset Box Frameless
16479 position "c"
16480 hor_pos "c"
16481 has_inner_box 1
16482 inner_pos "c"
16483 use_parbox 0
16484 use_makebox 0
16485 width "15col%"
16486 special "none"
16487 height "1in"
16488 height_special "totalheight"
16489 status collapsed
16490
16491 \begin_layout Plain Layout
16492 \begin_inset Tabular
16493 <lyxtabular version="3" rows="3" columns="3">
16494 <features tabularvalignment="middle">
16495 <column alignment="center" valignment="top" width="0">
16496 <column alignment="center" valignment="top" width="0">
16497 <column alignment="center" valignment="top" width="0">
16498 <row>
16499 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503 Tabelle 3
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512
16513 \end_layout
16514
16515 \end_inset
16516 </cell>
16517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 </row>
16527 <row>
16528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532 b
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 e
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 h
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 </row>
16556 <row>
16557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 c
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 f
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 i
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 </row>
16585 </lyxtabular>
16586
16587 \end_inset
16588
16589
16590 \end_layout
16591
16592 \end_inset
16593
16594
16595 \end_layout
16596
16597 \begin_layout Itemize
16598 Test 
16599 \begin_inset Box Frameless
16600 position "b"
16601 hor_pos "c"
16602 has_inner_box 1
16603 inner_pos "c"
16604 use_parbox 0
16605 use_makebox 0
16606 width "15col%"
16607 special "none"
16608 height "1in"
16609 height_special "totalheight"
16610 status collapsed
16611
16612 \begin_layout Plain Layout
16613 \begin_inset Tabular
16614 <lyxtabular version="3" rows="3" columns="3">
16615 <features tabularvalignment="middle">
16616 <column alignment="center" valignment="top" width="0">
16617 <column alignment="center" valignment="top" width="0">
16618 <column alignment="center" valignment="top" width="0">
16619 <row>
16620 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Plain Layout
16624 Tabelle 4
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 </row>
16648 <row>
16649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 b
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662 e
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 h
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 </row>
16677 <row>
16678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682 c
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 f
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16697 \begin_inset Text
16698
16699 \begin_layout Plain Layout
16700 i
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 </row>
16706 </lyxtabular>
16707
16708 \end_inset
16709
16710
16711 \end_layout
16712
16713 \end_inset
16714
16715 Test 
16716 \begin_inset ERT
16717 status collapsed
16718
16719 \begin_layout Plain Layout
16720
16721
16722 \backslash
16723 raisebox{-0.32
16724 \backslash
16725 baselineskip}{
16726 \end_layout
16727
16728 \end_inset
16729
16730
16731 \begin_inset Box Frameless
16732 position "b"
16733 hor_pos "c"
16734 has_inner_box 1
16735 inner_pos "c"
16736 use_parbox 0
16737 use_makebox 0
16738 width "15col%"
16739 special "none"
16740 height "1in"
16741 height_special "totalheight"
16742 status collapsed
16743
16744 \begin_layout Plain Layout
16745 \begin_inset Tabular
16746 <lyxtabular version="3" rows="3" columns="3">
16747 <features tabularvalignment="middle">
16748 <column alignment="center" valignment="top" width="0">
16749 <column alignment="center" valignment="top" width="0">
16750 <column alignment="center" valignment="top" width="0">
16751 <row>
16752 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 Tabelle 5
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 <row>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 b
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 e
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 h
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 </row>
16809 <row>
16810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 c
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 f
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 i
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 </lyxtabular>
16839
16840 \end_inset
16841
16842
16843 \end_layout
16844
16845 \end_inset
16846
16847
16848 \begin_inset ERT
16849 status collapsed
16850
16851 \begin_layout Plain Layout
16852
16853 }
16854 \end_layout
16855
16856 \end_inset
16857
16858
16859 \end_layout
16860
16861 \begin_layout Standard
16862 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16863 \begin_inset space \space{}
16864 \end_inset
16865
16866 1 und letzten Zeile von Tabelle
16867 \begin_inset space \space{}
16868 \end_inset
16869
16870 4 bezüglich dem Wort 
16871 \begin_inset Quotes gld
16872 \end_inset
16873
16874 Test
16875 \begin_inset Quotes grd
16876 \end_inset
16877
16878  nicht richtig ausgerichtet.
16879  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16880 \begin_inset Quotes gld
16881 \end_inset
16882
16883 Raisebox
16884 \begin_inset Quotes grd
16885 \end_inset
16886
16887
16888 \begin_inset Foot
16889 status collapsed
16890
16891 \begin_layout Plain Layout
16892 Raiseboxen werden in Abschnitt
16893 \begin_inset space ~
16894 \end_inset
16895
16896
16897 \begin_inset CommandInset ref
16898 LatexCommand ref
16899 reference "uab:Vertikale-Ausrichtung"
16900
16901 \end_inset
16902
16903  beschrieben.
16904 \end_layout
16905
16906 \end_inset
16907
16908  setzen.
16909  In Tabelle
16910 \begin_inset space \space{}
16911 \end_inset
16912
16913 2 wurde der Text mit dem Befehl
16914 \end_layout
16915
16916 \begin_layout Standard
16917
16918 \series bold
16919
16920 \backslash
16921 raisebox{0.85
16922 \backslash
16923 baselineskip}{
16924 \end_layout
16925
16926 \begin_layout Standard
16927 vor der Box ausgerichtet.
16928  Hinter der Box wurde auch noch 
16929 \series bold
16930 }
16931 \series default
16932  als TeX-Code eingefügt, weil der obige Befehl mit 
16933 \series bold
16934 {
16935 \series default
16936  aufhörte.
16937  Für Tabelle
16938 \begin_inset space \space{}
16939 \end_inset
16940
16941 5 wurde der Befehl
16942 \end_layout
16943
16944 \begin_layout Standard
16945
16946 \series bold
16947
16948 \backslash
16949 raisebox{-0.32
16950 \backslash
16951 baselineskip}{
16952 \end_layout
16953
16954 \begin_layout Standard
16955 benutzt.
16956 \end_layout
16957
16958 \begin_layout Standard
16959 \begin_inset Note Greyedout
16960 status open
16961
16962 \begin_layout Plain Layout
16963
16964 \series bold
16965 Bemerkung:
16966 \series default
16967  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16968  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16969  Der Faktor im 
16970 \series bold
16971
16972 \backslash
16973 raisebox
16974 \series default
16975 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16976 \end_layout
16977
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \begin_layout Section
16984 Farbige Tabellen
16985 \begin_inset CommandInset label
16986 LatexCommand label
16987 name "abs:Farbige-Tabellen"
16988
16989 \end_inset
16990
16991
16992 \begin_inset Index idx
16993 status collapsed
16994
16995 \begin_layout Plain Layout
16996 Tabellen ! farbige
16997 \end_layout
16998
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \begin_layout Subsection
17005 Farbige Zellen
17006 \begin_inset Index idx
17007 status collapsed
17008
17009 \begin_layout Plain Layout
17010 farbige !  Tabellenzellen
17011 \end_layout
17012
17013 \end_inset
17014
17015
17016 \end_layout
17017
17018 \begin_layout Standard
17019 \begin_inset Float table
17020 placement h
17021 wide false
17022 sideways false
17023 status open
17024
17025 \begin_layout Plain Layout
17026 \begin_inset Caption
17027
17028 \begin_layout Plain Layout
17029 \begin_inset CommandInset label
17030 LatexCommand label
17031 name "tab:Farbige-Tabelle-ohne"
17032
17033 \end_inset
17034
17035 Farbige Tabelle, ohne Paket 
17036 \series bold
17037 colortbl
17038 \series default
17039
17040 \begin_inset Argument
17041 status collapsed
17042
17043 \begin_layout Plain Layout
17044 Tabelle ohne 
17045 \family typewriter
17046 colortbl
17047 \end_layout
17048
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \begin_layout Plain Layout
17060 \align center
17061 \begin_inset Tabular
17062 <lyxtabular version="3" rows="3" columns="3">
17063 <features tabularvalignment="middle">
17064 <column alignment="center" valignment="top" width="0">
17065 <column alignment="center" valignment="top" width="0">
17066 <column alignment="center" valignment="top" width="0">
17067 <row>
17068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072
17073 \color green
17074 a
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083
17084 \color red
17085 b
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094
17095 \color red
17096 c
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 </row>
17102 <row>
17103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17104 \begin_inset Text
17105
17106 \begin_layout Plain Layout
17107
17108 \color green
17109 d
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118
17119 \color blue
17120 e
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129
17130 \color blue
17131 f
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 </row>
17137 <row>
17138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142
17143 \color green
17144 g
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153
17154 \color blue
17155 h
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164
17165 \color blue
17166 i
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 </row>
17172 </lyxtabular>
17173
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \begin_layout Standard
17185 \begin_inset CommandInset label
17186 LatexCommand label
17187 name "Wenn-Sie-nur"
17188
17189 \end_inset
17190
17191 Wenn Sie nur farbigen Text
17192 \begin_inset Index idx
17193 status collapsed
17194
17195 \begin_layout Plain Layout
17196 Farbe ! für Text
17197 \end_layout
17198
17199 \end_inset
17200
17201  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
17202  auf den Werkzeugleistenknopf 
17203 \begin_inset Graphics
17204         filename ../../images/dialog-show_character.png
17205         scale 70
17206         scaleBeforeRotation
17207
17208 \end_inset
17209
17210  oder über das Menü 
17211 \family sans
17212 Bearbeiten\SpecialChar \menuseparator
17213 Textstil\SpecialChar \menuseparator
17214 Benutzerdefiniert
17215 \family default
17216  mit dem 
17217 \family sans
17218 Textstil
17219 \family default
17220 -Dialog wie es in Tabelle
17221 \begin_inset space ~
17222 \end_inset
17223
17224
17225 \begin_inset CommandInset ref
17226 LatexCommand ref
17227 reference "tab:Farbige-Tabelle-ohne"
17228
17229 \end_inset
17230
17231  gemacht wurde.
17232  In anderen Fällen müssen Sie das LaTeX-Paket 
17233 \series bold
17234 colortbl
17235 \series default
17236  benutzen.
17237 \begin_inset Index idx
17238 status collapsed
17239
17240 \begin_layout Plain Layout
17241 LaTeX-Pakete ! colortbl
17242 \end_layout
17243
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \begin_layout Standard
17250 \begin_inset ERT
17251 status collapsed
17252
17253 \begin_layout Plain Layout
17254
17255
17256 \backslash
17257 ifcolortbl
17258 \end_layout
17259
17260 \end_inset
17261
17262
17263 \begin_inset Note Note
17264 status open
17265
17266 \begin_layout Plain Layout
17267 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17268 \series bold
17269 colortbl
17270 \series default
17271  installiert ist.
17272 \end_layout
17273
17274 \end_inset
17275
17276
17277 \end_layout
17278
17279 \begin_layout Standard
17280 Um farbige Tabellen zu erzeugen, muss 
17281 \series bold
17282 colortbl
17283 \series default
17284  im LaTeX-Vorspann geladen werden:
17285 \end_layout
17286
17287 \begin_layout Standard
17288
17289 \series bold
17290
17291 \backslash
17292 usepackage{colortbl}
17293 \end_layout
17294
17295 \begin_layout Standard
17296 Die Farbe einer Spalte ändert man dann mit dem Befehl
17297 \end_layout
17298
17299 \begin_layout Standard
17300
17301 \series bold
17302
17303 \backslash
17304 columncolor{Farbname}
17305 \end_layout
17306
17307 \begin_layout Standard
17308 innerhalb des Befehls 
17309 \series bold
17310 >{}
17311 \series default
17312 .
17313  Mehr über den Befehl 
17314 \series bold
17315 >{}
17316 \series default
17317  finden Sie im Abschnitt
17318 \begin_inset space ~
17319 \end_inset
17320
17321
17322 \begin_inset CommandInset ref
17323 LatexCommand ref
17324 reference "uab:Mehrfachspalten-Berechnungen"
17325
17326 \end_inset
17327
17328 .
17329 \end_layout
17330
17331 \begin_layout Standard
17332 Folgende Farbnamen sind vordefiniert:
17333 \end_layout
17334
17335 \begin_layout Standard
17336
17337 \family sans
17338 red
17339 \family default
17340
17341 \family sans
17342 green
17343 \family default
17344
17345 \family sans
17346 yellow
17347 \family default
17348
17349 \family sans
17350 blue
17351 \family default
17352
17353 \family sans
17354 cyan
17355 \family default
17356
17357 \family sans
17358 magenta
17359 \family default
17360
17361 \family sans
17362 black
17363 \family default
17364  und 
17365 \family sans
17366 white
17367 \begin_inset Newline newline
17368 \end_inset
17369
17370 (
17371 \family default
17372 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17373 \end_layout
17374
17375 \begin_layout Standard
17376 \begin_inset VSpace medskip
17377 \end_inset
17378
17379
17380 \end_layout
17381
17382 \begin_layout Standard
17383 Wenn Sie die Optionen
17384 \end_layout
17385
17386 \begin_layout Standard
17387
17388 \series bold
17389 usenames,dvipsnames
17390 \end_layout
17391
17392 \begin_layout Standard
17393 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17394  können Sie zusätzlich weitere 61
17395 \begin_inset space ~
17396 \end_inset
17397
17398 Farben verwenden.
17399  Diese Farben sind in Anhang
17400 \begin_inset space ~
17401 \end_inset
17402
17403
17404 \begin_inset CommandInset ref
17405 LatexCommand ref
17406 reference "chap:Liste-der-dvips-Farbnamen"
17407
17408 \end_inset
17409
17410  aufgelistet.
17411  Eine dieser Farben, 
17412 \family sans
17413 Maroon
17414 \family default
17415 , wird als Beispiel in Tabelle
17416 \begin_inset space ~
17417 \end_inset
17418
17419
17420 \begin_inset CommandInset ref
17421 LatexCommand ref
17422 reference "tab:Eine-mit-colortbl"
17423
17424 \end_inset
17425
17426  verwendet.
17427 \end_layout
17428
17429 \begin_layout Standard
17430 \begin_inset VSpace medskip
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \begin_layout Standard
17437 Sie können auch eigene Farben definieren:
17438 \end_layout
17439
17440 \begin_layout Standard
17441
17442 \series bold
17443
17444 \backslash
17445 definecolor{Farbname}{Farbmodell}{Farbwerte}
17446 \end_layout
17447
17448 \begin_layout Standard
17449 Das Farbmodell kann eins der folgenden sein:
17450 \end_layout
17451
17452 \begin_layout Labeling
17453 \labelwidthstring 00.00.0000
17454 cmyk: cyan, magenta, yellow, black
17455 \end_layout
17456
17457 \begin_layout Labeling
17458 \labelwidthstring 00.00.0000
17459 rgb: red, green blue
17460 \end_layout
17461
17462 \begin_layout Labeling
17463 \labelwidthstring 00.00.0000
17464 gray: gray
17465 \end_layout
17466
17467 \begin_layout Standard
17468 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17469  die die entsprechende Farbe für das Farbmodell beschreiben.
17470 \end_layout
17471
17472 \begin_layout Standard
17473 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
17474 \emph on
17475
17476 \begin_inset Quotes gld
17477 \end_inset
17478
17479 dunkelgruen
17480 \emph default
17481
17482 \begin_inset Quotes grd
17483 \end_inset
17484
17485  und 
17486 \begin_inset Quotes gld
17487 \end_inset
17488
17489
17490 \emph on
17491 hellgrau
17492 \emph default
17493
17494 \begin_inset Quotes grd
17495 \end_inset
17496
17497  folgendermaßen definieren:
17498 \end_layout
17499
17500 \begin_layout Standard
17501
17502 \series bold
17503
17504 \backslash
17505 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17506 \end_layout
17507
17508 \begin_layout Standard
17509
17510 \series bold
17511
17512 \backslash
17513 definecolor{hellgrau}{gray}{0.8}
17514 \end_layout
17515
17516 \begin_layout Standard
17517 \begin_inset VSpace medskip
17518 \end_inset
17519
17520
17521 \end_layout
17522
17523 \begin_layout Standard
17524 Linien werden mit dem Befehl
17525 \end_layout
17526
17527 \begin_layout Standard
17528
17529 \series bold
17530
17531 \backslash
17532 rowcolor{Farbname}
17533 \end_layout
17534
17535 \begin_layout Standard
17536 gefärbt, Zellen mit dem Befehl
17537 \end_layout
17538
17539 \begin_layout Standard
17540
17541 \series bold
17542
17543 \backslash
17544 cellcolor{Farbname}
17545 \end_layout
17546
17547 \begin_layout Standard
17548 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
17549 \end_layout
17550
17551 \begin_layout Standard
17552 Um nur Text zu färben, machen Sie es wie 
17553 \begin_inset CommandInset ref
17554 LatexCommand vpageref
17555 reference "Wenn-Sie-nur"
17556
17557 \end_inset
17558
17559  beschrieben.
17560  Wenn die Zelle aber TeX-Code zum Färben enthält, 
17561 \emph on
17562 markieren Sie nur den Text
17563 \emph default
17564 , sonst werden Sie LaTeX-Fehler erzeugen.
17565 \end_layout
17566
17567 \begin_layout Standard
17568 \begin_inset Note Greyedout
17569 status open
17570
17571 \begin_layout Plain Layout
17572
17573 \series bold
17574 Achtung:
17575 \series default
17576  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17577 \end_layout
17578
17579 \end_inset
17580
17581
17582 \end_layout
17583
17584 \begin_layout Standard
17585 \begin_inset VSpace medskip
17586 \end_inset
17587
17588
17589 \end_layout
17590
17591 \begin_layout Standard
17592 Die Tabelle
17593 \begin_inset space ~
17594 \end_inset
17595
17596
17597 \begin_inset CommandInset ref
17598 LatexCommand ref
17599 reference "tab:Eine-mit-colortbl"
17600
17601 \end_inset
17602
17603  wurde folgendermaßen erstellt: die erste Spalte soll 
17604 \emph on
17605
17606 \begin_inset Quotes gld
17607 \end_inset
17608
17609 dunkelgruen
17610 \emph default
17611
17612 \begin_inset Quotes grd
17613 \end_inset
17614
17615  werden, also müssen Sie ins 
17616 \family sans
17617 LaTe
17618 \begin_inset ERT
17619 status collapsed
17620
17621 \begin_layout Plain Layout
17622
17623 {}
17624 \end_layout
17625
17626 \end_inset
17627
17628 X-Argument
17629 \family default
17630  der Zellen der ersten Spalte den Befehl
17631 \end_layout
17632
17633 \begin_layout Standard
17634
17635 \series bold
17636 >{
17637 \backslash
17638 columncolor{dunkelgruen}
17639 \backslash
17640 centering}c
17641 \end_layout
17642
17643 \begin_layout Standard
17644 schreiben.
17645  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
17646 \end_layout
17647
17648 \begin_layout Standard
17649
17650 \series bold
17651
17652 \backslash
17653 rowcolor{cyan}
17654 \end_layout
17655
17656 \begin_layout Standard
17657 in die erste Zelle der ersten Zeile eingefügt.
17658  Diese Farbe ersetzt die Spaltenfarbe.
17659  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17660  Das wird mit folgendem Befehl erreicht:
17661 \end_layout
17662
17663 \begin_layout Standard
17664
17665 \series bold
17666
17667 \backslash
17668 cellcolor{Maroon}
17669 \end_layout
17670
17671 \begin_layout Standard
17672 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17673 \family sans
17674 Textstil
17675 \family default
17676 -Dialog.
17677 \end_layout
17678
17679 \begin_layout Standard
17680 \begin_inset Float table
17681 placement h
17682 wide false
17683 sideways false
17684 status open
17685
17686 \begin_layout Plain Layout
17687 \begin_inset Caption
17688
17689 \begin_layout Plain Layout
17690 \begin_inset CommandInset label
17691 LatexCommand label
17692 name "tab:Eine-mit-colortbl"
17693
17694 \end_inset
17695
17696 Eine mit dem Paket 
17697 \series bold
17698 colortbl
17699 \series default
17700  gefärbte Tabelle
17701 \begin_inset Argument
17702 status collapsed
17703
17704 \begin_layout Plain Layout
17705 Tabelle mit 
17706 \family typewriter
17707 colortbl
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \end_layout
17719
17720 \begin_layout Plain Layout
17721 \align center
17722 \begin_inset Tabular
17723 <lyxtabular version="3" rows="3" columns="3">
17724 <features tabularvalignment="middle">
17725 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
17726 <column alignment="center" valignment="top" width="0">
17727 <column alignment="center" valignment="top" width="0">
17728 <row>
17729 <cell alignment="center" valignment="top" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 \begin_inset ERT
17734 status open
17735
17736 \begin_layout Plain Layout
17737
17738
17739 \backslash
17740 rowcolor{cyan}
17741 \end_layout
17742
17743 \end_inset
17744
17745
17746 \color magenta
17747 a
17748 \end_layout
17749
17750 \end_inset
17751 </cell>
17752 <cell alignment="center" valignment="top" usebox="none">
17753 \begin_inset Text
17754
17755 \begin_layout Plain Layout
17756
17757 \color red
17758 b
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 <cell alignment="center" valignment="top" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767
17768 \color red
17769 c
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 </row>
17775 <row>
17776 <cell alignment="center" valignment="top" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780
17781 \color yellow
17782 d
17783 \end_layout
17784
17785 \end_inset
17786 </cell>
17787 <cell alignment="center" valignment="top" usebox="none">
17788 \begin_inset Text
17789
17790 \begin_layout Plain Layout
17791
17792 \color blue
17793 e
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802
17803 \color blue
17804 f
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 </row>
17810 <row>
17811 <cell alignment="center" valignment="top" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815
17816 \color yellow
17817 g
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 <cell alignment="center" valignment="top" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826
17827 \color blue
17828 h
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell alignment="center" valignment="top" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837 \begin_inset ERT
17838 status collapsed
17839
17840 \begin_layout Plain Layout
17841
17842
17843 \backslash
17844 cellcolor{Maroon}
17845 \end_layout
17846
17847 \end_inset
17848
17849
17850 \color green
17851 i
17852 \end_layout
17853
17854 \end_inset
17855 </cell>
17856 </row>
17857 </lyxtabular>
17858
17859 \end_inset
17860
17861
17862 \end_layout
17863
17864 \end_inset
17865
17866
17867 \end_layout
17868
17869 \begin_layout Standard
17870 \begin_inset ERT
17871 status collapsed
17872
17873 \begin_layout Plain Layout
17874
17875
17876 \backslash
17877 else
17878 \end_layout
17879
17880 \end_inset
17881
17882
17883 \begin_inset Note Note
17884 status open
17885
17886 \begin_layout Plain Layout
17887 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
17888 \series bold
17889 colortbl
17890 \series default
17891  nicht installiert ist:
17892 \end_layout
17893
17894 \end_inset
17895
17896
17897 \end_layout
17898
17899 \begin_layout Standard
17900 Sie müssen das LaTeX-Paket 
17901 \series bold
17902 colortbl
17903 \series default
17904  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17905 \end_layout
17906
17907 \begin_layout Standard
17908 \begin_inset ERT
17909 status collapsed
17910
17911 \begin_layout Plain Layout
17912
17913
17914 \backslash
17915 fi
17916 \end_layout
17917
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \begin_layout Subsection
17924 Farbige Zeilen
17925 \begin_inset Index idx
17926 status collapsed
17927
17928 \begin_layout Plain Layout
17929 farbige ! Tabellenzeilen
17930 \end_layout
17931
17932 \end_inset
17933
17934
17935 \end_layout
17936
17937 \begin_layout Standard
17938 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17939  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17940  Man lädt das LaTeX-Paket 
17941 \series bold
17942 xcolor
17943 \series default
17944
17945 \begin_inset Index idx
17946 status collapsed
17947
17948 \begin_layout Plain Layout
17949 LaTeX-Pakete ! xcolor
17950 \begin_inset ERT
17951 status collapsed
17952
17953 \begin_layout Plain Layout
17954
17955
17956 \backslash
17957 vspace{4mm}
17958 \end_layout
17959
17960 \end_inset
17961
17962
17963 \end_layout
17964
17965 \end_inset
17966
17967  im LaTeX-Vorspann mit dem Befehl
17968 \end_layout
17969
17970 \begin_layout Standard
17971
17972 \series bold
17973
17974 \backslash
17975 usepackage[table]{xcolor}
17976 \end_layout
17977
17978 \begin_layout Standard
17979
17980 \series bold
17981 xcolor
17982 \series default
17983  lädt automatisch auch das LaTeX-Paket 
17984 \series bold
17985 colortbl
17986 \series default
17987
17988 \begin_inset Index idx
17989 status collapsed
17990
17991 \begin_layout Plain Layout
17992 LaTeX-Pakete ! colortbl
17993 \end_layout
17994
17995 \end_inset
17996
17997 , so dass 
17998 \series bold
17999 colortbl
18000 \series default
18001  in Ihrer LaTeX-Distribution installiert sein muss, ansonsten bekommt man
18002  LaTeX-Fehler.
18003 \end_layout
18004
18005 \begin_layout Standard
18006 \begin_inset ERT
18007 status collapsed
18008
18009 \begin_layout Plain Layout
18010
18011
18012 \backslash
18013 ifcolortbl
18014 \end_layout
18015
18016 \end_inset
18017
18018
18019 \begin_inset Note Note
18020 status open
18021
18022 \begin_layout Plain Layout
18023 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
18024 \series bold
18025 colortbl
18026 \series default
18027  installiert ist.
18028 \end_layout
18029
18030 \end_inset
18031
18032
18033 \end_layout
18034
18035 \begin_layout Standard
18036 Die Tabellenzeilen werden mit dem Befehl
18037 \end_layout
18038
18039 \begin_layout Standard
18040
18041 \series bold
18042
18043 \backslash
18044 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
18045 \end_layout
18046
18047 \begin_layout Standard
18048 eingefärbt, der entweder in den LaTeX-Vorspann oder als TeX-Code vor der
18049  ersten zu färbenden Tabelle eingefügt wird.
18050  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
18051  Zeilenfarbe gefärbt werden soll.
18052  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
18053  werden.
18054  So führt zum Beispiel der Befehl
18055 \end_layout
18056
18057 \begin_layout Standard
18058
18059 \series bold
18060
18061 \backslash
18062 rowcolors{1}{white}{lightgray}
18063 \end_layout
18064
18065 \begin_layout Standard
18066 zum Farbschema von Tabelle
18067 \begin_inset space ~
18068 \end_inset
18069
18070
18071 \begin_inset CommandInset ref
18072 LatexCommand ref
18073 reference "tab:Tabelle-rowcolors"
18074
18075 \end_inset
18076
18077 .
18078  Der Befehl
18079 \end_layout
18080
18081 \begin_layout Standard
18082
18083 \series bold
18084
18085 \backslash
18086 rowcolors[
18087 \backslash
18088 hline]{1}{lightgray}{cyan}
18089 \end_layout
18090
18091 \begin_layout Standard
18092 führt zum Farbschema von Tabelle
18093 \begin_inset space ~
18094 \end_inset
18095
18096
18097 \begin_inset CommandInset ref
18098 LatexCommand ref
18099 reference "tab:Tabelle-rowcolors-2"
18100
18101 \end_inset
18102
18103 .
18104  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18105  wird keine Farbe verwendet, so dass der Befehl
18106 \end_layout
18107
18108 \begin_layout Standard
18109
18110 \series bold
18111
18112 \backslash
18113 rowcolors{1}{}{}
18114 \end_layout
18115
18116 \begin_layout Standard
18117 alle Farben löscht.
18118  
18119 \series bold
18120
18121 \backslash
18122 rowcolors
18123 \series default
18124  beeinflusst alle diesem Befehl folgenden Tabellen.
18125 \end_layout
18126
18127 \begin_layout Standard
18128 \begin_inset ERT
18129 status open
18130
18131 \begin_layout Plain Layout
18132
18133
18134 \backslash
18135 rowcolors{1}{white}{lightgray}
18136 \end_layout
18137
18138 \end_inset
18139
18140
18141 \end_layout
18142
18143 \begin_layout Standard
18144 \begin_inset Float table
18145 placement h
18146 wide false
18147 sideways false
18148 status open
18149
18150 \begin_layout Plain Layout
18151 \begin_inset Caption
18152
18153 \begin_layout Plain Layout
18154 \begin_inset CommandInset label
18155 LatexCommand label
18156 name "tab:Tabelle-rowcolors"
18157
18158 \end_inset
18159
18160 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18161 \end_layout
18162
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \begin_layout Plain Layout
18169 \align center
18170 \begin_inset Tabular
18171 <lyxtabular version="3" rows="4" columns="3">
18172 <features tabularvalignment="middle">
18173 <column alignment="center" valignment="top" width="0">
18174 <column alignment="center" valignment="top" width="0pt">
18175 <column alignment="center" valignment="top" width="0pt">
18176 <row>
18177 <cell alignment="center" valignment="top" usebox="none">
18178 \begin_inset Text
18179
18180 \begin_layout Plain Layout
18181 X
18182 \end_layout
18183
18184 \end_inset
18185 </cell>
18186 <cell alignment="center" valignment="top" usebox="none">
18187 \begin_inset Text
18188
18189 \begin_layout Plain Layout
18190 Y
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 <cell alignment="center" valignment="top" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199 Z
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 </row>
18205 <row>
18206 <cell alignment="center" valignment="top" usebox="none">
18207 \begin_inset Text
18208
18209 \begin_layout Plain Layout
18210 1
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219 2
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 <cell alignment="center" valignment="top" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228 3
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 </row>
18234 <row>
18235 <cell alignment="center" valignment="top" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239 4
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 <cell alignment="center" valignment="top" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248 5
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 6
18258 \end_layout
18259
18260 \end_inset
18261 </cell>
18262 </row>
18263 <row>
18264 <cell alignment="center" valignment="top" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 7
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 <cell alignment="center" valignment="top" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277 8
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 9
18287 \end_layout
18288
18289 \end_inset
18290 </cell>
18291 </row>
18292 </lyxtabular>
18293
18294 \end_inset
18295
18296
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \begin_layout Standard
18305 \begin_inset ERT
18306 status open
18307
18308 \begin_layout Plain Layout
18309
18310
18311 \backslash
18312 rowcolors[
18313 \backslash
18314 hline]{1}{lightgray}{cyan}
18315 \end_layout
18316
18317 \end_inset
18318
18319
18320 \end_layout
18321
18322 \begin_layout Standard
18323 \begin_inset Float table
18324 placement h
18325 wide false
18326 sideways false
18327 status open
18328
18329 \begin_layout Plain Layout
18330 \begin_inset Caption
18331
18332 \begin_layout Plain Layout
18333 \begin_inset CommandInset label
18334 LatexCommand label
18335 name "tab:Tabelle-rowcolors-2"
18336
18337 \end_inset
18338
18339 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18340  Linie zwischen jeder Zeile befindet.
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \begin_layout Plain Layout
18349 \align center
18350 \begin_inset Tabular
18351 <lyxtabular version="3" rows="4" columns="3">
18352 <features tabularvalignment="middle">
18353 <column alignment="center" valignment="top" width="0">
18354 <column alignment="center" valignment="top" width="0">
18355 <column alignment="center" valignment="top" width="0pt">
18356 <row>
18357 <cell alignment="center" valignment="top" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361 X
18362 \end_layout
18363
18364 \end_inset
18365 </cell>
18366 <cell alignment="center" valignment="top" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370 Y
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 <cell alignment="center" valignment="top" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379 Z
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 </row>
18385 <row>
18386 <cell alignment="center" valignment="top" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390 1
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 <cell alignment="center" valignment="top" usebox="none">
18396 \begin_inset Text
18397
18398 \begin_layout Plain Layout
18399 2
18400 \end_layout
18401
18402 \end_inset
18403 </cell>
18404 <cell alignment="center" valignment="top" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408 3
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 </row>
18414 <row>
18415 <cell alignment="center" valignment="top" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419 4
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 <cell alignment="center" valignment="top" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428 5
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 <cell alignment="center" valignment="top" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437 6
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 </row>
18443 <row>
18444 <cell alignment="center" valignment="top" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448 7
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell alignment="center" valignment="top" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457 8
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466 9
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 </row>
18472 </lyxtabular>
18473
18474 \end_inset
18475
18476
18477 \end_layout
18478
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \begin_layout Standard
18485 \begin_inset ERT
18486 status collapsed
18487
18488 \begin_layout Plain Layout
18489
18490
18491 \backslash
18492 rowcolors{1}{}{}
18493 \end_layout
18494
18495 \end_inset
18496
18497
18498 \begin_inset Note Note
18499 status collapsed
18500
18501 \begin_layout Plain Layout
18502 schaltet die Färbung aus
18503 \end_layout
18504
18505 \end_inset
18506
18507
18508 \end_layout
18509
18510 \begin_layout Standard
18511 \begin_inset ERT
18512 status collapsed
18513
18514 \begin_layout Plain Layout
18515
18516
18517 \backslash
18518 else
18519 \end_layout
18520
18521 \end_inset
18522
18523
18524 \begin_inset Note Note
18525 status open
18526
18527 \begin_layout Plain Layout
18528 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
18529 \series bold
18530 colortbl
18531 \series default
18532  nicht installiert ist:
18533 \end_layout
18534
18535 \end_inset
18536
18537
18538 \end_layout
18539
18540 \begin_layout Standard
18541 Sie müssen das LaTeX-Paket 
18542 \series bold
18543 colortbl
18544 \series default
18545  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18546 \end_layout
18547
18548 \begin_layout Standard
18549 \begin_inset ERT
18550 status collapsed
18551
18552 \begin_layout Plain Layout
18553
18554
18555 \backslash
18556 fi
18557 \end_layout
18558
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \begin_layout Subsection
18565 Farbige Linien
18566 \begin_inset Index idx
18567 status collapsed
18568
18569 \begin_layout Plain Layout
18570 farbige !  Tabellenlinien
18571 \end_layout
18572
18573 \end_inset
18574
18575
18576 \end_layout
18577
18578 \begin_layout Standard
18579 Wie in Abschnitt
18580 \begin_inset space ~
18581 \end_inset
18582
18583
18584 \begin_inset CommandInset ref
18585 LatexCommand ref
18586 reference "uab:Liniendicke"
18587
18588 \end_inset
18589
18590  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18591 \series bold
18592
18593 \backslash
18594 arrayrulewidth
18595 \series default
18596  definiert werden.
18597  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18598 \begin_inset space \thinspace{}
18599 \end_inset
18600
18601 pt gesetzt.
18602 \begin_inset ERT
18603 status collapsed
18604
18605 \begin_layout Plain Layout
18606
18607
18608 \backslash
18609 setlength{
18610 \backslash
18611 arrayrulewidth}{1.5pt}
18612 \end_layout
18613
18614 \end_inset
18615
18616
18617 \end_layout
18618
18619 \begin_layout Standard
18620 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
18621 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18622 \begin_inset space ~
18623 \end_inset
18624
18625
18626 \begin_inset CommandInset ref
18627 LatexCommand ref
18628 reference "uab:Angepasste-Zellen-/Spaltenformate"
18629
18630 \end_inset
18631
18632  definiert:
18633 \end_layout
18634
18635 \begin_layout Standard
18636
18637 \series bold
18638
18639 \backslash
18640 newcolumntype{W}{!{
18641 \backslash
18642 color{green}
18643 \backslash
18644 vline}}
18645 \end_layout
18646
18647 \begin_layout Standard
18648 In Tabelle
18649 \begin_inset space ~
18650 \end_inset
18651
18652
18653 \begin_inset CommandInset ref
18654 LatexCommand ref
18655 reference "tab:Tabelle-mit-farbigen-vert"
18656
18657 \end_inset
18658
18659  wurde das LaTeX-Argument 
18660 \series bold
18661 WcW
18662 \series default
18663  für die letzte und 
18664 \series bold
18665 Wc
18666 \series default
18667  für die anderen Spalten benutzt.
18668 \end_layout
18669
18670 \begin_layout Standard
18671 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18672 \end_layout
18673
18674 \begin_layout Standard
18675 \begin_inset Float table
18676 placement h
18677 wide false
18678 sideways false
18679 status open
18680
18681 \begin_layout Plain Layout
18682 \begin_inset Caption
18683
18684 \begin_layout Plain Layout
18685 \begin_inset CommandInset label
18686 LatexCommand label
18687 name "tab:Tabelle-mit-farbigen-vert"
18688
18689 \end_inset
18690
18691 Tabelle mit farbigen vertikalen Linien
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \end_layout
18698
18699 \begin_layout Plain Layout
18700 \align center
18701 \begin_inset Tabular
18702 <lyxtabular version="3" rows="3" columns="3">
18703 <features tabularvalignment="middle">
18704 <column alignment="center" valignment="top" width="0" special="Wc">
18705 <column alignment="center" valignment="top" width="0" special="Wc">
18706 <column alignment="center" valignment="top" width="0" special="WcW">
18707 <row>
18708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712 sd
18713 \end_layout
18714
18715 \end_inset
18716 </cell>
18717 <cell alignment="center" valignment="top" topline="true" usebox="none">
18718 \begin_inset Text
18719
18720 \begin_layout Plain Layout
18721
18722 \end_layout
18723
18724 \end_inset
18725 </cell>
18726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18727 \begin_inset Text
18728
18729 \begin_layout Plain Layout
18730
18731 \end_layout
18732
18733 \end_inset
18734 </cell>
18735 </row>
18736 <row>
18737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18738 \begin_inset Text
18739
18740 \begin_layout Plain Layout
18741
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 <cell alignment="center" valignment="top" topline="true" usebox="none">
18747 \begin_inset Text
18748
18749 \begin_layout Plain Layout
18750 sd
18751 \end_layout
18752
18753 \end_inset
18754 </cell>
18755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18756 \begin_inset Text
18757
18758 \begin_layout Plain Layout
18759
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 </row>
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788 sd
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 </row>
18794 </lyxtabular>
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \end_inset
18802
18803
18804 \end_layout
18805
18806 \begin_layout Standard
18807 \begin_inset VSpace bigskip
18808 \end_inset
18809
18810 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18811 \begin_inset space ~
18812 \end_inset
18813
18814
18815 \begin_inset CommandInset ref
18816 LatexCommand ref
18817 reference "tab:Tabelle-mit-farbigen-horiz"
18818
18819 \end_inset
18820
18821 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
18822  einfügen:
18823 \end_layout
18824
18825 \begin_layout Standard
18826
18827 \series bold
18828
18829 \backslash
18830 let
18831 \backslash
18832 myHlineC
18833 \backslash
18834 hline
18835 \begin_inset Newline newline
18836 \end_inset
18837
18838
18839 \backslash
18840 renewcommand{
18841 \backslash
18842 hline}
18843 \begin_inset Newline newline
18844 \end_inset
18845
18846
18847 \begin_inset Phantom HPhantom
18848 status open
18849
18850 \begin_layout Plain Layout
18851
18852 \series bold
18853 \begin_inset space ~
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \end_inset
18860
18861 {
18862 \backslash
18863 arrayrulecolor{red}
18864 \backslash
18865 myHlineC
18866 \backslash
18867 arrayrulecolor{black}}
18868 \end_layout
18869
18870 \begin_layout Standard
18871 \begin_inset ERT
18872 status collapsed
18873
18874 \begin_layout Plain Layout
18875
18876
18877 \backslash
18878 let
18879 \backslash
18880 myHlineC
18881 \backslash
18882 hline
18883 \end_layout
18884
18885 \begin_layout Plain Layout
18886
18887
18888 \backslash
18889 renewcommand{
18890 \backslash
18891 hline}
18892 \end_layout
18893
18894 \begin_layout Plain Layout
18895
18896  {
18897 \backslash
18898 arrayrulecolor{red}
18899 \backslash
18900 myHlineC
18901 \backslash
18902 arrayrulecolor{black}}
18903 \end_layout
18904
18905 \end_inset
18906
18907
18908 \begin_inset Float table
18909 placement h
18910 wide false
18911 sideways false
18912 status open
18913
18914 \begin_layout Plain Layout
18915 \begin_inset Caption
18916
18917 \begin_layout Plain Layout
18918 \begin_inset CommandInset label
18919 LatexCommand label
18920 name "tab:Tabelle-mit-farbigen-horiz"
18921
18922 \end_inset
18923
18924 Tabelle mit farbigen horizontalen Linien
18925 \end_layout
18926
18927 \end_inset
18928
18929
18930 \end_layout
18931
18932 \begin_layout Plain Layout
18933 \align center
18934 \begin_inset Tabular
18935 <lyxtabular version="3" rows="3" columns="3">
18936 <features tabularvalignment="middle">
18937 <column alignment="center" valignment="top" width="0">
18938 <column alignment="center" valignment="top" width="0">
18939 <column alignment="center" valignment="top" width="0">
18940 <row>
18941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945 sd
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963
18964 \end_layout
18965
18966 \end_inset
18967 </cell>
18968 </row>
18969 <row>
18970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983 sd
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Plain Layout
18992
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 </row>
18998 <row>
18999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021 sd
19022 \end_layout
19023
19024 \end_inset
19025 </cell>
19026 </row>
19027 </lyxtabular>
19028
19029 \end_inset
19030
19031
19032 \end_layout
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \begin_layout Standard
19040 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
19041  als TeX-Code hinter der Tabelle einfügen:
19042 \end_layout
19043
19044 \begin_layout Standard
19045
19046 \series bold
19047
19048 \backslash
19049 renewcommand{
19050 \backslash
19051 hline}{
19052 \backslash
19053 myHlineC}
19054 \end_layout
19055
19056 \begin_layout Standard
19057 Tabelle
19058 \begin_inset space ~
19059 \end_inset
19060
19061
19062 \begin_inset CommandInset ref
19063 LatexCommand ref
19064 reference "tab:Table-with-colored"
19065
19066 \end_inset
19067
19068  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
19069 \end_layout
19070
19071 \begin_layout Standard
19072 \begin_inset Float table
19073 placement h
19074 wide false
19075 sideways false
19076 status open
19077
19078 \begin_layout Plain Layout
19079 \begin_inset Caption
19080
19081 \begin_layout Plain Layout
19082 \begin_inset CommandInset label
19083 LatexCommand label
19084 name "tab:Table-with-colored"
19085
19086 \end_inset
19087
19088 Tabelle mit farbigen Linien
19089 \end_layout
19090
19091 \end_inset
19092
19093
19094 \end_layout
19095
19096 \begin_layout Plain Layout
19097 \align center
19098 \begin_inset Tabular
19099 <lyxtabular version="3" rows="3" columns="3">
19100 <features tabularvalignment="middle">
19101 <column alignment="center" valignment="top" width="0" special="Wc">
19102 <column alignment="center" valignment="top" width="0" special="Wc">
19103 <column alignment="center" valignment="top" width="0" special="WcW">
19104 <row>
19105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109 sd
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 <cell alignment="center" valignment="top" topline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 </row>
19133 <row>
19134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" topline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 sd
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 </row>
19162 <row topspace="default">
19163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19164 \begin_inset Text
19165
19166 \begin_layout Plain Layout
19167
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 sd
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 </row>
19191 </lyxtabular>
19192
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \begin_layout Standard
19204 \begin_inset ERT
19205 status collapsed
19206
19207 \begin_layout Plain Layout
19208
19209
19210 \backslash
19211 renewcommand{
19212 \backslash
19213 hline}{
19214 \backslash
19215 myHlineC}
19216 \end_layout
19217
19218 \end_inset
19219
19220
19221 \end_layout
19222
19223 \begin_layout Standard
19224 \begin_inset ERT
19225 status collapsed
19226
19227 \begin_layout Plain Layout
19228
19229
19230 \backslash
19231 setlength{
19232 \backslash
19233 arrayrulewidth}{0.4pt}
19234 \end_layout
19235
19236 \end_inset
19237
19238
19239 \begin_inset Note Note
19240 status collapsed
19241
19242 \begin_layout Plain Layout
19243 setzt die Liniendicke wieder auf ihren Standardwert zurück
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \begin_layout Section
19252 Berechnung der Tabellenbreite
19253 \begin_inset CommandInset label
19254 LatexCommand label
19255 name "sec:Berechnung-der-Tabellenbreite"
19256
19257 \end_inset
19258
19259
19260 \end_layout
19261
19262 \begin_layout Standard
19263 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19264  Tabelle nicht über den Seitenrand hinausragt.
19265  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19266  aber wie viel Platz wird für jede Spalte benötigt?
19267 \end_layout
19268
19269 \begin_layout Standard
19270 Die Tabellenbreite 
19271 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19272 \end_inset
19273
19274  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19275  
19276 \begin_inset Formula $W_{\mathrm{Spalte}}$
19277 \end_inset
19278
19279  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19280  Spalteninhalt und dem Rand der Spalte (LaTeX-Länge
19281 \series bold
19282  
19283 \backslash
19284 tabcolsep
19285 \series default
19286 , Voreinstellung 6
19287 \begin_inset space \thinspace{}
19288 \end_inset
19289
19290 pt) plus die Breite einer Tabellenlinie (LaTeX-Länge 
19291 \series bold
19292
19293 \backslash
19294 arrayrulewidth
19295 \series default
19296 , Voreinstellung 0.4
19297 \begin_inset space \thinspace{}
19298 \end_inset
19299
19300 pt): Wenn alle 
19301 \begin_inset Formula $n$
19302 \end_inset
19303
19304
19305 \begin_inset space ~
19306 \end_inset
19307
19308 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19309 \begin_inset Formula 
19310 \begin{equation}
19311 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19312 \end{equation}
19313
19314 \end_inset
19315
19316
19317 \end_layout
19318
19319 \begin_layout Standard
19320 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19321  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (LaTeX-Länge
19322  
19323 \series bold
19324
19325 \backslash
19326 columnwidth
19327 \series default
19328 ).
19329  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19330 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19331 \end_inset
19332
19333  gleich 1
19334 \begin_inset space \thinspace{}
19335 \end_inset
19336
19337
19338 \backslash
19339 columnwidth sein soll, kann 
19340 \begin_inset Formula $W_{\mathrm{Spalte}}$
19341 \end_inset
19342
19343  leicht berechnet werden.
19344 \end_layout
19345
19346 \begin_layout Standard
19347 Um Berechnungen ausführen zu können, muss das LaTeX-Paket 
19348 \series bold
19349 calc
19350 \series default
19351
19352 \begin_inset Index idx
19353 status collapsed
19354
19355 \begin_layout Plain Layout
19356 LaTeX-Pakete ! calc
19357 \end_layout
19358
19359 \end_inset
19360
19361  im LaTeX-Vorspann geladen werden.
19362  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19363 \family sans
19364 LaTeX-Argument
19365 \family default
19366  verwendet werden.
19367  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19368 \begin_inset space ~
19369 \end_inset
19370
19371
19372 \begin_inset CommandInset ref
19373 LatexCommand ref
19374 reference "uab:Mehrfachspalten-Berechnungen"
19375
19376 \end_inset
19377
19378  erklärt ist.
19379  Für eine Tabelle mit 5
19380 \begin_inset space \thinspace{}
19381 \end_inset
19382
19383 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19384  für jede Spalte den Befehl
19385 \end_layout
19386
19387 \begin_layout Standard
19388
19389 \series bold
19390 >{
19391 \backslash
19392 centering}p{(1
19393 \backslash
19394 columnwidth-62.4pt)/5}
19395 \end_layout
19396
19397 \begin_layout Standard
19398 an.
19399  Für eine Tabelle mit 5
19400 \begin_inset space \thinspace{}
19401 \end_inset
19402
19403 Spalten bei der 2 das 0,75
19404 \begin_inset space \thinspace{}
19405 \end_inset
19406
19407 fache der Breite der anderen 3
19408 \begin_inset space ~
19409 \end_inset
19410
19411 Spalten haben sollen, ist die Berechnung
19412 \begin_inset Formula 
19413 \begin{align}
19414 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{Spalte}}+2\cdot0,75\, W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19415  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19416  & =4,5\, W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19417 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19418 \end{align}
19419
19420 \end_inset
19421
19422
19423 \end_layout
19424
19425 \begin_layout Standard
19426 In der Tabelle wird daher der Befehl
19427 \end_layout
19428
19429 \begin_layout Standard
19430
19431 \series bold
19432 >{
19433 \backslash
19434 centering}p{(1
19435 \backslash
19436 columnwidth-62.4pt)/
19437 \backslash
19438 real{4.5}}
19439 \end_layout
19440
19441 \begin_layout Standard
19442 für die breiteren Spalten verwendet und
19443 \end_layout
19444
19445 \begin_layout Standard
19446
19447 \series bold
19448 >{
19449 \backslash
19450 centering}p{(1
19451 \backslash
19452 columnwidth-62.4pt)/
19453 \backslash
19454 real{4.5}*
19455 \backslash
19456 real{0.75}}
19457 \end_layout
19458
19459 \begin_layout Standard
19460 für die schmaleren:
19461 \end_layout
19462
19463 \begin_layout Standard
19464 \begin_inset Tabular
19465 <lyxtabular version="3" rows="2" columns="5">
19466 <features tabularvalignment="middle">
19467 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19468 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19469 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19470 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19471 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19472 <row>
19473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477 1
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486 2
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495 3
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504 4
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513 5
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 </row>
19519 <row>
19520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524 111111 1111111 111111 111111111 11111 11111 1111
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19530 \begin_inset Text
19531
19532 \begin_layout Plain Layout
19533
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542 2222 22222 222222 222222222 2222222 22 22222
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560 333333 333333 333333 33333 3333333 333
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 </row>
19566 </lyxtabular>
19567
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \begin_layout Section
19574 Tabellen-Anpassung
19575 \begin_inset Index idx
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579 Tabellen ! Anpassung
19580 \end_layout
19581
19582 \end_inset
19583
19584
19585 \end_layout
19586
19587 \begin_layout Subsection
19588 Zeilenabstand
19589 \begin_inset CommandInset label
19590 LatexCommand label
19591 name "uab:Zeilenabstand"
19592
19593 \end_inset
19594
19595
19596 \begin_inset Index idx
19597 status collapsed
19598
19599 \begin_layout Plain Layout
19600 Tabellen ! Zeilenabstand
19601 \end_layout
19602
19603 \end_inset
19604
19605
19606 \end_layout
19607
19608 \begin_layout Standard
19609 Auf der Karteikarte 
19610 \family sans
19611 Rahmen
19612 \family default
19613  des 
19614 \family sans
19615 Tabellen-Einstellungen
19616 \family default
19617 -Dialogs können Sie 
19618 \family sans
19619 zusätzliche
19620 \begin_inset space ~
19621 \end_inset
19622
19623 Abstände
19624 \family default
19625  einfügen.
19626  Dabei haben Sie drei Möglichkeiten:
19627 \end_layout
19628
19629 \begin_layout Description
19630 Oberhalb
19631 \begin_inset space ~
19632 \end_inset
19633
19634 der
19635 \begin_inset space ~
19636 \end_inset
19637
19638 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
19639  Bei einer formalen Tabelle
19640 \begin_inset Foot
19641 status collapsed
19642
19643 \begin_layout Plain Layout
19644 Formale Tabellen wurden in Abschnitt
19645 \begin_inset space ~
19646 \end_inset
19647
19648
19649 \begin_inset CommandInset ref
19650 LatexCommand ref
19651 reference "abs:Formale-Tabellen"
19652
19653 \end_inset
19654
19655  beschrieben.
19656 \end_layout
19657
19658 \end_inset
19659
19660  fügt LyX standardmäßig 0.5
19661 \begin_inset space \thinspace{}
19662 \end_inset
19663
19664 em Leerraum ein.
19665  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
19666 \begin_inset VSpace medskip
19667 \end_inset
19668
19669
19670 \begin_inset Newline newline
19671 \end_inset
19672
19673
19674 \begin_inset space \hspace*{}
19675 \length 0pt
19676 \end_inset
19677
19678
19679 \begin_inset space \hfill{}
19680 \end_inset
19681
19682
19683 \begin_inset Tabular
19684 <lyxtabular version="3" rows="3" columns="1">
19685 <features tabularvalignment="middle">
19686 <column alignment="center" valignment="top" width="0">
19687 <row>
19688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 A
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 <row topspace="3mm">
19699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703 3
19704 \begin_inset space \thinspace{}
19705 \end_inset
19706
19707 mm Leerraum oberhalb der Zeile
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 </row>
19713 <row>
19714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718 C
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 </lyxtabular>
19725
19726 \end_inset
19727
19728
19729 \begin_inset space \hfill{}
19730 \end_inset
19731
19732
19733 \begin_inset space \hspace*{}
19734 \length 0pt
19735 \end_inset
19736
19737
19738 \begin_inset VSpace medskip
19739 \end_inset
19740
19741
19742 \begin_inset Newline newline
19743 \end_inset
19744
19745 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
19746 n Linien verwenden.
19747 \end_layout
19748
19749 \begin_layout Description
19750 Unterhalb
19751 \begin_inset space ~
19752 \end_inset
19753
19754 der
19755 \begin_inset space ~
19756 \end_inset
19757
19758 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
19759  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
19760 \begin_inset space \thinspace{}
19761 \end_inset
19762
19763 em Leerraum ein.
19764  Bei normalen Tabellen ist der Standardwert 2
19765 \begin_inset space \thinspace{}
19766 \end_inset
19767
19768 pt.
19769 \end_layout
19770
19771 \begin_layout Description
19772 Zwischen
19773 \begin_inset space ~
19774 \end_inset
19775
19776 den
19777 \begin_inset space ~
19778 \end_inset
19779
19780 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
19781  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
19782 \begin_inset space \thinspace{}
19783 \end_inset
19784
19785 em Leerraum ein.
19786  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
19787 \begin_inset VSpace medskip
19788 \end_inset
19789
19790
19791 \begin_inset Newline newline
19792 \end_inset
19793
19794
19795 \begin_inset space \hspace*{}
19796 \length 0pt
19797 \end_inset
19798
19799
19800 \begin_inset space \hfill{}
19801 \end_inset
19802
19803
19804 \begin_inset Tabular
19805 <lyxtabular version="3" rows="3" columns="1">
19806 <features tabularvalignment="middle">
19807 <column alignment="center" valignment="top" width="0">
19808 <row>
19809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813 A
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 </row>
19819 <row interlinespace="3mm">
19820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 \begin_inset Formula $\downarrow$
19825 \end_inset
19826
19827  3
19828 \begin_inset space \thinspace{}
19829 \end_inset
19830
19831 mm Leerraum zwischen den Zeilen 
19832 \begin_inset Formula $\downarrow$
19833 \end_inset
19834
19835
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 </row>
19841 <row>
19842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846 \begin_inset Formula $\uparrow$
19847 \end_inset
19848
19849  3
19850 \begin_inset space \thinspace{}
19851 \end_inset
19852
19853 mm Leerraum zwischen den Zeilen 
19854 \begin_inset Formula $\uparrow$
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 </row>
19863 </lyxtabular>
19864
19865 \end_inset
19866
19867
19868 \begin_inset space \hfill{}
19869 \end_inset
19870
19871
19872 \begin_inset space \hspace*{}
19873 \length 0pt
19874 \end_inset
19875
19876
19877 \begin_inset VSpace medskip
19878 \end_inset
19879
19880
19881 \begin_inset Newline newline
19882 \end_inset
19883
19884 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
19885 n Linien verwenden.
19886 \end_layout
19887
19888 \begin_layout Standard
19889 \begin_inset VSpace bigskip
19890 \end_inset
19891
19892 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
19893  Befehlen im LaTeX-Vorspann machen:
19894 \end_layout
19895
19896 \begin_layout Standard
19897
19898 \series bold
19899
19900 \backslash
19901 @ifundefined{extrarowheight}
19902 \begin_inset Newline newline
19903 \end_inset
19904
19905
19906 \begin_inset Phantom HPhantom
19907 status open
19908
19909 \begin_layout Plain Layout
19910
19911 \series bold
19912 \begin_inset space ~
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \end_inset
19919
19920 {
19921 \backslash
19922 usepackage{array}}{}
19923 \begin_inset Newline newline
19924 \end_inset
19925
19926
19927 \backslash
19928 setlength{
19929 \backslash
19930 extrarowheight}{Höhe}
19931 \end_layout
19932
19933 \begin_layout Standard
19934 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
19935  ausgerichtet sind.
19936  (Das Paket 
19937 \series bold
19938 array
19939 \series default
19940  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
19941  verwenden.
19942  Der Befehl 
19943 \series bold
19944
19945 \backslash
19946 @ifundefined
19947 \series default
19948  vermeidet, dass es in diesem Fall doppelt geladen wird.)
19949 \end_layout
19950
19951 \begin_layout Standard
19952 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
19953  zu nah an den Buchstaben.
19954  Das kann korrigiert werden, indem man den Befehl 
19955 \series bold
19956
19957 \backslash
19958 strut
19959 \series default
19960  als TeX-Code am Anfang einer Tabellenzeile einfügt.
19961  Tabelle
19962 \begin_inset space ~
19963 \end_inset
19964
19965
19966 \begin_inset CommandInset ref
19967 LatexCommand ref
19968 reference "tab:Vertikale-Ausrichtung-von"
19969
19970 \end_inset
19971
19972  zeigt den Effekt.
19973 \end_layout
19974
19975 \begin_layout Standard
19976 \noindent
19977 \begin_inset Float table
19978 placement h
19979 wide false
19980 sideways false
19981 status open
19982
19983 \begin_layout Plain Layout
19984 \begin_inset Caption
19985
19986 \begin_layout Plain Layout
19987 \begin_inset CommandInset label
19988 LatexCommand label
19989 name "tab:Vertikale-Ausrichtung-von"
19990
19991 \end_inset
19992
19993 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
19994 \end_layout
19995
19996 \end_inset
19997
19998
19999 \end_layout
20000
20001 \begin_layout Plain Layout
20002 \begin_inset space \hfill{}
20003 \end_inset
20004
20005
20006 \begin_inset Float table
20007 wide false
20008 sideways false
20009 status collapsed
20010
20011 \begin_layout Plain Layout
20012 \begin_inset Caption
20013
20014 \begin_layout Plain Layout
20015 Normale Tabelle.
20016 \end_layout
20017
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \begin_layout Plain Layout
20024 \noindent
20025 \align center
20026 \begin_inset Tabular
20027 <lyxtabular version="3" rows="6" columns="1">
20028 <features tabularvalignment="middle">
20029 <column alignment="left" valignment="top" width="0">
20030 <row>
20031 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035 Normal, g
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 </row>
20041 <row>
20042 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046
20047 \size large
20048 Groß, g
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 </row>
20054 <row>
20055 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059
20060 \size larger
20061 Größer, g
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 </row>
20067 <row>
20068 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072
20073 \size largest
20074 noch Größer, g
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 </row>
20080 <row>
20081 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085
20086 \size huge
20087 Riesig
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 </row>
20093 <row>
20094 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098
20099 \size giant
20100 Gigantisch
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 </row>
20106 </lyxtabular>
20107
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \end_inset
20114
20115
20116 \begin_inset space \hfill{}
20117 \end_inset
20118
20119
20120 \begin_inset Float table
20121 wide false
20122 sideways false
20123 status collapsed
20124
20125 \begin_layout Plain Layout
20126 \begin_inset Caption
20127
20128 \begin_layout Plain Layout
20129 Tabelle bei der der Befehl 
20130 \series bold
20131
20132 \backslash
20133 strut
20134 \series default
20135  verwendet wurde.
20136 \end_layout
20137
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \begin_layout Plain Layout
20144 \noindent
20145 \align center
20146 \begin_inset Tabular
20147 <lyxtabular version="3" rows="6" columns="1">
20148 <features tabularvalignment="middle">
20149 <column alignment="left" valignment="top" width="0">
20150 <row>
20151 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155 Normal, g
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 </row>
20161 <row>
20162 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166
20167 \size large
20168 \begin_inset ERT
20169 status collapsed
20170
20171 \begin_layout Plain Layout
20172
20173
20174 \backslash
20175 strut 
20176 \end_layout
20177
20178 \end_inset
20179
20180 Groß, g
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 </row>
20186 <row>
20187 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191
20192 \size larger
20193 \begin_inset ERT
20194 status collapsed
20195
20196 \begin_layout Plain Layout
20197
20198
20199 \backslash
20200 strut 
20201 \end_layout
20202
20203 \end_inset
20204
20205 Größer, g
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 </row>
20211 <row>
20212 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216
20217 \size largest
20218 \begin_inset ERT
20219 status collapsed
20220
20221 \begin_layout Plain Layout
20222
20223
20224 \backslash
20225 strut 
20226 \end_layout
20227
20228 \end_inset
20229
20230 noch Größer, g
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 </row>
20236 <row>
20237 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241
20242 \size huge
20243 \begin_inset ERT
20244 status collapsed
20245
20246 \begin_layout Plain Layout
20247
20248
20249 \backslash
20250 strut 
20251 \end_layout
20252
20253 \end_inset
20254
20255 Riesig
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 </row>
20261 <row>
20262 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266
20267 \size giant
20268 \begin_inset ERT
20269 status collapsed
20270
20271 \begin_layout Plain Layout
20272
20273
20274 \backslash
20275 strut 
20276 \end_layout
20277
20278 \end_inset
20279
20280 Gigantisch
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 </row>
20286 </lyxtabular>
20287
20288 \end_inset
20289
20290
20291 \end_layout
20292
20293 \end_inset
20294
20295
20296 \begin_inset space \hfill{}
20297 \end_inset
20298
20299
20300 \end_layout
20301
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \begin_layout Subsection
20308 Besondere Zellenausrichtung
20309 \begin_inset CommandInset label
20310 LatexCommand label
20311 name "sub:Besondere-Zellenausrichtung"
20312
20313 \end_inset
20314
20315
20316 \begin_inset Index idx
20317 status collapsed
20318
20319 \begin_layout Plain Layout
20320 Tabellen ! Zellenausrichtung
20321 \end_layout
20322
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \begin_layout Standard
20329 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20330  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20331 \begin_inset space ~
20332 \end_inset
20333
20334
20335 \begin_inset CommandInset ref
20336 LatexCommand ref
20337 reference "tab:Tabellenzellen-sind-auf"
20338
20339 \end_inset
20340
20341 .
20342  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20343  dann entweder den Werkzeugleistenknopf 
20344 \begin_inset Graphics
20345         filename ../../images/tabular-feature_align-decimal.png
20346         scale 85
20347         scaleBeforeRotation
20348
20349 \end_inset
20350
20351  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20352 \family sans
20353 Am
20354 \begin_inset space ~
20355 \end_inset
20356
20357 Dezimaltrenner
20358 \family default
20359  setzt.
20360  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20361  frei wählen.
20362 \end_layout
20363
20364 \begin_layout Standard
20365 \begin_inset Float table
20366 placement h
20367 wide false
20368 sideways false
20369 status open
20370
20371 \begin_layout Plain Layout
20372 \begin_inset Caption
20373
20374 \begin_layout Plain Layout
20375 \begin_inset CommandInset label
20376 LatexCommand label
20377 name "tab:Tabellenzellen-sind-auf"
20378
20379 \end_inset
20380
20381 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20382 \end_layout
20383
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \begin_layout Plain Layout
20390 \align center
20391 \begin_inset Tabular
20392 <lyxtabular version="3" rows="4" columns="1">
20393 <features booktabs="true" tabularvalignment="middle">
20394 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20395 <row>
20396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Plain Layout
20400 Überschrift
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 </row>
20406 <row>
20407 <cell alignment="center" valignment="top" topline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411 12,6
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 </row>
20417 <row>
20418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Plain Layout
20422 0,68
20423 \end_layout
20424
20425 \end_inset
20426 </cell>
20427 </row>
20428 <row>
20429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20430 \begin_inset Text
20431
20432 \begin_layout Plain Layout
20433 -123,0
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 </row>
20439 </lyxtabular>
20440
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \begin_layout Standard
20452 \begin_inset Float table
20453 placement h
20454 wide false
20455 sideways false
20456 status open
20457
20458 \begin_layout Plain Layout
20459 \begin_inset Caption
20460
20461 \begin_layout Plain Layout
20462 \begin_inset CommandInset label
20463 LatexCommand label
20464 name "tab:Tabellenzellen-Operator"
20465
20466 \end_inset
20467
20468 Tabellenzellen sind auf den Operator ausgerichtet
20469 \end_layout
20470
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \begin_layout Plain Layout
20477 \align center
20478 \begin_inset Tabular
20479 <lyxtabular version="3" rows="4" columns="2">
20480 <features booktabs="true" tabularvalignment="middle">
20481 <column alignment="right" valignment="top" width="0pt">
20482 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20483 <row>
20484 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488 Überschrift
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497
20498 \end_layout
20499
20500 \end_inset
20501 </cell>
20502 </row>
20503 <row>
20504 <cell alignment="center" valignment="top" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508 \begin_inset Formula $12\,+$
20509 \end_inset
20510
20511
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\,6$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534 \begin_inset Formula $0\,-$
20535 \end_inset
20536
20537
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 <cell alignment="center" valignment="top" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 \begin_inset Formula $\,68$
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 </row>
20555 <row>
20556 <cell alignment="center" valignment="top" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560 \begin_inset Formula $-123\,/$
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 <cell alignment="center" valignment="top" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572 \begin_inset Formula $\,0$
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 </row>
20581 </lyxtabular>
20582
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \end_inset
20589
20590
20591 \end_layout
20592
20593 \begin_layout Standard
20594 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
20595  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
20596  Formeln erlaubt.
20597  In diesem Fall verwendet man die Methode von Tabelle
20598 \begin_inset space ~
20599 \end_inset
20600
20601
20602 \begin_inset CommandInset ref
20603 LatexCommand ref
20604 reference "tab:Tabellenzellen-Operator"
20605
20606 \end_inset
20607
20608 .
20609  Diese Tabelle wurde als 4×2 Tabelle erstellt.
20610  Die Überschrift ist eine zentrierte Mehrfachspalte.
20611  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
20612  und den Operator.
20613  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
20614  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
20615  um den üblichen Leerraum um einen Operator zu erhalten.
20616  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
20617  für die zweite Spalte folgendes eingefügt:
20618 \end_layout
20619
20620 \begin_layout Standard
20621
20622 \series bold
20623 @{}l
20624 \end_layout
20625
20626 \begin_layout Standard
20627 Tabelle
20628 \begin_inset space ~
20629 \end_inset
20630
20631
20632 \begin_inset CommandInset ref
20633 LatexCommand ref
20634 reference "tab:Verschiedene-Ausrichtungen"
20635
20636 \end_inset
20637
20638  zeigt einige Ausrichtungen.
20639  Für die Ausrichtung der Relationen wurde ein kleiner 
20640 \family sans
20641 Leerraum
20642 \family default
20643  eingefügt; wie in der zweiten Spalte von Tabelle
20644 \begin_inset space ~
20645 \end_inset
20646
20647
20648 \begin_inset CommandInset ref
20649 LatexCommand ref
20650 reference "tab:Tabellenzellen-Operator"
20651
20652 \end_inset
20653
20654 .
20655 \end_layout
20656
20657 \begin_layout Standard
20658
20659 \color black
20660 \begin_inset Float table
20661 placement h
20662 wide false
20663 sideways false
20664 status open
20665
20666 \begin_layout Plain Layout
20667
20668 \color black
20669 \begin_inset Caption
20670
20671 \begin_layout Plain Layout
20672
20673 \color black
20674 \begin_inset CommandInset label
20675 LatexCommand label
20676 name "tab:Verschiedene-Ausrichtungen"
20677
20678 \end_inset
20679
20680
20681 \color inherit
20682 Verschiedene Ausrichtungen
20683 \end_layout
20684
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \begin_layout Plain Layout
20691 \align center
20692 \begin_inset Tabular
20693 <lyxtabular version="3" rows="4" columns="6">
20694 <features tabularvalignment="middle">
20695 <column alignment="right" valignment="top" width="0">
20696 <column alignment="left" valignment="top" width="0" special="@{}l">
20697 <column alignment="right" valignment="top" width="0">
20698 <column alignment="left" valignment="top" width="0" special="@{}l">
20699 <column alignment="right" valignment="top" width="0">
20700 <column alignment="left" valignment="top" width="0" special="@{}l">
20701 <row>
20702 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706 Einheiten
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724 Exponenten
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20739 \begin_inset Text
20740
20741 \begin_layout Plain Layout
20742 Relationen
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 <row>
20758 <cell alignment="center" valignment="top" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 12×
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771 24
20772 \begin_inset space \thinspace{}
20773 \end_inset
20774
20775 Flaschen
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 <cell alignment="center" valignment="top" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784 \begin_inset Formula $10\cdot$
20785 \end_inset
20786
20787
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796 \begin_inset Formula $10^{\mbox{-}17}$
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 <cell alignment="center" valignment="top" usebox="none">
20805 \begin_inset Text
20806
20807 \begin_layout Plain Layout
20808 \begin_inset Formula $\Gamma(t)\propto$
20809 \end_inset
20810
20811
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 <cell alignment="center" valignment="top" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820 \begin_inset Formula $\:\Upsilon(t)$
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 <row>
20830 <cell alignment="center" valignment="top" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834 1024×
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843 768
20844 \begin_inset space \thinspace{}
20845 \end_inset
20846
20847 Pixel
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 <cell alignment="center" valignment="top" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856 \begin_inset Formula $5.78\cdot$
20857 \end_inset
20858
20859
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868 \begin_inset Formula $10^{7}$
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 <cell alignment="center" valignment="top" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880 \begin_inset Formula $A\ne$
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 <cell alignment="center" valignment="top" usebox="none">
20889 \begin_inset Text
20890
20891 \begin_layout Plain Layout
20892 \begin_inset Formula $\: B_{\mathrm{red}}$
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 <row>
20902 <cell alignment="center" valignment="top" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906 32×
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915 6
20916 \begin_inset space \thinspace{}
20917 \end_inset
20918
20919 cm
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 <cell alignment="center" valignment="top" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928 -
20929 \begin_inset Formula $33.5\cdot$
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941 \begin_inset Formula $10^{4}$
20942 \end_inset
20943
20944
20945 \end_layout
20946
20947 \end_inset
20948 </cell>
20949 <cell alignment="center" valignment="top" usebox="none">
20950 \begin_inset Text
20951
20952 \begin_layout Plain Layout
20953 \begin_inset Formula $\sin(\alpha)\ge$
20954 \end_inset
20955
20956
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 \begin_inset Formula $\:\sin(\beta)$
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 </lyxtabular>
20975
20976 \end_inset
20977
20978
20979 \end_layout
20980
20981 \end_inset
20982
20983
20984 \end_layout
20985
20986 \begin_layout Subsection
20987 Angepasste Zellen-/Spaltenformate
20988 \begin_inset CommandInset label
20989 LatexCommand label
20990 name "uab:Angepasste-Zellen-/Spaltenformate"
20991
20992 \end_inset
20993
20994
20995 \begin_inset Index idx
20996 status collapsed
20997
20998 \begin_layout Plain Layout
20999 Tabellen ! Spaltenformat
21000 \end_layout
21001
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \begin_layout Standard
21008 Wenn man wie in Abschnitt
21009 \begin_inset space ~
21010 \end_inset
21011
21012
21013 \begin_inset CommandInset ref
21014 LatexCommand ref
21015 reference "sec:Berechnung-der-Tabellenbreite"
21016
21017 \end_inset
21018
21019  oder Abschnitt
21020 \begin_inset space ~
21021 \end_inset
21022
21023
21024 \begin_inset CommandInset ref
21025 LatexCommand ref
21026 reference "uab:Mehrfachspalten-Berechnungen"
21027
21028 \end_inset
21029
21030  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21031  Tabellen sehr lästig.
21032  Um sich das Leben zu erleichtern, kann man im LaTeX-Vorspann ein Zellen/Spalten
21033 -Format definieren, das dann in allen Tabellen des Dokuments verwendet werden
21034  kann.
21035  Das Format wird mit dem Befehl
21036 \end_layout
21037
21038 \begin_layout Standard
21039
21040 \series bold
21041
21042 \backslash
21043 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21044 \end_layout
21045
21046 \begin_layout Standard
21047 definiert.
21048  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21049 \emph on
21050 b
21051 \emph default
21052
21053 \emph on
21054 c
21055 \emph default
21056
21057 \emph on
21058 l
21059 \emph default
21060
21061 \emph on
21062 m
21063 \emph default
21064
21065 \emph on
21066 p
21067 \emph default
21068  oder 
21069 \emph on
21070 r
21071 \emph default
21072 , weil diese vordefiniert sind.
21073  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21074 \end_layout
21075
21076 \begin_layout Standard
21077 \begin_inset VSpace medskip
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \begin_layout Standard
21084 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21085  Breite könnte das Format so aussehen:
21086 \end_layout
21087
21088 \begin_layout Standard
21089
21090 \series bold
21091
21092 \backslash
21093 newcolumntype{M}[1]{>{
21094 \backslash
21095 centering
21096 \backslash
21097 hspace{0pt}}m{#1}}
21098 \end_layout
21099
21100 \begin_layout Standard
21101 wobei 
21102 \series bold
21103
21104 \backslash
21105 hspace{0pt}
21106 \series default
21107  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21108  Abschnitt
21109 \begin_inset space ~
21110 \end_inset
21111
21112
21113 \begin_inset CommandInset ref
21114 LatexCommand ref
21115 reference "uab:Mehrfache-Zeilen-in"
21116
21117 \end_inset
21118
21119  beschrieben.
21120  Jetzt können Sie mit
21121 \end_layout
21122
21123 \begin_layout Standard
21124
21125 \series bold
21126 M{Breite}
21127 \end_layout
21128
21129 \begin_layout Standard
21130 im 
21131 \family sans
21132 LaTeX-Argument
21133 \family default
21134  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21135 \end_layout
21136
21137 \begin_layout Standard
21138 \begin_inset VSpace bigskip
21139 \end_inset
21140
21141
21142 \end_layout
21143
21144 \begin_layout Standard
21145 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21146  Format definieren:
21147 \end_layout
21148
21149 \begin_layout Standard
21150
21151 \series bold
21152
21153 \backslash
21154 newcolumntype{S}[2]{>{
21155 \backslash
21156 centering
21157 \backslash
21158 hspace{0pt}}
21159 \begin_inset Newline newline
21160 \end_inset
21161
21162
21163 \begin_inset Phantom HPhantom
21164 status open
21165
21166 \begin_layout Plain Layout
21167
21168 \series bold
21169
21170 \backslash
21171 newcolumntype
21172 \end_layout
21173
21174 \end_inset
21175
21176 m{(#1+(2
21177 \backslash
21178 tabcolsep+
21179 \backslash
21180 arrayrulewidth)*(1-#2))/#2}}
21181 \end_layout
21182
21183 \begin_layout Standard
21184 Dieses Format benutzt Gleichung
21185 \begin_inset space ~
21186 \end_inset
21187
21188
21189 \begin_inset CommandInset ref
21190 LatexCommand ref
21191 reference "eq:Wgn"
21192
21193 \end_inset
21194
21195 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21196  breit ist.
21197 \end_layout
21198
21199 \begin_layout Standard
21200 Jetzt können Sie im 
21201 \family sans
21202 LaTeX-Argument
21203 \family default
21204  im 
21205 \family sans
21206 Tabellen-Einstellungen
21207 \family default
21208 -Dialog folgendes einfügen:
21209 \end_layout
21210
21211 \begin_layout Standard
21212
21213 \series bold
21214 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21215 \end_layout
21216
21217 \begin_layout Standard
21218 \begin_inset VSpace bigskip
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \begin_layout Standard
21225 Für farbige Spalten können Sie folgendes einfügen:
21226 \end_layout
21227
21228 \begin_layout Standard
21229
21230 \series bold
21231
21232 \backslash
21233 newcolumntype{K}[1]{>{
21234 \backslash
21235 columncolor{#1}
21236 \backslash
21237 hspace{0pt}}c}
21238 \end_layout
21239
21240 \begin_layout Standard
21241 Das 
21242 \begin_inset Quotes gld
21243 \end_inset
21244
21245 c
21246 \begin_inset Quotes grd
21247 \end_inset
21248
21249  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21250  zentriert ist.
21251  Jetzt können Sie als 
21252 \family sans
21253 LaTeX-Argument
21254 \family default
21255  folgendes einfügen:
21256 \end_layout
21257
21258 \begin_layout Standard
21259
21260 \series bold
21261 K{Farbname}
21262 \end_layout
21263
21264 \begin_layout Standard
21265 \begin_inset VSpace bigskip
21266 \end_inset
21267
21268
21269 \end_layout
21270
21271 \begin_layout Standard
21272 Für Tabelle
21273 \begin_inset space ~
21274 \end_inset
21275
21276
21277 \begin_inset CommandInset ref
21278 LatexCommand ref
21279 reference "tab:Tabelle-mit-benutzerdefinierte"
21280
21281 \end_inset
21282
21283  wurden folgende 
21284 \family sans
21285 LaTeX-Argumente
21286 \family default
21287  benutzt:
21288 \end_layout
21289
21290 \begin_layout Standard
21291
21292 \series bold
21293 M{2.5cm}
21294 \end_layout
21295
21296 \begin_layout Standard
21297 für die erste Spalte und die Mehrfachspalte,
21298 \end_layout
21299
21300 \begin_layout Standard
21301
21302 \series bold
21303 K{red}
21304 \end_layout
21305
21306 \begin_layout Standard
21307 für die letzte Spalte und
21308 \end_layout
21309
21310 \begin_layout Standard
21311
21312 \series bold
21313 S{2.5cm}{2}
21314 \end_layout
21315
21316 \begin_layout Standard
21317 für die Spalten in der zweiten Mehrfachspalte.
21318 \end_layout
21319
21320 \begin_layout Standard
21321 \begin_inset Float table
21322 placement h
21323 wide false
21324 sideways false
21325 status open
21326
21327 \begin_layout Plain Layout
21328 \begin_inset Caption
21329
21330 \begin_layout Plain Layout
21331 \begin_inset CommandInset label
21332 LatexCommand label
21333 name "tab:Tabelle-mit-benutzerdefinierte"
21334
21335 \end_inset
21336
21337 Tabelle mit benutzerdefinierten Formaten
21338 \end_layout
21339
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \begin_layout Plain Layout
21346 \align center
21347 \begin_inset Tabular
21348 <lyxtabular version="3" rows="3" columns="4">
21349 <features tabularvalignment="middle">
21350 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21351 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
21352 <column alignment="center" valignment="middle" width="0">
21353 <column alignment="center" valignment="middle" width="0" special="K{red}">
21354 <row>
21355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359 einsehrlangesWort
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 Mehrfachspalte mit mehreren Zeilen
21369 \end_layout
21370
21371 \end_inset
21372 </cell>
21373 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21383 \begin_inset Text
21384
21385 \begin_layout Plain Layout
21386 c
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 </row>
21392 <row>
21393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397 d
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406 e
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21412 \begin_inset Text
21413
21414 \begin_layout Plain Layout
21415 f
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 g
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 </row>
21430 <row>
21431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21432 \begin_inset Text
21433
21434 \begin_layout Plain Layout
21435 h
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21441 \begin_inset Text
21442
21443 \begin_layout Plain Layout
21444 i
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453 j
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462 k
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 </row>
21468 </lyxtabular>
21469
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \end_inset
21476
21477
21478 \end_layout
21479
21480 \begin_layout Subsection
21481 Liniendicke
21482 \begin_inset CommandInset label
21483 LatexCommand label
21484 name "uab:Liniendicke"
21485
21486 \end_inset
21487
21488
21489 \begin_inset Index idx
21490 status collapsed
21491
21492 \begin_layout Plain Layout
21493 Tabellen  ! Linien ! -dicke
21494 \end_layout
21495
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \begin_layout Standard
21502 Die Liniendicke für alle Linien einer Tabelle kann mit 
21503 \series bold
21504
21505 \backslash
21506 arrayrulewidth
21507 \series default
21508  eingestellt werden.
21509  Um eine Liniendicke von 1.5
21510 \begin_inset space \thinspace{}
21511 \end_inset
21512
21513 pt wie in Tabelle
21514 \begin_inset space ~
21515 \end_inset
21516
21517
21518 \begin_inset CommandInset ref
21519 LatexCommand ref
21520 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21521
21522 \end_inset
21523
21524  zu bekommen, geben Sie den Befehl
21525 \end_layout
21526
21527 \begin_layout Standard
21528
21529 \series bold
21530
21531 \backslash
21532 setlength{
21533 \backslash
21534 arrayrulewidth}{1.5pt}
21535 \end_layout
21536
21537 \begin_layout Standard
21538 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
21539  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21540  Mit
21541 \end_layout
21542
21543 \begin_layout Standard
21544
21545 \series bold
21546
21547 \backslash
21548 setlength{
21549 \backslash
21550 arrayrulewidth}{0.4pt}
21551 \end_layout
21552
21553 \begin_layout Standard
21554 bekommen Sie wieder die Standarddicke.
21555 \end_layout
21556
21557 \begin_layout Standard
21558 \begin_inset ERT
21559 status collapsed
21560
21561 \begin_layout Plain Layout
21562
21563
21564 \backslash
21565 setlength{
21566 \backslash
21567 arrayrulewidth}{1.5pt}
21568 \end_layout
21569
21570 \end_inset
21571
21572
21573 \begin_inset Float table
21574 placement H
21575 wide false
21576 sideways false
21577 status open
21578
21579 \begin_layout Plain Layout
21580 \begin_inset Caption
21581
21582 \begin_layout Plain Layout
21583 \begin_inset CommandInset label
21584 LatexCommand label
21585 name "tab:Tabelle-mit-1.5pt-Liniendicke"
21586
21587 \end_inset
21588
21589 Tabelle mit 1.5
21590 \begin_inset space \thinspace{}
21591 \end_inset
21592
21593 pt Liniendicke
21594 \end_layout
21595
21596 \end_inset
21597
21598
21599 \end_layout
21600
21601 \begin_layout Plain Layout
21602 \align center
21603 \begin_inset Tabular
21604 <lyxtabular version="3" rows="3" columns="3">
21605 <features tabularvalignment="middle">
21606 <column alignment="center" valignment="top" width="0">
21607 <column alignment="center" valignment="top" width="0">
21608 <column alignment="center" valignment="top" width="0">
21609 <row>
21610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21611 \begin_inset Text
21612
21613 \begin_layout Plain Layout
21614 sd
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 </row>
21638 <row>
21639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652 sd
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 </row>
21667 <row>
21668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 sd
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 </lyxtabular>
21697
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \end_inset
21704
21705
21706 \begin_inset ERT
21707 status collapsed
21708
21709 \begin_layout Plain Layout
21710
21711
21712 \backslash
21713 setlength{
21714 \backslash
21715 arrayrulewidth}{0.4pt}
21716 \end_layout
21717
21718 \end_inset
21719
21720
21721 \end_layout
21722
21723 \begin_layout Standard
21724 \begin_inset VSpace bigskip
21725 \end_inset
21726
21727 Um eine Liniendicke von 1.5
21728 \begin_inset space \thinspace{}
21729 \end_inset
21730
21731 pt nur für horizontale Linien zu bekommen wie in Tabelle
21732 \begin_inset space ~
21733 \end_inset
21734
21735
21736 \begin_inset CommandInset ref
21737 LatexCommand ref
21738 reference "tab:Tabelle-mit-1.5pt-horiz"
21739
21740 \end_inset
21741
21742 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
21743  einfügen:
21744 \end_layout
21745
21746 \begin_layout Standard
21747
21748 \series bold
21749
21750 \backslash
21751 let
21752 \backslash
21753 myHline
21754 \backslash
21755 hline
21756 \begin_inset Newline newline
21757 \end_inset
21758
21759
21760 \backslash
21761 renewcommand{
21762 \backslash
21763 hline}
21764 \begin_inset Newline newline
21765 \end_inset
21766
21767  {
21768 \backslash
21769 noalign{
21770 \backslash
21771 global
21772 \backslash
21773 arrayrulewidth 1.5pt}
21774 \begin_inset Newline newline
21775 \end_inset
21776
21777  
21778 \backslash
21779 myHline
21780 \backslash
21781 noalign{
21782 \backslash
21783 global
21784 \backslash
21785 arrayrulewidth 0.4pt}}
21786 \end_layout
21787
21788 \begin_layout Standard
21789 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
21790  der (Gleit\SpecialChar \-
21791 objekt-)Tabelle zurück:
21792 \end_layout
21793
21794 \begin_layout Standard
21795
21796 \series bold
21797
21798 \backslash
21799 renewcommand{
21800 \backslash
21801 hline}{
21802 \backslash
21803 myHline}
21804 \end_layout
21805
21806 \begin_layout Standard
21807 \begin_inset ERT
21808 status collapsed
21809
21810 \begin_layout Plain Layout
21811
21812
21813 \backslash
21814 let
21815 \backslash
21816 myHline
21817 \backslash
21818 hline
21819 \end_layout
21820
21821 \begin_layout Plain Layout
21822
21823
21824 \backslash
21825 renewcommand{
21826 \backslash
21827 hline}
21828 \end_layout
21829
21830 \begin_layout Plain Layout
21831
21832  {
21833 \backslash
21834 noalign{
21835 \backslash
21836 global
21837 \backslash
21838 arrayrulewidth 1.5pt}
21839 \end_layout
21840
21841 \begin_layout Plain Layout
21842
21843   
21844 \backslash
21845 myHline
21846 \backslash
21847 noalign{
21848 \backslash
21849 global
21850 \backslash
21851 arrayrulewidth 0.4pt}}
21852 \end_layout
21853
21854 \end_inset
21855
21856
21857 \begin_inset Float table
21858 placement h
21859 wide false
21860 sideways false
21861 status open
21862
21863 \begin_layout Plain Layout
21864 \begin_inset Caption
21865
21866 \begin_layout Plain Layout
21867 \begin_inset CommandInset label
21868 LatexCommand label
21869 name "tab:Tabelle-mit-1.5pt-horiz"
21870
21871 \end_inset
21872
21873 Tabelle mit 1.5
21874 \begin_inset space \thinspace{}
21875 \end_inset
21876
21877 pt dicken horizontalen Linien
21878 \end_layout
21879
21880 \end_inset
21881
21882
21883 \end_layout
21884
21885 \begin_layout Plain Layout
21886 \align center
21887 \begin_inset Tabular
21888 <lyxtabular version="3" rows="3" columns="3">
21889 <features tabularvalignment="middle">
21890 <column alignment="center" valignment="top" width="0">
21891 <column alignment="center" valignment="top" width="0">
21892 <column alignment="center" valignment="top" width="0">
21893 <row>
21894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 sd
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 </row>
21922 <row>
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 sd
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 </row>
21951 <row>
21952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21971 \begin_inset Text
21972
21973 \begin_layout Plain Layout
21974 sd
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 </row>
21980 </lyxtabular>
21981
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \end_inset
21988
21989
21990 \begin_inset ERT
21991 status collapsed
21992
21993 \begin_layout Plain Layout
21994
21995
21996 \backslash
21997 renewcommand{
21998 \backslash
21999 hline}{
22000 \backslash
22001 myHline}
22002 \end_layout
22003
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \begin_layout Standard
22010 \begin_inset VSpace bigskip
22011 \end_inset
22012
22013 Um die Liniendicke von 1.5
22014 \begin_inset space \thinspace{}
22015 \end_inset
22016
22017 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
22018  Spaltenformat entsprechend der Beschreibung in Abschnitt
22019 \begin_inset space ~
22020 \end_inset
22021
22022
22023 \begin_inset CommandInset ref
22024 LatexCommand ref
22025 reference "uab:Angepasste-Zellen-/Spaltenformate"
22026
22027 \end_inset
22028
22029  definieren:
22030 \end_layout
22031
22032 \begin_layout Standard
22033
22034 \series bold
22035
22036 \backslash
22037 newcolumntype{V}{!{
22038 \backslash
22039 vrule width 1.5pt}}
22040 \end_layout
22041
22042 \begin_layout Standard
22043 In Tabelle
22044 \begin_inset space ~
22045 \end_inset
22046
22047
22048 \begin_inset CommandInset ref
22049 LatexCommand ref
22050 reference "tab:Tabelle-mit-1.5pt-vert"
22051
22052 \end_inset
22053
22054  wurde das 
22055 \family sans
22056 LaTe
22057 \begin_inset ERT
22058 status collapsed
22059
22060 \begin_layout Plain Layout
22061
22062 {}
22063 \end_layout
22064
22065 \end_inset
22066
22067 X-Argument
22068 \family default
22069 \series bold
22070  VcV
22071 \series default
22072  für die letzte Spalte und
22073 \series bold
22074  Vc
22075 \series default
22076  für die anderen benutzt.
22077 \end_layout
22078
22079 \begin_layout Standard
22080 \begin_inset Float table
22081 placement H
22082 wide false
22083 sideways false
22084 status open
22085
22086 \begin_layout Plain Layout
22087 \begin_inset Caption
22088
22089 \begin_layout Plain Layout
22090 \begin_inset CommandInset label
22091 LatexCommand label
22092 name "tab:Tabelle-mit-1.5pt-vert"
22093
22094 \end_inset
22095
22096 Tabelle mit 1.5
22097 \begin_inset space \thinspace{}
22098 \end_inset
22099
22100 pt dicken vertikalen Linien
22101 \end_layout
22102
22103 \end_inset
22104
22105
22106 \end_layout
22107
22108 \begin_layout Plain Layout
22109 \align center
22110 \begin_inset Tabular
22111 <lyxtabular version="3" rows="3" columns="3">
22112 <features tabularvalignment="middle">
22113 <column alignment="center" valignment="top" width="0" special="Vc">
22114 <column alignment="center" valignment="top" width="0" special="Vc">
22115 <column alignment="center" valignment="top" width="0" special="VcV">
22116 <row>
22117 <cell alignment="center" valignment="top" topline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121 sd
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 <cell alignment="center" valignment="top" topline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" topline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 </row>
22145 <row>
22146 <cell alignment="center" valignment="top" topline="true" usebox="none">
22147 \begin_inset Text
22148
22149 \begin_layout Plain Layout
22150
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 <cell alignment="center" valignment="top" topline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 sd
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 </row>
22174 <row>
22175 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179
22180 \end_layout
22181
22182 \end_inset
22183 </cell>
22184 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197 sd
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 </row>
22203 </lyxtabular>
22204
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \end_inset
22211
22212
22213 \end_layout
22214
22215 \begin_layout Subsection
22216 Gestrichelte Linien
22217 \begin_inset Index idx
22218 status collapsed
22219
22220 \begin_layout Plain Layout
22221 Tabellen  ! Linien ! gestrichelte 
22222 \end_layout
22223
22224 \end_inset
22225
22226
22227 \end_layout
22228
22229 \begin_layout Standard
22230 \begin_inset ERT
22231 status collapsed
22232
22233 \begin_layout Plain Layout
22234
22235
22236 \backslash
22237 ifarydshln
22238 \end_layout
22239
22240 \end_inset
22241
22242
22243 \begin_inset Note Note
22244 status open
22245
22246 \begin_layout Plain Layout
22247 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
22248 \series bold
22249 arydshln
22250 \series default
22251  installiert ist.
22252 \end_layout
22253
22254 \end_inset
22255
22256
22257 \end_layout
22258
22259 \begin_layout Standard
22260 \begin_inset Float table
22261 placement h
22262 wide false
22263 sideways false
22264 status open
22265
22266 \begin_layout Plain Layout
22267 \begin_inset Caption
22268
22269 \begin_layout Plain Layout
22270 \begin_inset CommandInset label
22271 LatexCommand label
22272 name "tab:Tabelle-mit-gestrichelten"
22273
22274 \end_inset
22275
22276 Tabelle mit gestrichelten Linien
22277 \end_layout
22278
22279 \end_inset
22280
22281
22282 \end_layout
22283
22284 \begin_layout Plain Layout
22285 \align center
22286 \begin_inset Tabular
22287 <lyxtabular version="3" rows="5" columns="5">
22288 <features tabularvalignment="middle">
22289 <column alignment="center" valignment="top" width="0">
22290 <column alignment="center" valignment="top" width="0">
22291 <column alignment="center" valignment="top" width="0" special=":c">
22292 <column alignment="center" valignment="top" width="0">
22293 <column alignment="center" valignment="top" width="0">
22294 <row>
22295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299 a
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308 b
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22314 \begin_inset Text
22315
22316 \begin_layout Plain Layout
22317 c
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 d
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335 e
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 </row>
22341 <row>
22342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 f
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 g
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell alignment="center" valignment="top" topline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 h
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373 i
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382 j
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 </row>
22388 <row>
22389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393 \begin_inset ERT
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397
22398
22399 \backslash
22400 hdashline 
22401 \end_layout
22402
22403 \end_inset
22404
22405 k
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414 l
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 <cell alignment="center" valignment="top" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Plain Layout
22423 m
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432 n
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 o
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 </row>
22447 <row>
22448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452 \begin_inset ERT
22453 status collapsed
22454
22455 \begin_layout Plain Layout
22456
22457
22458 \backslash
22459 cdashline{4-5}
22460 \end_layout
22461
22462 \end_inset
22463
22464 p
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22470 \begin_inset Text
22471
22472 \begin_layout Plain Layout
22473 q
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482 r
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 s
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 </row>
22506 <row>
22507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 t
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520 u
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 v
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 w
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547 x
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 </row>
22553 </lyxtabular>
22554
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \end_inset
22561
22562
22563 \end_layout
22564
22565 \begin_layout Standard
22566 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
22567  TeX-Code benutzen.
22568  Zunächst müssen Sie das LaTeX-Paket 
22569 \series bold
22570 arydshln
22571 \series default
22572
22573 \begin_inset Index idx
22574 status collapsed
22575
22576 \begin_layout Plain Layout
22577 LaTeX-Pakete ! arydshln
22578 \end_layout
22579
22580 \end_inset
22581
22582  im LaTeX-Vorspann laden:
22583 \end_layout
22584
22585 \begin_layout Standard
22586
22587 \series bold
22588
22589 \backslash
22590 usepackage{arydshln}
22591 \end_layout
22592
22593 \begin_layout Standard
22594 Um senkrechte Linien zu stricheln, müssen Sie im 
22595 \family sans
22596 LaTe
22597 \begin_inset ERT
22598 status collapsed
22599
22600 \begin_layout Plain Layout
22601
22602 {}
22603 \end_layout
22604
22605 \end_inset
22606
22607 X-Argument
22608 \family default
22609  des 
22610 \family sans
22611 Tabellen-Einstellungen
22612 \family default
22613 -Dialogs 
22614 \begin_inset Quotes gld
22615 \end_inset
22616
22617 :
22618 \begin_inset Quotes grd
22619 \end_inset
22620
22621 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
22622 \end_layout
22623
22624 \begin_layout Standard
22625 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
22626 \end_layout
22627
22628 \begin_layout Standard
22629
22630 \series bold
22631
22632 \backslash
22633 hdashline
22634 \end_layout
22635
22636 \begin_layout Standard
22637 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
22638 \end_layout
22639
22640 \begin_layout Standard
22641 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
22642 \end_layout
22643
22644 \begin_layout Standard
22645
22646 \series bold
22647
22648 \backslash
22649 cdashline{Anfangsspalte-Endspalte}
22650 \end_layout
22651
22652 \begin_layout Standard
22653 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
22654  Wenn Sie z.
22655 \begin_inset space \thinspace{}
22656 \end_inset
22657
22658 B.
22659  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
22660  gestrichelte Linie haben, fügen Sie den Befehl
22661 \end_layout
22662
22663 \begin_layout Standard
22664
22665 \series bold
22666
22667 \backslash
22668 cdashline{2-4}
22669 \end_layout
22670
22671 \begin_layout Standard
22672 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
22673 \end_layout
22674
22675 \begin_layout Standard
22676 \begin_inset VSpace bigskip
22677 \end_inset
22678
22679
22680 \end_layout
22681
22682 \begin_layout Standard
22683 In Tabelle
22684 \begin_inset space ~
22685 \end_inset
22686
22687
22688 \begin_inset CommandInset ref
22689 LatexCommand ref
22690 reference "tab:Tabelle-mit-gestrichelten"
22691
22692 \end_inset
22693
22694  wurde in der dritten Spalte der Befehl
22695 \series bold
22696  
22697 \series default
22698
22699 \begin_inset Quotes gld
22700 \end_inset
22701
22702
22703 \series bold
22704 :c
22705 \begin_inset Quotes grd
22706 \end_inset
22707
22708
22709 \series default
22710  benutzt.
22711  Der Befehl 
22712 \series bold
22713
22714 \backslash
22715 hdashline
22716 \series default
22717  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
22718 \begin_inset Newline newline
22719 \end_inset
22720
22721  
22722 \series bold
22723
22724 \backslash
22725 cdashline{4-5} 
22726 \series default
22727 wurde in die erste Zelle der vierten Zeile eingefügt.
22728 \end_layout
22729
22730 \begin_layout Standard
22731 \begin_inset VSpace bigskip
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \begin_layout Standard
22738 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
22739 \begin_inset space ~
22740 \end_inset
22741
22742
22743 \begin_inset CommandInset ref
22744 LatexCommand ref
22745 reference "tab:Farbige-Tabelle-mit"
22746
22747 \end_inset
22748
22749  verdeutlicht.
22750 \end_layout
22751
22752 \begin_layout Standard
22753 \begin_inset ERT
22754 status collapsed
22755
22756 \begin_layout Plain Layout
22757
22758
22759 \backslash
22760 setlength{
22761 \backslash
22762 arrayrulewidth}{1pt}
22763 \end_layout
22764
22765 \end_inset
22766
22767
22768 \begin_inset Note Note
22769 status collapsed
22770
22771 \begin_layout Plain Layout
22772 dickere Linien zur besseren Visualisierung der Linienfarbe
22773 \end_layout
22774
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \begin_layout Standard
22781 \begin_inset ERT
22782 status collapsed
22783
22784 \begin_layout Plain Layout
22785
22786
22787 \backslash
22788 dashgapcolor{green}
22789 \end_layout
22790
22791 \end_inset
22792
22793
22794 \begin_inset Note Note
22795 status collapsed
22796
22797 \begin_layout Plain Layout
22798 färbt Raum zwischen den Strichen grün
22799 \end_layout
22800
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \begin_layout Standard
22807 \begin_inset ERT
22808 status collapsed
22809
22810 \begin_layout Plain Layout
22811
22812
22813 \backslash
22814 let
22815 \backslash
22816 myHdashline
22817 \backslash
22818 hdashline
22819 \end_layout
22820
22821 \begin_layout Plain Layout
22822
22823
22824 \backslash
22825 renewcommand{
22826 \backslash
22827 hdashline}
22828 \end_layout
22829
22830 \begin_layout Plain Layout
22831
22832  {
22833 \backslash
22834 arrayrulecolor{red}
22835 \backslash
22836 myHdashline
22837 \backslash
22838 arrayrulecolor{black}}
22839 \end_layout
22840
22841 \end_inset
22842
22843
22844 \begin_inset Note Note
22845 status collapsed
22846
22847 \begin_layout Plain Layout
22848 färbt horizontale, gestrichelte Linien rot
22849 \end_layout
22850
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \begin_layout Standard
22857 \begin_inset ERT
22858 status collapsed
22859
22860 \begin_layout Plain Layout
22861
22862
22863 \backslash
22864 let
22865 \backslash
22866 myCdashline
22867 \backslash
22868 cdashline
22869 \end_layout
22870
22871 \begin_layout Plain Layout
22872
22873
22874 \backslash
22875 renewcommand{
22876 \backslash
22877 cdashline}[1]
22878 \end_layout
22879
22880 \begin_layout Plain Layout
22881
22882  {
22883 \backslash
22884 arrayrulecolor{yellow}
22885 \backslash
22886 myCdashline{#1}
22887 \backslash
22888 arrayrulecolor{black}}
22889 \end_layout
22890
22891 \end_inset
22892
22893
22894 \begin_inset Note Note
22895 status collapsed
22896
22897 \begin_layout Plain Layout
22898 färbt partielle horizontale, gestrichelte Linien gelb
22899 \end_layout
22900
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \begin_layout Standard
22907 \begin_inset Float table
22908 placement h
22909 wide false
22910 sideways false
22911 status open
22912
22913 \begin_layout Plain Layout
22914 \begin_inset Caption
22915
22916 \begin_layout Plain Layout
22917 \begin_inset CommandInset label
22918 LatexCommand label
22919 name "tab:Farbige-Tabelle-mit"
22920
22921 \end_inset
22922
22923 Farbige Tabelle mit gestrichelten Linien
22924 \end_layout
22925
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \begin_layout Plain Layout
22932 \align center
22933 \begin_inset Tabular
22934 <lyxtabular version="3" rows="5" columns="5">
22935 <features tabularvalignment="middle">
22936 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
22937 <column alignment="center" valignment="top" width="0pt">
22938 <column alignment="center" valignment="top" width="0pt" special=":c">
22939 <column alignment="center" valignment="top" width="0">
22940 <column alignment="center" valignment="top" width="0">
22941 <row>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 a
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell alignment="center" valignment="top" topline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955 b
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" topline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 c
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 d
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 e
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 </row>
22988 <row>
22989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993 f
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 <cell alignment="center" valignment="top" topline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002 g
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" topline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011 h
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020 i
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23026 \begin_inset Text
23027
23028 \begin_layout Plain Layout
23029 j
23030 \end_layout
23031
23032 \end_inset
23033 </cell>
23034 </row>
23035 <row>
23036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040 \begin_inset ERT
23041 status collapsed
23042
23043 \begin_layout Plain Layout
23044
23045
23046 \backslash
23047 hdashline 
23048 \end_layout
23049
23050 \end_inset
23051
23052
23053 \begin_inset ERT
23054 status collapsed
23055
23056 \begin_layout Plain Layout
23057
23058
23059 \backslash
23060 rowcolor{Gray}
23061 \end_layout
23062
23063 \end_inset
23064
23065 k
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074 l
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 <cell alignment="center" valignment="top" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083 m
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 n
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101 o
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 </row>
23107 <row>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 \begin_inset ERT
23113 status collapsed
23114
23115 \begin_layout Plain Layout
23116
23117
23118 \backslash
23119 cdashline{4-5}
23120 \end_layout
23121
23122 \end_inset
23123
23124 p
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133 q
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142 r
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151 s
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 </row>
23166 <row>
23167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 t
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 u
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189 v
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 w
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 \begin_inset ERT
23208 status collapsed
23209
23210 \begin_layout Plain Layout
23211
23212
23213 \backslash
23214 cellcolor{Maroon}
23215 \end_layout
23216
23217 \end_inset
23218
23219
23220 \color green
23221 i
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 </row>
23227 </lyxtabular>
23228
23229 \end_inset
23230
23231
23232 \end_layout
23233
23234 \end_inset
23235
23236
23237 \end_layout
23238
23239 \begin_layout Standard
23240 \begin_inset ERT
23241 status collapsed
23242
23243 \begin_layout Plain Layout
23244
23245
23246 \backslash
23247 renewcommand{
23248 \backslash
23249 hdashline}{
23250 \backslash
23251 myHdashline}
23252 \end_layout
23253
23254 \end_inset
23255
23256
23257 \begin_inset Note Note
23258 status collapsed
23259
23260 \begin_layout Plain Layout
23261 zurücksetzen auf Standardwert
23262 \end_layout
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \begin_layout Standard
23270 \begin_inset ERT
23271 status collapsed
23272
23273 \begin_layout Plain Layout
23274
23275
23276 \backslash
23277 renewcommand{
23278 \backslash
23279 cdashline}{
23280 \backslash
23281 myCdashline}
23282 \end_layout
23283
23284 \end_inset
23285
23286
23287 \begin_inset Note Note
23288 status collapsed
23289
23290 \begin_layout Plain Layout
23291 zurücksetzen auf Standardwert
23292 \end_layout
23293
23294 \end_inset
23295
23296
23297 \end_layout
23298
23299 \begin_layout Standard
23300 \begin_inset ERT
23301 status collapsed
23302
23303 \begin_layout Plain Layout
23304
23305
23306 \backslash
23307 nodashgapcolor
23308 \end_layout
23309
23310 \end_inset
23311
23312
23313 \begin_inset Note Note
23314 status collapsed
23315
23316 \begin_layout Plain Layout
23317 zurücksetzen auf Standardwert
23318 \end_layout
23319
23320 \end_inset
23321
23322
23323 \end_layout
23324
23325 \begin_layout Standard
23326 \begin_inset ERT
23327 status collapsed
23328
23329 \begin_layout Plain Layout
23330
23331
23332 \backslash
23333 setlength{
23334 \backslash
23335 arrayrulewidth}{0.4pt}
23336 \end_layout
23337
23338 \end_inset
23339
23340
23341 \begin_inset Note Note
23342 status collapsed
23343
23344 \begin_layout Plain Layout
23345 zurücksetzen auf Standardwert
23346 \end_layout
23347
23348 \end_inset
23349
23350
23351 \end_layout
23352
23353 \begin_layout Standard
23354 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23355 \begin_inset space ~
23356 \end_inset
23357
23358
23359 \begin_inset CommandInset ref
23360 LatexCommand ref
23361 reference "abs:Farbige-Tabellen"
23362
23363 \end_inset
23364
23365  beschrieben.
23366  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23367  beschrieben, man muss in den Befehlen nur 
23368 \series bold
23369
23370 \backslash
23371 myHlineC
23372 \series default
23373  durch 
23374 \series bold
23375
23376 \backslash
23377 myHdashline
23378 \series default
23379  und 
23380 \backslash
23381
23382 \series bold
23383 hline
23384 \series default
23385  durch 
23386 \series bold
23387
23388 \backslash
23389 hdashline
23390 \series default
23391  ersetzen; man verwendet also den Befehl
23392 \end_layout
23393
23394 \begin_layout Standard
23395
23396 \series bold
23397
23398 \backslash
23399 let
23400 \backslash
23401 myHdashline
23402 \backslash
23403 hdashline
23404 \begin_inset Newline newline
23405 \end_inset
23406
23407
23408 \backslash
23409 renewcommand{
23410 \backslash
23411 hdashline}
23412 \begin_inset Newline newline
23413 \end_inset
23414
23415
23416 \begin_inset Phantom HPhantom
23417 status open
23418
23419 \begin_layout Plain Layout
23420
23421 \series bold
23422 \begin_inset space ~
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \end_inset
23429
23430 {
23431 \backslash
23432 arrayrulecolor{red}
23433 \backslash
23434 myHdashline
23435 \backslash
23436 arrayrulecolor{black}}
23437 \end_layout
23438
23439 \begin_layout Standard
23440 Um 
23441 \series bold
23442
23443 \backslash
23444 cdashline
23445 \series default
23446  zu färben, lautet der Befehl
23447 \end_layout
23448
23449 \begin_layout Standard
23450
23451 \series bold
23452
23453 \backslash
23454 let
23455 \backslash
23456 myCdashline
23457 \backslash
23458 cdashline
23459 \begin_inset Newline newline
23460 \end_inset
23461
23462
23463 \backslash
23464 renewcommand{
23465 \backslash
23466 cdashline}[1]
23467 \begin_inset Newline newline
23468 \end_inset
23469
23470
23471 \begin_inset Phantom HPhantom
23472 status open
23473
23474 \begin_layout Plain Layout
23475
23476 \series bold
23477 \begin_inset space ~
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \end_inset
23484
23485 {
23486 \backslash
23487 arrayrulecolor{red}
23488 \backslash
23489 myCdashline{#1}
23490 \backslash
23491 arrayrulecolor{black}}
23492 \end_layout
23493
23494 \begin_layout Standard
23495 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23496  als TeX-Code hinter der Tabelle einfügen:
23497 \end_layout
23498
23499 \begin_layout Standard
23500 Für 
23501 \series bold
23502
23503 \backslash
23504 hdashline
23505 \end_layout
23506
23507 \begin_layout Standard
23508
23509 \series bold
23510
23511 \backslash
23512 renewcommand{
23513 \backslash
23514 hdashline}{
23515 \backslash
23516 myHdashline}
23517 \end_layout
23518
23519 \begin_layout Standard
23520 und für 
23521 \series bold
23522
23523 \backslash
23524 cdashline
23525 \end_layout
23526
23527 \begin_layout Standard
23528
23529 \series bold
23530
23531 \backslash
23532 renewcommand{
23533 \backslash
23534 cdashline}{
23535 \backslash
23536 myCdashline}
23537 \end_layout
23538
23539 \begin_layout Standard
23540 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23541  Befehl
23542 \end_layout
23543
23544 \begin_layout Standard
23545
23546 \series bold
23547
23548 \backslash
23549 dashgapcolor{Farbe}
23550 \end_layout
23551
23552 \begin_layout Standard
23553 als TeX-Code vor der Tabelle verwenden.
23554  Farbe ist hierbei der Name einer definierten Farbe.
23555  Der Befehl
23556 \end_layout
23557
23558 \begin_layout Standard
23559
23560 \series bold
23561
23562 \backslash
23563 nodashgapcolor
23564 \end_layout
23565
23566 \begin_layout Standard
23567 hebt die Einstellung von 
23568 \series bold
23569
23570 \backslash
23571 dashgapcolor
23572 \series default
23573  auf.
23574 \end_layout
23575
23576 \begin_layout Standard
23577 \begin_inset Note Greyedout
23578 status open
23579
23580 \begin_layout Plain Layout
23581
23582 \series bold
23583 \color none
23584 Achtung
23585 \series default
23586 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
23587  
23588 \series bold
23589 arydshln
23590 \series default
23591  an erster Stelle in der Zelle befinden.
23592  Daher ist in in Zelle 
23593 \emph on
23594 k
23595 \emph default
23596  der Tabelle
23597 \begin_inset space ~
23598 \end_inset
23599
23600
23601 \begin_inset CommandInset ref
23602 LatexCommand ref
23603 reference "tab:Farbige-Tabelle-mit"
23604
23605 \end_inset
23606
23607  der Befehl 
23608 \series bold
23609
23610 \backslash
23611 hdashline
23612 \series default
23613  vor 
23614 \series bold
23615
23616 \backslash
23617 rowcolor
23618 \series default
23619 .
23620 \end_layout
23621
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \begin_layout Standard
23628 \begin_inset Note Greyedout
23629 status open
23630
23631 \begin_layout Plain Layout
23632
23633 \series bold
23634 \color none
23635 Achtung:
23636 \series default
23637  Das LaTeX-Paket 
23638 \series bold
23639 arydshln
23640 \series default
23641  muss im LaTeX-Vorspann nach dem LaTeX-Paket 
23642 \series bold
23643 colortbl
23644 \series default
23645
23646 \begin_inset Index idx
23647 status collapsed
23648
23649 \begin_layout Plain Layout
23650 LaTeX-Pakete ! colortbl
23651 \end_layout
23652
23653 \end_inset
23654
23655  geladen werden.
23656 \end_layout
23657
23658 \end_inset
23659
23660
23661 \end_layout
23662
23663 \begin_layout Standard
23664 \begin_inset ERT
23665 status collapsed
23666
23667 \begin_layout Plain Layout
23668
23669
23670 \backslash
23671 else
23672 \end_layout
23673
23674 \end_inset
23675
23676
23677 \begin_inset Note Note
23678 status open
23679
23680 \begin_layout Plain Layout
23681 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
23682 \series bold
23683 arydshln
23684 \series default
23685  nicht installiert ist:
23686 \end_layout
23687
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \begin_layout Standard
23694 Sie müssen das LaTeX-Paket 
23695 \series bold
23696 arydshln
23697 \series default
23698  installiert haben um den Inhalt dieses Abschnitts zu sehen.
23699 \end_layout
23700
23701 \begin_layout Standard
23702 \begin_inset ERT
23703 status collapsed
23704
23705 \begin_layout Plain Layout
23706
23707
23708 \backslash
23709 fi
23710 \end_layout
23711
23712 \end_inset
23713
23714
23715 \end_layout
23716
23717 \begin_layout Standard
23718 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
23719  von 
23720 \series bold
23721 arydshln
23722 \series default
23723
23724 \begin_inset CommandInset citation
23725 LatexCommand cite
23726 key "arydshln"
23727
23728 \end_inset
23729
23730 .
23731 \end_layout
23732
23733 \begin_layout Chapter
23734 Gleitobjekte
23735 \begin_inset CommandInset label
23736 LatexCommand label
23737 name "chap:Gleitobjekte"
23738
23739 \end_inset
23740
23741
23742 \begin_inset Index idx
23743 status collapsed
23744
23745 \begin_layout Plain Layout
23746 Gleitobjekte
23747 \end_layout
23748
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \begin_layout Section
23755 Einleitung
23756 \begin_inset CommandInset label
23757 LatexCommand label
23758 name "abs:Gleitobjekte-Einleitung"
23759
23760 \end_inset
23761
23762
23763 \begin_inset Index idx
23764 status collapsed
23765
23766 \begin_layout Plain Layout
23767 Gleitobjekte ! Einleitung
23768 \end_layout
23769
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \begin_layout Standard
23776 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
23777  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
23778  der beste Platz ist.
23779  
23780 \family sans
23781 Fußnoten
23782 \family default
23783  und 
23784 \family sans
23785 Randnotizen
23786 \family default
23787  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
23788  wenn auf ihrer Seite schon zu viele sind.
23789 \end_layout
23790
23791 \begin_layout Standard
23792 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
23793  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
23794  um weiße Flächen und Seiten ohne Text zu vermeiden.
23795  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
23796 löst,
23797  kann im Text auf ein Gleitobjekt verwiesen werden.
23798  Gleitobjekte sind deshalb nummeriert.
23799  Querverweise werden in Abschnitt
23800 \begin_inset space ~
23801 \end_inset
23802
23803
23804 \begin_inset CommandInset ref
23805 LatexCommand ref
23806 reference "abs:Auf-Gleitobjekte-verweisen"
23807
23808 \end_inset
23809
23810  beschrieben.
23811 \end_layout
23812
23813 \begin_layout Standard
23814 Ein Gleitobjekt wird mit 
23815 \family sans
23816 Einfügen\SpecialChar \menuseparator
23817 Gleitobjekt\SpecialChar \menuseparator
23818 Algorithmus/Abbildung/Ta\SpecialChar \-
23819 belle/Um\SpecialChar \-
23820 flos\SpecialChar \-
23821 se\SpecialChar \-
23822 nes
23823 \begin_inset space ~
23824 \end_inset
23825
23826 Gleitobjekt
23827 \family default
23828  eingefügt.
23829  Für Abbildungen oder Tabellen können Sie auch auf 
23830 \begin_inset Graphics
23831         filename ../../images/float-insert_figure.png
23832         scale 70
23833         scaleBeforeRotation
23834
23835 \end_inset
23836
23837  oder 
23838 \begin_inset Graphics
23839         filename ../../images/float-insert_table.png
23840         scale 70
23841         scaleBeforeRotation
23842
23843 \end_inset
23844
23845  klicken.
23846  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
23847  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
23848  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
23849  #:).
23850  Statt # sehen Sie die von LyX vergebene Nummer.
23851  In das schmale Feld nach der Marke können Sie den Titel schreiben.
23852  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
23853  eingefügt.
23854  In Abschnitt
23855 \begin_inset space ~
23856 \end_inset
23857
23858
23859 \begin_inset CommandInset ref
23860 LatexCommand ref
23861 reference "abs:Titel-Platzierung"
23862
23863 \end_inset
23864
23865  finden Sie mehr über die Platzierung des Titels.
23866  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
23867  auch wieder geöffnet.
23868  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
23869 \begin_inset Graphics
23870         filename clipart/GleitobjektQt4.png
23871         scale 70
23872         scaleBeforeRotation
23873
23874 \end_inset
23875
23876  – ein graues Kästchen mit roter Beschriftung.
23877 \end_layout
23878
23879 \begin_layout Standard
23880 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
23881  Gleitobjekte in einem eigenen Absatz einzufügen.
23882 \end_layout
23883
23884 \begin_layout Standard
23885 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
23886  indem Sie sie markieren und dann auf 
23887 \begin_inset Graphics
23888         filename ../../images/float-insert_figure.png
23889         scale 70
23890         scaleBeforeRotation
23891
23892 \end_inset
23893
23894  oder 
23895 \begin_inset Graphics
23896         filename ../../images/float-insert_table.png
23897         scale 70
23898         scaleBeforeRotation
23899
23900 \end_inset
23901
23902  klicken.
23903 \end_layout
23904
23905 \begin_layout Section
23906 Gleitobjekt-Typen
23907 \begin_inset Index idx
23908 status collapsed
23909
23910 \begin_layout Plain Layout
23911 Gleitobjekte ! Typen
23912 \end_layout
23913
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \begin_layout Standard
23920 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
23921 \begin_inset space ~
23922 \end_inset
23923
23924
23925 \begin_inset CommandInset ref
23926 LatexCommand ref
23927 reference "abs:Gleitende-Abbildungen"
23928
23929 \end_inset
23930
23931  und 
23932 \begin_inset CommandInset ref
23933 LatexCommand ref
23934 reference "abs:Gleitende-Tabellen"
23935
23936 \end_inset
23937
23938  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
23939  Letztere sind in Abschnitt
23940 \begin_inset space ~
23941 \end_inset
23942
23943
23944 \begin_inset CommandInset ref
23945 LatexCommand ref
23946 reference "sec:Umflossene-Gleitobjekte"
23947
23948 \end_inset
23949
23950  beschrieben.
23951 \end_layout
23952
23953 \begin_layout Subsection
23954 Algorithmen-Gleitobjekt
23955 \begin_inset Index idx
23956 status collapsed
23957
23958 \begin_layout Plain Layout
23959 Gleitobjekte ! Algorithmen
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \begin_inset CommandInset label
23966 LatexCommand label
23967 name "uab:Gleitobjekt-Algorithmen"
23968
23969 \end_inset
23970
23971
23972 \end_layout
23973
23974 \begin_layout Standard
23975 \begin_inset Float algorithm
23976 placement h
23977 wide false
23978 sideways false
23979 status open
23980
23981 \begin_layout Plain Layout
23982 \begin_inset Caption
23983
23984 \begin_layout Plain Layout
23985 \begin_inset CommandInset label
23986 LatexCommand label
23987 name "alg:Ein-Gleitobjekt-Algorithmus"
23988
23989 \end_inset
23990
23991 Ein Gleitobjekt-Algorithmus 
23992 \end_layout
23993
23994 \end_inset
23995
23996
23997 \end_layout
23998
23999 \begin_layout LyX-Code
24000 for I in 1..N loop
24001 \begin_inset Newline newline
24002 \end_inset
24003
24004  Sum:= Sum + A(I); /*Kommentar*/
24005 \begin_inset Newline newline
24006 \end_inset
24007
24008 end loop
24009 \begin_inset VSpace -4mm
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \end_inset
24016
24017
24018 \end_layout
24019
24020 \begin_layout Standard
24021 Dieser Typ wird mit 
24022 \family sans
24023 Einfügen\SpecialChar \menuseparator
24024 Gleitobjekt\SpecialChar \menuseparator
24025 Algorithmus
24026 \family default
24027  eingefügt.
24028  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24029  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24030 \begin_inset space ~
24031 \end_inset
24032
24033
24034 \begin_inset CommandInset ref
24035 LatexCommand ref
24036 reference "kap:Programm-Code-Listen"
24037
24038 \end_inset
24039
24040 .
24041  Eine mögliche Absatz-Umgebung hier für ist 
24042 \family sans
24043 LyX-Code
24044 \family default
24045 , beschrieben im 
24046 \emph on
24047 Benutzerhandbuch
24048 \emph default
24049 .
24050  In Algorithmus
24051 \begin_inset space ~
24052 \end_inset
24053
24054
24055 \begin_inset CommandInset ref
24056 LatexCommand ref
24057 reference "alg:Ein-Gleitobjekt-Algorithmus"
24058
24059 \end_inset
24060
24061  wurden am Ende -4
24062 \begin_inset space \thinspace{}
24063 \end_inset
24064
24065 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24066  letzten Zeile gedruckt wird.
24067 \end_layout
24068
24069 \begin_layout Standard
24070 Die Marke 
24071 \emph on
24072 Algorithmus
24073 \emph default
24074  wird nicht automatisch in die druckbare Version übernommen, sondern das
24075  englische Wort 
24076 \emph on
24077 Algorithm
24078 \emph default
24079  verwendet.
24080  Soll
24081 \emph on
24082  Algorithmus
24083 \emph default
24084  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
24085 \end_layout
24086
24087 \begin_layout Standard
24088
24089 \series bold
24090
24091 \backslash
24092 floatname{algorithm}{Algorithmus}
24093 \end_layout
24094
24095 \begin_layout Standard
24096 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24097  Sprache wie die LyX Menünamen haben, das Menü 
24098 \family sans
24099 Einfügen\SpecialChar \menuseparator
24100 Liste
24101 \begin_inset space \thinspace{}
24102 \end_inset
24103
24104 /
24105 \begin_inset space \thinspace{}
24106 \end_inset
24107
24108 Inhaltsverzeichnis\SpecialChar \menuseparator
24109 Algorithmenverzeichnis
24110 \family default
24111  verwendet werden.
24112  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
24113  eingefügt werden:
24114 \end_layout
24115
24116 \begin_layout Standard
24117
24118 \series bold
24119
24120 \backslash
24121 listof{algorithm}{Algorithmenverzeichnis}
24122 \end_layout
24123
24124 \begin_layout Standard
24125 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24126  nach dem Schema 
24127 \begin_inset Quotes gld
24128 \end_inset
24129
24130 Kapitelnummer.Algorithmusnummer
24131 \begin_inset Quotes grd
24132 \end_inset
24133
24134  nummeriert.
24135  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
24136  einfügen:
24137 \end_layout
24138
24139 \begin_layout Standard
24140
24141 \series bold
24142
24143 \backslash
24144 numberwithin{algorithm}{chapter}
24145 \end_layout
24146
24147 \begin_layout Standard
24148 Um 
24149 \series bold
24150
24151 \backslash
24152 numberwithin
24153 \series default
24154  benutzen zu können, muss in den 
24155 \family sans
24156 Mathe
24157 \begin_inset space ~
24158 \end_inset
24159
24160 Optionen
24161 \family default
24162  der 
24163 \family sans
24164 Dokument-Einstellungen
24165 \family default
24166  
24167 \family sans
24168 AMS
24169 \begin_inset space ~
24170 \end_inset
24171
24172 Mathe
24173 \begin_inset space ~
24174 \end_inset
24175
24176 Paket
24177 \family default
24178
24179 \begin_inset space ~
24180 \end_inset
24181
24182
24183 \family sans
24184 verwenden
24185 \family default
24186  angekreuzt sein.
24187 \end_layout
24188
24189 \begin_layout Section
24190 Gleitobjekt-Nummerierung
24191 \begin_inset Index idx
24192 status collapsed
24193
24194 \begin_layout Plain Layout
24195 Gleitobjekte ! Nummerierung
24196 \end_layout
24197
24198 \end_inset
24199
24200
24201 \end_layout
24202
24203 \begin_layout Standard
24204 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24205  nummeriert oder nach dem Schema 
24206 \begin_inset Quotes gld
24207 \end_inset
24208
24209 Kapitelnummer.Gleitobjektnummer
24210 \begin_inset Quotes grd
24211 \end_inset
24212
24213  oder 
24214 \begin_inset Quotes gld
24215 \end_inset
24216
24217 Abschnittsnummer.Gleitobjektnummer
24218 \begin_inset Quotes grd
24219 \end_inset
24220
24221 .
24222  Das hängt von der Dokumentklasse ab.
24223 \end_layout
24224
24225 \begin_layout Standard
24226 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24227  in den LaTeX-Vorspann einfügen:
24228 \end_layout
24229
24230 \begin_layout Standard
24231
24232 \series bold
24233
24234 \backslash
24235 renewcommand{
24236 \backslash
24237 thetable}{
24238 \backslash
24239 roman{table}}
24240 \end_layout
24241
24242 \begin_layout Standard
24243
24244 \series bold
24245
24246 \backslash
24247 thetable
24248 \series default
24249  ist der Befehl, der die Tabellennummer druckt.
24250  Für Abbildungen ist das 
24251 \series bold
24252
24253 \backslash
24254 thefigure
24255 \series default
24256 .
24257  Der Befehl 
24258 \series bold
24259
24260 \backslash
24261 roman
24262 \series default
24263  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24264 \end_layout
24265
24266 \begin_layout Standard
24267 Um das Nummerierungsschema zum Beispiel auf 
24268 \begin_inset Quotes gld
24269 \end_inset
24270
24271 Unterabschnittsnummer.Num\SpecialChar \-
24272 mer
24273 \begin_inset Quotes grd
24274 \end_inset
24275
24276  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
24277 \end_layout
24278
24279 \begin_layout Standard
24280
24281 \series bold
24282
24283 \backslash
24284 numberwithin{table}{subsection}
24285 \end_layout
24286
24287 \begin_layout Standard
24288 Um den Befehl 
24289 \series bold
24290
24291 \backslash
24292 numberwithin
24293 \series default
24294  benutzen zu können, müssen Sie in den 
24295 \family sans
24296 Mathe
24297 \begin_inset space ~
24298 \end_inset
24299
24300 Optionen
24301 \family default
24302  der 
24303 \family sans
24304 Dokument-Einstellungen
24305 \family default
24306  
24307 \family sans
24308 AMS
24309 \begin_inset space ~
24310 \end_inset
24311
24312 Mathe
24313 \begin_inset space ~
24314 \end_inset
24315
24316 Paket
24317 \family default
24318
24319 \begin_inset space ~
24320 \end_inset
24321
24322
24323 \family sans
24324 verwenden
24325 \family default
24326  ankreuzen.
24327 \end_layout
24328
24329 \begin_layout Standard
24330 Sehen Sie sich bitte auch Abschnitt
24331 \begin_inset space ~
24332 \end_inset
24333
24334
24335 \begin_inset CommandInset ref
24336 LatexCommand ref
24337 reference "uab:Fußnoten-Nummerierung"
24338
24339 \end_inset
24340
24341  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24342 \end_layout
24343
24344 \begin_layout Section
24345 Auf Gleitobjekte verweisen
24346 \begin_inset CommandInset label
24347 LatexCommand label
24348 name "abs:Auf-Gleitobjekte-verweisen"
24349
24350 \end_inset
24351
24352
24353 \begin_inset Index idx
24354 status collapsed
24355
24356 \begin_layout Plain Layout
24357 Gleitobjekte ! Querverweise
24358 \end_layout
24359
24360 \end_inset
24361
24362
24363 \begin_inset Index idx
24364 status collapsed
24365
24366 \begin_layout Plain Layout
24367 Querverweise ! auf Gleitobjekte
24368 \end_layout
24369
24370 \end_inset
24371
24372
24373 \end_layout
24374
24375 \begin_layout Standard
24376 Zunächst müssen Sie mit 
24377 \family sans
24378 Einfügen\SpecialChar \menuseparator
24379 Marke
24380 \family default
24381  oder einen Klick auf 
24382 \family sans
24383
24384 \begin_inset Info
24385 type  "icon"
24386 arg   "label-insert"
24387 \end_inset
24388
24389
24390 \family default
24391  eine Marke im Titel einfügen.
24392  Im 
24393 \family sans
24394 Marke
24395 \family default
24396 -Dialog schreiben Sie einen Text in das Feld 
24397 \family sans
24398 Marke
24399 \family default
24400  oder übernehmen den vorgeschlagenen.
24401  Die Marke sieht in LyX dann so aus:
24402 \end_layout
24403
24404 \begin_layout Standard
24405 \begin_inset Graphics
24406         filename clipart/Marke.png
24407         lyxscale 80
24408         scale 50
24409         scaleBeforeRotation
24410
24411 \end_inset
24412
24413
24414 \end_layout
24415
24416 \begin_layout Standard
24417 Die Marke wird als Anker und Name für den Querverweis benutzt.
24418  Mit 
24419 \family sans
24420 Einfügen\SpecialChar \menuseparator
24421 Querverweis
24422 \family default
24423  oder einen Klick auf 
24424 \family sans
24425
24426 \begin_inset Info
24427 type  "icon"
24428 arg   "dialog-show-new-inset ref"
24429 \end_inset
24430
24431
24432 \family default
24433  können Sie dann auf die Marke verweisen.
24434  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
24435  angezeigt:
24436 \end_layout
24437
24438 \begin_layout Standard
24439 \begin_inset Graphics
24440         filename clipart/Querverweis.png
24441         lyxscale 80
24442         scale 50
24443         scaleBeforeRotation
24444
24445 \end_inset
24446
24447
24448 \begin_inset Newline newline
24449 \end_inset
24450
24451  Mehr zu Querverweisen finden Sie im 
24452 \emph on
24453 Benutzerhandbuch
24454 \emph default
24455 .
24456 \end_layout
24457
24458 \begin_layout Standard
24459 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24460  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24461  durch einen Zeilenumbruch getrennt werden können.
24462 \end_layout
24463
24464 \begin_layout Standard
24465 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24466  LyX passt die Querverweise automatisch an.
24467 \end_layout
24468
24469 \begin_layout Standard
24470 Ein Klick auf den Schalter 
24471 \family sans
24472 Gehe
24473 \begin_inset space ~
24474 \end_inset
24475
24476 zur
24477 \begin_inset space ~
24478 \end_inset
24479
24480 Marke
24481 \family default
24482  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24483  Der Text der Schaltfläche heißt jetzt 
24484 \family sans
24485 Gehe
24486 \begin_inset space ~
24487 \end_inset
24488
24489 zurück
24490 \family default
24491  und ein Klick darauf macht genau dies.
24492 \end_layout
24493
24494 \begin_layout Subsection
24495 Querverweis-Formate
24496 \begin_inset CommandInset label
24497 LatexCommand label
24498 name "uab:Querverweis-Formate"
24499
24500 \end_inset
24501
24502
24503 \begin_inset Index idx
24504 status collapsed
24505
24506 \begin_layout Plain Layout
24507 Querverweise ! Formate
24508 \end_layout
24509
24510 \end_inset
24511
24512
24513 \end_layout
24514
24515 \begin_layout Standard
24516 Es gibt sechs verschiedene Querverweisstile:
24517 \end_layout
24518
24519 \begin_layout Description
24520 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24521  
24522 \begin_inset CommandInset ref
24523 LatexCommand ref
24524 reference "abb:Zwei-Teilabbildungen"
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Description
24532 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24533  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24534  verwendet wird, speziell wenn der Name 
24535 \begin_inset Quotes gld
24536 \end_inset
24537
24538 Gleichung
24539 \begin_inset Quotes grd
24540 \end_inset
24541
24542  weggelassen wird: 
24543 \begin_inset CommandInset ref
24544 LatexCommand eqref
24545 reference "eq:Wgn"
24546
24547 \end_inset
24548
24549
24550 \end_layout
24551
24552 \begin_layout Description
24553 <Seite>: druckt die Seitennummer: Seite
24554 \begin_inset space ~
24555 \end_inset
24556
24557
24558 \begin_inset CommandInset ref
24559 LatexCommand pageref
24560 reference "abb:Zwei-Teilabbildungen"
24561
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \begin_layout Description
24568 auf
24569 \begin_inset space ~
24570 \end_inset
24571
24572 Seite
24573 \begin_inset space ~
24574 \end_inset
24575
24576 <Seite>: druckt den Text 
24577 \begin_inset Quotes gld
24578 \end_inset
24579
24580 auf Seite
24581 \begin_inset Quotes grd
24582 \end_inset
24583
24584  und die Seitennummer: 
24585 \begin_inset CommandInset ref
24586 LatexCommand vpageref
24587 reference "abb:Zwei-Teilabbildungen"
24588
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \begin_layout Description
24595 <Querverweis>
24596 \begin_inset space ~
24597 \end_inset
24598
24599 auf
24600 \begin_inset space ~
24601 \end_inset
24602
24603 Seite
24604 \begin_inset space ~
24605 \end_inset
24606
24607 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
24608 \begin_inset Quotes gld
24609 \end_inset
24610
24611 auf Seite
24612 \begin_inset Quotes grd
24613 \end_inset
24614
24615 , und die Seitennummer: 
24616 \begin_inset CommandInset ref
24617 LatexCommand vref
24618 reference "abb:Zwei-Teilabbildungen"
24619
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \begin_layout Description
24626 Formatierter
24627 \begin_inset space ~
24628 \end_inset
24629
24630 Querverweis: druckt ein selbst definiertes Querverweisformat
24631 \begin_inset Newline newline
24632 \end_inset
24633
24634
24635 \begin_inset Note Greyedout
24636 status open
24637
24638 \begin_layout Plain Layout
24639
24640 \series bold
24641 Bemerkung:
24642 \series default
24643  Dies ist nur möglich, wenn das LaTeX-Paket 
24644 \series bold
24645 prettyref
24646 \series default
24647  oder 
24648 \series bold
24649 refstyle
24650 \series default
24651
24652 \begin_inset Index idx
24653 status collapsed
24654
24655 \begin_layout Plain Layout
24656 LaTeX-Pakete ! prettyref
24657 \end_layout
24658
24659 \end_inset
24660
24661
24662 \begin_inset Index idx
24663 status collapsed
24664
24665 \begin_layout Plain Layout
24666 LaTeX-Pakete ! refstyle
24667 \end_layout
24668
24669 \end_inset
24670
24671  installiert ist.
24672 \end_layout
24673
24674 \end_inset
24675
24676
24677 \begin_inset Newline newline
24678 \end_inset
24679
24680 Sie können duch setzen der Option 
24681 \family sans
24682 Verwende refstyle (nicht prettyref) für Querverweise
24683 \family default
24684  im Menü 
24685 \family sans
24686 Dokument\SpecialChar \menuseparator
24687 Einstellungen\SpecialChar \menuseparator
24688 Dokumentklasse
24689 \family default
24690  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
24691  Das Format wird definiert, indem man den Befehl 
24692 \series bold
24693
24694 \backslash
24695 newrefformat
24696 \series default
24697  (prettyref) oder 
24698 \series bold
24699
24700 \backslash
24701 newref
24702 \series default
24703  (refstyle) in den LaTeX-Vorspann einfügt.
24704  Z.
24705 \begin_inset space \thinspace{}
24706 \end_inset
24707
24708 B.
24709  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
24710  
24711 \begin_inset Quotes eld
24712 \end_inset
24713
24714
24715 \family sans
24716 abb
24717 \family default
24718
24719 \begin_inset Quotes erd
24720 \end_inset
24721
24722 ) mit dem Befehle
24723 \begin_inset Newline newline
24724 \end_inset
24725
24726
24727 \series bold
24728
24729 \backslash
24730 newref{abb}{refcmd={Bild auf Seite 
24731 \backslash
24732 pageref{#1}}}
24733 \series default
24734
24735 \begin_inset Newline newline
24736 \end_inset
24737
24738 geändert werden.
24739  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
24740 en verwiesen, 
24741 \begin_inset CommandInset citation
24742 LatexCommand cite
24743 key "prettyref,refstyle"
24744
24745 \end_inset
24746
24747 .
24748 \end_layout
24749
24750 \begin_layout Description
24751 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
24752 \begin_inset CommandInset ref
24753 LatexCommand nameref
24754 reference "abb:Zwei-Teilabbildungen"
24755
24756 \end_inset
24757
24758
24759 \end_layout
24760
24761 \begin_layout Standard
24762
24763 \family sans
24764 <Seite>
24765 \family default
24766  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
24767  vorherigen, der selben oder der nächsten Seite befindet.
24768  Stattdessen wird z.
24769 \begin_inset space \thinspace{}
24770 \end_inset
24771
24772 B.
24773  der Text 
24774 \begin_inset Quotes gld
24775 \end_inset
24776
24777
24778 \family sans
24779 auf dieser Seite
24780 \family default
24781
24782 \begin_inset Quotes grd
24783 \end_inset
24784
24785  gedruckt.
24786  Der Stil 
24787 \family sans
24788 <Querverweis>
24789 \begin_inset space ~
24790 \end_inset
24791
24792 auf
24793 \begin_inset space ~
24794 \end_inset
24795
24796 Seite
24797 \begin_inset space ~
24798 \end_inset
24799
24800 <Seite>
24801 \family default
24802  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
24803  Seite ist.
24804 \end_layout
24805
24806 \begin_layout Standard
24807 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
24808  automatisch von LaTeX berechnet.
24809  Die Stile können im Feld 
24810 \family sans
24811 Format
24812 \family default
24813  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
24814  einen Querverweis klicken.
24815 \end_layout
24816
24817 \begin_layout Standard
24818 \begin_inset Note Greyedout
24819 status open
24820
24821 \begin_layout Plain Layout
24822
24823 \series bold
24824 Bemerkung:
24825 \series default
24826  Es wird empfohlen, das LaTeX-Paket 
24827 \series bold
24828 refstyle
24829 \series default
24830
24831 \begin_inset Index idx
24832 status collapsed
24833
24834 \begin_layout Plain Layout
24835 LaTeX-Pakete ! refstyle
24836 \end_layout
24837
24838 \end_inset
24839
24840  zu verwenden, da 
24841 \series bold
24842 prettyref
24843 \series default
24844
24845 \begin_inset Index idx
24846 status collapsed
24847
24848 \begin_layout Plain Layout
24849 LaTeX-Pakete ! prettyref
24850 \end_layout
24851
24852 \end_inset
24853
24854  nicht alle möglichen LyX Marken-Kürzel
24855 \begin_inset Foot
24856 status collapsed
24857
24858 \begin_layout Plain Layout
24859  
24860 \begin_inset Quotes gld
24861 \end_inset
24862
24863 abb:
24864 \begin_inset Quotes grd
24865 \end_inset
24866
24867  ist z.
24868 \begin_inset space \thinspace{}
24869 \end_inset
24870
24871 B.
24872  LyXs Kürzel für Marken in Bildbeschriftungen.
24873 \end_layout
24874
24875 \end_inset
24876
24877  kennt und auch nicht internationalisiert ist.
24878 \end_layout
24879
24880 \end_inset
24881
24882
24883 \end_layout
24884
24885 \begin_layout Subsection
24886 Automatische Querverweisnamen
24887 \begin_inset Index idx
24888 status collapsed
24889
24890 \begin_layout Plain Layout
24891 Querverweise ! Automatische Namen 
24892 \end_layout
24893
24894 \end_inset
24895
24896
24897 \end_layout
24898
24899 \begin_layout Standard
24900 Das LaTeX-Paket 
24901 \series bold
24902 hyperref
24903 \series default
24904
24905 \begin_inset Index idx
24906 status collapsed
24907
24908 \begin_layout Plain Layout
24909 LaTeX-Pakete ! hyperref
24910 \end_layout
24911
24912 \end_inset
24913
24914 , das in den
24915 \family sans
24916  PDF-Eigenschaften
24917 \family default
24918  im 
24919 \family sans
24920 Dokument-Einstellungen
24921 \family default
24922  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
24923  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
24924  wie 
24925 \emph on
24926 Abschnitt
24927 \emph default
24928 ).
24929  Sie müssen damit z.
24930 \begin_inset space \thinspace{}
24931 \end_inset
24932
24933 B.
24934  nicht mehr den Namen 
24935 \begin_inset Quotes gld
24936 \end_inset
24937
24938 Abbildung
24939 \begin_inset Quotes grd
24940 \end_inset
24941
24942  vor jeden Querverweis auf eine Abbildung schreiben.
24943  Um diese Funktion benutzen zu können, aktivieren Sie 
24944 \series bold
24945 hyperref
24946 \series default
24947  und fügen diese Zeile in den LaTeX-Vorspann ein:
24948 \end_layout
24949
24950 \begin_layout Standard
24951
24952 \series bold
24953
24954 \backslash
24955 AtBeginDocument{
24956 \backslash
24957 renewcommand{
24958 \backslash
24959 ref}[1]{
24960 \backslash
24961 mbox{
24962 \backslash
24963 autoref{#1}}}}
24964 \end_layout
24965
24966 \begin_layout Standard
24967 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
24968 \begin_inset space \thinspace{}
24969 \end_inset
24970
24971 B.
24972  statt 
24973 \begin_inset Quotes gld
24974 \end_inset
24975
24976 Abschnitt
24977 \begin_inset Quotes grd
24978 \end_inset
24979
24980  den Namen 
24981 \begin_inset Quotes gld
24982 \end_inset
24983
24984 Kap.
24985 \begin_inset space \thinspace{}
24986 \end_inset
24987
24988
24989 \begin_inset Quotes grd
24990 \end_inset
24991
24992 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
24993 \end_layout
24994
24995 \begin_layout Standard
24996
24997 \series bold
24998
24999 \backslash
25000 addto
25001 \backslash
25002 extrasngerman{
25003 \backslash
25004 renewcommand{
25005 \backslash
25006 sectionautorefname}
25007 \begin_inset Newline newline
25008 \end_inset
25009
25010
25011 \begin_inset Phantom HPhantom
25012 status open
25013
25014 \begin_layout Plain Layout
25015
25016 \series bold
25017 \begin_inset space ~
25018 \end_inset
25019
25020
25021 \end_layout
25022
25023 \end_inset
25024
25025 {Kap.
25026 \backslash
25027 negthinspace}}
25028 \end_layout
25029
25030 \begin_layout Standard
25031 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25032 \begin_inset Newline newline
25033 \end_inset
25034
25035
25036 \series bold
25037
25038 \backslash
25039 extrasngerman
25040 \series default
25041  durch 
25042 \series bold
25043
25044 \backslash
25045 extras***
25046 \series default
25047 , wobei *** der Name der verwendeten Sprache ist.
25048 \end_layout
25049
25050 \begin_layout Standard
25051 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25052  z.
25053 \begin_inset space \thinspace{}
25054 \end_inset
25055
25056 B.
25057  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25058 \end_layout
25059
25060 \begin_layout Standard
25061
25062 \series bold
25063
25064 \backslash
25065 addto
25066 \backslash
25067 extrasngerman{
25068 \backslash
25069 renewcommand*{
25070 \backslash
25071 equationautorefname}[1]{}}
25072 \end_layout
25073
25074 \begin_layout Standard
25075 Mehr über dieses Thema finden Sie in der 
25076 \series bold
25077 hyperref
25078 \series default
25079 -Dokumentation 
25080 \begin_inset CommandInset citation
25081 LatexCommand cite
25082 key "hyperref"
25083
25084 \end_inset
25085
25086 .
25087 \end_layout
25088
25089 \begin_layout Standard
25090 \begin_inset Note Greyedout
25091 status open
25092
25093 \begin_layout Plain Layout
25094
25095 \series bold
25096 Bemerkung:
25097 \series default
25098  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25099  als Querverweisstil 
25100 \family sans
25101 Formatierter
25102 \begin_inset space ~
25103 \end_inset
25104
25105 Querverweis
25106 \family default
25107  benutzen, wie in Abschnitt
25108 \begin_inset space ~
25109 \end_inset
25110
25111
25112 \begin_inset CommandInset ref
25113 LatexCommand ref
25114 reference "uab:Querverweis-Formate"
25115
25116 \end_inset
25117
25118  beschrieben.
25119 \end_layout
25120
25121 \end_inset
25122
25123
25124 \end_layout
25125
25126 \begin_layout Standard
25127 Das 
25128 \emph on
25129 Mathe
25130 \emph default
25131  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25132 \end_layout
25133
25134 \begin_layout Subsection
25135 Querverweis-Position
25136 \begin_inset CommandInset label
25137 LatexCommand label
25138 name "uab:Querverweis-Position"
25139
25140 \end_inset
25141
25142
25143 \begin_inset Index idx
25144 status collapsed
25145
25146 \begin_layout Plain Layout
25147 Querverweise !  Position
25148 \end_layout
25149
25150 \end_inset
25151
25152
25153 \end_layout
25154
25155 \begin_layout Standard
25156 Wenn Sie 
25157 \series bold
25158 hyperref
25159 \series default
25160
25161 \begin_inset Index idx
25162 status collapsed
25163
25164 \begin_layout Plain Layout
25165 LaTeX-Pakete ! hyperref
25166 \end_layout
25167
25168 \end_inset
25169
25170  in den
25171 \family sans
25172  PDF-Eigenschaften
25173 \family default
25174  im 
25175 \family sans
25176 Dokument-Einstellungen
25177 \family default
25178  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25179  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25180  und Sie werden das Bild ohne Scrollen nicht sehen.
25181  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25182  ist.
25183  Wenn Sie das  LaTeX-Paket 
25184 \series bold
25185 hypcap
25186 \series default
25187
25188 \begin_inset Index idx
25189 status collapsed
25190
25191 \begin_layout Plain Layout
25192 LaTeX-Pakete ! hypcap
25193 \end_layout
25194
25195 \end_inset
25196
25197 , das Teil des LaTeX-Pakets 
25198 \series bold
25199 oberdiek
25200 \series default
25201
25202 \begin_inset Index idx
25203 status collapsed
25204
25205 \begin_layout Plain Layout
25206 LaTeX-Pakete ! oberdiek
25207 \end_layout
25208
25209 \end_inset
25210
25211  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25212  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
25213 \series bold
25214 hypcap
25215 \series default
25216  zunächst in den LaTeX-Vorspann laden:
25217 \end_layout
25218
25219 \begin_layout Standard
25220
25221 \series bold
25222
25223 \backslash
25224 usepackage[figure]{hypcap}
25225 \end_layout
25226
25227 \begin_layout Standard
25228 Sie können 
25229 \series bold
25230 hypcap
25231 \series default
25232  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25233  nicht empfohlen.
25234  Weitere Informationen finden Sie im
25235 \series bold
25236  hypcap
25237 \series default
25238 -Handbuch 
25239 \begin_inset CommandInset citation
25240 LatexCommand cite
25241 key "hypcap"
25242
25243 \end_inset
25244
25245 .
25246 \end_layout
25247
25248 \begin_layout Standard
25249 \begin_inset Note Greyedout
25250 status open
25251
25252 \begin_layout Plain Layout
25253
25254 \series bold
25255 Bemerkung:
25256 \series default
25257  
25258 \series bold
25259 hypcap
25260 \series medium
25261  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25262 \end_layout
25263
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \begin_layout Section
25270 Gleitobjekt-Platzierung
25271 \begin_inset CommandInset label
25272 LatexCommand label
25273 name "abs:Gleitobjekt-Platzierung"
25274
25275 \end_inset
25276
25277
25278 \begin_inset Index idx
25279 status collapsed
25280
25281 \begin_layout Plain Layout
25282 Gleitobjekte ! Platzierung
25283 \end_layout
25284
25285 \end_inset
25286
25287
25288 \end_layout
25289
25290 \begin_layout Standard
25291 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25292 \family sans
25293 Einstellungen 
25294 \family default
25295 öffnet einen Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzieru
25296 ng ändern können.
25297 \begin_inset Newline newline
25298 \end_inset
25299
25300 Die Option 
25301 \family sans
25302 Spalten
25303 \begin_inset space ~
25304 \end_inset
25305
25306 überspannen
25307 \family default
25308  ist nur bei zweispaltigen Dokumenten sinnvoll.
25309  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25310 \begin_inset Newline newline
25311 \end_inset
25312
25313 Die Option 
25314 \family sans
25315 Seitwärts
25316 \begin_inset space ~
25317 \end_inset
25318
25319 drehen
25320 \family default
25321  ist in Abschnitt 
25322 \begin_inset CommandInset ref
25323 LatexCommand ref
25324 reference "abs:Gedrehte-Gleitobjekte"
25325
25326 \end_inset
25327
25328  beschrieben.
25329 \end_layout
25330
25331 \begin_layout Standard
25332 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25333  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25334  Sie die Option 
25335 \family sans
25336 Standard-Platzierung
25337 \begin_inset space ~
25338 \end_inset
25339
25340 verwenden
25341 \family default
25342  nicht verwenden:
25343 \end_layout
25344
25345 \begin_layout Description
25346 Hier
25347 \begin_inset space ~
25348 \end_inset
25349
25350 wenn
25351 \begin_inset space ~
25352 \end_inset
25353
25354 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25355 \end_layout
25356
25357 \begin_layout Description
25358 Anfang
25359 \begin_inset space ~
25360 \end_inset
25361
25362 der
25363 \begin_inset space ~
25364 \end_inset
25365
25366 Seite
25367 \family sans
25368  
25369 \family default
25370 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25371  Gleitobjekte, die maximal 70
25372 \begin_inset space \thinspace{}
25373 \end_inset
25374
25375 % einer Seite benötigen, dürfen oben platziert werden.
25376  Dies kann durch die Variable 
25377 \series bold
25378
25379 \backslash
25380 topfraction
25381 \series default
25382  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
25383 \end_layout
25384
25385 \begin_deeper
25386 \begin_layout Standard
25387
25388 \series bold
25389
25390 \backslash
25391 renewcommand{
25392 \backslash
25393 topfraction}{0.9}
25394 \family typewriter
25395 \series default
25396  
25397 \end_layout
25398
25399 \end_deeper
25400 \begin_layout Description
25401 Ende
25402 \begin_inset space ~
25403 \end_inset
25404
25405 der
25406 \begin_inset space ~
25407 \end_inset
25408
25409 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25410  Gleitobjekte, die maximal 30
25411 \begin_inset space \thinspace{}
25412 \end_inset
25413
25414 % einer Seite benötigen, dürfen unten platziert werden.
25415  Dies kann durch die Variable 
25416 \series bold
25417
25418 \backslash
25419 bottomfraction
25420 \series default
25421  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
25422 \end_layout
25423
25424 \begin_deeper
25425 \begin_layout Standard
25426
25427 \series bold
25428
25429 \backslash
25430 renewcommand{
25431 \backslash
25432 bottomfraction}{0.5}
25433 \end_layout
25434
25435 \begin_layout Standard
25436 die oftmals zu kleine untere Grenze auf 50
25437 \begin_inset space \thinspace{}
25438 \end_inset
25439
25440 %.
25441 \end_layout
25442
25443 \end_deeper
25444 \begin_layout Description
25445 Seite
25446 \begin_inset space ~
25447 \end_inset
25448
25449 mit
25450 \begin_inset space ~
25451 \end_inset
25452
25453 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25454  Nur wenn mehr als 50
25455 \begin_inset space \thinspace{}
25456 \end_inset
25457
25458 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25459  Gleitobjekte bereitgestellt.
25460  Dies kann durch die Variable 
25461 \series bold
25462
25463 \backslash
25464 floatpagefraction 
25465 \series default
25466 im LaTeX-Vorspann überschrieben werden.
25467 \end_layout
25468
25469 \begin_layout Standard
25470 Die Reihenfolge der obigen Optionen wird 
25471 \emph on
25472 immer
25473 \emph default
25474  von LaTeX verwendet.
25475  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
25476  versuchen 
25477 \family sans
25478 Hier
25479 \begin_inset space \space{}
25480 \end_inset
25481
25482 wenn
25483 \begin_inset space \space{}
25484 \end_inset
25485
25486 möglich
25487 \family default
25488 , dann 
25489 \family sans
25490 Anfang
25491 \begin_inset space ~
25492 \end_inset
25493
25494 der
25495 \begin_inset space ~
25496 \end_inset
25497
25498 Seite
25499 \family default
25500  und dann die anderen Optionen anzuwenden.
25501  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
25502  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
25503  Reihenfolge.
25504  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25505 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25506 \end_layout
25507
25508 \begin_layout Standard
25509 Die Option 
25510 \family sans
25511 Hier,
25512 \begin_inset space ~
25513 \end_inset
25514
25515 auf
25516 \begin_inset space ~
25517 \end_inset
25518
25519 jeden
25520 \begin_inset space ~
25521 \end_inset
25522
25523 Fall
25524 \family default
25525  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25526  fast druckreif ist.
25527  Denn mit der Option kann das Objekt nicht mehr 
25528 \emph on
25529 gleiten
25530 \emph default
25531 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25532  oftmals zerstört.
25533 \end_layout
25534
25535 \begin_layout Standard
25536 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25537  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25538 \begin_inset VSpace bigskip
25539 \end_inset
25540
25541
25542 \end_layout
25543
25544 \begin_layout Standard
25545 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25546 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25547  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25548  Das kann mit dem LaTeX-Befehl
25549 \series bold
25550  
25551 \backslash
25552 suppressfloats
25553 \series default
25554  verhindert werden.
25555  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25556  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25557  gesetzt wird.
25558  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
25559 \end_layout
25560
25561 \begin_layout Standard
25562
25563 \series bold
25564
25565 \backslash
25566 let
25567 \backslash
25568 meinAbschnitt
25569 \backslash
25570 section
25571 \begin_inset Newline newline
25572 \end_inset
25573
25574
25575 \backslash
25576 renewcommand{
25577 \backslash
25578 section}{
25579 \backslash
25580 suppressfloats[t]
25581 \backslash
25582 meinAbschnitt}
25583 \end_layout
25584
25585 \begin_layout Standard
25586 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
25587  Unterabschnitten festlegen.
25588  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
25589  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
25590 \end_layout
25591
25592 \begin_layout Standard
25593 Es gibt auch noch das LaTeX-Paket 
25594 \series bold
25595 flafter
25596 \series default
25597
25598 \begin_inset Index idx
25599 status collapsed
25600
25601 \begin_layout Plain Layout
25602 LaTeX-Pakete ! flafter
25603 \end_layout
25604
25605 \end_inset
25606
25607  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
25608  gedruckt wird.
25609 \end_layout
25610
25611 \begin_layout Standard
25612 \begin_inset VSpace bigskip
25613 \end_inset
25614
25615 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
25616  Dafür gibt es das LaTeX-Paket 
25617 \series bold
25618 endfloat
25619 \series default
25620
25621 \begin_inset Index idx
25622 status collapsed
25623
25624 \begin_layout Plain Layout
25625 LaTeX-Pakete ! endfloat
25626 \end_layout
25627
25628 \end_inset
25629
25630 .
25631  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
25632  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
25633  
25634 \family sans
25635
25636 \begin_inset Quotes gld
25637 \end_inset
25638
25639 [Abbildung
25640 \begin_inset space ~
25641 \end_inset
25642
25643 3.2 ist ungefähr hier.]
25644 \family default
25645
25646 \begin_inset Quotes grd
25647 \end_inset
25648
25649  finden.
25650  Das 
25651 \series bold
25652 endfloat
25653 \series default
25654 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
25655 \end_layout
25656
25657 \begin_layout Standard
25658
25659 \series bold
25660
25661 \backslash
25662 usepackage[Optionen]{endfloat}
25663 \end_layout
25664
25665 \begin_layout Standard
25666 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
25667  Tabellen-Abschnitte, die Sie in der 
25668 \series bold
25669 endfloat
25670 \series default
25671 -Dokumentation 
25672 \begin_inset CommandInset citation
25673 LatexCommand cite
25674 key "endfloat"
25675
25676 \end_inset
25677
25678  nachlesen können.
25679 \begin_inset Newline newline
25680 \end_inset
25681
25682
25683 \begin_inset Note Greyedout
25684 status open
25685
25686 \begin_layout Plain Layout
25687
25688 \series bold
25689 Bemerkung
25690 \begin_inset space ~
25691 \end_inset
25692
25693 1: endfloat
25694 \series default
25695  übersetzt den Hinweistext nicht automatisch.
25696  Abschnitt
25697 \begin_inset space ~
25698 \end_inset
25699
25700 4 in 
25701 \begin_inset CommandInset citation
25702 LatexCommand cite
25703 key "endfloat"
25704
25705 \end_inset
25706
25707  beschreibt, wie es geht.
25708 \end_layout
25709
25710 \end_inset
25711
25712
25713 \end_layout
25714
25715 \begin_layout Standard
25716 \begin_inset Note Greyedout
25717 status open
25718
25719 \begin_layout Plain Layout
25720
25721 \series bold
25722 Bemerkung
25723 \begin_inset space ~
25724 \end_inset
25725
25726 2: 
25727 \series default
25728 Die aktuelle Version von 
25729 \series bold
25730 endfloat
25731 \series default
25732  hat einen Fehler, wenn die Überschrift ein 
25733 \begin_inset Quotes gld
25734 \end_inset
25735
25736 ß
25737 \begin_inset Quotes grd
25738 \end_inset
25739
25740  enthält.
25741  Sie müssen stattdessen den Befehl 
25742 \series bold
25743
25744 \backslash
25745 ss
25746 \series default
25747  als TeX-Code benutzen.
25748 \end_layout
25749
25750 \end_inset
25751
25752
25753 \end_layout
25754
25755 \begin_layout Standard
25756 \begin_inset VSpace bigskip
25757 \end_inset
25758
25759 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
25760  wie 
25761 \begin_inset CommandInset citation
25762 LatexCommand cite
25763 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25764
25765 \end_inset
25766
25767 .
25768 \end_layout
25769
25770 \begin_layout Section
25771 Gedrehte Gleitobjekte
25772 \begin_inset CommandInset label
25773 LatexCommand label
25774 name "abs:Gedrehte-Gleitobjekte"
25775
25776 \end_inset
25777
25778
25779 \begin_inset Index idx
25780 status collapsed
25781
25782 \begin_layout Plain Layout
25783 Gleitobjekte ! drehen
25784 \end_layout
25785
25786 \end_inset
25787
25788
25789 \end_layout
25790
25791 \begin_layout Standard
25792 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
25793 t drehen.
25794  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
25795  und die Option 
25796 \family sans
25797 Seitwärts
25798 \begin_inset space ~
25799 \end_inset
25800
25801 drehen
25802 \family default
25803  wählen.
25804 \end_layout
25805
25806 \begin_layout Standard
25807 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
25808  sie ein mehrspaltiges Dokument haben) gedruckt.
25809  Sie können mehrere Spalten überspannen, wenn die Option 
25810 \family sans
25811 Spalten
25812 \begin_inset space ~
25813 \end_inset
25814
25815 überspannen
25816 \family default
25817  in den Gleitobjekt Einstellungen gewählt ist.
25818  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
25819  werden können.
25820  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
25821  Option 
25822 \series bold
25823 figuresleft
25824 \series default
25825  oder 
25826 \series bold
25827 figuresright
25828 \series default
25829  zu den Dokumentklassen-Optionen hinzu.
25830 \end_layout
25831
25832 \begin_layout Standard
25833 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
25834  Tabelle
25835 \begin_inset space ~
25836 \end_inset
25837
25838
25839 \begin_inset CommandInset ref
25840 LatexCommand ref
25841 reference "tab:Gedrehte-Tabelle"
25842
25843 \end_inset
25844
25845  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
25846 \end_layout
25847
25848 \begin_layout Standard
25849 \begin_inset Note Greyedout
25850 status open
25851
25852 \begin_layout Plain Layout
25853
25854 \series bold
25855 Bemerkung:
25856 \series default
25857  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
25858 \end_layout
25859
25860 \end_inset
25861
25862
25863 \end_layout
25864
25865 \begin_layout Standard
25866 \begin_inset Float table
25867 wide false
25868 sideways true
25869 status open
25870
25871 \begin_layout Plain Layout
25872 \begin_inset Caption
25873
25874 \begin_layout Plain Layout
25875 \begin_inset CommandInset label
25876 LatexCommand label
25877 name "tab:Gedrehte-Tabelle"
25878
25879 \end_inset
25880
25881 Gedrehte Tabelle
25882 \end_layout
25883
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \begin_layout Plain Layout
25890 \align center
25891 \begin_inset Tabular
25892 <lyxtabular version="3" rows="1" columns="5">
25893 <features tabularvalignment="middle">
25894 <column alignment="center" valignment="top" width="0">
25895 <column alignment="center" valignment="top" width="0">
25896 <column alignment="center" valignment="top" width="0">
25897 <column alignment="center" valignment="top" width="0">
25898 <column alignment="center" valignment="top" width="0">
25899 <row>
25900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25901 \begin_inset Text
25902
25903 \begin_layout Plain Layout
25904 Test
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25910 \begin_inset Text
25911
25912 \begin_layout Plain Layout
25913 b
25914 \end_layout
25915
25916 \end_inset
25917 </cell>
25918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25919 \begin_inset Text
25920
25921 \begin_layout Plain Layout
25922 c
25923 \end_layout
25924
25925 \end_inset
25926 </cell>
25927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25928 \begin_inset Text
25929
25930 \begin_layout Plain Layout
25931 d
25932 \end_layout
25933
25934 \end_inset
25935 </cell>
25936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25937 \begin_inset Text
25938
25939 \begin_layout Plain Layout
25940 e
25941 \end_layout
25942
25943 \end_inset
25944 </cell>
25945 </row>
25946 </lyxtabular>
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \end_layout
25957
25958 \begin_layout Section
25959 Untergleitobjekte
25960 \begin_inset Index idx
25961 status collapsed
25962
25963 \begin_layout Plain Layout
25964 Gleitobjekte ! Untergleitobjekte
25965 \end_layout
25966
25967 \end_inset
25968
25969
25970 \end_layout
25971
25972 \begin_layout Standard
25973 Untergleitobjekte werden z.
25974 \begin_inset space \thinspace{}
25975 \end_inset
25976
25977 B.
25978  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
25979  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
25980  eingefügt wird.
25981  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
25982  in Tabelle
25983 \begin_inset space ~
25984 \end_inset
25985
25986
25987 \begin_inset CommandInset ref
25988 LatexCommand ref
25989 reference "tab:Untertabellen-nebeneinander"
25990
25991 \end_inset
25992
25993  und 
25994 \begin_inset CommandInset ref
25995 LatexCommand ref
25996 reference "tab:Untertabellen-übereinander"
25997
25998 \end_inset
25999
26000 .
26001 \end_layout
26002
26003 \begin_layout Standard
26004 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26005 \begin_inset space ~
26006 \end_inset
26007
26008
26009 \begin_inset CommandInset ref
26010 LatexCommand ref
26011 reference "tab:Untertabelle-a"
26012
26013 \end_inset
26014
26015  und 
26016 \begin_inset CommandInset ref
26017 LatexCommand ref
26018 reference "tab:Untertabelle-b"
26019
26020 \end_inset
26021
26022  sind Untertabellen von Tabelle
26023 \begin_inset space ~
26024 \end_inset
26025
26026
26027 \begin_inset CommandInset ref
26028 LatexCommand ref
26029 reference "tab:Untertabellen-nebeneinander"
26030
26031 \end_inset
26032
26033 .
26034 \end_layout
26035
26036 \begin_layout Standard
26037 \begin_inset Float table
26038 wide false
26039 sideways false
26040 status open
26041
26042 \begin_layout Plain Layout
26043 \begin_inset Caption
26044
26045 \begin_layout Plain Layout
26046 \begin_inset CommandInset label
26047 LatexCommand label
26048 name "tab:Untertabellen-nebeneinander"
26049
26050 \end_inset
26051
26052 Zwei Untertabellen nebeneinander.
26053 \end_layout
26054
26055 \end_inset
26056
26057
26058 \end_layout
26059
26060 \begin_layout Plain Layout
26061 \align center
26062 \begin_inset space \hfill{}
26063 \end_inset
26064
26065
26066 \begin_inset Float table
26067 wide false
26068 sideways false
26069 status collapsed
26070
26071 \begin_layout Plain Layout
26072 \begin_inset Caption
26073
26074 \begin_layout Plain Layout
26075 \begin_inset CommandInset label
26076 LatexCommand label
26077 name "tab:Untertabelle-a"
26078
26079 \end_inset
26080
26081 Dies ist Untertabelle a.
26082 \end_layout
26083
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \begin_layout Plain Layout
26090 \align center
26091 \begin_inset Tabular
26092 <lyxtabular version="3" rows="1" columns="5">
26093 <features tabularvalignment="middle">
26094 <column alignment="center" valignment="top" width="0">
26095 <column alignment="center" valignment="top" width="0">
26096 <column alignment="center" valignment="top" width="0">
26097 <column alignment="center" valignment="top" width="0">
26098 <column alignment="center" valignment="top" width="0">
26099 <row>
26100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26101 \begin_inset Text
26102
26103 \begin_layout Plain Layout
26104 Test
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 b
26114 \end_layout
26115
26116 \end_inset
26117 </cell>
26118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Plain Layout
26122 c
26123 \end_layout
26124
26125 \end_inset
26126 </cell>
26127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26128 \begin_inset Text
26129
26130 \begin_layout Plain Layout
26131 d
26132 \end_layout
26133
26134 \end_inset
26135 </cell>
26136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26137 \begin_inset Text
26138
26139 \begin_layout Plain Layout
26140 e
26141 \end_layout
26142
26143 \end_inset
26144 </cell>
26145 </row>
26146 </lyxtabular>
26147
26148 \end_inset
26149
26150
26151 \end_layout
26152
26153 \end_inset
26154
26155
26156 \begin_inset space \hfill{}
26157 \end_inset
26158
26159
26160 \begin_inset Float table
26161 wide false
26162 sideways false
26163 status collapsed
26164
26165 \begin_layout Plain Layout
26166 \begin_inset Caption
26167
26168 \begin_layout Plain Layout
26169 \begin_inset CommandInset label
26170 LatexCommand label
26171 name "tab:Untertabelle-b"
26172
26173 \end_inset
26174
26175 Dies ist Untertabelle b.
26176 \end_layout
26177
26178 \end_inset
26179
26180
26181 \end_layout
26182
26183 \begin_layout Plain Layout
26184 \align center
26185 \begin_inset Tabular
26186 <lyxtabular version="3" rows="1" columns="5">
26187 <features tabularvalignment="middle">
26188 <column alignment="center" valignment="top" width="0">
26189 <column alignment="center" valignment="top" width="0">
26190 <column alignment="center" valignment="top" width="0">
26191 <column alignment="center" valignment="top" width="0">
26192 <column alignment="center" valignment="top" width="0">
26193 <row>
26194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 e
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207 d
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Plain Layout
26216 c
26217 \end_layout
26218
26219 \end_inset
26220 </cell>
26221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Plain Layout
26225 b
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234 Test
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 </row>
26240 </lyxtabular>
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \end_inset
26248
26249
26250 \begin_inset space \hfill{}
26251 \end_inset
26252
26253
26254 \end_layout
26255
26256 \end_inset
26257
26258
26259 \end_layout
26260
26261 \begin_layout Standard
26262 \begin_inset Float table
26263 wide false
26264 sideways false
26265 status open
26266
26267 \begin_layout Plain Layout
26268 \begin_inset Caption
26269
26270 \begin_layout Plain Layout
26271 \begin_inset CommandInset label
26272 LatexCommand label
26273 name "tab:Untertabellen-übereinander"
26274
26275 \end_inset
26276
26277 Zwei Untertabellen übereinander.
26278  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26279 \end_layout
26280
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \begin_layout Plain Layout
26287 \align center
26288 \begin_inset Float table
26289 wide false
26290 sideways false
26291 status collapsed
26292
26293 \begin_layout Plain Layout
26294 \begin_inset Caption
26295
26296 \begin_layout Plain Layout
26297
26298 \end_layout
26299
26300 \end_inset
26301
26302
26303 \end_layout
26304
26305 \begin_layout Plain Layout
26306 \align center
26307 \begin_inset Tabular
26308 <lyxtabular version="3" rows="1" columns="4">
26309 <features tabularvalignment="middle">
26310 <column alignment="center" valignment="top" width="0">
26311 <column alignment="center" valignment="top" width="0">
26312 <column alignment="center" valignment="top" width="0">
26313 <column alignment="center" valignment="top" width="0">
26314 <row>
26315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26316 \begin_inset Text
26317
26318 \begin_layout Plain Layout
26319 Test
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328 Test
26329 \end_layout
26330
26331 \end_inset
26332 </cell>
26333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26334 \begin_inset Text
26335
26336 \begin_layout Plain Layout
26337 Test
26338 \end_layout
26339
26340 \end_inset
26341 </cell>
26342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26343 \begin_inset Text
26344
26345 \begin_layout Plain Layout
26346 Test
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 </row>
26352 </lyxtabular>
26353
26354 \end_inset
26355
26356
26357 \end_layout
26358
26359 \end_inset
26360
26361
26362 \end_layout
26363
26364 \begin_layout Plain Layout
26365 \align center
26366 \begin_inset Float table
26367 wide false
26368 sideways false
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372 \begin_inset Caption
26373
26374 \begin_layout Plain Layout
26375
26376 \end_layout
26377
26378 \end_inset
26379
26380
26381 \end_layout
26382
26383 \begin_layout Plain Layout
26384 \align center
26385 \begin_inset Tabular
26386 <lyxtabular version="3" rows="1" columns="5">
26387 <features tabularvalignment="middle">
26388 <column alignment="center" valignment="top" width="0">
26389 <column alignment="center" valignment="top" width="0">
26390 <column alignment="center" valignment="top" width="0">
26391 <column alignment="center" valignment="top" width="0">
26392 <column alignment="center" valignment="top" width="0">
26393 <row>
26394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26395 \begin_inset Text
26396
26397 \begin_layout Plain Layout
26398 a
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26404 \begin_inset Text
26405
26406 \begin_layout Plain Layout
26407 b
26408 \end_layout
26409
26410 \end_inset
26411 </cell>
26412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26413 \begin_inset Text
26414
26415 \begin_layout Plain Layout
26416 c
26417 \end_layout
26418
26419 \end_inset
26420 </cell>
26421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Plain Layout
26425 d
26426 \end_layout
26427
26428 \end_inset
26429 </cell>
26430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434 e
26435 \end_layout
26436
26437 \end_inset
26438 </cell>
26439 </row>
26440 </lyxtabular>
26441
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \end_layout
26456
26457 \begin_layout Section
26458 Gleitobjekte nebeneinander
26459 \begin_inset Index idx
26460 status collapsed
26461
26462 \begin_layout Plain Layout
26463 Gleitobjekte ! nebeneinander
26464 \end_layout
26465
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \begin_layout Standard
26472 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26473 \begin_inset space ~
26474 \end_inset
26475
26476
26477 \begin_inset CommandInset ref
26478 LatexCommand ref
26479 reference "abb:Gleitobjekt-links"
26480
26481 \end_inset
26482
26483  und 
26484 \begin_inset CommandInset ref
26485 LatexCommand ref
26486 reference "abb:Gleitobjekt-rechts"
26487
26488 \end_inset
26489
26490  wird nur 
26491 \emph on
26492 ein
26493 \emph default
26494  Gleitobjekt verwendet.
26495  In dieses werden zwei Minipage Boxen eingefügt.
26496 \begin_inset Foot
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500 Minipages sind in Abschnitt
26501 \begin_inset space ~
26502 \end_inset
26503
26504
26505 \begin_inset CommandInset ref
26506 LatexCommand ref
26507 reference "abs:Minipage"
26508
26509 \end_inset
26510
26511  erklärt.
26512 \end_layout
26513
26514 \end_inset
26515
26516  Die Breite wird für jede Minipage auf 45
26517 \begin_inset space \thinspace{}
26518 \end_inset
26519
26520 -50
26521 \begin_inset space \thinspace{}
26522 \end_inset
26523
26524 Spalten% und die Box Ausrichtung auf 
26525 \family sans
26526 Unten
26527 \family default
26528  gesetzt.
26529  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26530  Gleitobjekt.
26531  Der einzige Unterschied ist, dass die Bildeinheit 
26532 \family sans
26533 Spaltenbreite
26534 \begin_inset space ~
26535 \end_inset
26536
26537 %
26538 \family default
26539  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26540 \end_layout
26541
26542 \begin_layout Standard
26543 \begin_inset Float figure
26544 wide false
26545 sideways false
26546 status open
26547
26548 \begin_layout Plain Layout
26549 \begin_inset Box Frameless
26550 position "b"
26551 hor_pos "c"
26552 has_inner_box 1
26553 inner_pos "t"
26554 use_parbox 0
26555 use_makebox 0
26556 width "45col%"
26557 special "none"
26558 height "1in"
26559 height_special "totalheight"
26560 status open
26561
26562 \begin_layout Plain Layout
26563 \align center
26564 \begin_inset Graphics
26565         filename ../clipart/mobius.eps
26566         lyxscale 50
26567         width 100col%
26568         scaleBeforeRotation
26569
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \begin_layout Plain Layout
26576 \begin_inset Caption
26577
26578 \begin_layout Plain Layout
26579 \begin_inset CommandInset label
26580 LatexCommand label
26581 name "abb:Gleitobjekt-links"
26582
26583 \end_inset
26584
26585 Gleitobjekt auf der linken Seite.
26586 \end_layout
26587
26588 \end_inset
26589
26590
26591 \end_layout
26592
26593 \end_inset
26594
26595
26596 \begin_inset space \hfill{}
26597 \end_inset
26598
26599
26600 \begin_inset Box Frameless
26601 position "b"
26602 hor_pos "c"
26603 has_inner_box 1
26604 inner_pos "t"
26605 use_parbox 0
26606 use_makebox 0
26607 width "45col%"
26608 special "none"
26609 height "1in"
26610 height_special "totalheight"
26611 status open
26612
26613 \begin_layout Plain Layout
26614 \align center
26615 \begin_inset Graphics
26616         filename ../clipart/platypus.eps
26617         lyxscale 50
26618         width 100col%
26619         scaleBeforeRotation
26620
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \begin_layout Plain Layout
26627 \begin_inset Caption
26628
26629 \begin_layout Plain Layout
26630 \begin_inset CommandInset label
26631 LatexCommand label
26632 name "abb:Gleitobjekt-rechts"
26633
26634 \end_inset
26635
26636 Gleitobjekt auf der rechten Seite.
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \end_inset
26645
26646
26647 \end_layout
26648
26649 \end_inset
26650
26651
26652 \end_layout
26653
26654 \begin_layout Section
26655 Beschriftungs-Formatierung
26656 \begin_inset CommandInset label
26657 LatexCommand label
26658 name "abs:Titel-Formatierung"
26659
26660 \end_inset
26661
26662
26663 \begin_inset Index idx
26664 status collapsed
26665
26666 \begin_layout Plain Layout
26667 Gleitobjekte ! Beschriftung ! Formatierung
26668 \end_layout
26669
26670 \end_inset
26671
26672
26673 \end_layout
26674
26675 \begin_layout Standard
26676
26677 \family sans
26678 Legende
26679 \family default
26680  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
26681  In LyX sehen Titel so aus:  
26682 \family sans
26683
26684 \begin_inset Quotes gld
26685 \end_inset
26686
26687 Abbildung xyz:
26688 \family default
26689
26690 \begin_inset Quotes grd
26691 \end_inset
26692
26693 , gefolgt vom Beschriftungstext, wobei 
26694 \family sans
26695 xyz
26696 \family default
26697  die von LyX vergebene Nummer ist.
26698  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
26699  gedruckt.
26700  Dies ist nicht immer brauchbar.
26701 \end_layout
26702
26703 \begin_layout Standard
26704 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
26705  
26706 \series bold
26707 caption
26708 \series default
26709
26710 \begin_inset Index idx
26711 status collapsed
26712
26713 \begin_layout Plain Layout
26714 LaTeX-Pakete ! caption
26715 \end_layout
26716
26717 \end_inset
26718
26719  in den LaTeX-Vorspann laden:
26720 \end_layout
26721
26722 \begin_layout Standard
26723
26724 \series bold
26725
26726 \backslash
26727 usepackage[Format-Definition]{caption}
26728 \end_layout
26729
26730 \begin_layout Standard
26731 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
26732  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
26733 \end_layout
26734
26735 \begin_layout Standard
26736
26737 \series bold
26738
26739 \backslash
26740 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26741 \end_layout
26742
26743 \begin_layout Standard
26744 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
26745  definieren.
26746  Dazu laden Sie das 
26747 \series bold
26748 caption
26749 \series default
26750 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
26751  dem Befehl
26752 \end_layout
26753
26754 \begin_layout Standard
26755
26756 \series bold
26757
26758 \backslash
26759 captionsetup[Gleitobjekt-Typ]{Format-Definition}
26760 \end_layout
26761
26762 \begin_layout Standard
26763 Für Abbildung
26764 \begin_inset space ~
26765 \end_inset
26766
26767
26768 \begin_inset CommandInset ref
26769 LatexCommand ref
26770 reference "abb:Langer-Abb-Titel"
26771
26772 \end_inset
26773
26774  und Tabelle
26775 \begin_inset space ~
26776 \end_inset
26777
26778
26779 \begin_inset CommandInset ref
26780 LatexCommand ref
26781 reference "tab:Langer-Tab-Titel"
26782
26783 \end_inset
26784
26785  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
26786  werden:
26787 \end_layout
26788
26789 \begin_layout Standard
26790
26791 \series bold
26792
26793 \backslash
26794 usepackage[tableposition=top]{caption}
26795 \begin_inset Newline newline
26796 \end_inset
26797
26798
26799 \backslash
26800 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26801 \begin_inset Newline newline
26802 \end_inset
26803
26804
26805 \begin_inset Phantom HPhantom
26806 status open
26807
26808 \begin_layout Plain Layout
26809
26810 \series bold
26811
26812 \backslash
26813 captionsetup[figure]{
26814 \end_layout
26815
26816 \end_inset
26817
26818 labelsep=period}
26819 \begin_inset Newline newline
26820 \end_inset
26821
26822
26823 \backslash
26824 captionsetup[table]{labelfont={bf,sf}}
26825 \end_layout
26826
26827 \begin_layout Standard
26828 \begin_inset Note Greyedout
26829 status open
26830
26831 \begin_layout Plain Layout
26832
26833 \series bold
26834 Bemerkung:
26835 \series default
26836  Die Option 
26837 \series bold
26838 tableposition=top
26839 \series default
26840  hat keine Auswirkung, wenn eine 
26841 \series bold
26842 KOMA-Script
26843 \series default
26844
26845 \begin_inset Index idx
26846 status collapsed
26847
26848 \begin_layout Plain Layout
26849 LaTeX-Pakete ! KOMA-Script
26850 \end_layout
26851
26852 \end_inset
26853
26854 -Dokumentklasse verwendet wird.
26855  Hier muss die Option 
26856 \series bold
26857 captions=tableheading
26858 \series default
26859  benutzt werden.
26860 \end_layout
26861
26862 \end_inset
26863
26864
26865 \end_layout
26866
26867 \begin_layout Standard
26868 Weitere Informationen über das Paket
26869 \series bold
26870  caption
26871 \series default
26872  finden Sie in seiner Dokumentation 
26873 \begin_inset CommandInset citation
26874 LatexCommand cite
26875 key "caption"
26876
26877 \end_inset
26878
26879 .
26880 \end_layout
26881
26882 \begin_layout Standard
26883 Wenn Sie den Namen von 
26884 \begin_inset Quotes gld
26885 \end_inset
26886
26887 Abbildung
26888 \begin_inset Quotes grd
26889 \end_inset
26890
26891  auf 
26892 \begin_inset Quotes gld
26893 \end_inset
26894
26895 Bild
26896 \begin_inset Quotes grd
26897 \end_inset
26898
26899  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
26900 \end_layout
26901
26902 \begin_layout Standard
26903
26904 \series bold
26905
26906 \backslash
26907 renewcommand{
26908 \backslash
26909 fnum@figure}{Bild~
26910 \backslash
26911 thefigure}
26912 \end_layout
26913
26914 \begin_layout Standard
26915 wobei 
26916 \series bold
26917
26918 \backslash
26919 thefigure
26920 \series default
26921  die Bildnummer einsetzt und
26922 \series bold
26923  ~
26924 \series default
26925  ein geschütztes Leerzeichen ist.
26926 \end_layout
26927
26928 \begin_layout Standard
26929 \begin_inset VSpace bigskip
26930 \end_inset
26931
26932 Wenn Sie eine 
26933 \series bold
26934 KOMA-Script
26935 \series default
26936
26937 \begin_inset Index idx
26938 status collapsed
26939
26940 \begin_layout Plain Layout
26941 LaTeX-Pakete ! KOMA-Script
26942 \end_layout
26943
26944 \end_inset
26945
26946 -Dokumentklasse (
26947 \family sans
26948 article (KOMA-Script)
26949 \family default
26950
26951 \family sans
26952 book (KOMA-Script)
26953 \family default
26954
26955 \family sans
26956 letter (KOMA-Script)
26957 \family default
26958  oder 
26959 \family sans
26960 report (KOMA-Script)
26961 \family default
26962 ) benutzen, können Sie anstatt des 
26963 \series bold
26964 caption
26965 \series default
26966 -Paketes den eingebauten Befehl 
26967 \series bold
26968
26969 \backslash
26970 setkomafont
26971 \series default
26972  von 
26973 \series bold
26974 KOMA-Script
26975 \series default
26976  benutzen.
26977  Der Befehl
26978 \end_layout
26979
26980 \begin_layout Standard
26981
26982 \series bold
26983
26984 \backslash
26985 setkomafont{captionlabel}{
26986 \backslash
26987 bfseries}
26988 \end_layout
26989
26990 \begin_layout Standard
26991 im LaTeX-Vorspann druckt den Namen fett.
26992 \end_layout
26993
26994 \begin_layout Standard
26995 Weitere Informationen über 
26996 \series bold
26997
26998 \backslash
26999 setkomafont
27000 \series default
27001  finden Sie in der 
27002 \series bold
27003 KOMA-Script
27004 \series default
27005 -Do\SpecialChar \-
27006 ku\SpecialChar \-
27007 men\SpecialChar \-
27008 ta\SpecialChar \-
27009 tion 
27010 \begin_inset CommandInset citation
27011 LatexCommand cite
27012 key "KOMA-Script"
27013
27014 \end_inset
27015
27016 .
27017 \end_layout
27018
27019 \begin_layout Standard
27020 \begin_inset ERT
27021 status collapsed
27022
27023 \begin_layout Plain Layout
27024
27025
27026 \backslash
27027 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27028 }
27029 \end_layout
27030
27031 \end_inset
27032
27033
27034 \begin_inset Note Note
27035 status open
27036
27037 \begin_layout Plain Layout
27038 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27039 \end_layout
27040
27041 \end_inset
27042
27043
27044 \end_layout
27045
27046 \begin_layout Standard
27047 \begin_inset Float figure
27048 placement !p
27049 wide false
27050 sideways false
27051 status open
27052
27053 \begin_layout Plain Layout
27054 \align center
27055 \begin_inset Graphics
27056         filename ../clipart/mobius.eps
27057         lyxscale 50
27058         scale 50
27059         scaleBeforeRotation
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \begin_layout Plain Layout
27067 \begin_inset Caption
27068
27069 \begin_layout Plain Layout
27070 \begin_inset CommandInset label
27071 LatexCommand label
27072 name "abb:Langer-Abb-Titel"
27073
27074 \end_inset
27075
27076 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27077  ist, um das andere Beschriftungsformat zu zeigen.
27078  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27079 \begin_inset Argument
27080 status collapsed
27081
27082 \begin_layout Plain Layout
27083 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27084  ist.
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \end_layout
27091
27092 \end_inset
27093
27094
27095 \end_layout
27096
27097 \end_inset
27098
27099
27100 \end_layout
27101
27102 \begin_layout Standard
27103 \begin_inset ERT
27104 status collapsed
27105
27106 \begin_layout Plain Layout
27107
27108
27109 \backslash
27110 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27111 on}
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \begin_layout Standard
27120 \begin_inset Float table
27121 placement !p
27122 wide false
27123 sideways false
27124 status open
27125
27126 \begin_layout Plain Layout
27127 \begin_inset Caption
27128
27129 \begin_layout Plain Layout
27130 \begin_inset CommandInset label
27131 LatexCommand label
27132 name "tab:Langer-Tab-Titel"
27133
27134 \end_inset
27135
27136 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27137  ist, um das andere Beschriftungsformat zu zeigen.
27138  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27139  benutzt.
27140 \begin_inset Argument
27141 status collapsed
27142
27143 \begin_layout Plain Layout
27144 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27145  ist.
27146 \end_layout
27147
27148 \end_inset
27149
27150
27151 \end_layout
27152
27153 \end_inset
27154
27155
27156 \end_layout
27157
27158 \begin_layout Plain Layout
27159 \align center
27160 \begin_inset Tabular
27161 <lyxtabular version="3" rows="1" columns="5">
27162 <features tabularvalignment="middle">
27163 <column alignment="center" valignment="top" width="0">
27164 <column alignment="center" valignment="top" width="0">
27165 <column alignment="center" valignment="top" width="0">
27166 <column alignment="center" valignment="top" width="0">
27167 <column alignment="center" valignment="top" width="0">
27168 <row>
27169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27170 \begin_inset Text
27171
27172 \begin_layout Plain Layout
27173 a
27174 \end_layout
27175
27176 \end_inset
27177 </cell>
27178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27179 \begin_inset Text
27180
27181 \begin_layout Plain Layout
27182 b
27183 \end_layout
27184
27185 \end_inset
27186 </cell>
27187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27188 \begin_inset Text
27189
27190 \begin_layout Plain Layout
27191 c
27192 \end_layout
27193
27194 \end_inset
27195 </cell>
27196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27197 \begin_inset Text
27198
27199 \begin_layout Plain Layout
27200 d
27201 \end_layout
27202
27203 \end_inset
27204 </cell>
27205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27206 \begin_inset Text
27207
27208 \begin_layout Plain Layout
27209 e
27210 \end_layout
27211
27212 \end_inset
27213 </cell>
27214 </row>
27215 </lyxtabular>
27216
27217 \end_inset
27218
27219
27220 \end_layout
27221
27222 \end_inset
27223
27224
27225 \end_layout
27226
27227 \begin_layout Section
27228 Beschriftungs-Platzierung
27229 \begin_inset CommandInset label
27230 LatexCommand label
27231 name "abs:Titel-Platzierung"
27232
27233 \end_inset
27234
27235
27236 \begin_inset Index idx
27237 status collapsed
27238
27239 \begin_layout Plain Layout
27240 Gleitobjekte ! Beschriftung ! Platzierung
27241 \end_layout
27242
27243 \end_inset
27244
27245
27246 \end_layout
27247
27248 \begin_layout Standard
27249 Normalerweise werden die Beschriftungen wie folgt platziert:
27250 \end_layout
27251
27252 \begin_layout Description
27253 Abbildung: darunter
27254 \end_layout
27255
27256 \begin_layout Description
27257 Tabelle: darüber
27258 \end_layout
27259
27260 \begin_layout Standard
27261 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27262  Das heißt wenn Sie eine der Dokument-Klassen 
27263 \family sans
27264 article
27265 \family default
27266
27267 \family sans
27268 book
27269 \family default
27270
27271 \family sans
27272 letter
27273 \family default
27274  oder 
27275 \family sans
27276 report
27277 \family default
27278  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27279  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
27280 \series bold
27281 caption
27282 \series default
27283  im LaTeX-Vorspann folgendes schreiben:
27284 \begin_inset Foot
27285 status collapsed
27286
27287 \begin_layout Plain Layout
27288 In Abschnitt
27289 \begin_inset space ~
27290 \end_inset
27291
27292
27293 \begin_inset CommandInset ref
27294 LatexCommand ref
27295 reference "abs:Titel-Formatierung"
27296
27297 \end_inset
27298
27299  steht mehr über das Paket 
27300 \series bold
27301 caption
27302 \series default
27303 .
27304 \end_layout
27305
27306 \end_inset
27307
27308
27309 \end_layout
27310
27311 \begin_layout Standard
27312
27313 \series bold
27314 tableposition=top
27315 \end_layout
27316
27317 \begin_layout Standard
27318 Wenn Sie eine 
27319 \series bold
27320 KOMA-Script
27321 \series default
27322
27323 \begin_inset Index idx
27324 status collapsed
27325
27326 \begin_layout Plain Layout
27327 LaTeX-Pakete ! KOMA-Script
27328 \end_layout
27329
27330 \end_inset
27331
27332 -Dokumentklasse (
27333 \family sans
27334 article (KOMA-Script)
27335 \family default
27336
27337 \family sans
27338 book (KOMA-Script)
27339 \family default
27340
27341 \family sans
27342 letter (KOMA-Script)
27343 \family default
27344  oder 
27345 \family sans
27346 report (KOMA-Script)
27347 \family default
27348 ) benutzen, können Sie alternativ zum 
27349 \series bold
27350 caption
27351 \series default
27352 -Paket die Option 
27353 \series bold
27354 captions=tableheading
27355 \series default
27356  benutzen.
27357 \end_layout
27358
27359 \begin_layout Standard
27360 \begin_inset VSpace bigskip
27361 \end_inset
27362
27363 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
27364  Das bewirkt das LaTeX-Paket 
27365 \series bold
27366 sidecap
27367 \series default
27368
27369 \begin_inset Index idx
27370 status collapsed
27371
27372 \begin_layout Plain Layout
27373 LaTeX-Pakete ! sidecap
27374 \end_layout
27375
27376 \end_inset
27377
27378 , das so in den LaTeX-Vorspann geladen wird:
27379 \end_layout
27380
27381 \begin_layout Standard
27382
27383 \series bold
27384
27385 \backslash
27386 usepackage[Option]{sidecap}
27387 \end_layout
27388
27389 \begin_layout Standard
27390 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
27391  Mit 
27392 \series bold
27393 innercaption
27394 \series default
27395  wird die Beschriftung innen gedruckt.
27396  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
27397  
27398 \series bold
27399 rightcaption
27400 \series default
27401  oder 
27402 \series bold
27403 leftcaption
27404 \series default
27405 .
27406 \end_layout
27407
27408 \begin_layout Standard
27409 \begin_inset ERT
27410 status collapsed
27411
27412 \begin_layout Plain Layout
27413
27414
27415 \backslash
27416 ifsidecap
27417 \end_layout
27418
27419 \end_inset
27420
27421
27422 \begin_inset Note Note
27423 status open
27424
27425 \begin_layout Plain Layout
27426 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
27427 \series bold
27428 sidecap
27429 \series default
27430  installiert ist.
27431 \end_layout
27432
27433 \end_inset
27434
27435
27436 \end_layout
27437
27438 \begin_layout Standard
27439 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
27440  in den LaTeX-Vorspann schreiben:
27441 \end_layout
27442
27443 \begin_layout Standard
27444 \noindent
27445 \begin_inset CommandInset line
27446 LatexCommand rule
27447 offset "0.5ex"
27448 width "100line%"
27449 height "1pt"
27450
27451 \end_inset
27452
27453
27454 \end_layout
27455
27456 \begin_layout Standard
27457
27458 \series bold
27459
27460 \backslash
27461 newcommand{
27462 \backslash
27463 TabBesBeg}[1][1.0]{%
27464 \begin_inset Newline newline
27465 \end_inset
27466
27467
27468 \begin_inset Phantom HPhantom
27469 status open
27470
27471 \begin_layout Plain Layout
27472 \begin_inset space ~
27473 \end_inset
27474
27475
27476 \end_layout
27477
27478 \end_inset
27479
27480
27481 \backslash
27482 let
27483 \backslash
27484 MyTable
27485 \backslash
27486 table
27487 \begin_inset Newline newline
27488 \end_inset
27489
27490
27491 \begin_inset Phantom HPhantom
27492 status open
27493
27494 \begin_layout Plain Layout
27495
27496 \series medium
27497 \begin_inset space ~
27498 \end_inset
27499
27500
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \backslash
27507 let
27508 \backslash
27509 MyEndtable
27510 \backslash
27511 endtable
27512 \begin_inset Newline newline
27513 \end_inset
27514
27515
27516 \begin_inset Phantom HPhantom
27517 status open
27518
27519 \begin_layout Plain Layout
27520
27521 \series medium
27522 \begin_inset space ~
27523 \end_inset
27524
27525
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \backslash
27532 renewenvironment{table}[1]{
27533 \backslash
27534 begin{SCtable}[#1]##1}{
27535 \backslash
27536 end{SCtable}}}
27537 \end_layout
27538
27539 \begin_layout Standard
27540
27541 \series bold
27542
27543 \backslash
27544 newcommand{
27545 \backslash
27546 TabBesEnd}{%
27547 \begin_inset Newline newline
27548 \end_inset
27549
27550
27551 \begin_inset Phantom HPhantom
27552 status open
27553
27554 \begin_layout Plain Layout
27555 \begin_inset space ~
27556 \end_inset
27557
27558
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \backslash
27565 let
27566 \backslash
27567 table
27568 \backslash
27569 MyTable
27570 \begin_inset Newline newline
27571 \end_inset
27572
27573
27574 \begin_inset Phantom HPhantom
27575 status open
27576
27577 \begin_layout Plain Layout
27578 \begin_inset space ~
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \end_inset
27585
27586
27587 \backslash
27588 let
27589 \backslash
27590 endtable
27591 \backslash
27592 MyEndtable
27593 \end_layout
27594
27595 \begin_layout Standard
27596
27597 \series bold
27598
27599 \backslash
27600 newcommand{
27601 \backslash
27602 FigBesBeg}[1][1.0]{%
27603 \begin_inset Newline newline
27604 \end_inset
27605
27606
27607 \begin_inset Phantom HPhantom
27608 status open
27609
27610 \begin_layout Plain Layout
27611 \begin_inset space ~
27612 \end_inset
27613
27614
27615 \end_layout
27616
27617 \end_inset
27618
27619
27620 \backslash
27621 let
27622 \backslash
27623 MyFigure
27624 \backslash
27625 figure
27626 \begin_inset Newline newline
27627 \end_inset
27628
27629
27630 \begin_inset Phantom HPhantom
27631 status open
27632
27633 \begin_layout Plain Layout
27634 \begin_inset space ~
27635 \end_inset
27636
27637
27638 \end_layout
27639
27640 \end_inset
27641
27642
27643 \backslash
27644 let
27645 \backslash
27646 MyEndfigure
27647 \backslash
27648 endfigure
27649 \begin_inset Newline newline
27650 \end_inset
27651
27652
27653 \begin_inset Phantom HPhantom
27654 status open
27655
27656 \begin_layout Plain Layout
27657 \begin_inset space ~
27658 \end_inset
27659
27660
27661 \end_layout
27662
27663 \end_inset
27664
27665
27666 \backslash
27667 renewenvironment{figure}[1]{
27668 \backslash
27669 begin{SCfigure}[#1]##1}{
27670 \backslash
27671 end{SCfigure}}}
27672 \end_layout
27673
27674 \begin_layout Standard
27675
27676 \series bold
27677
27678 \backslash
27679 newcommand{
27680 \backslash
27681 FigBesEnd}{%
27682 \begin_inset Newline newline
27683 \end_inset
27684
27685
27686 \begin_inset Phantom HPhantom
27687 status open
27688
27689 \begin_layout Plain Layout
27690 \begin_inset space ~
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \end_inset
27697
27698
27699 \backslash
27700 let
27701 \backslash
27702 figure
27703 \backslash
27704 MyFigure
27705 \begin_inset Newline newline
27706 \end_inset
27707
27708
27709 \begin_inset Phantom HPhantom
27710 status open
27711
27712 \begin_layout Plain Layout
27713 \begin_inset space ~
27714 \end_inset
27715
27716
27717 \end_layout
27718
27719 \end_inset
27720
27721
27722 \backslash
27723 let
27724 \backslash
27725 endfigure
27726 \backslash
27727 MyEndfigure}
27728 \end_layout
27729
27730 \begin_layout Standard
27731 \noindent
27732 \begin_inset CommandInset line
27733 LatexCommand rule
27734 offset "0.5ex"
27735 width "100line%"
27736 height "1pt"
27737
27738 \end_inset
27739
27740
27741 \end_layout
27742
27743 \begin_layout Standard
27744 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
27745 ungen seitlich gedruckt werden.
27746  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
27747 \end_layout
27748
27749 \begin_layout Standard
27750
27751 \series bold
27752
27753 \backslash
27754 FigBesBeg
27755 \end_layout
27756
27757 \begin_layout Standard
27758 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
27759 \end_layout
27760
27761 \begin_layout Standard
27762
27763 \series bold
27764
27765 \backslash
27766 FigBesEnd
27767 \end_layout
27768
27769 \begin_layout Standard
27770 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
27771  zurückkehren wollen.
27772 \end_layout
27773
27774 \begin_layout Standard
27775 Bei Gleitobjekt-Tabellen heißen die Befehle
27776 \end_layout
27777
27778 \begin_layout Standard
27779
27780 \series bold
27781
27782 \backslash
27783 TabBesBeg
27784 \series default
27785  und 
27786 \series bold
27787
27788 \backslash
27789 TabBesEnd
27790 \series default
27791 .
27792 \end_layout
27793
27794 \begin_layout Standard
27795 Abbildung
27796 \begin_inset space ~
27797 \end_inset
27798
27799
27800 \begin_inset CommandInset ref
27801 LatexCommand ref
27802 reference "abb:Beschriftung-neben"
27803
27804 \end_inset
27805
27806  und Tabelle
27807 \begin_inset space ~
27808 \end_inset
27809
27810
27811 \begin_inset CommandInset ref
27812 LatexCommand ref
27813 reference "tab:Beschriftung-neben"
27814
27815 \end_inset
27816
27817  sind Beispiele für seitliche Beschriftungen.
27818 \end_layout
27819
27820 \begin_layout Standard
27821 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
27822  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
27823  der Abbildung.
27824  Das kann man mit dem Befehl
27825 \end_layout
27826
27827 \begin_layout Standard
27828
27829 \series bold
27830
27831 \backslash
27832 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
27833 \end_layout
27834
27835 \begin_layout Standard
27836 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
27837  Der Gleitobjekt-Typ ist entweder 
27838 \family sans
27839 figure
27840 \family default
27841  oder 
27842 \family sans
27843 table
27844 \family default
27845 , die
27846 \family sans
27847  
27848 \family default
27849 Platzierung ist 
27850 \family typewriter
27851 t
27852 \family default
27853  für oben, 
27854 \family typewriter
27855 c
27856 \family default
27857  für zentriert oder 
27858 \family typewriter
27859 b
27860 \family default
27861  für unten.
27862  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
27863  lautet der Befehl
27864 \end_layout
27865
27866 \begin_layout Standard
27867
27868 \series bold
27869
27870 \backslash
27871 sidecaptionvpos{figure}{c}
27872 \end_layout
27873
27874 \begin_layout Standard
27875 Das wurde in Abbildung
27876 \begin_inset space ~
27877 \end_inset
27878
27879
27880 \begin_inset CommandInset ref
27881 LatexCommand ref
27882 reference "abb:cap-beside-fig-2"
27883
27884 \end_inset
27885
27886  benutzt.
27887 \end_layout
27888
27889 \begin_layout Standard
27890 \begin_inset VSpace medskip
27891 \end_inset
27892
27893
27894 \end_layout
27895
27896 \begin_layout Standard
27897 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
27898  Für schmale Bilder/Tabellen, wie in Tabelle
27899 \begin_inset space ~
27900 \end_inset
27901
27902
27903 \begin_inset CommandInset ref
27904 LatexCommand ref
27905 reference "tab:Beschriftung-neben"
27906
27907 \end_inset
27908
27909 , führt dies zu zu schmalen Beschriftungen.
27910  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
27911  Breite des Bildes/der Tabelle multipliziert wird.
27912  Das Ergebnis ist die Beschriftungsbreite.
27913  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
27914  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
27915  Der 
27916 \emph on
27917 Faktor
27918 \emph default
27919  kann entweder als optionales Argument für 
27920 \series bold
27921
27922 \backslash
27923 FigBesBeg
27924 \series default
27925  angegeben werden:
27926 \end_layout
27927
27928 \begin_layout Standard
27929
27930 \series bold
27931
27932 \backslash
27933 FigBesBeg[Faktor]
27934 \end_layout
27935
27936 \begin_layout Standard
27937 oder indem man in der Definition von 
27938 \series bold
27939
27940 \backslash
27941 FigBesBeg
27942 \series default
27943  die 
27944 \series bold
27945 1.0
27946 \series default
27947  mit einem anderen Wert ersetzt.
27948  Bei letzterem ist der angegebene Faktor der Standard wenn 
27949 \series bold
27950
27951 \backslash
27952 FigBesBeg
27953 \series default
27954  ohne Argument verwendet wird.
27955  Für Tabelle
27956 \begin_inset space ~
27957 \end_inset
27958
27959
27960 \begin_inset CommandInset ref
27961 LatexCommand ref
27962 reference "tab:Beschriftung-neben-breiter"
27963
27964 \end_inset
27965
27966  und Abbildung
27967 \begin_inset space ~
27968 \end_inset
27969
27970
27971 \begin_inset CommandInset ref
27972 LatexCommand ref
27973 reference "abb:cap-beside-fig-2"
27974
27975 \end_inset
27976
27977  wurde der Faktor 5 verwendet.
27978 \end_layout
27979
27980 \begin_layout Standard
27981 \begin_inset Note Greyedout
27982 status open
27983
27984 \begin_layout Plain Layout
27985
27986 \series bold
27987 Achtung:
27988 \series default
27989  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
27990 erungsoption 
27991 \family sans
27992 Hier,
27993 \begin_inset space ~
27994 \end_inset
27995
27996 auf
27997 \begin_inset space ~
27998 \end_inset
27999
28000 jeden
28001 \begin_inset space ~
28002 \end_inset
28003
28004 Fall
28005 \family default
28006  nicht verwendet werden werden, da diese von 
28007 \series bold
28008 sidecap
28009 \series default
28010  nicht unterstützt wird.
28011 \end_layout
28012
28013 \end_inset
28014
28015
28016 \end_layout
28017
28018 \begin_layout Standard
28019 \begin_inset VSpace medskip
28020 \end_inset
28021
28022 Weitere Informationen über das Paket
28023 \series bold
28024  sidecap
28025 \series default
28026  finden Sie in seiner Dokumentation 
28027 \begin_inset CommandInset citation
28028 LatexCommand cite
28029 key "sidecap"
28030
28031 \end_inset
28032
28033 .
28034 \end_layout
28035
28036 \begin_layout Standard
28037 \begin_inset Note Greyedout
28038 status open
28039
28040 \begin_layout Plain Layout
28041
28042 \series bold
28043 Bemerkung:
28044 \series default
28045  Das LaTeX-Paket 
28046 \series bold
28047 hypcap
28048 \series default
28049 ,
28050 \begin_inset Index idx
28051 status collapsed
28052
28053 \begin_layout Plain Layout
28054 LaTeX-Pakete ! hypcap
28055 \end_layout
28056
28057 \end_inset
28058
28059  das in Abschnitt
28060 \begin_inset space ~
28061 \end_inset
28062
28063
28064 \begin_inset CommandInset ref
28065 LatexCommand ref
28066 reference "uab:Querverweis-Position"
28067
28068 \end_inset
28069
28070  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28071  Beschriftungen.
28072 \end_layout
28073
28074 \end_inset
28075
28076
28077 \end_layout
28078
28079 \begin_layout Standard
28080 \begin_inset ERT
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084
28085
28086 \backslash
28087 FigBesBeg 
28088 \end_layout
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Standard
28096 \begin_inset Float figure
28097 wide false
28098 sideways false
28099 status open
28100
28101 \begin_layout Plain Layout
28102 \begin_inset Graphics
28103         filename ../clipart/escher-lsd.eps
28104         scale 75
28105         scaleBeforeRotation
28106
28107 \end_inset
28108
28109
28110 \end_layout
28111
28112 \begin_layout Plain Layout
28113 \begin_inset Caption
28114
28115 \begin_layout Plain Layout
28116 \begin_inset CommandInset label
28117 LatexCommand label
28118 name "abb:Beschriftung-neben"
28119
28120 \end_inset
28121
28122 Dies ist eine Beschriftung neben einer Abbildung.
28123 \end_layout
28124
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \end_inset
28131
28132
28133 \end_layout
28134
28135 \begin_layout Standard
28136 \begin_inset ERT
28137 status collapsed
28138
28139 \begin_layout Plain Layout
28140
28141
28142 \backslash
28143 FigBesEnd
28144 \end_layout
28145
28146 \end_inset
28147
28148
28149 \end_layout
28150
28151 \begin_layout Standard
28152 \begin_inset ERT
28153 status collapsed
28154
28155 \begin_layout Plain Layout
28156
28157
28158 \backslash
28159 TabBesBeg 
28160 \end_layout
28161
28162 \end_inset
28163
28164
28165 \end_layout
28166
28167 \begin_layout Standard
28168 \begin_inset Float table
28169 wide false
28170 sideways false
28171 status open
28172
28173 \begin_layout Plain Layout
28174 \begin_inset Caption
28175
28176 \begin_layout Plain Layout
28177 \begin_inset CommandInset label
28178 LatexCommand label
28179 name "tab:Beschriftung-neben"
28180
28181 \end_inset
28182
28183 Dies ist eine Beschriftung neben einer Tabelle.
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \begin_layout Plain Layout
28192 \begin_inset Tabular
28193 <lyxtabular version="3" rows="4" columns="5">
28194 <features tabularvalignment="middle">
28195 <column alignment="center" valignment="top" width="0">
28196 <column alignment="center" valignment="top" width="0">
28197 <column alignment="center" valignment="top" width="0">
28198 <column alignment="center" valignment="top" width="0">
28199 <column alignment="center" valignment="top" width="0">
28200 <row>
28201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28202 \begin_inset Text
28203
28204 \begin_layout Plain Layout
28205 a
28206 \end_layout
28207
28208 \end_inset
28209 </cell>
28210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28211 \begin_inset Text
28212
28213 \begin_layout Plain Layout
28214
28215 \end_layout
28216
28217 \end_inset
28218 </cell>
28219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28220 \begin_inset Text
28221
28222 \begin_layout Plain Layout
28223 b
28224 \end_layout
28225
28226 \end_inset
28227 </cell>
28228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28229 \begin_inset Text
28230
28231 \begin_layout Plain Layout
28232
28233 \end_layout
28234
28235 \end_inset
28236 </cell>
28237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28238 \begin_inset Text
28239
28240 \begin_layout Plain Layout
28241 c
28242 \end_layout
28243
28244 \end_inset
28245 </cell>
28246 </row>
28247 <row>
28248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28249 \begin_inset Text
28250
28251 \begin_layout Plain Layout
28252
28253 \end_layout
28254
28255 \end_inset
28256 </cell>
28257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28258 \begin_inset Text
28259
28260 \begin_layout Plain Layout
28261 d
28262 \end_layout
28263
28264 \end_inset
28265 </cell>
28266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28267 \begin_inset Text
28268
28269 \begin_layout Plain Layout
28270
28271 \end_layout
28272
28273 \end_inset
28274 </cell>
28275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28276 \begin_inset Text
28277
28278 \begin_layout Plain Layout
28279 e
28280 \end_layout
28281
28282 \end_inset
28283 </cell>
28284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28285 \begin_inset Text
28286
28287 \begin_layout Plain Layout
28288
28289 \end_layout
28290
28291 \end_inset
28292 </cell>
28293 </row>
28294 <row>
28295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28296 \begin_inset Text
28297
28298 \begin_layout Plain Layout
28299 f
28300 \end_layout
28301
28302 \end_inset
28303 </cell>
28304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28305 \begin_inset Text
28306
28307 \begin_layout Plain Layout
28308
28309 \end_layout
28310
28311 \end_inset
28312 </cell>
28313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28314 \begin_inset Text
28315
28316 \begin_layout Plain Layout
28317 g
28318 \end_layout
28319
28320 \end_inset
28321 </cell>
28322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28323 \begin_inset Text
28324
28325 \begin_layout Plain Layout
28326
28327 \end_layout
28328
28329 \end_inset
28330 </cell>
28331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28332 \begin_inset Text
28333
28334 \begin_layout Plain Layout
28335 h
28336 \end_layout
28337
28338 \end_inset
28339 </cell>
28340 </row>
28341 <row>
28342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28343 \begin_inset Text
28344
28345 \begin_layout Plain Layout
28346
28347 \end_layout
28348
28349 \end_inset
28350 </cell>
28351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28352 \begin_inset Text
28353
28354 \begin_layout Plain Layout
28355 i
28356 \end_layout
28357
28358 \end_inset
28359 </cell>
28360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28361 \begin_inset Text
28362
28363 \begin_layout Plain Layout
28364
28365 \end_layout
28366
28367 \end_inset
28368 </cell>
28369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28370 \begin_inset Text
28371
28372 \begin_layout Plain Layout
28373 j
28374 \end_layout
28375
28376 \end_inset
28377 </cell>
28378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28379 \begin_inset Text
28380
28381 \begin_layout Plain Layout
28382
28383 \end_layout
28384
28385 \end_inset
28386 </cell>
28387 </row>
28388 </lyxtabular>
28389
28390 \end_inset
28391
28392
28393 \end_layout
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \begin_layout Standard
28401 \begin_inset ERT
28402 status collapsed
28403
28404 \begin_layout Plain Layout
28405
28406
28407 \backslash
28408 TabBesEnd
28409 \end_layout
28410
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \begin_layout Standard
28417 \begin_inset ERT
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421
28422
28423 \backslash
28424 FigBesBeg[5] 
28425 \end_layout
28426
28427 \end_inset
28428
28429
28430 \end_layout
28431
28432 \begin_layout Standard
28433 \begin_inset ERT
28434 status collapsed
28435
28436 \begin_layout Plain Layout
28437
28438
28439 \backslash
28440 sidecaptionvpos{figure}{c}
28441 \end_layout
28442
28443 \end_inset
28444
28445
28446 \begin_inset Float figure
28447 wide false
28448 sideways false
28449 status open
28450
28451 \begin_layout Plain Layout
28452 \begin_inset Graphics
28453         filename ../clipart/escher-lsd.eps
28454         scale 75
28455         scaleBeforeRotation
28456
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Plain Layout
28463 \begin_inset Caption
28464
28465 \begin_layout Plain Layout
28466 \begin_inset CommandInset label
28467 LatexCommand label
28468 name "abb:cap-beside-fig-2"
28469
28470 \end_inset
28471
28472 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
28473 \end_layout
28474
28475 \end_inset
28476
28477
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \end_layout
28484
28485 \begin_layout Standard
28486 \begin_inset ERT
28487 status collapsed
28488
28489 \begin_layout Plain Layout
28490
28491
28492 \backslash
28493 FigBesEnd
28494 \end_layout
28495
28496 \end_inset
28497
28498
28499 \end_layout
28500
28501 \begin_layout Standard
28502 \begin_inset ERT
28503 status collapsed
28504
28505 \begin_layout Plain Layout
28506
28507
28508 \backslash
28509 TabBesBeg[5]
28510 \end_layout
28511
28512 \end_inset
28513
28514
28515 \end_layout
28516
28517 \begin_layout Standard
28518 \begin_inset Float table
28519 wide false
28520 sideways false
28521 status open
28522
28523 \begin_layout Plain Layout
28524 \begin_inset Caption
28525
28526 \begin_layout Plain Layout
28527 \begin_inset CommandInset label
28528 LatexCommand label
28529 name "tab:Beschriftung-neben-breiter"
28530
28531 \end_inset
28532
28533 Diese Beschriftung ist breiter als die in Tabelle
28534 \begin_inset space ~
28535 \end_inset
28536
28537
28538 \begin_inset CommandInset ref
28539 LatexCommand ref
28540 reference "tab:Beschriftung-neben"
28541
28542 \end_inset
28543
28544 .
28545 \end_layout
28546
28547 \end_inset
28548
28549
28550 \end_layout
28551
28552 \begin_layout Plain Layout
28553 \begin_inset Tabular
28554 <lyxtabular version="3" rows="4" columns="5">
28555 <features tabularvalignment="middle">
28556 <column alignment="center" valignment="top" width="0">
28557 <column alignment="center" valignment="top" width="0">
28558 <column alignment="center" valignment="top" width="0">
28559 <column alignment="center" valignment="top" width="0">
28560 <column alignment="center" valignment="top" width="0">
28561 <row>
28562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28563 \begin_inset Text
28564
28565 \begin_layout Plain Layout
28566 a
28567 \end_layout
28568
28569 \end_inset
28570 </cell>
28571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28572 \begin_inset Text
28573
28574 \begin_layout Plain Layout
28575
28576 \end_layout
28577
28578 \end_inset
28579 </cell>
28580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28581 \begin_inset Text
28582
28583 \begin_layout Plain Layout
28584 b
28585 \end_layout
28586
28587 \end_inset
28588 </cell>
28589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28590 \begin_inset Text
28591
28592 \begin_layout Plain Layout
28593
28594 \end_layout
28595
28596 \end_inset
28597 </cell>
28598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28599 \begin_inset Text
28600
28601 \begin_layout Plain Layout
28602 c
28603 \end_layout
28604
28605 \end_inset
28606 </cell>
28607 </row>
28608 <row>
28609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28610 \begin_inset Text
28611
28612 \begin_layout Plain Layout
28613
28614 \end_layout
28615
28616 \end_inset
28617 </cell>
28618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28619 \begin_inset Text
28620
28621 \begin_layout Plain Layout
28622 d
28623 \end_layout
28624
28625 \end_inset
28626 </cell>
28627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28628 \begin_inset Text
28629
28630 \begin_layout Plain Layout
28631
28632 \end_layout
28633
28634 \end_inset
28635 </cell>
28636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28637 \begin_inset Text
28638
28639 \begin_layout Plain Layout
28640 e
28641 \end_layout
28642
28643 \end_inset
28644 </cell>
28645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28646 \begin_inset Text
28647
28648 \begin_layout Plain Layout
28649
28650 \end_layout
28651
28652 \end_inset
28653 </cell>
28654 </row>
28655 <row>
28656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28657 \begin_inset Text
28658
28659 \begin_layout Plain Layout
28660 f
28661 \end_layout
28662
28663 \end_inset
28664 </cell>
28665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28666 \begin_inset Text
28667
28668 \begin_layout Plain Layout
28669
28670 \end_layout
28671
28672 \end_inset
28673 </cell>
28674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28675 \begin_inset Text
28676
28677 \begin_layout Plain Layout
28678 g
28679 \end_layout
28680
28681 \end_inset
28682 </cell>
28683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28684 \begin_inset Text
28685
28686 \begin_layout Plain Layout
28687
28688 \end_layout
28689
28690 \end_inset
28691 </cell>
28692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28693 \begin_inset Text
28694
28695 \begin_layout Plain Layout
28696 h
28697 \end_layout
28698
28699 \end_inset
28700 </cell>
28701 </row>
28702 <row>
28703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28704 \begin_inset Text
28705
28706 \begin_layout Plain Layout
28707
28708 \end_layout
28709
28710 \end_inset
28711 </cell>
28712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28713 \begin_inset Text
28714
28715 \begin_layout Plain Layout
28716 i
28717 \end_layout
28718
28719 \end_inset
28720 </cell>
28721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28722 \begin_inset Text
28723
28724 \begin_layout Plain Layout
28725
28726 \end_layout
28727
28728 \end_inset
28729 </cell>
28730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28731 \begin_inset Text
28732
28733 \begin_layout Plain Layout
28734 j
28735 \end_layout
28736
28737 \end_inset
28738 </cell>
28739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28740 \begin_inset Text
28741
28742 \begin_layout Plain Layout
28743
28744 \end_layout
28745
28746 \end_inset
28747 </cell>
28748 </row>
28749 </lyxtabular>
28750
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \end_inset
28757
28758
28759 \end_layout
28760
28761 \begin_layout Standard
28762 \begin_inset ERT
28763 status collapsed
28764
28765 \begin_layout Plain Layout
28766
28767
28768 \backslash
28769 TabBesEnd
28770 \end_layout
28771
28772 \end_inset
28773
28774
28775 \end_layout
28776
28777 \begin_layout Standard
28778 \begin_inset ERT
28779 status collapsed
28780
28781 \begin_layout Plain Layout
28782
28783
28784 \backslash
28785 else
28786 \end_layout
28787
28788 \end_inset
28789
28790
28791 \begin_inset Note Note
28792 status open
28793
28794 \begin_layout Plain Layout
28795 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
28796 \series bold
28797 sidecap
28798 \series default
28799  nicht installiert ist:
28800 \end_layout
28801
28802 \end_inset
28803
28804
28805 \end_layout
28806
28807 \begin_layout Standard
28808 Das LaTeX-Paket 
28809 \series bold
28810 sidecap
28811 \series default
28812  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
28813 \end_layout
28814
28815 \begin_layout Standard
28816 \begin_inset ERT
28817 status collapsed
28818
28819 \begin_layout Plain Layout
28820
28821
28822 \backslash
28823 fi
28824 \end_layout
28825
28826 \end_inset
28827
28828
28829 \end_layout
28830
28831 \begin_layout Section
28832 Gleitobjekt-Verzeichnisse
28833 \begin_inset Index idx
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837 Gleitobjekte ! Verzeichnisse
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
28847  Sie können mit den Untermenüs von 
28848 \family sans
28849 Einfügen\SpecialChar \menuseparator
28850 Liste
28851 \begin_inset space ~
28852 \end_inset
28853
28854 /
28855 \begin_inset space ~
28856 \end_inset
28857
28858 Inhaltsverzeichnis
28859 \family default
28860  eingefügt werden.
28861 \end_layout
28862
28863 \begin_layout Standard
28864 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
28865  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
28866 \end_layout
28867
28868 \begin_layout Standard
28869 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
28870  und ein Tabellen-Verzeichnis.
28871 \end_layout
28872
28873 \begin_layout Chapter
28874 Notizen
28875 \end_layout
28876
28877 \begin_layout Section
28878 LyX-Notizen
28879 \begin_inset Index idx
28880 status collapsed
28881
28882 \begin_layout Plain Layout
28883 Notizen ! LyX-Notizen
28884 \end_layout
28885
28886 \end_inset
28887
28888
28889 \end_layout
28890
28891 \begin_layout Standard
28892 Notizen werden mit einem Klick auf 
28893 \family sans
28894
28895 \begin_inset Info
28896 type  "icon"
28897 arg   "note-insert"
28898 \end_inset
28899
28900
28901 \family default
28902  oder 
28903 \family sans
28904 Einfügen\SpecialChar \menuseparator
28905 Notiz
28906 \family default
28907  eingefügt.
28908  Es gibt drei Arten:
28909 \end_layout
28910
28911 \begin_layout Description
28912 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
28913  Eine 
28914 \family sans
28915 LyX-Notiz
28916 \family default
28917  sieht so aus:
28918 \begin_inset Newline newline
28919 \end_inset
28920
28921
28922 \begin_inset Newline newline
28923 \end_inset
28924
28925
28926 \begin_inset Graphics
28927         filename clipart/LyXNotizQt4.png
28928         display false
28929         scale 60
28930         scaleBeforeRotation
28931
28932 \end_inset
28933
28934  
28935 \begin_inset Note Note
28936 status open
28937
28938 \begin_layout Plain Layout
28939 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
28940 \end_layout
28941
28942 \end_inset
28943
28944
28945 \end_layout
28946
28947 \begin_layout Description
28948 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
28949  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
28950 \family sans
28951 Datei\SpecialChar \menuseparator
28952 Ex\SpecialChar \-
28953 por\SpecialChar \-
28954 tie\SpecialChar \-
28955 ren\SpecialChar \menuseparator
28956 LaTe
28957 \begin_inset ERT
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961
28962 {}
28963 \end_layout
28964
28965 \end_inset
28966
28967 X (pdflatex) / (normal)
28968 \family default
28969 .
28970  Ein Kommentar sieht so aus:
28971 \begin_inset Newline newline
28972 \end_inset
28973
28974
28975 \begin_inset Newline newline
28976 \end_inset
28977
28978
28979 \begin_inset Graphics
28980         filename clipart/KommentarQt4.png
28981         display false
28982         scale 60
28983         scaleBeforeRotation
28984
28985 \end_inset
28986
28987  
28988 \begin_inset Note Comment
28989 status open
28990
28991 \begin_layout Plain Layout
28992 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
28993 \end_layout
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Description
29001 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29002 \begin_inset Newline newline
29003 \end_inset
29004
29005
29006 \begin_inset Newline newline
29007 \end_inset
29008
29009
29010 \begin_inset Graphics
29011         filename clipart/GrauschriftNotizQt4.png
29012         display false
29013         scale 60
29014         scaleBeforeRotation
29015
29016 \end_inset
29017
29018
29019 \begin_inset Newline newline
29020 \end_inset
29021
29022
29023 \begin_inset ERT
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027
29028
29029 \backslash
29030 renewenvironment{lyxgreyedout}
29031 \end_layout
29032
29033 \begin_layout Plain Layout
29034
29035 {
29036 \backslash
29037 textcolor[gray]{0.4}
29038 \backslash
29039 bgroup}{
29040 \backslash
29041 egroup}
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \begin_inset Note Greyedout
29048 status open
29049
29050 \begin_layout Plain Layout
29051 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29052 \begin_inset Foot
29053 status open
29054
29055 \begin_layout Plain Layout
29056 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29057 \end_layout
29058
29059 \end_inset
29060
29061
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \begin_inset ERT
29068 status collapsed
29069
29070 \begin_layout Plain Layout
29071
29072
29073 \backslash
29074 renewenvironment{lyxgreyedout}
29075 \end_layout
29076
29077 \begin_layout Plain Layout
29078
29079 {
29080 \backslash
29081 textcolor{blue}
29082 \backslash
29083 bgroup}{
29084 \backslash
29085 egroup}
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \begin_inset Note Note
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
29096  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
29097  
29098 \end_layout
29099
29100 \end_inset
29101
29102
29103 \begin_inset Newline newline
29104 \end_inset
29105
29106
29107 \begin_inset Newline newline
29108 \end_inset
29109
29110 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29111  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29112 \end_layout
29113
29114 \begin_layout Standard
29115 \begin_inset VSpace bigskip
29116 \end_inset
29117
29118 Wenn Sie auf den Werkzeugleistenknopf 
29119 \family sans
29120
29121 \begin_inset Info
29122 type  "icon"
29123 arg   "note-insert"
29124 \end_inset
29125
29126
29127 \family default
29128  klicken, wird zunächst eine 
29129 \family sans
29130 LyX-Notiz
29131 \family default
29132  eingefügt.
29133  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29134  Notiz-Typen auswählen.
29135  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29136  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29137  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29138  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29139  am Ende der Notiz ist.
29140 \end_layout
29141
29142 \begin_layout Standard
29143 \begin_inset VSpace bigskip
29144 \end_inset
29145
29146 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29147 \family sans
29148 Dokument\SpecialChar \menuseparator
29149 Einstellungen\SpecialChar \menuseparator
29150 Farben
29151 \family default
29152  geändert werden.
29153 \end_layout
29154
29155 \begin_layout Section
29156 Fußnoten
29157 \begin_inset CommandInset label
29158 LatexCommand label
29159 name "abs:Fußnoten"
29160
29161 \end_inset
29162
29163
29164 \begin_inset Index idx
29165 status collapsed
29166
29167 \begin_layout Plain Layout
29168 Notizen ! Fußnoten
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \begin_inset Index idx
29175 status collapsed
29176
29177 \begin_layout Plain Layout
29178 Fußnoten
29179 \end_layout
29180
29181 \end_inset
29182
29183
29184 \end_layout
29185
29186 \begin_layout Standard
29187 Fußnoten werden über den Werkzeugleistenknopf 
29188 \family sans
29189
29190 \begin_inset Info
29191 type  "icon"
29192 arg   "footnote-insert"
29193 \end_inset
29194
29195
29196 \family default
29197  oder das Menü 
29198 \family sans
29199 Einfügen\SpecialChar \menuseparator
29200 Fußnote
29201 \family default
29202  eingefügt.
29203  Man sieht dann diese Fußnotenbox: 
29204 \begin_inset Graphics
29205         filename clipart/FussnoteQt4.png
29206         scale 80
29207         scaleBeforeRotation
29208
29209 \end_inset
29210
29211  in die der Fußnotentext eingegeben wird.
29212  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
29213  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
29214  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
29215 \family sans
29216 Backspace
29217 \family default
29218  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
29219 \family sans
29220 Entf
29221 \family default
29222  wenn der Cursor am Ende der Fußnote ist.
29223 \end_layout
29224
29225 \begin_layout Standard
29226 Hier ist eine Beispielfußnote:
29227 \color black
29228
29229 \begin_inset Foot
29230 status open
29231
29232 \begin_layout Plain Layout
29233 \begin_inset CommandInset label
29234 LatexCommand label
29235 name "fuss:Fußnoten-Beispiel"
29236
29237 \end_inset
29238
29239 Dies ist eine Fußnote.
29240 \end_layout
29241
29242 \end_inset
29243
29244
29245 \color inherit
29246
29247 \begin_inset ERT
29248 status collapsed
29249
29250 \begin_layout Plain Layout
29251
29252
29253 \backslash
29254 newcounter{MyRepeatFoot}
29255 \end_layout
29256
29257 \begin_layout Plain Layout
29258
29259
29260 \backslash
29261 setcounter{MyRepeatFoot}{
29262 \backslash
29263 thefootnote}
29264 \end_layout
29265
29266 \end_inset
29267
29268
29269 \end_layout
29270
29271 \begin_layout Standard
29272 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
29273  wurde, eine hochgestellte Zahl.
29274  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
29275  hochgestellt dem Text vorangeht.
29276  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
29277  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
29278  werden.
29279 \end_layout
29280
29281 \begin_layout Standard
29282 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
29283  der Fußnote eine Marke eingefügt wurde.
29284  Dies ist ein Querverweis auf Fußnote
29285 \begin_inset space ~
29286 \end_inset
29287
29288
29289 \begin_inset CommandInset ref
29290 LatexCommand ref
29291 reference "fuss:Fußnoten-Beispiel"
29292
29293 \end_inset
29294
29295 .
29296 \end_layout
29297
29298 \begin_layout Standard
29299 \begin_inset VSpace defskip
29300 \end_inset
29301
29302 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
29303  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
29304  wird der Befehl 
29305 \series bold
29306
29307 \backslash
29308 footnotemark{}
29309 \series default
29310  als TeX-Code eingefügt.
29311  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
29312 \series bold
29313
29314 \backslash
29315 footnotetext
29316 \series default
29317  nach der Tabelle eingegeben.
29318 \begin_inset Newline newline
29319 \end_inset
29320
29321 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
29322 \end_layout
29323
29324 \begin_layout Standard
29325
29326 \series bold
29327
29328 \backslash
29329 footnotetext{
29330 \series default
29331 Gedruckte Tabellenfußnote.
29332 \series bold
29333 }
29334 \end_layout
29335
29336 \begin_layout Standard
29337 \begin_inset Tabular
29338 <lyxtabular version="3" rows="2" columns="1">
29339 <features tabularvalignment="middle">
29340 <column alignment="center" valignment="top" width="0">
29341 <row>
29342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29343 \begin_inset Text
29344
29345 \begin_layout Plain Layout
29346 Dies ist ein Beispieltext.
29347 \begin_inset Foot
29348 status open
29349
29350 \begin_layout Plain Layout
29351 Diese Fußnote wird nicht gedruckt!
29352 \end_layout
29353
29354 \end_inset
29355
29356
29357 \end_layout
29358
29359 \end_inset
29360 </cell>
29361 </row>
29362 <row>
29363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29364 \begin_inset Text
29365
29366 \begin_layout Plain Layout
29367 Dies ist ein Beispieltext.
29368 \begin_inset ERT
29369 status collapsed
29370
29371 \begin_layout Plain Layout
29372
29373
29374 \backslash
29375 footnotemark{}
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \end_layout
29382
29383 \end_inset
29384 </cell>
29385 </row>
29386 </lyxtabular>
29387
29388 \end_inset
29389
29390
29391 \begin_inset ERT
29392 status collapsed
29393
29394 \begin_layout Plain Layout
29395
29396
29397 \backslash
29398 footnotetext{
29399 \end_layout
29400
29401 \end_inset
29402
29403 Gedruckte Tabellenfußnote.
29404 \begin_inset ERT
29405 status collapsed
29406
29407 \begin_layout Plain Layout
29408
29409 }
29410 \end_layout
29411
29412 \end_inset
29413
29414
29415 \end_layout
29416
29417 \begin_layout Standard
29418 Fußnoten in langen Tabellen sind in Abschnitt
29419 \begin_inset space ~
29420 \end_inset
29421
29422
29423 \begin_inset CommandInset ref
29424 LatexCommand ref
29425 reference "uab:Fußnoten-in-langen"
29426
29427 \end_inset
29428
29429  beschrieben.
29430 \end_layout
29431
29432 \begin_layout Standard
29433 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
29434  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
29435  innerhalb einer Seite ist.
29436  (Mehr über Minipages ist in Abschnitt
29437 \begin_inset space ~
29438 \end_inset
29439
29440
29441 \begin_inset CommandInset ref
29442 LatexCommand ref
29443 reference "abs:Minipage"
29444
29445 \end_inset
29446
29447  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
29448  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
29449  Methode mit 
29450 \series bold
29451
29452 \backslash
29453 footnotemark{}
29454 \series default
29455  und 
29456 \series bold
29457
29458 \backslash
29459 footnotetext
29460 \series default
29461 .
29462 \end_layout
29463
29464 \begin_layout Standard
29465 \begin_inset Box Frameless
29466 position "t"
29467 hor_pos "c"
29468 has_inner_box 1
29469 inner_pos "t"
29470 use_parbox 0
29471 use_makebox 0
29472 width "100col%"
29473 special "none"
29474 height "1in"
29475 height_special "totalheight"
29476 status open
29477
29478 \begin_layout Plain Layout
29479 Dies ist ein Beispieltext.in einer Minipage.
29480 \begin_inset Foot
29481 status open
29482
29483 \begin_layout Plain Layout
29484 Fußnote in einer Minipage.
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \end_layout
29491
29492 \begin_layout Plain Layout
29493 Dies ist ein Beispieltext.
29494  in einer Minipage.
29495 \begin_inset ERT
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499
29500
29501 \backslash
29502 footnotemark{}
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \end_layout
29509
29510 \end_inset
29511
29512
29513 \end_layout
29514
29515 \begin_layout Standard
29516 \begin_inset ERT
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520
29521
29522 \backslash
29523 footnotetext{
29524 \end_layout
29525
29526 \end_inset
29527
29528 Fußnote außerhalb der Minipage.
29529 \begin_inset ERT
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533
29534 }
29535 \end_layout
29536
29537 \end_inset
29538
29539
29540 \end_layout
29541
29542 \begin_layout Standard
29543 \begin_inset VSpace defskip
29544 \end_inset
29545
29546
29547 \end_layout
29548
29549 \begin_layout Standard
29550 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
29551  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
29552 \series bold
29553
29554 \backslash
29555 footnotemark[Nummer]
29556 \series default
29557 .
29558 \begin_inset Newline newline
29559 \end_inset
29560
29561 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
29562  sie speichern, nachdem Sie die Fußnote eingefügt haben.
29563  Hinter Fußnote
29564 \begin_inset space ~
29565 \end_inset
29566
29567
29568 \begin_inset CommandInset ref
29569 LatexCommand ref
29570 reference "fuss:Fußnoten-Beispiel"
29571
29572 \end_inset
29573
29574  wurde das mit folgenden TeX-Code-Befehlen gemacht:
29575 \end_layout
29576
29577 \begin_layout Standard
29578
29579 \series bold
29580
29581 \backslash
29582 newcounter{MyRepeatFoot}
29583 \begin_inset Newline newline
29584 \end_inset
29585
29586
29587 \backslash
29588 setcounter{MyRepeatFoot}{
29589 \backslash
29590 thefootnote}
29591 \end_layout
29592
29593 \begin_layout Standard
29594 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
29595 \end_layout
29596
29597 \begin_layout Standard
29598
29599 \series bold
29600
29601 \backslash
29602 footnotemark[
29603 \backslash
29604 theMyRepeatFoot]
29605 \end_layout
29606
29607 \begin_layout Standard
29608 Hier ist eine wiederholte Fußnote:
29609 \begin_inset ERT
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613
29614
29615 \backslash
29616 footnotemark[
29617 \backslash
29618 theMyRepeatFoot]
29619 \end_layout
29620
29621 \end_inset
29622
29623
29624 \end_layout
29625
29626 \begin_layout Standard
29627 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
29628  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
29629 \end_layout
29630
29631 \begin_layout Standard
29632
29633 \series bold
29634
29635 \backslash
29636 footnotemark[
29637 \backslash
29638 thefootnote]
29639 \end_layout
29640
29641 \begin_layout Standard
29642 Hier ist eine weitere wiederholte Fußnote:
29643 \begin_inset ERT
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647
29648
29649 \backslash
29650 footnotemark[
29651 \backslash
29652 thefootnote]
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \end_layout
29659
29660 \begin_layout Subsection
29661 Fußnoten-Nummerierung
29662 \begin_inset CommandInset label
29663 LatexCommand label
29664 name "uab:Fußnoten-Nummerierung"
29665
29666 \end_inset
29667
29668
29669 \begin_inset Index idx
29670 status collapsed
29671
29672 \begin_layout Plain Layout
29673 Fußnoten ! Nummerierung
29674 \end_layout
29675
29676 \end_inset
29677
29678
29679 \end_layout
29680
29681 \begin_layout Standard
29682 Um Fußnoten nach jedem Abschnitt
29683 \family roman
29684  auf 1 zurückzusetzen, 
29685 \family default
29686 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
29687 \end_layout
29688
29689 \begin_layout Standard
29690
29691 \series bold
29692
29693 \backslash
29694 @addtoreset{footnote}{section}
29695 \end_layout
29696
29697 \begin_layout Standard
29698 \begin_inset VSpace bigskip
29699 \end_inset
29700
29701 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
29702  Zahlen:
29703 \end_layout
29704
29705 \begin_layout Standard
29706
29707 \series bold
29708
29709 \backslash
29710 renewcommand{
29711 \backslash
29712 thefootnote}{
29713 \backslash
29714 roman{footnote}}
29715 \end_layout
29716
29717 \begin_layout Standard
29718 \begin_inset ERT
29719 status collapsed
29720
29721 \begin_layout Plain Layout
29722
29723
29724 \backslash
29725 renewcommand{
29726 \backslash
29727 thefootnote}{
29728 \backslash
29729 roman{footnote}}
29730 \end_layout
29731
29732 \end_inset
29733
29734  Hier ist ein Beispiel für solch eine Fußnote:
29735 \begin_inset Foot
29736 status open
29737
29738 \begin_layout Plain Layout
29739 Dies ist eine Fußnote mit kleinen römischen Zahlen
29740 \end_layout
29741
29742 \end_inset
29743
29744
29745 \end_layout
29746
29747 \begin_layout Standard
29748 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
29749  in obigem Befehl 
29750 \series bold
29751
29752 \backslash
29753 roman
29754 \series default
29755  durch 
29756 \series bold
29757
29758 \backslash
29759 Roman
29760 \series default
29761 .
29762  Um Fußnoten mit großen oder kleinen Buchstaben zu 
29763 \begin_inset Quotes gld
29764 \end_inset
29765
29766 nummerieren
29767 \begin_inset Quotes grd
29768 \end_inset
29769
29770 , verwenden Sie die Befehle 
29771 \series bold
29772
29773 \backslash
29774 Alph
29775 \series default
29776  oder 
29777 \series bold
29778
29779 \backslash
29780 alph
29781 \series default
29782 .
29783  Für die 
29784 \begin_inset Quotes gld
29785 \end_inset
29786
29787 Nummerierung
29788 \begin_inset Quotes grd
29789 \end_inset
29790
29791  mit Symbolen steht der Befehl 
29792 \series bold
29793
29794 \backslash
29795 fnsymbol
29796 \series default
29797  zur Verfügung.
29798 \end_layout
29799
29800 \begin_layout Standard
29801 \begin_inset Note Greyedout
29802 status open
29803
29804 \begin_layout Plain Layout
29805
29806 \series bold
29807 Bemerkung 1:
29808 \series default
29809  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
29810  
29811 \emph on
29812 ein
29813 \emph default
29814  Buchstabe verwendet wird.
29815 \end_layout
29816
29817 \end_inset
29818
29819
29820 \begin_inset Newline newline
29821 \end_inset
29822
29823
29824 \begin_inset Note Greyedout
29825 status open
29826
29827 \begin_layout Plain Layout
29828
29829 \series bold
29830 Bemerkung 2:
29831 \series default
29832  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
29833 \end_layout
29834
29835 \end_inset
29836
29837
29838 \end_layout
29839
29840 \begin_layout Standard
29841 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
29842 \series bold
29843
29844 \backslash
29845 arabic
29846 \series default
29847  anstelle von 
29848 \series bold
29849
29850 \backslash
29851 roman
29852 \series default
29853  in obigem Befehl.
29854 \begin_inset ERT
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858
29859
29860 \backslash
29861 renewcommand{
29862 \backslash
29863 thefootnote}{
29864 \backslash
29865 arabic{footnote}}
29866 \end_layout
29867
29868 \end_inset
29869
29870
29871 \end_layout
29872
29873 \begin_layout Standard
29874 \begin_inset VSpace bigskip
29875 \end_inset
29876
29877
29878 \end_layout
29879
29880 \begin_layout Standard
29881 Wenn Sie wollen, dass Fußnoten nach dem Schema 
29882 \begin_inset Quotes gld
29883 \end_inset
29884
29885 Kapitel.Fußnote
29886 \begin_inset Quotes grd
29887 \end_inset
29888
29889  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
29890 \end_layout
29891
29892 \begin_layout Standard
29893
29894 \series bold
29895
29896 \backslash
29897 numberwithin{footnote}{chapter}
29898 \end_layout
29899
29900 \begin_layout Standard
29901 Um 
29902 \series bold
29903
29904 \backslash
29905 numberwithin
29906 \series default
29907  benutzen zu können, muss in den 
29908 \family sans
29909 Mathe
29910 \begin_inset space ~
29911 \end_inset
29912
29913 Optionen
29914 \family default
29915  der 
29916 \family sans
29917 Dokument-Einstellungen
29918 \family default
29919  
29920 \family sans
29921 AMS
29922 \begin_inset space ~
29923 \end_inset
29924
29925 Mathe
29926 \begin_inset space ~
29927 \end_inset
29928
29929 Paket
29930 \family default
29931
29932 \begin_inset space ~
29933 \end_inset
29934
29935
29936 \family sans
29937 verwenden
29938 \family default
29939  angekreuzt sein.
29940 \begin_inset ERT
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944
29945
29946 \backslash
29947 numberwithin{footnote}{chapter}
29948 \end_layout
29949
29950 \end_inset
29951
29952  Hier ist ein Beispiel für solch eine Fußnote.
29953 \series bold
29954
29955 \begin_inset Foot
29956 status open
29957
29958 \begin_layout Plain Layout
29959 Dies ist eine Fußnote nach dem Schema 
29960 \begin_inset Quotes gld
29961 \end_inset
29962
29963 Kapitel.Fußnote
29964 \begin_inset Quotes grd
29965 \end_inset
29966
29967 .
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \series default
29974
29975 \begin_inset ERT
29976 status collapsed
29977
29978 \begin_layout Plain Layout
29979
29980
29981 \backslash
29982 renewcommand{
29983 \backslash
29984 thefootnote}{
29985 \backslash
29986 arabic{footnote}}
29987 \end_layout
29988
29989 \end_inset
29990
29991
29992 \end_layout
29993
29994 \begin_layout Standard
29995 \begin_inset Note Greyedout
29996 status open
29997
29998 \begin_layout Plain Layout
29999
30000 \series bold
30001 Bemerkung:
30002 \series default
30003  
30004 \series bold
30005
30006 \backslash
30007 numberwithin
30008 \series default
30009  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30010  werden überschrieben.
30011 \end_layout
30012
30013 \end_inset
30014
30015
30016 \end_layout
30017
30018 \begin_layout Standard
30019 Um also z.
30020 \begin_inset space \thinspace{}
30021 \end_inset
30022
30023 B.
30024  das Schema 
30025 \begin_inset Quotes gld
30026 \end_inset
30027
30028 Kapitel.
30029 \backslash
30030 Roman{footnote}
30031 \begin_inset Quotes grd
30032 \end_inset
30033
30034  zu erhalten, muss dieser Befehl anstelle von 
30035 \series bold
30036
30037 \backslash
30038 numberwithin
30039 \series default
30040  verwendet werden:
30041 \end_layout
30042
30043 \begin_layout Standard
30044
30045 \series bold
30046
30047 \backslash
30048 renewcommand{
30049 \backslash
30050 thefootnote}{
30051 \backslash
30052 thechapter.
30053 \backslash
30054 Roman{footnote}}
30055 \end_layout
30056
30057 \begin_layout Subsection
30058 Fußnoten-Platzierung
30059 \begin_inset Index idx
30060 status collapsed
30061
30062 \begin_layout Plain Layout
30063 Fußnoten ! Platzierung
30064 \end_layout
30065
30066 \end_inset
30067
30068
30069 \end_layout
30070
30071 \begin_layout Standard
30072 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30073  ohne Zwischenraum am Ende der Seite gedruckt.
30074  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30075  LaTeX-Vorspann 1.5
30076 \begin_inset space \thinspace{}
30077 \end_inset
30078
30079 mm Zwischenraum einfügen:
30080 \end_layout
30081
30082 \begin_layout Standard
30083
30084 \series bold
30085
30086 \backslash
30087 let
30088 \backslash
30089 myFoot
30090 \backslash
30091 footnote
30092 \begin_inset Newline newline
30093 \end_inset
30094
30095
30096 \backslash
30097 renewcommand{
30098 \backslash
30099 footnote}[1]{
30100 \backslash
30101 myFoot{#1
30102 \backslash
30103 vspace{1.5mm}}}
30104 \end_layout
30105
30106 \begin_layout Standard
30107 \begin_inset VSpace bigskip
30108 \end_inset
30109
30110 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30111  Spalte gedruckt, Abbildung
30112 \begin_inset space ~
30113 \end_inset
30114
30115
30116 \begin_inset CommandInset ref
30117 LatexCommand ref
30118 reference "abb:Standard-Fußnoten-Platzierung-in"
30119
30120 \end_inset
30121
30122 .
30123  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30124  in Abbildung
30125 \begin_inset space ~
30126 \end_inset
30127
30128
30129 \begin_inset CommandInset ref
30130 LatexCommand ref
30131 reference "abb:Fußnoten-Platzierung-in-einem"
30132
30133 \end_inset
30134
30135 , müssen Sie das LaTeX-Paket 
30136 \series bold
30137 ftnright
30138 \series default
30139
30140 \begin_inset Index idx
30141 status collapsed
30142
30143 \begin_layout Plain Layout
30144 LaTeX-Pakete ! ftnright
30145 \end_layout
30146
30147 \end_inset
30148
30149  mit folgendem Befehl im LaTeX-Vorspann einfügen:
30150 \end_layout
30151
30152 \begin_layout Standard
30153
30154 \series bold
30155
30156 \backslash
30157 usepackage{ftnright}
30158 \end_layout
30159
30160 \begin_layout Standard
30161 \begin_inset Float figure
30162 placement !h
30163 wide false
30164 sideways false
30165 status open
30166
30167 \begin_layout Plain Layout
30168 \begin_inset ERT
30169 status collapsed
30170
30171 \begin_layout Plain Layout
30172
30173
30174 \backslash
30175 framebox{
30176 \end_layout
30177
30178 \end_inset
30179
30180
30181 \begin_inset Graphics
30182         filename ../clipart/without_fntright.pdf
30183         width 100col%
30184         scaleBeforeRotation
30185
30186 \end_inset
30187
30188
30189 \begin_inset ERT
30190 status collapsed
30191
30192 \begin_layout Plain Layout
30193
30194 }
30195 \end_layout
30196
30197 \end_inset
30198
30199
30200 \end_layout
30201
30202 \begin_layout Plain Layout
30203 \begin_inset Caption
30204
30205 \begin_layout Plain Layout
30206 \begin_inset CommandInset label
30207 LatexCommand label
30208 name "abb:Standard-Fußnoten-Platzierung-in"
30209
30210 \end_inset
30211
30212 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30213 \begin_inset Argument
30214 status open
30215
30216 \begin_layout Plain Layout
30217 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30218 \end_layout
30219
30220 \end_inset
30221
30222
30223 \end_layout
30224
30225 \end_inset
30226
30227
30228 \end_layout
30229
30230 \end_inset
30231
30232
30233 \end_layout
30234
30235 \begin_layout Standard
30236 \begin_inset Float figure
30237 placement !h
30238 wide false
30239 sideways false
30240 status open
30241
30242 \begin_layout Plain Layout
30243 \begin_inset ERT
30244 status collapsed
30245
30246 \begin_layout Plain Layout
30247
30248
30249 \backslash
30250 framebox{
30251 \end_layout
30252
30253 \end_inset
30254
30255
30256 \begin_inset Graphics
30257         filename ../clipart/with_fntright.pdf
30258         width 100col%
30259         scaleBeforeRotation
30260
30261 \end_inset
30262
30263
30264 \begin_inset ERT
30265 status collapsed
30266
30267 \begin_layout Plain Layout
30268
30269 }
30270 \end_layout
30271
30272 \end_inset
30273
30274
30275 \end_layout
30276
30277 \begin_layout Plain Layout
30278 \begin_inset Caption
30279
30280 \begin_layout Plain Layout
30281 \begin_inset CommandInset label
30282 LatexCommand label
30283 name "abb:Fußnoten-Platzierung-in-einem"
30284
30285 \end_inset
30286
30287 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
30288  
30289 \series bold
30290 ftnright
30291 \series default
30292 .
30293 \begin_inset Argument
30294 status collapsed
30295
30296 \begin_layout Plain Layout
30297 Fußnoten-Platzierung mit 
30298 \family typewriter
30299 ftnright
30300 \end_layout
30301
30302 \end_inset
30303
30304
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 \begin_inset VSpace bigskip
30319 \end_inset
30320
30321 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
30322  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
30323 \begin_inset space ~
30324 \end_inset
30325
30326
30327 \begin_inset CommandInset ref
30328 LatexCommand ref
30329 reference "abb:endnotes"
30330
30331 \end_inset
30332
30333  gedruckt.
30334  Man nennt sie dann 
30335 \begin_inset Quotes gld
30336 \end_inset
30337
30338 Endnoten
30339 \begin_inset Quotes grd
30340 \end_inset
30341
30342 .
30343 \begin_inset Index idx
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347 Endnoten
30348 \end_layout
30349
30350 \end_inset
30351
30352  Um das zu erreichen, laden Sie im Menü 
30353 \family sans
30354 Dokument\SpecialChar \menuseparator
30355 Einstellungen\SpecialChar \menuseparator
30356 Module 
30357 \family default
30358 das Modul 
30359 \family sans
30360 Fußnote
30361 \begin_inset space ~
30362 \end_inset
30363
30364 als
30365 \begin_inset space ~
30366 \end_inset
30367
30368 Endnote
30369 \family default
30370 .
30371  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
30372 \end_layout
30373
30374 \begin_layout Standard
30375
30376 \series bold
30377
30378 \backslash
30379 theendnotes
30380 \end_layout
30381
30382 \begin_layout Standard
30383 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
30384 \end_layout
30385
30386 \begin_layout Standard
30387 \begin_inset Float figure
30388 wide false
30389 sideways false
30390 status open
30391
30392 \begin_layout Plain Layout
30393 \align center
30394 \begin_inset ERT
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398
30399
30400 \backslash
30401 framebox{
30402 \end_layout
30403
30404 \end_inset
30405
30406
30407 \begin_inset Graphics
30408         filename ../clipart/endnotes.pdf
30409         scaleBeforeRotation
30410
30411 \end_inset
30412
30413
30414 \begin_inset ERT
30415 status collapsed
30416
30417 \begin_layout Plain Layout
30418
30419 }
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \end_layout
30426
30427 \begin_layout Plain Layout
30428 \begin_inset Caption
30429
30430 \begin_layout Plain Layout
30431 \begin_inset CommandInset label
30432 LatexCommand label
30433 name "abb:endnotes"
30434
30435 \end_inset
30436
30437
30438 \series bold
30439 endnotes
30440 \series default
30441  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
30442  gedruckt.
30443 \end_layout
30444
30445 \end_inset
30446
30447
30448 \end_layout
30449
30450 \end_inset
30451
30452
30453 \end_layout
30454
30455 \begin_layout Standard
30456 \begin_inset VSpace medskip
30457 \end_inset
30458
30459 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
30460 ache übersetzt.
30461  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
30462 \begin_inset Quotes gld
30463 \end_inset
30464
30465 Notes
30466 \begin_inset Quotes grd
30467 \end_inset
30468
30469  in 
30470 \begin_inset Quotes gld
30471 \end_inset
30472
30473 Anmerkungen
30474 \begin_inset Quotes grd
30475 \end_inset
30476
30477 :
30478 \end_layout
30479
30480 \begin_layout Standard
30481
30482 \series bold
30483
30484 \backslash
30485 renewcommand{
30486 \backslash
30487 notesname}{Anmerkungen}
30488 \end_layout
30489
30490 \begin_layout Standard
30491 \begin_inset VSpace medskip
30492 \end_inset
30493
30494 Wenn Sie in den Befehlen von Abschnitt
30495 \begin_inset space ~
30496 \end_inset
30497
30498
30499 \begin_inset CommandInset ref
30500 LatexCommand ref
30501 reference "uab:Fußnoten-Nummerierung"
30502
30503 \end_inset
30504
30505  
30506 \series bold
30507
30508 \backslash
30509 thefootnote
30510 \series default
30511  durch 
30512 \series bold
30513
30514 \backslash
30515 theendnote
30516 \series default
30517  ersetzen, können Sie die Nummerierung von Endnoten ändern.
30518  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
30519 \series bold
30520
30521 \backslash
30522 @addtoreset
30523 \series default
30524  wie in Abschnitt
30525 \begin_inset space \space{}
30526 \end_inset
30527
30528
30529 \begin_inset CommandInset ref
30530 LatexCommand ref
30531 reference "uab:Fußnoten-Nummerierung"
30532
30533 \end_inset
30534
30535  beschrieben und ersetzen 
30536 \series bold
30537 footnote
30538 \series default
30539  durch 
30540 \series bold
30541 endnote
30542 \series default
30543 .
30544 \end_layout
30545
30546 \begin_layout Standard
30547 Für Endnoten gibt es den Befehl 
30548 \series bold
30549
30550 \backslash
30551 endnotemark[Nummer]
30552 \series default
30553  analog zum Befehl 
30554 \series bold
30555
30556 \backslash
30557 footnotemark
30558 \series default
30559  der in Abschnitt
30560 \begin_inset space ~
30561 \end_inset
30562
30563
30564 \begin_inset CommandInset ref
30565 LatexCommand ref
30566 reference "abs:Fußnoten"
30567
30568 \end_inset
30569
30570  beschrieben ist.
30571 \end_layout
30572
30573 \begin_layout Standard
30574 \begin_inset VSpace bigskip
30575 \end_inset
30576
30577 Mit dem LaTeX-Paket 
30578 \series bold
30579 footmisc
30580 \series default
30581
30582 \begin_inset Index idx
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586 LaTeX-Pakete ! footmisc
30587 \end_layout
30588
30589 \end_inset
30590
30591  (
30592 \begin_inset CommandInset citation
30593 LatexCommand cite
30594 key "footmisc"
30595
30596 \end_inset
30597
30598 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
30599 \end_layout
30600
30601 \begin_layout Standard
30602 In LaTeX-Büchern, 
30603 \begin_inset CommandInset citation
30604 LatexCommand cite
30605 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
30606
30607 \end_inset
30608
30609 , finden Sie weiteres zu Fußnoten.
30610  Wenn Sie eine 
30611 \series bold
30612 KOMA-Script
30613 \series default
30614
30615 \begin_inset Index idx
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619 LaTeX-Pakete ! KOMA-Script
30620 \end_layout
30621
30622 \end_inset
30623
30624  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
30625 zifische Befehle anpassen, siehe 
30626 \begin_inset CommandInset citation
30627 LatexCommand cite
30628 key "KOMA-Script"
30629
30630 \end_inset
30631
30632 .
30633 \end_layout
30634
30635 \begin_layout Section
30636 Randnotizen
30637 \begin_inset Index idx
30638 status collapsed
30639
30640 \begin_layout Plain Layout
30641 Randnotizen
30642 \end_layout
30643
30644 \end_inset
30645
30646
30647 \begin_inset Index idx
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651 Notizen ! Randnotizen
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \end_layout
30658
30659 \begin_layout Standard
30660 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
30661  Sie fügen sie mit einem Klick auf den Schalter 
30662 \family sans
30663
30664 \begin_inset Info
30665 type  "icon"
30666 arg   "marginalnote-insert"
30667 \end_inset
30668
30669
30670 \family default
30671  oder über 
30672 \family sans
30673 Einfügen\SpecialChar \menuseparator
30674 Randnotiz
30675 \family default
30676  ein.
30677  Ein graues Kästchen mit der Aufschrift 
30678 \begin_inset Quotes gld
30679 \end_inset
30680
30681 Rand
30682 \begin_inset Quotes grd
30683 \end_inset
30684
30685  erscheint
30686 \family roman
30687 \series medium
30688 , und dort, wo der Cursor steht, können Sie Text eingeben.
30689 \end_layout
30690
30691 \begin_layout Standard
30692 Hier am Rand sehen Sie eine Randnotiz.
30693  
30694 \begin_inset Marginal
30695 status open
30696
30697 \begin_layout Plain Layout
30698 Dies ist eine Randnotiz.
30699 \end_layout
30700
30701 \end_inset
30702
30703
30704 \end_layout
30705
30706 \begin_layout Standard
30707 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
30708  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
30709  Seiten und rechts auf den ungeraden.
30710  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
30711  wird und umgekehrt.
30712  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
30713  wurde.
30714 \end_layout
30715
30716 \begin_layout Standard
30717 \begin_inset VSpace bigskip
30718 \end_inset
30719
30720 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
30721 \end_layout
30722
30723 \begin_layout Standard
30724
30725 \series bold
30726
30727 \backslash
30728 reversemarginpar
30729 \end_layout
30730
30731 \begin_layout Standard
30732 als TeX-Code vor einer Randnotiz ein.
30733  Das gilt dann für alle folgenden Randnotizen.
30734  
30735 \begin_inset ERT
30736 status collapsed
30737
30738 \begin_layout Plain Layout
30739
30740
30741 \backslash
30742 reversemarginpar 
30743 \end_layout
30744
30745 \end_inset
30746
30747
30748 \begin_inset Marginal
30749 status open
30750
30751 \begin_layout Plain Layout
30752 Hier ist ein Beispiel im inneren Rand.
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \begin_inset Newline newline
30759 \end_inset
30760
30761
30762 \begin_inset Note Greyedout
30763 status open
30764
30765 \begin_layout Plain Layout
30766  
30767 \series bold
30768 Achtung:
30769 \series default
30770  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
30771 \end_layout
30772
30773 \end_inset
30774
30775
30776 \end_layout
30777
30778 \begin_layout Standard
30779 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
30780 \end_layout
30781
30782 \begin_layout Standard
30783
30784 \series bold
30785
30786 \backslash
30787 normalmarginpar
30788 \end_layout
30789
30790 \begin_layout Standard
30791 als TeX-Code ein.
30792 \begin_inset ERT
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796
30797
30798 \backslash
30799 normalmarginpar 
30800 \end_layout
30801
30802 \end_inset
30803
30804
30805 \end_layout
30806
30807 \begin_layout Standard
30808 \begin_inset Note Greyedout
30809 status open
30810
30811 \begin_layout Plain Layout
30812
30813 \series bold
30814 Achtung:
30815 \series default
30816  Der Befehl wird missachtet, wenn er im selben Absatz wie 
30817 \series bold
30818
30819 \backslash
30820 reversemarginpar
30821 \series default
30822  verwendet wird.
30823 \end_layout
30824
30825 \end_inset
30826
30827
30828 \end_layout
30829
30830 \begin_layout Standard
30831 \begin_inset VSpace bigskip
30832 \end_inset
30833
30834
30835 \begin_inset Marginal
30836 status open
30837
30838 \begin_layout Plain Layout
30839
30840 \family roman
30841 \series medium
30842 EinSehrLangesWort am Anfang, das umgebrochen wird.
30843 \end_layout
30844
30845 \end_inset
30846
30847  Ähnlich wie in Abschnitt
30848 \begin_inset space ~
30849 \end_inset
30850
30851
30852 \begin_inset CommandInset ref
30853 LatexCommand ref
30854 reference "uab:Mehrfache-Zeilen-in"
30855
30856 \end_inset
30857
30858  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
30859  Wort der Randnotiz sind.
30860  Um das zu vermeiden, fügen sie 0
30861 \begin_inset space \thinspace{}
30862 \end_inset
30863
30864 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
30865 \begin_inset Marginal
30866 status open
30867
30868 \begin_layout Plain Layout
30869 \begin_inset space \hspace{}
30870 \length 0pt
30871 \end_inset
30872
30873
30874 \family roman
30875 \series medium
30876 EinSehrLangesWort am Anfang, das umgebrochen wird.
30877 \end_layout
30878
30879 \end_inset
30880
30881
30882 \end_layout
30883
30884 \begin_layout Standard
30885 \begin_inset VSpace bigskip
30886 \end_inset
30887
30888
30889 \end_layout
30890
30891 \begin_layout Standard
30892 \begin_inset Note Greyedout
30893 status open
30894
30895 \begin_layout Plain Layout
30896
30897 \series bold
30898 Bemerkung:
30899 \series default
30900  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
30901  verwendet werden.
30902 \end_layout
30903
30904 \end_inset
30905
30906
30907 \end_layout
30908
30909 \begin_layout Standard
30910 \begin_inset VSpace bigskip
30911 \end_inset
30912
30913
30914 \end_layout
30915
30916 \begin_layout Standard
30917 \begin_inset ERT
30918 status collapsed
30919
30920 \begin_layout Plain Layout
30921
30922
30923 \backslash
30924 ifmarginnote
30925 \end_layout
30926
30927 \end_inset
30928
30929
30930 \begin_inset Note Note
30931 status open
30932
30933 \begin_layout Plain Layout
30934 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
30935 \series bold
30936 marginnote
30937 \series default
30938  installiert ist.
30939 \end_layout
30940
30941 \end_inset
30942
30943
30944 \end_layout
30945
30946 \begin_layout Standard
30947 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
30948 \series bold
30949 marginnote
30950 \series default
30951
30952 \begin_inset Index idx
30953 status collapsed
30954
30955 \begin_layout Plain Layout
30956 LaTeX-Pakete ! marginnote
30957 \end_layout
30958
30959 \end_inset
30960
30961  verwendet wird.
30962  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
30963  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
30964  des Pakets 
30965 \series bold
30966 marginnote
30967 \series default
30968  für Randnotizen verwendet wird:
30969 \end_layout
30970
30971 \begin_layout Standard
30972
30973 \series bold
30974
30975 \backslash
30976 usepackage{marginnote}
30977 \begin_inset Newline newline
30978 \end_inset
30979
30980
30981 \backslash
30982 let
30983 \backslash
30984 marginpar
30985 \backslash
30986 marginnote
30987 \end_layout
30988
30989 \begin_layout Standard
30990 Dies wird auch in diesem Dokument verwendet, denn 
30991 \series bold
30992 marginnote
30993 \series default
30994  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
30995  für Randnotizen angeben.
30996  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
30997 n zu dicht beieinander sind.
30998  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
30999  Schema
31000 \end_layout
31001
31002 \begin_layout Standard
31003
31004 \series bold
31005 [Versatz]
31006 \end_layout
31007
31008 \begin_layout Standard
31009 angegeben.
31010  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31011 \begin_inset space ~
31012 \end_inset
31013
31014
31015 \begin_inset CommandInset ref
31016 LatexCommand ref
31017 reference "tab:Maßeinheiten"
31018
31019 \end_inset
31020
31021  aufgelistet sind.
31022  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31023  nach unten.
31024  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31025 \begin_inset space \thinspace{}
31026 \end_inset
31027
31028 cm mit dem TeX-Code-Befehl  
31029 \begin_inset Quotes gld
31030 \end_inset
31031
31032
31033 \series bold
31034 [-1.5cm]
31035 \series default
31036
31037 \begin_inset Quotes grd
31038 \end_inset
31039
31040  nach oben versetzt.
31041 \begin_inset Marginal
31042 status open
31043
31044 \begin_layout Plain Layout
31045 Diese Randnotiz ist 1.5
31046 \begin_inset space \thinspace{}
31047 \end_inset
31048
31049 cm von ihrer Originalposition nach oben versetzt.
31050 \end_layout
31051
31052 \end_inset
31053
31054
31055 \begin_inset ERT
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059
31060 [-1.5cm]
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Standard
31069 \begin_inset VSpace medskip
31070 \end_inset
31071
31072 Mit 
31073 \series bold
31074 marginnote
31075 \series default
31076  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31077  Zum Beispiel setzen die Befehle
31078 \end_layout
31079
31080 \begin_layout Standard
31081
31082 \series bold
31083
31084 \backslash
31085 renewcommand*{
31086 \backslash
31087 raggedleftmarginnote}{
31088 \backslash
31089 centering}
31090 \begin_inset Newline newline
31091 \end_inset
31092
31093
31094 \backslash
31095 renewcommand*{
31096 \backslash
31097 raggedrightmarginnote}{
31098 \backslash
31099 centering}
31100 \end_layout
31101
31102 \begin_layout Standard
31103 die Ausrichtung auf zentriert.
31104  
31105 \series bold
31106
31107 \backslash
31108 raggedleftmarginnote
31109 \series default
31110  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31111  
31112 \begin_inset ERT
31113 status collapsed
31114
31115 \begin_layout Plain Layout
31116
31117
31118 \backslash
31119 renewcommand*{
31120 \backslash
31121 raggedleftmarginnote}{
31122 \backslash
31123 centering}
31124 \end_layout
31125
31126 \begin_layout Plain Layout
31127
31128
31129 \backslash
31130 renewcommand*{
31131 \backslash
31132 raggedrightmarginnote}{
31133 \backslash
31134 centering}
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \begin_inset Marginal
31141 status open
31142
31143 \begin_layout Plain Layout
31144 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31145 \end_layout
31146
31147 \end_inset
31148
31149  Die Voreinstellung ist
31150 \end_layout
31151
31152 \begin_layout Standard
31153
31154 \series bold
31155
31156 \backslash
31157 renewcommand*{
31158 \backslash
31159 raggedleftmarginnote}{
31160 \backslash
31161 raggedleft}
31162 \begin_inset Newline newline
31163 \end_inset
31164
31165
31166 \backslash
31167 renewcommand*{
31168 \backslash
31169 raggedrightmarginnote}{
31170 \backslash
31171 raggedright}
31172 \series default
31173
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178
31179
31180 \backslash
31181 renewcommand*{
31182 \backslash
31183 raggedleftmarginnote}{
31184 \backslash
31185 raggedleft}
31186 \end_layout
31187
31188 \begin_layout Plain Layout
31189
31190
31191 \backslash
31192 renewcommand*{
31193 \backslash
31194 raggedrightmarginnote}{
31195 \backslash
31196 raggedright}
31197 \end_layout
31198
31199 \end_inset
31200
31201
31202 \end_layout
31203
31204 \begin_layout Standard
31205 \begin_inset VSpace medskip
31206 \end_inset
31207
31208 Für weitere Fähigkeiten des Pakets 
31209 \series bold
31210 marginnote
31211 \series default
31212  sei auf dessen Dokumentation verwiesen 
31213 \begin_inset CommandInset citation
31214 LatexCommand cite
31215 key "marginnote"
31216
31217 \end_inset
31218
31219 .
31220 \end_layout
31221
31222 \begin_layout Standard
31223 \begin_inset VSpace bigskip
31224 \end_inset
31225
31226 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
31227  geändert werden.
31228  Um z.
31229 \begin_inset space \thinspace{}
31230 \end_inset
31231
31232 B.
31233  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
31234  und fettgedruckten Text 
31235 \begin_inset Quotes eld
31236 \end_inset
31237
31238
31239 \family sans
31240 \series bold
31241 \bar under
31242 Achtung!
31243 \family default
31244 \series default
31245 \bar default
31246
31247 \begin_inset Quotes erd
31248 \end_inset
31249
31250  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
31251 \end_layout
31252
31253 \begin_layout Standard
31254
31255 \series bold
31256
31257 \backslash
31258 let
31259 \backslash
31260 myMarginpar
31261 \backslash
31262 marginpar
31263 \begin_inset Newline newline
31264 \end_inset
31265
31266
31267 \backslash
31268 renewcommand{
31269 \backslash
31270 marginpar}[1]{
31271 \backslash
31272 myMarginpar{%
31273 \begin_inset Newline newline
31274 \end_inset
31275
31276
31277 \begin_inset Phantom HPhantom
31278 status open
31279
31280 \begin_layout Plain Layout
31281
31282 \series bold
31283 \begin_inset space ~
31284 \end_inset
31285
31286
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \backslash
31293 hspace{0pt}
31294 \backslash
31295 textsf{
31296 \backslash
31297 textbf{
31298 \backslash
31299 underbar{Achtung!}}}%
31300 \begin_inset Newline newline
31301 \end_inset
31302
31303
31304 \begin_inset Phantom HPhantom
31305 status open
31306
31307 \begin_layout Plain Layout
31308
31309 \series bold
31310 \begin_inset space ~
31311 \end_inset
31312
31313
31314 \end_layout
31315
31316 \end_inset
31317
31318
31319 \backslash
31320 vspace{1.5mm}
31321 \backslash
31322
31323 \backslash
31324 #1}}
31325 \end_layout
31326
31327 \begin_layout Standard
31328 \begin_inset ERT
31329 status collapsed
31330
31331 \begin_layout Plain Layout
31332
31333
31334 \backslash
31335 let
31336 \backslash
31337 myMarginpar
31338 \backslash
31339 marginpar
31340 \end_layout
31341
31342 \begin_layout Plain Layout
31343
31344
31345 \backslash
31346 renewcommand{
31347 \backslash
31348 marginpar}[1]{
31349 \backslash
31350 myMarginpar{%
31351 \end_layout
31352
31353 \begin_layout Plain Layout
31354
31355    
31356 \backslash
31357 textsf{
31358 \backslash
31359 textbf{
31360 \backslash
31361 underbar{Achtung!}}}%
31362 \end_layout
31363
31364 \begin_layout Plain Layout
31365
31366    
31367 \backslash
31368 vspace{1.5mm}
31369 \backslash
31370
31371 \backslash
31372 #1}}
31373 \end_layout
31374
31375 \end_inset
31376
31377
31378 \begin_inset Marginal
31379 status open
31380
31381 \begin_layout Plain Layout
31382 Dies ist eine Randnotiz mit einer definierten Überschrift.
31383 \end_layout
31384
31385 \end_inset
31386
31387
31388 \begin_inset ERT
31389 status collapsed
31390
31391 \begin_layout Plain Layout
31392
31393 [-1.5cm]
31394 \end_layout
31395
31396 \end_inset
31397
31398
31399 \begin_inset ERT
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403
31404
31405 \backslash
31406 renewcommand{
31407 \backslash
31408 marginpar}[1]{
31409 \backslash
31410 myMarginpar{#1}}
31411 \end_layout
31412
31413 \end_inset
31414
31415
31416 \begin_inset Note Note
31417 status open
31418
31419 \begin_layout Plain Layout
31420 Das Format wurde nur für dieses Beispiel geändert.
31421 \end_layout
31422
31423 \end_inset
31424
31425
31426 \end_layout
31427
31428 \begin_layout Standard
31429 \begin_inset ERT
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433
31434
31435 \backslash
31436 else
31437 \end_layout
31438
31439 \end_inset
31440
31441
31442 \begin_inset Note Note
31443 status open
31444
31445 \begin_layout Plain Layout
31446 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
31447 \series bold
31448 marginnote
31449 \series default
31450  nicht installiert ist:
31451 \end_layout
31452
31453 \end_inset
31454
31455
31456 \end_layout
31457
31458 \begin_layout Standard
31459 Das LaTeX-Paket 
31460 \series bold
31461 marginnote
31462 \series default
31463  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
31464 \end_layout
31465
31466 \begin_layout Standard
31467 \begin_inset ERT
31468 status collapsed
31469
31470 \begin_layout Plain Layout
31471
31472
31473 \backslash
31474 fi
31475 \end_layout
31476
31477 \end_inset
31478
31479
31480 \end_layout
31481
31482 \begin_layout Chapter
31483 Boxen
31484 \end_layout
31485
31486 \begin_layout Section
31487 Einleitung
31488 \begin_inset Index idx
31489 status collapsed
31490
31491 \begin_layout Plain Layout
31492 Boxen ! Einleitung
31493 \end_layout
31494
31495 \end_inset
31496
31497
31498 \end_layout
31499
31500 \begin_layout Standard
31501 Boxen werden benutzt, um einen Textblock zu formatieren.
31502  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
31503  siehe Abschnitt
31504 \begin_inset space ~
31505 \end_inset
31506
31507
31508 \begin_inset CommandInset ref
31509 LatexCommand ref
31510 reference "abs:Minipage"
31511
31512 \end_inset
31513
31514 , um Text zu umrahmen, siehe Abschnitt
31515 \begin_inset space ~
31516 \end_inset
31517
31518
31519 \begin_inset CommandInset ref
31520 LatexCommand ref
31521 reference "uab:Verzierung"
31522
31523 \end_inset
31524
31525 , um Silbentrennung zu verhindern, siehe Abschnitt
31526 \begin_inset space ~
31527 \end_inset
31528
31529
31530 \begin_inset CommandInset ref
31531 LatexCommand ref
31532 reference "abs:Silbentrennung-unterbinden"
31533
31534 \end_inset
31535
31536 , um Text senkrecht auszurichten, siehe Abschnitt
31537 \begin_inset space ~
31538 \end_inset
31539
31540
31541 \begin_inset CommandInset ref
31542 LatexCommand ref
31543 reference "uab:Vertikale-Ausrichtung"
31544
31545 \end_inset
31546
31547  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
31548 \begin_inset space ~
31549 \end_inset
31550
31551
31552 \begin_inset CommandInset ref
31553 LatexCommand ref
31554 reference "abs:Farbige-Boxen"
31555
31556 \end_inset
31557
31558 .
31559 \end_layout
31560
31561 \begin_layout Standard
31562 Boxen werden mit 
31563 \family sans
31564 Einfügen\SpecialChar \menuseparator
31565 Box
31566 \family default
31567  oder dem Schalter 
31568 \family sans
31569
31570 \begin_inset Info
31571 type  "icon"
31572 arg   "box-insert Frameless"
31573 \end_inset
31574
31575
31576 \family default
31577  eingefügt.
31578  Ein graues Kästchen mit der Aufschrift 
31579 \begin_inset Quotes gld
31580 \end_inset
31581
31582 Box (Minipage)
31583 \begin_inset Quotes grd
31584 \end_inset
31585
31586  erscheint: 
31587 \begin_inset Graphics
31588         filename clipart/StandardBoxQt4.png
31589         scale 85
31590         scaleBeforeRotation
31591
31592 \end_inset
31593
31594  Mit einem Rechts\SpecialChar \-
31595 klick auf das graue Kästchen und der Auswahl von 
31596 \family sans
31597 Einstellungen
31598 \family default
31599  kann der Typ spezifiziert werden.
31600  Das Dialogfenster bietet bei 
31601 \family sans
31602 Innere
31603 \begin_inset space ~
31604 \end_inset
31605
31606 Box
31607 \family default
31608  die Typen 
31609 \family sans
31610 Makebox
31611 \family default
31612
31613 \family sans
31614 Parbox
31615 \family default
31616  und 
31617 \family sans
31618 Minipage
31619 \family default
31620  an.
31621  
31622 \family sans
31623 Minipage
31624 \family default
31625  ist die Standard-Einstellung für neue Boxen und in Abschnitt
31626 \begin_inset space ~
31627 \end_inset
31628
31629
31630 \begin_inset CommandInset ref
31631 LatexCommand ref
31632 reference "abs:Minipage"
31633
31634 \end_inset
31635
31636  beschrieben, 
31637 \family sans
31638 Parbox
31639 \family default
31640  in Abschnitt
31641 \begin_inset space ~
31642 \end_inset
31643
31644
31645 \begin_inset CommandInset ref
31646 LatexCommand ref
31647 reference "abs:Parbox"
31648
31649 \end_inset
31650
31651  und 
31652 \family sans
31653 Makebox
31654 \family default
31655  in 
31656 \begin_inset CommandInset ref
31657 LatexCommand ref
31658 reference "abs:Silbentrennung-unterbinden"
31659
31660 \end_inset
31661
31662 .
31663 \end_layout
31664
31665 \begin_layout Standard
31666 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
31667  wie auf Gleitobjekte und Fußnoten.
31668 \end_layout
31669
31670 \begin_layout Standard
31671 \begin_inset Note Greyedout
31672 status open
31673
31674 \begin_layout Plain Layout
31675
31676 \series bold
31677 Bemerkung
31678 \begin_inset space ~
31679 \end_inset
31680
31681 1:
31682 \series default
31683  Boxen dürfen in 
31684 \family sans
31685 List-
31686 \family default
31687  oder 
31688 \family sans
31689 Beschreibung-
31690 \family default
31691 Umgebungen nicht verwendet werden.
31692 \end_layout
31693
31694 \end_inset
31695
31696
31697 \end_layout
31698
31699 \begin_layout Standard
31700 \begin_inset Note Greyedout
31701 status open
31702
31703 \begin_layout Plain Layout
31704
31705 \series bold
31706 Bemerkung
31707 \begin_inset space ~
31708 \end_inset
31709
31710 2:
31711 \series default
31712  Boxen ohne 
31713 \family sans
31714 Innere
31715 \begin_inset space ~
31716 \end_inset
31717
31718 Box
31719 \family default
31720  und ohne Rahmen werden in Abschnitt
31721 \begin_inset space ~
31722 \end_inset
31723
31724
31725 \begin_inset CommandInset ref
31726 LatexCommand ref
31727 reference "abs:Silbentrennung-unterbinden"
31728
31729 \end_inset
31730
31731  beschrieben.
31732 \end_layout
31733
31734 \end_inset
31735
31736
31737 \end_layout
31738
31739 \begin_layout Section
31740 Das Box-Einstellungen-Fenster
31741 \begin_inset CommandInset label
31742 LatexCommand label
31743 name "abs:Box-Dialog"
31744
31745 \end_inset
31746
31747
31748 \begin_inset Index idx
31749 status collapsed
31750
31751 \begin_layout Plain Layout
31752 Boxen ! Box-Dialog-Fenster
31753 \end_layout
31754
31755 \end_inset
31756
31757
31758 \end_layout
31759
31760 \begin_layout Subsection
31761 Box-Größe
31762 \begin_inset Index idx
31763 status collapsed
31764
31765 \begin_layout Plain Layout
31766 Boxen ! Größe
31767 \end_layout
31768
31769 \end_inset
31770
31771
31772 \end_layout
31773
31774 \begin_layout Standard
31775 Im 
31776 \family sans
31777 Box-Einstellungen
31778 \family default
31779 -Fenster können Sie die Größe der Box mit 
31780 \family sans
31781 Breite
31782 \family default
31783  und 
31784 \family sans
31785 Höhe 
31786 \family default
31787 festlegen.
31788  Die verfügbaren Einheiten werden in Tabelle
31789 \begin_inset space ~
31790 \end_inset
31791
31792
31793 \begin_inset CommandInset ref
31794 LatexCommand ref
31795 reference "tab:Maßeinheiten"
31796
31797 \end_inset
31798
31799  aufgelistet.
31800  Das Feld
31801 \family sans
31802  Höhe
31803 \family default
31804  bietet die folgenden zusätzlichen Größen:
31805 \end_layout
31806
31807 \begin_layout Description
31808 Tiefe Dies ist die reine Text-
31809 \begin_inset Quotes gld
31810 \end_inset
31811
31812 Höhe
31813 \begin_inset Quotes grd
31814 \end_inset
31815
31816 .
31817  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
31818 \begin_inset Newline newline
31819 \end_inset
31820
31821
31822 \begin_inset Newline newline
31823 \end_inset
31824
31825
31826 \begin_inset Newline newline
31827 \end_inset
31828
31829
31830 \begin_inset Box Boxed
31831 position "c"
31832 hor_pos "c"
31833 has_inner_box 1
31834 inner_pos "c"
31835 use_parbox 0
31836 use_makebox 0
31837 width "12col%"
31838 special "none"
31839 height "1in"
31840 height_special "depth"
31841 status collapsed
31842
31843 \begin_layout Plain Layout
31844 \align center
31845 Box-Höhe = 1
31846 \begin_inset space \thinspace{}
31847 \end_inset
31848
31849 Tiefe
31850 \end_layout
31851
31852 \end_inset
31853
31854
31855 \begin_inset Newline newline
31856 \end_inset
31857
31858
31859 \begin_inset Newline newline
31860 \end_inset
31861
31862
31863 \end_layout
31864
31865 \begin_layout Description
31866 Höhe Dies ist die Texthöhe innerhalb der Box.
31867  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
31868  Texthöhe setzen: 
31869 \begin_inset Box Boxed
31870 position "c"
31871 hor_pos "c"
31872 has_inner_box 1
31873 inner_pos "c"
31874 use_parbox 0
31875 use_makebox 0
31876 width "20col%"
31877 special "none"
31878 height "2in"
31879 height_special "height"
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883 \align center
31884 Boxhöhe = 2
31885 \begin_inset space \thinspace{}
31886 \end_inset
31887
31888 Höhe
31889 \end_layout
31890
31891 \end_inset
31892
31893
31894 \end_layout
31895
31896 \begin_layout Description
31897 Gesamthöhe Dies ist Höhe
31898 \begin_inset space \thinspace{}
31899 \end_inset
31900
31901 +
31902 \begin_inset space \thinspace{}
31903 \end_inset
31904
31905 Tiefe: 
31906 \begin_inset Box Boxed
31907 position "c"
31908 hor_pos "c"
31909 has_inner_box 1
31910 inner_pos "c"
31911 use_parbox 0
31912 use_makebox 0
31913 width "20col%"
31914 special "none"
31915 height "1in"
31916 height_special "totalheight"
31917 status collapsed
31918
31919 \begin_layout Plain Layout
31920 \align center
31921 Boxhöhe = 1
31922 \begin_inset space \thinspace{}
31923 \end_inset
31924
31925 Gesamthöhe
31926 \end_layout
31927
31928 \end_inset
31929
31930
31931 \end_layout
31932
31933 \begin_layout Description
31934 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
31935 \begin_inset Box Boxed
31936 position "c"
31937 hor_pos "c"
31938 has_inner_box 1
31939 inner_pos "c"
31940 use_parbox 0
31941 use_makebox 0
31942 width "12col%"
31943 special "none"
31944 height "1in"
31945 height_special "width"
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949 \align center
31950 Boxhöhe = 1
31951 \begin_inset space \thinspace{}
31952 \end_inset
31953
31954 Breite
31955 \end_layout
31956
31957 \end_inset
31958
31959
31960 \end_layout
31961
31962 \begin_layout Subsection
31963 Ausrichtung
31964 \begin_inset Index idx
31965 status collapsed
31966
31967 \begin_layout Plain Layout
31968 Boxen ! Ausrichtung
31969 \end_layout
31970
31971 \end_inset
31972
31973
31974 \end_layout
31975
31976 \begin_layout Standard
31977 Wenn Sie eine 
31978 \family sans
31979 Innere
31980 \begin_inset space ~
31981 \end_inset
31982
31983 Box
31984 \family default
31985  gewählt haben, kann die Box mit folgenden Werten für 
31986 \family sans
31987 Box
31988 \family default
31989  senkrecht ausgerichtet werden:
31990 \end_layout
31991
31992 \begin_layout Description
31993 Oben Dies ist ein Beispieltext.
31994  
31995 \begin_inset Box Boxed
31996 position "t"
31997 hor_pos "c"
31998 has_inner_box 1
31999 inner_pos "c"
32000 use_parbox 0
32001 use_makebox 0
32002 width "20col%"
32003 special "none"
32004 height "1in"
32005 height_special "totalheight"
32006 status collapsed
32007
32008 \begin_layout Plain Layout
32009 \align center
32010 Die Ober\SpecialChar \-
32011 kante der Box ist in der Zeile.
32012 \end_layout
32013
32014 \end_inset
32015
32016  Dies ist ein Beispieltext.
32017 \end_layout
32018
32019 \begin_layout Description
32020 Mitte Dies ist ein Beispieltext.
32021  
32022 \begin_inset Box Boxed
32023 position "c"
32024 hor_pos "c"
32025 has_inner_box 1
32026 inner_pos "c"
32027 use_parbox 0
32028 use_makebox 0
32029 width "20col%"
32030 special "none"
32031 height "1in"
32032 height_special "totalheight"
32033 status collapsed
32034
32035 \begin_layout Plain Layout
32036 \align center
32037 Die Mitte der Box ist in der Zeile.
32038 \end_layout
32039
32040 \end_inset
32041
32042  Dies ist ein Beispieltext.
32043 \end_layout
32044
32045 \begin_layout Description
32046 Unten Dies ist ein Beispieltext.
32047  
32048 \begin_inset Box Boxed
32049 position "b"
32050 hor_pos "c"
32051 has_inner_box 1
32052 inner_pos "c"
32053 use_parbox 0
32054 use_makebox 0
32055 width "20col%"
32056 special "none"
32057 height "1in"
32058 height_special "totalheight"
32059 status collapsed
32060
32061 \begin_layout Plain Layout
32062 \align center
32063 Die Unter\SpecialChar \-
32064 kante der Box ist in der Zeile.
32065 \end_layout
32066
32067 \end_inset
32068
32069  Dies ist ein Beispieltext.
32070 \end_layout
32071
32072 \begin_layout Standard
32073 \begin_inset Note Greyedout
32074 status open
32075
32076 \begin_layout Plain Layout
32077
32078 \series bold
32079 Bemerkung:
32080 \series default
32081  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32082  Boxen in einer Zeile sind und eine Box z.
32083 \begin_inset space \thinspace{}
32084 \end_inset
32085
32086 B.
32087  schattiert ist, die andere aber nicht.
32088 \end_layout
32089
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \begin_layout Standard
32096 Eine Box kann mit dem Dialog 
32097 \family sans
32098 Absatz-Einstellungen
32099 \family default
32100  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32101 \end_layout
32102
32103 \begin_layout Standard
32104 \begin_inset VSpace bigskip
32105 \end_inset
32106
32107 Wenn Sie eine 
32108 \family sans
32109 Innere
32110 \begin_inset space ~
32111 \end_inset
32112
32113 Box
32114 \family default
32115  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
32116 \family sans
32117 Inhalt
32118 \family default
32119  senkrecht ausgerichtet werden:
32120 \end_layout
32121
32122 \begin_layout Description
32123 Oben Dies ist ein Beispieltext.
32124  
32125 \begin_inset Box Boxed
32126 position "c"
32127 hor_pos "c"
32128 has_inner_box 1
32129 inner_pos "t"
32130 use_parbox 0
32131 use_makebox 0
32132 width "20col%"
32133 special "none"
32134 height "1.5in"
32135 height_special "totalheight"
32136 status collapsed
32137
32138 \begin_layout Plain Layout
32139 \align center
32140 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
32141 \end_layout
32142
32143 \end_inset
32144
32145  Dies ist ein Beispieltext.
32146 \end_layout
32147
32148 \begin_layout Description
32149 Mitte Dies ist ein Beispieltext.
32150  
32151 \begin_inset Box Boxed
32152 position "c"
32153 hor_pos "c"
32154 has_inner_box 1
32155 inner_pos "c"
32156 use_parbox 0
32157 use_makebox 0
32158 width "20col%"
32159 special "none"
32160 height "1.5in"
32161 height_special "totalheight"
32162 status collapsed
32163
32164 \begin_layout Plain Layout
32165 \align center
32166 Der Boxinhalt ist zentriert ausgerichtet.
32167 \end_layout
32168
32169 \end_inset
32170
32171  Dies ist ein Beispieltext.
32172 \end_layout
32173
32174 \begin_layout Description
32175 Unten Dies ist ein Beispieltext.
32176  
32177 \begin_inset Box Boxed
32178 position "c"
32179 hor_pos "c"
32180 has_inner_box 1
32181 inner_pos "b"
32182 use_parbox 0
32183 use_makebox 0
32184 width "20col%"
32185 special "none"
32186 height "1.5in"
32187 height_special "totalheight"
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191 \align center
32192 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
32193 \end_layout
32194
32195 \end_inset
32196
32197  Dies ist ein Beispieltext.
32198 \end_layout
32199
32200 \begin_layout Description
32201 Dehnen Dies ist ein Beispieltext.
32202  
32203 \begin_inset Box Boxed
32204 position "c"
32205 hor_pos "c"
32206 has_inner_box 1
32207 inner_pos "s"
32208 use_parbox 0
32209 use_makebox 0
32210 width "20col%"
32211 special "none"
32212 height "1in"
32213 height_special "totalheight"
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217 \align center
32218 Der Boxinhalt
32219 \end_layout
32220
32221 \begin_layout Plain Layout
32222 \align center
32223 ist über die
32224 \end_layout
32225
32226 \begin_layout Plain Layout
32227 \align center
32228 Boxhöhe
32229 \end_layout
32230
32231 \begin_layout Plain Layout
32232 \align center
32233 gleichmäßig verteilt.
32234 \end_layout
32235
32236 \end_inset
32237
32238  Dies ist ein Beispieltext.
32239 \end_layout
32240
32241 \begin_layout Standard
32242 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
32243  besteht.
32244  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
32245 \end_layout
32246
32247 \begin_layout Standard
32248 Ein Boxinhalt kann mit dem Dialog 
32249 \family sans
32250 Absatz-Einstellungen
32251 \family default
32252  waagerecht ausgerichtet werden, wenn Sie eine
32253 \family sans
32254  Innere
32255 \begin_inset space ~
32256 \end_inset
32257
32258 Box
32259 \family default
32260  gewählt haben.
32261 \end_layout
32262
32263 \begin_layout Standard
32264 \align center
32265 \begin_inset Box Boxed
32266 position "c"
32267 hor_pos "c"
32268 has_inner_box 1
32269 inner_pos "s"
32270 use_parbox 0
32271 use_makebox 0
32272 width "30col%"
32273 special "none"
32274 height "1.25in"
32275 height_special "totalheight"
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279 \align left
32280 Hier ist jede Zeile
32281 \end_layout
32282
32283 \begin_layout Plain Layout
32284 \align center
32285 anders
32286 \end_layout
32287
32288 \begin_layout Plain Layout
32289 \align right
32290 ausgerichtet.
32291 \end_layout
32292
32293 \end_inset
32294
32295
32296 \end_layout
32297
32298 \begin_layout Standard
32299 Wenn Sie keine
32300 \family sans
32301  Innere
32302 \begin_inset space ~
32303 \end_inset
32304
32305 Box
32306 \family default
32307  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
32308 \family sans
32309 Box-Einstellungen-
32310 \family default
32311 Dialog ausrichten
32312 \end_layout
32313
32314 \begin_layout Standard
32315 \align center
32316 \begin_inset Box Boxed
32317 position "c"
32318 hor_pos "s"
32319 has_inner_box 0
32320 inner_pos "s"
32321 use_parbox 0
32322 use_makebox 0
32323 width "90col%"
32324 special "none"
32325 height "1.25in"
32326 height_special "totalheight"
32327 status collapsed
32328
32329 \begin_layout Plain Layout
32330 Dieser Boxinhalt wurde horizontal gedehnt.
32331 \end_layout
32332
32333 \end_inset
32334
32335
32336 \end_layout
32337
32338 \begin_layout Subsection
32339 Verzierung
32340 \begin_inset CommandInset label
32341 LatexCommand label
32342 name "uab:Verzierung"
32343
32344 \end_inset
32345
32346
32347 \begin_inset Index idx
32348 status collapsed
32349
32350 \begin_layout Plain Layout
32351 Boxen ! Verzierung
32352 \end_layout
32353
32354 \end_inset
32355
32356
32357 \end_layout
32358
32359 \begin_layout Standard
32360 Im 
32361 \family sans
32362 Box-Einstellungen-
32363 \family default
32364 Dialog können Sie mit der 
32365 \family sans
32366 Verzierung
32367 \family default
32368  den Typ der Box auswählen:
32369 \end_layout
32370
32371 \begin_layout Description
32372 Kein
32373 \begin_inset space ~
32374 \end_inset
32375
32376 Rahmen Nichts wird gezeichnet.
32377 \end_layout
32378
32379 \begin_layout Description
32380 Einfacher
32381 \begin_inset space ~
32382 \end_inset
32383
32384 rechteckiger
32385 \begin_inset space ~
32386 \end_inset
32387
32388 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
32389  Die Rahmendicke wird durch 
32390 \series bold
32391
32392 \backslash
32393 fboxrule
32394 \series default
32395  festgelegt.
32396  
32397 \begin_inset Box Boxed
32398 position "c"
32399 hor_pos "c"
32400 has_inner_box 1
32401 inner_pos "c"
32402 use_parbox 0
32403 use_makebox 0
32404 width "21col%"
32405 special "none"
32406 height "1in"
32407 height_special "totalheight"
32408 status collapsed
32409
32410 \begin_layout Plain Layout
32411
32412 \series medium
32413 Rechteckige
32414 \begin_inset space ~
32415 \end_inset
32416
32417 Box
32418 \end_layout
32419
32420 \end_inset
32421
32422
32423 \end_layout
32424
32425 \begin_layout Description
32426 erlaube
32427 \begin_inset space ~
32428 \end_inset
32429
32430 Seitenumbrüche 
32431 \end_layout
32432
32433 \begin_layout Description
32434 Ovaler
32435 \begin_inset space ~
32436 \end_inset
32437
32438 Rahmen,
32439 \begin_inset space ~
32440 \end_inset
32441
32442 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
32443  Die Rahmendicke ist 0.4
32444 \begin_inset space \thinspace{}
32445 \end_inset
32446
32447 pt.
32448  
32449 \begin_inset Box ovalbox
32450 position "c"
32451 hor_pos "c"
32452 has_inner_box 1
32453 inner_pos "c"
32454 use_parbox 0
32455 use_makebox 0
32456 width "20col%"
32457 special "none"
32458 height "1in"
32459 height_special "totalheight"
32460 status collapsed
32461
32462 \begin_layout Plain Layout
32463 Ovale
32464 \begin_inset space ~
32465 \end_inset
32466
32467 Box,
32468 \begin_inset space ~
32469 \end_inset
32470
32471 dünn
32472 \end_layout
32473
32474 \end_inset
32475
32476
32477 \end_layout
32478
32479 \begin_layout Description
32480 Ovaler
32481 \begin_inset space ~
32482 \end_inset
32483
32484 Rahmen,
32485 \begin_inset space ~
32486 \end_inset
32487
32488 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
32489  Die Rahmendicke ist 0.8
32490 \begin_inset space \thinspace{}
32491 \end_inset
32492
32493 pt.
32494  
32495 \begin_inset Box Ovalbox
32496 position "c"
32497 hor_pos "c"
32498 has_inner_box 1
32499 inner_pos "c"
32500 use_parbox 0
32501 use_makebox 0
32502 width "20col%"
32503 special "none"
32504 height "1in"
32505 height_special "totalheight"
32506 status collapsed
32507
32508 \begin_layout Plain Layout
32509 Ovale
32510 \begin_inset space ~
32511 \end_inset
32512
32513 Box,
32514 \begin_inset space ~
32515 \end_inset
32516
32517 dick
32518 \end_layout
32519
32520 \end_inset
32521
32522
32523 \end_layout
32524
32525 \begin_layout Description
32526 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
32527  Die Rahmendicke wird durch 
32528 \series bold
32529
32530 \backslash
32531 fboxrule
32532 \series default
32533  festgelegt, der Schatten ist 4
32534 \begin_inset space \thinspace{}
32535 \end_inset
32536
32537 pt breit.
32538 \begin_inset Newline newline
32539 \end_inset
32540
32541
32542 \begin_inset Box Shadowbox
32543 position "c"
32544 hor_pos "c"
32545 has_inner_box 1
32546 inner_pos "c"
32547 use_parbox 0
32548 use_makebox 0
32549 width "20col%"
32550 special "none"
32551 height "1in"
32552 height_special "totalheight"
32553 status collapsed
32554
32555 \begin_layout Plain Layout
32556 Schattierte
32557 \begin_inset space ~
32558 \end_inset
32559
32560 Box
32561 \end_layout
32562
32563 \end_inset
32564
32565
32566 \end_layout
32567
32568 \begin_layout Description
32569 Schattierter
32570 \begin_inset space ~
32571 \end_inset
32572
32573 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
32574  Im Gegensatz zu farbigen Boxen
32575 \begin_inset Foot
32576 status collapsed
32577
32578 \begin_layout Plain Layout
32579 siehe Abschnitt
32580 \begin_inset space ~
32581 \end_inset
32582
32583
32584 \begin_inset CommandInset ref
32585 LatexCommand ref
32586 reference "abs:Farbige-Boxen"
32587
32588 \end_inset
32589
32590
32591 \end_layout
32592
32593 \end_inset
32594
32595  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
32596  die Box ist ein Absatz für sich.
32597  
32598 \begin_inset Box Shaded
32599 position "t"
32600 hor_pos "c"
32601 has_inner_box 0
32602 inner_pos "t"
32603 use_parbox 0
32604 use_makebox 0
32605 width "50col%"
32606 special "none"
32607 height "1in"
32608 height_special "totalheight"
32609 status collapsed
32610
32611 \begin_layout Plain Layout
32612 Schattierter Hintergrund Box
32613 \end_layout
32614
32615 \end_inset
32616
32617
32618 \end_layout
32619
32620 \begin_layout Description
32621 Doppelter
32622 \begin_inset space ~
32623 \end_inset
32624
32625 rechteckiger
32626 \begin_inset space ~
32627 \end_inset
32628
32629 Rahmen zeichnet einen doppelten Rahmen um die Box.
32630  Der innere Rahmen ist 0.75
32631 \begin_inset space \thinspace{}
32632 \end_inset
32633
32634
32635 \series bold
32636
32637 \backslash
32638 fboxrule
32639 \series default
32640  breit, der äußere 1.5
32641 \begin_inset space \thinspace{}
32642 \end_inset
32643
32644
32645 \series bold
32646
32647 \backslash
32648 fboxrule
32649 \series default
32650 , der Zwischenraum 1.5
32651 \begin_inset space \thinspace{}
32652 \end_inset
32653
32654
32655 \series bold
32656
32657 \backslash
32658 fboxrule
32659 \series default
32660
32661 \begin_inset space \thinspace{}
32662 \end_inset
32663
32664 +
32665 \begin_inset space \thinspace{}
32666 \end_inset
32667
32668 0.5
32669 \begin_inset space \thinspace{}
32670 \end_inset
32671
32672 pt.
32673  
32674 \begin_inset Box Doublebox
32675 position "c"
32676 hor_pos "c"
32677 has_inner_box 1
32678 inner_pos "c"
32679 use_parbox 0
32680 use_makebox 0
32681 width "20col%"
32682 special "none"
32683 height "1in"
32684 height_special "totalheight"
32685 status collapsed
32686
32687 \begin_layout Plain Layout
32688 Doppelt
32689 \begin_inset space ~
32690 \end_inset
32691
32692 gerahmte
32693 \begin_inset space ~
32694 \end_inset
32695
32696 Box
32697 \end_layout
32698
32699 \end_inset
32700
32701
32702 \end_layout
32703
32704 \begin_layout Standard
32705 \begin_inset VSpace bigskip
32706 \end_inset
32707
32708 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
32709  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
32710 \series bold
32711 fancybox
32712 \series default
32713
32714 \begin_inset Index idx
32715 status collapsed
32716
32717 \begin_layout Plain Layout
32718 LaTeX-Pakete ! fancybox
32719 \end_layout
32720
32721 \end_inset
32722
32723  installiert sein.
32724 \end_layout
32725
32726 \begin_layout Standard
32727 \begin_inset VSpace bigskip
32728 \end_inset
32729
32730 Wenn Sie die Verzierung 
32731 \family sans
32732 Einfacher rechteckiger Rahmen
32733 \family default
32734  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
32735  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
32736  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
32737  für sich ist und 
32738 \series bold
32739
32740 \backslash
32741 fboxrule
32742 \series default
32743  und 
32744 \series bold
32745
32746 \backslash
32747 fboxsep
32748 \series default
32749  keinen Einfluss auf diesen Box Typ haben.
32750  Die Rahmendicke wird durch 
32751 \series bold
32752
32753 \backslash
32754 FrameRule
32755 \series default
32756  festgelegt.
32757  
32758 \begin_inset Box Framed
32759 position "t"
32760 hor_pos "c"
32761 has_inner_box 0
32762 inner_pos "t"
32763 use_parbox 0
32764 use_makebox 0
32765 width "100col%"
32766 special "none"
32767 height "1in"
32768 height_special "totalheight"
32769 status collapsed
32770
32771 \begin_layout Plain Layout
32772 Box erlaubt Seitenumbruch
32773 \end_layout
32774
32775 \end_inset
32776
32777
32778 \end_layout
32779
32780 \begin_layout Section
32781 Box-Anpassung
32782 \begin_inset Index idx
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786 Boxen ! Anpassung
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \begin_layout Standard
32795 Der Standardwert für 
32796 \series bold
32797
32798 \backslash
32799 fboxrule
32800 \series default
32801  ist 0.4
32802 \begin_inset space \thinspace{}
32803 \end_inset
32804
32805 pt.
32806  Mit dem folgenden TeX-Code-Befehl kann er auf 2
32807 \begin_inset space \thinspace{}
32808 \end_inset
32809
32810 pt gesetzt werden:
32811 \end_layout
32812
32813 \begin_layout Standard
32814
32815 \series bold
32816
32817 \backslash
32818 setlength{
32819 \backslash
32820 fboxrule}{2pt}
32821 \end_layout
32822
32823 \begin_layout Standard
32824 \begin_inset ERT
32825 status collapsed
32826
32827 \begin_layout Plain Layout
32828
32829
32830 \backslash
32831 setlength{
32832 \backslash
32833 fboxrule}{2pt}
32834 \end_layout
32835
32836 \end_inset
32837
32838
32839 \begin_inset Box Boxed
32840 position "c"
32841 hor_pos "c"
32842 has_inner_box 1
32843 inner_pos "c"
32844 use_parbox 0
32845 use_makebox 0
32846 width "30col%"
32847 special "none"
32848 height "1in"
32849 height_special "totalheight"
32850 status open
32851
32852 \begin_layout Plain Layout
32853 \align center
32854 Rechteckige Box mit einer Rahmenbreite von 2
32855 \begin_inset space \thinspace{}
32856 \end_inset
32857
32858 pt
32859 \end_layout
32860
32861 \end_inset
32862
32863
32864 \begin_inset ERT
32865 status collapsed
32866
32867 \begin_layout Plain Layout
32868
32869
32870 \backslash
32871 setlength{
32872 \backslash
32873 fboxrule}{0.4pt}
32874 \end_layout
32875
32876 \end_inset
32877
32878
32879 \begin_inset VSpace bigskip
32880 \end_inset
32881
32882
32883 \end_layout
32884
32885 \begin_layout Standard
32886 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
32887 \begin_inset space \thinspace{}
32888 \end_inset
32889
32890 pt.
32891  Sie können das ändern, indem Sie den Wert von 
32892 \series bold
32893
32894 \backslash
32895 fboxsep
32896 \series default
32897  mit einem TeX-Code-Befehl ändern:
32898 \end_layout
32899
32900 \begin_layout Standard
32901
32902 \series bold
32903
32904 \backslash
32905 setlength{
32906 \backslash
32907 fboxsep}{10pt}
32908 \end_layout
32909
32910 \begin_layout Standard
32911 setzt den Wert auf 10
32912 \begin_inset space \thinspace{}
32913 \end_inset
32914
32915 pt, wie in der folgenden Box:
32916 \end_layout
32917
32918 \begin_layout Standard
32919 \begin_inset ERT
32920 status collapsed
32921
32922 \begin_layout Plain Layout
32923
32924
32925 \backslash
32926 setlength{
32927 \backslash
32928 fboxsep}{10pt}
32929 \end_layout
32930
32931 \end_inset
32932
32933
32934 \begin_inset Box Boxed
32935 position "c"
32936 hor_pos "c"
32937 has_inner_box 1
32938 inner_pos "c"
32939 use_parbox 0
32940 use_makebox 0
32941 width "25col%"
32942 special "none"
32943 height "1in"
32944 height_special "totalheight"
32945 status open
32946
32947 \begin_layout Plain Layout
32948 \align center
32949 Rechteckige Box mit 
32950 \series bold
32951
32952 \backslash
32953 fboxsep
32954 \series default
32955
32956 \begin_inset space \thinspace{}
32957 \end_inset
32958
32959 =
32960 \begin_inset space \thinspace{}
32961 \end_inset
32962
32963 10
32964 \begin_inset space \thinspace{}
32965 \end_inset
32966
32967 pt
32968 \end_layout
32969
32970 \end_inset
32971
32972
32973 \begin_inset ERT
32974 status collapsed
32975
32976 \begin_layout Plain Layout
32977
32978
32979 \backslash
32980 setlength{
32981 \backslash
32982 fboxsep}{3pt}
32983 \end_layout
32984
32985 \end_inset
32986
32987
32988 \end_layout
32989
32990 \begin_layout Standard
32991 \noindent
32992 \begin_inset VSpace bigskip
32993 \end_inset
32994
32995 Der Durchmesser der abgerundeten Ecken kann mit 
32996 \series bold
32997
32998 \backslash
32999 cornersize
33000 \series default
33001  gesetzt werden.
33002  Der TeX-Code-Befehl
33003 \end_layout
33004
33005 \begin_layout Standard
33006
33007 \series bold
33008
33009 \backslash
33010 cornersize*{1cm}
33011 \end_layout
33012
33013 \begin_layout Standard
33014 setzt den Durchmesser auf 1
33015 \begin_inset space \thinspace{}
33016 \end_inset
33017
33018 cm.
33019  Der TeX-Code-Befehl
33020 \end_layout
33021
33022 \begin_layout Standard
33023
33024 \series bold
33025
33026 \backslash
33027 cornersize{num}
33028 \end_layout
33029
33030 \begin_layout Standard
33031 setzt den Durchmesser auf 
33032 \family sans
33033 num
33034 \begin_inset space \thinspace{}
33035 \end_inset
33036
33037 ×
33038 \begin_inset space \thinspace{}
33039 \end_inset
33040
33041 Minimum(Breite der Box, Höhe der Box)
33042 \family default
33043 .
33044  Der Standardwert ist 
33045 \series bold
33046
33047 \backslash
33048 cornersize{0.5}
33049 \series default
33050 .
33051 \end_layout
33052
33053 \begin_layout Standard
33054 \begin_inset ERT
33055 status collapsed
33056
33057 \begin_layout Plain Layout
33058
33059
33060 \backslash
33061 cornersize*{1.5cm}
33062 \end_layout
33063
33064 \end_inset
33065
33066
33067 \begin_inset Box Ovalbox
33068 position "c"
33069 hor_pos "c"
33070 has_inner_box 1
33071 inner_pos "c"
33072 use_parbox 0
33073 use_makebox 0
33074 width "30col%"
33075 special "none"
33076 height "1in"
33077 height_special "totalheight"
33078 status open
33079
33080 \begin_layout Plain Layout
33081 \align center
33082 Ovale Box, dicker Rand, mit 
33083 \series bold
33084
33085 \backslash
33086 cornersize
33087 \series default
33088
33089 \begin_inset space \thinspace{}
33090 \end_inset
33091
33092 =
33093 \begin_inset space \thinspace{}
33094 \end_inset
33095
33096 1.5
33097 \begin_inset space \thinspace{}
33098 \end_inset
33099
33100 cm
33101 \end_layout
33102
33103 \end_inset
33104
33105
33106 \begin_inset ERT
33107 status collapsed
33108
33109 \begin_layout Plain Layout
33110
33111
33112 \backslash
33113 cornersize{0.5}
33114 \end_layout
33115
33116 \end_inset
33117
33118
33119 \end_layout
33120
33121 \begin_layout Standard
33122 \begin_inset VSpace bigskip
33123 \end_inset
33124
33125 Die Breite des Schattens wird mit 
33126 \series bold
33127
33128 \backslash
33129 shadowsize
33130 \series default
33131  festgelegt.
33132  Mit dem TeX-Code-Befehl
33133 \end_layout
33134
33135 \begin_layout Standard
33136
33137 \series bold
33138
33139 \backslash
33140 setlength{
33141 \backslash
33142 shadowsize}{2pt}
33143 \end_layout
33144
33145 \begin_layout Standard
33146 wird er für die folgende Box auf 2
33147 \begin_inset space \thinspace{}
33148 \end_inset
33149
33150 pt festgelegt.
33151 \end_layout
33152
33153 \begin_layout Standard
33154 \begin_inset ERT
33155 status collapsed
33156
33157 \begin_layout Plain Layout
33158
33159
33160 \backslash
33161 setlength{
33162 \backslash
33163 shadowsize}{2pt}
33164 \end_layout
33165
33166 \end_inset
33167
33168
33169 \begin_inset Box Shadowbox
33170 position "c"
33171 hor_pos "c"
33172 has_inner_box 1
33173 inner_pos "c"
33174 use_parbox 0
33175 use_makebox 0
33176 width "25col%"
33177 special "none"
33178 height "1in"
33179 height_special "totalheight"
33180 status open
33181
33182 \begin_layout Plain Layout
33183 \align center
33184 Schattierte Box mit 
33185 \series bold
33186
33187 \backslash
33188 shadowsize
33189 \series default
33190
33191 \begin_inset space \thinspace{}
33192 \end_inset
33193
33194 =
33195 \begin_inset space \thinspace{}
33196 \end_inset
33197
33198 2
33199 \begin_inset space \thinspace{}
33200 \end_inset
33201
33202 pt
33203 \end_layout
33204
33205 \end_inset
33206
33207
33208 \begin_inset ERT
33209 status collapsed
33210
33211 \begin_layout Plain Layout
33212
33213
33214 \backslash
33215 setlength{
33216 \backslash
33217 shadowsize}{4pt}
33218 \end_layout
33219
33220 \end_inset
33221
33222
33223 \end_layout
33224
33225 \begin_layout Standard
33226 \begin_inset VSpace bigskip
33227 \end_inset
33228
33229 Der Standardwert für 
33230 \series bold
33231
33232 \backslash
33233 FrameRule
33234 \series default
33235  ist 0.4
33236 \begin_inset space \thinspace{}
33237 \end_inset
33238
33239 pt.
33240  Der Standard-Abstand zwischen Rahmen und Text ist 9
33241 \begin_inset space \thinspace{}
33242 \end_inset
33243
33244 pt und kann mit dem Wert für 
33245 \series bold
33246
33247 \backslash
33248 FrameSep
33249 \series default
33250  geändert werden.
33251  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
33252  TeX-Code Befehlen geändert:
33253 \end_layout
33254
33255 \begin_layout Standard
33256
33257 \series bold
33258
33259 \backslash
33260 setlength{
33261 \backslash
33262 FrameRule}{5pt}
33263 \begin_inset Newline newline
33264 \end_inset
33265
33266
33267 \backslash
33268 setlength{
33269 \backslash
33270 FrameSep}{0.5cm}
33271 \end_layout
33272
33273 \begin_layout Standard
33274 \begin_inset ERT
33275 status collapsed
33276
33277 \begin_layout Plain Layout
33278
33279
33280 \backslash
33281 setlength{
33282 \backslash
33283 FrameRule}{5pt}
33284 \end_layout
33285
33286 \begin_layout Plain Layout
33287
33288
33289 \backslash
33290 setlength{
33291 \backslash
33292 FrameSep}{0.5cm}
33293 \end_layout
33294
33295 \end_inset
33296
33297
33298 \begin_inset Box Framed
33299 position "t"
33300 hor_pos "c"
33301 has_inner_box 0
33302 inner_pos "t"
33303 use_parbox 0
33304 use_makebox 0
33305 width "100col%"
33306 special "none"
33307 height "1in"
33308 height_special "totalheight"
33309 status open
33310
33311 \begin_layout Plain Layout
33312 Dies ist Text in einer 
33313 \family sans
33314 Seitenumbruch erlaubt
33315 \family default
33316  Box.
33317 \end_layout
33318
33319 \end_inset
33320
33321
33322 \begin_inset ERT
33323 status collapsed
33324
33325 \begin_layout Plain Layout
33326
33327
33328 \backslash
33329 setlength{
33330 \backslash
33331 FrameRule}{0.4pt}
33332 \end_layout
33333
33334 \begin_layout Plain Layout
33335
33336
33337 \backslash
33338 setlength{
33339 \backslash
33340 FrameSep}{9pt}
33341 \end_layout
33342
33343 \end_inset
33344
33345
33346 \end_layout
33347
33348 \begin_layout Standard
33349 \begin_inset VSpace bigskip
33350 \end_inset
33351
33352 Für Boxen mit 
33353 \family sans
33354 schattiertem Hintergrund
33355 \family default
33356  beträgt der Abstand zwischen Rand und Text 3
33357 \begin_inset space \thinspace{}
33358 \end_inset
33359
33360 pt und kann mit 
33361 \series bold
33362
33363 \backslash
33364 fboxsep
33365 \series default
33366  geändert werden.
33367  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
33368  
33369 \series bold
33370
33371 \backslash
33372 definecolor{shadecolor}
33373 \series default
33374  oder global über das Menü 
33375 \family sans
33376 Werkzeuge\SpecialChar \menuseparator
33377 Einstellungen\SpecialChar \menuseparator
33378 Farben\SpecialChar \menuseparator
33379 Schattierte
33380 \begin_inset space ~
33381 \end_inset
33382
33383 Box
33384 \family default
33385  geändert werden.
33386  Das Schema des 
33387 \series bold
33388
33389 \backslash
33390 definecolor
33391 \series default
33392  Befehls ist  in Abschnitt
33393 \begin_inset space ~
33394 \end_inset
33395
33396
33397 \begin_inset CommandInset ref
33398 LatexCommand ref
33399 reference "abs:Farbige-Tabellen"
33400
33401 \end_inset
33402
33403  erklärt.
33404 \begin_inset Foot
33405 status collapsed
33406
33407 \begin_layout Plain Layout
33408 Beachten Sie, dass 
33409 \series bold
33410
33411 \backslash
33412 definecolor
33413 \series default
33414  das LaTeX-Paket 
33415 \series bold
33416 color
33417 \series default
33418  im LaTeX-Vorspann benötigt, siehe Abschnitt
33419 \begin_inset space ~
33420 \end_inset
33421
33422
33423 \begin_inset CommandInset ref
33424 LatexCommand ref
33425 reference "abs:Farbige-Boxen"
33426
33427 \end_inset
33428
33429 .
33430 \end_layout
33431
33432 \end_inset
33433
33434  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
33435 \end_layout
33436
33437 \begin_layout Standard
33438
33439 \series bold
33440
33441 \backslash
33442 setlength{
33443 \backslash
33444 fboxsep}{0.5cm}
33445 \begin_inset Newline newline
33446 \end_inset
33447
33448
33449 \backslash
33450 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33451 \end_layout
33452
33453 \begin_layout Standard
33454 \begin_inset ERT
33455 status collapsed
33456
33457 \begin_layout Plain Layout
33458
33459
33460 \backslash
33461 setlength{
33462 \backslash
33463 fboxsep}{0.5cm}
33464 \end_layout
33465
33466 \begin_layout Plain Layout
33467
33468
33469 \backslash
33470 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33471 \end_layout
33472
33473 \end_inset
33474
33475
33476 \begin_inset Box Shaded
33477 position "t"
33478 hor_pos "c"
33479 has_inner_box 0
33480 inner_pos "t"
33481 use_parbox 0
33482 use_makebox 0
33483 width "100col%"
33484 special "none"
33485 height "1in"
33486 height_special "totalheight"
33487 status open
33488
33489 \begin_layout Plain Layout
33490
33491 \color yellow
33492 Dies ist gelber Text in einer 
33493 \family sans
33494 schattierten Hintergrund
33495 \begin_inset space ~
33496 \end_inset
33497
33498
33499 \family default
33500 Box auf dunkelgrünem Hintergrund.
33501 \end_layout
33502
33503 \end_inset
33504
33505
33506 \begin_inset ERT
33507 status collapsed
33508
33509 \begin_layout Plain Layout
33510
33511
33512 \backslash
33513 setlength{
33514 \backslash
33515 fboxsep}{3pt}
33516 \end_layout
33517
33518 \begin_layout Plain Layout
33519
33520
33521 \backslash
33522 definecolor{shadecolor}{rgb}{1,0,0}
33523 \end_layout
33524
33525 \end_inset
33526
33527
33528 \end_layout
33529
33530 \begin_layout Standard
33531 \begin_inset VSpace bigskip
33532 \end_inset
33533
33534 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
33535  der sie ändert.
33536 \end_layout
33537
33538 \begin_layout Section
33539 Minipage
33540 \begin_inset CommandInset label
33541 LatexCommand label
33542 name "abs:Minipage"
33543
33544 \end_inset
33545
33546
33547 \begin_inset Index idx
33548 status collapsed
33549
33550 \begin_layout Plain Layout
33551 Boxen ! Minipage
33552 \end_layout
33553
33554 \end_inset
33555
33556
33557 \end_layout
33558
33559 \begin_layout Standard
33560 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
33561  deshalb unter anderem eigene Fußnoten haben.
33562 \end_layout
33563
33564 \begin_layout Standard
33565 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
33566 \end_layout
33567
33568 \begin_layout Standard
33569 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
33570  Ihre Breite ist 45 Spaltenbreite
33571 \begin_inset space ~
33572 \end_inset
33573
33574 %, und sie sind durch einen 
33575 \family sans
33576 HFill
33577 \family default
33578  getrennt (
33579 \family sans
33580 Einfügen\SpecialChar \menuseparator
33581 Formatierung\SpecialChar \menuseparator
33582 Horizontaler
33583 \begin_inset space \space{}
33584 \end_inset
33585
33586 Abstand\SpecialChar \menuseparator
33587 Abstand\SpecialChar \menuseparator
33588 Variabler
33589 \begin_inset space ~
33590 \end_inset
33591
33592 horiz.
33593 \begin_inset space ~
33594 \end_inset
33595
33596 Abstand
33597 \family default
33598 ).
33599 \begin_inset Newpage newpage
33600 \end_inset
33601
33602
33603 \end_layout
33604
33605 \begin_layout Standard
33606 \noindent
33607 \begin_inset Box Frameless
33608 position "t"
33609 hor_pos "c"
33610 has_inner_box 1
33611 inner_pos "c"
33612 use_parbox 0
33613 use_makebox 0
33614 width "45col%"
33615 special "none"
33616 height "1in"
33617 height_special "totalheight"
33618 status open
33619
33620 \begin_layout Plain Layout
33621 Dies ist ein deutscher Text.
33622  Dies ist ein deutscher Text.
33623  Dies ist ein deutscher Text.
33624  Dies ist ein deutscher Text.
33625  Dies ist ein deutscher Text.
33626  Dies ist ein deutscher Text.
33627  Dies ist ein deutscher Text.
33628  Dies ist ein deutscher Text.
33629  Dies ist ein deutscher Text.
33630  Dies ist ein deutscher Text.
33631  Dies ist ein deutscher Text.
33632  Dies ist ein deutscher Text.
33633  Dies ist ein deutscher Text
33634 \begin_inset Foot
33635 status open
33636
33637 \begin_layout Plain Layout
33638 Dies ist eine deutsche Fußnote.
33639 \end_layout
33640
33641 \end_inset
33642
33643 .
33644  Dies ist ein deutscher Text.
33645  Dies ist ein deutscher Text.
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \begin_inset space \hfill{}
33652 \end_inset
33653
33654
33655 \begin_inset Box Frameless
33656 position "t"
33657 hor_pos "c"
33658 has_inner_box 1
33659 inner_pos "c"
33660 use_parbox 0
33661 use_makebox 0
33662 width "45col%"
33663 special "none"
33664 height "1in"
33665 height_special "totalheight"
33666 status open
33667
33668 \begin_layout Plain Layout
33669
33670 \lang english
33671 This is an English Text.
33672  This is an English Text.
33673  This is an English Text.
33674  This is an English Text.
33675  This is an English Text.
33676  This is an English Text.
33677  This is an English Text.
33678  This is an English Text.
33679  This is an English Text.
33680  This is an English Text.
33681  This is an English Text.
33682  This is an English Text.
33683  This is an English Text.
33684  This is an English Text.
33685  This is an English Text.
33686  This is an English Text.
33687 \begin_inset Foot
33688 status collapsed
33689
33690 \begin_layout Plain Layout
33691
33692 \lang english
33693 This is an English footnote.
33694 \end_layout
33695
33696 \end_inset
33697
33698  This is an English Text.
33699 \end_layout
33700
33701 \end_inset
33702
33703
33704 \end_layout
33705
33706 \begin_layout Standard
33707 \begin_inset VSpace bigskip
33708 \end_inset
33709
33710 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
33711  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
33712  Absätze nicht eingerückt werden, obwohl Sie das in 
33713 \family sans
33714 Dokument
33715 \family default
33716 \SpecialChar \menuseparator
33717
33718 \family sans
33719 Einstellun\SpecialChar \-
33720 gen\SpecialChar \menuseparator
33721 Textformat
33722 \family default
33723  festgelegt haben.
33724  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
33725  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
33726 \series bold
33727
33728 \backslash
33729 hspace*{1em}
33730 \series default
33731 .
33732 \end_layout
33733
33734 \begin_layout Standard
33735 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
33736  zu verpassen, siehe Abschnitt
33737 \begin_inset space ~
33738 \end_inset
33739
33740
33741 \begin_inset CommandInset ref
33742 LatexCommand ref
33743 reference "uab:Farbe-für-Absätze"
33744
33745 \end_inset
33746
33747 .
33748 \end_layout
33749
33750 \begin_layout Standard
33751 \begin_inset Note Greyedout
33752 status open
33753
33754 \begin_layout Plain Layout
33755
33756 \series bold
33757 Bemerkung:
33758 \series default
33759  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
33760  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
33761 \end_layout
33762
33763 \end_inset
33764
33765
33766 \end_layout
33767
33768 \begin_layout Section
33769 Parbox
33770 \begin_inset CommandInset label
33771 LatexCommand label
33772 name "abs:Parbox"
33773
33774 \end_inset
33775
33776
33777 \begin_inset Index idx
33778 status collapsed
33779
33780 \begin_layout Plain Layout
33781 Boxen ! Parbox
33782 \end_layout
33783
33784 \end_inset
33785
33786
33787 \end_layout
33788
33789 \begin_layout Standard
33790 Parbox ist eine Abkürzung für 
33791 \begin_inset Quotes gld
33792 \end_inset
33793
33794 paragraph box
33795 \begin_inset Quotes grd
33796 \end_inset
33797
33798 , was Absatzbox bedeutet.
33799  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
33800  in Parboxen nicht ausgegeben werden:
33801 \end_layout
33802
33803 \begin_layout Standard
33804 \align center
33805 \begin_inset Box Frameless
33806 position "t"
33807 hor_pos "c"
33808 has_inner_box 1
33809 inner_pos "t"
33810 use_parbox 1
33811 use_makebox 0
33812 width "33col%"
33813 special "none"
33814 height "1in"
33815 height_special "totalheight"
33816 status open
33817
33818 \begin_layout Plain Layout
33819 Dies ist Text in einer Parbox.
33820  Dies ist Text in einer Parbox.
33821 \end_layout
33822
33823 \begin_layout Plain Layout
33824 Diese Fußnote wird nicht gedruckt:
33825 \begin_inset Foot
33826 status collapsed
33827
33828 \begin_layout Plain Layout
33829 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
33830 \end_layout
33831
33832 \end_inset
33833
33834
33835 \end_layout
33836
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \begin_layout Section
33843 Boxen für Worte und Buchstaben
33844 \begin_inset Index idx
33845 status collapsed
33846
33847 \begin_layout Plain Layout
33848 Boxen ! für Buchstaben
33849 \end_layout
33850
33851 \end_inset
33852
33853
33854 \end_layout
33855
33856 \begin_layout Subsection
33857 Silbentrennung unterbinden
33858 \begin_inset CommandInset label
33859 LatexCommand label
33860 name "abs:Silbentrennung-unterbinden"
33861
33862 \end_inset
33863
33864
33865 \begin_inset Index idx
33866 status collapsed
33867
33868 \begin_layout Plain Layout
33869 Boxen ! zur Vermeidung von Silbentrennung
33870 \end_layout
33871
33872 \end_inset
33873
33874
33875 \end_layout
33876
33877 \begin_layout Standard
33878 Sie können den Boxtyp 
33879 \family sans
33880 Makebox
33881 \family default
33882  benutzen, um Silbentrennungen zu unterbinden.
33883 \begin_inset Newline newline
33884 \end_inset
33885
33886 Hier ist ein Beispiel: 
33887 \end_layout
33888
33889 \begin_layout Standard
33890 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
33891 \begin_inset Quotes gld
33892 \end_inset
33893
33894 einsehrsehrsehrlangeswort
33895 \begin_inset Quotes grd
33896 \end_inset
33897
33898 .
33899 \end_layout
33900
33901 \begin_layout Standard
33902 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
33903  Innere
33904 \begin_inset space ~
33905 \end_inset
33906
33907 Box auf Makebox und deren Breite auf 1
33908 \begin_inset space \thinspace{}
33909 \end_inset
33910
33911 Width.
33912 \end_layout
33913
33914 \begin_layout Standard
33915 Hier ist das Ergebnis:
33916 \end_layout
33917
33918 \begin_layout Standard
33919 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
33920 \begin_inset Box Frameless
33921 position "t"
33922 hor_pos "c"
33923 has_inner_box 1
33924 inner_pos "t"
33925 use_parbox 0
33926 use_makebox 1
33927 width "1in"
33928 special "width"
33929 height "1in"
33930 height_special "totalheight"
33931 status open
33932
33933 \begin_layout Plain Layout
33934 \begin_inset Quotes gld
33935 \end_inset
33936
33937 einsehrsehrsehrlangeswort
33938 \begin_inset Quotes grd
33939 \end_inset
33940
33941
33942 \end_layout
33943
33944 \end_inset
33945
33946 .
33947 \end_layout
33948
33949 \begin_layout Standard
33950 Alternativ dazu kann man auch den Befehl 
33951 \begin_inset Quotes gld
33952 \end_inset
33953
33954
33955 \series bold
33956
33957 \backslash
33958 -
33959 \series default
33960
33961 \begin_inset Quotes grd
33962 \end_inset
33963
33964  als TeX-Code direkt vor das Wort setzen:
33965 \end_layout
33966
33967 \begin_layout Standard
33968 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
33969 \begin_inset Quotes gld
33970 \end_inset
33971
33972
33973 \begin_inset ERT
33974 status collapsed
33975
33976 \begin_layout Plain Layout
33977
33978
33979 \backslash
33980 -
33981 \end_layout
33982
33983 \end_inset
33984
33985 einsehrsehrsehrlangeswort
33986 \begin_inset Quotes grd
33987 \end_inset
33988
33989 .
33990 \end_layout
33991
33992 \begin_layout Standard
33993 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
33994  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
33995 \family sans
33996 Strg-Eingabe
33997 \family default
33998 ) einfügen: 
33999 \end_layout
34000
34001 \begin_layout Standard
34002 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34003 \begin_inset Newline newline
34004 \end_inset
34005
34006
34007 \begin_inset Box Frameless
34008 position "t"
34009 hor_pos "c"
34010 has_inner_box 1
34011 inner_pos "t"
34012 use_parbox 0
34013 use_makebox 1
34014 width "1in"
34015 special "width"
34016 height "1in"
34017 height_special "totalheight"
34018 status open
34019
34020 \begin_layout Plain Layout
34021 \begin_inset Quotes gld
34022 \end_inset
34023
34024 einsehrsehrsehrlangeswort
34025 \begin_inset Quotes grd
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \end_inset
34032
34033 .
34034 \end_layout
34035
34036 \begin_layout Subsection
34037 Vertikale Ausrichtung
34038 \begin_inset CommandInset label
34039 LatexCommand label
34040 name "uab:Vertikale-Ausrichtung"
34041
34042 \end_inset
34043
34044
34045 \begin_inset Index idx
34046 status collapsed
34047
34048 \begin_layout Plain Layout
34049 Boxen ! für Vertikale Ausrichtung
34050 \end_layout
34051
34052 \end_inset
34053
34054
34055 \begin_inset Index idx
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059 Boxen ! raisebox
34060 \end_layout
34061
34062 \end_inset
34063
34064
34065 \end_layout
34066
34067 \begin_layout Standard
34068 Mit dem LaTeX-Befehl 
34069 \series bold
34070
34071 \backslash
34072 raisebox
34073 \series default
34074  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34075 n Textes ausrichten.
34076  
34077 \series bold
34078
34079 \backslash
34080 raisebox
34081 \series default
34082  wird folgendermaßen benutzt:
34083 \end_layout
34084
34085 \begin_layout Standard
34086
34087 \series bold
34088
34089 \backslash
34090 raisebox{Verschiebung}[oben][unten]{Text}
34091 \end_layout
34092
34093 \begin_layout Standard
34094 Positive Werte für Verschiebung
34095 \series bold
34096  
34097 \series default
34098 verschieben die Box nach oben, negative nach unten.
34099  Die beiden optionalen Parameter 
34100 \family typewriter
34101 oben
34102 \family default
34103  und 
34104 \family typewriter
34105 unten
34106 \family default
34107  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34108  hinausgeht, wenn sie nicht verschoben ist.
34109 \end_layout
34110
34111 \begin_layout Standard
34112 Um zum Beispiel das Wort 
34113 \begin_inset Quotes gld
34114 \end_inset
34115
34116 provokant
34117 \begin_inset Quotes grd
34118 \end_inset
34119
34120  mit seinem 
34121 \begin_inset Quotes gld
34122 \end_inset
34123
34124 niedrigsten
34125 \begin_inset Quotes grd
34126 \end_inset
34127
34128  Buchstaben 
34129 \begin_inset Quotes gld
34130 \end_inset
34131
34132 p
34133 \begin_inset Quotes grd
34134 \end_inset
34135
34136  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
34137 \end_layout
34138
34139 \begin_layout Standard
34140
34141 \series bold
34142
34143 \backslash
34144 raisebox{
34145 \backslash
34146 depth}{
34147 \end_layout
34148
34149 \begin_layout Standard
34150 vor dem Wort einfügen und 
34151 \begin_inset Quotes gld
34152 \end_inset
34153
34154
34155 \series bold
34156 }
34157 \series default
34158
34159 \begin_inset Quotes grd
34160 \end_inset
34161
34162  als TeX-Code dahinter:
34163 \end_layout
34164
34165 \begin_layout Standard
34166 Dies ist eine Zeile, in der das Wort 
34167 \begin_inset ERT
34168 status collapsed
34169
34170 \begin_layout Plain Layout
34171
34172
34173 \backslash
34174 raisebox{
34175 \backslash
34176 depth}{
34177 \end_layout
34178
34179 \end_inset
34180
34181
34182 \begin_inset Quotes gld
34183 \end_inset
34184
34185 provokant
34186 \begin_inset Quotes grd
34187 \end_inset
34188
34189
34190 \begin_inset ERT
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194
34195 }
34196 \end_layout
34197
34198 \end_inset
34199
34200  nach oben verschoben wurde.
34201 \end_layout
34202
34203 \begin_layout Standard
34204 \begin_inset VSpace bigskip
34205 \end_inset
34206
34207 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34208  gedehnt:
34209 \end_layout
34210
34211 \begin_layout Standard
34212 Dies ist eine Zeile, in der das Wort 
34213 \begin_inset ERT
34214 status collapsed
34215
34216 \begin_layout Plain Layout
34217
34218
34219 \backslash
34220 raisebox{-
34221 \backslash
34222 depth}{
34223 \end_layout
34224
34225 \end_inset
34226
34227
34228 \begin_inset Quotes gld
34229 \end_inset
34230
34231 provokant
34232 \begin_inset Quotes grd
34233 \end_inset
34234
34235
34236 \begin_inset ERT
34237 status collapsed
34238
34239 \begin_layout Plain Layout
34240
34241 }
34242 \end_layout
34243
34244 \end_inset
34245
34246  nach unten verschoben wurde.
34247 \end_layout
34248
34249 \begin_layout Standard
34250 Dies ist eine Zeile, in der das Wort 
34251 \begin_inset ERT
34252 status collapsed
34253
34254 \begin_layout Plain Layout
34255
34256
34257 \backslash
34258 raisebox{0.5cm}{
34259 \end_layout
34260
34261 \end_inset
34262
34263
34264 \begin_inset Quotes gld
34265 \end_inset
34266
34267 testen
34268 \begin_inset Quotes grd
34269 \end_inset
34270
34271
34272 \begin_inset ERT
34273 status collapsed
34274
34275 \begin_layout Plain Layout
34276
34277 }
34278 \end_layout
34279
34280 \end_inset
34281
34282  um 0.5
34283 \begin_inset space \thinspace{}
34284 \end_inset
34285
34286 cm nach oben verschoben wurde.
34287 \end_layout
34288
34289 \begin_layout Standard
34290 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34291 \end_layout
34292
34293 \begin_layout Standard
34294
34295 \series bold
34296
34297 \backslash
34298 raisebox{-
34299 \backslash
34300 depth}[0pt]{
34301 \end_layout
34302
34303 \begin_layout Standard
34304 Dies ist eine Zeile, in der das Wort 
34305 \begin_inset ERT
34306 status collapsed
34307
34308 \begin_layout Plain Layout
34309
34310
34311 \backslash
34312 raisebox{-
34313 \backslash
34314 depth}[0pt]{
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \begin_inset Quotes gld
34321 \end_inset
34322
34323 provokant
34324 \begin_inset Quotes grd
34325 \end_inset
34326
34327
34328 \begin_inset ERT
34329 status collapsed
34330
34331 \begin_layout Plain Layout
34332
34333 }
34334 \end_layout
34335
34336 \end_inset
34337
34338  nach unten verschoben wurde.
34339 \end_layout
34340
34341 \begin_layout Standard
34342 Dies ist eine Zeile, in der das Wort 
34343 \begin_inset ERT
34344 status collapsed
34345
34346 \begin_layout Plain Layout
34347
34348
34349 \backslash
34350 raisebox{0.5cm}[0pt]{
34351 \end_layout
34352
34353 \end_inset
34354
34355
34356 \begin_inset Quotes gld
34357 \end_inset
34358
34359 testen
34360 \begin_inset Quotes grd
34361 \end_inset
34362
34363
34364 \begin_inset ERT
34365 status collapsed
34366
34367 \begin_layout Plain Layout
34368
34369 }
34370 \end_layout
34371
34372 \end_inset
34373
34374  um 0.5
34375 \begin_inset space \thinspace{}
34376 \end_inset
34377
34378 cm nach oben verschoben wurde.
34379  Jetzt überschneiden sich die verschobenen Worte.
34380 \end_layout
34381
34382 \begin_layout Section
34383 Farbige Boxen
34384 \begin_inset CommandInset label
34385 LatexCommand label
34386 name "abs:Farbige-Boxen"
34387
34388 \end_inset
34389
34390
34391 \begin_inset Index idx
34392 status collapsed
34393
34394 \begin_layout Plain Layout
34395 Boxen ! farbige
34396 \end_layout
34397
34398 \end_inset
34399
34400
34401 \end_layout
34402
34403 \begin_layout Subsection
34404 Text-Hintergrundfarbe
34405 \begin_inset Index idx
34406 status collapsed
34407
34408 \begin_layout Plain Layout
34409 Farbe ! für Text-Hintergrund
34410 \end_layout
34411
34412 \end_inset
34413
34414
34415 \end_layout
34416
34417 \begin_layout Standard
34418 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
34419  so genannten 
34420 \begin_inset Quotes gld
34421 \end_inset
34422
34423 colorbox
34424 \begin_inset Quotes grd
34425 \end_inset
34426
34427  stehen.
34428  Dafür muss das LaTeX-Paket 
34429 \series bold
34430 color
34431 \series default
34432
34433 \begin_inset Index idx
34434 status collapsed
34435
34436 \begin_layout Plain Layout
34437 LaTeX-Pakete ! color
34438 \end_layout
34439
34440 \end_inset
34441
34442  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
34443 \end_layout
34444
34445 \begin_layout Standard
34446
34447 \series bold
34448
34449 \backslash
34450 @ifundefined{textcolor}
34451 \begin_inset Newline newline
34452 \end_inset
34453
34454
34455 \begin_inset Phantom HPhantom
34456 status open
34457
34458 \begin_layout Plain Layout
34459
34460 \series bold
34461 \begin_inset space ~
34462 \end_inset
34463
34464
34465 \end_layout
34466
34467 \end_inset
34468
34469 {
34470 \backslash
34471 usepackage{color}}{}
34472 \end_layout
34473
34474 \begin_layout Standard
34475 Wenn Sie Text einfärben, lädt LyX das Paket 
34476 \series bold
34477 color
34478 \series default
34479  automatisch.
34480 \begin_inset Foot
34481 status collapsed
34482
34483 \begin_layout Plain Layout
34484 Der Befehl 
34485 \series bold
34486
34487 \backslash
34488 @ifundefined
34489 \series default
34490  vermeidet, dass es in diesem Fall doppelt geladen wird.
34491 \end_layout
34492
34493 \end_inset
34494
34495
34496 \end_layout
34497
34498 \begin_layout Standard
34499 \begin_inset VSpace medskip
34500 \end_inset
34501
34502 Colorboxen werden mit dem Befehl 
34503 \series bold
34504
34505 \backslash
34506 colorbox
34507 \series default
34508  erzeugt:
34509 \end_layout
34510
34511 \begin_layout Standard
34512
34513 \series bold
34514
34515 \backslash
34516 colorbox{Farbe}{Boxinhalt}
34517 \end_layout
34518
34519 \begin_layout Standard
34520 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
34521  Boxen sein.
34522 \end_layout
34523
34524 \begin_layout Standard
34525 Die folgenden Farben sind vordefiniert:
34526 \family sans
34527  schwarz
34528 \family default
34529
34530 \family sans
34531 wei
34532 \family default
34533 ß, 
34534 \family sans
34535 rot
34536 \family default
34537 \series bold
34538 ,
34539 \series default
34540  
34541 \family sans
34542 grün
34543 \family default
34544
34545 \family sans
34546 blau
34547 \family default
34548
34549 \family sans
34550 türkis
34551 \family default
34552
34553 \family sans
34554 purpurrot
34555 \family default
34556  und 
34557 \family sans
34558 gelb
34559 \family default
34560 .
34561 \end_layout
34562
34563 \begin_layout Standard
34564 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
34565 \begin_inset space ~
34566 \end_inset
34567
34568
34569 \begin_inset CommandInset ref
34570 LatexCommand ref
34571 reference "abs:Farbige-Tabellen"
34572
34573 \end_inset
34574
34575  beschrieben.
34576 \end_layout
34577
34578 \begin_layout Standard
34579 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
34580  den TeX-Code-Befehl
34581 \end_layout
34582
34583 \begin_layout Standard
34584
34585 \series bold
34586
34587 \backslash
34588 colorbox{red}{
34589 \end_layout
34590
34591 \begin_layout Standard
34592 vor dem Wort ein.
34593  Hinter dem Wort fügen Sie 
34594 \series bold
34595
34596 \begin_inset Quotes gld
34597 \end_inset
34598
34599 }
34600 \series default
34601
34602 \begin_inset Quotes grd
34603 \end_inset
34604
34605  als TeX-Code ein.
34606  Hier ist das Ergebnis:
34607 \end_layout
34608
34609 \begin_layout Standard
34610 In dieser Zeile hat 
34611 \begin_inset ERT
34612 status collapsed
34613
34614 \begin_layout Plain Layout
34615
34616
34617 \backslash
34618 colorbox{red}{
34619 \end_layout
34620
34621 \end_inset
34622
34623 Achtung!
34624 \begin_inset ERT
34625 status collapsed
34626
34627 \begin_layout Plain Layout
34628
34629 }
34630 \end_layout
34631
34632 \end_inset
34633
34634  einen roten Hintergrund.
34635 \end_layout
34636
34637 \begin_layout Standard
34638 \begin_inset VSpace bigskip
34639 \end_inset
34640
34641 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
34642  
34643 \series bold
34644
34645 \backslash
34646 fcolorbox
34647 \series default
34648  verwenden:
34649 \end_layout
34650
34651 \begin_layout Standard
34652
34653 \series bold
34654
34655 \backslash
34656 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
34657 \end_layout
34658
34659 \begin_layout Standard
34660
34661 \series bold
34662
34663 \backslash
34664 fcolorbox
34665 \series default
34666  ist eine Erweiterung von 
34667 \series bold
34668
34669 \backslash
34670 colorbox
34671 \series default
34672 .
34673  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
34674  
34675 \series bold
34676
34677 \backslash
34678 fboxrule
34679 \series default
34680  und 
34681 \series bold
34682
34683 \backslash
34684 fboxsep
34685 \series default
34686  gesteuert werden, wie in Abschnitt
34687 \begin_inset space ~
34688 \end_inset
34689
34690
34691 \begin_inset CommandInset ref
34692 LatexCommand ref
34693 reference "uab:Verzierung"
34694
34695 \end_inset
34696
34697  beschrieben.
34698 \end_layout
34699
34700 \begin_layout Standard
34701 Für das folgende Beispiel wurde der Befehl
34702 \end_layout
34703
34704 \begin_layout Standard
34705
34706 \series bold
34707
34708 \backslash
34709 fcolorbox{cyan}{magenta}{
34710 \end_layout
34711
34712 \begin_layout Standard
34713 benutzt.
34714  Hier wurden die Rahmendicke und der Abstand auf 1
34715 \begin_inset space \thinspace{}
34716 \end_inset
34717
34718 mm gesetzt:
34719 \begin_inset Newline newline
34720 \end_inset
34721
34722
34723 \begin_inset ERT
34724 status collapsed
34725
34726 \begin_layout Plain Layout
34727
34728
34729 \backslash
34730 fboxrule 1mm 
34731 \backslash
34732 fboxsep 1mm
34733 \end_layout
34734
34735 \end_inset
34736
34737
34738 \begin_inset ERT
34739 status collapsed
34740
34741 \begin_layout Plain Layout
34742
34743
34744 \backslash
34745 fcolorbox{cyan}{green}{
34746 \end_layout
34747
34748 \end_inset
34749
34750 Dies ist Text in einer farbigen, gerahmten Box.
34751 \begin_inset ERT
34752 status collapsed
34753
34754 \begin_layout Plain Layout
34755
34756 }
34757 \end_layout
34758
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Standard
34765 \begin_inset VSpace bigskip
34766 \end_inset
34767
34768 Natürlich gibt es auch farbigen Text in einer Colorbox:
34769 \begin_inset Newline newline
34770 \end_inset
34771
34772
34773 \begin_inset ERT
34774 status collapsed
34775
34776 \begin_layout Plain Layout
34777
34778
34779 \backslash
34780 fcolorbox{cyan}{green}{
34781 \end_layout
34782
34783 \end_inset
34784
34785
34786 \color yellow
34787 Dies ist farbiger Text in einer farbigen, gerahmten Box.
34788 \color none
34789
34790 \begin_inset ERT
34791 status collapsed
34792
34793 \begin_layout Plain Layout
34794
34795 }
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \begin_inset ERT
34802 status collapsed
34803
34804 \begin_layout Plain Layout
34805
34806
34807 \backslash
34808 fboxrule 0.4pt 
34809 \backslash
34810 fboxsep 3pt
34811 \end_layout
34812
34813 \end_inset
34814
34815
34816 \end_layout
34817
34818 \begin_layout Standard
34819 \begin_inset VSpace bigskip
34820 \end_inset
34821
34822
34823 \end_layout
34824
34825 \begin_layout Standard
34826 \begin_inset Note Greyedout
34827 status open
34828
34829 \begin_layout Plain Layout
34830 \noindent
34831
34832 \series bold
34833 Bemerkung:
34834 \series default
34835  Text in Colorboxen kann nicht umgebrochen werden.
34836  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
34837  wie im folgenden beschrieben.
34838 \end_layout
34839
34840 \end_inset
34841
34842
34843 \end_layout
34844
34845 \begin_layout Subsection
34846 Farbe für Absätze
34847 \begin_inset CommandInset label
34848 LatexCommand label
34849 name "uab:Farbe-für-Absätze"
34850
34851 \end_inset
34852
34853
34854 \begin_inset Index idx
34855 status collapsed
34856
34857 \begin_layout Plain Layout
34858 Farbe ! für Absätze
34859 \end_layout
34860
34861 \end_inset
34862
34863
34864 \end_layout
34865
34866 \begin_layout Standard
34867 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
34868  den Text in eine Minipage stellen.
34869  Vor der Minipage fügen Sie den TeX-Code-Befehl
34870 \end_layout
34871
34872 \begin_layout Standard
34873
34874 \series bold
34875
34876 \backslash
34877 colorbox{color}{
34878 \end_layout
34879
34880 \begin_layout Standard
34881 ein.
34882  Hinter der Minipage fügen Sie 
34883 \series bold
34884
34885 \begin_inset Quotes gld
34886 \end_inset
34887
34888 }
34889 \series default
34890
34891 \begin_inset Quotes grd
34892 \end_inset
34893
34894  als TeX-Code ein.
34895 \end_layout
34896
34897 \begin_layout Standard
34898 \begin_inset ERT
34899 status collapsed
34900
34901 \begin_layout Plain Layout
34902
34903
34904 \backslash
34905 colorbox{hellgrau}{
34906 \end_layout
34907
34908 \end_inset
34909
34910
34911 \begin_inset Box Frameless
34912 position "t"
34913 hor_pos "c"
34914 has_inner_box 1
34915 inner_pos "t"
34916 use_parbox 0
34917 use_makebox 0
34918 width "100col%"
34919 special "none"
34920 height "1in"
34921 height_special "totalheight"
34922 status collapsed
34923
34924 \begin_layout Plain Layout
34925 Dies ist Text mit einer Hintergrundfarbe.
34926  Dies ist Text mit einer Hintergrundfarbe.
34927 \end_layout
34928
34929 \begin_layout Plain Layout
34930 Der Text kann Fußnoten
34931 \begin_inset Foot
34932 status open
34933
34934 \begin_layout Plain Layout
34935 Eine weitere Fußnote
34936 \end_layout
34937
34938 \end_inset
34939
34940  und Tabellen und Abbildungen enthalten.
34941 \end_layout
34942
34943 \begin_layout Plain Layout
34944 \align center
34945 \begin_inset Tabular
34946 <lyxtabular version="3" rows="3" columns="3">
34947 <features tabularvalignment="middle">
34948 <column alignment="center" valignment="top" width="0">
34949 <column alignment="center" valignment="top" width="0">
34950 <column alignment="center" valignment="top" width="0">
34951 <row>
34952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34953 \begin_inset Text
34954
34955 \begin_layout Plain Layout
34956 a
34957 \end_layout
34958
34959 \end_inset
34960 </cell>
34961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34962 \begin_inset Text
34963
34964 \begin_layout Plain Layout
34965 !
34966 \end_layout
34967
34968 \end_inset
34969 </cell>
34970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34971 \begin_inset Text
34972
34973 \begin_layout Plain Layout
34974 3
34975 \end_layout
34976
34977 \end_inset
34978 </cell>
34979 </row>
34980 <row>
34981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34982 \begin_inset Text
34983
34984 \begin_layout Plain Layout
34985 <
34986 \end_layout
34987
34988 \end_inset
34989 </cell>
34990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34991 \begin_inset Text
34992
34993 \begin_layout Plain Layout
34994 b2
34995 \begin_inset Quotes erd
34996 \end_inset
34997
34998 |
34999 \end_layout
35000
35001 \end_inset
35002 </cell>
35003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35004 \begin_inset Text
35005
35006 \begin_layout Plain Layout
35007 >
35008 \end_layout
35009
35010 \end_inset
35011 </cell>
35012 </row>
35013 <row>
35014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35015 \begin_inset Text
35016
35017 \begin_layout Plain Layout
35018 1
35019 \end_layout
35020
35021 \end_inset
35022 </cell>
35023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35024 \begin_inset Text
35025
35026 \begin_layout Plain Layout
35027 §
35028 \end_layout
35029
35030 \end_inset
35031 </cell>
35032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35033 \begin_inset Text
35034
35035 \begin_layout Plain Layout
35036 c
35037 \end_layout
35038
35039 \end_inset
35040 </cell>
35041 </row>
35042 </lyxtabular>
35043
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \end_inset
35050
35051
35052 \begin_inset ERT
35053 status collapsed
35054
35055 \begin_layout Plain Layout
35056
35057 }
35058 \end_layout
35059
35060 \end_inset
35061
35062
35063 \end_layout
35064
35065 \begin_layout Section
35066 Rotierte und skalierte Boxen
35067 \end_layout
35068
35069 \begin_layout Standard
35070 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35071 \series bold
35072 graphicx
35073 \series default
35074
35075 \begin_inset Index idx
35076 status collapsed
35077
35078 \begin_layout Plain Layout
35079 LaTeX-Pakete ! graphicx
35080 \end_layout
35081
35082 \end_inset
35083
35084  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35085 \end_layout
35086
35087 \begin_layout Standard
35088
35089 \series bold
35090
35091 \backslash
35092 @ifundefined{rotatebox}
35093 \begin_inset Newline newline
35094 \end_inset
35095
35096
35097 \begin_inset Phantom HPhantom
35098 status open
35099
35100 \begin_layout Plain Layout
35101
35102 \series bold
35103 \begin_inset space ~
35104 \end_inset
35105
35106
35107 \end_layout
35108
35109 \end_inset
35110
35111 {
35112 \backslash
35113 usepackage{graphicx}}{}
35114 \end_layout
35115
35116 \begin_layout Standard
35117 \begin_inset Note Greyedout
35118 status open
35119
35120 \begin_layout Plain Layout
35121
35122 \series bold
35123 Bemerkung:
35124 \series default
35125  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
35126  darstellen.
35127  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \end_layout
35134
35135 \begin_layout Standard
35136 \begin_inset Note Greyedout
35137 status open
35138
35139 \begin_layout Plain Layout
35140
35141 \series bold
35142 Bemerkung:
35143 \series default
35144  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35145 \end_layout
35146
35147 \end_inset
35148
35149
35150 \end_layout
35151
35152 \begin_layout Subsection
35153 Rotierte Boxen
35154 \begin_inset Index idx
35155 status collapsed
35156
35157 \begin_layout Plain Layout
35158 Boxen ! rotierte
35159 \end_layout
35160
35161 \end_inset
35162
35163
35164 \begin_inset Index idx
35165 status collapsed
35166
35167 \begin_layout Plain Layout
35168 Rotiertes Material
35169 \end_layout
35170
35171 \end_inset
35172
35173
35174 \begin_inset Index idx
35175 status collapsed
35176
35177 \begin_layout Plain Layout
35178 Abbildungen ! rotierte
35179 \end_layout
35180
35181 \end_inset
35182
35183
35184 \begin_inset Index idx
35185 status collapsed
35186
35187 \begin_layout Plain Layout
35188 Tabellen ! rotierte
35189 \end_layout
35190
35191 \end_inset
35192
35193
35194 \end_layout
35195
35196 \begin_layout Standard
35197 Um Text zu drehen, verwendet man den Befehl 
35198 \series bold
35199
35200 \backslash
35201 rotatebox
35202 \series default
35203  im TeX-Code nach folgendem Schema:
35204 \end_layout
35205
35206 \begin_layout Standard
35207
35208 \series bold
35209
35210 \backslash
35211 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35212 \end_layout
35213
35214 \begin_layout Standard
35215 Der Drehpunkt wird mit 
35216 \series bold
35217 origin=Position
35218 \series default
35219  angegeben.
35220  Folgende Positionen sind möglich: 
35221 \emph on
35222 c
35223 \emph default
35224  (mittig), 
35225 \emph on
35226 l
35227 \emph default
35228  (links), 
35229 \emph on
35230 r
35231 \emph default
35232  (rechts), 
35233 \emph on
35234 b
35235 \emph default
35236  (unten), 
35237 \emph on
35238 t
35239 \emph default
35240  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35241  Z.
35242 \begin_inset space \thinspace{}
35243 \end_inset
35244
35245 B.
35246  bedeutet 
35247 \emph on
35248 lt
35249 \emph default
35250 , dass sich der Drehpunkt links oben befindet.
35251  Wird kein Drehpunkt angegeben, wird die Position 
35252 \emph on
35253 l
35254 \emph default
35255  verwendet.
35256  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35257  Gedreht wird gegen den Uhrzeigersinn.
35258 \end_layout
35259
35260 \begin_layout Standard
35261 Im folgenden Beispiel wurde vor dem Text der Befehl 
35262 \series bold
35263
35264 \backslash
35265 rotatebox[origin=c]{60}{
35266 \series default
35267  im TeX-Modus eingegeben.
35268  Nach dem Text wurde die schließende Klammer 
35269 \series bold
35270 }
35271 \series default
35272  wiederum im TeX-Modus eingegeben.
35273 \end_layout
35274
35275 \begin_layout Standard
35276 Dies ist eine Zeile 
35277 \begin_inset ERT
35278 status collapsed
35279
35280 \begin_layout Plain Layout
35281
35282
35283 \backslash
35284 rotatebox[origin=c]{60}{
35285 \end_layout
35286
35287 \end_inset
35288
35289 mit rotiertem
35290 \begin_inset ERT
35291 status collapsed
35292
35293 \begin_layout Plain Layout
35294
35295 }
35296 \end_layout
35297
35298 \end_inset
35299
35300  Text.
35301 \end_layout
35302
35303 \begin_layout Standard
35304 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35305 \end_layout
35306
35307 \begin_layout Standard
35308 Dies ist eine Zeile 
35309 \begin_inset ERT
35310 status collapsed
35311
35312 \begin_layout Plain Layout
35313
35314
35315 \backslash
35316 rotatebox[origin=r]{-60}{
35317 \end_layout
35318
35319 \end_inset
35320
35321
35322 \begin_inset Box Doublebox
35323 position "c"
35324 hor_pos "c"
35325 has_inner_box 0
35326 inner_pos "c"
35327 use_parbox 0
35328 use_makebox 0
35329 width "1in"
35330 special "width"
35331 height "1in"
35332 height_special "totalheight"
35333 status collapsed
35334
35335 \begin_layout Plain Layout
35336 mit rotiertem
35337 \end_layout
35338
35339 \end_inset
35340
35341
35342 \begin_inset ERT
35343 status collapsed
35344
35345 \begin_layout Plain Layout
35346
35347 }
35348 \end_layout
35349
35350 \end_inset
35351
35352  umrandeten Text 
35353 \begin_inset ERT
35354 status collapsed
35355
35356 \begin_layout Plain Layout
35357
35358
35359 \backslash
35360 rotatebox[origin=lb]{60}{
35361 \end_layout
35362
35363 \end_inset
35364
35365
35366 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35367 \end_inset
35368
35369
35370 \begin_inset ERT
35371 status collapsed
35372
35373 \begin_layout Plain Layout
35374
35375 }
35376 \end_layout
35377
35378 \end_inset
35379
35380  und einer Formel.
35381 \end_layout
35382
35383 \begin_layout Standard
35384 Oder ein Bild oder Tabelle:
35385 \end_layout
35386
35387 \begin_layout Standard
35388 Dies ist eine Zeile 
35389 \begin_inset ERT
35390 status collapsed
35391
35392 \begin_layout Plain Layout
35393
35394
35395 \backslash
35396 rotatebox[origin=lb]{90}{
35397 \end_layout
35398
35399 \end_inset
35400
35401
35402 \begin_inset Graphics
35403         filename ../clipart/platypus.eps
35404         lyxscale 50
35405         width 25col%
35406
35407 \end_inset
35408
35409
35410 \begin_inset ERT
35411 status collapsed
35412
35413 \begin_layout Plain Layout
35414
35415 }
35416 \end_layout
35417
35418 \end_inset
35419
35420  mit einem rotierten Bild 
35421 \begin_inset ERT
35422 status collapsed
35423
35424 \begin_layout Plain Layout
35425
35426
35427 \backslash
35428 rotatebox[origin=l]{-90}{
35429 \end_layout
35430
35431 \end_inset
35432
35433
35434 \begin_inset Tabular
35435 <lyxtabular version="3" rows="2" columns="2">
35436 <features tabularvalignment="middle">
35437 <column alignment="center" valignment="top" width="0">
35438 <column alignment="center" valignment="top" width="0">
35439 <row>
35440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35441 \begin_inset Text
35442
35443 \begin_layout Plain Layout
35444 q
35445 \end_layout
35446
35447 \end_inset
35448 </cell>
35449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35450 \begin_inset Text
35451
35452 \begin_layout Plain Layout
35453 w
35454 \end_layout
35455
35456 \end_inset
35457 </cell>
35458 </row>
35459 <row>
35460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35461 \begin_inset Text
35462
35463 \begin_layout Plain Layout
35464 e
35465 \end_layout
35466
35467 \end_inset
35468 </cell>
35469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35470 \begin_inset Text
35471
35472 \begin_layout Plain Layout
35473 r
35474 \end_layout
35475
35476 \end_inset
35477 </cell>
35478 </row>
35479 </lyxtabular>
35480
35481 \end_inset
35482
35483
35484 \begin_inset ERT
35485 status collapsed
35486
35487 \begin_layout Plain Layout
35488
35489 }
35490 \end_layout
35491
35492 \end_inset
35493
35494  und Tabelle.
35495 \end_layout
35496
35497 \begin_layout Subsection
35498 Skalierte Boxen
35499 \begin_inset Index idx
35500 status collapsed
35501
35502 \begin_layout Plain Layout
35503 Boxen ! skalierte
35504 \end_layout
35505
35506 \end_inset
35507
35508
35509 \begin_inset Index idx
35510 status collapsed
35511
35512 \begin_layout Plain Layout
35513 Skaliertes Material
35514 \end_layout
35515
35516 \end_inset
35517
35518
35519 \begin_inset Index idx
35520 status collapsed
35521
35522 \begin_layout Plain Layout
35523 Abbildungen ! skalierte
35524 \end_layout
35525
35526 \end_inset
35527
35528
35529 \begin_inset Index idx
35530 status collapsed
35531
35532 \begin_layout Plain Layout
35533 Tabellen ! skalierte
35534 \end_layout
35535
35536 \end_inset
35537
35538
35539 \end_layout
35540
35541 \begin_layout Standard
35542 Um Text zu skalieren, kann man die Befehle 
35543 \series bold
35544
35545 \backslash
35546 scalebox
35547 \series default
35548  und 
35549 \series bold
35550
35551 \backslash
35552 resizebox
35553 \series default
35554  im TeX-Modus verwenden.
35555 \end_layout
35556
35557 \begin_layout Standard
35558
35559 \series bold
35560
35561 \backslash
35562 scalebox
35563 \series default
35564  wird nach folgendem Schema verwendet:
35565 \end_layout
35566
35567 \begin_layout Standard
35568
35569 \series bold
35570
35571 \backslash
35572 scalebox{horizontal}[vertikal]{Boxinhalt}
35573 \end_layout
35574
35575 \begin_layout Standard
35576 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
35577  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
35578  verwendet.
35579 \end_layout
35580
35581 \begin_layout Standard
35582 Z.
35583 \begin_inset space \thinspace{}
35584 \end_inset
35585
35586 B.
35587  ergibt der Befehl 
35588 \series bold
35589
35590 \backslash
35591 scalebox{2}{Hallo}
35592 \series default
35593  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
35594 \begin_inset ERT
35595 status collapsed
35596
35597 \begin_layout Plain Layout
35598
35599
35600 \backslash
35601 scalebox{2}{
35602 \end_layout
35603
35604 \end_inset
35605
35606 Hallo
35607 \begin_inset ERT
35608 status collapsed
35609
35610 \begin_layout Plain Layout
35611
35612 }
35613 \end_layout
35614
35615 \end_inset
35616
35617 .
35618 \end_layout
35619
35620 \begin_layout Standard
35621
35622 \series bold
35623
35624 \backslash
35625 scalebox{2}[1]{Hallo}
35626 \series default
35627  verzerrt hingegen das 
35628 \begin_inset ERT
35629 status collapsed
35630
35631 \begin_layout Plain Layout
35632
35633
35634 \backslash
35635 scalebox{2}[1]{
35636 \end_layout
35637
35638 \end_inset
35639
35640 Hallo
35641 \begin_inset ERT
35642 status collapsed
35643
35644 \begin_layout Plain Layout
35645
35646 }
35647 \end_layout
35648
35649 \end_inset
35650
35651 .
35652 \end_layout
35653
35654 \begin_layout Standard
35655 Die Skalierungsfaktoren dürfen auch negativ sein.
35656  In diesem Fall wird der Boxinhalt gespiegelt.
35657 \end_layout
35658
35659 \begin_layout Standard
35660 Daher lässt sich mit dem Befehl 
35661 \series bold
35662
35663 \backslash
35664 scalebox{-1}[1]{Hallo}
35665 \series default
35666  Spiegelschrift erstellen: 
35667 \begin_inset ERT
35668 status collapsed
35669
35670 \begin_layout Plain Layout
35671
35672
35673 \backslash
35674 scalebox{-1}[1]{
35675 \end_layout
35676
35677 \end_inset
35678
35679 Hallo
35680 \begin_inset ERT
35681 status collapsed
35682
35683 \begin_layout Plain Layout
35684
35685 }
35686 \end_layout
35687
35688 \end_inset
35689
35690
35691 \end_layout
35692
35693 \begin_layout Standard
35694
35695 \series bold
35696
35697 \backslash
35698 scalebox{1}[-1]{Hallo}
35699 \series default
35700  spiegelt das 
35701 \begin_inset ERT
35702 status collapsed
35703
35704 \begin_layout Plain Layout
35705
35706
35707 \backslash
35708 scalebox{1}[-1]{
35709 \end_layout
35710
35711 \end_inset
35712
35713 Hallo
35714 \begin_inset ERT
35715 status collapsed
35716
35717 \begin_layout Plain Layout
35718
35719 }
35720 \end_layout
35721
35722 \end_inset
35723
35724  an der Grundlinie.
35725 \end_layout
35726
35727 \begin_layout Standard
35728 Zu 
35729 \series bold
35730
35731 \backslash
35732 scalebox{-1}[1]{Boxinhalt}
35733 \series default
35734  gibt es den äquivalenten Befehl
35735 \begin_inset Newline newline
35736 \end_inset
35737
35738
35739 \series bold
35740
35741 \backslash
35742 reflectbox{Boxinhalt}
35743 \series default
35744 .
35745 \end_layout
35746
35747 \begin_layout Standard
35748 \begin_inset VSpace bigskip
35749 \end_inset
35750
35751
35752 \series bold
35753
35754 \backslash
35755 resizebox
35756 \series default
35757  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
35758  skalieren.
35759  Das Befehlsschema ist folgendes:
35760 \end_layout
35761
35762 \begin_layout Standard
35763
35764 \series bold
35765
35766 \backslash
35767 resizebox{Breite}{Höhe}{Boxinhalt}
35768 \end_layout
35769
35770 \begin_layout Standard
35771 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
35772 \series bold
35773 !
35774 \series default
35775  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
35776  wird.
35777 \end_layout
35778
35779 \begin_layout Standard
35780 Der Befehl 
35781 \series bold
35782
35783 \backslash
35784 resizebox{2cm}{1cm}{Hallo}
35785 \series default
35786  ergibt: 
35787 \begin_inset ERT
35788 status collapsed
35789
35790 \begin_layout Plain Layout
35791
35792
35793 \backslash
35794 resizebox{2cm}{1cm}{
35795 \end_layout
35796
35797 \end_inset
35798
35799 Hallo
35800 \begin_inset ERT
35801 status collapsed
35802
35803 \begin_layout Plain Layout
35804
35805 }
35806 \end_layout
35807
35808 \end_inset
35809
35810
35811 \begin_inset Newline newline
35812 \end_inset
35813
35814 Der Befehl 
35815 \series bold
35816
35817 \backslash
35818 resizebox{2cm}{!}{Hallo}
35819 \series default
35820  ergibt: 
35821 \begin_inset ERT
35822 status collapsed
35823
35824 \begin_layout Plain Layout
35825
35826
35827 \backslash
35828 resizebox{2cm}{!}{
35829 \end_layout
35830
35831 \end_inset
35832
35833 Hallo
35834 \begin_inset ERT
35835 status collapsed
35836
35837 \begin_layout Plain Layout
35838
35839 }
35840 \end_layout
35841
35842 \end_inset
35843
35844
35845 \end_layout
35846
35847 \begin_layout Standard
35848 \begin_inset VSpace bigskip
35849 \end_inset
35850
35851
35852 \begin_inset Note Greyedout
35853 status open
35854
35855 \begin_layout Plain Layout
35856
35857 \series bold
35858 Bemerkung:
35859 \series default
35860  Wurde in Argumenten von 
35861 \series bold
35862
35863 \backslash
35864 scalebox
35865 \series default
35866  oder 
35867 \series bold
35868
35869 \backslash
35870 resizebox
35871 \series default
35872  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
35873  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
35874  werden.
35875 \end_layout
35876
35877 \end_inset
35878
35879
35880 \end_layout
35881
35882 \begin_layout Standard
35883 \begin_inset VSpace bigskip
35884 \end_inset
35885
35886
35887 \end_layout
35888
35889 \begin_layout Standard
35890 Alle Boxen können beliebig miteinander kombiniert werden.
35891  So ergibt z.
35892 \begin_inset space \thinspace{}
35893 \end_inset
35894
35895 B.
35896  der Befehl
35897 \begin_inset Newline newline
35898 \end_inset
35899
35900
35901 \series bold
35902
35903 \backslash
35904 rotatebox[origin=c]{-45}{
35905 \backslash
35906 resizebox{2cm}{!}{
35907 \backslash
35908 reflectbox{Hallo}}}
35909 \series default
35910 :
35911 \end_layout
35912
35913 \begin_layout Standard
35914 \align center
35915 \begin_inset ERT
35916 status collapsed
35917
35918 \begin_layout Plain Layout
35919
35920
35921 \backslash
35922 rotatebox[origin=c]{-45}{
35923 \backslash
35924 resizebox{2cm}{!}{
35925 \backslash
35926 reflectbox{
35927 \end_layout
35928
35929 \end_inset
35930
35931 Hallo
35932 \begin_inset ERT
35933 status collapsed
35934
35935 \begin_layout Plain Layout
35936
35937 }}}
35938 \end_layout
35939
35940 \end_inset
35941
35942
35943 \end_layout
35944
35945 \begin_layout Standard
35946 \noindent
35947 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
35948 \end_layout
35949
35950 \begin_layout Standard
35951 \align center
35952 \begin_inset ERT
35953 status collapsed
35954
35955 \begin_layout Plain Layout
35956
35957
35958 \backslash
35959 rotatebox[origin=c]{-30}{
35960 \backslash
35961 resizebox{2cm}{!}{
35962 \backslash
35963 reflectbox{
35964 \end_layout
35965
35966 \end_inset
35967
35968
35969 \begin_inset Graphics
35970         filename ../clipart/platypus.eps
35971         lyxscale 50
35972         width 25col%
35973
35974 \end_inset
35975
35976
35977 \begin_inset ERT
35978 status collapsed
35979
35980 \begin_layout Plain Layout
35981
35982 }}}
35983 \end_layout
35984
35985 \end_inset
35986
35987
35988 \begin_inset ERT
35989 status collapsed
35990
35991 \begin_layout Plain Layout
35992
35993
35994 \backslash
35995 rotatebox[origin=c]{-45}{
35996 \backslash
35997 resizebox{2cm}{!}{
35998 \backslash
35999 reflectbox{
36000 \end_layout
36001
36002 \end_inset
36003
36004
36005 \begin_inset Tabular
36006 <lyxtabular version="3" rows="2" columns="2">
36007 <features tabularvalignment="middle">
36008 <column alignment="center" valignment="top" width="0">
36009 <column alignment="center" valignment="top" width="0">
36010 <row>
36011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36012 \begin_inset Text
36013
36014 \begin_layout Plain Layout
36015 q
36016 \end_layout
36017
36018 \end_inset
36019 </cell>
36020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36021 \begin_inset Text
36022
36023 \begin_layout Plain Layout
36024 w
36025 \end_layout
36026
36027 \end_inset
36028 </cell>
36029 </row>
36030 <row>
36031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36032 \begin_inset Text
36033
36034 \begin_layout Plain Layout
36035 e
36036 \end_layout
36037
36038 \end_inset
36039 </cell>
36040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36041 \begin_inset Text
36042
36043 \begin_layout Plain Layout
36044 r
36045 \end_layout
36046
36047 \end_inset
36048 </cell>
36049 </row>
36050 </lyxtabular>
36051
36052 \end_inset
36053
36054
36055 \begin_inset ERT
36056 status collapsed
36057
36058 \begin_layout Plain Layout
36059
36060 }}}
36061 \end_layout
36062
36063 \end_inset
36064
36065
36066 \begin_inset ERT
36067 status collapsed
36068
36069 \begin_layout Plain Layout
36070
36071
36072 \backslash
36073 rotatebox[origin=c]{-45}{
36074 \backslash
36075 resizebox{2cm}{!}{
36076 \backslash
36077 reflectbox{
36078 \end_layout
36079
36080 \end_inset
36081
36082
36083 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36084 \end_inset
36085
36086
36087 \begin_inset ERT
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091
36092 }}}
36093 \end_layout
36094
36095 \end_inset
36096
36097
36098 \end_layout
36099
36100 \begin_layout Standard
36101 Hat man den globalen Formelstil 
36102 \series bold
36103 fleqn
36104 \series default
36105
36106 \begin_inset Foot
36107 status collapsed
36108
36109 \begin_layout Plain Layout
36110 Wenn 
36111 \begin_inset Quotes gld
36112 \end_inset
36113
36114 fleqn
36115 \begin_inset Quotes grd
36116 \end_inset
36117
36118  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36119 \end_layout
36120
36121 \end_inset
36122
36123  gewählt, kann man auch abgesetzte Formeln skalieren.
36124 \end_layout
36125
36126 \begin_layout Chapter
36127 Umflossene Objekte
36128 \begin_inset Index idx
36129 status collapsed
36130
36131 \begin_layout Plain Layout
36132 Umflossene Objekte
36133 \end_layout
36134
36135 \end_inset
36136
36137
36138 \end_layout
36139
36140 \begin_layout Section
36141 Umflossene Gleitobjekte
36142 \begin_inset CommandInset label
36143 LatexCommand label
36144 name "sec:Umflossene-Gleitobjekte"
36145
36146 \end_inset
36147
36148
36149 \begin_inset Index idx
36150 status collapsed
36151
36152 \begin_layout Plain Layout
36153 Gleitobjekte ! umflossene
36154 \end_layout
36155
36156 \end_inset
36157
36158
36159 \begin_inset Index idx
36160 status collapsed
36161
36162 \begin_layout Plain Layout
36163 Umflossene Objekte ! Gleitobjekte
36164 \end_layout
36165
36166 \end_inset
36167
36168
36169 \end_layout
36170
36171 \begin_layout Standard
36172 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36173  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36174  den die Abbildung bzw.
36175 \begin_inset space ~
36176 \end_inset
36177
36178 Tabelle übrig lässt.
36179  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36180  Sie werden über das Menü
36181 \family sans
36182  Einfügen\SpecialChar \menuseparator
36183 Gleitobjekt\SpecialChar \menuseparator
36184 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36185 objekt
36186 \family default
36187  eingefügt, wenn das LaTeX-Paket 
36188 \series bold
36189 wrapfig
36190 \series default
36191
36192 \begin_inset Index idx
36193 status collapsed
36194
36195 \begin_layout Plain Layout
36196 LaTeX-Pakete ! wrapfig
36197 \end_layout
36198
36199 \end_inset
36200
36201  installiert ist.
36202 \begin_inset Foot
36203 status collapsed
36204
36205 \begin_layout Plain Layout
36206 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
36207 \emph on
36208 LaTeX-Konfiguration
36209 \emph default
36210  beschrieben.
36211 \end_layout
36212
36213 \end_inset
36214
36215  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36216  Box des Gleitobjekts geändert werden.
36217  
36218 \begin_inset Wrap figure
36219 lines 0
36220 placement l
36221 overhang 1cm
36222 width "40col%"
36223 status open
36224
36225 \begin_layout Plain Layout
36226 \begin_inset Graphics
36227         filename ../clipart/mobius.eps
36228         width 40col%
36229         scaleBeforeRotation
36230         rotateOrigin center
36231
36232 \end_inset
36233
36234
36235 \end_layout
36236
36237 \begin_layout Plain Layout
36238 \begin_inset Caption
36239
36240 \begin_layout Plain Layout
36241 \begin_inset CommandInset label
36242 LatexCommand label
36243 name "abb:Dies-ist-eine"
36244
36245 \end_inset
36246
36247 Dies ist eine umflossene Gleitobjekt-Abbildung
36248 \end_layout
36249
36250 \end_inset
36251
36252
36253 \end_layout
36254
36255 \end_inset
36256
36257  Obligatorische Einstellungen sind die 
36258 \family sans
36259 Breite
36260 \family default
36261  und 
36262 \family sans
36263 Platzierung
36264 \family default
36265  des Gleitobjekts.
36266  Optional sind der 
36267 \family sans
36268 Überhang 
36269 \family default
36270 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36271 \begin_inset space \thinspace{}
36272 \end_inset
36273
36274 /
36275 \begin_inset space \thinspace{}
36276 \end_inset
36277
36278 der Seite ragt und die 
36279 \family sans
36280 benötigten Zeilen
36281 \family default
36282 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36283  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36284  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36285  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
36286  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
36287  zu lassen.
36288  Abbildung
36289 \begin_inset space ~
36290 \end_inset
36291
36292
36293 \begin_inset CommandInset ref
36294 LatexCommand ref
36295 reference "abb:Dies-ist-eine"
36296
36297 \end_inset
36298
36299  ist zum Beispiel ein umflossenes Bild, das 40
36300 \begin_inset space \thinspace{}
36301 \end_inset
36302
36303 % der Spaltenbreite einnimmt, 1
36304 \begin_inset space \thinspace{}
36305 \end_inset
36306
36307 cm in den Rand ragt und links gesetzt wurde.
36308 \end_layout
36309
36310 \begin_layout Standard
36311 \begin_inset Note Greyedout
36312 status open
36313
36314 \begin_layout Plain Layout
36315
36316 \series bold
36317 Bemerkung:
36318 \series default
36319  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36320 \begin_inset space \thinspace{}
36321 \end_inset
36322
36323 B.
36324  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36325  oder über anderen Text gedruckt wird.
36326 \end_layout
36327
36328 \end_inset
36329
36330
36331 \end_layout
36332
36333 \begin_layout Standard
36334 Allgemein gilt für umflossene Gleitobjekte:
36335 \end_layout
36336
36337 \begin_layout Itemize
36338 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36339  fortgesetzt werden.
36340  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36341  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36342 \end_layout
36343
36344 \begin_layout Itemize
36345 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36346  werden oder darin.
36347 \end_layout
36348
36349 \begin_layout Itemize
36350 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36351  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36352 \end_layout
36353
36354 \begin_layout Itemize
36355 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36356 \end_layout
36357
36358 \begin_layout Itemize
36359 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36360 \begin_inset space \thinspace{}
36361 \end_inset
36362
36363
36364 \begin_inset CommandInset ref
36365 LatexCommand ref
36366 reference "chap:Gleitobjekte"
36367
36368 \end_inset
36369
36370  beschrieben.
36371 \end_layout
36372
36373 \begin_layout Section
36374 Umflossene Fixe Objekte
36375 \begin_inset Index idx
36376 status collapsed
36377
36378 \begin_layout Plain Layout
36379 Umflossene Objekte ! Fixe Objekte
36380 \end_layout
36381
36382 \end_inset
36383
36384
36385 \end_layout
36386
36387 \begin_layout Standard
36388 Die in Abschnitt
36389 \begin_inset space ~
36390 \end_inset
36391
36392
36393 \begin_inset CommandInset ref
36394 LatexCommand ref
36395 reference "sec:Umflossene-Gleitobjekte"
36396
36397 \end_inset
36398
36399  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36400 \end_layout
36401
36402 \begin_layout Standard
36403 \noindent
36404 \align center
36405 \begin_inset Tabular
36406 <lyxtabular version="3" rows="2" columns="2">
36407 <features tabularvalignment="middle">
36408 <column alignment="center" valignment="top" width="0">
36409 <column alignment="center" valignment="top" width="0">
36410 <row>
36411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36412 \begin_inset Text
36413
36414 \begin_layout Plain Layout
36415 \begin_inset Graphics
36416         filename ../../images/dialog-show-new-inset_graphics.png
36417         scale 70
36418         scaleBeforeRotation
36419
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \end_inset
36426 </cell>
36427 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36428 \begin_inset Text
36429
36430 \begin_layout Plain Layout
36431 Text
36432 \end_layout
36433
36434 \end_inset
36435 </cell>
36436 </row>
36437 <row>
36438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36439 \begin_inset Text
36440
36441 \begin_layout Plain Layout
36442 Text
36443 \end_layout
36444
36445 \end_inset
36446 </cell>
36447 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36448 \begin_inset Text
36449
36450 \begin_layout Plain Layout
36451 Text
36452 \end_layout
36453
36454 \end_inset
36455 </cell>
36456 </row>
36457 </lyxtabular>
36458
36459 \end_inset
36460
36461  oder 
36462 \begin_inset Tabular
36463 <lyxtabular version="3" rows="2" columns="2">
36464 <features tabularvalignment="middle">
36465 <column alignment="center" valignment="top" width="0">
36466 <column alignment="center" valignment="top" width="0">
36467 <row>
36468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36469 \begin_inset Text
36470
36471 \begin_layout Plain Layout
36472 Text
36473 \end_layout
36474
36475 \end_inset
36476 </cell>
36477 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36478 \begin_inset Text
36479
36480 \begin_layout Plain Layout
36481 \begin_inset Graphics
36482         filename ../../images/dialog-show-new-inset_graphics.png
36483         scale 70
36484         scaleBeforeRotation
36485
36486 \end_inset
36487
36488
36489 \end_layout
36490
36491 \end_inset
36492 </cell>
36493 </row>
36494 <row>
36495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36496 \begin_inset Text
36497
36498 \begin_layout Plain Layout
36499 Text
36500 \end_layout
36501
36502 \end_inset
36503 </cell>
36504 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36505 \begin_inset Text
36506
36507 \begin_layout Plain Layout
36508 Text
36509 \end_layout
36510
36511 \end_inset
36512 </cell>
36513 </row>
36514 </lyxtabular>
36515
36516 \end_inset
36517
36518
36519 \end_layout
36520
36521 \begin_layout Standard
36522 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36523  wurde, um z.
36524 \begin_inset space \thinspace{}
36525 \end_inset
36526
36527 B.
36528  solche Positionen zu erhalten:
36529 \begin_inset VSpace defskip
36530 \end_inset
36531
36532
36533 \end_layout
36534
36535 \begin_layout Standard
36536 \noindent
36537 \align center
36538 \begin_inset Tabular
36539 <lyxtabular version="3" rows="2" columns="2">
36540 <features tabularvalignment="middle">
36541 <column alignment="center" valignment="top" width="0">
36542 <column alignment="center" valignment="top" width="0">
36543 <row>
36544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36545 \begin_inset Text
36546
36547 \begin_layout Plain Layout
36548 Text
36549 \end_layout
36550
36551 \end_inset
36552 </cell>
36553 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36554 \begin_inset Text
36555
36556 \begin_layout Plain Layout
36557 Text
36558 \end_layout
36559
36560 \end_inset
36561 </cell>
36562 </row>
36563 <row>
36564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36565 \begin_inset Text
36566
36567 \begin_layout Plain Layout
36568 \begin_inset Graphics
36569         filename ../../images/dialog-show-new-inset_graphics.png
36570         scale 70
36571         scaleBeforeRotation
36572
36573 \end_inset
36574
36575
36576 \end_layout
36577
36578 \end_inset
36579 </cell>
36580 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36581 \begin_inset Text
36582
36583 \begin_layout Plain Layout
36584 Text
36585 \end_layout
36586
36587 \end_inset
36588 </cell>
36589 </row>
36590 </lyxtabular>
36591
36592 \end_inset
36593
36594  
36595 \begin_inset Tabular
36596 <lyxtabular version="3" rows="2" columns="2">
36597 <features tabularvalignment="middle">
36598 <column alignment="center" valignment="top" width="0">
36599 <column alignment="center" valignment="top" width="0">
36600 <row>
36601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36602 \begin_inset Text
36603
36604 \begin_layout Plain Layout
36605 Text
36606 \end_layout
36607
36608 \end_inset
36609 </cell>
36610 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36611 \begin_inset Text
36612
36613 \begin_layout Plain Layout
36614 Text
36615 \end_layout
36616
36617 \end_inset
36618 </cell>
36619 </row>
36620 <row>
36621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36622 \begin_inset Text
36623
36624 \begin_layout Plain Layout
36625 Text
36626 \end_layout
36627
36628 \end_inset
36629 </cell>
36630 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36631 \begin_inset Text
36632
36633 \begin_layout Plain Layout
36634 \begin_inset Graphics
36635         filename ../../images/dialog-show-new-inset_graphics.png
36636         scale 70
36637         scaleBeforeRotation
36638
36639 \end_inset
36640
36641
36642 \end_layout
36643
36644 \end_inset
36645 </cell>
36646 </row>
36647 </lyxtabular>
36648
36649 \end_inset
36650
36651  
36652 \begin_inset Tabular
36653 <lyxtabular version="3" rows="2" columns="3">
36654 <features tabularvalignment="middle">
36655 <column alignment="center" valignment="top" width="0">
36656 <column alignment="center" valignment="top" width="0">
36657 <column alignment="center" valignment="top" width="0">
36658 <row>
36659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36660 \begin_inset Text
36661
36662 \begin_layout Plain Layout
36663 Text
36664 \end_layout
36665
36666 \end_inset
36667 </cell>
36668 <cell alignment="center" valignment="top" topline="true" usebox="none">
36669 \begin_inset Text
36670
36671 \begin_layout Plain Layout
36672 \begin_inset Graphics
36673         filename ../../images/dialog-show-new-inset_graphics.png
36674         scale 70
36675         scaleBeforeRotation
36676
36677 \end_inset
36678
36679
36680 \end_layout
36681
36682 \end_inset
36683 </cell>
36684 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36685 \begin_inset Text
36686
36687 \begin_layout Plain Layout
36688 Text
36689 \end_layout
36690
36691 \end_inset
36692 </cell>
36693 </row>
36694 <row>
36695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36696 \begin_inset Text
36697
36698 \begin_layout Plain Layout
36699 Text
36700 \end_layout
36701
36702 \end_inset
36703 </cell>
36704 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36705 \begin_inset Text
36706
36707 \begin_layout Plain Layout
36708 Text
36709 \end_layout
36710
36711 \end_inset
36712 </cell>
36713 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36714 \begin_inset Text
36715
36716 \begin_layout Plain Layout
36717 Text
36718 \end_layout
36719
36720 \end_inset
36721 </cell>
36722 </row>
36723 </lyxtabular>
36724
36725 \end_inset
36726
36727  
36728 \begin_inset Tabular
36729 <lyxtabular version="3" rows="2" columns="3">
36730 <features tabularvalignment="middle">
36731 <column alignment="center" valignment="top" width="0">
36732 <column alignment="center" valignment="top" width="0">
36733 <column alignment="center" valignment="top" width="0">
36734 <row>
36735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36736 \begin_inset Text
36737
36738 \begin_layout Plain Layout
36739 Text
36740 \end_layout
36741
36742 \end_inset
36743 </cell>
36744 <cell alignment="center" valignment="top" topline="true" usebox="none">
36745 \begin_inset Text
36746
36747 \begin_layout Plain Layout
36748 Text
36749 \end_layout
36750
36751 \end_inset
36752 </cell>
36753 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36754 \begin_inset Text
36755
36756 \begin_layout Plain Layout
36757 Text
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 </row>
36763 <row>
36764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36765 \begin_inset Text
36766
36767 \begin_layout Plain Layout
36768 Text
36769 \end_layout
36770
36771 \end_inset
36772 </cell>
36773 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36774 \begin_inset Text
36775
36776 \begin_layout Plain Layout
36777 \begin_inset Graphics
36778         filename ../../images/dialog-show-new-inset_graphics.png
36779         scale 70
36780         scaleBeforeRotation
36781
36782 \end_inset
36783
36784
36785 \end_layout
36786
36787 \end_inset
36788 </cell>
36789 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36790 \begin_inset Text
36791
36792 \begin_layout Plain Layout
36793 Text
36794 \end_layout
36795
36796 \end_inset
36797 </cell>
36798 </row>
36799 </lyxtabular>
36800
36801 \end_inset
36802
36803
36804 \end_layout
36805
36806 \begin_layout Standard
36807 \noindent
36808 \align center
36809 \begin_inset Tabular
36810 <lyxtabular version="3" rows="3" columns="2">
36811 <features tabularvalignment="middle">
36812 <column alignment="center" valignment="top" width="0">
36813 <column alignment="center" valignment="top" width="0">
36814 <row>
36815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36816 \begin_inset Text
36817
36818 \begin_layout Plain Layout
36819 Text
36820 \end_layout
36821
36822 \end_inset
36823 </cell>
36824 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36825 \begin_inset Text
36826
36827 \begin_layout Plain Layout
36828 Text
36829 \end_layout
36830
36831 \end_inset
36832 </cell>
36833 </row>
36834 <row>
36835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36836 \begin_inset Text
36837
36838 \begin_layout Plain Layout
36839 \begin_inset Graphics
36840         filename ../../images/dialog-show-new-inset_graphics.png
36841         scale 70
36842         scaleBeforeRotation
36843
36844 \end_inset
36845
36846
36847 \end_layout
36848
36849 \end_inset
36850 </cell>
36851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36852 \begin_inset Text
36853
36854 \begin_layout Plain Layout
36855 Text
36856 \end_layout
36857
36858 \end_inset
36859 </cell>
36860 </row>
36861 <row>
36862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36863 \begin_inset Text
36864
36865 \begin_layout Plain Layout
36866 Text
36867 \end_layout
36868
36869 \end_inset
36870 </cell>
36871 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36872 \begin_inset Text
36873
36874 \begin_layout Plain Layout
36875 Text
36876 \end_layout
36877
36878 \end_inset
36879 </cell>
36880 </row>
36881 </lyxtabular>
36882
36883 \end_inset
36884
36885  
36886 \begin_inset Tabular
36887 <lyxtabular version="3" rows="3" columns="3">
36888 <features tabularvalignment="middle">
36889 <column alignment="center" valignment="top" width="0">
36890 <column alignment="center" valignment="top" width="0">
36891 <column alignment="center" valignment="top" width="0">
36892 <row>
36893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36894 \begin_inset Text
36895
36896 \begin_layout Plain Layout
36897 Text
36898 \end_layout
36899
36900 \end_inset
36901 </cell>
36902 <cell alignment="center" valignment="top" topline="true" usebox="none">
36903 \begin_inset Text
36904
36905 \begin_layout Plain Layout
36906 Text
36907 \end_layout
36908
36909 \end_inset
36910 </cell>
36911 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36912 \begin_inset Text
36913
36914 \begin_layout Plain Layout
36915 Text
36916 \end_layout
36917
36918 \end_inset
36919 </cell>
36920 </row>
36921 <row>
36922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36923 \begin_inset Text
36924
36925 \begin_layout Plain Layout
36926 Text
36927 \end_layout
36928
36929 \end_inset
36930 </cell>
36931 <cell alignment="center" valignment="top" usebox="none">
36932 \begin_inset Text
36933
36934 \begin_layout Plain Layout
36935 \begin_inset Graphics
36936         filename ../../images/dialog-show-new-inset_graphics.png
36937         scale 70
36938         scaleBeforeRotation
36939
36940 \end_inset
36941
36942
36943 \end_layout
36944
36945 \end_inset
36946 </cell>
36947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36948 \begin_inset Text
36949
36950 \begin_layout Plain Layout
36951 Text
36952 \end_layout
36953
36954 \end_inset
36955 </cell>
36956 </row>
36957 <row>
36958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36959 \begin_inset Text
36960
36961 \begin_layout Plain Layout
36962 Text
36963 \end_layout
36964
36965 \end_inset
36966 </cell>
36967 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36968 \begin_inset Text
36969
36970 \begin_layout Plain Layout
36971 Text
36972 \end_layout
36973
36974 \end_inset
36975 </cell>
36976 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36977 \begin_inset Text
36978
36979 \begin_layout Plain Layout
36980 Text
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="3" columns="2">
36993 <features tabularvalignment="middle">
36994 <column alignment="center" valignment="top" width="0">
36995 <column alignment="center" valignment="top" width="0">
36996 <row>
36997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36998 \begin_inset Text
36999
37000 \begin_layout Plain Layout
37001 Text
37002 \end_layout
37003
37004 \end_inset
37005 </cell>
37006 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37007 \begin_inset Text
37008
37009 \begin_layout Plain Layout
37010 Text
37011 \end_layout
37012
37013 \end_inset
37014 </cell>
37015 </row>
37016 <row>
37017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37018 \begin_inset Text
37019
37020 \begin_layout Plain Layout
37021 Text
37022 \end_layout
37023
37024 \end_inset
37025 </cell>
37026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37027 \begin_inset Text
37028
37029 \begin_layout Plain Layout
37030 \begin_inset Graphics
37031         filename ../../images/dialog-show-new-inset_graphics.png
37032         scale 70
37033         scaleBeforeRotation
37034
37035 \end_inset
37036
37037
37038 \end_layout
37039
37040 \end_inset
37041 </cell>
37042 </row>
37043 <row>
37044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37045 \begin_inset Text
37046
37047 \begin_layout Plain Layout
37048 Text
37049 \end_layout
37050
37051 \end_inset
37052 </cell>
37053 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37054 \begin_inset Text
37055
37056 \begin_layout Plain Layout
37057 Text
37058 \end_layout
37059
37060 \end_inset
37061 </cell>
37062 </row>
37063 </lyxtabular>
37064
37065 \end_inset
37066
37067
37068 \end_layout
37069
37070 \begin_layout Standard
37071 \noindent
37072 kann man das LaTeX-Paket 
37073 \series bold
37074 picinpar
37075 \series default
37076
37077 \begin_inset Index idx
37078 status collapsed
37079
37080 \begin_layout Plain Layout
37081 LaTeX-Pakete ! picinpar
37082 \end_layout
37083
37084 \end_inset
37085
37086  benutzen.
37087  Hier ist ein Beispiel:
37088 \end_layout
37089
37090 \begin_layout Standard
37091 \begin_inset ERT
37092 status collapsed
37093
37094 \begin_layout Plain Layout
37095
37096
37097 \backslash
37098 ifpicinpar
37099 \end_layout
37100
37101 \end_inset
37102
37103
37104 \begin_inset Note Note
37105 status open
37106
37107 \begin_layout Plain Layout
37108 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37109 \series bold
37110 picinpar
37111 \series default
37112  installiert ist.
37113 \end_layout
37114
37115 \end_inset
37116
37117
37118 \end_layout
37119
37120 \begin_layout Standard
37121 \begin_inset ERT
37122 status collapsed
37123
37124 \begin_layout Plain Layout
37125
37126
37127 \backslash
37128 begin{window}[2,c,{
37129 \end_layout
37130
37131 \end_inset
37132
37133
37134 \begin_inset Graphics
37135         filename ../clipart/mobius.eps
37136         lyxscale 60
37137         width 40col%
37138         scaleBeforeRotation
37139         rotateOrigin center
37140
37141 \end_inset
37142
37143
37144 \begin_inset ERT
37145 status collapsed
37146
37147 \begin_layout Plain Layout
37148
37149 },]
37150 \end_layout
37151
37152 \begin_layout Plain Layout
37153
37154 {}
37155 \end_layout
37156
37157 \end_inset
37158
37159
37160 \size small
37161 \lang english
37162 It was in the spring of the year 1894 that all London was interested, and
37163  the fashionable world dismayed, by the murder of the Honourable Ronald
37164  Adair under most unusual and inexplicable circumstances.
37165  The public has already learned those particulars of the crime which
37166 \size default
37167
37168 \begin_inset ERT
37169 status collapsed
37170
37171 \begin_layout Plain Layout
37172
37173
37174 \backslash
37175 footnotemark{}
37176 \end_layout
37177
37178 \end_inset
37179
37180
37181 \size small
37182  came out in the police investigation, but a good deal was suppressed upon
37183  that occasion, since the case for the prosecution was so overwhelmingly
37184  strong that it was not necessary to bring forward all the facts.
37185  Only now, at the end of nearly ten years, am I allowed to supply those
37186  missing links which make up the whole of that remarkable chain.
37187 \size default
37188 \lang ngerman
37189
37190 \begin_inset ERT
37191 status collapsed
37192
37193 \begin_layout Plain Layout
37194
37195
37196 \backslash
37197 end{window}
37198 \end_layout
37199
37200 \end_inset
37201
37202
37203 \end_layout
37204
37205 \begin_layout Standard
37206 \begin_inset ERT
37207 status collapsed
37208
37209 \begin_layout Plain Layout
37210
37211
37212 \backslash
37213 footnotetext{
37214 \end_layout
37215
37216 \end_inset
37217
37218 Fußnote des Absatzes mit fixem Objekt.
37219 \begin_inset ERT
37220 status collapsed
37221
37222 \begin_layout Plain Layout
37223
37224 }
37225 \end_layout
37226
37227 \end_inset
37228
37229
37230 \end_layout
37231
37232 \begin_layout Standard
37233 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37234  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37235  vertikale Position im Text bestimmen kann.
37236  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37237  beschriftet werden.
37238 \end_layout
37239
37240 \begin_layout Standard
37241 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37242  Befehl
37243 \end_layout
37244
37245 \begin_layout Standard
37246
37247 \series bold
37248
37249 \backslash
37250 begin{window}[2,c,{
37251 \end_layout
37252
37253 \begin_layout Standard
37254 als TeX-Code einfügt.
37255  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37256  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37257  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37258  Danach fügt man das Objekt ein.
37259  In diesem Beispiel wurde ein Bild der Breite von 40
37260 \begin_inset space \thinspace{}
37261 \end_inset
37262
37263 % der Textspaltenbreite eingefügt.
37264  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37265  Nach dem Objekt fügt man den Befehl
37266 \end_layout
37267
37268 \begin_layout Standard
37269
37270 \series bold
37271 },Beschreibungstext]
37272 \begin_inset Newline newline
37273 \end_inset
37274
37275 {}
37276 \end_layout
37277
37278 \begin_layout Standard
37279 ein.
37280  Man beachte dass das 
37281 \begin_inset Quotes gld
37282 \end_inset
37283
37284
37285 \series bold
37286 {}
37287 \series default
37288
37289 \begin_inset Quotes grd
37290 \end_inset
37291
37292  in der zweiten Zeile steht.
37293  Der Beschreibungstext ist optional.
37294  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37295  das Objekt befinden, also direkt nach dem 
37296 \series bold
37297 {}
37298 \series default
37299  beginnen.
37300  Am Ende des Absatzes fügt man folgenden Befehl ein:
37301 \end_layout
37302
37303 \begin_layout Standard
37304
37305 \series bold
37306
37307 \backslash
37308 end{window}
37309 \end_layout
37310
37311 \begin_layout Standard
37312 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37313  man muss stattdessen den Befehl 
37314 \series bold
37315
37316 \backslash
37317 footnotemark
37318 \series default
37319  verwenden.
37320  Außerhalb des Absatzes den Befehl 
37321 \series bold
37322
37323 \backslash
37324 footnotetext
37325 \series default
37326 , wie es in Abschnitt
37327 \begin_inset space ~
37328 \end_inset
37329
37330
37331 \begin_inset CommandInset ref
37332 LatexCommand ref
37333 reference "abs:Fußnoten"
37334
37335 \end_inset
37336
37337  beschrieben ist.
37338 \end_layout
37339
37340 \begin_layout Standard
37341 \begin_inset ERT
37342 status collapsed
37343
37344 \begin_layout Plain Layout
37345
37346
37347 \backslash
37348 else
37349 \end_layout
37350
37351 \end_inset
37352
37353
37354 \begin_inset Note Note
37355 status open
37356
37357 \begin_layout Plain Layout
37358 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
37359 \series bold
37360 picinpar
37361 \series default
37362  nicht installiert ist:
37363 \end_layout
37364
37365 \end_inset
37366
37367
37368 \end_layout
37369
37370 \begin_layout Standard
37371 Das LaTeX-Paket 
37372 \series bold
37373 picinpar
37374 \series default
37375  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37376 \end_layout
37377
37378 \begin_layout Standard
37379 \begin_inset ERT
37380 status collapsed
37381
37382 \begin_layout Plain Layout
37383
37384
37385 \backslash
37386 fi
37387 \end_layout
37388
37389 \end_inset
37390
37391
37392 \end_layout
37393
37394 \begin_layout Section
37395 Initiale
37396 \begin_inset Index idx
37397 status collapsed
37398
37399 \begin_layout Plain Layout
37400 Initiale
37401 \end_layout
37402
37403 \end_inset
37404
37405
37406 \begin_inset Index idx
37407 status collapsed
37408
37409 \begin_layout Plain Layout
37410 Umflossene Objekte ! Initiale
37411 \end_layout
37412
37413 \end_inset
37414
37415
37416 \end_layout
37417
37418 \begin_layout Standard
37419 Für Initialen muss das LaTeX-Paket 
37420 \series bold
37421 lettrine
37422 \series default
37423
37424 \begin_inset Index idx
37425 status collapsed
37426
37427 \begin_layout Plain Layout
37428 LaTeX-Pakete ! lettrine
37429 \end_layout
37430
37431 \end_inset
37432
37433  installiert sein und das Modul 
37434 \family sans
37435 Initialen
37436 \family default
37437  im Dokument verwendet werden (Menü 
37438 \family sans
37439 Dokument\SpecialChar \menuseparator
37440 Einstellungen\SpecialChar \menuseparator
37441 Module
37442 \family default
37443 ).
37444  Um eine Initiale einzufügen, verwendet man den Stil 
37445 \family sans
37446 Initiale
37447 \family default
37448 .
37449  Dieser Stil hat ein obligatorisches und ein optionales Argument.
37450  Das obligatorische Argument wird über das Menü 
37451 \family sans
37452 Einfügen\SpecialChar \menuseparator
37453 Kurztitel
37454 \family default
37455  eingefügt und enthält den Buchstaben, der die Initiale bildet.
37456  Um auch das optionales Argument zu verwenden, fügt man ein weiteres Argument
37457  vor dem obligatorischen ein.
37458  Dieses enthält Parameter um die Initiale zu modifizieren.
37459  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37460  von 
37461 \series bold
37462 lettrine
37463 \series default
37464
37465 \begin_inset CommandInset citation
37466 LatexCommand cite
37467 key "lettrine"
37468
37469 \end_inset
37470
37471 .
37472  Der Stil selbst enthält den Text, der die Initiale umgibt.
37473  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37474  Initiale ist, in 
37475 \shape smallcaps
37476 Kapitälchen
37477 \shape default
37478  gedruckt wird.
37479  Um LaTeX zu sagen, wo dieses Wort endet, fügt man an dieser Stelle eine
37480  schließende geschweifte Klammer '
37481 \series bold
37482 }
37483 \series default
37484 ' als TeX-Code ein.
37485  Am Ende des Stils muss eine öffnende geschweifte Klammer '
37486 \series bold
37487 {
37488 \series default
37489 ' als TeX-Code stehen.
37490 \end_layout
37491
37492 \begin_layout Standard
37493 \begin_inset Newpage newpage
37494 \end_inset
37495
37496
37497 \end_layout
37498
37499 \begin_layout Standard
37500 Hier sind einige Beispiele:
37501 \end_layout
37502
37503 \begin_layout Standard
37504 \begin_inset ERT
37505 status collapsed
37506
37507 \begin_layout Plain Layout
37508
37509
37510 \backslash
37511 iflettrine
37512 \end_layout
37513
37514 \end_inset
37515
37516
37517 \begin_inset Note Note
37518 status open
37519
37520 \begin_layout Plain Layout
37521 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37522 \series bold
37523 lettrine
37524 \series default
37525  installiert ist.
37526 \end_layout
37527
37528 \end_inset
37529
37530
37531 \end_layout
37532
37533 \begin_layout Enumerate
37534 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37535
37536 \begin_inset Formula $\mathfrak{Fraktur}$
37537 \end_inset
37538
37539 :
37540 \end_layout
37541
37542 \begin_deeper
37543 \begin_layout Initial
37544 \begin_inset Argument
37545 status open
37546
37547 \begin_layout Plain Layout
37548 \begin_inset Formula $\mathfrak{I}$
37549 \end_inset
37550
37551
37552 \end_layout
37553
37554 \end_inset
37555
37556 t
37557 \begin_inset ERT
37558 status collapsed
37559
37560 \begin_layout Plain Layout
37561
37562 }
37563 \end_layout
37564
37565 \end_inset
37566
37567  
37568 \lang english
37569 was in the spring of the year 1894 that all London was interested, and the
37570  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37571  under most unusual and inexplicable circumstances.
37572  The public has already learned those particulars of the crime which came
37573  out in the police investigation, but a good deal was suppressed upon that
37574  occasion, since the case for the prosecution was so overwhelmingly strong
37575  that it was not necessary to bring forward all the facts.
37576 \lang ngerman
37577
37578 \begin_inset ERT
37579 status collapsed
37580
37581 \begin_layout Plain Layout
37582
37583 {
37584 \end_layout
37585
37586 \end_inset
37587
37588
37589 \end_layout
37590
37591 \end_deeper
37592 \begin_layout Enumerate
37593 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37594  besteht und kein Text ist in 
37595 \shape smallcaps
37596 Kapitälchen
37597 \shape default
37598 :
37599 \end_layout
37600
37601 \begin_deeper
37602 \begin_layout Initial
37603 \begin_inset Argument
37604 status open
37605
37606 \begin_layout Plain Layout
37607 lines=1
37608 \end_layout
37609
37610 \end_inset
37611
37612
37613 \begin_inset Argument
37614 status open
37615
37616 \begin_layout Plain Layout
37617 It
37618 \end_layout
37619
37620 \end_inset
37621
37622
37623 \begin_inset ERT
37624 status collapsed
37625
37626 \begin_layout Plain Layout
37627
37628 }
37629 \end_layout
37630
37631 \end_inset
37632
37633  
37634 \lang english
37635 was in the spring of the year 1894 that all London was interested, and the
37636  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37637  under most unusual and inexplicable circumstances.
37638  The public has already learned those particulars of the crime which came
37639  out in the police investigation, but a good deal was suppressed upon that
37640  occasion, since the case for the prosecution was so overwhelmingly strong
37641  that it was not necessary to bring forward all the facts.
37642 \lang ngerman
37643
37644 \begin_inset ERT
37645 status collapsed
37646
37647 \begin_layout Plain Layout
37648
37649 {
37650 \end_layout
37651
37652 \end_inset
37653
37654
37655 \end_layout
37656
37657 \end_deeper
37658 \begin_layout Enumerate
37659 Magenta, hängende Initiale über 3
37660 \begin_inset space ~
37661 \end_inset
37662
37663 Zeilen in der Mathe-Schrift
37664 \begin_inset Newline newline
37665 \end_inset
37666
37667  
37668 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37669 \end_inset
37670
37671 , der Text 
37672 \begin_inset Quotes gld
37673 \end_inset
37674
37675
37676 \lang english
37677 was in the spring
37678 \lang ngerman
37679
37680 \begin_inset Quotes erd
37681 \end_inset
37682
37683  ist in 
37684 \shape smallcaps
37685 Kapitälchen
37686 \shape default
37687 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37688 \begin_inset Newline newline
37689 \end_inset
37690
37691
37692 \series bold
37693
37694 \backslash
37695 renewcommand{
37696 \backslash
37697 LettrineFontHook}{
37698 \backslash
37699 color{Farbe}}
37700 \series default
37701
37702 \begin_inset Newline newline
37703 \end_inset
37704
37705 wobei 
37706 \emph on
37707 Farbe
37708 \emph default
37709  
37710 \begin_inset Quotes gld
37711 \end_inset
37712
37713 red
37714 \begin_inset Quotes erd
37715 \end_inset
37716
37717
37718 \begin_inset Quotes gld
37719 \end_inset
37720
37721 blue
37722 \begin_inset Quotes erd
37723 \end_inset
37724
37725
37726 \begin_inset Quotes gld
37727 \end_inset
37728
37729 green
37730 \begin_inset Quotes erd
37731 \end_inset
37732
37733
37734 \begin_inset Quotes gld
37735 \end_inset
37736
37737 yellow
37738 \begin_inset Quotes erd
37739 \end_inset
37740
37741
37742 \begin_inset Quotes gld
37743 \end_inset
37744
37745 cyan
37746 \begin_inset Quotes erd
37747 \end_inset
37748
37749
37750 \begin_inset Quotes gld
37751 \end_inset
37752
37753 magenta
37754 \begin_inset Quotes erd
37755 \end_inset
37756
37757
37758 \begin_inset Quotes gld
37759 \end_inset
37760
37761 black
37762 \begin_inset Quotes erd
37763 \end_inset
37764
37765  oder 
37766 \begin_inset Quotes gld
37767 \end_inset
37768
37769 white
37770 \begin_inset Quotes erd
37771 \end_inset
37772
37773  sein kann, und diesen Befehl zum LaTeX-Vorspann hinzufügen:
37774 \begin_inset Newline newline
37775 \end_inset
37776
37777
37778 \series bold
37779
37780 \backslash
37781 @ifundefined{textcolor}
37782 \begin_inset Newline newline
37783 \end_inset
37784
37785
37786 \begin_inset space ~
37787 \end_inset
37788
37789 {
37790 \backslash
37791 usepackage{color}}{}
37792 \end_layout
37793
37794 \begin_deeper
37795 \begin_layout Standard
37796 \begin_inset ERT
37797 status collapsed
37798
37799 \begin_layout Plain Layout
37800
37801
37802 \backslash
37803 renewcommand{
37804 \backslash
37805 LettrineFontHook}{
37806 \backslash
37807 color{magenta}}
37808 \end_layout
37809
37810 \end_inset
37811
37812
37813 \begin_inset Note Note
37814 status open
37815
37816 \begin_layout Plain Layout
37817 macht die Initiale magenta
37818 \end_layout
37819
37820 \end_inset
37821
37822
37823 \end_layout
37824
37825 \begin_layout Initial
37826 \begin_inset Argument
37827 status open
37828
37829 \begin_layout Plain Layout
37830 lines=3, lhang=0.33, loversize=0.25
37831 \end_layout
37832
37833 \end_inset
37834
37835
37836 \begin_inset Argument
37837 status open
37838
37839 \begin_layout Plain Layout
37840 \begin_inset Formula $\mathcal{I}$
37841 \end_inset
37842
37843
37844 \end_layout
37845
37846 \end_inset
37847
37848
37849 \lang english
37850 t was in the spring
37851 \lang ngerman
37852
37853 \begin_inset ERT
37854 status collapsed
37855
37856 \begin_layout Plain Layout
37857
37858 }
37859 \end_layout
37860
37861 \end_inset
37862
37863  
37864 \lang english
37865 of the year 1894 that all London was interested, and the fashionable world
37866  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37867  and inexplicable circumstances.
37868  The public has already learned those particulars of the crime which came
37869  out in the police investigation, but a good deal was suppressed upon that
37870  occasion, since the case for the prosecution was so overwhelmingly strong
37871  that it was not necessary to bring forward all the facts.
37872 \family sans
37873 \lang ngerman
37874
37875 \begin_inset ERT
37876 status collapsed
37877
37878 \begin_layout Plain Layout
37879
37880 {
37881 \end_layout
37882
37883 \end_inset
37884
37885
37886 \end_layout
37887
37888 \end_deeper
37889 \begin_layout Standard
37890 \begin_inset ERT
37891 status collapsed
37892
37893 \begin_layout Plain Layout
37894
37895
37896 \backslash
37897 else
37898 \end_layout
37899
37900 \end_inset
37901
37902
37903 \begin_inset Note Note
37904 status open
37905
37906 \begin_layout Plain Layout
37907 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
37908 \series bold
37909 lettrine
37910 \series default
37911  nicht installiert ist:
37912 \end_layout
37913
37914 \end_inset
37915
37916
37917 \end_layout
37918
37919 \begin_layout Standard
37920 Das LaTeX-Paket 
37921 \series bold
37922 lettrine
37923 \series default
37924  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37925 \end_layout
37926
37927 \begin_layout Standard
37928 \begin_inset ERT
37929 status collapsed
37930
37931 \begin_layout Plain Layout
37932
37933
37934 \backslash
37935 fi
37936 \end_layout
37937
37938 \end_inset
37939
37940
37941 \end_layout
37942
37943 \begin_layout Chapter
37944 Externe Dateien
37945 \begin_inset Index idx
37946 status collapsed
37947
37948 \begin_layout Plain Layout
37949 Dateien ! externe
37950 \end_layout
37951
37952 \end_inset
37953
37954
37955 \end_layout
37956
37957 \begin_layout Standard
37958 Mit 
37959 \family sans
37960 Einfügen\SpecialChar \menuseparator
37961 Datei
37962 \family default
37963  können Sie fremdes Material in Ihr Dokument einsetzen.
37964  Das kann folgendes sein:
37965 \end_layout
37966
37967 \begin_layout Description
37968 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
37969  eingefügt.
37970 \end_layout
37971
37972 \begin_layout Description
37973 Einfacher
37974 \begin_inset space ~
37975 \end_inset
37976
37977 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
37978  eingefügt.
37979 \end_layout
37980
37981 \begin_layout Description
37982 Einfacher
37983 \begin_inset space ~
37984 \end_inset
37985
37986 Text,
37987 \begin_inset space ~
37988 \end_inset
37989
37990 Zeilen
37991 \begin_inset space ~
37992 \end_inset
37993
37994 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
37995  Leerzeilen trennen die Absätze.
37996 \end_layout
37997
37998 \begin_layout Description
37999 Externes
38000 \begin_inset space ~
38001 \end_inset
38002
38003 Material Dateien in verschiedenen Formaten.
38004 \end_layout
38005
38006 \begin_layout Description
38007 Unterdokument LyX- oder LaTeX-Dokumente.
38008 \end_layout
38009
38010 \begin_layout Section
38011 Externes Material
38012 \begin_inset Index idx
38013 status collapsed
38014
38015 \begin_layout Plain Layout
38016 Externes Material
38017 \end_layout
38018
38019 \end_inset
38020
38021
38022 \end_layout
38023
38024 \begin_layout Standard
38025 Mit 
38026 \family sans
38027 Einfügen\SpecialChar \menuseparator
38028 Datei\SpecialChar \menuseparator
38029  Externes Material
38030 \family default
38031  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38032  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38033  weil LyX sich darum kümmert.
38034  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
38035  eingefügt werden können.
38036  Wenn die Grafikvorschau in den LyX-Einstellungen unter
38037 \family sans
38038  Aussehen
38039 \begin_inset space ~
38040 \end_inset
38041
38042 &
38043 \begin_inset space ~
38044 \end_inset
38045
38046 Handhabung\SpecialChar \menuseparator
38047 Grafik
38048 \family default
38049 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
38050 \end_layout
38051
38052 \begin_layout Standard
38053 Zur Zeit können Sie folgende Dateitypen (
38054 \family sans
38055 Vorlagen
38056 \family default
38057 ) benutzen:
38058 \end_layout
38059
38060 \begin_layout Description
38061 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38062 \series bold
38063
38064 \begin_inset CommandInset href
38065 LatexCommand href
38066 name "XBoard"
38067 target "http://de.wikipedia.org/wiki/XBoard"
38068
38069 \end_inset
38070
38071
38072 \series default
38073  erzeugt wurden.
38074 \end_layout
38075
38076 \begin_layout Description
38077 Datum fügt ein Datum mit dem Format 
38078 \emph on
38079 Tag-Monat-Jahr
38080 \emph default
38081  ein.
38082  Hier ist ein Beispiel: 
38083 \begin_inset External
38084         template Date
38085         filename .
38086
38087 \end_inset
38088
38089
38090 \begin_inset space ~
38091 \end_inset
38092
38093
38094 \begin_inset Note Note
38095 status open
38096
38097 \begin_layout Plain Layout
38098
38099 \lang english
38100 Remove the protected space when bug 4398 is fixed!
38101 \end_layout
38102
38103 \end_inset
38104
38105
38106 \begin_inset Newline newline
38107 \end_inset
38108
38109 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
38110  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38111  Menü 
38112 \family sans
38113 Einfügen\SpecialChar \menuseparator
38114 Datum
38115 \family default
38116  und mit dem LaTeX-Befehl 
38117 \series bold
38118
38119 \backslash
38120 today
38121 \series default
38122 .
38123  Die verschiedenen Methoden werden in Tabelle
38124 \begin_inset space ~
38125 \end_inset
38126
38127
38128 \begin_inset CommandInset ref
38129 LatexCommand ref
38130 reference "tab:Vergleich-der-Datums-Eingaben"
38131
38132 \end_inset
38133
38134  verglichen.
38135 \end_layout
38136
38137 \begin_layout Description
38138 Dia unterstützt Diagramme, die mit dem Programm 
38139 \series bold
38140
38141 \begin_inset CommandInset href
38142 LatexCommand href
38143 name "Dia"
38144 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38145
38146 \end_inset
38147
38148
38149 \series default
38150  erzeugt wurden.
38151 \end_layout
38152
38153 \begin_layout Description
38154 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38155 \series bold
38156
38157 \begin_inset CommandInset href
38158 LatexCommand href
38159 name "Gnumeric"
38160 target "http://de.wikipedia.org/wiki/Gnumeric"
38161
38162 \end_inset
38163
38164
38165 \series default
38166
38167 \begin_inset CommandInset href
38168 LatexCommand href
38169 name "OpenDocument"
38170 target "http://de.wikipedia.org/wiki/OpenDocument"
38171
38172 \end_inset
38173
38174
38175 \begin_inset CommandInset href
38176 LatexCommand href
38177 name "Microsoft Office XML"
38178 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38179
38180 \end_inset
38181
38182  und 
38183 \begin_inset CommandInset href
38184 LatexCommand href
38185 name "Office Open XML"
38186 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38187
38188 \end_inset
38189
38190  einfügen.
38191  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
38192 \family typewriter
38193 ssconvert
38194 \family default
38195  gefunden haben.
38196  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38197  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38198  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
38199 \emph on
38200 spreadsheet.lyx
38201 \emph default
38202 .
38203 \end_layout
38204
38205 \begin_layout Description
38206 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38207  dem Notensatzprogramm 
38208 \series bold
38209
38210 \begin_inset CommandInset href
38211 LatexCommand href
38212 name "LilyPond"
38213 target "http://de.wikipedia.org/wiki/LilyPond"
38214
38215 \end_inset
38216
38217
38218 \series default
38219  gesetzt werden.
38220  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
38221  
38222 \emph on
38223 lilypond.lyx
38224 \emph default
38225 .
38226 \end_layout
38227
38228 \begin_layout Description
38229 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38230  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38231  
38232 \series bold
38233 pages
38234 \series default
38235  im Feld 
38236 \family sans
38237 Option
38238 \family default
38239  in der Karteikarte 
38240 \family sans
38241 LaTeX- und LyX-Optionen
38242 \family default
38243 .
38244  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38245  (man gibt als Option 
38246 \series bold
38247 pages={3,5,6,8}
38248 \series default
38249  an), Seitenbereiche (
38250 \series bold
38251 pages={4-9}
38252 \series default
38253 ) oder eine Kombination davon enthält.
38254  Um leere Seiten einzufügen, verwendet man {}.
38255  Z.
38256 \begin_inset space \thinspace{}
38257 \end_inset
38258
38259 B.
38260  fügt 
38261 \series bold
38262 pages={3,{},8-11,15}
38263 \series default
38264  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38265  Seitenbereiche werden mit der Syntax 
38266 \emph on
38267 Start
38268 \emph default
38269 -
38270 \emph on
38271 Stop
38272 \emph default
38273  angegeben.
38274  Dies wählt alle Seiten von 
38275 \emph on
38276 Start
38277 \emph default
38278  bis 
38279 \emph on
38280 Stop
38281 \emph default
38282  aus.
38283  Wird 
38284 \emph on
38285 Start
38286 \emph default
38287  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38288 \emph on
38289 Stop
38290 \emph default
38291  weggelassen, wird stattdessen die letzte Seite verwendet.
38292  Die letzte Seite kann außerdem mit dem Schlagwort 
38293 \series bold
38294 last
38295 \series default
38296  ausgewählt werden.
38297  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38298 \series bold
38299 pages=-
38300 \series default
38301  fügt also alle Seiten des Dokuments ein und 
38302 \series bold
38303 pages=last-1
38304 \series default
38305  fügt alle Seiten in umgekehrter Reihenfolge ein.
38306  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38307  eingefügt.
38308 \begin_inset Newline newline
38309 \end_inset
38310
38311 Die Option 
38312 \series bold
38313 noautoscale
38314 \series default
38315  fügt die Seiten in ihrer Originalgröße ein.
38316  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38317  dass sie die komplette Breite Ihres Dokuments einnehmen.
38318  In der Karteikarte 
38319 \family sans
38320 Größe und Drehung
38321 \family default
38322  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38323  werden.
38324  Wird eine andere Breite als 100
38325 \begin_inset space \thinspace{}
38326 \end_inset
38327
38328 Größe% verwendet, wird die Option 
38329 \series bold
38330 noautoscale
38331 \series default
38332  überschrieben.
38333  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38334  des LaTeX-Pakets 
38335 \series bold
38336 pdfpages
38337 \series default
38338  
38339 \begin_inset CommandInset citation
38340 LatexCommand cite
38341 key "pdfpages"
38342
38343 \end_inset
38344
38345 .
38346 \begin_inset Index idx
38347 status collapsed
38348
38349 \begin_layout Plain Layout
38350 LaTeX-Pakete ! pdfpages
38351 \end_layout
38352
38353 \end_inset
38354
38355
38356 \begin_inset Newline newline
38357 \end_inset
38358
38359 Um diese Vorlage in einer 
38360 \family sans
38361 Beamer
38362 \family default
38363 -Präsentation zu verwenden, muss zuerst eine 
38364 \family sans
38365 BeendeRahmen
38366 \family default
38367  Umgebung eingefügt werden.
38368  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
38369 \series bold
38370
38371 \backslash
38372 setbeamertemplate{background canvas}{}
38373 \series default
38374 .
38375  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38376  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38377  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38378  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38379  sicher, dass die Ausrichtung 
38380 \family sans
38381 Standard
38382 \family default
38383  für den Absatz verwendet wird, der die Vorlage enthält.
38384 \begin_inset Newline newline
38385 \end_inset
38386
38387 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38388 \begin_inset External
38389         template PDFPages
38390         filename ../clipart/Abstract.pdf
38391         extra LaTeX "pages=-"
38392         rotateAngle -5
38393         rotateOrigin bottomleft
38394         width 50col%
38395
38396 \end_inset
38397
38398
38399 \end_layout
38400
38401 \begin_layout Description
38402 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38403  Die Bilddateien können im Dialogfenster 
38404 \family sans
38405 Externes
38406 \begin_inset space ~
38407 \end_inset
38408
38409 Material
38410 \family default
38411  genauso behandelt werden wie die mit dem normalen 
38412 \family sans
38413 Grafik
38414 \family default
38415 -Dialog eingefügten, siehe Abschnitt
38416 \begin_inset space ~
38417 \end_inset
38418
38419
38420 \begin_inset CommandInset ref
38421 LatexCommand ref
38422 reference "abs:Grafik-Dialog"
38423
38424 \end_inset
38425
38426 .
38427  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38428  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38429  Hier ist ein eingefügtes Rasterbild: 
38430 \begin_inset External
38431         template RasterImage
38432         filename ../clipart/ToolbarEnvBox.png
38433
38434 \end_inset
38435
38436
38437 \end_layout
38438
38439 \begin_layout Description
38440 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38441 \series bold
38442
38443 \begin_inset CommandInset href
38444 LatexCommand href
38445 name "Xfig"
38446 target "http://de.wikipedia.org/wiki/Xfig"
38447
38448 \end_inset
38449
38450
38451 \series default
38452  erzeugt wurden.
38453 \end_layout
38454
38455 \begin_layout Standard
38456 \begin_inset Float table
38457 placement !h
38458 wide false
38459 sideways false
38460 status open
38461
38462 \begin_layout Plain Layout
38463 \begin_inset Caption
38464
38465 \begin_layout Plain Layout
38466 \begin_inset CommandInset label
38467 LatexCommand label
38468 name "tab:Vergleich-der-Datums-Eingaben"
38469
38470 \end_inset
38471
38472 Vergleich der Datums-Eingaben
38473 \end_layout
38474
38475 \end_inset
38476
38477
38478 \end_layout
38479
38480 \begin_layout Plain Layout
38481 \align center
38482 \begin_inset Tabular
38483 <lyxtabular version="3" rows="4" columns="4">
38484 <features tabularvalignment="middle">
38485 <column alignment="center" valignment="top" width="0">
38486 <column alignment="center" valignment="top" width="0">
38487 <column alignment="center" valignment="top" width="0">
38488 <column alignment="center" valignment="top" width="0">
38489 <row>
38490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38491 \begin_inset Text
38492
38493 \begin_layout Plain Layout
38494 Dokumentformat
38495 \end_layout
38496
38497 \end_inset
38498 </cell>
38499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38500 \begin_inset Text
38501
38502 \begin_layout Plain Layout
38503
38504 \family sans
38505 Externes Material\SpecialChar \menuseparator
38506 Datum
38507 \end_layout
38508
38509 \end_inset
38510 </cell>
38511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38512 \begin_inset Text
38513
38514 \begin_layout Plain Layout
38515
38516 \family sans
38517 Einfügen\SpecialChar \menuseparator
38518 Datum
38519 \end_layout
38520
38521 \end_inset
38522 </cell>
38523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38524 \begin_inset Text
38525
38526 \begin_layout Plain Layout
38527 Befehl 
38528 \series bold
38529
38530 \backslash
38531 today
38532 \end_layout
38533
38534 \end_inset
38535 </cell>
38536 </row>
38537 <row>
38538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38539 \begin_inset Text
38540
38541 \begin_layout Plain Layout
38542 LyX
38543 \end_layout
38544
38545 \end_inset
38546 </cell>
38547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38548 \begin_inset Text
38549
38550 \begin_layout Plain Layout
38551 als Box
38552 \end_layout
38553
38554 \end_inset
38555 </cell>
38556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38557 \begin_inset Text
38558
38559 \begin_layout Plain Layout
38560 als Datum
38561 \end_layout
38562
38563 \end_inset
38564 </cell>
38565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38566 \begin_inset Text
38567
38568 \begin_layout Plain Layout
38569 als TeX-Code
38570 \end_layout
38571
38572 \end_inset
38573 </cell>
38574 </row>
38575 <row>
38576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38577 \begin_inset Text
38578
38579 \begin_layout Plain Layout
38580 LaTeX
38581 \end_layout
38582
38583 \end_inset
38584 </cell>
38585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38586 \begin_inset Text
38587
38588 \begin_layout Plain Layout
38589 als Datum
38590 \end_layout
38591
38592 \end_inset
38593 </cell>
38594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38595 \begin_inset Text
38596
38597 \begin_layout Plain Layout
38598 als Datum
38599 \end_layout
38600
38601 \end_inset
38602 </cell>
38603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38604 \begin_inset Text
38605
38606 \begin_layout Plain Layout
38607 als Befehl
38608 \end_layout
38609
38610 \end_inset
38611 </cell>
38612 </row>
38613 <row>
38614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38615 \begin_inset Text
38616
38617 \begin_layout Plain Layout
38618 DVI, PDF, PS
38619 \end_layout
38620
38621 \end_inset
38622 </cell>
38623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38624 \begin_inset Text
38625
38626 \begin_layout Plain Layout
38627 als Datum
38628 \end_layout
38629
38630 \end_inset
38631 </cell>
38632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38633 \begin_inset Text
38634
38635 \begin_layout Plain Layout
38636 als Datum
38637 \end_layout
38638
38639 \end_inset
38640 </cell>
38641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38642 \begin_inset Text
38643
38644 \begin_layout Plain Layout
38645 als Datum
38646 \end_layout
38647
38648 \end_inset
38649 </cell>
38650 </row>
38651 </lyxtabular>
38652
38653 \end_inset
38654
38655
38656 \end_layout
38657
38658 \end_inset
38659
38660
38661 \end_layout
38662
38663 \begin_layout Standard
38664 Wenn Sie im Dialogfenster
38665 \family sans
38666  Externes
38667 \begin_inset space ~
38668 \end_inset
38669
38670 Material 
38671 \family default
38672 in der Karteikarte
38673 \family sans
38674  Datei
38675 \family default
38676  die Option 
38677 \family sans
38678 Entwurf
38679 \family default
38680  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38681 \begin_inset Newline newline
38682 \end_inset
38683
38684 LyX kann externes Material entweder als Box wie hier: 
38685 \begin_inset Graphics
38686         filename clipart/ExternesMaterialQt4.png
38687         scale 85
38688         scaleBeforeRotation
38689
38690 \end_inset
38691
38692  oder als Bild darstellen.
38693  Das hängt davon ab, ob Sie im Dialog
38694 \family sans
38695  
38696 \family default
38697 in der Karteikarte 
38698 \family sans
38699 LaTeX- und LyX-Optionen
38700 \family default
38701  die Option 
38702 \family sans
38703 In
38704 \begin_inset space ~
38705 \end_inset
38706
38707 LyX
38708 \begin_inset space ~
38709 \end_inset
38710
38711 anzeigen
38712 \family default
38713  gewählt haben oder nicht.
38714 \end_layout
38715
38716 \begin_layout Standard
38717 Im LyX-Handbuch 
38718 \family sans
38719 \emph on
38720 Anpassung
38721 \family default
38722 \emph default
38723  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
38724 \end_layout
38725
38726 \begin_layout Section
38727 Unterdokumente
38728 \begin_inset CommandInset label
38729 LatexCommand label
38730 name "abs:Unterdokumente"
38731
38732 \end_inset
38733
38734
38735 \begin_inset Index idx
38736 status collapsed
38737
38738 \begin_layout Plain Layout
38739 Unterdokument
38740 \end_layout
38741
38742 \end_inset
38743
38744
38745 \end_layout
38746
38747 \begin_layout Standard
38748 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
38749  oder Abschnitten bestehen.
38750  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
38751  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
38752  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
38753  z.
38754 \begin_inset space \thinspace{}
38755 \end_inset
38756
38757 B.
38758  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
38759 \end_layout
38760
38761 \begin_layout Standard
38762 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
38763  müssen, geben Sie im Unterdokument im Menü
38764 \family sans
38765  Dokument\SpecialChar \menuseparator
38766 Einstellungen\SpecialChar \menuseparator
38767 Dokumentklasse
38768 \family default
38769  das Hauptdokument an.
38770  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
38771  bearbeiten.
38772 \end_layout
38773
38774 \begin_layout Standard
38775 Unterdokumente werden in LyX als Box angezeigt: 
38776 \begin_inset Graphics
38777         filename clipart/UnterdokumentQt4.png
38778         scale 85
38779         scaleBeforeRotation
38780
38781 \end_inset
38782
38783  Sie werden über
38784 \family sans
38785  Einfügen\SpecialChar \menuseparator
38786 Datei\SpecialChar \menuseparator
38787 Unterdokument
38788 \family default
38789  eingebunden, was das Dialogfenster
38790 \family sans
38791  Unterdokument
38792 \family default
38793  öffnet.
38794  Für 
38795 \family sans
38796 die Art
38797 \begin_inset space ~
38798 \end_inset
38799
38800 der
38801 \begin_inset space ~
38802 \end_inset
38803
38804 Einbindung
38805 \family default
38806  gibt es dort vier Möglichkeiten:
38807 \end_layout
38808
38809 \begin_layout Description
38810 Include Sie können LyX- und LaTeX-Dokumente einbinden.
38811  Wenn Sie im Dialogfenster
38812 \family sans
38813  Unterdokument
38814 \family default
38815  auf 
38816 \family sans
38817 Bearbeiten
38818 \family default
38819  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
38820  und Sie können es editieren.
38821 \begin_inset Newline newline
38822 \end_inset
38823
38824
38825 \end_layout
38826
38827 \begin_layout Standard
38828 Hier wird ein Unterdokument
38829 \family sans
38830  
38831 \family default
38832 per 
38833 \family sans
38834 Include
38835 \family default
38836  eingebunden: 
38837 \begin_inset CommandInset include
38838 LatexCommand include
38839 filename "DummyDocument1.lyx"
38840
38841 \end_inset
38842
38843 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
38844  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
38845  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
38846 s.
38847  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
38848 \begin_inset space ~
38849 \end_inset
38850
38851
38852 \begin_inset CommandInset ref
38853 LatexCommand ref
38854 reference "uab:Externer-Unterabschnitt-1"
38855
38856 \end_inset
38857
38858 .
38859 \end_layout
38860
38861 \begin_layout Standard
38862 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
38863  wird benutzt.
38864  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
38865  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
38866  Unterdokumente, die per 
38867 \family sans
38868 Include
38869 \family default
38870  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
38871  und enden mit einem Seitenumbruch.
38872 \end_layout
38873
38874 \begin_layout Standard
38875 \begin_inset Note Greyedout
38876 status open
38877
38878 \begin_layout Plain Layout
38879
38880 \series bold
38881 Bemerkung:
38882 \series default
38883  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
38884  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
38885  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
38886  Ergebnissen führen wird.
38887 \end_layout
38888
38889 \end_inset
38890
38891
38892 \end_layout
38893
38894 \begin_layout Description
38895 Input Diese Methode ist 
38896 \family sans
38897 Include
38898 \family default
38899  sehr ähnlich mit folgenden Unterschieden:
38900 \end_layout
38901
38902 \begin_deeper
38903 \begin_layout Itemize
38904 Unterdokumente, die per 
38905 \family sans
38906 Input
38907 \family default
38908  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
38909  Seite und enden NICHT mit einem Seitenumbruch.
38910 \end_layout
38911
38912 \begin_layout Itemize
38913 Unterdokumente, die per 
38914 \family sans
38915 Input
38916 \family default
38917  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
38918 \family sans
38919  Unterdokument Vorschau
38920 \begin_inset space ~
38921 \end_inset
38922
38923 anzeigen
38924 \family default
38925  angekreuzt wurde und in den LyX-Einstellungen unter
38926 \family sans
38927  Aussehen
38928 \begin_inset space ~
38929 \end_inset
38930
38931 &
38932 \begin_inset space ~
38933 \end_inset
38934
38935 Handhabung\SpecialChar \menuseparator
38936 Grafik\SpecialChar \menuseparator
38937 Sofortige
38938 \begin_inset space ~
38939 \end_inset
38940
38941 Vorschau
38942 \family default
38943  auf 
38944 \family sans
38945 An
38946 \family default
38947  gesetzt wurde.
38948  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
38949  aus.
38950 \end_layout
38951
38952 \begin_layout Itemize
38953 Unterdokumente, die per 
38954 \family sans
38955 Input
38956 \family default
38957  eingebunden werden, können nicht über das Menü 
38958 \family sans
38959 Dokument\SpecialChar \menuseparator
38960 Einstellungen\SpecialChar \menuseparator
38961 Unterdokumente
38962 \family default
38963  unterdrückt werden.
38964 \end_layout
38965
38966 \end_deeper
38967 \begin_layout Standard
38968 Hier ist ein Unterdokument, das mit
38969 \family sans
38970  Input
38971 \family default
38972  eingebunden wurde: 
38973 \begin_inset CommandInset include
38974 LatexCommand input
38975 filename "DummyDocument2.lyx"
38976
38977 \end_inset
38978
38979 .
38980 \end_layout
38981
38982 \begin_layout Description
38983 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
38984   In der Druckvorschau wird für den Text der Stil 
38985 \family typewriter
38986 Schreibmaschine
38987 \family default
38988  verwendet.
38989  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
38990  Wenn Sie im Dialogfenster
38991 \family sans
38992  Unterdokument Leerzeichen
38993 \begin_inset space ~
38994 \end_inset
38995
38996 bei
38997 \begin_inset space ~
38998 \end_inset
38999
39000 der
39001 \begin_inset space ~
39002 \end_inset
39003
39004 Ausgabe
39005 \begin_inset space ~
39006 \end_inset
39007
39008 kennzeichnen 
39009 \family default
39010 ankreuzen, wird in der Druckvorschau das Zeichen 
39011 \begin_inset Quotes gld
39012 \end_inset
39013
39014
39015 \begin_inset ERT
39016 status collapsed
39017
39018 \begin_layout Plain Layout
39019
39020
39021 \backslash
39022 textvisiblespace 
39023 \end_layout
39024
39025 \end_inset
39026
39027
39028 \begin_inset Quotes grd
39029 \end_inset
39030
39031  für jedes Leerzeichen eingefügt.
39032 \begin_inset Newline newline
39033 \end_inset
39034
39035 Im Gegensatz zu 
39036 \family sans
39037 Einfügen\SpecialChar \menuseparator
39038 Datei\SpecialChar \menuseparator
39039 Einfacher
39040 \begin_inset space ~
39041 \end_inset
39042
39043 Text
39044 \family default
39045  wird bei 
39046 \family sans
39047 Unformatiert
39048 \family default
39049  der Dateiinhalt in LyX nicht dargestellt.
39050 \end_layout
39051
39052 \begin_layout Standard
39053 Hier ist ein Unterdokument, das mit
39054 \family sans
39055  Unformatiert
39056 \family default
39057  eingebunden wurde: 
39058 \begin_inset CommandInset include
39059 LatexCommand verbatiminput
39060 filename "DummyTextDocument.txt"
39061
39062 \end_inset
39063
39064
39065 \begin_inset VSpace bigskip
39066 \end_inset
39067
39068 Hier ist ein Unterdokument, das mit
39069 \family sans
39070  Unformatiert
39071 \family default
39072  eingebunden wurde und
39073 \family sans
39074  Leerzeichen
39075 \begin_inset space ~
39076 \end_inset
39077
39078 bei
39079 \begin_inset space ~
39080 \end_inset
39081
39082 der
39083 \begin_inset space ~
39084 \end_inset
39085
39086 Ausgabe
39087 \begin_inset space ~
39088 \end_inset
39089
39090 kennzeichnen
39091 \family default
39092  angekreuzt hat: 
39093 \begin_inset CommandInset include
39094 LatexCommand verbatiminput*
39095 filename "DummyTextDocument.txt"
39096
39097 \end_inset
39098
39099
39100 \end_layout
39101
39102 \begin_layout Standard
39103 \begin_inset VSpace bigskip
39104 \end_inset
39105
39106
39107 \end_layout
39108
39109 \begin_layout Standard
39110 \begin_inset Note Greyedout
39111 status open
39112
39113 \begin_layout Plain Layout
39114
39115 \series bold
39116 Bemerkung:
39117 \series default
39118  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39119  
39120 \family sans
39121 Unformatiert
39122 \family default
39123  eingebunden werden, am Zeilenende nicht umgebrochen.
39124 \end_layout
39125
39126 \end_inset
39127
39128
39129 \end_layout
39130
39131 \begin_layout Description
39132 Listing Dieser Typ wird in Kapitel
39133 \begin_inset space ~
39134 \end_inset
39135
39136
39137 \begin_inset CommandInset ref
39138 LatexCommand ref
39139 reference "kap:Programm-Code-Listen"
39140
39141 \end_inset
39142
39143  beschrieben.
39144 \end_layout
39145
39146 \begin_layout Standard
39147 \begin_inset Note Greyedout
39148 status open
39149
39150 \begin_layout Plain Layout
39151
39152 \series bold
39153 Bemerkung:
39154 \series default
39155  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39156  das zu LaTeX-Problemen führen.
39157 \end_layout
39158
39159 \end_inset
39160
39161
39162 \end_layout
39163
39164 \begin_layout Standard
39165 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39166  wollen, z.
39167 \begin_inset space \thinspace{}
39168 \end_inset
39169
39170 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39171  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39172  Dies geschieht über das Menü 
39173 \family sans
39174 Dokument\SpecialChar \menuseparator
39175 Einstellungen\SpecialChar \menuseparator
39176 Unterdokumente
39177 \family default
39178 .
39179  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39180  in die Spalte 
39181 \family sans
39182 In Ausgabe einbinden
39183 \family default
39184  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39185  für Unterdokumente möglich ist, die per 
39186 \family sans
39187 Input
39188 \family default
39189  eingebunden wurden).
39190  Wenn die Option 
39191 \family sans
39192 Zähler und Querverweise wahren
39193 \family default
39194  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
39195 \begin_inset space ~
39196 \end_inset
39197
39198 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39199  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39200  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39201  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
39202  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39203  sind, wählen sie die Option nicht.
39204 \end_layout
39205
39206 \begin_layout Standard
39207 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39208 \begin_inset Foot
39209 status collapsed
39210
39211 \begin_layout Plain Layout
39212 Zweige sind im Kapitel 
39213 \emph on
39214 Zweige
39215 \emph default
39216  des LyX 
39217 \emph on
39218 Benutzerhandbuchs
39219 \emph default
39220  erklärt.
39221 \end_layout
39222
39223 \end_inset
39224
39225  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39226  Dateien in der Ausgabe erscheinen.
39227  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39228  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39229  werden.
39230 \end_layout
39231
39232 \begin_layout Chapter
39233 Programm-Code-Listen
39234 \begin_inset CommandInset label
39235 LatexCommand label
39236 name "kap:Programm-Code-Listen"
39237
39238 \end_inset
39239
39240
39241 \begin_inset Index idx
39242 status collapsed
39243
39244 \begin_layout Plain Layout
39245 Listen
39246 \end_layout
39247
39248 \end_inset
39249
39250
39251 \begin_inset Index idx
39252 status collapsed
39253
39254 \begin_layout Plain Layout
39255 Programm-Code
39256 \end_layout
39257
39258 \end_inset
39259
39260
39261 \end_layout
39262
39263 \begin_layout Standard
39264 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39265 \family sans
39266 Einfügen\SpecialChar \menuseparator
39267 Pro\SpecialChar \-
39268 grammlisting
39269 \family default
39270  verwenden.
39271  Das LaTeX-Paket 
39272 \series bold
39273 listings
39274 \series default
39275
39276 \begin_inset Index idx
39277 status collapsed
39278
39279 \begin_layout Plain Layout
39280 LaTeX-Pakete ! listings
39281 \end_layout
39282
39283 \end_inset
39284
39285  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39286 \end_layout
39287
39288 \begin_layout Standard
39289 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39290 rmat der Programm-Code-Liste festlegen.
39291 \end_layout
39292
39293 \begin_layout Standard
39294 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39295  Die Platzierungsoption 
39296 \family sans
39297 Eingebettetes
39298 \begin_inset space ~
39299 \end_inset
39300
39301 Listing
39302 \family default
39303  druckt das Listing in der Zeile wie hier: 
39304 \begin_inset listings
39305 lstparams "language={C++}"
39306 inline true
39307 status open
39308
39309 \begin_layout Plain Layout
39310
39311 int a=5;
39312 \end_layout
39313
39314 \end_inset
39315
39316
39317 \begin_inset Newline newline
39318 \end_inset
39319
39320 Die Option 
39321 \family sans
39322 Gleitobjekt
39323 \family default
39324  erzeugt ein Listing-Gleitobjekt, dessen 
39325 \family sans
39326 Platzierung 
39327 \family default
39328 Sie mit 
39329 \family sans
39330 h
39331 \family default
39332
39333 \family sans
39334 t
39335 \family default
39336
39337 \family sans
39338 b
39339 \family default
39340  und 
39341 \family sans
39342 p
39343 \family default
39344 , analog zu den in Abschnitt
39345 \begin_inset space ~
39346 \end_inset
39347
39348
39349 \begin_inset CommandInset ref
39350 LatexCommand ref
39351 reference "abs:Gleitobjekt-Platzierung"
39352
39353 \end_inset
39354
39355  beschriebenen Platzierungsoptionen festlegen können.
39356  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39357  hintereinander angegeben, z.
39358 \begin_inset space \thinspace{}
39359 \end_inset
39360
39361 B.
39362  
39363 \begin_inset Quotes gld
39364 \end_inset
39365
39366
39367 \family sans
39368 htbp
39369 \family default
39370
39371 \begin_inset Quotes grd
39372 \end_inset
39373
39374 .
39375  Die Option 
39376 \begin_inset Quotes gld
39377 \end_inset
39378
39379 h
39380 \begin_inset Quotes grd
39381 \end_inset
39382
39383  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39384  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39385 \end_layout
39386
39387 \begin_layout Standard
39388 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39389  zu verweisen: Listing
39390 \begin_inset space ~
39391 \end_inset
39392
39393
39394 \begin_inset CommandInset ref
39395 LatexCommand ref
39396 reference "lst:Gleitendes-Programm-Listing"
39397
39398 \end_inset
39399
39400 .
39401 \end_layout
39402
39403 \begin_layout Standard
39404 \begin_inset listings
39405 lstparams "language=Python"
39406 inline false
39407 status open
39408
39409 \begin_layout Plain Layout
39410
39411 \begin_inset Caption
39412
39413 \begin_layout Plain Layout
39414 \begin_inset CommandInset label
39415 LatexCommand label
39416 name "lst:Gleitendes-Programm-Listing"
39417
39418 \end_inset
39419
39420 Gleitendes Programm-Listing
39421 \end_layout
39422
39423 \end_inset
39424
39425 # Gleitendes Programm-Listing
39426 \end_layout
39427
39428 \begin_layout Plain Layout
39429
39430 def func(param):
39431 \end_layout
39432
39433 \begin_layout Plain Layout
39434
39435     'Dies ist eine Python-Funktion'
39436 \end_layout
39437
39438 \begin_layout Plain Layout
39439
39440     pass
39441 \end_layout
39442
39443 \end_inset
39444
39445
39446 \end_layout
39447
39448 \begin_layout Standard
39449 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39450  der Sprache erkannt und besonders gedruckt, wie 
39451 \emph on
39452 #
39453 \emph default
39454
39455 \emph on
39456 def
39457 \emph default
39458  und 
39459 \emph on
39460 pass
39461 \emph default
39462  in Listing
39463 \begin_inset space ~
39464 \end_inset
39465
39466
39467 \begin_inset CommandInset ref
39468 LatexCommand ref
39469 reference "lst:Gleitendes-Programm-Listing"
39470
39471 \end_inset
39472
39473 .
39474 \end_layout
39475
39476 \begin_layout Standard
39477 \begin_inset Note Greyedout
39478 status open
39479
39480 \begin_layout Plain Layout
39481
39482 \series bold
39483 Bemerkung:
39484 \series default
39485  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39486 \family typewriter
39487 Schreib\SpecialChar \-
39488 maschine
39489 \family default
39490  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39491 h keine fett gedruckten Buchstaben.
39492  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39493 \family sans
39494 Dokument\SpecialChar \menuseparator
39495 Einstellungen\SpecialChar \menuseparator
39496 Schriften
39497 \family default
39498 .
39499  (Die Schriften 
39500 \emph on
39501 LuxiMono, BeraMono
39502 \emph default
39503  und 
39504 \emph on
39505 Courier
39506 \emph default
39507  enthalten fett gedruckte Buchstaben.)
39508 \end_layout
39509
39510 \end_inset
39511
39512
39513 \end_layout
39514
39515 \begin_layout Standard
39516 Im Abschnitt 
39517 \family sans
39518 Zeilennummerierung
39519 \family default
39520  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39521 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39522  jede wievielte Zeile nummeriert werden soll und die 
39523 \family sans
39524 Schriftgröße
39525 \family default
39526  der Nummerierung.
39527 \end_layout
39528
39529 \begin_layout Standard
39530 Im Abschnitt 
39531 \family sans
39532 Bereich
39533 \family default
39534  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39535  Im Abschnitt 
39536 \family sans
39537 Stil
39538 \family default
39539  legen Sie fest, wie die Liste ausgedruckt werden soll.
39540  Die Option 
39541 \family sans
39542 Erweiterte
39543 \begin_inset space ~
39544 \end_inset
39545
39546 Zeichentabelle
39547 \family default
39548  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39549 \end_layout
39550
39551 \begin_layout Standard
39552 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39553 \begin_inset Quotes gld
39554 \end_inset
39555
39556 3
39557 \begin_inset Quotes grd
39558 \end_inset
39559
39560 , Sprache 
39561 \begin_inset Quotes gld
39562 \end_inset
39563
39564 Python
39565 \begin_inset Quotes grd
39566 \end_inset
39567
39568 , Optionen 
39569 \begin_inset Quotes gld
39570 \end_inset
39571
39572 Erweiterte Zeichentabelle
39573 \begin_inset Quotes grd
39574 \end_inset
39575
39576  und 
39577 \begin_inset Quotes gld
39578 \end_inset
39579
39580 Leerzeichen als Symbol
39581 \begin_inset Quotes grd
39582 \end_inset
39583
39584  und Bereich Zeilen 3
39585 \begin_inset space \thinspace{}
39586 \end_inset
39587
39588 -
39589 \begin_inset space \thinspace{}
39590 \end_inset
39591
39592 8:
39593 \end_layout
39594
39595 \begin_layout Standard
39596 \begin_inset listings
39597 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39598 inline false
39599 status open
39600
39601 \begin_layout Plain Layout
39602
39603 def func(param):
39604 \end_layout
39605
39606 \begin_layout Plain Layout
39607
39608     'Dies ist eine Python-Funktion'
39609 \end_layout
39610
39611 \begin_layout Plain Layout
39612
39613     pass
39614 \end_layout
39615
39616 \begin_layout Plain Layout
39617
39618 def func(param):
39619 \end_layout
39620
39621 \begin_layout Plain Layout
39622
39623 'Sonderzeichen: Tschüß'
39624 \end_layout
39625
39626 \begin_layout Plain Layout
39627
39628 pass
39629 \end_layout
39630
39631 \begin_layout Plain Layout
39632
39633 def func(param):
39634 \end_layout
39635
39636 \begin_layout Plain Layout
39637
39638 'Dies ist eine Python-Funktion'
39639 \end_layout
39640
39641 \begin_layout Plain Layout
39642
39643 pass
39644 \end_layout
39645
39646 \end_inset
39647
39648
39649 \end_layout
39650
39651 \begin_layout Standard
39652 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39653 \family sans
39654 Tabulatorgröße
39655 \family default
39656  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39657 \end_layout
39658
39659 \begin_layout Standard
39660 \noindent
39661 \begin_inset Note Greyedout
39662 status open
39663
39664 \begin_layout Plain Layout
39665
39666 \series bold
39667 Bemerkung:
39668 \series default
39669  Wegen eines Fehlers im 
39670 \series bold
39671 listings
39672 \series default
39673 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
39674  verschoben.
39675  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
39676  Listing nummeriert werden.
39677 \end_layout
39678
39679 \end_inset
39680
39681
39682 \end_layout
39683
39684 \begin_layout Standard
39685 \begin_inset VSpace bigskip
39686 \end_inset
39687
39688
39689 \end_layout
39690
39691 \begin_layout Standard
39692 \noindent
39693 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
39694  Das machen Sie mit
39695 \family sans
39696  Einfügen\SpecialChar \menuseparator
39697 Datei\SpecialChar \menuseparator
39698 Unterdokument
39699 \family default
39700  und der 
39701 \family sans
39702 Art
39703 \begin_inset space ~
39704 \end_inset
39705
39706 der
39707 \begin_inset space ~
39708 \end_inset
39709
39710 Einbindung
39711 \family default
39712  
39713 \family sans
39714 Listing
39715 \family default
39716 .
39717 \begin_inset Foot
39718 status collapsed
39719
39720 \begin_layout Plain Layout
39721 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
39722 \begin_inset space ~
39723 \end_inset
39724
39725
39726 \begin_inset CommandInset ref
39727 LatexCommand ref
39728 reference "abs:Unterdokumente"
39729
39730 \end_inset
39731
39732  beschrieben.
39733 \end_layout
39734
39735 \end_inset
39736
39737  Im Dialogfenster
39738 \family sans
39739  Unterdokument
39740 \family default
39741  können Sie die Listing-Parameter unter 
39742 \family sans
39743 Weitere
39744 \begin_inset space ~
39745 \end_inset
39746
39747 Parameter
39748 \family default
39749  eingeben.
39750  Wenn Sie dort ein Fragezeichen 
39751 \begin_inset Quotes gld
39752 \end_inset
39753
39754 ?
39755 \begin_inset Quotes grd
39756 \end_inset
39757
39758  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
39759 det.
39760 \end_layout
39761
39762 \begin_layout Standard
39763 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
39764  Text ins Feld 
39765 \family sans
39766 Marke
39767 \family default
39768 , auf die dann wie üblich verwiesen werden kann.
39769 \end_layout
39770
39771 \begin_layout Standard
39772 Listing
39773 \begin_inset space ~
39774 \end_inset
39775
39776
39777 \begin_inset CommandInset ref
39778 LatexCommand ref
39779 reference "lst:Datei-Listing"
39780
39781 \end_inset
39782
39783  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
39784 \begin_inset space \thinspace{}
39785 \end_inset
39786
39787 -
39788 \begin_inset space \thinspace{}
39789 \end_inset
39790
39791 15 gedruckt werden.
39792 \end_layout
39793
39794 \begin_layout Standard
39795 \begin_inset CommandInset include
39796 LatexCommand lstinputlisting
39797 filename "EmbeddedObjects.lyx"
39798 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
39799
39800 \end_inset
39801
39802
39803 \end_layout
39804
39805 \begin_layout Standard
39806 \begin_inset VSpace bigskip
39807 \end_inset
39808
39809
39810 \end_layout
39811
39812 \begin_layout Standard
39813 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
39814 \end_layout
39815
39816 \begin_layout Enumerate
39817 Öffnen Sie die Listings-Einstellungen und fügen
39818 \begin_inset Newline newline
39819 \end_inset
39820
39821
39822 \family sans
39823 mathescape=true
39824 \family default
39825
39826 \begin_inset Newline newline
39827 \end_inset
39828
39829 in das Feld des Tabs 
39830 \family sans
39831 Erweitert
39832 \family default
39833  ein
39834 \end_layout
39835
39836 \begin_layout Enumerate
39837 Erstellen Sie eine Formel außerhalb des Listings
39838 \end_layout
39839
39840 \begin_layout Enumerate
39841 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
39842 blage (Tastenkürzel 
39843 \family sans
39844 Ctrl+C
39845 \family default
39846 )
39847 \end_layout
39848
39849 \begin_layout Enumerate
39850 Schreiben sie 
39851 \begin_inset Quotes gld
39852 \end_inset
39853
39854
39855 \family sans
39856 $$
39857 \family default
39858
39859 \begin_inset Quotes grd
39860 \end_inset
39861
39862  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
39863 hen (Tastenkürzel 
39864 \family sans
39865 Ctrl+V
39866 \family default
39867 )
39868 \end_layout
39869
39870 \begin_layout Standard
39871 \begin_inset listings
39872 lstparams "language=Python,mathescape=true"
39873 inline false
39874 status open
39875
39876 \begin_layout Plain Layout
39877
39878 \begin_inset Caption
39879
39880 \begin_layout Plain Layout
39881 Programm-Listing mit einer Formel
39882 \end_layout
39883
39884 \end_inset
39885
39886 # Beispiel-Programm-Listing
39887 \end_layout
39888
39889 \begin_layout Plain Layout
39890
39891 def func(param):
39892 \end_layout
39893
39894 \begin_layout Plain Layout
39895
39896     # $
39897 \backslash
39898 prod_{n=1}^{
39899 \backslash
39900 infty}
39901 \backslash
39902 ,
39903 \backslash
39904 frac{1}{x^{2}}$
39905 \end_layout
39906
39907 \begin_layout Plain Layout
39908
39909     pass
39910 \end_layout
39911
39912 \end_inset
39913
39914
39915 \end_layout
39916
39917 \begin_layout Standard
39918 \begin_inset VSpace bigskip
39919 \end_inset
39920
39921
39922 \end_layout
39923
39924 \begin_layout Standard
39925 \noindent
39926 Dokumentweite Listing-Eigenschaften können im Dialog 
39927 \family sans
39928 Dokument\SpecialChar \menuseparator
39929 Einstellungen\SpecialChar \menuseparator
39930 Listing
39931 \family default
39932  festgelegt werden.
39933  Dort bekommt man durch Eingabe eines Fragezeichens 
39934 \begin_inset Quotes gld
39935 \end_inset
39936
39937 ?
39938 \begin_inset Quotes grd
39939 \end_inset
39940
39941  eine Liste aller möglichen Parameter.
39942 \end_layout
39943
39944 \begin_layout Standard
39945 Weitere Informationen über das 
39946 \series bold
39947 listings
39948 \series default
39949 -Paket finden Sie in 
39950 \begin_inset CommandInset citation
39951 LatexCommand cite
39952 key "listings"
39953
39954 \end_inset
39955
39956 .
39957 \end_layout
39958
39959 \begin_layout Chapter
39960 \start_of_appendix
39961 In LyX verfügbare Maßeinheiten
39962 \begin_inset CommandInset label
39963 LatexCommand label
39964 name "kap:In-LyX-verfügbare"
39965
39966 \end_inset
39967
39968
39969 \begin_inset Index idx
39970 status collapsed
39971
39972 \begin_layout Plain Layout
39973 Einheiten
39974 \end_layout
39975
39976 \end_inset
39977
39978
39979 \end_layout
39980
39981 \begin_layout Standard
39982 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
39983  Tabelle
39984 \begin_inset space ~
39985 \end_inset
39986
39987
39988 \begin_inset CommandInset ref
39989 LatexCommand ref
39990 reference "tab:Maßeinheiten"
39991
39992 \end_inset
39993
39994  alle in LyX verfügbaren Maßeinheiten.
39995 \end_layout
39996
39997 \begin_layout Standard
39998 \begin_inset Float table
39999 placement h
40000 wide false
40001 sideways false
40002 status open
40003
40004 \begin_layout Plain Layout
40005 \begin_inset Caption
40006
40007 \begin_layout Plain Layout
40008 \begin_inset CommandInset label
40009 LatexCommand label
40010 name "tab:Maßeinheiten"
40011
40012 \end_inset
40013
40014 Maßeinheiten
40015 \end_layout
40016
40017 \end_inset
40018
40019
40020 \end_layout
40021
40022 \begin_layout Plain Layout
40023 \begin_inset VSpace medskip
40024 \end_inset
40025
40026
40027 \end_layout
40028
40029 \begin_layout Plain Layout
40030 \align center
40031 \begin_inset Tabular
40032 <lyxtabular version="3" rows="20" columns="2">
40033 <features tabularvalignment="middle">
40034 <column alignment="center" valignment="top" width="0">
40035 <column alignment="center" valignment="top" width="0">
40036 <row>
40037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40038 \begin_inset Text
40039
40040 \begin_layout Plain Layout
40041
40042 \series bold
40043 Maßeinheit
40044 \end_layout
40045
40046 \end_inset
40047 </cell>
40048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40049 \begin_inset Text
40050
40051 \begin_layout Plain Layout
40052
40053 \series bold
40054 Name/Beschreibung
40055 \end_layout
40056
40057 \end_inset
40058 </cell>
40059 </row>
40060 <row>
40061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40062 \begin_inset Text
40063
40064 \begin_layout Plain Layout
40065 mm
40066 \end_layout
40067
40068 \end_inset
40069 </cell>
40070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40071 \begin_inset Text
40072
40073 \begin_layout Plain Layout
40074 Millimeter
40075 \end_layout
40076
40077 \end_inset
40078 </cell>
40079 </row>
40080 <row>
40081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40082 \begin_inset Text
40083
40084 \begin_layout Plain Layout
40085 cm
40086 \end_layout
40087
40088 \end_inset
40089 </cell>
40090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40091 \begin_inset Text
40092
40093 \begin_layout Plain Layout
40094 Zentimeter
40095 \end_layout
40096
40097 \end_inset
40098 </cell>
40099 </row>
40100 <row>
40101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40102 \begin_inset Text
40103
40104 \begin_layout Plain Layout
40105 in
40106 \end_layout
40107
40108 \end_inset
40109 </cell>
40110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40111 \begin_inset Text
40112
40113 \begin_layout Plain Layout
40114 Zoll (1
40115 \begin_inset space \thinspace{}
40116 \end_inset
40117
40118 in = 2.54
40119 \begin_inset space \thinspace{}
40120 \end_inset
40121
40122 cm
40123 \end_layout
40124
40125 \end_inset
40126 </cell>
40127 </row>
40128 <row>
40129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40130 \begin_inset Text
40131
40132 \begin_layout Plain Layout
40133 pt
40134 \end_layout
40135
40136 \end_inset
40137 </cell>
40138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40139 \begin_inset Text
40140
40141 \begin_layout Plain Layout
40142 Punkt (72.27
40143 \begin_inset space \thinspace{}
40144 \end_inset
40145
40146 pt = 1
40147 \begin_inset space \thinspace{}
40148 \end_inset
40149
40150 in)
40151 \end_layout
40152
40153 \end_inset
40154 </cell>
40155 </row>
40156 <row>
40157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40158 \begin_inset Text
40159
40160 \begin_layout Plain Layout
40161 pc
40162 \end_layout
40163
40164 \end_inset
40165 </cell>
40166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40167 \begin_inset Text
40168
40169 \begin_layout Plain Layout
40170 Pica (1
40171 \begin_inset space \thinspace{}
40172 \end_inset
40173
40174 pc = 12
40175 \begin_inset space \thinspace{}
40176 \end_inset
40177
40178 pt)
40179 \end_layout
40180
40181 \end_inset
40182 </cell>
40183 </row>
40184 <row>
40185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40186 \begin_inset Text
40187
40188 \begin_layout Plain Layout
40189 sp
40190 \end_layout
40191
40192 \end_inset
40193 </cell>
40194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40195 \begin_inset Text
40196
40197 \begin_layout Plain Layout
40198 skalierter Punkt (65536
40199 \begin_inset space \thinspace{}
40200 \end_inset
40201
40202 sp = 1
40203 \begin_inset space \thinspace{}
40204 \end_inset
40205
40206 pt)
40207 \end_layout
40208
40209 \end_inset
40210 </cell>
40211 </row>
40212 <row>
40213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40214 \begin_inset Text
40215
40216 \begin_layout Plain Layout
40217 bp
40218 \end_layout
40219
40220 \end_inset
40221 </cell>
40222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40223 \begin_inset Text
40224
40225 \begin_layout Plain Layout
40226 großer Punkt (72
40227 \begin_inset space \thinspace{}
40228 \end_inset
40229
40230 bp = 1
40231 \begin_inset space \thinspace{}
40232 \end_inset
40233
40234 in)
40235 \end_layout
40236
40237 \end_inset
40238 </cell>
40239 </row>
40240 <row>
40241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40242 \begin_inset Text
40243
40244 \begin_layout Plain Layout
40245 dd
40246 \end_layout
40247
40248 \end_inset
40249 </cell>
40250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40251 \begin_inset Text
40252
40253 \begin_layout Plain Layout
40254 Didot (1
40255 \begin_inset space \thinspace{}
40256 \end_inset
40257
40258 dd 
40259 \begin_inset Formula $\approx$
40260 \end_inset
40261
40262  0,376
40263 \begin_inset space \thinspace{}
40264 \end_inset
40265
40266 mm)
40267 \end_layout
40268
40269 \end_inset
40270 </cell>
40271 </row>
40272 <row>
40273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40274 \begin_inset Text
40275
40276 \begin_layout Plain Layout
40277 cc
40278 \end_layout
40279
40280 \end_inset
40281 </cell>
40282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40283 \begin_inset Text
40284
40285 \begin_layout Plain Layout
40286 Cicero (1
40287 \begin_inset space \thinspace{}
40288 \end_inset
40289
40290 cc = 12
40291 \begin_inset space \thinspace{}
40292 \end_inset
40293
40294 dd)
40295 \end_layout
40296
40297 \end_inset
40298 </cell>
40299 </row>
40300 <row>
40301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40302 \begin_inset Text
40303
40304 \begin_layout Plain Layout
40305 Skalierung%
40306 \end_layout
40307
40308 \end_inset
40309 </cell>
40310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40311 \begin_inset Text
40312
40313 \begin_layout Plain Layout
40314 % der originalen Bildbreite
40315 \end_layout
40316
40317 \end_inset
40318 </cell>
40319 </row>
40320 <row>
40321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40322 \begin_inset Text
40323
40324 \begin_layout Plain Layout
40325 Textbreite %
40326 \end_layout
40327
40328 \end_inset
40329 </cell>
40330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40331 \begin_inset Text
40332
40333 \begin_layout Plain Layout
40334 % der Textbreite
40335 \end_layout
40336
40337 \end_inset
40338 </cell>
40339 </row>
40340 <row>
40341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40342 \begin_inset Text
40343
40344 \begin_layout Plain Layout
40345 Spaltenbreite %
40346 \end_layout
40347
40348 \end_inset
40349 </cell>
40350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40351 \begin_inset Text
40352
40353 \begin_layout Plain Layout
40354 % der Spaltenbreite
40355 \end_layout
40356
40357 \end_inset
40358 </cell>
40359 </row>
40360 <row>
40361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40362 \begin_inset Text
40363
40364 \begin_layout Plain Layout
40365 Seitenbreite %
40366 \end_layout
40367
40368 \end_inset
40369 </cell>
40370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40371 \begin_inset Text
40372
40373 \begin_layout Plain Layout
40374 % der Seitenbreite
40375 \end_layout
40376
40377 \end_inset
40378 </cell>
40379 </row>
40380 <row>
40381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40382 \begin_inset Text
40383
40384 \begin_layout Plain Layout
40385 Zeilenbreite %
40386 \end_layout
40387
40388 \end_inset
40389 </cell>
40390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40391 \begin_inset Text
40392
40393 \begin_layout Plain Layout
40394 % der Zeilenbreite
40395 \end_layout
40396
40397 \end_inset
40398 </cell>
40399 </row>
40400 <row>
40401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40402 \begin_inset Text
40403
40404 \begin_layout Plain Layout
40405 Texthöhe %
40406 \end_layout
40407
40408 \end_inset
40409 </cell>
40410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40411 \begin_inset Text
40412
40413 \begin_layout Plain Layout
40414 % der Texthöhe
40415 \end_layout
40416
40417 \end_inset
40418 </cell>
40419 </row>
40420 <row>
40421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40422 \begin_inset Text
40423
40424 \begin_layout Plain Layout
40425 Seitenhöhe %
40426 \end_layout
40427
40428 \end_inset
40429 </cell>
40430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40431 \begin_inset Text
40432
40433 \begin_layout Plain Layout
40434 % der Seitenhöhe
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 ex
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 Die Höhe des Buchstabens 
40455 \emph on
40456 x
40457 \emph default
40458  im aktiven Zeichensatz
40459 \end_layout
40460
40461 \end_inset
40462 </cell>
40463 </row>
40464 <row>
40465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40466 \begin_inset Text
40467
40468 \begin_layout Plain Layout
40469 em
40470 \end_layout
40471
40472 \end_inset
40473 </cell>
40474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40475 \begin_inset Text
40476
40477 \begin_layout Plain Layout
40478 Die Breite des Buchstabens 
40479 \emph on
40480 M
40481 \emph default
40482  im aktiven Zeichensatz
40483 \end_layout
40484
40485 \end_inset
40486 </cell>
40487 </row>
40488 <row>
40489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40490 \begin_inset Text
40491
40492 \begin_layout Plain Layout
40493 mu
40494 \end_layout
40495
40496 \end_inset
40497 </cell>
40498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40499 \begin_inset Text
40500
40501 \begin_layout Plain Layout
40502 mathematische  Maßeinheit
40503 \series bold
40504  
40505 \series default
40506 (1
40507 \begin_inset space \thinspace{}
40508 \end_inset
40509
40510 mu = 1/18
40511 \begin_inset space \thinspace{}
40512 \end_inset
40513
40514 em)
40515 \end_layout
40516
40517 \end_inset
40518 </cell>
40519 </row>
40520 </lyxtabular>
40521
40522 \end_inset
40523
40524
40525 \end_layout
40526
40527 \end_inset
40528
40529
40530 \end_layout
40531
40532 \begin_layout Chapter
40533 Ausgabedatei-Formate mit Grafiken
40534 \begin_inset CommandInset label
40535 LatexCommand label
40536 name "kap:Ausgabedatei-Formate"
40537
40538 \end_inset
40539
40540
40541 \end_layout
40542
40543 \begin_layout Section
40544 DVI
40545 \begin_inset Index idx
40546 status collapsed
40547
40548 \begin_layout Plain Layout
40549 Dateiformat! DVI
40550 \end_layout
40551
40552 \end_inset
40553
40554
40555 \begin_inset Index idx
40556 status collapsed
40557
40558 \begin_layout Plain Layout
40559 DVI
40560 \end_layout
40561
40562 \end_inset
40563
40564
40565 \end_layout
40566
40567 \begin_layout Standard
40568 Dieser Dateityp hat die Erweiterung 
40569 \begin_inset Quotes gld
40570 \end_inset
40571
40572
40573 \family typewriter
40574 .dvi
40575 \family default
40576
40577 \begin_inset Quotes grd
40578 \end_inset
40579
40580  und wird 
40581 \begin_inset Quotes gld
40582 \end_inset
40583
40584 device independent
40585 \begin_inset Quotes grd
40586 \end_inset
40587
40588  genannt, weil er vollkommen portierbar ist.
40589  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
40590  dvi-Betrachter installiert hat.
40591  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
40592 ate wie PostScript benutzt.
40593 \end_layout
40594
40595 \begin_layout Standard
40596 \begin_inset Note Greyedout
40597 status open
40598
40599 \begin_layout Plain Layout
40600
40601 \series bold
40602 Bemerkung:
40603 \series default
40604  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
40605 \end_layout
40606
40607 \end_inset
40608
40609
40610 \end_layout
40611
40612 \begin_layout Standard
40613 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
40614  auf einen anderen Computer kopieren.
40615  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
40616  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
40617  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
40618 \family typewriter
40619  
40620 \family default
40621 blättern.
40622
40623 \family typewriter
40624  
40625 \family default
40626 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
40627  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
40628  
40629 \end_layout
40630
40631 \begin_layout Standard
40632 Sie können Ihr Dokument als DVI über das Menü 
40633 \family sans
40634 Datei\SpecialChar \menuseparator
40635 Exportieren\SpecialChar \menuseparator
40636 DVI
40637 \family default
40638  exportieren.
40639  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
40640 \family sans
40641 Ansicht
40642 \family default
40643  anschauen.
40644 \end_layout
40645
40646 \begin_layout Section
40647 PostScript
40648 \begin_inset CommandInset label
40649 LatexCommand label
40650 name "abs:PostScript"
40651
40652 \end_inset
40653
40654
40655 \begin_inset Index idx
40656 status collapsed
40657
40658 \begin_layout Plain Layout
40659 Dateiformat  ! PostScript
40660 \end_layout
40661
40662 \end_inset
40663
40664
40665 \begin_inset Index idx
40666 status collapsed
40667
40668 \begin_layout Plain Layout
40669 PostScript
40670 \end_layout
40671
40672 \end_inset
40673
40674
40675 \end_layout
40676
40677 \begin_layout Standard
40678 Dieser Dateityp hat die Erweiterung 
40679 \begin_inset Quotes gld
40680 \end_inset
40681
40682
40683 \family typewriter
40684 .ps
40685 \family default
40686
40687 \begin_inset Quotes grd
40688 \end_inset
40689
40690 .
40691  PostScript wurde von der Firma
40692 \family typewriter
40693  Adobe
40694 \family default
40695  als Druckersprache entwickelt.
40696  Die Datei enthält deshalb Druckbefehle.
40697  PostScript kann als 
40698 \begin_inset Quotes gld
40699 \end_inset
40700
40701 Programmiersprache
40702 \begin_inset Quotes grd
40703 \end_inset
40704
40705  angesehen werden.
40706  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
40707 \begin_inset Foot
40708 status collapsed
40709
40710 \begin_layout Plain Layout
40711 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
40712  von
40713 \series bold
40714  PSTricks
40715 \series default
40716  
40717 \begin_inset CommandInset citation
40718 LatexCommand cite
40719 key "pstricks"
40720
40721 \end_inset
40722
40723  oder 
40724 \begin_inset CommandInset citation
40725 LatexCommand cite
40726 key "latex-praxisbuch"
40727
40728 \end_inset
40729
40730  ansehen.
40731 \end_layout
40732
40733 \end_inset
40734
40735 .
40736  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
40737 \end_layout
40738
40739 \begin_layout Standard
40740 PostScript kann nur Bilder im Format EPS
40741 \begin_inset Index idx
40742 status collapsed
40743
40744 \begin_layout Plain Layout
40745 EPS
40746 \end_layout
40747
40748 \end_inset
40749
40750  (Encapsulated PostScript, Datei-Er\SpecialChar \-
40751 wei\SpecialChar \-
40752 ter\SpecialChar \-
40753 ung 
40754 \begin_inset Quotes gld
40755 \end_inset
40756
40757
40758 \family typewriter
40759 .eps
40760 \family default
40761
40762 \begin_inset Quotes grd
40763 \end_inset
40764
40765 ) enthalten.
40766  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
40767  intern nach EPS konvertieren.
40768  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
40769  verlangsamen.
40770  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
40771  konvertieren und direkt als EPS einfügen.
40772 \end_layout
40773
40774 \begin_layout Standard
40775 Sie können Ihr Dokument als PostScript über das Menü 
40776 \family sans
40777 Datei\SpecialChar \menuseparator
40778 Exportieren\SpecialChar \menuseparator
40779 Post\SpecialChar \-
40780 Script
40781 \family default
40782  exportieren.
40783  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
40784 \family sans
40785 Ansicht
40786 \family default
40787  oder den Werkzeugleistenknopf 
40788 \begin_inset Graphics
40789         filename ../../images/buffer-view_ps.png
40790         scale 70
40791         scaleBeforeRotation
40792
40793 \end_inset
40794
40795  anschauen.
40796 \end_layout
40797
40798 \begin_layout Section
40799 PDF
40800 \begin_inset Index idx
40801 status collapsed
40802
40803 \begin_layout Plain Layout
40804 Dateiformat! PDF
40805 \end_layout
40806
40807 \end_inset
40808
40809
40810 \begin_inset Index idx
40811 status collapsed
40812
40813 \begin_layout Plain Layout
40814 PDF
40815 \end_layout
40816
40817 \end_inset
40818
40819
40820 \end_layout
40821
40822 \begin_layout Standard
40823 Dieser Dateityp hat die Erweiterung 
40824 \begin_inset Quotes gld
40825 \end_inset
40826
40827
40828 \family typewriter
40829 .pdf
40830 \family default
40831
40832 \begin_inset Quotes grd
40833 \end_inset
40834
40835 .
40836  Das
40837 \emph on
40838  
40839 \emph default
40840
40841 \begin_inset Quotes gld
40842 \end_inset
40843
40844 Portable Document Format
40845 \begin_inset Quotes grd
40846 \end_inset
40847
40848  (PDF) wurde auch von der Firma 
40849 \family typewriter
40850 Adobe
40851 \family default
40852  als Derivat von PostScript entwickelt.
40853  Es ist komprimierter und benutzt weniger Befehle als PostScript.
40854  Wie der Begriff 
40855 \begin_inset Quotes gld
40856 \end_inset
40857
40858 portable
40859 \begin_inset Quotes grd
40860 \end_inset
40861
40862  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
40863  werden, und der Ausdruck sieht immer gleich aus.
40864 \end_layout
40865
40866 \begin_layout Standard
40867 PDF kann Bilder im eigenen PDF-Format, im Format 
40868 \begin_inset Quotes gld
40869 \end_inset
40870
40871 Joint Photographic Experts Group
40872 \begin_inset Quotes grd
40873 \end_inset
40874
40875  (JPEG
40876 \begin_inset Index idx
40877 status collapsed
40878
40879 \begin_layout Plain Layout
40880 JPG, JPEG
40881 \end_layout
40882
40883 \end_inset
40884
40885 , Datei-Erweiterung 
40886 \begin_inset Quotes gld
40887 \end_inset
40888
40889
40890 \family typewriter
40891 .jpg
40892 \family default
40893
40894 \begin_inset Quotes grd
40895 \end_inset
40896
40897  oder 
40898 \begin_inset Quotes gld
40899 \end_inset
40900
40901
40902 \family typewriter
40903 .jpeg
40904 \family default
40905
40906 \begin_inset Quotes grd
40907 \end_inset
40908
40909 ) und im Format 
40910 \begin_inset Quotes gld
40911 \end_inset
40912
40913 Portable Network Graphics
40914 \begin_inset Quotes grd
40915 \end_inset
40916
40917  (PNG
40918 \begin_inset Index idx
40919 status collapsed
40920
40921 \begin_layout Plain Layout
40922 PNG
40923 \end_layout
40924
40925 \end_inset
40926
40927 , Datei-Erweiterung 
40928 \begin_inset Quotes gld
40929 \end_inset
40930
40931
40932 \family typewriter
40933 .png
40934 \family default
40935
40936 \begin_inset Quotes grd
40937 \end_inset
40938
40939 ) enthalten.
40940  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
40941  Sie konvertieren wird.
40942  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
40943  wird, eines der drei erwähnten Bildformate zu benutzen.
40944 \end_layout
40945
40946 \begin_layout Standard
40947 PDF-Dateien können Sie über 
40948 \family sans
40949 Datei\SpecialChar \menuseparator
40950 Exportieren
40951 \family default
40952  auf drei Arten erzeugen:
40953 \end_layout
40954
40955 \begin_layout Description
40956 PDF
40957 \begin_inset space ~
40958 \end_inset
40959
40960 (ps2pdf) benutzt das Programm
40961 \family typewriter
40962  ps2pdf
40963 \family default
40964 , das eine PDF-Datei aus einer Post\SpecialChar \-
40965 Script®-Version Ihres Dokument erstellt.
40966  Die PostScript-Version wird mit dem Programm 
40967 \family typewriter
40968 dvips
40969 \family default
40970  aus einer DVI-Version erstellt.
40971  Es werden also drei Konvertierungen verwendet.
40972 \end_layout
40973
40974 \begin_layout Description
40975 PDF
40976 \begin_inset space ~
40977 \end_inset
40978
40979 (dvipdfm) benutzt das Programm 
40980 \family typewriter
40981 dvipdfm
40982 \family default
40983 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
40984  PDF konvertiert.
40985 \end_layout
40986
40987 \begin_layout Description
40988 PDF
40989 \begin_inset space ~
40990 \end_inset
40991
40992 (pdflatex) benutzt das Programm
40993 \family typewriter
40994  pdftex
40995 \family default
40996 , das Ihr Dokument direkt nach PDF konvertiert.
40997 \end_layout
40998
40999 \begin_layout Standard
41000
41001 \family sans
41002 PDF
41003 \begin_inset space ~
41004 \end_inset
41005
41006 (pdflatex)
41007 \family default
41008  wird empfohlen, weil
41009 \family typewriter
41010  pdftex
41011 \family default
41012  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41013  ohne Probleme arbeitet.
41014  Das Programm 
41015 \family typewriter
41016 dvi\SpecialChar \-
41017 pdfm
41018 \family default
41019  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41020 \end_layout
41021
41022 \begin_layout Standard
41023 Sie können Ihr Dokument als PDF über das Menü 
41024 \family sans
41025 Datei\SpecialChar \menuseparator
41026 Exportieren\SpecialChar \menuseparator
41027 PDF
41028 \family default
41029  exportieren.
41030  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41031 \family sans
41032 Ansicht
41033 \family default
41034  oder den Werkzeugleistenknopf 
41035 \begin_inset Graphics
41036         filename ../../images/buffer-view_pdf2.png
41037         scale 70
41038         scaleBeforeRotation
41039
41040 \end_inset
41041
41042  anschauen 
41043 \family sans
41044 (
41045 \family default
41046 der 
41047 \family sans
41048 PDF
41049 \begin_inset space ~
41050 \end_inset
41051
41052 (pdflatex)
41053 \family default
41054  verwendet).
41055 \end_layout
41056
41057 \begin_layout Chapter
41058 Liste der dvips-Farbnamen
41059 \begin_inset CommandInset label
41060 LatexCommand label
41061 name "chap:Liste-der-dvips-Farbnamen"
41062
41063 \end_inset
41064
41065
41066 \end_layout
41067
41068 \begin_layout Standard
41069 \begin_inset Tabular
41070 <lyxtabular version="3" rows="17" columns="4">
41071 <features tabularvalignment="middle">
41072 <column alignment="left" valignment="top" width="0pt">
41073 <column alignment="left" valignment="top" width="0pt">
41074 <column alignment="left" valignment="top" width="0pt">
41075 <column alignment="left" valignment="top" width="0pt">
41076 <row>
41077 <cell alignment="left" valignment="top" usebox="none">
41078 \begin_inset Text
41079
41080 \begin_layout Plain Layout
41081 \begin_inset ERT
41082 status collapsed
41083
41084 \begin_layout Plain Layout
41085
41086
41087 \backslash
41088 fcolorbox{black}{
41089 \end_layout
41090
41091 \end_inset
41092
41093 white
41094 \begin_inset ERT
41095 status collapsed
41096
41097 \begin_layout Plain Layout
41098
41099 }{
41100 \end_layout
41101
41102 \end_inset
41103
41104 Farbe
41105 \begin_inset ERT
41106 status collapsed
41107
41108 \begin_layout Plain Layout
41109
41110 }
41111 \end_layout
41112
41113 \end_inset
41114
41115  Farbname
41116 \end_layout
41117
41118 \end_inset
41119 </cell>
41120 <cell alignment="left" valignment="top" usebox="none">
41121 \begin_inset Text
41122
41123 \begin_layout Plain Layout
41124 \begin_inset ERT
41125 status collapsed
41126
41127 \begin_layout Plain Layout
41128
41129
41130 \backslash
41131 fcolorbox{black}{
41132 \end_layout
41133
41134 \end_inset
41135
41136 white
41137 \begin_inset ERT
41138 status collapsed
41139
41140 \begin_layout Plain Layout
41141
41142 }{
41143 \end_layout
41144
41145 \end_inset
41146
41147 Farbe
41148 \begin_inset ERT
41149 status collapsed
41150
41151 \begin_layout Plain Layout
41152
41153 }
41154 \end_layout
41155
41156 \end_inset
41157
41158  Farbname
41159 \end_layout
41160
41161 \end_inset
41162 </cell>
41163 <cell alignment="left" valignment="top" usebox="none">
41164 \begin_inset Text
41165
41166 \begin_layout Plain Layout
41167 \begin_inset ERT
41168 status collapsed
41169
41170 \begin_layout Plain Layout
41171
41172
41173 \backslash
41174 fcolorbox{black}{
41175 \end_layout
41176
41177 \end_inset
41178
41179 white
41180 \begin_inset ERT
41181 status collapsed
41182
41183 \begin_layout Plain Layout
41184
41185 }{
41186 \end_layout
41187
41188 \end_inset
41189
41190 Farbe
41191 \begin_inset ERT
41192 status collapsed
41193
41194 \begin_layout Plain Layout
41195
41196 }
41197 \end_layout
41198
41199 \end_inset
41200
41201  Farbname
41202 \end_layout
41203
41204 \end_inset
41205 </cell>
41206 <cell alignment="left" valignment="top" usebox="none">
41207 \begin_inset Text
41208
41209 \begin_layout Plain Layout
41210 \begin_inset ERT
41211 status collapsed
41212
41213 \begin_layout Plain Layout
41214
41215
41216 \backslash
41217 fcolorbox{black}{
41218 \end_layout
41219
41220 \end_inset
41221
41222 white
41223 \begin_inset ERT
41224 status collapsed
41225
41226 \begin_layout Plain Layout
41227
41228 }{
41229 \end_layout
41230
41231 \end_inset
41232
41233 Farbe
41234 \begin_inset ERT
41235 status collapsed
41236
41237 \begin_layout Plain Layout
41238
41239 }
41240 \end_layout
41241
41242 \end_inset
41243
41244  Farbname
41245 \end_layout
41246
41247 \end_inset
41248 </cell>
41249 </row>
41250 <row>
41251 <cell alignment="center" valignment="top" usebox="none">
41252 \begin_inset Text
41253
41254 \begin_layout Plain Layout
41255 \begin_inset ERT
41256 status collapsed
41257
41258 \begin_layout Plain Layout
41259
41260
41261 \backslash
41262 fcolorbox{black}{
41263 \end_layout
41264
41265 \end_inset
41266
41267 Apricot
41268 \begin_inset ERT
41269 status collapsed
41270
41271 \begin_layout Plain Layout
41272
41273 }{
41274 \end_layout
41275
41276 \end_inset
41277
41278
41279 \begin_inset Phantom Phantom
41280 status open
41281
41282 \begin_layout Plain Layout
41283 W
41284 \end_layout
41285
41286 \end_inset
41287
41288
41289 \begin_inset ERT
41290 status collapsed
41291
41292 \begin_layout Plain Layout
41293
41294 }
41295 \end_layout
41296
41297 \end_inset
41298
41299  Apricot
41300 \end_layout
41301
41302 \end_inset
41303 </cell>
41304 <cell alignment="center" valignment="top" usebox="none">
41305 \begin_inset Text
41306
41307 \begin_layout Plain Layout
41308 \begin_inset ERT
41309 status collapsed
41310
41311 \begin_layout Plain Layout
41312
41313
41314 \backslash
41315 fcolorbox{black}{
41316 \end_layout
41317
41318 \end_inset
41319
41320 Aquamarine
41321 \begin_inset ERT
41322 status collapsed
41323
41324 \begin_layout Plain Layout
41325
41326 }{
41327 \end_layout
41328
41329 \end_inset
41330
41331
41332 \begin_inset Phantom Phantom
41333 status open
41334
41335 \begin_layout Plain Layout
41336 W
41337 \end_layout
41338
41339 \end_inset
41340
41341
41342 \begin_inset ERT
41343 status collapsed
41344
41345 \begin_layout Plain Layout
41346
41347 }
41348 \end_layout
41349
41350 \end_inset
41351
41352  Aquamarine
41353 \end_layout
41354
41355 \end_inset
41356 </cell>
41357 <cell alignment="center" valignment="top" usebox="none">
41358 \begin_inset Text
41359
41360 \begin_layout Plain Layout
41361 \begin_inset ERT
41362 status collapsed
41363
41364 \begin_layout Plain Layout
41365
41366
41367 \backslash
41368 fcolorbox{black}{
41369 \end_layout
41370
41371 \end_inset
41372
41373 Bittersweet
41374 \begin_inset ERT
41375 status collapsed
41376
41377 \begin_layout Plain Layout
41378
41379 }{
41380 \end_layout
41381
41382 \end_inset
41383
41384
41385 \begin_inset Phantom Phantom
41386 status open
41387
41388 \begin_layout Plain Layout
41389 W
41390 \end_layout
41391
41392 \end_inset
41393
41394
41395 \begin_inset ERT
41396 status collapsed
41397
41398 \begin_layout Plain Layout
41399
41400 }
41401 \end_layout
41402
41403 \end_inset
41404
41405  Bittersweet
41406 \end_layout
41407
41408 \end_inset
41409 </cell>
41410 <cell alignment="center" valignment="top" usebox="none">
41411 \begin_inset Text
41412
41413 \begin_layout Plain Layout
41414 \begin_inset ERT
41415 status collapsed
41416
41417 \begin_layout Plain Layout
41418
41419
41420 \backslash
41421 fcolorbox{black}{
41422 \end_layout
41423
41424 \end_inset
41425
41426 BlueGreen
41427 \begin_inset ERT
41428 status collapsed
41429
41430 \begin_layout Plain Layout
41431
41432 }{
41433 \end_layout
41434
41435 \end_inset
41436
41437
41438 \begin_inset Phantom Phantom
41439 status open
41440
41441 \begin_layout Plain Layout
41442 W
41443 \end_layout
41444
41445 \end_inset
41446
41447
41448 \begin_inset ERT
41449 status collapsed
41450
41451 \begin_layout Plain Layout
41452
41453 }
41454 \end_layout
41455
41456 \end_inset
41457
41458  BlueGreen
41459 \end_layout
41460
41461 \end_inset
41462 </cell>
41463 </row>
41464 <row>
41465 <cell alignment="left" valignment="top" usebox="none">
41466 \begin_inset Text
41467
41468 \begin_layout Plain Layout
41469 \begin_inset ERT
41470 status collapsed
41471
41472 \begin_layout Plain Layout
41473
41474
41475 \backslash
41476 fcolorbox{black}{
41477 \end_layout
41478
41479 \end_inset
41480
41481 BlueViolet
41482 \begin_inset ERT
41483 status collapsed
41484
41485 \begin_layout Plain Layout
41486
41487 }{
41488 \end_layout
41489
41490 \end_inset
41491
41492
41493 \begin_inset Phantom Phantom
41494 status open
41495
41496 \begin_layout Plain Layout
41497 W
41498 \end_layout
41499
41500 \end_inset
41501
41502
41503 \begin_inset ERT
41504 status collapsed
41505
41506 \begin_layout Plain Layout
41507
41508 }
41509 \end_layout
41510
41511 \end_inset
41512
41513  BlueViolet
41514 \end_layout
41515
41516 \end_inset
41517 </cell>
41518 <cell alignment="left" valignment="top" usebox="none">
41519 \begin_inset Text
41520
41521 \begin_layout Plain Layout
41522 \begin_inset ERT
41523 status collapsed
41524
41525 \begin_layout Plain Layout
41526
41527
41528 \backslash
41529 fcolorbox{black}{
41530 \end_layout
41531
41532 \end_inset
41533
41534 BrickRed
41535 \begin_inset ERT
41536 status collapsed
41537
41538 \begin_layout Plain Layout
41539
41540 }{
41541 \end_layout
41542
41543 \end_inset
41544
41545
41546 \begin_inset Phantom Phantom
41547 status open
41548
41549 \begin_layout Plain Layout
41550 W
41551 \end_layout
41552
41553 \end_inset
41554
41555
41556 \begin_inset ERT
41557 status collapsed
41558
41559 \begin_layout Plain Layout
41560
41561 }
41562 \end_layout
41563
41564 \end_inset
41565
41566  BrickRed
41567 \end_layout
41568
41569 \end_inset
41570 </cell>
41571 <cell alignment="left" valignment="top" usebox="none">
41572 \begin_inset Text
41573
41574 \begin_layout Plain Layout
41575 \begin_inset ERT
41576 status collapsed
41577
41578 \begin_layout Plain Layout
41579
41580
41581 \backslash
41582 fcolorbox{black}{
41583 \end_layout
41584
41585 \end_inset
41586
41587 Brown
41588 \begin_inset ERT
41589 status collapsed
41590
41591 \begin_layout Plain Layout
41592
41593 }{
41594 \end_layout
41595
41596 \end_inset
41597
41598
41599 \begin_inset Phantom Phantom
41600 status open
41601
41602 \begin_layout Plain Layout
41603 W
41604 \end_layout
41605
41606 \end_inset
41607
41608
41609 \begin_inset ERT
41610 status collapsed
41611
41612 \begin_layout Plain Layout
41613
41614 }
41615 \end_layout
41616
41617 \end_inset
41618
41619  Brown
41620 \end_layout
41621
41622 \end_inset
41623 </cell>
41624 <cell alignment="left" valignment="top" usebox="none">
41625 \begin_inset Text
41626
41627 \begin_layout Plain Layout
41628 \begin_inset ERT
41629 status collapsed
41630
41631 \begin_layout Plain Layout
41632
41633
41634 \backslash
41635 fcolorbox{black}{
41636 \end_layout
41637
41638 \end_inset
41639
41640 BurntOrange
41641 \begin_inset ERT
41642 status collapsed
41643
41644 \begin_layout Plain Layout
41645
41646 }{
41647 \end_layout
41648
41649 \end_inset
41650
41651
41652 \begin_inset Phantom Phantom
41653 status open
41654
41655 \begin_layout Plain Layout
41656 W
41657 \end_layout
41658
41659 \end_inset
41660
41661
41662 \begin_inset ERT
41663 status collapsed
41664
41665 \begin_layout Plain Layout
41666
41667 }
41668 \end_layout
41669
41670 \end_inset
41671
41672  BurntOrange
41673 \end_layout
41674
41675 \end_inset
41676 </cell>
41677 </row>
41678 <row>
41679 <cell alignment="left" valignment="top" usebox="none">
41680 \begin_inset Text
41681
41682 \begin_layout Plain Layout
41683 \begin_inset ERT
41684 status collapsed
41685
41686 \begin_layout Plain Layout
41687
41688
41689 \backslash
41690 fcolorbox{black}{
41691 \end_layout
41692
41693 \end_inset
41694
41695 CadetBlue
41696 \begin_inset ERT
41697 status collapsed
41698
41699 \begin_layout Plain Layout
41700
41701 }{
41702 \end_layout
41703
41704 \end_inset
41705
41706
41707 \begin_inset Phantom Phantom
41708 status open
41709
41710 \begin_layout Plain Layout
41711 W
41712 \end_layout
41713
41714 \end_inset
41715
41716
41717 \begin_inset ERT
41718 status collapsed
41719
41720 \begin_layout Plain Layout
41721
41722 }
41723 \end_layout
41724
41725 \end_inset
41726
41727  CadetBlue
41728 \end_layout
41729
41730 \end_inset
41731 </cell>
41732 <cell alignment="left" valignment="top" usebox="none">
41733 \begin_inset Text
41734
41735 \begin_layout Plain Layout
41736 \begin_inset ERT
41737 status collapsed
41738
41739 \begin_layout Plain Layout
41740
41741
41742 \backslash
41743 fcolorbox{black}{
41744 \end_layout
41745
41746 \end_inset
41747
41748 CarnationPink
41749 \begin_inset ERT
41750 status collapsed
41751
41752 \begin_layout Plain Layout
41753
41754 }{
41755 \end_layout
41756
41757 \end_inset
41758
41759
41760 \begin_inset Phantom Phantom
41761 status open
41762
41763 \begin_layout Plain Layout
41764 W
41765 \end_layout
41766
41767 \end_inset
41768
41769
41770 \begin_inset ERT
41771 status collapsed
41772
41773 \begin_layout Plain Layout
41774
41775 }
41776 \end_layout
41777
41778 \end_inset
41779
41780  CarnationPink
41781 \end_layout
41782
41783 \end_inset
41784 </cell>
41785 <cell alignment="left" valignment="top" usebox="none">
41786 \begin_inset Text
41787
41788 \begin_layout Plain Layout
41789 \begin_inset ERT
41790 status collapsed
41791
41792 \begin_layout Plain Layout
41793
41794
41795 \backslash
41796 fcolorbox{black}{
41797 \end_layout
41798
41799 \end_inset
41800
41801 Cerulean
41802 \begin_inset ERT
41803 status collapsed
41804
41805 \begin_layout Plain Layout
41806
41807 }{
41808 \end_layout
41809
41810 \end_inset
41811
41812
41813 \begin_inset Phantom Phantom
41814 status open
41815
41816 \begin_layout Plain Layout
41817 W
41818 \end_layout
41819
41820 \end_inset
41821
41822
41823 \begin_inset ERT
41824 status collapsed
41825
41826 \begin_layout Plain Layout
41827
41828 }
41829 \end_layout
41830
41831 \end_inset
41832
41833  Cerulean
41834 \end_layout
41835
41836 \end_inset
41837 </cell>
41838 <cell alignment="left" valignment="top" usebox="none">
41839 \begin_inset Text
41840
41841 \begin_layout Plain Layout
41842 \begin_inset ERT
41843 status collapsed
41844
41845 \begin_layout Plain Layout
41846
41847
41848 \backslash
41849 fcolorbox{black}{
41850 \end_layout
41851
41852 \end_inset
41853
41854 CornflowerBlue
41855 \begin_inset ERT
41856 status collapsed
41857
41858 \begin_layout Plain Layout
41859
41860 }{
41861 \end_layout
41862
41863 \end_inset
41864
41865
41866 \begin_inset Phantom Phantom
41867 status open
41868
41869 \begin_layout Plain Layout
41870 W
41871 \end_layout
41872
41873 \end_inset
41874
41875
41876 \begin_inset ERT
41877 status collapsed
41878
41879 \begin_layout Plain Layout
41880
41881 }
41882 \end_layout
41883
41884 \end_inset
41885
41886  CornflowerBlue
41887 \end_layout
41888
41889 \end_inset
41890 </cell>
41891 </row>
41892 <row>
41893 <cell alignment="left" valignment="top" usebox="none">
41894 \begin_inset Text
41895
41896 \begin_layout Plain Layout
41897 \begin_inset ERT
41898 status collapsed
41899
41900 \begin_layout Plain Layout
41901
41902
41903 \backslash
41904 fcolorbox{black}{
41905 \end_layout
41906
41907 \end_inset
41908
41909 Dandelion
41910 \begin_inset ERT
41911 status collapsed
41912
41913 \begin_layout Plain Layout
41914
41915 }{
41916 \end_layout
41917
41918 \end_inset
41919
41920
41921 \begin_inset Phantom Phantom
41922 status open
41923
41924 \begin_layout Plain Layout
41925 W
41926 \end_layout
41927
41928 \end_inset
41929
41930
41931 \begin_inset ERT
41932 status collapsed
41933
41934 \begin_layout Plain Layout
41935
41936 }
41937 \end_layout
41938
41939 \end_inset
41940
41941  Dandelion
41942 \end_layout
41943
41944 \end_inset
41945 </cell>
41946 <cell alignment="left" valignment="top" usebox="none">
41947 \begin_inset Text
41948
41949 \begin_layout Plain Layout
41950 \begin_inset ERT
41951 status collapsed
41952
41953 \begin_layout Plain Layout
41954
41955
41956 \backslash
41957 fcolorbox{black}{
41958 \end_layout
41959
41960 \end_inset
41961
41962 DarkOrchid
41963 \begin_inset ERT
41964 status collapsed
41965
41966 \begin_layout Plain Layout
41967
41968 }{
41969 \end_layout
41970
41971 \end_inset
41972
41973
41974 \begin_inset Phantom Phantom
41975 status open
41976
41977 \begin_layout Plain Layout
41978 W
41979 \end_layout
41980
41981 \end_inset
41982
41983
41984 \begin_inset ERT
41985 status collapsed
41986
41987 \begin_layout Plain Layout
41988
41989 }
41990 \end_layout
41991
41992 \end_inset
41993
41994  DarkOrchid
41995 \end_layout
41996
41997 \end_inset
41998 </cell>
41999 <cell alignment="left" valignment="top" usebox="none">
42000 \begin_inset Text
42001
42002 \begin_layout Plain Layout
42003 \begin_inset ERT
42004 status collapsed
42005
42006 \begin_layout Plain Layout
42007
42008
42009 \backslash
42010 fcolorbox{black}{
42011 \end_layout
42012
42013 \end_inset
42014
42015 Emerald
42016 \begin_inset ERT
42017 status collapsed
42018
42019 \begin_layout Plain Layout
42020
42021 }{
42022 \end_layout
42023
42024 \end_inset
42025
42026
42027 \begin_inset Phantom Phantom
42028 status open
42029
42030 \begin_layout Plain Layout
42031 W
42032 \end_layout
42033
42034 \end_inset
42035
42036
42037 \begin_inset ERT
42038 status collapsed
42039
42040 \begin_layout Plain Layout
42041
42042 }
42043 \end_layout
42044
42045 \end_inset
42046
42047  Emerald
42048 \end_layout
42049
42050 \end_inset
42051 </cell>
42052 <cell alignment="left" valignment="top" usebox="none">
42053 \begin_inset Text
42054
42055 \begin_layout Plain Layout
42056 \begin_inset ERT
42057 status collapsed
42058
42059 \begin_layout Plain Layout
42060
42061
42062 \backslash
42063 fcolorbox{black}{
42064 \end_layout
42065
42066 \end_inset
42067
42068 ForestGreen
42069 \begin_inset ERT
42070 status collapsed
42071
42072 \begin_layout Plain Layout
42073
42074 }{
42075 \end_layout
42076
42077 \end_inset
42078
42079
42080 \begin_inset Phantom Phantom
42081 status open
42082
42083 \begin_layout Plain Layout
42084 W
42085 \end_layout
42086
42087 \end_inset
42088
42089
42090 \begin_inset ERT
42091 status collapsed
42092
42093 \begin_layout Plain Layout
42094
42095 }
42096 \end_layout
42097
42098 \end_inset
42099
42100  ForestGreen
42101 \end_layout
42102
42103 \end_inset
42104 </cell>
42105 </row>
42106 <row>
42107 <cell alignment="left" valignment="top" usebox="none">
42108 \begin_inset Text
42109
42110 \begin_layout Plain Layout
42111 \begin_inset ERT
42112 status collapsed
42113
42114 \begin_layout Plain Layout
42115
42116
42117 \backslash
42118 fcolorbox{black}{
42119 \end_layout
42120
42121 \end_inset
42122
42123 Fuchsia
42124 \begin_inset ERT
42125 status collapsed
42126
42127 \begin_layout Plain Layout
42128
42129 }{
42130 \end_layout
42131
42132 \end_inset
42133
42134
42135 \begin_inset Phantom Phantom
42136 status open
42137
42138 \begin_layout Plain Layout
42139 W
42140 \end_layout
42141
42142 \end_inset
42143
42144
42145 \begin_inset ERT
42146 status collapsed
42147
42148 \begin_layout Plain Layout
42149
42150 }
42151 \end_layout
42152
42153 \end_inset
42154
42155  Fuchsia
42156 \end_layout
42157
42158 \end_inset
42159 </cell>
42160 <cell alignment="left" valignment="top" usebox="none">
42161 \begin_inset Text
42162
42163 \begin_layout Plain Layout
42164 \begin_inset ERT
42165 status collapsed
42166
42167 \begin_layout Plain Layout
42168
42169
42170 \backslash
42171 fcolorbox{black}{
42172 \end_layout
42173
42174 \end_inset
42175
42176 Goldenrod
42177 \begin_inset ERT
42178 status collapsed
42179
42180 \begin_layout Plain Layout
42181
42182 }{
42183 \end_layout
42184
42185 \end_inset
42186
42187
42188 \begin_inset Phantom Phantom
42189 status open
42190
42191 \begin_layout Plain Layout
42192 W
42193 \end_layout
42194
42195 \end_inset
42196
42197
42198 \begin_inset ERT
42199 status collapsed
42200
42201 \begin_layout Plain Layout
42202
42203 }
42204 \end_layout
42205
42206 \end_inset
42207
42208  Goldenrod
42209 \end_layout
42210
42211 \end_inset
42212 </cell>
42213 <cell alignment="left" valignment="top" usebox="none">
42214 \begin_inset Text
42215
42216 \begin_layout Plain Layout
42217 \begin_inset ERT
42218 status collapsed
42219
42220 \begin_layout Plain Layout
42221
42222
42223 \backslash
42224 fcolorbox{black}{
42225 \end_layout
42226
42227 \end_inset
42228
42229 Gray
42230 \begin_inset ERT
42231 status collapsed
42232
42233 \begin_layout Plain Layout
42234
42235 }{
42236 \end_layout
42237
42238 \end_inset
42239
42240
42241 \begin_inset Phantom Phantom
42242 status open
42243
42244 \begin_layout Plain Layout
42245 W
42246 \end_layout
42247
42248 \end_inset
42249
42250
42251 \begin_inset ERT
42252 status collapsed
42253
42254 \begin_layout Plain Layout
42255
42256 }
42257 \end_layout
42258
42259 \end_inset
42260
42261  Gray
42262 \end_layout
42263
42264 \end_inset
42265 </cell>
42266 <cell alignment="left" valignment="top" usebox="none">
42267 \begin_inset Text
42268
42269 \begin_layout Plain Layout
42270 \begin_inset ERT
42271 status collapsed
42272
42273 \begin_layout Plain Layout
42274
42275
42276 \backslash
42277 fcolorbox{black}{
42278 \end_layout
42279
42280 \end_inset
42281
42282 GreenYellow
42283 \begin_inset ERT
42284 status collapsed
42285
42286 \begin_layout Plain Layout
42287
42288 }{
42289 \end_layout
42290
42291 \end_inset
42292
42293
42294 \begin_inset Phantom Phantom
42295 status open
42296
42297 \begin_layout Plain Layout
42298 W
42299 \end_layout
42300
42301 \end_inset
42302
42303
42304 \begin_inset ERT
42305 status collapsed
42306
42307 \begin_layout Plain Layout
42308
42309 }
42310 \end_layout
42311
42312 \end_inset
42313
42314  GreenYellow
42315 \end_layout
42316
42317 \end_inset
42318 </cell>
42319 </row>
42320 <row>
42321 <cell alignment="center" valignment="top" usebox="none">
42322 \begin_inset Text
42323
42324 \begin_layout Plain Layout
42325 \begin_inset ERT
42326 status collapsed
42327
42328 \begin_layout Plain Layout
42329
42330
42331 \backslash
42332 fcolorbox{black}{
42333 \end_layout
42334
42335 \end_inset
42336
42337 JungleGreen
42338 \begin_inset ERT
42339 status collapsed
42340
42341 \begin_layout Plain Layout
42342
42343 }{
42344 \end_layout
42345
42346 \end_inset
42347
42348
42349 \begin_inset Phantom Phantom
42350 status open
42351
42352 \begin_layout Plain Layout
42353 W
42354 \end_layout
42355
42356 \end_inset
42357
42358
42359 \begin_inset ERT
42360 status collapsed
42361
42362 \begin_layout Plain Layout
42363
42364 }
42365 \end_layout
42366
42367 \end_inset
42368
42369  JungleGreen
42370 \end_layout
42371
42372 \end_inset
42373 </cell>
42374 <cell alignment="center" valignment="top" usebox="none">
42375 \begin_inset Text
42376
42377 \begin_layout Plain Layout
42378 \begin_inset ERT
42379 status collapsed
42380
42381 \begin_layout Plain Layout
42382
42383
42384 \backslash
42385 fcolorbox{black}{
42386 \end_layout
42387
42388 \end_inset
42389
42390 Lavender
42391 \begin_inset ERT
42392 status collapsed
42393
42394 \begin_layout Plain Layout
42395
42396 }{
42397 \end_layout
42398
42399 \end_inset
42400
42401
42402 \begin_inset Phantom Phantom
42403 status open
42404
42405 \begin_layout Plain Layout
42406 W
42407 \end_layout
42408
42409 \end_inset
42410
42411
42412 \begin_inset ERT
42413 status collapsed
42414
42415 \begin_layout Plain Layout
42416
42417 }
42418 \end_layout
42419
42420 \end_inset
42421
42422  Lavender
42423 \end_layout
42424
42425 \end_inset
42426 </cell>
42427 <cell alignment="center" valignment="top" usebox="none">
42428 \begin_inset Text
42429
42430 \begin_layout Plain Layout
42431 \begin_inset ERT
42432 status collapsed
42433
42434 \begin_layout Plain Layout
42435
42436
42437 \backslash
42438 fcolorbox{black}{
42439 \end_layout
42440
42441 \end_inset
42442
42443 LimeGreen
42444 \begin_inset ERT
42445 status collapsed
42446
42447 \begin_layout Plain Layout
42448
42449 }{
42450 \end_layout
42451
42452 \end_inset
42453
42454
42455 \begin_inset Phantom Phantom
42456 status open
42457
42458 \begin_layout Plain Layout
42459 W
42460 \end_layout
42461
42462 \end_inset
42463
42464
42465 \begin_inset ERT
42466 status collapsed
42467
42468 \begin_layout Plain Layout
42469
42470 }
42471 \end_layout
42472
42473 \end_inset
42474
42475  LimeGreen
42476 \end_layout
42477
42478 \end_inset
42479 </cell>
42480 <cell alignment="center" valignment="top" usebox="none">
42481 \begin_inset Text
42482
42483 \begin_layout Plain Layout
42484 \begin_inset ERT
42485 status collapsed
42486
42487 \begin_layout Plain Layout
42488
42489
42490 \backslash
42491 fcolorbox{black}{
42492 \end_layout
42493
42494 \end_inset
42495
42496 Mahogany
42497 \begin_inset ERT
42498 status collapsed
42499
42500 \begin_layout Plain Layout
42501
42502 }{
42503 \end_layout
42504
42505 \end_inset
42506
42507
42508 \begin_inset Phantom Phantom
42509 status open
42510
42511 \begin_layout Plain Layout
42512 W
42513 \end_layout
42514
42515 \end_inset
42516
42517
42518 \begin_inset ERT
42519 status collapsed
42520
42521 \begin_layout Plain Layout
42522
42523 }
42524 \end_layout
42525
42526 \end_inset
42527
42528  Mahogany
42529 \end_layout
42530
42531 \end_inset
42532 </cell>
42533 </row>
42534 <row>
42535 <cell alignment="left" valignment="top" usebox="none">
42536 \begin_inset Text
42537
42538 \begin_layout Plain Layout
42539 \begin_inset ERT
42540 status collapsed
42541
42542 \begin_layout Plain Layout
42543
42544
42545 \backslash
42546 fcolorbox{black}{
42547 \end_layout
42548
42549 \end_inset
42550
42551 Mahogany
42552 \begin_inset ERT
42553 status collapsed
42554
42555 \begin_layout Plain Layout
42556
42557 }{
42558 \end_layout
42559
42560 \end_inset
42561
42562
42563 \begin_inset Phantom Phantom
42564 status open
42565
42566 \begin_layout Plain Layout
42567 W
42568 \end_layout
42569
42570 \end_inset
42571
42572
42573 \begin_inset ERT
42574 status collapsed
42575
42576 \begin_layout Plain Layout
42577
42578 }
42579 \end_layout
42580
42581 \end_inset
42582
42583  Mahogany
42584 \end_layout
42585
42586 \end_inset
42587 </cell>
42588 <cell alignment="left" valignment="top" usebox="none">
42589 \begin_inset Text
42590
42591 \begin_layout Plain Layout
42592 \begin_inset ERT
42593 status collapsed
42594
42595 \begin_layout Plain Layout
42596
42597
42598 \backslash
42599 fcolorbox{black}{
42600 \end_layout
42601
42602 \end_inset
42603
42604 Maroon
42605 \begin_inset ERT
42606 status collapsed
42607
42608 \begin_layout Plain Layout
42609
42610 }{
42611 \end_layout
42612
42613 \end_inset
42614
42615
42616 \begin_inset Phantom Phantom
42617 status open
42618
42619 \begin_layout Plain Layout
42620 W
42621 \end_layout
42622
42623 \end_inset
42624
42625
42626 \begin_inset ERT
42627 status collapsed
42628
42629 \begin_layout Plain Layout
42630
42631 }
42632 \end_layout
42633
42634 \end_inset
42635
42636  Maroon
42637 \end_layout
42638
42639 \end_inset
42640 </cell>
42641 <cell alignment="left" valignment="top" usebox="none">
42642 \begin_inset Text
42643
42644 \begin_layout Plain Layout
42645 \begin_inset ERT
42646 status collapsed
42647
42648 \begin_layout Plain Layout
42649
42650
42651 \backslash
42652 fcolorbox{black}{
42653 \end_layout
42654
42655 \end_inset
42656
42657 Melon
42658 \begin_inset ERT
42659 status collapsed
42660
42661 \begin_layout Plain Layout
42662
42663 }{
42664 \end_layout
42665
42666 \end_inset
42667
42668
42669 \begin_inset Phantom Phantom
42670 status open
42671
42672 \begin_layout Plain Layout
42673 W
42674 \end_layout
42675
42676 \end_inset
42677
42678
42679 \begin_inset ERT
42680 status collapsed
42681
42682 \begin_layout Plain Layout
42683
42684 }
42685 \end_layout
42686
42687 \end_inset
42688
42689  Melon
42690 \end_layout
42691
42692 \end_inset
42693 </cell>
42694 <cell alignment="left" valignment="top" usebox="none">
42695 \begin_inset Text
42696
42697 \begin_layout Plain Layout
42698 \begin_inset ERT
42699 status collapsed
42700
42701 \begin_layout Plain Layout
42702
42703
42704 \backslash
42705 fcolorbox{black}{
42706 \end_layout
42707
42708 \end_inset
42709
42710 MidnightBlue
42711 \begin_inset ERT
42712 status collapsed
42713
42714 \begin_layout Plain Layout
42715
42716 }{
42717 \end_layout
42718
42719 \end_inset
42720
42721
42722 \begin_inset Phantom Phantom
42723 status open
42724
42725 \begin_layout Plain Layout
42726 W
42727 \end_layout
42728
42729 \end_inset
42730
42731
42732 \begin_inset ERT
42733 status collapsed
42734
42735 \begin_layout Plain Layout
42736
42737 }
42738 \end_layout
42739
42740 \end_inset
42741
42742  MidnightBlue
42743 \end_layout
42744
42745 \end_inset
42746 </cell>
42747 </row>
42748 <row>
42749 <cell alignment="left" valignment="top" usebox="none">
42750 \begin_inset Text
42751
42752 \begin_layout Plain Layout
42753 \begin_inset ERT
42754 status collapsed
42755
42756 \begin_layout Plain Layout
42757
42758
42759 \backslash
42760 fcolorbox{black}{
42761 \end_layout
42762
42763 \end_inset
42764
42765 Mulberry
42766 \begin_inset ERT
42767 status collapsed
42768
42769 \begin_layout Plain Layout
42770
42771 }{
42772 \end_layout
42773
42774 \end_inset
42775
42776
42777 \begin_inset Phantom Phantom
42778 status open
42779
42780 \begin_layout Plain Layout
42781 W
42782 \end_layout
42783
42784 \end_inset
42785
42786
42787 \begin_inset ERT
42788 status collapsed
42789
42790 \begin_layout Plain Layout
42791
42792 }
42793 \end_layout
42794
42795 \end_inset
42796
42797  Mulberry
42798 \end_layout
42799
42800 \end_inset
42801 </cell>
42802 <cell alignment="left" valignment="top" usebox="none">
42803 \begin_inset Text
42804
42805 \begin_layout Plain Layout
42806 \begin_inset ERT
42807 status collapsed
42808
42809 \begin_layout Plain Layout
42810
42811
42812 \backslash
42813 fcolorbox{black}{
42814 \end_layout
42815
42816 \end_inset
42817
42818 NavyBlue
42819 \begin_inset ERT
42820 status collapsed
42821
42822 \begin_layout Plain Layout
42823
42824 }{
42825 \end_layout
42826
42827 \end_inset
42828
42829
42830 \begin_inset Phantom Phantom
42831 status open
42832
42833 \begin_layout Plain Layout
42834 W
42835 \end_layout
42836
42837 \end_inset
42838
42839
42840 \begin_inset ERT
42841 status collapsed
42842
42843 \begin_layout Plain Layout
42844
42845 }
42846 \end_layout
42847
42848 \end_inset
42849
42850  NavyBlue
42851 \end_layout
42852
42853 \end_inset
42854 </cell>
42855 <cell alignment="left" valignment="top" usebox="none">
42856 \begin_inset Text
42857
42858 \begin_layout Plain Layout
42859 \begin_inset ERT
42860 status collapsed
42861
42862 \begin_layout Plain Layout
42863
42864
42865 \backslash
42866 fcolorbox{black}{
42867 \end_layout
42868
42869 \end_inset
42870
42871 OliveGreen
42872 \begin_inset ERT
42873 status collapsed
42874
42875 \begin_layout Plain Layout
42876
42877 }{
42878 \end_layout
42879
42880 \end_inset
42881
42882
42883 \begin_inset Phantom Phantom
42884 status open
42885
42886 \begin_layout Plain Layout
42887 W
42888 \end_layout
42889
42890 \end_inset
42891
42892
42893 \begin_inset ERT
42894 status collapsed
42895
42896 \begin_layout Plain Layout
42897
42898 }
42899 \end_layout
42900
42901 \end_inset
42902
42903  OliveGreen
42904 \end_layout
42905
42906 \end_inset
42907 </cell>
42908 <cell alignment="left" valignment="top" usebox="none">
42909 \begin_inset Text
42910
42911 \begin_layout Plain Layout
42912 \begin_inset ERT
42913 status collapsed
42914
42915 \begin_layout Plain Layout
42916
42917
42918 \backslash
42919 fcolorbox{black}{
42920 \end_layout
42921
42922 \end_inset
42923
42924 Orange
42925 \begin_inset ERT
42926 status collapsed
42927
42928 \begin_layout Plain Layout
42929
42930 }{
42931 \end_layout
42932
42933 \end_inset
42934
42935
42936 \begin_inset Phantom Phantom
42937 status open
42938
42939 \begin_layout Plain Layout
42940 W
42941 \end_layout
42942
42943 \end_inset
42944
42945
42946 \begin_inset ERT
42947 status collapsed
42948
42949 \begin_layout Plain Layout
42950
42951 }
42952 \end_layout
42953
42954 \end_inset
42955
42956  Orange
42957 \end_layout
42958
42959 \end_inset
42960 </cell>
42961 </row>
42962 <row>
42963 <cell alignment="left" valignment="top" usebox="none">
42964 \begin_inset Text
42965
42966 \begin_layout Plain Layout
42967 \begin_inset ERT
42968 status collapsed
42969
42970 \begin_layout Plain Layout
42971
42972
42973 \backslash
42974 fcolorbox{black}{
42975 \end_layout
42976
42977 \end_inset
42978
42979 OrangeRed
42980 \begin_inset ERT
42981 status collapsed
42982
42983 \begin_layout Plain Layout
42984
42985 }{
42986 \end_layout
42987
42988 \end_inset
42989
42990
42991 \begin_inset Phantom Phantom
42992 status open
42993
42994 \begin_layout Plain Layout
42995 W
42996 \end_layout
42997
42998 \end_inset
42999
43000
43001 \begin_inset ERT
43002 status collapsed
43003
43004 \begin_layout Plain Layout
43005
43006 }
43007 \end_layout
43008
43009 \end_inset
43010
43011  OrangeRed
43012 \end_layout
43013
43014 \end_inset
43015 </cell>
43016 <cell alignment="left" valignment="top" usebox="none">
43017 \begin_inset Text
43018
43019 \begin_layout Plain Layout
43020 \begin_inset ERT
43021 status collapsed
43022
43023 \begin_layout Plain Layout
43024
43025
43026 \backslash
43027 fcolorbox{black}{
43028 \end_layout
43029
43030 \end_inset
43031
43032 Orchid
43033 \begin_inset ERT
43034 status collapsed
43035
43036 \begin_layout Plain Layout
43037
43038 }{
43039 \end_layout
43040
43041 \end_inset
43042
43043
43044 \begin_inset Phantom Phantom
43045 status open
43046
43047 \begin_layout Plain Layout
43048 W
43049 \end_layout
43050
43051 \end_inset
43052
43053
43054 \begin_inset ERT
43055 status collapsed
43056
43057 \begin_layout Plain Layout
43058
43059 }
43060 \end_layout
43061
43062 \end_inset
43063
43064  Orchid
43065 \end_layout
43066
43067 \end_inset
43068 </cell>
43069 <cell alignment="left" valignment="top" usebox="none">
43070 \begin_inset Text
43071
43072 \begin_layout Plain Layout
43073 \begin_inset ERT
43074 status collapsed
43075
43076 \begin_layout Plain Layout
43077
43078
43079 \backslash
43080 fcolorbox{black}{
43081 \end_layout
43082
43083 \end_inset
43084
43085 Peach
43086 \begin_inset ERT
43087 status collapsed
43088
43089 \begin_layout Plain Layout
43090
43091 }{
43092 \end_layout
43093
43094 \end_inset
43095
43096
43097 \begin_inset Phantom Phantom
43098 status open
43099
43100 \begin_layout Plain Layout
43101 W
43102 \end_layout
43103
43104 \end_inset
43105
43106
43107 \begin_inset ERT
43108 status collapsed
43109
43110 \begin_layout Plain Layout
43111
43112 }
43113 \end_layout
43114
43115 \end_inset
43116
43117  Peach
43118 \end_layout
43119
43120 \end_inset
43121 </cell>
43122 <cell alignment="left" valignment="top" usebox="none">
43123 \begin_inset Text
43124
43125 \begin_layout Plain Layout
43126 \begin_inset ERT
43127 status collapsed
43128
43129 \begin_layout Plain Layout
43130
43131
43132 \backslash
43133 fcolorbox{black}{
43134 \end_layout
43135
43136 \end_inset
43137
43138 Periwinkle
43139 \begin_inset ERT
43140 status collapsed
43141
43142 \begin_layout Plain Layout
43143
43144 }{
43145 \end_layout
43146
43147 \end_inset
43148
43149
43150 \begin_inset Phantom Phantom
43151 status open
43152
43153 \begin_layout Plain Layout
43154 W
43155 \end_layout
43156
43157 \end_inset
43158
43159
43160 \begin_inset ERT
43161 status collapsed
43162
43163 \begin_layout Plain Layout
43164
43165 }
43166 \end_layout
43167
43168 \end_inset
43169
43170  Periwinkle
43171 \end_layout
43172
43173 \end_inset
43174 </cell>
43175 </row>
43176 <row>
43177 <cell alignment="left" valignment="top" usebox="none">
43178 \begin_inset Text
43179
43180 \begin_layout Plain Layout
43181 \begin_inset ERT
43182 status collapsed
43183
43184 \begin_layout Plain Layout
43185
43186
43187 \backslash
43188 fcolorbox{black}{
43189 \end_layout
43190
43191 \end_inset
43192
43193 PineGreen
43194 \begin_inset ERT
43195 status collapsed
43196
43197 \begin_layout Plain Layout
43198
43199 }{
43200 \end_layout
43201
43202 \end_inset
43203
43204
43205 \begin_inset Phantom Phantom
43206 status open
43207
43208 \begin_layout Plain Layout
43209 W
43210 \end_layout
43211
43212 \end_inset
43213
43214
43215 \begin_inset ERT
43216 status collapsed
43217
43218 \begin_layout Plain Layout
43219
43220 }
43221 \end_layout
43222
43223 \end_inset
43224
43225  PineGreen
43226 \end_layout
43227
43228 \end_inset
43229 </cell>
43230 <cell alignment="left" valignment="top" usebox="none">
43231 \begin_inset Text
43232
43233 \begin_layout Plain Layout
43234 \begin_inset ERT
43235 status collapsed
43236
43237 \begin_layout Plain Layout
43238
43239
43240 \backslash
43241 fcolorbox{black}{
43242 \end_layout
43243
43244 \end_inset
43245
43246 Plum
43247 \begin_inset ERT
43248 status collapsed
43249
43250 \begin_layout Plain Layout
43251
43252 }{
43253 \end_layout
43254
43255 \end_inset
43256
43257
43258 \begin_inset Phantom Phantom
43259 status open
43260
43261 \begin_layout Plain Layout
43262 W
43263 \end_layout
43264
43265 \end_inset
43266
43267
43268 \begin_inset ERT
43269 status collapsed
43270
43271 \begin_layout Plain Layout
43272
43273 }
43274 \end_layout
43275
43276 \end_inset
43277
43278  Plum
43279 \end_layout
43280
43281 \end_inset
43282 </cell>
43283 <cell alignment="left" valignment="top" usebox="none">
43284 \begin_inset Text
43285
43286 \begin_layout Plain Layout
43287 \begin_inset ERT
43288 status collapsed
43289
43290 \begin_layout Plain Layout
43291
43292
43293 \backslash
43294 fcolorbox{black}{
43295 \end_layout
43296
43297 \end_inset
43298
43299 ProcessBlue
43300 \begin_inset ERT
43301 status collapsed
43302
43303 \begin_layout Plain Layout
43304
43305 }{
43306 \end_layout
43307
43308 \end_inset
43309
43310
43311 \begin_inset Phantom Phantom
43312 status open
43313
43314 \begin_layout Plain Layout
43315 W
43316 \end_layout
43317
43318 \end_inset
43319
43320
43321 \begin_inset ERT
43322 status collapsed
43323
43324 \begin_layout Plain Layout
43325
43326 }
43327 \end_layout
43328
43329 \end_inset
43330
43331  ProcessBlue
43332 \end_layout
43333
43334 \end_inset
43335 </cell>
43336 <cell alignment="left" valignment="top" usebox="none">
43337 \begin_inset Text
43338
43339 \begin_layout Plain Layout
43340 \begin_inset ERT
43341 status collapsed
43342
43343 \begin_layout Plain Layout
43344
43345
43346 \backslash
43347 fcolorbox{black}{
43348 \end_layout
43349
43350 \end_inset
43351
43352 Purple
43353 \begin_inset ERT
43354 status collapsed
43355
43356 \begin_layout Plain Layout
43357
43358 }{
43359 \end_layout
43360
43361 \end_inset
43362
43363
43364 \begin_inset Phantom Phantom
43365 status open
43366
43367 \begin_layout Plain Layout
43368 W
43369 \end_layout
43370
43371 \end_inset
43372
43373
43374 \begin_inset ERT
43375 status collapsed
43376
43377 \begin_layout Plain Layout
43378
43379 }
43380 \end_layout
43381
43382 \end_inset
43383
43384  Purple
43385 \end_layout
43386
43387 \end_inset
43388 </cell>
43389 </row>
43390 <row>
43391 <cell alignment="left" valignment="top" usebox="none">
43392 \begin_inset Text
43393
43394 \begin_layout Plain Layout
43395 \begin_inset ERT
43396 status collapsed
43397
43398 \begin_layout Plain Layout
43399
43400
43401 \backslash
43402 fcolorbox{black}{
43403 \end_layout
43404
43405 \end_inset
43406
43407 RawSienna
43408 \begin_inset ERT
43409 status collapsed
43410
43411 \begin_layout Plain Layout
43412
43413 }{
43414 \end_layout
43415
43416 \end_inset
43417
43418
43419 \begin_inset Phantom Phantom
43420 status open
43421
43422 \begin_layout Plain Layout
43423 W
43424 \end_layout
43425
43426 \end_inset
43427
43428
43429 \begin_inset ERT
43430 status collapsed
43431
43432 \begin_layout Plain Layout
43433
43434 }
43435 \end_layout
43436
43437 \end_inset
43438
43439  RawSienna
43440 \end_layout
43441
43442 \end_inset
43443 </cell>
43444 <cell alignment="left" valignment="top" usebox="none">
43445 \begin_inset Text
43446
43447 \begin_layout Plain Layout
43448 \begin_inset ERT
43449 status collapsed
43450
43451 \begin_layout Plain Layout
43452
43453
43454 \backslash
43455 fcolorbox{black}{
43456 \end_layout
43457
43458 \end_inset
43459
43460 RedOrange
43461 \begin_inset ERT
43462 status collapsed
43463
43464 \begin_layout Plain Layout
43465
43466 }{
43467 \end_layout
43468
43469 \end_inset
43470
43471
43472 \begin_inset Phantom Phantom
43473 status open
43474
43475 \begin_layout Plain Layout
43476 W
43477 \end_layout
43478
43479 \end_inset
43480
43481
43482 \begin_inset ERT
43483 status collapsed
43484
43485 \begin_layout Plain Layout
43486
43487 }
43488 \end_layout
43489
43490 \end_inset
43491
43492  RedOrange
43493 \end_layout
43494
43495 \end_inset
43496 </cell>
43497 <cell alignment="left" valignment="top" usebox="none">
43498 \begin_inset Text
43499
43500 \begin_layout Plain Layout
43501 \begin_inset ERT
43502 status collapsed
43503
43504 \begin_layout Plain Layout
43505
43506
43507 \backslash
43508 fcolorbox{black}{
43509 \end_layout
43510
43511 \end_inset
43512
43513 RedViolet
43514 \begin_inset ERT
43515 status collapsed
43516
43517 \begin_layout Plain Layout
43518
43519 }{
43520 \end_layout
43521
43522 \end_inset
43523
43524
43525 \begin_inset Phantom Phantom
43526 status open
43527
43528 \begin_layout Plain Layout
43529 W
43530 \end_layout
43531
43532 \end_inset
43533
43534
43535 \begin_inset ERT
43536 status collapsed
43537
43538 \begin_layout Plain Layout
43539
43540 }
43541 \end_layout
43542
43543 \end_inset
43544
43545  RedViolet
43546 \end_layout
43547
43548 \end_inset
43549 </cell>
43550 <cell alignment="left" valignment="top" usebox="none">
43551 \begin_inset Text
43552
43553 \begin_layout Plain Layout
43554 \begin_inset ERT
43555 status collapsed
43556
43557 \begin_layout Plain Layout
43558
43559
43560 \backslash
43561 fcolorbox{black}{
43562 \end_layout
43563
43564 \end_inset
43565
43566 Rhodamine
43567 \begin_inset ERT
43568 status collapsed
43569
43570 \begin_layout Plain Layout
43571
43572 }{
43573 \end_layout
43574
43575 \end_inset
43576
43577
43578 \begin_inset Phantom Phantom
43579 status open
43580
43581 \begin_layout Plain Layout
43582 W
43583 \end_layout
43584
43585 \end_inset
43586
43587
43588 \begin_inset ERT
43589 status collapsed
43590
43591 \begin_layout Plain Layout
43592
43593 }
43594 \end_layout
43595
43596 \end_inset
43597
43598  Rhodamine
43599 \end_layout
43600
43601 \end_inset
43602 </cell>
43603 </row>
43604 <row>
43605 <cell alignment="left" valignment="top" usebox="none">
43606 \begin_inset Text
43607
43608 \begin_layout Plain Layout
43609 \begin_inset ERT
43610 status collapsed
43611
43612 \begin_layout Plain Layout
43613
43614
43615 \backslash
43616 fcolorbox{black}{
43617 \end_layout
43618
43619 \end_inset
43620
43621 RoyalBlue
43622 \begin_inset ERT
43623 status collapsed
43624
43625 \begin_layout Plain Layout
43626
43627 }{
43628 \end_layout
43629
43630 \end_inset
43631
43632
43633 \begin_inset Phantom Phantom
43634 status open
43635
43636 \begin_layout Plain Layout
43637 W
43638 \end_layout
43639
43640 \end_inset
43641
43642
43643 \begin_inset ERT
43644 status collapsed
43645
43646 \begin_layout Plain Layout
43647
43648 }
43649 \end_layout
43650
43651 \end_inset
43652
43653  RoyalBlue
43654 \end_layout
43655
43656 \end_inset
43657 </cell>
43658 <cell alignment="left" valignment="top" usebox="none">
43659 \begin_inset Text
43660
43661 \begin_layout Plain Layout
43662 \begin_inset ERT
43663 status collapsed
43664
43665 \begin_layout Plain Layout
43666
43667
43668 \backslash
43669 fcolorbox{black}{
43670 \end_layout
43671
43672 \end_inset
43673
43674 RoyalPurple
43675 \begin_inset ERT
43676 status collapsed
43677
43678 \begin_layout Plain Layout
43679
43680 }{
43681 \end_layout
43682
43683 \end_inset
43684
43685
43686 \begin_inset Phantom Phantom
43687 status open
43688
43689 \begin_layout Plain Layout
43690 W
43691 \end_layout
43692
43693 \end_inset
43694
43695
43696 \begin_inset ERT
43697 status collapsed
43698
43699 \begin_layout Plain Layout
43700
43701 }
43702 \end_layout
43703
43704 \end_inset
43705
43706  RoyalPurple
43707 \end_layout
43708
43709 \end_inset
43710 </cell>
43711 <cell alignment="left" valignment="top" usebox="none">
43712 \begin_inset Text
43713
43714 \begin_layout Plain Layout
43715 \begin_inset ERT
43716 status collapsed
43717
43718 \begin_layout Plain Layout
43719
43720
43721 \backslash
43722 fcolorbox{black}{
43723 \end_layout
43724
43725 \end_inset
43726
43727 RubineRed
43728 \begin_inset ERT
43729 status collapsed
43730
43731 \begin_layout Plain Layout
43732
43733 }{
43734 \end_layout
43735
43736 \end_inset
43737
43738
43739 \begin_inset Phantom Phantom
43740 status open
43741
43742 \begin_layout Plain Layout
43743 W
43744 \end_layout
43745
43746 \end_inset
43747
43748
43749 \begin_inset ERT
43750 status collapsed
43751
43752 \begin_layout Plain Layout
43753
43754 }
43755 \end_layout
43756
43757 \end_inset
43758
43759  RubineRed
43760 \end_layout
43761
43762 \end_inset
43763 </cell>
43764 <cell alignment="left" valignment="top" usebox="none">
43765 \begin_inset Text
43766
43767 \begin_layout Plain Layout
43768 \begin_inset ERT
43769 status collapsed
43770
43771 \begin_layout Plain Layout
43772
43773
43774 \backslash
43775 fcolorbox{black}{
43776 \end_layout
43777
43778 \end_inset
43779
43780 Salmon
43781 \begin_inset ERT
43782 status collapsed
43783
43784 \begin_layout Plain Layout
43785
43786 }{
43787 \end_layout
43788
43789 \end_inset
43790
43791
43792 \begin_inset Phantom Phantom
43793 status open
43794
43795 \begin_layout Plain Layout
43796 W
43797 \end_layout
43798
43799 \end_inset
43800
43801
43802 \begin_inset ERT
43803 status collapsed
43804
43805 \begin_layout Plain Layout
43806
43807 }
43808 \end_layout
43809
43810 \end_inset
43811
43812  Salmon
43813 \end_layout
43814
43815 \end_inset
43816 </cell>
43817 </row>
43818 <row>
43819 <cell alignment="left" valignment="top" usebox="none">
43820 \begin_inset Text
43821
43822 \begin_layout Plain Layout
43823 \begin_inset ERT
43824 status collapsed
43825
43826 \begin_layout Plain Layout
43827
43828
43829 \backslash
43830 fcolorbox{black}{
43831 \end_layout
43832
43833 \end_inset
43834
43835 SeaGreen
43836 \begin_inset ERT
43837 status collapsed
43838
43839 \begin_layout Plain Layout
43840
43841 }{
43842 \end_layout
43843
43844 \end_inset
43845
43846
43847 \begin_inset Phantom Phantom
43848 status open
43849
43850 \begin_layout Plain Layout
43851 W
43852 \end_layout
43853
43854 \end_inset
43855
43856
43857 \begin_inset ERT
43858 status collapsed
43859
43860 \begin_layout Plain Layout
43861
43862 }
43863 \end_layout
43864
43865 \end_inset
43866
43867  SeaGreen
43868 \end_layout
43869
43870 \end_inset
43871 </cell>
43872 <cell alignment="left" valignment="top" usebox="none">
43873 \begin_inset Text
43874
43875 \begin_layout Plain Layout
43876 \begin_inset ERT
43877 status collapsed
43878
43879 \begin_layout Plain Layout
43880
43881
43882 \backslash
43883 fcolorbox{black}{
43884 \end_layout
43885
43886 \end_inset
43887
43888 Sepia
43889 \begin_inset ERT
43890 status collapsed
43891
43892 \begin_layout Plain Layout
43893
43894 }{
43895 \end_layout
43896
43897 \end_inset
43898
43899
43900 \begin_inset Phantom Phantom
43901 status open
43902
43903 \begin_layout Plain Layout
43904 W
43905 \end_layout
43906
43907 \end_inset
43908
43909
43910 \begin_inset ERT
43911 status collapsed
43912
43913 \begin_layout Plain Layout
43914
43915 }
43916 \end_layout
43917
43918 \end_inset
43919
43920  Sepia
43921 \end_layout
43922
43923 \end_inset
43924 </cell>
43925 <cell alignment="left" valignment="top" usebox="none">
43926 \begin_inset Text
43927
43928 \begin_layout Plain Layout
43929 \begin_inset ERT
43930 status collapsed
43931
43932 \begin_layout Plain Layout
43933
43934
43935 \backslash
43936 fcolorbox{black}{
43937 \end_layout
43938
43939 \end_inset
43940
43941 SkyBlue
43942 \begin_inset ERT
43943 status collapsed
43944
43945 \begin_layout Plain Layout
43946
43947 }{
43948 \end_layout
43949
43950 \end_inset
43951
43952
43953 \begin_inset Phantom Phantom
43954 status open
43955
43956 \begin_layout Plain Layout
43957 W
43958 \end_layout
43959
43960 \end_inset
43961
43962
43963 \begin_inset ERT
43964 status collapsed
43965
43966 \begin_layout Plain Layout
43967
43968 }
43969 \end_layout
43970
43971 \end_inset
43972
43973  SkyBlue
43974 \end_layout
43975
43976 \end_inset
43977 </cell>
43978 <cell alignment="left" valignment="top" usebox="none">
43979 \begin_inset Text
43980
43981 \begin_layout Plain Layout
43982 \begin_inset ERT
43983 status collapsed
43984
43985 \begin_layout Plain Layout
43986
43987
43988 \backslash
43989 fcolorbox{black}{
43990 \end_layout
43991
43992 \end_inset
43993
43994 SpringGreen
43995 \begin_inset ERT
43996 status collapsed
43997
43998 \begin_layout Plain Layout
43999
44000 }{
44001 \end_layout
44002
44003 \end_inset
44004
44005
44006 \begin_inset Phantom Phantom
44007 status open
44008
44009 \begin_layout Plain Layout
44010 W
44011 \end_layout
44012
44013 \end_inset
44014
44015
44016 \begin_inset ERT
44017 status collapsed
44018
44019 \begin_layout Plain Layout
44020
44021 }
44022 \end_layout
44023
44024 \end_inset
44025
44026  SpringGreen
44027 \end_layout
44028
44029 \end_inset
44030 </cell>
44031 </row>
44032 <row>
44033 <cell alignment="left" valignment="top" usebox="none">
44034 \begin_inset Text
44035
44036 \begin_layout Plain Layout
44037 \begin_inset ERT
44038 status collapsed
44039
44040 \begin_layout Plain Layout
44041
44042
44043 \backslash
44044 fcolorbox{black}{
44045 \end_layout
44046
44047 \end_inset
44048
44049 Tan
44050 \begin_inset ERT
44051 status collapsed
44052
44053 \begin_layout Plain Layout
44054
44055 }{
44056 \end_layout
44057
44058 \end_inset
44059
44060
44061 \begin_inset Phantom Phantom
44062 status open
44063
44064 \begin_layout Plain Layout
44065 W
44066 \end_layout
44067
44068 \end_inset
44069
44070
44071 \begin_inset ERT
44072 status collapsed
44073
44074 \begin_layout Plain Layout
44075
44076 }
44077 \end_layout
44078
44079 \end_inset
44080
44081  Tan
44082 \end_layout
44083
44084 \end_inset
44085 </cell>
44086 <cell alignment="left" valignment="top" usebox="none">
44087 \begin_inset Text
44088
44089 \begin_layout Plain Layout
44090 \begin_inset ERT
44091 status collapsed
44092
44093 \begin_layout Plain Layout
44094
44095
44096 \backslash
44097 fcolorbox{black}{
44098 \end_layout
44099
44100 \end_inset
44101
44102 TealBlue
44103 \begin_inset ERT
44104 status collapsed
44105
44106 \begin_layout Plain Layout
44107
44108 }{
44109 \end_layout
44110
44111 \end_inset
44112
44113
44114 \begin_inset Phantom Phantom
44115 status open
44116
44117 \begin_layout Plain Layout
44118 W
44119 \end_layout
44120
44121 \end_inset
44122
44123
44124 \begin_inset ERT
44125 status collapsed
44126
44127 \begin_layout Plain Layout
44128
44129 }
44130 \end_layout
44131
44132 \end_inset
44133
44134  TealBlue
44135 \end_layout
44136
44137 \end_inset
44138 </cell>
44139 <cell alignment="left" valignment="top" usebox="none">
44140 \begin_inset Text
44141
44142 \begin_layout Plain Layout
44143 \begin_inset ERT
44144 status collapsed
44145
44146 \begin_layout Plain Layout
44147
44148
44149 \backslash
44150 fcolorbox{black}{
44151 \end_layout
44152
44153 \end_inset
44154
44155 Thistle
44156 \begin_inset ERT
44157 status collapsed
44158
44159 \begin_layout Plain Layout
44160
44161 }{
44162 \end_layout
44163
44164 \end_inset
44165
44166
44167 \begin_inset Phantom Phantom
44168 status open
44169
44170 \begin_layout Plain Layout
44171 W
44172 \end_layout
44173
44174 \end_inset
44175
44176
44177 \begin_inset ERT
44178 status collapsed
44179
44180 \begin_layout Plain Layout
44181
44182 }
44183 \end_layout
44184
44185 \end_inset
44186
44187  Thistle
44188 \end_layout
44189
44190 \end_inset
44191 </cell>
44192 <cell alignment="left" valignment="top" usebox="none">
44193 \begin_inset Text
44194
44195 \begin_layout Plain Layout
44196 \begin_inset ERT
44197 status collapsed
44198
44199 \begin_layout Plain Layout
44200
44201
44202 \backslash
44203 fcolorbox{black}{
44204 \end_layout
44205
44206 \end_inset
44207
44208 Turquoise
44209 \begin_inset ERT
44210 status collapsed
44211
44212 \begin_layout Plain Layout
44213
44214 }{
44215 \end_layout
44216
44217 \end_inset
44218
44219
44220 \begin_inset Phantom Phantom
44221 status open
44222
44223 \begin_layout Plain Layout
44224 W
44225 \end_layout
44226
44227 \end_inset
44228
44229
44230 \begin_inset ERT
44231 status collapsed
44232
44233 \begin_layout Plain Layout
44234
44235 }
44236 \end_layout
44237
44238 \end_inset
44239
44240  Turquoise
44241 \end_layout
44242
44243 \end_inset
44244 </cell>
44245 </row>
44246 <row>
44247 <cell alignment="left" valignment="top" usebox="none">
44248 \begin_inset Text
44249
44250 \begin_layout Plain Layout
44251 \begin_inset ERT
44252 status collapsed
44253
44254 \begin_layout Plain Layout
44255
44256
44257 \backslash
44258 fcolorbox{black}{
44259 \end_layout
44260
44261 \end_inset
44262
44263 Violet
44264 \begin_inset ERT
44265 status collapsed
44266
44267 \begin_layout Plain Layout
44268
44269 }{
44270 \end_layout
44271
44272 \end_inset
44273
44274
44275 \begin_inset Phantom Phantom
44276 status open
44277
44278 \begin_layout Plain Layout
44279 W
44280 \end_layout
44281
44282 \end_inset
44283
44284
44285 \begin_inset ERT
44286 status collapsed
44287
44288 \begin_layout Plain Layout
44289
44290 }
44291 \end_layout
44292
44293 \end_inset
44294
44295  Violet
44296 \end_layout
44297
44298 \end_inset
44299 </cell>
44300 <cell alignment="left" valignment="top" usebox="none">
44301 \begin_inset Text
44302
44303 \begin_layout Plain Layout
44304 \begin_inset ERT
44305 status collapsed
44306
44307 \begin_layout Plain Layout
44308
44309
44310 \backslash
44311 fcolorbox{black}{
44312 \end_layout
44313
44314 \end_inset
44315
44316 VioletRed
44317 \begin_inset ERT
44318 status collapsed
44319
44320 \begin_layout Plain Layout
44321
44322 }{
44323 \end_layout
44324
44325 \end_inset
44326
44327
44328 \begin_inset Phantom Phantom
44329 status open
44330
44331 \begin_layout Plain Layout
44332 W
44333 \end_layout
44334
44335 \end_inset
44336
44337
44338 \begin_inset ERT
44339 status collapsed
44340
44341 \begin_layout Plain Layout
44342
44343 }
44344 \end_layout
44345
44346 \end_inset
44347
44348  VioletRed
44349 \end_layout
44350
44351 \end_inset
44352 </cell>
44353 <cell alignment="left" valignment="top" usebox="none">
44354 \begin_inset Text
44355
44356 \begin_layout Plain Layout
44357 \begin_inset ERT
44358 status collapsed
44359
44360 \begin_layout Plain Layout
44361
44362
44363 \backslash
44364 fcolorbox{black}{
44365 \end_layout
44366
44367 \end_inset
44368
44369 WildStrawberry
44370 \begin_inset ERT
44371 status collapsed
44372
44373 \begin_layout Plain Layout
44374
44375 }{
44376 \end_layout
44377
44378 \end_inset
44379
44380
44381 \begin_inset Phantom Phantom
44382 status open
44383
44384 \begin_layout Plain Layout
44385 W
44386 \end_layout
44387
44388 \end_inset
44389
44390
44391 \begin_inset ERT
44392 status collapsed
44393
44394 \begin_layout Plain Layout
44395
44396 }
44397 \end_layout
44398
44399 \end_inset
44400
44401  WildStrawberry
44402 \end_layout
44403
44404 \end_inset
44405 </cell>
44406 <cell alignment="left" valignment="top" usebox="none">
44407 \begin_inset Text
44408
44409 \begin_layout Plain Layout
44410 \begin_inset ERT
44411 status collapsed
44412
44413 \begin_layout Plain Layout
44414
44415
44416 \backslash
44417 fcolorbox{black}{
44418 \end_layout
44419
44420 \end_inset
44421
44422 YellowGreen
44423 \begin_inset ERT
44424 status collapsed
44425
44426 \begin_layout Plain Layout
44427
44428 }{
44429 \end_layout
44430
44431 \end_inset
44432
44433
44434 \begin_inset Phantom Phantom
44435 status open
44436
44437 \begin_layout Plain Layout
44438 W
44439 \end_layout
44440
44441 \end_inset
44442
44443
44444 \begin_inset ERT
44445 status collapsed
44446
44447 \begin_layout Plain Layout
44448
44449 }
44450 \end_layout
44451
44452 \end_inset
44453
44454  YellowGreen
44455 \end_layout
44456
44457 \end_inset
44458 </cell>
44459 </row>
44460 <row>
44461 <cell alignment="left" valignment="top" usebox="none">
44462 \begin_inset Text
44463
44464 \begin_layout Plain Layout
44465 \begin_inset ERT
44466 status collapsed
44467
44468 \begin_layout Plain Layout
44469
44470
44471 \backslash
44472 fcolorbox{black}{
44473 \end_layout
44474
44475 \end_inset
44476
44477 YellowOrange
44478 \begin_inset ERT
44479 status collapsed
44480
44481 \begin_layout Plain Layout
44482
44483 }{
44484 \end_layout
44485
44486 \end_inset
44487
44488
44489 \begin_inset Phantom Phantom
44490 status open
44491
44492 \begin_layout Plain Layout
44493 W
44494 \end_layout
44495
44496 \end_inset
44497
44498
44499 \begin_inset ERT
44500 status collapsed
44501
44502 \begin_layout Plain Layout
44503
44504 }
44505 \end_layout
44506
44507 \end_inset
44508
44509  YellowOrange
44510 \end_layout
44511
44512 \end_inset
44513 </cell>
44514 <cell alignment="left" valignment="top" usebox="none">
44515 \begin_inset Text
44516
44517 \begin_layout Plain Layout
44518
44519 \end_layout
44520
44521 \end_inset
44522 </cell>
44523 <cell alignment="left" valignment="top" usebox="none">
44524 \begin_inset Text
44525
44526 \begin_layout Plain Layout
44527
44528 \end_layout
44529
44530 \end_inset
44531 </cell>
44532 <cell alignment="left" valignment="top" usebox="none">
44533 \begin_inset Text
44534
44535 \begin_layout Plain Layout
44536
44537 \end_layout
44538
44539 \end_inset
44540 </cell>
44541 </row>
44542 </lyxtabular>
44543
44544 \end_inset
44545
44546
44547 \end_layout
44548
44549 \begin_layout Chapter
44550 Erklärung der Gleichung
44551 \begin_inset space ~
44552 \end_inset
44553
44554 (
44555 \begin_inset CommandInset ref
44556 LatexCommand ref
44557 reference "eq:Wgn"
44558
44559 \end_inset
44560
44561 )
44562 \begin_inset CommandInset label
44563 LatexCommand label
44564 name "kap:Erläuterung-einer-Gleichung"
44565
44566 \end_inset
44567
44568
44569 \end_layout
44570
44571 \begin_layout Standard
44572 Die Gesamtbreite von
44573 \emph on
44574  n
44575 \emph default
44576  Tabellenzellen 
44577 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44578 \end_inset
44579
44580  kann wie folgt berechnet werden:
44581 \begin_inset Formula 
44582 \begin{equation}
44583 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44584 \end{equation}
44585
44586 \end_inset
44587
44588
44589 \end_layout
44590
44591 \begin_layout Standard
44592 Dabei ist 
44593 \begin_inset Formula $W_{g\, n}$
44594 \end_inset
44595
44596  die Breite jeder Zelle.
44597
44598 \series bold
44599  
44600 \backslash
44601 tabcolsep
44602 \series default
44603  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
44604  Standardwert 6
44605 \begin_inset space \thinspace{}
44606 \end_inset
44607
44608 pt.
44609  
44610 \series bold
44611
44612 \backslash
44613 arrayrulewidth
44614 \series default
44615  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
44616 \begin_inset space \thinspace{}
44617 \end_inset
44618
44619 pt.
44620 \end_layout
44621
44622 \begin_layout Standard
44623 Nach Gleichung
44624 \begin_inset space ~
44625 \end_inset
44626
44627
44628 \begin_inset CommandInset ref
44629 LatexCommand ref
44630 reference "eq:Wtot_n"
44631
44632 \end_inset
44633
44634  ist die Gesamtbreite einer Mehrfachspalte, 
44635 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44636 \end_inset
44637
44638 ,
44639 \begin_inset Formula 
44640 \begin{equation}
44641 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44642 \end{equation}
44643
44644 \end_inset
44645
44646
44647 \end_layout
44648
44649 \begin_layout Standard
44650 Setzt man die Gleichungen
44651 \begin_inset space ~
44652 \end_inset
44653
44654
44655 \begin_inset CommandInset ref
44656 LatexCommand ref
44657 reference "eq:Wtot_n"
44658
44659 \end_inset
44660
44661  und 
44662 \begin_inset CommandInset ref
44663 LatexCommand ref
44664 reference "eq:Wtot_mult"
44665
44666 \end_inset
44667
44668  gleich, kann man die benötigte Breite 
44669 \begin_inset Formula $W_{g\, n}$
44670 \end_inset
44671
44672 , wenn 
44673 \emph on
44674 n
44675 \emph default
44676  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
44677 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44678 \end_inset
44679
44680  hat, berechnen:
44681 \begin_inset Formula 
44682 \begin{equation}
44683 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44684 \end{equation}
44685
44686 \end_inset
44687
44688
44689 \end_layout
44690
44691 \begin_layout Bibliography
44692 \labelwidthstring Literaturverzeichnis
44693 \begin_inset CommandInset bibitem
44694 LatexCommand bibitem
44695 key "latexcompanion"
44696
44697 \end_inset
44698
44699 Frank Mittelbach and Michel Goossens: 
44700 \emph on
44701 The LaTeX Companion Second Edition.
44702
44703 \emph default
44704  Addison-Wesley, 2004
44705 \end_layout
44706
44707 \begin_layout Bibliography
44708 \labelwidthstring Literaturverzeichnis
44709 \begin_inset CommandInset bibitem
44710 LatexCommand bibitem
44711 key "latexguide"
44712
44713 \end_inset
44714
44715 Helmut Kopka and Patrick W.
44716  Daly: 
44717 \emph on
44718 A Guide to LaTeX Fourth Edition.
44719
44720 \emph default
44721  Addison-Wesley, 2003
44722 \end_layout
44723
44724 \begin_layout Bibliography
44725 \labelwidthstring Literaturverzeichnis
44726 \begin_inset CommandInset bibitem
44727 LatexCommand bibitem
44728 key "lamport"
44729
44730 \end_inset
44731
44732 Leslie Lamport: 
44733 \emph on
44734 LaTeX: A Document Preparation System.
44735
44736 \emph default
44737  Addison-Wesley, second edition, 1994
44738 \end_layout
44739
44740 \begin_layout Bibliography
44741 \labelwidthstring Literaturverzeichnis
44742 \begin_inset CommandInset bibitem
44743 LatexCommand bibitem
44744 key "latex-praxisbuch"
44745
44746 \end_inset
44747
44748 Niedermair, Elke & Michael: 
44749 \emph on
44750 LaTeX-Praxisbuch
44751 \emph default
44752 , Franzis-Verlag, 2004
44753 \end_layout
44754
44755 \begin_layout Bibliography
44756 \labelwidthstring Literaturverzeichnis
44757 \begin_inset CommandInset bibitem
44758 LatexCommand bibitem
44759 key "arydshln"
44760
44761 \end_inset
44762
44763 Dokumentation des LaTeX-Pakets 
44764 \series bold
44765
44766 \begin_inset CommandInset href
44767 LatexCommand href
44768 name "arydshln"
44769 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44770
44771 \end_inset
44772
44773
44774 \series default
44775
44776 \begin_inset Index idx
44777 status collapsed
44778
44779 \begin_layout Plain Layout
44780 LaTeX-Pakete ! arydshln
44781 \end_layout
44782
44783 \end_inset
44784
44785
44786 \end_layout
44787
44788 \begin_layout Bibliography
44789 \labelwidthstring Literaturverzeichnis
44790 \begin_inset CommandInset bibitem
44791 LatexCommand bibitem
44792 key "booktabs"
44793
44794 \end_inset
44795
44796 Dokumentation des LaTeX-Pakets 
44797 \series bold
44798
44799 \begin_inset CommandInset href
44800 LatexCommand href
44801 name "booktabs"
44802 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44803
44804 \end_inset
44805
44806
44807 \series default
44808
44809 \begin_inset Index idx
44810 status collapsed
44811
44812 \begin_layout Plain Layout
44813 LaTeX-Pakete ! booktabs
44814 \end_layout
44815
44816 \end_inset
44817
44818
44819 \end_layout
44820
44821 \begin_layout Bibliography
44822 \labelwidthstring Literaturverzeichnis
44823 \begin_inset CommandInset bibitem
44824 LatexCommand bibitem
44825 key "caption"
44826
44827 \end_inset
44828
44829 Dokumentation des LaTeX-Pakets 
44830 \series bold
44831
44832 \begin_inset CommandInset href
44833 LatexCommand href
44834 name "caption"
44835 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
44836
44837 \end_inset
44838
44839
44840 \series default
44841
44842 \begin_inset Index idx
44843 status collapsed
44844
44845 \begin_layout Plain Layout
44846 LaTeX-Pakete ! caption
44847 \end_layout
44848
44849 \end_inset
44850
44851
44852 \end_layout
44853
44854 \begin_layout Bibliography
44855 \labelwidthstring Literaturverzeichnis
44856 \begin_inset CommandInset bibitem
44857 LatexCommand bibitem
44858 key "diagbox"
44859
44860 \end_inset
44861
44862 Dokumentation des LaTeX-Pakets 
44863 \series bold
44864
44865 \begin_inset CommandInset href
44866 LatexCommand href
44867 name "diagbox"
44868 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44869
44870 \end_inset
44871
44872
44873 \series default
44874
44875 \begin_inset Index idx
44876 status collapsed
44877
44878 \begin_layout Plain Layout
44879 LaTeX-Pakete ! diagbox
44880 \end_layout
44881
44882 \end_inset
44883
44884
44885 \end_layout
44886
44887 \begin_layout Bibliography
44888 \labelwidthstring Literaturverzeichnis
44889 \begin_inset CommandInset bibitem
44890 LatexCommand bibitem
44891 key "endfloat"
44892
44893 \end_inset
44894
44895 Dokumentation des LaTeX-Pakets 
44896 \series bold
44897
44898 \begin_inset CommandInset href
44899 LatexCommand href
44900 name "endfloat"
44901 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44902
44903 \end_inset
44904
44905
44906 \series default
44907
44908 \begin_inset Index idx
44909 status collapsed
44910
44911 \begin_layout Plain Layout
44912 LaTeX-Pakete ! endfloat
44913 \end_layout
44914
44915 \end_inset
44916
44917
44918 \end_layout
44919
44920 \begin_layout Bibliography
44921 \labelwidthstring Literaturverzeichnis
44922 \begin_inset CommandInset bibitem
44923 LatexCommand bibitem
44924 key "footmisc"
44925
44926 \end_inset
44927
44928 Dokumentation des LaTeX-Pakets 
44929 \series bold
44930
44931 \begin_inset CommandInset href
44932 LatexCommand href
44933 name "footmisc"
44934 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44935
44936 \end_inset
44937
44938
44939 \series default
44940
44941 \begin_inset Index idx
44942 status collapsed
44943
44944 \begin_layout Plain Layout
44945 LaTeX-Pakete ! footmisc
44946 \end_layout
44947
44948 \end_inset
44949
44950
44951 \end_layout
44952
44953 \begin_layout Bibliography
44954 \labelwidthstring Literaturverzeichnis
44955 \begin_inset CommandInset bibitem
44956 LatexCommand bibitem
44957 key "hypcap"
44958
44959 \end_inset
44960
44961 Dokumentation des LaTeX-Pakets 
44962 \series bold
44963
44964 \begin_inset CommandInset href
44965 LatexCommand href
44966 name "hypcap"
44967 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44968
44969 \end_inset
44970
44971
44972 \series default
44973
44974 \begin_inset Index idx
44975 status collapsed
44976
44977 \begin_layout Plain Layout
44978 LaTeX-Pakete ! hypcap
44979 \end_layout
44980
44981 \end_inset
44982
44983
44984 \end_layout
44985
44986 \begin_layout Bibliography
44987 \labelwidthstring Literaturverzeichnis
44988 \begin_inset CommandInset bibitem
44989 LatexCommand bibitem
44990 key "hyperref"
44991
44992 \end_inset
44993
44994 Dokumentation des LaTeX-Pakets 
44995 \series bold
44996
44997 \begin_inset CommandInset href
44998 LatexCommand href
44999 name "hyperref"
45000 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45001
45002 \end_inset
45003
45004
45005 \series default
45006
45007 \begin_inset Index idx
45008 status collapsed
45009
45010 \begin_layout Plain Layout
45011 LaTeX-Pakete ! hyperref
45012 \end_layout
45013
45014 \end_inset
45015
45016
45017 \end_layout
45018
45019 \begin_layout Bibliography
45020 \labelwidthstring Literaturverzeichnis
45021 \begin_inset CommandInset bibitem
45022 LatexCommand bibitem
45023 key "KOMA-Script"
45024
45025 \end_inset
45026
45027 Dokumentation des LaTeX-Pakets 
45028 \series bold
45029
45030 \begin_inset CommandInset href
45031 LatexCommand href
45032 name "KOMA-Script"
45033 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
45034
45035 \end_inset
45036
45037
45038 \series default
45039
45040 \begin_inset Index idx
45041 status collapsed
45042
45043 \begin_layout Plain Layout
45044 LaTeX-Pakete ! KOMA-Script
45045 \end_layout
45046
45047 \end_inset
45048
45049
45050 \end_layout
45051
45052 \begin_layout Bibliography
45053 \labelwidthstring Literaturverzeichnis
45054 \begin_inset CommandInset bibitem
45055 LatexCommand bibitem
45056 key "lettrine"
45057
45058 \end_inset
45059
45060 Dokumentation des LaTeX-Pakets 
45061 \series bold
45062
45063 \begin_inset CommandInset href
45064 LatexCommand href
45065 name "lettrine"
45066 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45067
45068 \end_inset
45069
45070
45071 \series default
45072  und ein 
45073 \begin_inset CommandInset href
45074 LatexCommand href
45075 name "Beispiel"
45076 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45077
45078 \end_inset
45079
45080
45081 \begin_inset Index idx
45082 status collapsed
45083
45084 \begin_layout Plain Layout
45085 LaTeX-Pakete ! lettrine
45086 \end_layout
45087
45088 \end_inset
45089
45090
45091 \end_layout
45092
45093 \begin_layout Bibliography
45094 \labelwidthstring Literaturverzeichnis
45095 \begin_inset CommandInset bibitem
45096 LatexCommand bibitem
45097 key "listings"
45098
45099 \end_inset
45100
45101 Dokumentation des LaTeX-Pakets 
45102 \series bold
45103
45104 \begin_inset CommandInset href
45105 LatexCommand href
45106 name "listings"
45107 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45108
45109 \end_inset
45110
45111
45112 \series default
45113
45114 \begin_inset Index idx
45115 status collapsed
45116
45117 \begin_layout Plain Layout
45118 LaTeX-Pakete ! listings
45119 \end_layout
45120
45121 \end_inset
45122
45123
45124 \end_layout
45125
45126 \begin_layout Bibliography
45127 \labelwidthstring Literaturverzeichnis
45128 \begin_inset CommandInset bibitem
45129 LatexCommand bibitem
45130 key "marginnote"
45131
45132 \end_inset
45133
45134 Dokumentation des LaTeX-Pakets 
45135 \series bold
45136
45137 \begin_inset CommandInset href
45138 LatexCommand href
45139 name "marginnote"
45140 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45141
45142 \end_inset
45143
45144
45145 \series default
45146
45147 \begin_inset Index idx
45148 status collapsed
45149
45150 \begin_layout Plain Layout
45151 LaTeX-Pakete ! marginnote
45152 \end_layout
45153
45154 \end_inset
45155
45156
45157 \end_layout
45158
45159 \begin_layout Bibliography
45160 \labelwidthstring Literaturverzeichnis
45161 \begin_inset CommandInset bibitem
45162 LatexCommand bibitem
45163 key "pdfpages"
45164
45165 \end_inset
45166
45167 Dokumentation des LaTeX-Pakets 
45168 \series bold
45169
45170 \begin_inset CommandInset href
45171 LatexCommand href
45172 name "pdfpages"
45173 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45174
45175 \end_inset
45176
45177
45178 \series default
45179
45180 \begin_inset Index idx
45181 status collapsed
45182
45183 \begin_layout Plain Layout
45184 LaTeX-Pakete ! pdfpages
45185 \end_layout
45186
45187 \end_inset
45188
45189
45190 \end_layout
45191
45192 \begin_layout Bibliography
45193 \labelwidthstring Literaturverzeichnis
45194 \begin_inset CommandInset bibitem
45195 LatexCommand bibitem
45196 key "prettyref"
45197
45198 \end_inset
45199
45200 Dokumentation des LaTeX-Pakets 
45201 \series bold
45202
45203 \begin_inset CommandInset href
45204 LatexCommand href
45205 name "prettyref"
45206 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45207
45208 \end_inset
45209
45210
45211 \series default
45212
45213 \begin_inset Index idx
45214 status collapsed
45215
45216 \begin_layout Plain Layout
45217 LaTeX-Pakete ! prettyref
45218 \end_layout
45219
45220 \end_inset
45221
45222
45223 \end_layout
45224
45225 \begin_layout Bibliography
45226 \labelwidthstring Literaturverzeichnis
45227 \begin_inset CommandInset bibitem
45228 LatexCommand bibitem
45229 key "pstricks"
45230
45231 \end_inset
45232
45233 Webseite des LaTeX-Pakets 
45234 \series bold
45235
45236 \begin_inset CommandInset href
45237 LatexCommand href
45238 name "PSTricks"
45239 target "http://tug.org/PSTricks/"
45240
45241 \end_inset
45242
45243
45244 \series default
45245
45246 \begin_inset Index idx
45247 status collapsed
45248
45249 \begin_layout Plain Layout
45250 LaTeX-Pakete ! pstricks
45251 \end_layout
45252
45253 \end_inset
45254
45255
45256 \end_layout
45257
45258 \begin_layout Bibliography
45259 \labelwidthstring Literaturverzeichnis
45260 \begin_inset CommandInset bibitem
45261 LatexCommand bibitem
45262 key "refstyle"
45263
45264 \end_inset
45265
45266 Dokumentation des LaTeX-Pakets 
45267 \series bold
45268
45269 \begin_inset CommandInset href
45270 LatexCommand href
45271 name "refstyle"
45272 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45273
45274 \end_inset
45275
45276
45277 \series default
45278
45279 \begin_inset Index idx
45280 status collapsed
45281
45282 \begin_layout Plain Layout
45283 LaTeX-Pakete ! refstyle
45284 \end_layout
45285
45286 \end_inset
45287
45288
45289 \end_layout
45290
45291 \begin_layout Bibliography
45292 \labelwidthstring Literaturverzeichnis
45293 \begin_inset CommandInset bibitem
45294 LatexCommand bibitem
45295 key "sidecap"
45296
45297 \end_inset
45298
45299 Dokumentation des LaTeX-Pakets 
45300 \series bold
45301
45302 \begin_inset CommandInset href
45303 LatexCommand href
45304 name "sidecap"
45305 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45306
45307 \end_inset
45308
45309
45310 \series default
45311
45312 \begin_inset Index idx
45313 status collapsed
45314
45315 \begin_layout Plain Layout
45316 LaTeX-Pakete ! sidecap
45317 \end_layout
45318
45319 \end_inset
45320
45321
45322 \end_layout
45323
45324 \begin_layout Bibliography
45325 \labelwidthstring Literaturverzeichnis
45326 \begin_inset CommandInset bibitem
45327 LatexCommand bibitem
45328 key "NeuInLyX20"
45329
45330 \end_inset
45331
45332
45333 \begin_inset CommandInset href
45334 LatexCommand href
45335 name "Wiki-Seite"
45336 target "http://wiki.lyx.org/LyX/NewInLyX20"
45337
45338 \end_inset
45339
45340  über neue Funktionen in 
45341 \family sans
45342 LyX 2.0
45343 \family default
45344 .
45345 \end_layout
45346
45347 \begin_layout Standard
45348 \begin_inset CommandInset index_print
45349 LatexCommand printindex
45350 type "idx"
45351
45352 \end_inset
45353
45354
45355 \end_layout
45356
45357 \end_body
45358 \end_document